html{background-color:#fff;color:#333;font-family:Poppins,sans-serif;font-size:16px;line-height:1;text-align:left}#root,body,html{height:100%}#root{display:flex;flex-direction:column}.app{grid-gap:0;display:grid;gap:0;grid-template-areas:"header" "day-stopwatch" "main";grid-template-rows:auto auto 1fr;height:100vh}*{box-sizing:border-box;margin:0;padding:0}.container{grid-gap:0;align-items:stretch;display:grid;gap:0;grid-area:main;grid-template-areas:"messages" "stopwatches" "todos";grid-template-rows:auto minmax(200px,1fr) minmax(120px,auto);height:100%;margin:0 auto;max-width:1200px;min-height:0;overflow:hidden;padding:0 1rem 1rem;width:100%}h1{font-size:24px}.container>p,h1{align-self:center;text-align:center}button{border:none;cursor:pointer}input[type=email],input[type=password],input[type=text]{border:none;border-bottom:1px solid #c9c9c9;border-radius:4px;font-size:16px;padding:5px;transition:border .3s;width:100%}input[type=email]:focus,input[type=password]:focus,input[type=text]:focus{border-bottom:2px solid #969696}.button{align-self:center;background-color:#204678;border-radius:4px;color:#fff;font-size:14px;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:12px;padding:6px 12px;transition:background-color .3s}.stopwatch-buttons .button{font-size:13px;margin-top:0;padding:8px 16px}.button:hover{background-color:#2a5c9c}.delete-all-button{margin-top:12px}.stopwatch-buttons .delete-all-button{margin-top:0}.delete-all-button,.go-ahead{background-color:#d72c29;transition:background-color .3s}.delete-all-button:hover,.go-ahead:hover{background-color:#eb4033;transition:background-color .3s}.messages-area{align-self:center;grid-area:messages;min-height:0;text-align:center}.messages-area.has-messages{border-bottom:1px solid #e0e0e0;margin-bottom:.5rem;margin-top:.5rem;padding-bottom:.5rem}.stopwatch-section{align-items:center;align-self:stretch;border-bottom:1px solid #e0e0e0;grid-area:stopwatches;justify-self:center;margin-top:.4rem;max-height:calc(100vh - 200px);max-width:600px;min-height:0;overflow-y:auto;padding-bottom:.8rem;padding-right:8px}.stopwatch-list,.stopwatch-section{display:flex;flex-direction:column;width:100%}.stopwatch-list{align-items:stretch;gap:12px;margin-bottom:.75rem}.stopwatch-buttons{align-items:center;border-top:1px solid #e0e0e0;display:flex;flex-direction:row;gap:.75rem;justify-content:center;margin-top:auto;padding-top:.6rem;width:100%}.stopwatch-section::-webkit-scrollbar{width:6px}.stopwatch-section::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.stopwatch-section::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.stopwatch-section::-webkit-scrollbar-thumb:hover{background:#555}.stopwatch-container{border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.2);display:flex;flex-direction:column;padding:9px;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:100%}.stopwatch-container h2{cursor:pointer;font-size:15px;font-weight:700;margin:0 0 6px}.stopwatch-container h2:hover{border-radius:4px;color:#555!important;text-decoration:underline}.stopwatch-container .stopwatch-info{display:flex;gap:.75rem;justify-content:space-between}.stopwatch-container .stopwatch-info p{font-size:10px;margin:0}.stopwatch-container .stopwatch-time{font-size:15px;margin:0}.stopwatch-container .stopwatch-time-not-clickable{color:#204678}.stopwatch-container .stopwatch-time-clickable:hover{color:red;cursor:pointer;transition:color .1s}.stopwatch-edit-time input{margin-right:.5rem;width:50px}.stopwatch-edit-time label{font-size:12px;text-transform:uppercase}.stopwatch-edit-time button{border-radius:30px!important;font-size:8px!important;margin-left:.5rem;margin-top:0!important;min-width:20px!important;text-transform:uppercase;vertical-align:middle}.stopwatch-controls{display:flex;gap:1.25rem;justify-content:space-between}.stopwatch-container .button{background-color:#205e78;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:11px;font-weight:700;margin-top:8px;min-width:58px;padding:5px 9px;transition:background-color .3s}.stopwatch-container .button:not(:last-child){margin-right:.75rem}.stopwatch-container .button:hover{background-color:#277495}.stopwatch-container .pause-button{-webkit-animation:pulsate 2s ease-in-out infinite;animation:pulsate 2s ease-in-out infinite}.stopwatch-container .remove-button{background-color:#d72c29;transition:background-color .3s}.stopwatch-container .remove-button:hover{background-color:#eb4033;transition:background-color .3s}@-webkit-keyframes pulsate{0%{background-color:#e89300}50%{background-color:#e7af15}to{background-color:#e89300}}@keyframes pulsate{0%{background-color:#e89300}50%{background-color:#e7af15}to{background-color:#e89300}}.stopwatch-container .remove-button:focus{outline:none}.modal{align-items:center;display:flex;justify-content:center}.modal,.modal-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.modal-overlay{background-color:#2046786e}.modal .modal-container{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.2);margin:2rem;padding:2rem;position:relative;z-index:1}.modal .add-stopwatch{border:2px solid #205e79}.modal .add-stopwatch p{font-size:10px;margin-top:12px}.modal .delete-alert{border:2px solid #d72c29;display:flex;flex-direction:column;gap:16px}.modal .add-stopwatch__close{background-color:initial;color:#363636;position:absolute;right:9px;top:9px}.modal .add-stopwatch__close:before{background-color:initial;border-radius:50%;content:"";-webkit-filter:blur(8px);filter:blur(8px);height:100%;left:0;position:absolute;top:0;transition:background-color .3s;width:100%;z-index:-1}.modal .add-stopwatch__close:hover:before{background-color:rgba(32,94,121,.26);transition:background-color .3s}.danger-alert{background-color:#d72c29;color:#fff;padding:5px;text-align:center}.modal-buttons{display:flex;justify-content:space-between}.control label{display:block;font-weight:700;margin-bottom:.5rem;text-align:left}.control input,.control textarea{border:1px solid #ccc;border-radius:4px;display:block;font:inherit;padding:.3rem}.control input:focus,.control textarea:focus{border-color:#230052;outline:none}.control-button{width:100%}.auth{background-color:#20467809;border:2px solid #204678;border-radius:20px;box-shadow:0 2px 4px rgba(0,0,0,.2);font-size:14px;margin:2rem auto auto;max-width:280px;padding:2rem}.auth *+*{margin-top:1rem}.auth .additional-form-text{display:block;font-size:12px;line-height:1}.auth .test-link{background-color:#20467820;border-radius:4px;margin-top:2rem;padding:5px;text-align:center;text-decoration:none;text-transform:uppercase}.auth .test-link:hover{background-color:#20467832}.auth .error-message{color:red;font-weight:400;margin-bottom:0}.auth button{margin-bottom:1rem}.hide{display:none}.header{background-color:#205e78ea;color:#fff;flex-shrink:0;flex-wrap:wrap;gap:1rem;grid-area:header;padding:1rem;position:relative;width:100%;z-index:1}.header,.header-right{display:flex;justify-content:space-between}.header-right{align-items:center}.header-right button{margin-top:0}.header-right :not(:last-child){margin-right:1rem}.header-left{align-items:center;display:flex;gap:8px;line-height:normal}.header-left h3{line-height:1;margin:3.5px 0 0}.header-icon{display:block;flex-shrink:0}.resize-button{background-color:#9e33b9;@media only screen and (max-width:380px){display:none}}.resize-button:hover{background-color:#8b25a5}@media only screen and (max-width:600px){.header-right p{display:none}}.day-stopwatch-section{background:linear-gradient(135deg,#205e78,#2a6a87);border-bottom:1px solid #1a4d66;border-top:1px solid #1a4d66;box-shadow:0 1px 4px rgba(32,70,120,.2);grid-area:day-stopwatch;padding:.5rem 1rem;width:100%}.day-stopwatch-container{margin:0 auto;max-width:600px;min-height:60px}.day-stopwatch-container .stopwatch{display:flex;flex-direction:column;gap:.5rem;width:100%}.day-stopwatch-timer-row{min-height:24px}.day-progress-bottom,.day-stopwatch-timer-row{align-items:center;display:flex;gap:1rem;justify-content:space-between}.day-progress-title{color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.3);white-space:nowrap}.day-progress-title:hover{color:hsla(0,0%,100%,.8)}.day-progress-title form{display:inline}.day-progress-title .stopwatch-edit-name{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);border-radius:3px;color:#fff;font-size:14px;min-width:120px;padding:2px 6px;width:auto}.day-stopwatch-container .stopwatch-time{align-items:center;color:#fff;display:flex;font-size:18px;font-weight:700;line-height:1.2;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.4);white-space:nowrap}.day-stopwatch-container .stopwatch-time-clickable:hover{color:#ffeb3b;cursor:pointer;transition:color .1s}.day-stopwatch-container .stopwatch-controls{align-items:center;display:flex;gap:.75rem;height:100%;margin:0}.day-stopwatch-container .stopwatch-controls .buttons-left{align-items:center;display:flex;gap:.5rem;height:100%}.day-progress-bar{background-color:hsla(0,0%,100%,.2);border-radius:2px;height:4px;overflow:hidden;position:relative;width:100%}.day-progress-bar.has-overtime{border-bottom-left-radius:0;border-bottom-right-radius:0}.day-progress-fill{border-radius:2px;height:100%;position:relative;transition:all .3s ease}.day-progress-fill.normal{background:linear-gradient(90deg,#4caf50,#66bb6a);box-shadow:0 0 8px rgba(76,175,80,.3)}.day-progress-fill.overtime{-webkit-animation:pulseOvertime 2s ease-in-out infinite;animation:pulseOvertime 2s ease-in-out infinite;background:linear-gradient(90deg,#f44336,#ef5350);box-shadow:0 0 8px rgba(244,67,54,.3)}@-webkit-keyframes pulseOvertime{0%,to{opacity:.8}50%{opacity:1}}@keyframes pulseOvertime{0%,to{opacity:.8}50%{opacity:1}}.day-overtime-bar{background-color:rgba(244,67,54,.2);border-radius:2px;border-top-left-radius:0;border-top-right-radius:0;display:none;height:4px;margin-top:-2px;overflow:hidden;position:relative;width:100%}.day-overtime-bar.show{-webkit-animation:slideInOvertime .3s ease-out;animation:slideInOvertime .3s ease-out;display:block}.day-overtime-fill{-webkit-animation:pulseOvertimeFill 1.5s ease-in-out infinite;animation:pulseOvertimeFill 1.5s ease-in-out infinite;background:linear-gradient(90deg,#ff1744,#ff5252);border-radius:2px;box-shadow:0 0 6px rgba(255,23,68,.4);height:100%;position:absolute;right:0;top:0;transition:all .3s ease}@-webkit-keyframes slideInOvertime{0%{height:0;opacity:0}to{height:4px;opacity:1}}@keyframes slideInOvertime{0%{height:0;opacity:0}to{height:4px;opacity:1}}@-webkit-keyframes pulseOvertimeFill{0%,to{box-shadow:0 0 6px rgba(255,23,68,.4);opacity:.9}50%{box-shadow:0 0 10px rgba(255,23,68,.6);opacity:1}}@keyframes pulseOvertimeFill{0%,to{box-shadow:0 0 6px rgba(255,23,68,.4);opacity:.9}50%{box-shadow:0 0 10px rgba(255,23,68,.6);opacity:1}}.day-progress-text{color:hsla(0,0%,100%,.7);font-size:10px;text-align:right}.day-progress-text,.day-stopwatch-container .button{margin:0;text-shadow:0 1px 1px rgba(0,0,0,.3);white-space:nowrap}.day-stopwatch-container .button{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.2);color:#fff;display:inline-flex;font-size:12px;font-weight:600;justify-content:center;padding:6px 12px;transition:all .2s}.day-stopwatch-container .button:hover{background-color:hsla(0,0%,100%,.25);box-shadow:0 2px 6px rgba(0,0,0,.25);-webkit-transform:translateY(-.5px);transform:translateY(-.5px)}.day-stopwatch-container .pause-button{-webkit-animation:dayPulsate 2s ease-in-out infinite;animation:dayPulsate 2s ease-in-out infinite}@-webkit-keyframes dayPulsate{0%{background-color:rgba(255,235,59,.25);border-color:rgba(255,235,59,.4)}50%{background-color:rgba(255,193,7,.35);border-color:rgba(255,193,7,.5)}to{background-color:rgba(255,235,59,.25);border-color:rgba(255,235,59,.4)}}@keyframes dayPulsate{0%{background-color:rgba(255,235,59,.25);border-color:rgba(255,235,59,.4)}50%{background-color:rgba(255,193,7,.35);border-color:rgba(255,193,7,.5)}to{background-color:rgba(255,235,59,.25);border-color:rgba(255,235,59,.4)}}.initials-tag{background-color:#fff;border-radius:50%;color:#9e33b9;display:none;font-weight:900;height:28px;line-height:1.2;padding:5px}@media only screen and (max-width:600px){.initials-tag{display:block}}.spinner{align-items:center;background-color:#34343460;display:flex;height:100%;justify-content:center;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.spinner-inner{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;border:8px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:100px;width:100px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.todo-section{align-self:start;background-color:#205e7810;border:2px solid #205e78;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.2);grid-area:todos;justify-self:center;margin-top:1rem;max-width:600px;min-height:120px;overflow-y:auto;padding:10px;width:100%}.todo-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.todo-section h2{color:#204678;flex:1 1;font-size:18px;margin:0;text-align:center}.todo-toggle-button{align-items:center;background-color:#204678!important;border-radius:50%;color:#fff;display:flex;font-size:18px;font-weight:700;height:32px;justify-content:center;line-height:1;margin-top:0!important;min-width:32px;padding:6px 10px}.todo-toggle-button:hover{background-color:#2a5c9c!important;-webkit-transform:scale(1.1);transform:scale(1.1)}.todo-form{align-items:flex-end;-webkit-animation:slideDown .3s ease-out;animation:slideDown .3s ease-out;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;gap:.4rem;margin-bottom:1rem;padding:.8rem}@-webkit-keyframes slideDown{0%{max-height:0;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{max-height:100px;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideDown{0%{max-height:0;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{max-height:100px;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.todo-input{background-color:initial;border:none;border-bottom:2px solid #c9c9c9;flex:1 1;font-size:14px;padding:8px;transition:border .3s}.todo-input:focus{border-bottom:2px solid #204678;outline:none}.todo-add-button{font-size:12px;margin-top:0!important;padding:8px 12px;white-space:nowrap}.todo-list{list-style:none;margin:0;overflow-y:auto;padding:0}.todo-list::-webkit-scrollbar{width:6px}.todo-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.todo-list::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.todo-list::-webkit-scrollbar-thumb:hover{background:#555}.todo-item{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:grab;display:flex;gap:6px;justify-content:space-between;margin-bottom:6px;min-height:38px;padding:8px 6px 8px 3px;position:relative;transition:all .3s ease}.todo-item:active{cursor:grabbing}.todo-item.dragging{box-shadow:0 4px 12px rgba(0,0,0,.2);opacity:.5;-webkit-transform:scale(1.02);transform:scale(1.02);z-index:1000}.todo-item.drag-over{background-color:#f0f8ff;border-color:#204678;border-width:2px}.drag-handle{align-items:center;color:#999;cursor:grab;display:flex;justify-content:center;opacity:.6;padding:4px;transition:opacity .2s ease}.todo-item:hover .drag-handle{color:#666;opacity:1}.drag-handle:active{cursor:grabbing}.todo-item:hover{box-shadow:0 2px 6px rgba(0,0,0,.1);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.todo-item.completed{background-color:#f8f8f8;opacity:.8}.todo-content{align-items:center;display:flex;flex:1 1;gap:9px;min-width:0;pointer-events:none}.todo-content input,.todo-content span{pointer-events:auto}.todo-checkbox{accent-color:#204678;cursor:pointer;height:18px;width:18px}.todo-text{border-radius:3px;color:#333;cursor:pointer;flex:1 1;font-size:14px;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;overflow-wrap:break-word;padding:2px 4px;transition:background-color .2s ease;word-break:break-word}.todo-text:hover{background-color:#f8f9fa}.todo-edit-input{background-color:#fff;border:2px solid #204678;border-radius:4px;color:#333;flex:1 1;font-family:inherit;font-size:14px;line-height:1.3;outline:none;padding:4px 8px}.todo-edit-input:focus{border-color:#2a5c9c;box-shadow:0 0 0 2px rgba(32,70,120,.1)}.todo-item.completed .todo-text{color:#888;text-decoration:line-through}.todo-delete-button{align-items:center;background-color:#d72c29!important;color:#fff;display:flex;flex-shrink:0;height:26px;justify-content:center;margin-top:0!important;min-width:30px;padding:4px 6px;pointer-events:auto;white-space:nowrap;width:30px}.todo-delete-button svg{color:inherit;height:14px;width:14px}.todo-delete-button:hover{background-color:#eb4033!important;-webkit-transform:scale(1.05);transform:scale(1.05)}.todo-actions{gap:6px}.todo-actions,.todo-notes-button{align-items:center;display:flex;flex-shrink:0}.todo-notes-button{background-color:#2196f3!important;color:#fff;height:26px;justify-content:center;margin-top:0!important;min-width:30px;padding:4px 6px;pointer-events:auto;position:relative;white-space:nowrap;width:30px}.todo-notes-button svg{color:inherit;height:14px;width:14px}.todo-notes-button:hover{background-color:#1976d2!important;-webkit-transform:scale(1.05);transform:scale(1.05)}.notes-indicator{background-color:#ff9800;border:1px solid #fff;border-radius:50%;color:#ff9800;font-size:6px;height:8px;position:absolute;right:-2px;top:-2px;width:8px}.notes-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.notes-modal{-webkit-animation:modalSlideIn .2s ease-out;animation:modalSlideIn .2s ease-out;background:#fff;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.3);display:flex;flex-direction:column;height:70vh;max-height:90vh;max-width:500px;width:90%}@-webkit-keyframes modalSlideIn{0%{opacity:0;-webkit-transform:scale(.95) translateY(-20px);transform:scale(.95) translateY(-20px)}to{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes modalSlideIn{0%{opacity:0;-webkit-transform:scale(.95) translateY(-20px);transform:scale(.95) translateY(-20px)}to{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}.notes-modal-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e0e0e0;border-radius:8px 8px 0 0;display:flex;flex-shrink:0;justify-content:space-between;padding:10px 16px}.notes-modal-header h3{color:#333;flex:1 1;font-size:16px;font-weight:600;margin:0 12px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notes-close-button{align-items:center;background:none;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:20px;height:24px;justify-content:center;padding:0;transition:all .2s ease;width:24px}.notes-close-button:hover{background-color:#e0e0e0;color:#333}.notes-modal-body{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:12px 16px}.notes-textarea{border:2px solid #e0e0e0;border-radius:6px;flex:1 1;font-family:inherit;font-size:14px;line-height:1.5;min-height:200px;outline:none;padding:12px;resize:none;transition:border-color .2s ease;width:100%}.notes-textarea:focus{border-color:#2196f3;box-shadow:0 0 0 3px rgba(33,150,243,.1)}.notes-modal-footer{background:#f8f9fa;border-radius:0 0 8px 8px;border-top:1px solid #e0e0e0;display:flex;flex-shrink:0;gap:8px;justify-content:flex-end;padding:10px 16px}.notes-cancel-button{background-color:#6c757d!important;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:6px 12px;transition:all .2s ease}.notes-cancel-button:hover{background-color:#5a6268!important}.notes-save-button{background-color:#2196f3!important;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:6px 12px;transition:all .2s ease}.notes-save-button:hover{background-color:#1976d2!important}.no-todos{color:#888;font-size:14px;font-style:italic;padding:.5rem;text-align:center}.error-message{color:#d72c29;font-size:12px;margin:.5rem 0;text-align:center}@media only screen and (max-width:600px){.container{grid-template-rows:auto minmax(150px,1fr) minmax(100px,auto);padding:.5rem .5rem 0}.stopwatch-section{margin-top:.25rem;max-height:calc(100vh - 160px);padding-bottom:.5rem}.stopwatch-list{gap:10px;margin-bottom:.5rem}.stopwatch-container{padding:7px}.stopwatch-container h2{font-size:14px;margin:0 0 5px}.stopwatch-container .stopwatch-time{font-size:14px}.stopwatch-container .button{font-size:10px;margin-top:6px;min-width:52px;padding:4px 7px}.stopwatch-controls{gap:1rem}.stopwatch-container .button:not(:last-child){margin-right:.6rem}.todo-section{margin:.5rem;min-height:100px}.todo-form{flex-direction:column;gap:.75rem;padding:.6rem}.todo-toggle-button{font-size:16px;height:28px;min-width:28px;padding:4px 8px}.todo-item{gap:5px;min-height:36px;padding:6px 4px 6px 2px}.todo-content{gap:7px}.drag-handle svg{height:10px;width:10px}.todo-delete-button{height:24px;min-width:28px;padding:3px 5px;width:28px}.todo-delete-button svg{height:12px;width:12px}.todo-actions{gap:4px}.todo-notes-button{height:24px;min-width:28px;padding:3px 5px;width:28px}.todo-notes-button svg{height:12px;width:12px}.notes-indicator{height:6px;right:-1px;top:-1px;width:6px}.notes-modal{height:75vh;max-height:92vh;width:95%}.notes-modal-header{padding:8px 12px}.notes-modal-header h3{font-size:15px}.notes-modal-body{padding:8px 12px}.notes-textarea{font-size:13px;min-height:150px;padding:10px}.notes-modal-footer{padding:8px 12px}.stopwatch-buttons{gap:.75rem;padding-top:.5rem}.stopwatch-buttons .button{font-size:12px;padding:6px 12px}.day-stopwatch-section{padding:.4rem .75rem}.day-stopwatch-container .stopwatch{gap:.4rem}.day-stopwatch-container .stopwatch-time{font-size:16px}.day-stopwatch-timer-row{gap:.75rem;min-height:20px}.day-stopwatch-container .stopwatch-controls{gap:.5rem}.day-progress-bottom{gap:.75rem}.day-progress-title{font-size:12px}.day-progress-text{font-size:9px}.day-overtime-bar{height:4px}@-webkit-keyframes slideInOvertime{0%{height:0;opacity:0}to{height:4px;opacity:1}}@keyframes slideInOvertime{0%{height:0;opacity:0}to{height:4px;opacity:1}}.day-stopwatch-container .button{font-size:11px;padding:5px 10px}}
/*# sourceMappingURL=main.2305a0b1.css.map*/