:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#070809;--panel:#090a0c;--panel-raised:#0c0d0f;--soft:#121419;--line:#1d2024;--line-strong:#2b3038;--text:#eceff3;--muted:#7f8792;--faint:#4b525c;--blue:#4f8cff;--blue-soft:#4f8cff24;--green:#4ade80;--yellow:#facc15;--red:#fb7185;--shadow:0 18px 48px #00000057;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0}button,input,select,textarea{font:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=dialog]:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.app-shell{grid-template-columns:clamp(510px,46vw,700px) minmax(0,1fr);align-items:start;column-gap:72px;min-height:100vh;padding-left:20px;display:grid}.calendar-column{border-right:1px solid var(--line);flex-direction:column;gap:22px;min-width:0;max-height:100vh;padding:28px 28px 120px 10px;display:flex;position:sticky;top:0}.planning-column{flex-direction:column;min-width:0;padding:30px 34px 30px 14px;display:flex}.calendar-toolbar,.month-control,.toolbar-actions,.account-controls,.ai-input-row,.legend,.day-summary,.panel-header,.panel-actions{align-items:center;display:flex}.calendar-toolbar{justify-content:space-between;gap:18px}.month-control{gap:14px;min-width:0}h1,h2,h3,p{margin:0}h1{font-size:20px;font-weight:600}h2{font-size:20px;font-weight:650}h3{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:600}.toolbar-actions,.account-controls{gap:9px}.account-controls{justify-content:flex-end;width:100%;max-width:820px;margin:0 0 22px auto}.button,.icon-button{border:1px solid var(--line);background:var(--soft);color:var(--text);cursor:pointer;transition:background .16s,border-color .16s,color .16s,transform .16s}.button:hover,.icon-button:hover{border-color:var(--line-strong);transform:translateY(-1px)}.button{white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:8px 12px;display:inline-flex}.button-secondary{color:var(--muted);background:var(--panel-raised)}.button-danger{color:#ffd9df;border-color:#fb718547}.button-ghost,.icon-button-ghost{color:var(--muted);background:0 0;border-color:#0000}.button-icon,.button-icon svg,.icon-button svg{width:17px;height:17px}.icon-button{width:38px;height:38px;color:var(--muted);background:var(--panel);border-radius:13px;place-items:center;display:grid}.avatar-button{border:1px solid var(--line);color:#dbe8ff;cursor:pointer;background:linear-gradient(135deg,#121722,#0a0c10);border-radius:13px;place-items:center;width:38px;height:38px;font-size:13px;font-weight:650;display:grid;overflow:hidden}.avatar-button img{object-fit:cover;width:100%;height:100%;display:block}.avatar-button span{background:var(--blue-soft);place-items:center;width:100%;height:100%;display:grid}.calendar-board{min-width:0}.calendar-month{flex-direction:column;gap:22px;display:flex}.calendar-status{min-height:16px;color:var(--muted);font-size:12px}.weekday-row,.calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.weekday-row{color:var(--muted);letter-spacing:.08em;text-align:center;text-transform:uppercase;padding-bottom:8px;font-size:11px}.calendar-grid{border:1px solid var(--line);background:var(--panel);border-radius:16px;overflow:hidden}.day-cell{border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);height:88px;color:var(--muted);text-align:left;background:0 0;padding:8px 10px 10px;position:relative}.day-cell:nth-child(7n){border-right:0}.day-cell:nth-last-child(-n+7){border-bottom:0}.day-cell.selected{outline:1px solid var(--blue);outline-offset:-1px;background:#0d1118}.today-pill{z-index:1;color:#dbe8ff;background:#4f8cff29;border:1px solid #4f8cff52;border-radius:999px;padding:2px 5px;font-size:9px;line-height:1;position:absolute;top:6px;right:8px}.day-cell.outside-month .day-number{color:var(--faint)}.day-number{color:var(--text);font-size:13px;line-height:1;position:absolute;top:8px;left:10px}.marker-row{flex-wrap:wrap;gap:4px;max-height:30px;display:flex;position:absolute;top:28px;left:10px;right:10px;overflow:hidden}.item-dot{border:1px solid;border-radius:999px;width:8px;height:8px;display:inline-block}.event-dot{color:var(--muted)}.task-dot{color:var(--blue);background:var(--blue-soft)}.item-marker{width:13px;height:13px;color:var(--muted);place-items:center;display:inline-grid}.item-marker.task{color:var(--blue)}.item-marker svg{stroke-width:1.9px;width:12px;height:12px}.calendar-month-expanded .day-cell{height:118px}.expanded-item-list{flex-direction:column;gap:4px;max-height:68px;display:flex;position:absolute;top:28px;left:10px;right:10px;overflow:hidden}.expanded-item-line{min-width:0;color:var(--muted);grid-template-columns:14px minmax(0,1fr);align-items:center;gap:5px;font-size:11px;display:grid}.expanded-item-line.task{color:#b7ceff}.expanded-item-line svg{width:12px;height:12px}.expanded-item-line span,.expanded-item-more{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.expanded-item-more{color:var(--faint);font-size:11px}.stress-bar{background:#252930;border-radius:999px;height:5px;position:absolute;bottom:10px;left:10px;right:10px}.stress-bar.light,.legend-bar.light{background:var(--green)}.stress-bar.medium,.legend-bar.medium{background:var(--yellow)}.stress-bar.heavy,.legend-bar.heavy{background:var(--red)}.legend{color:var(--muted);flex-wrap:wrap;gap:16px;font-size:12px}.legend span{align-items:center;gap:6px;display:inline-flex}.legend-bar{background:#252930;border-radius:999px;width:20px;height:5px;display:inline-block}.ai-bar{z-index:10;border:1px solid var(--line);background:var(--panel);width:min(560px,clamp(510px,46vw,700px) - 48px);min-width:420px;max-width:560px;box-shadow:var(--shadow);border-radius:16px;flex-direction:column;gap:10px;padding:14px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.ai-bar label{color:var(--muted);align-items:center;gap:7px;font-size:12px;display:inline-flex}.ai-bar label svg{width:14px;height:14px}.ai-response,.ai-error{color:var(--muted);margin-top:2px;font-size:12px;line-height:1.45}.ai-error{color:#ffd9df}.ai-input-row{gap:10px}.ai-input-row input{width:100%;color:var(--text);background:0 0;border:0;outline:0}.panel{border:1px solid var(--line);background:var(--panel);border-radius:22px;width:100%;max-width:820px;margin-bottom:22px;padding:18px 20px;box-shadow:0 12px 36px #0000002e}.panel-header{justify-content:space-between;gap:18px;margin-bottom:16px}.panel-eyebrow{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:11px}.day-summary{justify-content:space-between;gap:18px;margin-bottom:18px}.day-summary div{flex-direction:column;gap:6px;display:flex}.day-summary strong{letter-spacing:-.02em;font-size:24px}.day-summary span,.week-panel p,.empty-state span{color:var(--muted);font-size:13px}.day-summary svg{width:24px;height:24px;color:var(--muted)}.split-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.item-list{flex-direction:column;gap:8px;display:flex}.item-row{border:0;border-bottom:1px solid var(--line);width:100%;min-height:58px;color:inherit;text-align:left;background:0 0;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 0;display:grid}button.item-row{cursor:pointer}button.item-row:hover .item-row-main strong{color:#f7f9fc}.item-kind-mark{width:8px;height:8px;color:var(--muted);border:1px solid;border-radius:999px}.item-kind-mark.task{color:var(--blue);background:var(--blue-soft)}.item-row-main,.item-row-side,.item-row-meta,.item-row-meta span,.item-status{min-width:0}.item-row-main,.item-row-side{flex-direction:column;gap:6px;display:flex}.item-row-main strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:590;overflow:hidden}.item-row-meta{color:var(--muted);flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.item-row-meta span,.item-status{align-items:center;gap:4px;display:inline-flex}.item-row-meta svg,.item-status svg{width:13px;height:13px}.item-row-side{color:var(--muted);align-items:flex-end;font-size:12px}.category-chip{color:var(--muted);text-transform:capitalize}.item-status.complete{color:var(--green)}.empty-state{min-height:58px;color:var(--faint);flex-direction:column;justify-content:center;gap:4px;padding:10px 0;display:flex}.empty-state strong{color:var(--muted);font-size:14px;font-weight:560}.week-panel{max-width:820px}.week-panel h2{margin-bottom:6px}.week-list{flex-direction:column;margin-top:14px;display:flex}.week-row{border-bottom:1px solid var(--line);grid-template-columns:86px minmax(0,1fr);gap:22px;padding:14px 0 16px;display:grid}.week-day{color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;flex-direction:column;align-self:start;gap:3px;padding:0;font-size:14px;font-weight:550;display:flex}.week-day span,.week-empty,.week-more{color:var(--muted);font-size:12px;font-weight:400}.week-items{flex-direction:column;min-width:0;display:flex}.week-items .item-row:first-child{padding-top:0}.week-items .item-row:last-child{border-bottom:0}.week-empty{align-self:center}.modal-scrim{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000075;justify-content:center;align-items:flex-start;padding:72px 24px;display:flex;position:fixed;inset:0}.modal-card{border:1px solid var(--line);background:var(--panel);border-radius:24px;width:min(560px,100vw - 48px);max-height:calc(100vh - 96px);padding:18px;overflow:auto;box-shadow:0 28px 80px #0000008c}.modal-wide{width:min(980px,100vw - 48px)}.modal-header{justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.item-form{flex-direction:column;gap:14px;display:flex}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.segmented-control{border:1px solid var(--line);background:var(--bg);border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;display:grid}.segmented-control button{min-height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px}.segmented-control button.active{background:var(--blue-soft);color:#dbe8ff}.checkbox-row{color:var(--muted);align-items:center;gap:8px;font-size:13px;display:inline-flex}.checkbox-row input{width:16px;height:16px;accent-color:var(--blue)}.range-row{grid-template-columns:minmax(0,1fr) 54px;align-items:center;gap:12px;display:grid}.range-row input{accent-color:var(--blue)}.range-row output{color:var(--muted);text-align:right;font-size:13px}.form-error{color:#ffd9df;background:#fb718514;border:1px solid #fb718557;border-radius:12px;padding:10px 12px;font-size:13px;line-height:1.4}.modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.detail-modal-body{flex-direction:column;gap:16px;display:flex}.detail-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;margin:0;display:grid}.detail-list div{min-width:0}.detail-list dt{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:11px}.detail-list dd{color:var(--text);overflow-wrap:anywhere;text-transform:capitalize;margin:0;font-size:14px}.detail-notes{border-top:1px solid var(--line);color:var(--muted);white-space:pre-wrap;padding-top:14px;font-size:13px;line-height:1.55}.settings-modal-body,.settings-section{flex-direction:column;display:flex}.settings-modal-body{gap:18px}.settings-section{border-bottom:1px solid var(--line);gap:12px;padding-bottom:16px}.settings-section:last-of-type{border-bottom:0}.settings-section p{color:var(--muted);font-size:13px}.field{flex-direction:column;gap:8px;display:flex}.field label{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;font-size:11px}.field input,.field select,.field textarea{border:1px solid var(--line);background:var(--bg);width:100%;color:var(--text);border-radius:14px;outline:none;padding:12px 13px}.field textarea{resize:vertical;min-height:78px}.field-error{color:var(--red);font-size:12px}.auth-screen{background:var(--bg);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{border:1px solid var(--line);background:var(--panel);width:min(420px,100%);box-shadow:var(--shadow);border-radius:22px;padding:22px}.auth-card h1{margin-bottom:8px;font-size:26px}.auth-copy,.auth-meta{color:var(--muted);font-size:13px;line-height:1.45}.auth-notice,.auth-error{border:1px solid var(--line);background:var(--bg);color:var(--muted);border-radius:14px;margin-top:16px;padding:12px;font-size:13px;line-height:1.45}.auth-error{color:#ffd9df;border-color:#fb71855c}.auth-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.auth-actions .button:disabled{cursor:not-allowed;opacity:.5;transform:none}.auth-meta{color:var(--faint);margin-top:16px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=1000px){.split-sections{grid-template-columns:1fr}}@media (width<=900px){.app-shell{grid-template-columns:1fr;padding-left:0}.calendar-column{border-right:0;border-bottom:1px solid var(--line);max-height:none;padding:20px 20px 100px;position:relative}.planning-column{padding:22px}.calendar-toolbar{align-items:flex-start}.day-cell{height:68px}.calendar-month-expanded .day-cell{height:104px}.ai-bar{width:auto;min-width:0;max-width:none;bottom:16px;left:16px;right:16px;transform:none}}@media (width<=580px){.toolbar-actions{flex-wrap:wrap;justify-content:flex-end}.calendar-grid{border-radius:12px}.day-cell{min-width:0;padding:7px}.day-number{left:7px}.marker-row,.stress-bar{left:7px;right:7px}.week-row{grid-template-columns:1fr;gap:8px}.form-grid,.detail-list{grid-template-columns:1fr}}
