@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Palanquin+Dark:wght@400;500;600;700&family=Mynerve&display=swap";.confirmation-modal{display:flex;flex-direction:column;justify-content:center;gap:10px;color:var(--text)}.confirmation-modal>span{font-size:1.2rem;font-family:var(--default-font),system-ui}.confirmation-modal button{height:42px;width:110px;font-size:18px;border:2px solid var(--border);border-radius:5px;transition:.2s ease background;color:var(--text-on-color)}@media(min-width:600px){.confirmation-modal{max-width:400px}}.confirmation-buttons{display:flex;justify-content:right;width:100%;gap:5px}.confirmation-buttons-confirm{background:color-mix(in srgb,var(--red) 100%,white 20%)}.confirmation-buttons-confirm:hover{background:var(--red)}.confirmation-buttons-abort{background:var(--blue-2)}.confirmation-buttons-abort:hover{background:var(--blue-1)}#edit-entry-modal{display:flex;justify-content:center;flex-direction:column;gap:5px;min-width:400px;color:var(--text)}#edit-entry-modal-options>div{display:flex;flex-direction:column;gap:3px}#edit-entry-modal-buttons{display:flex;justify-content:space-between;align-items:center}#edit-entry-modal-button-update{height:42px;width:110px;font-size:18px;border:2px solid var(--border);border-radius:5px;transition:.2s ease background;background:var(--blue-2);color:var(--text-on-color)}#edit-entry-modal-button-update:hover{background:var(--blue-1)}#edit-entry-modal-delete{transition:.2s ease all}#edit-entry-modal-delete:hover{stroke:var(--red)}.entry{width:343px;height:142px;display:flex;justify-content:space-between;background:var(--background-1);color:var(--text);gap:5px;padding:15px;border-radius:10px;box-shadow:4px 2px 6px 1px #0003;-webkit-box-shadow:4px 2px 6px 1px rgba(0,0,0,.2);-moz-box-shadow:4px 2px 6px 1px rgba(0,0,0,.2)}.entry-right{display:flex;flex-direction:column;justify-content:space-around}.entry-left{display:flex;flex-direction:column;gap:5px;overflow:hidden}.entry-left>h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.entry-time-data{display:flex;gap:20px;font-family:var(--default-font)}#add-entry-button{background:none;border:none}#add-entry-button-big{width:343px;height:142px;background:var(--background-1);border:4px dashed var(--border);border-radius:10px}.checkbox{border:1px solid var(--border);display:flex;justify-content:center;align-items:center}#add-entry-modal{display:flex;flex-direction:column;justify-content:center;min-width:400px;gap:5px;color:var(--text)}#add-entry-modal-options{display:flex;flex-direction:column;gap:10px}#add-entry-begin-now-button-wrapper{display:flex;gap:5px;align-items:center;font-size:1.2rem;font-family:var(--default-font),system-ui;font-weight:500}#add-entry-modal-options>div{display:flex;flex-direction:column;gap:3px}#add-entry-submit{height:44px;border-radius:5px;border:2px solid var(--border);background:var(--background-1);font-size:1.3rem;font-weight:500;transition:.2s ease background}#add-entry-submit:hover{background:var(--background-hover)}#add-entry-time-start-wrapper{display:flex;flex-direction:column;gap:5px}#settings-modal{display:flex;flex-direction:column;justify-content:center;min-width:400px;gap:5px;color:var(--text)}#settings-modal-options{display:flex;flex-direction:column;gap:10px}#settings-modal-options>div{display:flex;flex-direction:column;gap:3px}#settings-theme-selector-wrapper{display:flex;border:2px solid var(--border);background:var(--background-1);border-radius:5px;overflow-x:auto}#settings-theme-selector-wrapper>button{width:128px;height:42px;flex-shrink:0;font-size:16px;border:none;font-family:var(--default-font),system-ui;transition:.2s ease background}#settings-theme-selector-wrapper>button:not(#selected-theme){background:var(--background-1)}#settings-theme-selector-wrapper>button:not(#selected-theme):hover{background:#0003}#selected-theme{background:var(--blue-2);color:var(--text-on-color);font-weight:600}#settings-import-and-export-buttons{display:flex;gap:5px}#settings-import-and-export-buttons>button{height:42px;width:110px;background:var(--background-1);border-radius:5px;border:2px solid var(--border);transition:.2s ease background,.2s ease color;font-size:"Inter",system-ui;font-size:16px;display:flex;align-items:center;justify-content:center;gap:3px}#settings-import-and-export-buttons>button:hover{background:var(--blue-2);color:var(--text-on-color)}#dashboard{padding:35px;display:flex;flex-direction:column;gap:50px}#dashboard:after{content:"";position:fixed;bottom:0;left:0;height:75px;width:100%;background:linear-gradient(transparent,var(--background))}#dashboard>header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}#dashboard>header>h1{transform:translateY(-8px)}#dashboard-header-right{display:flex;align-items:center;gap:10px}#dashboard>main{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}#settings-button>svg{transition:.5s ease transform}#settings-button:hover>svg{transform:rotate(-90deg)}@media(min-width:600px){#dashboard>main{gap:25px;justify-content:unset}}#silly-turning-alien-gif{height:100px}.progress-bar-text{position:absolute;top:50%;transform:translateY(-50%);left:10px;font-family:var(--default-font),system-ui;color:#fff;font-size:2rem}.progress-bar-text>.number-font{font-weight:700}.progress-bar-text-back{color:#000}.progress-bar-text-front{white-space:nowrap;color:#fff}.progress-bar-wrapper{width:350px;height:55px;background:var(--blue-bg);position:relative;border-radius:10px 8px 8px 10px}.progress-bar{width:0;height:100%;position:relative;overflow:hidden;border-radius:8px 0 0 8px}.detail-card{width:345px;padding:15px;display:flex;flex-direction:column;background:var(--background-1);font-weight:500;gap:5px;border-radius:10px;box-shadow:4px 2px 6px 1px #0003;-webkit-box-shadow:4px 2px 6px 1px rgba(0,0,0,.2);-moz-box-shadow:4px 2px 6px 1px rgba(0,0,0,.2)}.detail-card-stats{color:var(--text);display:flex;flex-direction:column;gap:3px;font-size:1.1rem}.detail-card-stats>div{display:flex;align-items:center;gap:3px}#entry-detail{display:flex;flex-direction:column;align-items:center;padding:25px;min-height:100vh;gap:15px}#entry-detail h1{font-family:var(--default-font),system-ui;text-overflow:ellipsis;line-height:120%;overflow:hidden;white-space:nowrap}#entry-detail h2{font-size:2rem}#entry-main{display:flex;flex-direction:column;justify-content:left;gap:15px}#entry-head{display:flex;align-items:center;justify-content:space-between;width:100%;gap:15px}#entry-tracker,#entry-log{display:flex;gap:5px;flex-direction:column}#entry-back-button{flex-shrink:0}#progress-bars{display:grid;grid-template:repeat(3,auto) / repeat(2,auto);grid-auto-flow:column;gap:10px;width:fit-content}.progress-bar{transition:.3s ease width}#progress-bar-1{background-color:var(--blue)}#progress-bar-2{background-color:var(--blue-1)}#progress-bar-3{background-color:var(--blue-2)}#progress-bar-4{background-color:var(--blue-3)}#progress-bar-5{background-color:var(--blue-4)}#progress-bar-6{background-color:var(--blue-5)}#detail-cards{display:grid;grid-template-columns:repeat(2,auto);gap:10px;width:fit-content}@media(max-width:750px){#detail-cards{display:flex;flex-direction:column}}#not-found{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;gap:12px;color:var(--text)}#not-found>span{font-family:var(--default-font);font-size:3rem;font-weight:600}#not-found>button{border:3px solid var(--border);border-radius:10px;background:var(--background-1);height:75px;width:300px;transition:.2s ease background,.2s ease color;font-family:var(--default-font);font-size:20px}#not-found>button:hover{background:var(--blue-1);color:var(--background)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{--h1-font: "Palanquin Dark";--default-font: "Inter";--number-font: "JetBrains Mono"}body{background:var(--background);min-height:100vh}h1{font-family:var(--h1-font);font-size:3.7rem;line-height:3.7rem;font-weight:600}h2{font-family:var(--default-font);text-decoration:underline}h3{font-family:var(--default-font);text-decoration:underline;font-size:1.5rem}h1,p,button{color:var(--text)}h2,h3{color:var(--accent)}.number-font{font-family:var(--number-font)}.pointer{cursor:pointer}button{font-family:var(--default-font);cursor:pointer}.modal-wrapper{position:fixed;height:100vh;width:100vw;top:0;left:0;background:#000000bf;z-index:1;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{min-width:50px;min-height:50px;background:var(--background);padding:15px;overflow:auto;border-radius:10px;max-width:90%;max-height:60%;box-shadow:4px 2px 6px 1px #0003;-webkit-box-shadow:4px 2px 6px 1px rgba(0,0,0,.2);-moz-box-shadow:4px 2px 6px 1px rgba(0,0,0,.2)}.checkbox[data-checked=true]{background-color:var(--blue-2)}.error{font-family:var(--default-font);color:var(--red)}.modal h2{font-size:2.5rem}.modal h3{font-size:1.6rem;text-decoration:none}.modal input{font-family:var(--default-font);border:2px solid var(--border);height:44px;padding:5px;font-size:1.1rem;border-radius:5px;background:var(--background-1);color:var(--text)}.modal input:focus{outline:none}.modal-head{display:flex;justify-content:space-between;align-items:center}.icon-button{border:none;background:none;display:flex;align-items:center;justify-content:center}.lucide{color:var(--accent)}body[data-theme=light]{--background: #ffffff;--background-1: #ffffff;--background-hover: rgba(0, 0, 0, .2);--border: #dadada;--accent: #1b1b1b;--text: #1b1b1b;--text-on-color: #ffffff;--blue: #2A4DFF;--blue-1: #4160FF;--blue-2: #536FFF;--blue-3: #6D85FF;--blue-4: #869AFF;--blue-5: #9AABFF;--blue-bg: #C5CFFF;--green: #36E339;--red: #FF2929}body[data-theme=dark]{--background: #1d1d1d;--background-1: #292929;--background-hover: rgba(255, 255, 255, .2);--border: #363636;--accent: #FFFFFF;--text: #FFFFFF;--text-on-color: #FFFFFF;--blue: #2A4DFF;--blue-1: #4160FF;--blue-2: #536FFF;--blue-3: #6D85FF;--blue-4: #869AFF;--blue-5: #9AABFF;--blue-bg: #C5CFFF;--green: #1f811f;--red: #811f1f}body[data-theme=catppuccin-mocha]{--background: #1e1e2e;--background-1: #313244;--background-hover: rgba(255, 255, 255, .2);--border: #45475a;--accent: var(--blue);--text: #cdd6f4;--text-on-color: #1e1e2e;--blue: #89b4fa;--blue-1: #95bbfa;--blue-2: #a1c3fb;--blue-3: #accafb;--blue-4: #b8d2fc;--blue-5: #c4d9fc;--blue-bg: #d3e1f8;--green: #a6e3a1;--red: #f38ba8}body[data-theme=rose-pine]{--background: #191724;--background-1: #1f1d2e;--background-hover: rgba(255, 255, 255, .2);--border: #2a273f;--accent: #e0def4;--text: #e0def4;--text-on-color: #e0def4;--blue: #31748f;--blue-1: #3987a7;--blue-2: #429abe;--blue-3: #59a7c6;--blue-4: #71b3ce;--blue-5: #89c0d6;--blue-bg: #c1dfeb;--green: #9ccfd8;--red: #eb6f92}body[data-theme=evergarden-fall]{--background: #232a2e;--background-1: #2b3337;--background-hover: rgba(248, 249, 232, .2);--border: #374145;--accent: #cbe3b3;--text: #f8f9e8;--text-on-color: #1c2225;--blue: #6FB8A8;--blue-1: #7EC4B4;--blue-2: #8DD0C0;--blue-3: #9CDBCB;--blue-4: #A8E1D4;--blue-5: #B3E6DB;--blue-bg:#D6F3EE;--green: #cbe3b3;--red: #f57f82}body[data-theme=alien]{--background: #002413;--background-1: #004e2a;--background-hover: rgba(255, 255, 255, .2);--border: #007740;--accent: #c0ffe1;--text: #c0ffe1;--text-on-color: #002413;--blue: #009c41;--blue-1: #00bf50;--blue-2: #00e35e;--blue-3: #07ff6e;--blue-4: #2bff83;--blue-5: #4eff98;--blue-bg: #abffce;--green: #9ccfd8;--red: #eb6f92;--number-font: "Mynerve";--default-font: "Mynerve"}
