:root{--bg:#12151c;--surface:#1c212b;--surface-2:#242c3a;--border:#333b4c;--text:#f5f6f8;--muted:#8b93a5;--primary:#4f8a8b;--primary-hover:#3f7375;--positive:#4ade80;--negative:#f87171;--radius:14px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background-color:var(--bg);font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100vh;margin:0}body{background:var(--bg);-webkit-font-smoothing:antialiased}.auth-screen,.center-screen{min-height:100vh;padding:1.5rem;padding-top:max(1.5rem, env(safe-area-inset-top));place-items:center;display:grid}.auth-card{flex-direction:column;gap:.85rem;width:100%;max-width:380px;display:flex}.ksp-logo-compact{align-items:baseline;gap:.4rem;min-width:0;display:inline-flex;overflow:hidden}.ksp-logo-compact .ksp-logo-mark{letter-spacing:.02em;color:var(--primary);flex:none;font-size:1.15rem;font-weight:800}.ksp-logo-compact .ksp-logo-tagline{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:.95rem;font-weight:700;overflow:hidden}.ksp-logo-full{width:100%;max-width:260px;height:auto;margin:0 auto .25rem;display:block}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-topbar{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#0f172ad9;position:sticky;top:0}.app-header{padding:1rem 1.25rem .6rem;padding-top:max(1rem, env(safe-area-inset-top));justify-content:space-between;align-items:center;gap:1rem;display:flex}.header-left{align-items:center;gap:.6rem;min-width:0;display:flex}.drawer-toggle{width:2.25rem;height:2.25rem;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:none;justify-content:center;align-items:center;padding:0;font-size:1.3rem;line-height:1;display:flex}.drawer-toggle:hover{background:var(--surface-2)}.header-right{align-items:center;gap:.75rem;display:flex}.email{text-overflow:ellipsis;white-space:nowrap;max-width:40vw;font-size:.85rem;overflow:hidden}.app-nav{scrollbar-width:none;gap:.4rem;padding:0 1.25rem .6rem;display:flex;overflow-x:auto}.app-nav::-webkit-scrollbar{display:none}.nav-link{color:var(--muted);white-space:nowrap;border-radius:999px;flex:none;padding:.45rem .85rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s}.nav-link:hover{color:var(--text);background:var(--surface-2)}.nav-link.active{color:#fff;background:var(--primary)}.drawer-backdrop{z-index:100;background:#00000080;display:flex;position:fixed;inset:0}.drawer-panel{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;width:min(80vw,300px);height:100%;animation:.18s ease-out drawer-slide-in;display:flex}@keyframes drawer-slide-in{0%{transform:translate(-100%)}to{transform:translate(0)}}.drawer-header{padding:1rem 1.1rem;padding-top:max(1rem, env(safe-area-inset-top));border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;display:flex}.drawer-close{width:2rem;height:2rem;color:var(--muted);cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;padding:0;font-size:1.1rem;display:flex}.drawer-links{flex-direction:column;flex:1;gap:.2rem;padding:.75rem;display:flex;overflow-y:auto}.drawer-link{color:var(--muted);border-radius:10px;padding:.75rem .85rem;font-size:.95rem;font-weight:600;text-decoration:none}.drawer-link:hover{color:var(--text);background:var(--surface-2)}.drawer-link.active{color:#fff;background:var(--primary)}.drawer-footer{padding:1rem 1.1rem;padding-bottom:max(1rem, env(safe-area-inset-bottom));border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;display:flex}.drawer-footer .email{flex:1;min-width:0;max-width:none}@media (width<=639px){.app-nav,.header-right{display:none}}@media (width>=640px){.drawer-toggle{display:none}}.confirm-backdrop{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.confirm-dialog{flex-direction:column;gap:.75rem;width:100%;max-width:360px;display:flex}.confirm-dialog h2,.confirm-dialog p{margin:0}.confirm-actions{justify-content:flex-end}.app-main{width:100%;max-width:720px;padding:1.25rem;padding-bottom:max(1.25rem, env(safe-area-inset-bottom));flex:1;margin:0 auto}.stack{flex-direction:column;gap:1.25rem;display:flex}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.card h2{margin:0 0 .85rem;font-size:1.05rem}.muted{color:var(--muted)}.hint{margin:.6rem 0 0;font-size:.8rem}.stat-tiles{grid-template-columns:repeat(3,1fr);gap:.6rem;display:grid}.stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.25rem;padding:.9rem;display:flex}.stat-tile .stat-value{margin:0;font-size:1.15rem;font-weight:700}.stat-tile .stat-label{align-items:center;gap:.4rem;font-size:.8rem;display:flex}.stat-dot{border-radius:999px;flex:none;width:.55rem;height:.55rem}.pill-row{scrollbar-width:none;gap:.4rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.pill-row::-webkit-scrollbar{display:none}.pill{color:var(--muted);background:var(--surface-2);white-space:nowrap;cursor:pointer;border:none;border-radius:999px;flex:none;padding:.45rem .9rem;font-size:.85rem;font-weight:600;transition:background .15s,color .15s}.pill:hover{color:var(--text)}.pill.active{color:#fff;background:var(--primary)}.bar-track{background:var(--surface-2);border-radius:999px;height:6px;overflow:hidden}.bar-fill{border-radius:999px;height:100%}.field{flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.checkbox-field{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.checkbox-field input[type=checkbox]{width:auto}.row{flex-wrap:wrap;gap:.6rem;display:flex}.row input[type=text]{flex:100%}.row input[type=number]{flex:120px}.row select{flex:160px}input,select{width:100%;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:10px;outline:none;padding:.7rem .85rem;font-size:1rem}input:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f8a8b40}.btn{cursor:pointer;background:var(--surface-2);color:var(--text);border:1px solid #0000;border-radius:10px;padding:.7rem 1.1rem;font-size:1rem;font-weight:600;transition:background .15s,opacity .15s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.primary{background:var(--primary);color:#fff}.btn.primary:hover:not(:disabled){background:var(--primary-hover)}.btn.small{padding:.45rem .8rem;font-size:.85rem}.btn.link{color:var(--primary);background:0 0;border:none;padding:.3rem}.btn.danger{color:var(--negative);background:#f871711f;border:1px solid #f871714d}.btn.danger:hover:not(:disabled){background:#f8717138}.add-toggle{color:var(--muted);border:1px dashed var(--border);background:0 0;align-self:flex-start}.add-toggle:hover{color:var(--text);border-color:var(--muted)}.edit-row{flex-direction:column;align-items:stretch}.edit-form{width:100%}.edit-actions{justify-content:flex-end;align-items:center;gap:.5rem;margin-left:auto}.alert{border-radius:10px;margin:0;padding:.65rem .8rem;font-size:.9rem}.alert.error{color:var(--negative);background:#f871711f;border:1px solid #f871714d}.alert.success{color:var(--positive);background:#22c55e1f;border:1px solid #22c55e4d}.badge{color:var(--muted);background:var(--surface-2);vertical-align:middle;border-radius:999px;margin-left:.5rem;padding:.1rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.badge.success{color:var(--positive);background:#22c55e1f}.item-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.item-row{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;padding:.8rem 0;display:flex}.item-row:last-child{border-bottom:none}.item-main{flex-direction:column;flex:180px;gap:.15rem;min-width:0;display:flex}.item-title{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.item-meta{font-size:.8rem}.item-value{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:600}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-cyrillic-ext-400-normal-CuPM9foi.woff2)format("woff2"),url(/assets/nunito-cyrillic-ext-400-normal-xaE7D4Sw.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-cyrillic-400-normal-xAOo5cBP.woff2)format("woff2"),url(/assets/nunito-cyrillic-400-normal-D1j0u8EH.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-vietnamese-400-normal-BHkVbP3T.woff2)format("woff2"),url(/assets/nunito-vietnamese-400-normal-DtOtW02z.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-latin-ext-400-normal-i-8OOpdj.woff2)format("woff2"),url(/assets/nunito-latin-ext-400-normal-CjMJVfGn.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-latin-400-normal-r8SDr6Up.woff2)format("woff2"),url(/assets/nunito-latin-400-normal-DKg4f3fz.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/nunito-cyrillic-ext-600-normal-CWPPjBOD.woff2)format("woff2"),url(/assets/nunito-cyrillic-ext-600-normal-vnfu4DTE.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/nunito-cyrillic-600-normal-DJGQ2h05.woff2)format("woff2"),url(/assets/nunito-cyrillic-600-normal-BUjmtIuu.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/nunito-vietnamese-600-normal-BY8O6Cug.woff2)format("woff2"),url(/assets/nunito-vietnamese-600-normal-DO1RqFw5.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/nunito-latin-ext-600-normal-Dd9Zuxh1.woff2)format("woff2"),url(/assets/nunito-latin-ext-600-normal-BKUpuB78.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/nunito-latin-600-normal-Br8yIETf.woff2)format("woff2"),url(/assets/nunito-latin-600-normal-Cd0eNu1l.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/nunito-cyrillic-ext-700-normal-BuR0mlCG.woff2)format("woff2"),url(/assets/nunito-cyrillic-ext-700-normal-DfoqN4Gs.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/nunito-cyrillic-700-normal-DP36NgGt.woff2)format("woff2"),url(/assets/nunito-cyrillic-700-normal-DfHRUDv-.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/nunito-vietnamese-700-normal-Ch8EUCfz.woff2)format("woff2"),url(/assets/nunito-vietnamese-700-normal-C9SQsXvj.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/nunito-latin-ext-700-normal-BWeMsAzO.woff2)format("woff2"),url(/assets/nunito-latin-ext-700-normal-D4woHhbd.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/nunito-latin-700-normal-Dort48En.woff2)format("woff2"),url(/assets/nunito-latin-700-normal-OcDqTBcA.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/nunito-cyrillic-ext-800-normal-B-cvGohL.woff2)format("woff2"),url(/assets/nunito-cyrillic-ext-800-normal-pjRatrRO.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/nunito-cyrillic-800-normal-D3igD7Kl.woff2)format("woff2"),url(/assets/nunito-cyrillic-800-normal-DymMgApb.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/nunito-vietnamese-800-normal-D_CZYdm9.woff2)format("woff2"),url(/assets/nunito-vietnamese-800-normal-Dz0hZPb5.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/nunito-latin-ext-800-normal-CtU8tJOV.woff2)format("woff2"),url(/assets/nunito-latin-ext-800-normal-CDcxIxx8.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/nunito-latin-800-normal-Dz8SOQK_.woff2)format("woff2"),url(/assets/nunito-latin-800-normal-D-J0wlBY.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--ink-faint:#5b6372;--primary-light:#79a6a7}html{-webkit-tap-highlight-color:transparent}#root{min-height:100svh}.water-wave:before,.water-wave:after{content:"";aspect-ratio:1;background:#ffffff2e;border-radius:45%;width:250%;animation:7s linear infinite water-wave-spin;position:absolute;top:0;left:50%;transform:translate(-50%,-75%)rotate(0)}.water-wave:after{background:#ffffff1a;animation-duration:11s;animation-direction:reverse}@keyframes water-wave-spin{0%{transform:translate(-50%,-75%)rotate(0)}to{transform:translate(-50%,-75%)rotate(360deg)}}.water-bubble{background:#fff6;border-radius:9999px;width:5px;height:5px;animation:3.2s ease-in infinite water-bubble-rise;position:absolute;bottom:2px}@keyframes water-bubble-rise{0%{opacity:0;transform:translateY(0)scale(.7)}15%{opacity:.9}85%{opacity:.2}to{opacity:0;transform:translateY(-90px)scale(1)}}@media (prefers-reduced-motion:reduce){.water-wave:before,.water-wave:after,.water-bubble{animation:none}}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-faint{color:var(--ink-faint)}.text-negative{color:var(--negative)}.ml-2{margin-left:.5rem}.mt-4{margin-top:1rem}.shrink-0{flex-shrink:0}.icon-14{width:.875rem;height:.875rem}.icon-16{width:1rem;height:1rem}.icon-20{width:1.25rem;height:1.25rem}.wm-link{color:var(--primary-light);text-decoration:none}.wm-link:hover{color:#96bcbd;text-decoration:underline}.gate-screen{background:var(--bg);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100svh;padding:0 1rem;display:flex}.wm-logo-compact{align-items:center;gap:.5rem;display:flex}.wm-logo-compact .wm-logo-mark{letter-spacing:-.025em;color:var(--text);font-size:1.125rem;font-weight:800}.wm-logo-divider-bar{background:var(--border);width:1px;height:1rem}.wm-logo-compact .wm-logo-tagline{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);font-size:.75rem;font-weight:700}.wm-logo-full{text-align:center;flex-direction:column;align-items:center;display:flex}.wm-logo-full .wm-logo-mark{letter-spacing:-.025em;color:var(--text);font-size:1.875rem;font-weight:800}.wm-logo-divider-wrap{width:12rem;height:.5rem;margin:.75rem 0;position:relative}.wm-logo-divider-line{background:var(--primary);height:1px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.wm-logo-divider-dot{background:var(--primary);border-radius:999px;width:.5rem;height:.5rem;position:absolute;top:50%;transform:translate(-50%,-50%)}.wm-logo-divider-dot.pos-25{left:25%}.wm-logo-divider-dot.pos-50{background:var(--text);left:50%}.wm-logo-divider-dot.pos-75{left:75%}.wm-logo-full .wm-logo-tagline{text-transform:uppercase;letter-spacing:.3em;color:var(--primary);font-size:.75rem;font-weight:700}.wm-header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}@media (width>=640px){.wm-header{padding-left:1.5rem;padding-right:1.5rem}}.wm-header-back{align-items:center;gap:.5rem;text-decoration:none;display:flex}.wm-header-right{align-items:center;gap:.75rem;display:flex}.wm-header-user{text-overflow:ellipsis;white-space:nowrap;max-width:12rem;display:none;overflow:hidden}@media (width>=640px){.wm-header-user{display:inline}}.wm-pill-btn{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.75rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.wm-pill-btn:hover{background:var(--bg);color:var(--text)}.wm-icon-btn{border:1px solid var(--border);width:2.25rem;height:2.25rem;color:var(--muted);border-radius:8px;justify-content:center;align-items:center;text-decoration:none;transition:background .15s,color .15s;display:flex}.wm-icon-btn:hover{background:var(--bg);color:var(--text)}.wm-btn-ghost{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:background .15s,color .15s}.wm-btn-ghost:hover{background:var(--bg);color:var(--text)}.wm-page{background:var(--bg);min-height:100svh}.wm-main{flex-direction:column;gap:1rem;max-width:42rem;margin:0 auto;padding:1.5rem 1rem;display:flex}@media (width>=640px){.wm-main{padding-left:1.5rem;padding-right:1.5rem}}.pace-banner{background:#f59e0b1a;border:1px solid #d977064d;border-radius:16px;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.pace-banner-icon{margin-top:.125rem;font-size:1.125rem}.pace-banner-body{flex:1;font-size:.875rem}.pace-banner-title{color:#fcd34d;margin:0;font-weight:500}.pace-banner-text{color:#fde68acc;margin-top:.125rem}.pace-banner-dismiss{color:#fcd34db3;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:.25rem .5rem;font-size:.75rem;font-weight:500;transition:background .15s,color .15s}.pace-banner-dismiss:hover{color:#fde68a;background:#f59e0b1a}.pace-warn{color:#fbbf24}.bottle-wrap{flex-shrink:0;width:4rem;height:120px;position:relative}.bottle-neck{border:2px solid var(--border);background:var(--surface-2);border-bottom:none;border-radius:6px 6px 0 0;width:22px;height:1.25rem;position:absolute;top:0;left:50%;overflow:hidden;transform:translate(-50%)}.bottle-neck-fill{background:var(--primary);transition:height .7s ease-out;position:absolute;bottom:0;left:0;right:0}.bottle-body{border:2px solid var(--border);background:var(--surface-2);border-radius:16px;width:4rem;height:100px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.bottle-body-fill{background:var(--primary);transition:height .7s ease-out;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.bubble-pos-1{left:22%}.bubble-pos-2{left:50%}.bubble-pos-3{left:78%}.wm-icon-badge{width:2.25rem;height:2.25rem;color:var(--primary-light);background:#4f8a8b1a;border-radius:8px;justify-content:center;align-items:center;display:flex}.wm-card-header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.wm-card-header-simple{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.wm-card-header-info{align-items:center;gap:.75rem;display:flex}.wm-card-title{margin:0;font-weight:600}.wm-progress-track{background:var(--surface-2);border-radius:999px;width:100%;height:.625rem;margin-bottom:1.25rem;overflow:hidden}.wm-progress-fill{background:var(--primary);border-radius:999px;height:100%;transition:width .3s}.wm-quickadd-row{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.wm-quickadd-btn{border:1px solid var(--border);background:var(--surface-2);cursor:pointer;border-radius:8px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:border-color .15s,color .15s;display:flex}.wm-quickadd-btn:hover{color:var(--primary);border-color:#3f737566}.wm-custom-row{align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.wm-input-sm{padding:.375rem .75rem;font-size:.875rem}.wm-entry-list{flex-direction:column;display:flex}.wm-entry-list>*+*{border-top:1px solid var(--border)}.wm-entry-row{justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.wm-entry-delete{width:1.75rem;height:1.75rem;color:var(--ink-faint);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.wm-entry-delete:hover{background:var(--bg);color:var(--negative)}.wm-target-number{letter-spacing:-.025em;margin:0;font-size:2.25rem;font-weight:800}.wm-target-sub{margin-bottom:1rem}.wm-note-box{border:1px solid var(--border);background:var(--surface-2);border-radius:8px;margin-bottom:1rem;padding:.5rem .75rem}.wm-stat-list{flex-direction:column;gap:.5rem;display:flex}.wm-stat-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.wm-stat-value{font-weight:500}
