@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap";:root{--background:#f5f2eb;--panel:#fffdf8;--text:#171717;--muted:#8c877d;--border:#e2ddd3;--dark:#171717;--focus:#8fa986;--work:#e8c878;--creative:#e4a8b8;--review:#a5a199;--surface-soft:rgba(255,255,255,.48);--shadow-soft:0 12px 35px rgba(0,0,0,.04)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;overflow-x:hidden;background:var(--background);color:var(--text);font-family:Manrope,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{border:0;color:inherit;background:transparent;cursor:pointer}img,svg{max-width:100%}.app-root{position:relative;min-height:100vh;overflow-x:hidden}.grid-bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.45;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:28px 28px}.app-shell{position:relative;z-index:2;width:100%;max-width:1280px;margin:auto;padding:22px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding:18px 24px;border:1px solid var(--border);border-radius:28px;background:#fffdf8b8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar>div{display:flex;align-items:baseline;gap:14px;min-width:0}.topbar b{font-size:28px;font-weight:800;line-height:1;letter-spacing:-.06em;white-space:nowrap}.topbar span{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.topbar button,.fab{display:grid;place-items:center;flex:0 0 auto;border-radius:999px;background:var(--dark);color:#fff}.topbar button{width:48px;height:48px;font-size:18px}.tabs{display:flex;gap:10px;width:100%;margin-bottom:18px;padding-bottom:4px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tabs::-webkit-scrollbar{display:none}.tabs button{flex:0 0 auto;min-width:110px;padding:14px 18px;border:1px solid var(--border);border-radius:18px;background:#ffffff80;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.12em;transition:transform .2s ease,background .2s ease,color .2s ease}.tabs button small{display:block;margin-bottom:3px;opacity:.6}.tabs button:hover{transform:translateY(-1px)}.tabs button.active{background:var(--dark);color:#fff}.dashboard-grid,.screen{min-width:0}.dashboard-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.screen{display:grid;gap:16px}.panel{min-width:0;overflow:hidden;padding:18px;border:1px solid var(--border);border-radius:26px;background:linear-gradient(180deg,#fffdf8,#faf6ee);transition:transform .22s ease,box-shadow .22s ease}.panel:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.panel-dark{border-color:var(--dark);background:var(--dark);color:#fff}.panel-dark .label-row span,.panel-dark .tiny,.panel-dark p{color:#ffffffa3}.label-row,.modal-head,.note-top,.actions,.list-edit{display:flex;align-items:center}.label-row,.modal-head,.note-top{justify-content:space-between;gap:12px}.label-row{margin-bottom:14px}.label-row span,.tiny,.screen-title span,.weather-data,.small-action,.micro-button,.actions button,.list-edit button,.back,.import-button,.field-label span,.toggle-row{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.micro-button,.small-action,.actions button,.list-edit button,.back{white-space:nowrap}.micro-button,.small-action{padding:4px 0}.huge-date{font-size:100px;font-weight:800;line-height:.82;letter-spacing:-.08em}.date-meta{margin-top:4px;font-size:18px;font-weight:700}.week-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-top:18px}.week-strip span{min-width:0;padding:8px 4px;border-radius:999px;text-align:center;font-size:11px}.week-strip .active{background:var(--dark);color:#fff}.weather-line{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.weather-temp{font-size:72px;font-weight:800;line-height:.88;letter-spacing:-.07em}.weather-symbol{flex:0 0 auto;padding:14px 16px;border:1px solid var(--border);border-radius:999px;font-size:11px;font-weight:700}.weather-data{display:flex;justify-content:space-between;gap:10px;margin-top:16px;padding-top:12px;border-top:1px solid var(--border);letter-spacing:.08em}.score-row{display:flex;align-items:flex-end;gap:6px;margin-bottom:12px}.score-row strong{font-size:62px;line-height:1;letter-spacing:-.07em}.score-row span{margin-bottom:8px;color:var(--muted);font-size:18px}.range-field{width:100%;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:999px;background:#ddd6ca}.range-field::-webkit-slider-thumb{width:16px;height:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:3px solid #fff;border-radius:50%;background:#171717}.center{display:flex;justify-content:center;margin:10px 0 16px}.knob{display:grid;place-items:center;max-width:100%;border-radius:50%;padding:10px}.knob-core{display:flex;width:100%;height:100%;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background:var(--dark);color:#fff}.knob-core span{font-size:32px;font-weight:800}.knob-core small{margin-top:4px;opacity:.5}.bar{height:6px;overflow:hidden;border-radius:999px;background:#e7dfd1}.bar span{display:block;height:100%;border-radius:inherit}.project-stack{grid-column:span 2}.project-row{display:grid;grid-template-columns:70px minmax(0,1fr) auto;gap:14px;align-items:center;width:100%;margin-bottom:12px;padding:14px;border:1px solid var(--border);border-radius:18px;background:var(--surface-soft);text-align:left}.project-index{display:flex;height:62px;align-items:center;justify-content:center;border-radius:16px;font-weight:800}.project-title{min-width:0}.project-title b,.project-title small,.task-text,.note-mini span,.mini-event span,.mono-copy{overflow-wrap:anywhere}.project-title b{display:block;font-size:17px;font-weight:700}.project-title small{display:block;margin-top:4px;color:var(--muted);font-size:12px}.project-percent{font-size:40px;font-weight:800;letter-spacing:-.06em}.black-dot{display:none}.task-row{display:flex;align-items:center;gap:10px;min-width:0;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05)}.check{flex:0 0 auto;width:18px;height:18px;border:1px solid var(--muted);border-radius:50%}.check.done{border-color:var(--dark);background:var(--dark)}.task-text{flex:1 1 auto;min-width:0;text-align:left;font-size:13px;font-weight:500}.next-action{margin-top:8px;font-size:38px;font-weight:800;line-height:.95;letter-spacing:-.06em;overflow-wrap:anywhere}.mini-event,.note-mini{display:block;width:100%;margin-bottom:10px;text-align:left}.mini-event{padding:11px 12px;border-left:4px solid var(--focus);border-radius:14px}.mini-event b,.mini-event span,.note-mini b,.note-mini span{display:block}.mini-event span,.note-mini span{margin-top:4px;color:var(--muted);font-size:12px}.note-mini{padding:12px;border:1px solid var(--border);border-radius:16px;background:var(--surface-soft)}.files-total{position:relative}.mega-number{font-size:72px;font-weight:800;line-height:.9;letter-spacing:-.08em}.files-total>span{display:block;margin-top:8px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.16em}.round-black{position:absolute;right:16px;bottom:16px;width:44px;height:44px;border-radius:999px;background:var(--dark);color:#fff;font-size:11px;font-weight:800}.screen-title{display:flex;align-items:end;justify-content:space-between;gap:16px}.screen-title h2{font-size:56px;font-weight:800;line-height:.9;letter-spacing:-.07em}.primary,.import-button{display:inline-flex;width:-moz-max-content;width:max-content;max-width:100%;align-items:center;justify-content:center;padding:13px 18px;border-radius:999px;background:var(--dark);color:#fff}.primary{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.import-button input{display:none}.project-line{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.project-line button{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;min-width:0;text-align:left}.project-line span{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;font-weight:800}.project-line b,.project-line small{grid-column:2;overflow-wrap:anywhere}.project-line small{color:var(--muted)}.actions{flex-wrap:wrap;gap:12px;margin-top:14px}.detail-head{display:flex;align-items:center;justify-content:space-between;gap:24px}.detail-head h1{margin-top:10px;font-size:52px;font-weight:800;line-height:.95;letter-spacing:-.07em;overflow-wrap:anywhere}.detail-head p{margin-top:8px;max-width:62ch}.detail-progress{display:grid;gap:8px;margin-top:22px}.mono-copy{color:#4e4a43;font-size:14px;line-height:1.7}.step{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:14px}.step span{color:var(--muted);font-size:11px;font-weight:800}.timeline-panel{position:relative;min-height:784px}.hour-line{position:absolute;left:18px;right:18px;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:12px}.hour-line span{color:var(--muted);font-size:10px;font-weight:800}.hour-line i{height:1px;background:var(--border)}.timeline-event{position:absolute;left:88px;right:18px;min-width:0;overflow:hidden;padding:8px 12px;border-left:4px solid var(--focus);border-radius:12px;text-align:left}.timeline-event b,.timeline-event span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline-event span{margin-top:2px;color:var(--muted);font-size:11px}.list-edit{justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05)}.list-edit button:first-child{min-width:0;flex:1;color:var(--text);text-align:left;overflow-wrap:anywhere}.note-card p{margin:10px 0;color:#4e4a43;line-height:1.55}.note-card span{color:var(--muted);font-size:12px}.palette-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.palette-row label{display:grid;gap:8px;min-width:0}.palette-row span{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis}.palette-row input[type=color]{width:100%;height:44px;border:1px solid var(--border);border-radius:14px;background:transparent}.system-copy{color:#fff;font-size:15px;font-weight:800;line-height:1.8;letter-spacing:.12em}.modal-back,.quick-back{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:20px;background:#1717173d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal,.quick-panel{width:min(560px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;padding:20px;border:1px solid var(--border);border-radius:28px;background:var(--panel)}.modal-head{margin-bottom:16px}.modal-head button{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.16em}.form-grid{display:grid;gap:12px;margin-bottom:16px}.field,.textarea{width:100%;min-width:0;border:1px solid var(--border);border-radius:16px;background:#ffffff8c;color:var(--text)}.field{height:46px;padding:0 14px}.textarea{min-height:110px;padding:12px 14px;resize:vertical}.field-label{display:grid;gap:10px}.toggle-row{display:flex;align-items:center;gap:10px}.quick-panel{display:grid;gap:10px}.quick-panel button{width:100%;padding:14px 16px;border:1px solid var(--border);border-radius:16px;background:var(--surface-soft);font-size:12px;font-weight:800;letter-spacing:.12em;text-align:left}.fab{position:fixed;right:22px;bottom:22px;z-index:40;width:60px;height:60px;font-size:24px}@media (min-width:1100px){.topbar{position:sticky;top:12px}.dashboard-grid{grid-template-columns:1.1fr 1fr 1fr 1.1fr;gap:14px}.project-stack{grid-column:span 2;grid-row:span 2}.day-view{grid-column:span 2}.fab{display:none}}@media (min-width:701px) and (max-width:1099px){.app-shell{max-width:860px;padding:16px;overflow-x:hidden}.topbar{position:relative;top:auto;margin-bottom:12px;padding:13px 18px;border-radius:22px}.topbar b{font-size:23px}.topbar span{font-size:9px;letter-spacing:.18em}.topbar button{width:42px;height:42px}.tabs{gap:8px;margin-bottom:14px;padding:4px 2px 8px}.tabs button{min-width:104px;min-height:50px;padding:11px 15px;border-radius:16px}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-grid>*{grid-column:auto;grid-row:auto;width:100%;min-width:0}.project-stack,.day-view,.files-total{grid-column:span 2}.screen{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.screen>*{min-width:0}.screen-title,.screen>.primary,.panel-dark,.timeline-panel{grid-column:1 / -1}.screen-title{align-items:flex-end}.screen-title h2{font-size:48px}.panel{padding:16px;border-radius:22px}.huge-date{font-size:72px}.weather-temp{font-size:54px}.score-row strong{font-size:56px}.project-percent{font-size:26px}.project-row{grid-template-columns:58px minmax(0,1fr) auto;gap:12px;padding:12px}.project-index{height:58px;border-radius:14px}.project-line{align-items:flex-start;flex-direction:column;gap:12px}.project-line strong{align-self:flex-end;font-size:28px}.actions{gap:10px}.next-action{font-size:32px}.detail-head{align-items:flex-start;flex-direction:column;gap:18px}.palette-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.field,.textarea,.palette-row input[type=color]{border-radius:14px}.modal,.quick-panel{width:min(520px,calc(100vw - 32px))}}@media (max-width:700px){.app-shell{width:100%;max-width:400px;padding:10px 10px 104px;overflow-x:hidden}.topbar{position:relative;top:auto;margin-bottom:10px;padding:11px 12px;border-radius:18px}.topbar>div{display:block}.topbar span{display:none}.topbar b{font-size:18px}.topbar button{width:38px;height:38px}.tabs{gap:6px;margin-bottom:12px;padding:4px 0 8px;scroll-padding-inline:10px}.tabs button{min-width:88px;min-height:48px;padding:10px 12px;border-radius:15px;font-size:10px}.dashboard-grid,.screen{display:flex;flex-direction:column;gap:14px}.dashboard-grid>*,.screen>*{width:100%;max-width:100%;min-width:0}.panel{padding:14px;border-radius:18px}.huge-date{font-size:68px}.weather-temp{font-size:50px}.weather-symbol{padding:11px 13px;font-size:10px}.weather-line,.project-line,.screen-title{align-items:flex-start}.weather-data{flex-wrap:wrap}.score-row strong{font-size:50px}.project-row{grid-template-columns:48px minmax(0,1fr);gap:10px;padding:11px;border-radius:16px}.project-index{height:48px;border-radius:12px}.project-title b{font-size:15px}.project-title small{font-size:11px}.project-percent{grid-column:2;justify-self:end;margin-top:-4px;font-size:24px}.task-row{gap:8px}.small-action{font-size:9px;letter-spacing:.1em}.next-action{font-size:28px}.mega-number{font-size:58px}.screen-title{flex-direction:column;gap:8px}.screen-title h2{font-size:36px}.detail-head{align-items:flex-start;flex-direction:column;gap:18px}.detail-head h1{font-size:34px}.palette-row{grid-template-columns:1fr;gap:10px}.project-line{flex-direction:column;gap:10px}.project-line button{grid-template-columns:42px minmax(0,1fr);gap:10px}.project-line span{width:42px;height:42px;border-radius:12px}.project-line strong{align-self:flex-end;font-size:24px}.actions{gap:9px}.actions button{font-size:9px;letter-spacing:.1em}.list-edit{align-items:flex-start;flex-direction:column}.timeline-panel{min-height:784px}.hour-line{left:14px;right:14px;grid-template-columns:48px minmax(0,1fr)}.timeline-event{left:70px;right:14px}.field{height:44px}.field,.textarea,.palette-row input[type=color]{border-radius:13px}.modal-back,.quick-back{align-items:flex-end;padding:0}.modal,.quick-panel{width:100%;max-height:calc(100vh - 24px);border-radius:22px 22px 0 0}.fab{right:16px;bottom:16px;width:54px;height:54px}}
