:root{--moon-powder: #edecf6;--taupe: #998d85;--espresso: #594b40;--sunset-dust: #ca9b91;--blush: #ccb4af;--bg: #f6f4f8;--surface: #ffffff;--surface-2: #faf9fc;--ink: #33291f;--ink-2: var(--espresso);--muted: var(--taupe);--line: rgba(89, 75, 64, .13);--line-soft: rgba(89, 75, 64, .07);--accent: var(--espresso);--accent-ink: #ffffff;--rose: var(--sunset-dust);--rose-soft: rgba(202, 155, 145, .17);--blush-soft: rgba(204, 180, 175, .22);--moon-soft: rgba(237, 236, 246, .85);--danger: #b3564d;--danger-soft: rgba(179, 86, 77, .1);--ok: #5d7d5f;--ok-soft: rgba(93, 125, 95, .12);--radius: 14px;--radius-sm: 10px;--shadow-sm: 0 1px 2px rgba(59, 47, 38, .05);--shadow-md: 0 1px 2px rgba(59, 47, 38, .04), 0 10px 30px -12px rgba(59, 47, 38, .18);--shadow-lg: 0 2px 6px rgba(59, 47, 38, .05), 0 24px 64px -24px rgba(59, 47, 38, .28);--font-ui: "Work Sans", system-ui, sans-serif;--font-display: "Cormorant Garamond", Georgia, serif}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--font-ui);font-size:14px;font-weight:400;line-height:1.5;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}#root{min-height:100vh}::selection{background:var(--blush-soft)}h1,h2,h3{margin:0;font-weight:500;color:var(--ink)}.brand{font-family:var(--font-display);font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:var(--ink-2)}.muted{color:var(--muted)}.center{display:grid;place-items:center;min-height:100vh;color:var(--muted)}.error{display:flex;align-items:center;gap:8px;color:var(--danger);background:var(--danger-soft);border-radius:var(--radius-sm);padding:10px 12px;font-size:13px;text-align:left;margin:0}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit;padding:0;-webkit-tap-highlight-color:transparent}button:focus{outline:none}button:focus-visible{box-shadow:0 0 0 3px var(--rose-soft)}.cell:focus-visible{box-shadow:inset 0 0 0 2px var(--rose)}button:disabled{cursor:default;opacity:.55}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 18px;border-radius:999px;font-weight:500;font-size:14px;letter-spacing:.01em;transition:background .15s ease,box-shadow .15s ease,transform .05s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:var(--accent-ink);box-shadow:var(--shadow-sm)}.btn-primary:hover:not(:disabled){background:#4a3e35}.btn-ghost{background:transparent;color:var(--ink-2);border:1px solid var(--line)}.btn-ghost:hover:not(:disabled){background:var(--surface-2)}.btn-danger{background:transparent;color:var(--danger);border:1px solid rgba(179,86,77,.35)}.btn-danger:hover:not(:disabled){background:var(--danger-soft)}.btn-block{width:100%}.btn-sm{height:34px;padding:0 14px;font-size:13px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;color:var(--ink-2);transition:background .15s ease,color .15s ease;flex:none}.icon-btn:hover{background:var(--line-soft)}.icon-btn.danger:hover{color:var(--danger);background:var(--danger-soft)}.link-btn{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:13px;transition:color .15s ease}.link-btn:hover:not(:disabled){color:var(--ink-2)}input,select,textarea{font:inherit;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);height:42px;padding:0 14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;width:100%}textarea{height:auto;min-height:88px;padding:10px 14px;resize:vertical;line-height:1.5}input::placeholder,textarea::placeholder{color:#998d85bf}input:focus,select:focus,textarea:focus{border-color:var(--rose);box-shadow:0 0 0 3px var(--rose-soft)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23998d85' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.field{display:grid;gap:6px;text-align:left}.field>span{font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.input-icon-wrap{position:relative}.input-icon-wrap>svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.input-icon-wrap>input{padding-left:40px}.code-input{text-align:center;font-size:26px;letter-spacing:.45em;font-weight:500;height:58px;padding-left:.45em}.login-wrap{display:grid;place-items:center;min-height:100vh;padding:24px;background:radial-gradient(52rem 32rem at 82% -10%,var(--blush-soft),transparent 60%),radial-gradient(44rem 30rem at -12% 110%,var(--moon-soft),transparent 60%),var(--bg)}.login-card{background:var(--surface);border:1px solid var(--line-soft);padding:48px 44px 40px;border-radius:22px;width:min(420px,94vw);text-align:center;box-shadow:var(--shadow-lg)}.login-mark{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,var(--espresso),#7a695c);color:#fff;margin-bottom:18px;box-shadow:var(--shadow-md)}.login-card h1{font-size:26px;margin-bottom:6px}.tagline{color:var(--muted);margin:0 0 28px;font-size:14px}.login-card form{display:grid;gap:14px}.login-note{font-size:13px;color:var(--muted);margin:0 0 4px}.login-note strong{color:var(--ink-2);font-weight:500}.login-links{display:grid;gap:10px;margin-top:18px;justify-items:center}.shell{display:flex;min-height:100vh}.side{width:236px;flex:none;background:var(--surface);border-right:1px solid var(--line-soft);display:flex;flex-direction:column;padding:22px 14px 18px;position:sticky;top:0;height:100vh;z-index:30}.side .brand{font-size:14px;padding:0 10px 2px}.side-sub{padding:0 10px 20px;font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--rose);font-weight:600}.side-nav{display:grid;gap:2px;grid-template-columns:minmax(0,1fr)}.side-nav button{display:flex;align-items:center;gap:11px;height:40px;padding:0 12px;border-radius:var(--radius-sm);font-size:13.5px;font-weight:500;color:var(--muted);transition:background .15s ease,color .15s ease;text-align:left;width:100%;min-width:0;white-space:nowrap}.side-nav button svg{flex:none}.side-nav button:hover{background:var(--line-soft);color:var(--ink-2)}.side-nav button.active{background:var(--blush-soft);color:var(--ink)}.side-nav .soon{margin-left:auto;font-size:9.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--rose);background:var(--rose-soft);border-radius:999px;padding:2px 7px}.side-foot{margin-top:auto;display:grid;gap:2px}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;gap:14px;padding:0 22px;height:62px;background:var(--surface);border-bottom:1px solid var(--line-soft);position:sticky;top:0;z-index:20}.topbar .brand.mobile-only{font-size:13px}.cal-nav{display:flex;align-items:center;gap:2px}.cal-title{font-family:var(--font-display);font-size:21px;font-weight:500;color:var(--ink);text-align:center;white-space:nowrap;min-width:200px}.today-btn{height:32px;padding:0 14px;border-radius:999px;border:1px solid var(--line);font-size:13px;font-weight:500;color:var(--ink-2);margin-left:6px;transition:background .15s ease}.today-btn:hover{background:var(--surface-2)}.topbar-right{margin-left:auto;display:flex;align-items:center;gap:10px}.segmented{display:inline-flex;background:var(--line-soft);border-radius:999px;padding:3px}.segmented button{height:30px;padding:0 16px;border-radius:999px;font-size:13px;font-weight:500;color:var(--muted);transition:color .15s ease,background .15s ease,box-shadow .15s ease}.segmented button.active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm)}.admin-btn{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 14px;border-radius:999px;border:1px solid var(--line);font-size:13px;font-weight:500;color:var(--ink-2);transition:background .15s ease;white-space:nowrap}.admin-btn:hover{background:var(--surface-2)}.user-chip{display:inline-flex;align-items:center;gap:9px;color:var(--muted);font-size:13px}.avatar{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:var(--blush-soft);color:var(--ink-2);font-size:12px;font-weight:600;letter-spacing:.02em;flex:none}.cal-body{flex:1;padding:20px 22px 130px;max-width:1240px;width:100%;margin:0 auto}.month-grid{display:grid;grid-template-columns:repeat(7,1fr);background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}.dow{padding:10px 12px 8px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--line-soft);background:var(--surface-2)}.cell{min-height:106px;padding:8px 8px 10px;border-bottom:1px solid var(--line-soft);border-right:1px solid var(--line-soft);cursor:pointer;transition:background .12s ease;display:flex;flex-direction:column;gap:4px;align-items:stretch;text-align:left}.cell:nth-child(7n){border-right:none}.cell:hover{background:var(--surface-2)}.cell.dim .daynum{color:#998d8580}.daynum{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;font-size:12.5px;font-weight:500;color:var(--ink-2);flex:none}.cell.today-cell .daynum{background:var(--accent);color:var(--accent-ink);font-weight:600}.more{font-size:11px;color:var(--muted);padding-left:8px}.chip{display:flex;align-items:center;gap:6px;font-size:12px;line-height:1.35;padding:3px 8px;border-radius:7px;color:var(--ink-2);overflow:hidden}.chip>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dot{width:7px;height:7px;border-radius:999px;flex:none}.tone-rose{background:#ca9b912e}.tone-rose .dot{background:var(--sunset-dust)}.tone-blush{background:#ccb4af3d}.tone-blush .dot{background:var(--blush)}.tone-taupe{background:#998d8529}.tone-taupe .dot{background:var(--taupe)}.tone-espresso{background:#594b4021}.tone-espresso .dot{background:var(--espresso)}.tone-moon{background:var(--moon-powder)}.tone-moon .dot{background:#a8a3cc}.chip.done,.task-row.done,.task-card.done{text-decoration:line-through}.chip.done{background:var(--line-soft);color:var(--muted)}.chip.done .dot{background:var(--line)}.tl-frame{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.tl-cols{display:grid;grid-template-columns:54px repeat(7,minmax(0,1fr))}.tl-cols.single{grid-template-columns:54px minmax(0,1fr)}.tl-scroll{max-height:640px;overflow-y:auto;overscroll-behavior:contain}.wtl-corner{border-bottom:1px solid var(--line-soft)}.wtl-head{display:grid;justify-items:center;gap:2px;padding:10px 4px 8px;border-left:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:var(--surface-2);cursor:pointer}.wtl-head:hover{background:var(--line-soft)}.wtl-dayname{font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.wtl-head.today .daynum{background:var(--accent);color:var(--accent-ink);font-weight:600}.allday-label{font-size:9px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);display:flex;align-items:center;justify-content:flex-end;text-align:right;padding-right:6px;line-height:1.2;overflow:hidden}.wtl-allday{min-height:30px;border-left:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);padding:4px;display:grid;gap:3px;align-content:start;cursor:pointer}.wtl-allday .chip{cursor:pointer;text-align:left}.tl-labels{position:relative}.tl-hour-label{position:absolute;right:8px;transform:translateY(-6px);font-size:10.5px;color:var(--muted)}.tl-grid{position:relative;height:1248px;border-left:1px solid var(--line-soft);cursor:pointer}.tl-grid.today{background:#ccb4af0f}.tl-hourline{height:calc(100% / 24);border-bottom:1px solid var(--line-soft)}.tl-hourline:last-of-type{border-bottom:none}.tl-block{position:absolute;touch-action:none;cursor:grab;border-radius:8px;padding:3px 8px;font-size:11.5px;line-height:1.3;text-align:left;overflow:hidden;display:flex;flex-direction:column;gap:1px;border-left:3px solid transparent;color:var(--ink-2);min-height:16px;box-shadow:var(--shadow-sm)}.tl-block .tl-time{font-weight:600;font-size:10.5px;opacity:.8;white-space:nowrap}.tl-block .tl-title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.tl-block.done{text-decoration:line-through;opacity:.6}.tl-block.tone-rose{border-left-color:var(--sunset-dust)}.tl-block.tone-blush{border-left-color:var(--blush)}.tl-block.tone-taupe{border-left-color:var(--taupe)}.tl-block.tone-espresso{border-left-color:var(--espresso)}.tl-block.tone-moon{border-left-color:#a8a3cc}.tl-block.dragging{cursor:grabbing;z-index:20;box-shadow:var(--shadow-lg);opacity:.95}.tl-now{position:absolute;left:0;right:0;height:2px;background:var(--sunset-dust);z-index:5;pointer-events:none}.tl-now:before{content:"";position:absolute;left:-1px;top:-3px;width:8px;height:8px;border-radius:999px;background:var(--sunset-dust)}.day-tl{max-width:800px;margin:0 auto;display:grid;gap:12px}.day-untimed{display:grid;gap:8px}.task-row{display:flex;align-items:center;gap:8px;font-size:13px;padding:7px 10px;border-radius:var(--radius-sm);color:var(--ink-2);cursor:pointer;width:100%;text-align:left}.task-row.done{background:var(--line-soft);color:var(--muted)}.task-row .time{font-weight:600;font-size:12px;color:var(--ink-2);opacity:.75;flex:none}.task-row>span:not(.time):not(.dot){flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.day-list{display:grid;gap:10px;max-width:640px;margin:0 auto}.task-card{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);padding:14px 16px;box-shadow:var(--shadow-sm);cursor:pointer;text-align:left;width:100%}.task-card .title{flex:1;min-width:0;font-size:14.5px}.task-card.done .title{color:var(--muted)}.task-card .time{font-weight:600;font-size:13px;color:var(--rose);flex:none}.task-card .note-preview{display:block;font-size:12.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none}.checkbox{flex:none;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:8px;border:1.5px solid var(--line);color:transparent;background:var(--surface);transition:all .15s ease;cursor:pointer}.checkbox.checked{background:var(--accent);border-color:var(--accent);color:#fff}.empty-state{text-align:center;color:var(--muted);padding:48px 20px;display:grid;justify-items:center;gap:12px}.empty-state svg{color:var(--blush)}.add-bar{position:fixed;left:50%;transform:translate(-50%);bottom:26px;display:flex;gap:10px;align-items:center;background:var(--surface);border:1px solid var(--line-soft);border-radius:999px;padding:10px;box-shadow:var(--shadow-lg);width:min(680px,calc(100vw - 32px));z-index:40}.add-bar input[type=date]{width:148px;flex:none;border-radius:999px;height:40px}.add-bar input.grow{flex:1;min-width:0;border:none;box-shadow:none;height:40px}.add-bar input.grow:focus{box-shadow:none}.add-bar .btn{flex:none;height:40px;width:40px;padding:0;border-radius:999px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#33291f59;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:60;display:grid;place-items:center;padding:20px;animation:fadeIn .14s ease}.modal{background:var(--surface);border-radius:18px;width:min(520px,100%);max-height:min(84vh,720px);display:flex;flex-direction:column;box-shadow:var(--shadow-lg);animation:popIn .16s ease;overflow:hidden}.modal-head{display:flex;align-items:center;gap:10px;padding:18px 20px 14px;border-bottom:1px solid var(--line-soft)}.modal-head h2{font-family:var(--font-display);font-size:21px;font-weight:500;flex:1;min-width:0}.modal-head .sub{font-size:12.5px;color:var(--muted)}.modal-body{padding:18px 20px;overflow-y:auto;display:grid;gap:14px}.modal .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-foot{display:flex;align-items:center;gap:10px;padding:14px 20px 18px;border-top:1px solid var(--line-soft)}.modal-foot .spacer{flex:1}@keyframes fadeIn{0%{opacity:0}}@keyframes popIn{0%{opacity:0;transform:translateY(10px) scale(.98)}}.modal-task-list{display:grid;gap:8px}.modal-add{display:flex;gap:8px}.modal-add input{flex:1}.modal-add .btn{flex:none;width:42px;height:42px;padding:0;border-radius:var(--radius-sm)}.swatches{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.swatch{width:30px;height:30px;border-radius:999px;border:2px solid transparent;display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:transform .1s ease,border-color .1s ease}.swatch:hover{transform:scale(1.08)}.swatch.selected{border-color:var(--ink)}.swatch.none{border:1.5px dashed var(--line);color:var(--muted);background:var(--surface)}.swatch.s-rose{background:var(--sunset-dust)}.swatch.s-blush{background:var(--blush)}.swatch.s-taupe{background:var(--taupe)}.swatch.s-espresso{background:var(--espresso)}.swatch.s-moon{background:var(--moon-powder);color:var(--ink-2)}.cat-row{display:flex;gap:8px}.cat-row select{flex:1}.cat-new{display:flex;gap:8px;align-items:center}.cat-new input{flex:1}.page{flex:1;padding:34px 40px 120px;max-width:1060px;width:100%;margin:0 auto}.page>header{margin-bottom:26px}.page h1{font-family:var(--font-display);font-size:30px;font-weight:500}.page .sub{color:var(--muted);margin:4px 0 0;font-size:14px}.placeholder-hero{background:radial-gradient(40rem 22rem at 90% -30%,var(--blush-soft),transparent 60%),var(--surface);border:1px solid var(--line-soft);border-radius:20px;box-shadow:var(--shadow-sm);padding:56px 32px;display:grid;justify-items:center;gap:14px;text-align:center}.placeholder-hero .ph-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:20px;background:var(--blush-soft);color:var(--ink-2)}.placeholder-hero h2{font-family:var(--font-display);font-size:26px;font-weight:500}.placeholder-hero p{margin:0;color:var(--muted);max-width:460px}.soon-badge{display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 12px;border-radius:999px;background:var(--rose-soft);color:var(--ink-2);font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ph-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}.ph-card{background:var(--surface);border:1px dashed var(--line);border-radius:var(--radius);padding:20px;display:grid;gap:8px;color:var(--muted);font-size:13px}.ph-card svg{color:var(--rose)}.ph-card .t{font-weight:600;color:var(--ink-2);font-size:14px}.sheet{display:grid;gap:0}.sheet-savebar{display:flex;justify-content:flex-end;min-height:22px;margin-bottom:6px}.save-note{font-size:12.5px;color:var(--muted);display:inline-flex;align-items:center;gap:5px}.save-note.ok{color:var(--ok)}.section-title{font-family:var(--font-display);font-size:21px;font-weight:500;margin:8px 0 14px}.card-head-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.card-head-row h2{margin:0}.quarter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.quarter-block{border:1px solid var(--line-soft);border-radius:var(--radius-sm);padding:16px;display:grid;gap:12px;background:var(--surface-2)}.q-label{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--rose)}.area-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.pair-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,1fr);gap:12px}.time-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr) minmax(0,1fr);gap:12px}.meal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.prio-list{display:grid;gap:8px}.prio-row{display:flex;align-items:center;gap:10px}.prio-num{flex:none;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:var(--blush-soft);color:var(--ink-2);font-size:13px;font-weight:600}.water-row{display:flex;gap:9px;padding:4px 0}.water-dot{width:26px;height:26px;border-radius:999px;border:1.5px solid var(--line);background:var(--surface);transition:all .15s ease}.water-dot:hover{transform:scale(1.08)}.water-dot.filled{background:var(--sunset-dust);border-color:var(--sunset-dust)}.mood-row{display:flex;gap:8px;flex-wrap:wrap}.mood-pill{height:34px;padding:0 16px;border-radius:999px;border:1px solid var(--line);font-size:13px;font-weight:500;color:var(--muted);transition:all .15s ease}.mood-pill:hover{background:var(--surface-2)}.mood-pill.selected{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.today-head{margin-bottom:22px}.today-head h1{font-family:var(--font-display);font-size:32px;font-weight:500}.today-date{margin:6px 0 0;font-size:12.5px;color:var(--muted);letter-spacing:.02em}.today-closed-note{display:inline-flex;align-items:center;gap:6px;margin:10px 0 0;font-size:12.5px;color:var(--rose)}.task-card.flat{box-shadow:none;cursor:default}.primary-card{border-color:#ca9b9159;box-shadow:0 0 0 3px var(--rose-soft),var(--shadow-sm)}.direction-form{display:flex;gap:10px;flex-wrap:wrap}.direction-form input{flex:1;min-width:220px}.direction-form .btn{height:42px}.direction-saved{display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-size:15px}.direction-saved strong{font-family:var(--font-display);font-size:18px;font-weight:500}.focus-list{display:grid;gap:8px;margin-bottom:12px}.focus-row{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:var(--radius-sm);background:var(--surface-2)}.focus-row.done{opacity:.6}.focus-row.done .focus-text{text-decoration:line-through;color:var(--muted)}.focus-text{flex:1;min-width:0;font-size:14.5px}.focus-actions{display:inline-flex;gap:2px;flex:none}.focus-actions.wide{gap:6px;flex-wrap:wrap}.today-habits{display:flex;flex-wrap:wrap;gap:8px}.today-habit{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 14px;border-radius:999px;border:1px solid var(--line);font-size:13.5px;font-weight:500;color:var(--ink-2);transition:all .15s ease}.today-habit:hover{background:var(--surface-2)}.today-habit.done{background:var(--ok-soft);border-color:#5d7d5f4d;color:var(--ok)}.today-habit .dot{width:8px;height:8px}.seasonal-card{background:radial-gradient(30rem 14rem at 90% -40%,var(--blush-soft),transparent 60%),var(--surface)}.seasonal-text{margin:6px 0 0;color:var(--ink-2);font-size:13.5px;line-height:1.6}.close-card{text-align:center;display:grid;justify-items:center;gap:4px}.today-foot{margin-top:18px;text-align:center}.check-max-note{margin:4px 0 0;font-size:13px;color:var(--muted);font-style:italic}.checklist{display:grid;gap:4px}.check-item{display:flex;align-items:center;gap:10px;padding:3px 4px;border-radius:var(--radius-sm);transition:background .12s ease}.check-item:hover{background:var(--surface-2)}.check-item input{border:none;height:32px;padding:0 6px;background:transparent;border-radius:6px}.check-item input:focus{box-shadow:none;background:var(--surface);outline:1px solid var(--line)}.check-item.done input{color:var(--muted);text-decoration:line-through}.check-item .checkbox{width:20px;height:20px;border-radius:7px}.check-remove{flex:none;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;color:transparent;transition:color .12s ease,background .12s ease}.check-item:hover .check-remove{color:var(--muted)}.check-remove:hover{color:var(--danger)!important;background:var(--danger-soft)}.check-add{display:flex;align-items:center;gap:10px;padding:3px 4px 3px 8px;color:var(--muted)}.check-add input{border:none;height:32px;padding:0 6px;background:transparent}.check-add input:focus{box-shadow:none}.progress-chip{display:inline-flex;align-items:center;height:18px;padding:0 8px;margin-left:6px;border-radius:999px;background:var(--line-soft);color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:none}.progress-chip.all{background:var(--ok-soft);color:var(--ok)}.area-block{align-content:start}.guide-section{display:grid;gap:8px;margin:6px 0 20px}.guide-section-label{font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--rose);margin-bottom:2px}.guide{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius-sm);overflow:hidden}.guide-head{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;font-size:13.5px;font-weight:500;color:var(--ink-2);text-align:left;transition:background .12s ease}.guide-head:hover{background:var(--surface-2)}.guide-head svg:first-child{color:var(--rose);flex:none}.guide-head span{flex:1;min-width:0}.guide-chev{color:var(--muted);transition:transform .15s ease;flex:none}.guide.open .guide-chev{transform:rotate(90deg)}.guide-body{padding:2px 16px 14px 39px;color:var(--ink-2);font-size:13.5px;line-height:1.65}.guide-body p{margin:0 0 10px}.guide-body ul{margin:0;padding-left:18px;color:var(--muted)}.guide-body li{margin-bottom:4px}.nudge{display:flex;align-items:center;gap:16px;background:radial-gradient(28rem 16rem at 92% -40%,var(--blush-soft),transparent 60%),var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:18px 20px;margin-bottom:18px}.nudge-icon{flex:none;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;background:var(--blush-soft);color:var(--ink-2)}.nudge-text{flex:1;min-width:0}.nudge-text strong{display:block;font-weight:600;color:var(--ink)}.nudge-text p{margin:2px 0 0;color:var(--muted);font-size:13.5px}.nudge .btn{flex:none}.sheet-quote{font-family:var(--font-display);font-size:17px;font-style:italic;color:var(--taupe);text-align:center;margin:4px auto 18px;max-width:560px;line-height:1.5}.bigpic{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:18px}.bigpic-label{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-right:4px}.bigpic-chip{display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 13px;border-radius:999px;border:1px solid var(--line);background:var(--surface);font-size:13px;font-weight:500;color:var(--ink-2);transition:background .12s ease,border-color .12s ease}.bigpic-chip:hover{background:var(--surface-2)}.bigpic-chip.ok{border-color:#5d7d5f59}.bigpic-chip.ok svg{color:var(--ok)}.bigpic-chip.empty{border-style:dashed;color:var(--muted)}.bigpic-chip em{font-style:normal;font-size:11px;color:var(--rose);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.bigpic-dot{width:8px;height:8px;border-radius:999px;border:1.5px dashed var(--taupe)}.habit-card{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:18px 20px;margin-bottom:14px}.habit-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.habit-meta{flex:1;min-width:0;display:grid}.habit-name{font-weight:600;color:var(--ink)}.habit-min{font-size:12.5px;color:var(--muted)}.habit-week{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.habit-day{display:grid;justify-items:center;gap:6px;padding:8px 2px 10px;border-radius:var(--radius-sm);transition:background .12s ease}.habit-day:hover:not(:disabled){background:var(--surface-2)}.habit-day:disabled{opacity:.35;cursor:default}.habit-day.today .habit-day-label{color:var(--ink);font-weight:700}.habit-day-label{font-size:10.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.habit-day-dot{width:30px;height:30px;border-radius:999px;border:1.5px solid var(--line);display:inline-flex;align-items:center;justify-content:center;color:transparent;background:var(--surface);transition:all .15s ease}.habit-day.done .habit-day-dot{background:var(--accent);border-color:var(--accent);color:#fff}.habit-day.skip .habit-day-dot{background:var(--line-soft);border-color:var(--line-soft);color:var(--muted)}.habit-suggestions{display:flex;flex-wrap:wrap;gap:8px}.habit-paused-row{display:flex;align-items:center;gap:10px;padding:8px 0}.habit-paused-row .spacer{flex:1}.qh .qh-head{margin-bottom:22px}.qh h1{font-family:var(--font-display);font-size:28px;font-weight:500;line-height:1.3}.qh-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.qh-card{display:grid;justify-items:center;gap:12px;padding:26px 14px;background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);box-shadow:var(--shadow-sm);font-size:14px;font-weight:500;color:var(--ink-2);text-align:center;transition:transform .12s ease,box-shadow .12s ease}.qh-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.qh-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:15px;background:var(--blush-soft);color:var(--ink-2)}.qh-icon.big{width:60px;height:60px;border-radius:18px;margin-bottom:6px}.qh-disclaimer{margin-top:26px;font-size:12px;color:var(--muted);max-width:640px;line-height:1.6}.qh-saved-chip{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 14px;margin-bottom:16px;border-radius:999px;background:var(--rose-soft);color:var(--ink-2);font-size:13px;font-weight:500}.qh-center{max-width:460px;margin:6vh auto 0;display:grid;justify-items:center;gap:10px;text-align:center}.qh-center .sub{color:var(--muted);margin:0 0 12px}.qh-time-options{display:grid;gap:10px;width:min(320px,100%);margin-top:8px}.qh-exercise{max-width:560px;margin:0 auto;display:grid;gap:14px}.qh-ex-need{font-size:11.5px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--rose)}.qh-intro{font-family:var(--font-display);font-size:18px;font-style:italic;color:var(--taupe);margin:0;line-height:1.5}.qh-steps{list-style:none;margin:6px 0 0;padding:0;display:grid;gap:12px}.qh-steps li{display:flex;gap:12px;align-items:flex-start;background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius-sm);padding:13px 15px;line-height:1.55}.qh-steps .prio-num{margin-top:1px}.qh-cta{margin-top:8px}.qh-safety{font-size:12px;color:var(--muted);text-align:center;margin:2px 0 0}.breath-widget{display:grid;justify-items:center;gap:16px;padding:10px 0 4px}.breath-stage{position:relative;width:220px;height:220px;display:grid;place-items:center}.breath-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;border:1.5px dashed var(--line)}.breath-circle{position:absolute;width:128px;height:128px;border-radius:999px;background:radial-gradient(circle at 34% 30%,rgba(255,255,255,.55),transparent 55%),linear-gradient(145deg,var(--blush),var(--sunset-dust));box-shadow:0 10px 34px -10px #ca9b918c;will-change:transform}.breath-info{position:relative;z-index:2;display:grid;justify-items:center;gap:2px;text-align:center}.breath-phase{font-family:var(--font-display);font-size:18px;color:var(--ink)}.breath-phase.muted{color:var(--muted);font-size:15px;max-width:150px}.breath-count{font-size:30px;font-weight:500;color:var(--ink);font-variant-numeric:tabular-nums;line-height:1.1}.breath-cycle{font-size:12px;color:var(--ink-2);opacity:.75}.qh-writes{display:grid;gap:12px}.qh-writes.tearing{animation:tear-away .65s ease forwards}@keyframes tear-away{40%{transform:rotate(-1.2deg) scale(.99)}to{transform:translateY(26px) rotate(2deg) scale(.92);opacity:0}}.qh-writes-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.qh-writes-grid .field{grid-column:span 2}.qh-writes-grid .field.half{grid-column:span 1}.qh-writes-foot{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.qh-privacy{font-size:11.5px;color:var(--muted);flex:1;min-width:200px}.qh-timer{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--ink-2);font-variant-numeric:tabular-nums}.qh-timer.done-note{font-weight:400;color:var(--muted)}.qh-torn{font-size:13px;color:var(--ok)}.qh-reflections{display:grid;gap:8px;margin-top:28px;max-width:640px}.refl-date{flex:none;font-size:12px;color:var(--muted);font-weight:400}.refl-label{font-size:11.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.refl-delete{margin-top:4px}.refl-delete:hover{color:var(--danger)}.qh-entry{display:flex;align-items:center;gap:14px;width:100%;text-align:left;background:radial-gradient(24rem 12rem at 95% -50%,var(--rose-soft),transparent 60%),var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:16px 18px;margin-bottom:20px;transition:transform .12s ease,box-shadow .12s ease}.qh-entry:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.qh-entry-icon{flex:none;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:var(--rose-soft);color:var(--ink-2)}.qh-entry-text{display:grid}.qh-entry-text strong{font-weight:600;color:var(--ink)}.qh-entry-text span{font-size:13px;color:var(--muted)}.journey-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.journey-card{display:grid;gap:10px;align-content:start;text-align:left;padding:20px;background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:transform .12s ease,box-shadow .12s ease;min-height:170px}.journey-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.journey-card.seasonal{border-color:#ca9b9159;box-shadow:0 0 0 3px var(--rose-soft),var(--shadow-sm)}.journey-top{display:flex;justify-content:space-between;align-items:center}.journey-season{font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--rose)}.journey-days{font-size:11px;font-weight:600;color:var(--muted);background:var(--line-soft);border-radius:999px;padding:2px 9px}.journey-title{font-family:var(--font-display);font-size:20px;font-weight:500;color:var(--ink);line-height:1.3}.journey-mantra{font-size:13px;font-style:italic;color:var(--taupe);line-height:1.5}.journey-foot{margin-top:auto}.journey-hero{text-align:center;margin-bottom:24px}.journey-hero h1{font-family:var(--font-display);font-size:30px;font-weight:500;margin-top:6px}.journey-status{display:inline-flex;align-items:center;gap:6px;margin-top:14px;color:var(--muted);font-size:13.5px}.journey-status strong{color:var(--ink-2)}.journey-days-list{display:grid;gap:8px}.journey-day-head{display:flex;align-items:center;gap:12px;padding:10px 14px}.journey-day-head .checkbox{flex:none}.journey-day-title{display:flex;align-items:center;gap:10px;flex:1;min-width:0;text-align:left}.journey-day-num{flex:none;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--rose)}.journey-day-text{flex:1;min-width:0;font-size:14px;font-weight:500;color:var(--ink-2)}.journey-day.done .journey-day-text{color:var(--muted)}.journey-day-body{padding-left:60px}.journey-section{margin-bottom:12px}.journey-section p{margin:2px 0}.journey-extra-list{margin:8px 0 0;padding-left:18px;color:var(--ink-2);font-size:13.5px;line-height:1.65}.journey-extra-list li{margin-bottom:8px}.refl-days{display:flex;gap:10px;flex-wrap:wrap}.refl-days.compact{gap:6px}.refl-day{display:grid;justify-items:center;gap:4px}.refl-day.future{opacity:.35}.refl-dot{width:22px;height:22px;border-radius:999px;border:1.5px solid var(--line);background:var(--surface);display:inline-block}.refl-days.compact .refl-dot{width:16px;height:16px}.refl-dot.filled{border-color:transparent}.refl-dot.s-rose.filled{background:var(--sunset-dust)}.refl-dot.s-blush.filled{background:var(--blush)}.refl-dot.s-moon.filled{background:var(--moon-powder);border-color:var(--line)}.refl-day-label{font-size:10px;color:var(--muted);font-weight:600}.refl-legend{display:flex;gap:16px;flex-wrap:wrap;margin-top:14px}.refl-legend-item{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:var(--muted)}.refl-legend-item .refl-dot{width:12px;height:12px}.refl-habit-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--line-soft)}.refl-habit-row:last-child{border-bottom:none}.refl-habit-name{font-weight:500;color:var(--ink);flex:1;min-width:0}.refl-habit-stats{display:inline-flex;gap:12px;font-size:13px;color:var(--ink-2)}.refl-tasks{display:flex;align-items:center;gap:8px;margin:0;color:var(--ink-2)}.refl-tasks svg{color:var(--rose);flex:none}.refl-moments{display:grid;gap:12px}.refl-moment{border-left:2px solid var(--rose-soft);padding-left:12px}.refl-moment-head{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--rose)}.refl-moment p{margin:3px 0 0;color:var(--ink-2)}.danger-card{border-color:#b3564d40}.danger-card h2{color:var(--danger)}.user-chip{cursor:pointer;border-radius:999px}.user-chip:hover .avatar{background:var(--rose-soft)}.admin-main{flex:1;padding:34px 40px 60px;max-width:1060px;width:100%}.admin-main>header{margin-bottom:26px}.admin-main h1{font-family:var(--font-display);font-size:30px;font-weight:500}.admin-main .sub{color:var(--muted);margin:4px 0 0;font-size:14px}.card{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:24px;margin-bottom:20px}.card h2{font-size:16px;font-weight:600;margin-bottom:4px}.card .card-sub{color:var(--muted);font-size:13px;margin:0 0 18px}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.card-actions{display:flex;align-items:center;gap:14px;margin-top:20px}.saved-note{display:inline-flex;align-items:center;gap:6px;color:var(--ok);font-size:13px}.table-wrap{overflow-x:auto;margin:0 -24px -24px}table{border-collapse:collapse;width:100%;font-size:13.5px}th{text-align:left;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);padding:10px 14px;border-bottom:1px solid var(--line-soft);background:var(--surface-2);white-space:nowrap}td{padding:12px 14px;border-bottom:1px solid var(--line-soft);vertical-align:middle}tr:last-child td{border-bottom:none}tbody tr{transition:background .12s ease}tbody tr:hover{background:var(--surface-2)}th:first-child,td:first-child{padding-left:24px}th:last-child,td:last-child{padding-right:24px}.cell-user{display:flex;align-items:center;gap:11px}.cell-user .meta{display:grid}.cell-user .meta .name{font-weight:500;color:var(--ink)}.cell-user .meta .email{color:var(--muted);font-size:12.5px}.badge{display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:500;white-space:nowrap}.badge.ok{background:var(--ok-soft);color:var(--ok)}.badge.no{background:var(--danger-soft);color:var(--danger)}.badge.neutral{background:var(--line-soft);color:var(--muted)}.badge.admin{background:var(--rose-soft);color:var(--ink-2)}.select-sm{height:32px;width:auto;font-size:13px;padding:0 28px 0 10px;border-radius:8px}.check-row{display:flex;gap:10px}.check-row .input-icon-wrap{flex:1}.result-panel{display:flex;align-items:flex-start;gap:10px;margin-top:16px;padding:14px 16px;border-radius:var(--radius-sm);font-size:13.5px}.result-panel.ok{background:var(--ok-soft);color:var(--ok)}.result-panel.no{background:var(--danger-soft);color:var(--danger)}.result-panel.neutral{background:var(--line-soft);color:var(--muted)}.result-panel svg{flex:none;margin-top:1px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast-wrap{position:fixed;top:74px;right:18px;z-index:100;display:grid;gap:8px;justify-items:end;pointer-events:none}.toast{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 14px;border-radius:999px;background:var(--surface);border:1px solid var(--line-soft);box-shadow:var(--shadow-md);color:var(--ink-2);font-size:13px;font-weight:500;animation:toast-in .18s ease,toast-out .35s ease 1.8s forwards}.toast svg{color:var(--ok)}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}}@keyframes toast-out{to{opacity:0;transform:translateY(-6px)}}.bottom-nav{display:none;position:fixed;left:0;right:0;bottom:0;background:var(--surface);border-top:1px solid var(--line-soft);z-index:50;padding:6px 4px calc(6px + env(safe-area-inset-bottom));grid-template-columns:repeat(7,1fr)}.bottom-nav button{display:grid;justify-items:center;gap:3px;padding:6px 2px;border-radius:10px;color:var(--muted);font-size:10px;font-weight:500;letter-spacing:.01em}.bottom-nav button.active{color:var(--ink-2)}.bottom-nav button.active svg{color:var(--rose)}.mobile-only{display:none}@media(max-width:980px){.side{display:none}.bottom-nav{display:grid}.mobile-only{display:inline-flex}.topbar{flex-wrap:wrap;height:auto;padding:10px 14px;row-gap:8px}.cal-title{min-width:0;font-size:18px}.cal-body{padding:14px 14px 190px}.page{padding:22px 16px 140px}.admin-main{padding:22px 16px 90px}.week-grid{grid-template-columns:1fr}.week-col{min-height:0}.add-bar{bottom:calc(70px + env(safe-area-inset-bottom))}.tl-scroll{max-height:480px}.nudge{flex-direction:column;align-items:flex-start}.card{padding:18px}.table-wrap{margin:0 -18px -18px}th:first-child,td:first-child{padding-left:18px}th:last-child,td:last-child{padding-right:18px}}@media(max-width:640px){.cell{min-height:74px;padding:5px;gap:3px}.chip>span:not(.dot){display:none}.chip{padding:0;background:none!important}.chip .dot{width:8px;height:8px;margin-left:9px}.daynum{width:24px;height:24px;font-size:12px}.dow{padding:8px 6px 6px;font-size:10px}.add-bar input[type=date]{width:118px;font-size:12.5px;padding:0 8px}.cal-title{font-size:16.5px}.modal{max-height:92vh;border-radius:16px}.overlay{padding:10px;align-items:end}}
