:root{--bg:#f4f2ec;--surface:#ffffff;--surface2:#ece8de;--side:#eae6db;--text:#2a2824;--muted:#6f6b61;--hint:#9c988c;--border:rgba(66,53,30,.13);--border2:rgba(66,53,30,.22);--accent:#c15f3c;--accent-soft:rgba(193,95,60,.12)}@media (prefers-color-scheme:dark){:root:not([data-theme]){--bg:#1f1e1c;--surface:#2a2926;--surface2:#34322e;--side:#262522;--text:#ece9e2;--muted:#a8a399;--hint:#7a766c;--border:rgba(255,255,255,.11);--border2:rgba(255,255,255,.19);--accent:#de8164;--accent-soft:rgba(222,129,100,.16)}}:root[data-theme=dark]{--bg:#1f1e1c;--surface:#2a2926;--surface2:#34322e;--side:#262522;--text:#ece9e2;--muted:#a8a399;--hint:#7a766c;--border:rgba(255,255,255,.11);--border2:rgba(255,255,255,.19);--accent:#de8164;--accent-soft:rgba(222,129,100,.16)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:13.5px;line-height:1.5}a{color:inherit;text-decoration:none}svg{display:block}h1{font-size:21px}h1,h2{font-weight:500;margin:0}h2{font-size:15px}.shell{display:flex;min-height:100vh}.side{width:214px;flex:0 0 214px;background:var(--side);border-right:.5px solid var(--border);position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:18px 12px}.brand{display:flex;align-items:center;gap:9px;padding:4px 8px 18px;font-size:13px;font-weight:500;line-height:1.25}.brand .logo{width:14px;height:14px;border-radius:4px;background:var(--accent);flex:0 0 auto}.side nav{display:flex;flex-direction:column;gap:2px}.nav{display:flex;align-items:center;gap:11px;width:100%;font:inherit;font-size:13.5px;text-align:left;color:var(--muted);background:none;border:none;border-radius:9px;padding:8px 10px;cursor:pointer}.nav:hover{background:var(--surface2)}.nav.active{background:var(--surface);color:var(--text);font-weight:500;box-shadow:inset 0 0 0 .5px var(--border)}.sidefoot{margin-top:auto;display:flex;gap:8px;padding:8px;align-items:center}.main{flex:1 1;min-width:0;max-width:1080px;padding:26px 32px 40px}.phead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}.psub{margin:3px 0 0;font-size:13px}.ibtn,.psub{color:var(--muted)}.ibtn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:none;border:none;cursor:pointer;padding:0}.ibtn:hover{background:var(--surface2);color:var(--text)}.ibtn.on{color:var(--accent)}.ibtn.dim{opacity:.5}.ghost{display:flex;align-items:center;justify-content:center;gap:8px;font:inherit;font-size:12.5px;color:var(--muted);background:none;border:.5px solid var(--border);border-radius:8px;padding:7px;cursor:pointer;min-width:30px;min-height:30px}.ghost:hover{background:var(--surface2)}.addbtn{display:inline-flex;align-items:center;gap:6px;font:inherit;font-size:13px;color:var(--bg);background:var(--accent);border:none;border-radius:9px;padding:8px 13px;cursor:pointer}.addbtn:hover{filter:brightness(1.06)}.addbtn:disabled{opacity:.5;cursor:default}.lnkbtn{display:inline-flex;align-items:center;gap:6px;font:inherit;font-size:12.5px;color:var(--text);background:none;border:.5px solid var(--border);border-radius:8px;padding:6px 10px;cursor:pointer}.lnkbtn:hover{background:var(--surface2)}.card{background:var(--surface);border:.5px solid var(--border);border-radius:11px;padding:16px 18px}input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{font:inherit;font-size:13.5px;color:var(--text);background:var(--surface);border:.5px solid var(--border);border-radius:9px;padding:8px 11px;outline:none;width:100%}input:focus,select:focus,textarea:focus{border-color:var(--border2)}label{font-size:12.5px;color:var(--muted);display:block;margin-bottom:4px}.num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.meter{display:inline-flex;gap:2px}.meter i{width:14px;height:5px;border-radius:2px;background:var(--surface2)}.meter i.on{background:var(--accent)}.steps{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--hint)}.steps .sep{flex:1 1;height:1px;background:var(--border2)}.steps .sep.done{background:var(--accent)}.steps .cur{color:var(--accent);font-weight:500}.empty,.steps .past{color:var(--muted)}.empty{font-size:13px;padding:32px 0;text-align:center}.hintline{font-size:12px;color:var(--hint);display:flex;align-items:center;gap:6px}@media (max-width:640px){.shell{flex-direction:column}.side{width:100%;flex:0 0 auto;height:auto;position:sticky;top:0;z-index:20;flex-direction:row;align-items:center;gap:4px;padding:8px 12px;border-right:none;border-bottom:.5px solid var(--border)}.brand{padding:0;flex:0 0 auto}.side nav{flex-direction:row;gap:2px;flex:1 1;justify-content:center}.nav{width:auto;padding:8px;gap:0}.nav .navlabel{display:none}.sidefoot{margin-top:0;margin-left:auto;flex:0 0 auto;padding:0}.main{padding:18px 16px 40px}.phead{gap:10px}h1{font-size:19px}}