@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&display=swap";.login-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;color:#37352f;padding:2rem}.login-container{max-width:420px;width:100%;text-align:center}.login-header{margin-bottom:2.5rem}.login-title{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.8rem;font-weight:700;margin:0;color:#37352f}.login-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:#37352f;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:#0f0f0f1a 0 0 0 1px,#0f0f0f1a 0 2px 4px}.login-button:hover{background:#2f2f2f;box-shadow:#0f0f0f1a 0 0 0 1px,#0f0f0f33 0 3px 6px}.login-button:active{transform:translateY(0)}.notion-icon{width:24px;height:24px}.login-hint{margin-top:1.5rem;font-size:.85rem;color:#37352f80;line-height:1.6}.login-footer{margin-top:3rem;color:#37352f73;font-size:.8rem}.login-spinner{width:48px;height:48px;border:3px solid rgba(55,53,47,.1);border-top-color:#2eaadc;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.login-loading-text{color:#37352fa6;font-size:.95rem}@media(max-width:480px){.login-title{font-size:1.5rem}.login-button{width:100%;padding:1rem 1.5rem}}.settings-overlay{position:fixed;inset:0;background:#0f0f0f99;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.settings-panel{background:#fff;border-radius:8px;width:90%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:#0f0f0f0d 0 0 0 1px,#0f0f0f1a 0 5px 10px,#0f0f0f33 0 15px 40px}.settings-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(55,53,47,.09)}.settings-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#37352f}.settings-close{background:none;border:none;color:#37352f73;font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1;transition:color .2s}.settings-close:hover{color:#37352f}.settings-section{padding:1.5rem;border-bottom:1px solid rgba(55,53,47,.06)}.settings-section:last-child{border-bottom:none}.settings-section h3{margin:0 0 1rem;font-size:.85rem;font-weight:600;color:#37352fa6;letter-spacing:.05em}.account-info{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.account-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.account-details{flex:1}.account-name{margin:0;font-size:1rem;font-weight:500;color:#37352f}.account-workspace{margin:.25rem 0 0;font-size:.85rem;color:#37352fa6}.logout-button{background:#eb57571a;color:#eb5757;border:1px solid rgba(235,87,87,.2);padding:.5rem 1rem;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s}.logout-button:hover{background:#eb575726}.settings-hint{font-size:.85rem;color:#37352fa6;margin:0 0 1.25rem;line-height:1.5}.settings-label{display:block;margin-bottom:1rem;font-size:.85rem;color:#37352fa6}.settings-label .required{color:#eb5757}.settings-input{display:block;width:100%;margin-top:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid rgba(55,53,47,.16);border-radius:6px;color:#37352f;font-size:.9rem;font-family:SF Mono,Monaco,Menlo,monospace;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.settings-input:focus{outline:none;border-color:#2eaadc;box-shadow:0 0 0 3px #2eaadc26}.settings-input::placeholder{color:#37352f59}.save-button{width:100%;padding:.875rem;background:#2eaadc;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;margin-top:.5rem}.save-button:hover:not(:disabled){background:#2496c4}.save-button:disabled{opacity:.5;cursor:not-allowed}.dp-container{position:relative;display:inline-flex;align-items:center;gap:.25rem}.dp-trigger{font-size:1.4rem;font-weight:500;color:#37352fd9;cursor:pointer;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}.dp-today-badge{font-size:.7rem;color:#2383e299;font-weight:500;margin-left:.25rem}.dp-popup{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);z-index:200;background:#fff;border:1px solid rgba(55,53,47,.16);border-radius:8px;box-shadow:0 4px 16px #0f0f0f1a,0 2px 4px #0f0f0f0d;padding:12px;width:280px;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.dp-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.dp-nav-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#37352f73;font-size:1.2rem;font-weight:300;cursor:pointer;border-radius:4px;-webkit-tap-highlight-color:transparent}.dp-nav-btn:hover{background:#37352f0f;color:#37352fcc}.dp-month-label{font-size:.9rem;font-weight:500;color:#37352fd9}.dp-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.dp-dow{display:flex;align-items:center;justify-content:center;height:28px;font-size:.7rem;font-weight:500;color:#37352f66}.dp-cell{display:flex;align-items:center;justify-content:center;height:36px;min-width:36px;font-size:.85rem;border:none;background:transparent;color:#37352fd9;border-radius:6px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .12s ease}.dp-cell.dp-blank{cursor:default}.dp-cell:not(.dp-blank):hover{background:#37352f0f}.dp-cell.dp-today{color:#2383e2d9;font-weight:600;position:relative}.dp-cell.dp-today:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:#2383e280}.dp-cell.dp-selected{background:#2383e21f;color:#2383e2;font-weight:600}.dp-cell.dp-selected:hover{background:#2383e22e}@media(max-width:430px){.dp-popup{position:fixed;top:auto;left:16px;right:16px;transform:none;width:auto;max-width:none}.dp-cell{height:44px;min-width:44px;font-size:.9rem}.dp-dow{height:32px}}.routine-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.routine-modal{position:relative;background:var(--bg-primary, #fff);border-radius:12px;width:100%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0003}.routine-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border-color, #e0e0e0)}.routine-modal-header h2{margin:0;font-size:1.125rem;font-weight:600;color:var(--text-primary, #37352f)}.routine-modal-close{background:none;border:none;font-size:1.5rem;color:var(--text-secondary, #787774);cursor:pointer;padding:.25rem;line-height:1;border-radius:4px;transition:background .15s}.routine-modal-close:hover:not(:disabled){background:var(--bg-hover, #f1f1f0)}.routine-modal-close:disabled{opacity:.5;cursor:not-allowed}.routine-modal-content{flex:1;overflow-y:auto;padding:1rem 1.25rem;min-height:200px}.routine-modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:var(--text-secondary, #787774)}.routine-modal-loading .loading-spinner{width:32px;height:32px;border:3px solid var(--border-color, #e0e0e0);border-top-color:var(--accent-color, #2383e2);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.routine-modal-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center}.routine-modal-error p{margin:0 0 .5rem;color:var(--text-primary, #37352f)}.routine-modal-error .error-detail{font-size:.85rem;color:var(--error-color, #e03e3e);margin-bottom:1rem}.routine-modal-error button{padding:.5rem 1rem;background:var(--accent-color, #2383e2);color:#fff;border:none;border-radius:6px;cursor:pointer}.routine-modal-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.routine-modal-empty p{margin:0;color:var(--text-primary, #37352f)}.routine-modal-empty .empty-hint{margin-top:.5rem;font-size:.85rem;color:var(--text-secondary, #787774)}.routine-modal-progress-overlay{position:absolute;inset:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:12px}.routine-modal-progress{display:flex;flex-direction:column;align-items:center;padding:2rem 3rem;background:var(--bg-primary, #fff);border-radius:12px;box-shadow:0 4px 24px #00000026;min-width:280px}.routine-modal-progress .progress-spinner{width:40px;height:40px;border:3px solid var(--border-color, #e0e0e0);border-top-color:var(--accent-color, #2383e2);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.routine-modal-progress .progress-text{margin:0;color:var(--text-primary, #37352f);font-weight:600;font-size:1.1rem}.routine-modal-progress .progress-count{margin:.5rem 0 0;color:var(--accent-color, #2383e2);font-weight:700;font-size:1.5rem}.routine-modal-progress .progress-current{margin-top:.75rem;font-size:.9rem;color:var(--text-secondary, #787774);font-weight:400;text-align:center;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.routine-modal-progress .progress-bar{width:100%;height:6px;background:var(--border-color, #e0e0e0);border-radius:3px;margin-top:1rem;overflow:hidden}.routine-modal-progress .progress-bar-fill{height:100%;background:var(--accent-color, #2383e2);border-radius:3px;transition:width .3s ease}.routine-modal-result{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:8px;margin-bottom:1rem}.routine-modal-result.success{background:var(--success-bg, #e8f5e9)}.routine-modal-result.partial{background:var(--warning-bg, #fff8e1)}.routine-modal-result .result-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.25rem;flex-shrink:0}.routine-modal-result.success .result-icon{background:var(--success-color, #2e7d32);color:#fff}.routine-modal-result.partial .result-icon{background:var(--warning-color, #f9a825);color:#fff}.routine-modal-result .result-message{flex:1}.routine-modal-result .result-title{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary, #37352f)}.routine-modal-result .result-detail{margin:.25rem 0 0;font-size:.875rem;color:var(--text-secondary, #787774);font-weight:400}.routine-modal-result .result-failed{color:var(--error-color, #e03e3e);margin-left:.25rem}.routine-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-top:1px solid var(--border-color, #e0e0e0);gap:1rem}.routine-toggle-all-btn{padding:.5rem .75rem;background:transparent;border:1px solid var(--border-color, #e0e0e0);border-radius:6px;color:var(--text-primary, #37352f);cursor:pointer;font-size:.875rem;transition:background .15s}.routine-toggle-all-btn:hover:not(:disabled){background:var(--bg-hover, #f1f1f0)}.routine-toggle-all-btn:disabled{opacity:.5;cursor:not-allowed}.routine-selected-count{font-size:.875rem;color:var(--text-secondary, #787774)}.routine-modal-actions{display:flex;gap:.5rem;margin-left:auto}.routine-cancel-btn{padding:.5rem 1rem;background:transparent;border:1px solid var(--border-color, #e0e0e0);border-radius:6px;color:var(--text-primary, #37352f);cursor:pointer;font-size:.875rem;transition:background .15s}.routine-cancel-btn:hover:not(:disabled){background:var(--bg-hover, #f1f1f0)}.routine-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.routine-generate-btn{padding:.5rem 1.25rem;background:var(--accent-color, #2383e2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;transition:background .15s}.routine-generate-btn:hover:not(:disabled){background:var(--accent-hover, #1a6bc4)}.routine-generate-btn:disabled{opacity:.5;cursor:not-allowed}.routine-list{display:flex;flex-direction:column;gap:1rem}.routine-section-group{border:1px solid var(--border-color, #e0e0e0);border-radius:8px;overflow:hidden}.routine-section-header{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--bg-secondary, #f7f6f3);border-bottom:1px solid var(--border-color, #e0e0e0)}.routine-section-id{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--accent-color, #2383e2);color:#fff;font-size:.75rem;font-weight:600;border-radius:4px}.routine-section-name{font-size:.875rem;font-weight:500;color:var(--text-primary, #37352f)}.routine-items{list-style:none;margin:0;padding:0}.routine-item{border-bottom:1px solid var(--border-color, #e0e0e0)}.routine-item:last-child{border-bottom:none}.routine-item-label{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;cursor:pointer;transition:background .15s}.routine-item-label:hover:not(.disabled){background:var(--bg-hover, #f1f1f0)}.routine-item-label.disabled{opacity:.6;cursor:not-allowed}.routine-checkbox{margin-top:.125rem;width:16px;height:16px;cursor:pointer}.routine-checkbox:disabled{cursor:not-allowed}.routine-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.routine-name{font-size:.9375rem;color:var(--text-primary, #37352f);line-height:1.4}.routine-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-secondary, #787774)}.routine-time{font-weight:500;line-height:1.5}.routine-estimate{padding:.125rem .375rem;background:var(--bg-secondary, #f7f6f3);border-radius:4px}.routine-cycle{padding:.125rem .375rem;background:var(--accent-light, #e8f4fd);color:var(--accent-color, #2383e2);border-radius:4px}.routine-item.generated{opacity:.7}.routine-item-label.generated{cursor:pointer}.routine-generated-badge{display:inline-block;margin-left:.5rem;padding:.125rem .5rem;font-size:.75rem;font-weight:500;color:#fff;background:#9ca3af;border-radius:4px;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:480px){.routine-modal{max-height:90vh}.routine-modal-footer{flex-wrap:wrap}.routine-modal-actions{width:100%;justify-content:flex-end}}.toast-container{position:fixed;top:calc(env(safe-area-inset-top,0px) + 1rem);right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.toast-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:12px;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a;border:1px solid rgba(55,53,47,.08);min-width:280px;max-width:400px;pointer-events:auto;animation:toast-enter .3s ease-out}.toast-item.toast-exit{animation:toast-exit .3s ease-in forwards}@keyframes toast-enter{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toast-exit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.toast-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:.75rem;font-weight:600;flex-shrink:0}.toast-success .toast-icon{background:linear-gradient(135deg,#2ecc7126,#27ae6026);color:#27ae60}.toast-error .toast-icon{background:linear-gradient(135deg,#e74c3c26,#c0392b26);color:#c0392b}.toast-info .toast-icon{background:linear-gradient(135deg,#536fe926,#a55eea26);color:#536fe9}.toast-message{flex:1;font-size:.9rem;color:#37352fe6;line-height:1.4}.toast-action{background:#2eaadc1f;border:1px solid rgba(46,170,220,.3);color:#2eaadc;cursor:pointer;padding:.3rem .7rem;font-size:.8rem;font-weight:600;line-height:1;border-radius:6px;transition:all .2s ease;flex-shrink:0;white-space:nowrap}.toast-action:hover{background:#2eaadc33}.toast-action:active{background:#2eaadc4d}.toast-close{background:none;border:none;color:#37352f59;cursor:pointer;padding:.25rem;font-size:1.1rem;line-height:1;border-radius:4px;transition:all .2s ease;flex-shrink:0}.toast-close:hover{color:#37352fa6;background:#37352f0f}.toast-success{border-left:3px solid #27ae60}.toast-error{border-left:3px solid #c0392b}.toast-info{border-left:3px solid #536fe9}@media(max-width:600px){.toast-container{left:1rem;right:1rem}.toast-item{min-width:auto;max-width:none}}:root{--content-max-width: 900px;--card-border-radius: 8px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;color:#37352f;min-height:100vh;padding:2rem;overflow-x:hidden}.container{max-width:1100px;margin:0 auto;padding-top:env(safe-area-inset-top,0)}h1{text-align:center;margin-bottom:1.5rem;font-weight:600;font-size:1.8rem;letter-spacing:.02em;color:#37352f}.top-section,.add-task-toggle,.section-toggle{max-width:1000px;margin:0 auto 1.5rem;padding-right:16px}.top-section .add-task-form{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;padding:1.1rem 1.6rem}.top-section .add-task-form h3{display:none}.top-section .add-task-form input[type=text]{flex:2.2;min-width:240px;margin-bottom:0}.top-section .add-task-form select{flex:1.8;min-width:220px;margin-bottom:0}.top-section .add-task-form input[type=number]{flex:.5;min-width:80px;max-width:100px;margin-bottom:0}.top-section .add-task-form button{flex:0 0 auto;width:auto;padding:.85rem 1.5rem}.main-layout{display:flex;gap:1.5rem;align-items:flex-start;justify-content:flex-end;max-width:1000px;margin:0 auto 2rem;padding-right:16px}.bottom-section{max-width:1000px;margin:1.5rem auto 0;padding-right:16px}.bottom-section .selected-task-panel{min-height:auto}.bottom-section .no-selection{padding:1rem 0}.bottom-section .selected-task-header{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.75rem}.bottom-section .selected-task-name{font-size:1rem}.bottom-section .selected-task-info{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.bottom-section .selected-task-info p{margin-bottom:0}.bottom-section .selected-task-actions{justify-content:center}.bottom-section .btn-action{flex:0 0 auto;min-width:120px}.chart-wrapper{width:700px;height:700px;flex-shrink:0;position:relative;filter:drop-shadow(0 0 40px rgba(78,204,163,.15));display:flex;align-items:center;justify-content:center}.chart-wrapper svg{display:block;width:100%;height:100%}.task-tooltip{position:absolute;background:#37352ff2;color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;white-space:nowrap;z-index:100;pointer-events:none;box-shadow:0 2px 8px #00000026}.task-tooltip-name{font-weight:500}.task-tooltip-time{margin-left:.5rem;opacity:.8}.sidebar{width:250px;display:flex;flex-direction:column;gap:1.5rem;flex-shrink:0}.glass-card,.section-legend{background:#fff;border:1px solid rgba(55,53,47,.09);border-radius:var(--card-border-radius);padding:1.5rem;box-shadow:#0f0f0f0d 0 0 0 1px,#0f0f0f1a 0 3px 6px,#0f0f0f33 0 9px 24px}.legend-title{font-size:.75rem;letter-spacing:.1em;color:#37352f80;margin-bottom:1rem}.legend-item{display:flex;align-items:center;gap:.6rem;margin-bottom:.6rem;font-size:.8rem;font-weight:400;transition:background .2s ease;padding:.4rem 0;border-bottom:1px solid rgba(55,53,47,.06);cursor:pointer}.legend-item:last-child{border-bottom:none}.legend-item:hover{background:#37352f0a}.legend-item.active{background:#2eaadc1f;border-radius:6px;margin:0 -.5rem;padding:.4rem .5rem}.legend-item.current{background:#37352f08}.legend-item.current.active{background:linear-gradient(90deg,#37352f08,#2eaadc1f)}.legend-id.current{background:#2eaadc33;color:#2eaadc}.legend-id{background:#37352f14;padding:.2rem .5rem;border-radius:4px;font-weight:500;min-width:24px;text-align:center;color:#37352f}.legend-text{flex:1;color:#37352fa6}.legend-count{color:#37352f66;font-size:.75rem}.add-task-form{background:#fff;border:1px solid rgba(55,53,47,.09);border-radius:var(--card-border-radius);padding:1.5rem;box-shadow:#0f0f0f0d 0 0 0 1px,#0f0f0f1a 0 3px 6px,#0f0f0f33 0 9px 24px}.add-task-form h3{font-size:.75rem;letter-spacing:.1em;color:#37352f80;margin-bottom:1.25rem;font-weight:500}.add-task-form input,.add-task-form select{width:100%;padding:.75rem 1rem;margin-bottom:.875rem;border:1px solid rgba(55,53,47,.16);border-radius:6px;background:#fff;color:#37352f;font-size:.85rem;font-family:inherit;transition:all .2s ease}.add-task-form input:focus,.add-task-form select:focus{outline:none;border-color:#2eaadc;box-shadow:0 0 0 3px #2eaadc26}.add-task-form input::placeholder{color:#37352f66}.add-task-form select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2337352f' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.add-task-form select option{background:#fff;color:#37352f}.add-task-form button{width:100%;padding:1rem;border:none;border-radius:6px;background:#2eaadc;color:#fff;font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #4ecca34d}.add-task-form button:hover{transform:translateY(-2px);box-shadow:0 6px 30px #4ecca366}.add-task-form button:active{transform:translateY(0)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}@media(max-width:900px){.main-layout{flex-direction:column;align-items:center}.sidebar{width:100%;max-width:400px}.top-section,.add-task-toggle,.section-toggle{max-width:100%;padding:0 1rem}.top-section .add-task-form{flex-direction:column}.top-section .add-task-form input,.top-section .add-task-form select,.top-section .add-task-form button{width:100%;flex:none}.bottom-section{max-width:100%;padding:0 1rem}.bottom-section .selected-task-info{flex-direction:column;gap:.5rem}}.selected-task-panel{position:relative;min-height:120px;touch-action:pan-y;overscroll-behavior-x:contain;overflow-x:visible}.selected-task-nav-btn{position:absolute;top:50%;z-index:2;font-size:1.6rem;line-height:1;padding:.2rem .45rem}.selected-task-nav-btn-left{left:0;transform:translate(-170%,-50%)}.selected-task-nav-btn-right{right:0;transform:translate(170%,-50%)}@media(max-width:1024px){.selected-task-nav-btn{display:none}}.no-selection{color:#37352f66;text-align:center;padding:2rem 0;font-size:.85rem}.selected-task-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.selected-section-badge{background:#2eaadc26;color:#2eaadc;padding:.25rem .6rem;border-radius:4px;font-size:.75rem;font-weight:600}.selected-task-name{font-size:.95rem;font-weight:500;color:#37352f}.selected-task-info{font-size:.85rem;color:#37352fa6;margin-bottom:1rem}.selected-task-info p{margin-bottom:.4rem}.estimate-actual-row{display:flex;align-items:center;gap:1.5rem;margin-bottom:.4rem}.estimate-section{display:flex;align-items:center;gap:.3rem}.actual-section{display:flex;align-items:center;gap:.3rem;color:#37352fa6}.task-select{padding:.35rem .6rem;border-radius:4px;border:1px solid rgba(55,53,47,.16);background:#fff;color:#37352f;font-size:.8rem;cursor:pointer;transition:all .2s ease;min-width:100px}.task-select:hover{background:#ffffff1a;border-color:#ffffff40}.task-select:focus{outline:none;border-color:#64b5f680;box-shadow:0 0 0 2px #64b5f633}.task-select option{background:#1a1a2e;color:#fff}.comment-section{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(55,53,47,.09)}.comment-section strong{display:block;margin-bottom:.5rem;color:#37352fa6}.comment-display{background:#37352f0a;border-radius:4px;padding:.5rem .75rem;margin-bottom:.5rem;font-size:.85rem;color:#37352f;max-height:120px;overflow-y:auto}.comment-display-wrapper{position:relative;display:flex;flex-direction:column;gap:.4rem;margin-bottom:.5rem}.comment-edit-chip{position:absolute;top:.4rem;right:.5rem;margin-left:0;border:none;font:inherit;cursor:pointer;-webkit-user-select:none;user-select:none}.comment-edit-chip:disabled{opacity:.6;cursor:not-allowed}.comment-display-editable{padding-right:4rem}.comment-line{line-height:1.5}.comment-line:not(:last-child){margin-bottom:.25rem}.comment-edit-row{margin-bottom:.5rem}.comment-textarea{width:100%;border-radius:4px;border:1px solid rgba(55,53,47,.16);background:#fff;color:#37352f;font-size:.85rem;line-height:1.45;padding:.5rem .75rem;resize:vertical}.comment-textarea:focus{outline:none;border-color:#2eaadc;box-shadow:0 0 0 2px #2eaadc26}.comment-edit-actions{margin-top:.4rem;display:flex;justify-content:flex-end;gap:.4rem}.comment-input-row{display:flex;gap:.5rem}.comment-input{flex:1;padding:.5rem .75rem;border-radius:4px;border:1px solid rgba(55,53,47,.16);background:#fff;color:#37352f;font-size:.85rem;transition:all .2s ease}.comment-input:focus{outline:none;border-color:#2eaadc;box-shadow:0 0 0 2px #2eaadc26}.comment-input::placeholder{color:#37352f66}.btn-send-comment{padding:.5rem 1rem;border-radius:4px;border:none;background:#2eaadc;color:#fff;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-send-comment:hover:not(:disabled){background:#2496c4}.btn-send-comment:disabled{background:#37352f14;color:#37352f66;cursor:not-allowed}.selected-task-actions{display:flex;gap:.75rem}.btn-action{flex:1;padding:.7rem;border:none;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-start{background:#2eaadc;color:#fff}.btn-start:hover{background:#2496c4}.btn-end{background:#37352f;color:#fff}.btn-end:hover{background:#2f2f2f}.btn-interrupt{background:#37352f14;color:#37352f;border:1px solid rgba(55,53,47,.16)}.btn-interrupt:hover{background:#37352f29}.btn-restart{background:#2eaadc;color:#fff}.btn-restart:hover{background:#2496c4}.estimate-display{cursor:pointer;padding:.2rem .4rem;border-radius:4px;transition:background .2s ease}.estimate-display:hover{background:#37352f0f}.edit-chip{margin-left:.4rem;padding:.15rem .4rem;border-radius:999px;font-size:.7rem;color:#2eaadc;background:#2eaadc26;transition:all .2s ease}.edit-chip:hover{background:#2eaadc40}.name-edit{display:inline-flex;align-items:center;gap:.3rem;flex:1}.name-input{flex:1;padding:.3rem .5rem!important;margin:0!important;font-size:.95rem!important;font-weight:600}.selected-task-name.editable{cursor:pointer}.selected-task-name.editable:hover{background:#37352f0a;border-radius:4px}.estimate-edit{display:inline-flex;align-items:center;gap:.3rem}.estimate-input{width:60px!important;padding:.3rem .5rem!important;margin:0!important;font-size:.85rem!important;text-align:center}.btn-small{padding:.25rem .5rem;border:none;border-radius:4px;font-size:.75rem;cursor:pointer;transition:all .2s ease}.btn-save{background:#2eaadc26;color:#2eaadc}.btn-save:hover{background:#2eaadc40}.btn-cancel{background:#eb57571a;color:#eb5757}.btn-cancel:hover{background:#eb575733}.time-display{padding:.2rem .4rem;border-radius:4px}.time-display.editable{cursor:pointer;transition:background .2s ease}.time-display.editable:hover{background:#ffffff1a}.time-edit{display:inline-flex;align-items:center;gap:.3rem;flex-wrap:wrap}.time-input{width:90px!important;padding:.3rem .5rem!important;margin:0!important;font-size:.85rem!important;background:#fff!important;border:1px solid rgba(55,53,47,.16)!important;border-radius:4px!important;color:#37352f!important}.time-input:focus{outline:none;border-color:#2eaadc!important;box-shadow:0 0 0 3px #2eaadc26!important}.time-input-group{display:inline-flex;align-items:center;gap:.2rem}.btn-time-clear{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:1px solid rgba(55,53,47,.16);border-radius:4px;background:#f7f6f3;color:#6b6b6b;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .15s ease,color .15s ease;flex-shrink:0}.btn-time-clear:hover{background:#e8e8e8;color:#e03e3e}.btn-time-clear:active{background:#d4d4d4}@media(hover:none)and (pointer:coarse){.btn-time-clear{width:32px;height:32px;font-size:16px}}.btn-action:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.routinize-actions{margin-top:.5rem}.btn-action.btn-routinize{background:linear-gradient(135deg,#536fe926,#a55eea26);border:1px solid rgba(83,111,233,.3);color:#536fe9e6}.btn-action.btn-routinize:hover:not(:disabled){background:linear-gradient(135deg,#536fe940,#a55eea40);border-color:#536fe980}.btn-action.btn-routinize:disabled{opacity:.6;cursor:not-allowed}.delete-task-section{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(55,53,47,.09)}.btn-delete-subtle{background:transparent;border:none;color:#37352f59;font-size:.75rem;cursor:pointer;padding:.25rem .5rem;transition:color .2s ease}.btn-delete-subtle:hover{color:#eb5757}.delete-confirm{text-align:center}.delete-confirm span{display:block;color:#37352fa6;font-size:.85rem;margin-bottom:.75rem}.delete-confirm-buttons{display:flex;gap:.5rem;justify-content:center}.btn-delete-confirm{background:#eb57571a;border:1px solid rgba(235,87,87,.3);color:#eb5757;padding:.4rem .8rem;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .2s ease}.btn-delete-confirm:hover{background:#eb575733}.btn-delete-cancel{background:#37352f0f;border:1px solid rgba(55,53,47,.1);color:#37352fa6;padding:.4rem .8rem;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .2s ease}.btn-delete-cancel:hover{background:#37352f1a}.zoom-reset-btn{width:100%;margin-top:1rem;padding:.6rem;border:1px solid rgba(55,53,47,.1);border-radius:6px;background:transparent;color:#37352fa6;font-size:.8rem;cursor:pointer;transition:all .2s ease}.zoom-reset-btn:hover{background:#37352f0f;color:#37352f}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chart-wrapper{animation:fadeIn .5s ease-out}.sidebar>*{animation:slideIn .4s ease-out}.sidebar>*:nth-child(1){animation-delay:.1s}.sidebar>*:nth-child(2){animation-delay:.2s}.sidebar>*:nth-child(3){animation-delay:.3s}.loading-spinner{width:40px;height:40px;border:3px solid rgba(55,53,47,.1);border-top-color:#2eaadc;border-radius:50%;animation:spin 1s linear infinite;display:inline-block;vertical-align:middle}.app-header-status .loading-spinner{width:16px;height:16px;border-width:2px;margin-left:.5rem}.glass-card{transition:transform .2s ease,box-shadow .2s ease}.glass-card:hover{transform:translateY(-1px);box-shadow:#0f0f0f0d 0 0 0 1px,#0f0f0f1a 0 5px 10px,#0f0f0f33 0 15px 40px}@media(hover:none){.legend-item:hover{background:transparent}.glass-card:hover{transform:none;box-shadow:#0f0f0f0d 0 0 0 1px,#0f0f0f1a 0 3px 6px,#0f0f0f33 0 9px 24px}}@media(max-width:600px){body{padding:.75rem}h1{font-size:1.5rem;margin-bottom:.75rem;letter-spacing:.02em}.container{padding:0;padding-top:env(safe-area-inset-top,0)}.main-layout{flex-direction:column;gap:1rem}.main-layout .chart-wrapper{width:min(calc(100vw - 1.5rem),420px);height:min(calc(100vw - 1.5rem),420px);margin:0 auto;flex-shrink:0}.main-layout .chart-wrapper svg{width:100%;height:100%}.sidebar{width:100%;max-width:none;padding:0;gap:1rem}.top-section,.add-task-toggle,.section-toggle{padding:0 1rem;margin-bottom:1rem}.top-section .add-task-form{padding:1rem;gap:.75rem}.add-task-form{padding:1rem;border-radius:var(--card-border-radius)}.add-task-form input,.add-task-form select{padding:.75rem;margin-bottom:.5rem;font-size:.85rem}.add-task-form button{padding:.85rem}.bottom-section{padding:0;margin-top:1rem}.selected-task-panel{min-height:auto}.selected-task-actions{flex-wrap:wrap;gap:.5rem}.btn-action{flex:1 1 45%;min-width:100px;padding:.6rem;font-size:.8rem}.section-legend{padding:1rem;border-radius:var(--card-border-radius)}.legend-item{padding:.3rem 0;font-size:.75rem}.glass-card{padding:1rem;border-radius:var(--card-border-radius)}}@media(max-width:375px){body{padding:.5rem}h1{font-size:1.3rem;margin-bottom:.5rem;letter-spacing:.02em}.main-layout .chart-wrapper{width:calc(100vw - 1rem);height:calc(100vw - 1rem);max-width:360px;max-height:360px}.add-task-form input,.add-task-form select{padding:.65rem}}.add-task-form input:focus,.add-task-form select:focus,.add-task-form button:focus{outline:2px solid rgba(46,170,220,.4);outline-offset:2px}.auth-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#37352fa6}.auth-loading-spinner{width:48px;height:48px;border:3px solid rgba(55,53,47,.1);border-top-color:#2eaadc;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.sticky-header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.5rem 0;margin:-.5rem 0 .5rem;border-bottom:1px solid rgba(55,53,47,.08)}.app-header{text-align:center;margin-bottom:.5rem;font-size:.75rem;color:#37352f80;display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.app-header-status{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.app-header-workspace{margin-right:.25rem}.app-header-actions{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.syncing-indicator{font-size:.65rem;color:#2eaadc;font-style:italic}.app-header-btn{padding:.25rem .5rem;font-size:.7rem;background:#37352f0f;border:1px solid rgba(55,53,47,.1);border-radius:4px;color:#37352fa6;cursor:pointer;transition:background .2s ease}.app-header-btn:hover:not(:disabled){background:#37352f1a}.app-header-btn:disabled{opacity:.6;cursor:default}.app-header-btn.routine-btn{background:#2383e214;border-color:#2383e233;color:#2383e2}.app-header-btn.routine-btn:hover:not(:disabled){background:#2383e226}.settings-btn{padding:.25rem .75rem;font-size:.75rem;background:#37352f0f;border:1px solid rgba(55,53,47,.1);border-radius:4px;color:#37352fa6;cursor:pointer;transition:background .2s ease}.settings-btn:hover{background:#37352f1a;color:#37352f}.db-setup-notice{text-align:center;padding:1.5rem;background:#2eaadc14;margin-bottom:1rem;border:1px solid rgba(46,170,220,.2);border-radius:8px}.db-setup-notice p{margin:0 0 1rem;color:#2eaadc}.db-setup-btn{padding:.75rem 1.5rem;background:#2eaadc;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background .2s ease}.db-setup-btn:hover{background:#2496c4}.add-task-toggle-btn{width:100%;padding:.75rem 1rem;background:#fff;border:1px solid rgba(55,53,47,.09);border-radius:var(--card-border-radius);font-size:.85rem;color:#37352fa6;cursor:pointer;transition:all .2s ease;text-align:left;font-weight:500;box-shadow:#0f0f0f08 0 0 0 1px,#0f0f0f0a 0 3px 6px,#0f0f0f0d 0 9px 24px}.add-task-toggle-btn:hover{background:#37352f0a;border-color:#37352f29;color:#37352f}.add-task-toggle .top-section{margin-top:.75rem;margin-bottom:0;padding:0}.section-toggle-btn{width:100%;padding:.75rem 1rem;background:#fff;border:1px solid rgba(55,53,47,.09);border-radius:var(--card-border-radius);color:#37352fa6;font-size:.85rem;cursor:pointer;transition:all .2s ease;text-align:left;box-shadow:#0f0f0f08 0 0 0 1px,#0f0f0f0a 0 3px 6px,#0f0f0f0d 0 9px 24px}.section-toggle-btn:hover{background:#37352f0a;border-color:#37352f29;color:#37352f}.section-toggle .sidebar{margin-top:.75rem;width:100%;max-width:none}.mobile-only{display:none}.desktop-only{display:flex}@media(max-width:900px){.mobile-only{display:block}.desktop-only{display:none}}@media(max-width:600px){.sticky-header{padding:.25rem 0;padding-top:calc(env(safe-area-inset-top,0) + .25rem)}.app-header{font-size:.65rem;gap:.5rem;margin-bottom:.25rem}.app-header-actions{gap:.375rem;margin-bottom:.25rem}.app-header-btn,.settings-btn{padding:.2rem .4rem;font-size:.65rem}.db-setup-notice{padding:1rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}body:before{animation:none}}.past-date-notice-inline{text-align:center;font-size:.75rem;color:#37352f80;background:#ffd40026;padding:.25rem .75rem;border-radius:4px;margin:0 auto .5rem;max-width:fit-content}.readonly-notice{font-size:.8rem;color:#37352f80;font-style:italic}@media(max-width:600px){.past-date-notice-inline{font-size:.7rem;padding:.2rem .5rem}}.view-toggle{display:inline-flex;gap:.25rem;background:#37352f0f;border-radius:6px;padding:.15rem;margin-left:.5rem}.view-toggle-btn{padding:.25rem .5rem;border:none;border-radius:4px;background:transparent;color:#37352f80;font-size:.8rem;cursor:pointer;transition:all .2s ease}.view-toggle-btn:hover{color:#37352fcc}.view-toggle-btn.active{background:#fff;color:#37352f;box-shadow:0 1px 3px #0000001a}.list-date-nav,.circle-date-nav{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem}.list-date-nav-btn{padding:.25rem .75rem;border:none;background:transparent;color:#37352f66;font-size:1.2rem;font-weight:300;cursor:pointer;transition:color .2s ease}.list-date-nav-btn:hover{color:#37352fcc}.list-date-current{font-size:1.4rem;font-weight:500;color:#37352fd9}.list-date-today-badge{font-size:.7rem;color:#2383e299;font-weight:500;margin-left:.25rem}.list-date-today-btn{padding:.25rem .5rem;border:none;background:transparent;color:#2383e299;font-size:.75rem;font-weight:500;cursor:pointer;transition:color .2s ease}.list-date-today-btn:hover{color:#2383e2e6}.list-empty{text-align:center;padding:3rem 1rem;color:#37352f66}.list-empty p{margin-bottom:1rem}.list-show-all-btn{padding:.5rem 1rem;border:1px solid rgba(55,53,47,.16);border-radius:6px;background:#fff;color:#37352f;font-size:.85rem;cursor:pointer;transition:all .2s ease}.list-show-all-btn:hover{background:#37352f0a}.list-sections{display:flex;flex-direction:column;gap:.5rem}.list-section-group{background:#fff;border:1px solid rgba(55,53,47,.09);border-radius:var(--card-border-radius);overflow:visible;box-shadow:#0f0f0f08 0 0 0 1px,#0f0f0f0a 0 3px 6px}.list-section-header{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#37352f08;border-bottom:1px solid rgba(55,53,47,.06);cursor:pointer;transition:background .2s ease}.list-section-header:hover{background:#37352f0f}.list-section-group.collapsed .list-section-header{border-bottom:none}.list-section-toggle-icon{font-size:.65rem;color:#37352f66;width:12px;flex-shrink:0}.list-section-id{background:#37352f14;padding:.15rem .4rem;border-radius:4px;font-weight:600;font-size:.75rem;color:#37352f;min-width:20px;text-align:center;flex-shrink:0}.list-section-time{font-size:.75rem;color:#37352f80;flex-shrink:0}.list-section-name{flex:1;font-size:.8rem;font-weight:500;color:#37352fb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-section-count{font-size:.75rem;color:#37352f80;font-weight:500;flex-shrink:0}.list-section-tasks{display:flex;flex-direction:column}.list-task-row{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;border-bottom:1px solid rgba(55,53,47,.04);cursor:pointer;transition:background .15s ease;position:relative}.list-task-row-wrapper{position:relative;overflow:visible}.list-task-row-wrapper.swiping{background:#ef9a9a99;overflow:hidden}.list-task-row-wrapper.swiping .list-task-row,.list-task-row-wrapper.dismissing .list-task-row{background:#fff}.list-task-row-wrapper.dismissing{background:#ef9a9a99;overflow:hidden;animation:swipeDismiss .2s ease-out forwards}@keyframes swipeDismiss{0%{max-height:80px;opacity:1}to{max-height:0;opacity:0;padding:0;margin:0;overflow:hidden}}.list-insert-line{position:relative;height:12px;margin:-6px 0;cursor:pointer;z-index:1}.list-insert-line-content{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:0;opacity:0;transition:opacity .15s ease}.list-insert-line.hovered .list-insert-line-content{opacity:1}.list-insert-line-bar{flex:1;height:2px;background:#2eaadc}.list-insert-plus{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#2eaadc;color:#fff;font-size:14px;font-weight:500;border-radius:50%;line-height:1}@media(hover:none)and (pointer:coarse){.list-insert-line{height:20px;margin:-10px 0}.list-insert-plus{width:24px;height:24px;font-size:16px}}.list-task-row .list-status-icon{order:1}.list-task-row .list-routine-btn{order:2}.list-task-row .list-task-icon{order:3}.list-task-row .list-task-name{order:4;flex:1;min-width:0}.list-task-row .list-task-edit-row{order:2}.list-task-row .list-task-estimate{order:5;width:70px;min-width:70px;flex-shrink:0;text-align:right}.list-task-row .list-task-times{order:6;width:110px;min-width:110px;flex-shrink:0;text-align:right}.list-task-row .list-time-bar-container{order:7;width:120px;min-width:120px;flex-shrink:0;display:flex;justify-content:flex-start}.list-task-row .list-time-bar{flex-shrink:0}.list-task-row:last-child{border-bottom:none}.list-task-row:hover{background:#37352f08}.list-task-row.selected{background:#2eaadc14}.list-task-row.hovered:not(.selected):not(.running){background:#37352f0a}.list-task-row.running{background:#f5a6230f}.list-task-row.running.selected{background:#2eaadc14}.list-task-row.dragging{opacity:.5;background:#2eaadc1a}.drag-overlay-task{background:#fff;border:2px solid #2eaadc;border-radius:6px;padding:.75rem 1rem;box-shadow:0 4px 12px #00000026;font-size:.9rem;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-section-group.drag-over{background:#2eaadc0d}.list-section-group.drag-over .list-section-header{background:#2eaadc1a}.list-section-empty{padding:1rem;text-align:center;color:#37352f66;font-size:.85rem;border:2px dashed rgba(55,53,47,.2);border-radius:4px;margin:.5rem}.list-status-icon{font-size:.85rem;width:1.2rem;text-align:center;flex-shrink:0}.list-status-icon.status-done{color:#4ecca3}.list-status-action{font-size:.85rem;width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;text-align:center;flex-shrink:0;border:none;background:transparent;cursor:pointer;border-radius:4px;transition:all .15s ease;padding:0}.list-status-action.status-todo{color:#37352f59}.list-status-action.status-todo.hovered{color:#2eaadc;background:#2eaadc1a}.list-status-action.status-todo:hover{color:#2eaadc;background:#2eaadc26}.list-status-action.status-running{color:#f5a623}.list-status-action.status-running.hovered{color:#eb5757;background:#eb57571a}.list-status-action.status-running:hover{color:#eb5757;background:#eb575726}.list-status-action.status-done{color:#4ecca3}.list-status-action.status-done.hovered{color:#2eaadc;background:#2eaadc1a}.list-status-action.status-done:hover{color:#2eaadc;background:#2eaadc26}.list-status-action.status-todo.active{color:#2eaadc}.list-status-action.status-running.active{color:#eb5757}.list-status-action.status-done.active{color:#2eaadc}@media(hover:none)and (pointer:coarse){.list-status-action{width:2rem;height:2rem;font-size:1rem}}.list-routine-btn{background:none;border:none;padding:.1rem .3rem;font-size:.9rem;color:#37352f59;cursor:pointer;border-radius:3px;transition:all .15s ease;flex-shrink:0}.list-routine-placeholder{display:none}.list-routine-btn:hover{color:#37352fb3;background:#37352f0f}.list-routine-btn.is-routine{color:#4ecca3}.list-routine-btn.is-routine:hover{color:#3eb489;background:#4ecca31a}.list-status-icon.status-running{color:#f5a623}.list-status-icon.status-todo{color:#37352f59}.list-task-icon{flex-shrink:0;font-size:1rem;line-height:1;margin-right:4px}.list-task-icon-img{width:16px;height:16px;object-fit:contain;vertical-align:middle}.list-task-name{flex:1;font-size:.9rem;color:#37352f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.list-task-name.editable,.list-task-estimate.editable,.list-task-times.editable{cursor:pointer}.list-task-name.editable:hover,.list-task-estimate.editable:hover,.list-task-times.editable:hover,.list-task-times.editable:hover .list-task-end-time{color:#2eaadc}.list-task-edit-row{flex:1;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;min-width:0}.list-task-name-input{flex:1;min-width:100px;padding:.3rem .5rem;border:1px solid rgba(46,170,220,.5);border-radius:4px;font-size:.9rem;color:#37352f;background:#fff;outline:none}.list-task-name-input:focus{border-color:#2eaadc;box-shadow:0 0 0 2px #2eaadc33}.list-task-minutes-input{width:50px;padding:.3rem .5rem;border:1px solid rgba(55,53,47,.2);border-radius:4px;font-size:.85rem;color:#37352f;background:#fff;text-align:center;outline:none}.list-task-minutes-input:focus{border-color:#2eaadc;box-shadow:0 0 0 2px #2eaadc33}.list-task-minutes-label{font-size:.8rem;color:#37352f80}.list-task-time-input{width:92px;padding:.3rem .4rem;border:1px solid rgba(55,53,47,.2);border-radius:4px;font-size:.8rem;color:#37352f;background:#fff;outline:none}.list-task-time-input:focus{border-color:#2eaadc;box-shadow:0 0 0 2px #2eaadc33}.list-task-time-sep{font-size:.8rem;color:#37352f73}.list-task-edit-save{padding:.25rem .5rem;border:none;border-radius:4px;background:#2eaadc;color:#fff;font-size:.75rem;font-weight:500;cursor:pointer;transition:background .15s ease}.list-task-edit-save:hover{background:#2496c4}.list-task-edit-cancel{padding:.25rem .5rem;border:none;border-radius:4px;background:#37352f14;color:#37352f99;font-size:.75rem;cursor:pointer;transition:all .15s ease}.list-task-edit-cancel:hover{background:#eb57571a;color:#eb5757}.list-time-bar{height:16px;border-radius:3px;flex-shrink:0}.list-task-estimate{font-size:.75rem;color:#37352f80;width:70px;min-width:70px;text-align:right;flex-shrink:0}.list-task-actual{color:#37352fb3}.list-task-times{font-size:.75rem;color:#37352f80;width:110px;min-width:110px;text-align:right;flex-shrink:0}.list-task-end-time{color:#37352fb3}.list-task-planned{font-style:italic;color:#37352f59}.list-view-container,.circle-view-container{max-width:var(--content-max-width);margin:0 auto;padding:0 1rem}.circle-view-container .list-section-toggle,.circle-view-container .list-task-detail,.circle-view-container .list-add-task-toggle,.circle-view-container .top-section,.circle-view-container .add-task-toggle,.circle-view-container .section-toggle,.circle-view-container .bottom-section,.circle-view-container .list-sections,.list-view-container .list-section-toggle,.list-view-container .list-task-detail,.list-view-container .list-add-task-toggle,.list-view-container .top-section,.list-view-container .add-task-toggle,.list-view-container .section-toggle,.list-view-container .bottom-section,.list-view-container .list-tasks-container,.list-view-container .list-summary-header,.list-view-container .list-sections{max-width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.circle-chart-section{margin-top:-6rem}@media(max-width:900px){.circle-chart-section{margin-top:-3.5rem}}@media(max-width:600px){.circle-chart-section{margin-top:-2rem}}.circle-chart-section .chart-wrapper{width:100%;max-width:100%;height:auto;aspect-ratio:1 / 1}@media(max-width:600px){.list-view-container,.circle-view-container{padding:0 .5rem}.circle-view-container .list-section-toggle,.circle-view-container .list-task-detail,.circle-view-container .list-add-task-toggle,.circle-view-container .top-section,.circle-view-container .list-sections,.list-view-container .list-section-toggle,.list-view-container .list-task-detail,.list-view-container .list-add-task-toggle,.list-view-container .top-section,.list-view-container .list-summary-header,.list-view-container .list-tasks-container,.list-view-container .list-sections{width:100%;max-width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0;box-sizing:border-box}.circle-view-container .list-task-detail,.list-view-container .list-task-detail{padding-left:.2rem;padding-right:.2rem}.circle-view-container .list-section-group,.list-view-container .list-section-group{width:100%;max-width:100%;margin-left:0;margin-right:0;box-sizing:border-box}.circle-chart-section{margin-left:-.5rem;margin-right:-.5rem;width:100vw;position:relative;left:50%;transform:translate(-50%)}.circle-chart-section .chart-wrapper{width:100%;max-width:100%;height:auto;aspect-ratio:1 / 1}}.list-summary-header{display:flex;justify-content:center;padding:.5rem 0;margin-bottom:.5rem}.circle-view-container .list-summary-header{padding:0!important;margin-bottom:0!important;margin-top:0!important}.list-summary-count{font-size:1rem;font-weight:600;color:#37352f}.list-section-toggle{margin-bottom:.75rem}.list-section-toggle-btn{width:100%;padding:.6rem 1rem;background:#fff;border:1px solid rgba(55,53,47,.09);border-radius:var(--card-border-radius);font-size:.85rem;color:#37352fa6;cursor:pointer;transition:all .2s ease;text-align:left;font-weight:500}.list-section-toggle-btn:hover{background:#37352f0a;border-color:#37352f29}.list-section-legend{margin-top:.75rem}.list-section-legend .section-legend{padding:.75rem;border-radius:var(--card-border-radius);display:grid;grid-template-columns:repeat(3,1fr);gap:.25rem 1rem}.list-section-legend .legend-title{grid-column:1 / -1;margin-bottom:.25rem}.list-section-legend .zoom-reset-btn{grid-column:1 / -1}.list-section-legend .legend-item{margin-bottom:0}@media(max-width:768px){.list-section-legend .section-legend{grid-template-columns:1fr}}.list-task-detail{margin-bottom:.75rem;overflow-x:visible;overscroll-behavior-x:contain}.list-task-detail .glass-card{border-radius:var(--card-border-radius)}.list-add-task-toggle{margin-bottom:.75rem}.circle-view-container .list-add-task-toggle{margin-bottom:1rem;position:relative;z-index:10}.list-add-task-toggle .top-section{margin-top:.75rem;margin-bottom:0;padding:0}.list-summary{display:flex;justify-content:center;gap:.25rem;padding:1rem;font-size:.85rem;color:#37352f80}.list-summary-done{color:#4ecca3;font-weight:500}@media(max-width:600px){.list-chart-wrapper{padding:0}.list-date-nav{padding:.5rem;margin-bottom:1rem}.list-date-current{font-size:1.25rem}.list-date-nav-btn{font-size:1rem}.list-task-row .list-task-name{font-size:.85rem}.list-section-header{padding:.5rem .75rem}.list-task-row{display:flex;flex-wrap:wrap;gap:.25rem .3rem;padding:.6rem .75rem;align-items:center;justify-content:flex-start}.list-task-row .list-status-icon{order:1;flex-shrink:0}.list-task-row .list-task-icon{order:2;flex-shrink:0;margin-right:0}.list-task-row .list-task-name{order:3;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-task-row .list-task-edit-row{order:2;flex-basis:calc(100% - 2.5rem)}.list-task-row:before{content:"";order:4;flex-basis:100%;height:0}.list-task-row .list-routine-btn,.list-task-row .list-routine-placeholder{order:5;flex-shrink:0}.list-task-row .list-routine-placeholder{display:inline-block;width:1.2rem}.list-task-row .list-task-estimate{order:6;width:auto;min-width:auto;font-size:.7rem;flex-shrink:0;text-align:left;margin-right:.75rem}.list-task-row .list-task-times{order:7;width:auto;min-width:auto;font-size:.7rem;flex-shrink:0;text-align:left;margin-right:.75rem}.list-task-row .list-time-bar-container{order:8;width:80px;min-width:80px;max-width:80px;flex-shrink:0;margin-left:auto;overflow:hidden;border-radius:3px}.list-task-row .list-time-bar{height:12px;max-width:80px}}
