:root{--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f0f2f5;--surface-3: #e6e9ee;--line: #dfe3e9;--line-strong: #c7cdd6;--text: #11161d;--text-2: #5b6572;--text-3: #8a93a0;--brand: #4b34d9;--brand-ink: #ffffff;--brand-soft: #ece9fd;--brand-strong: #3a27ab;--ok: #0f9d58;--ok-soft: #e2f5eb;--warn: #c77700;--warn-soft: #fdf0dc;--danger: #d1343f;--danger-soft: #fce9ea;--info: #1a72c4;--info-soft: #e4f0fb;--muted-soft: #eceef2;--shadow-1: 0 1px 2px rgba(16, 22, 29, .06), 0 1px 3px rgba(16, 22, 29, .08);--shadow-2: 0 4px 12px rgba(16, 22, 29, .1);--shadow-3: 0 12px 32px rgba(16, 22, 29, .16);--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 22px;--r-full: 999px;--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 20px;--sp-6: 24px;--sp-8: 32px;--nav-h: 60px;--top-h: 56px;--tap: 44px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans Telugu", "Noto Sans Arabic", sans-serif;--font-num: "SF Mono", ui-monospace, "Cascadia Mono", Menlo, Consolas, monospace}:root[data-theme=dark],:root[data-theme=system].sys-dark{--bg: #0d1016;--surface: #161a22;--surface-2: #1e232d;--surface-3: #272d39;--line: #2a3140;--line-strong: #3a4354;--text: #eef1f6;--text-2: #a3adbb;--text-3: #737f8f;--brand: #8b7bf7;--brand-ink: #14101f;--brand-soft: #241f45;--brand-strong: #a294ff;--ok: #34c77b;--ok-soft: #14301f;--warn: #e8a33d;--warn-soft: #33260f;--danger: #f2646f;--danger-soft: #3a1418;--info: #4ea3ef;--info-soft: #10283c;--muted-soft: #232935;--shadow-1: 0 1px 2px rgba(0, 0, 0, .4);--shadow-2: 0 4px 14px rgba(0, 0, 0, .5);--shadow-3: 0 14px 36px rgba(0, 0, 0, .6)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);font-size:15px;line-height:1.45;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none}h1,h2,h3,h4{margin:0;font-weight:650;line-height:1.25;letter-spacing:-.01em}h1{font-size:22px}h2{font-size:18px}h3{font-size:16px}p{margin:0}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}a{color:var(--brand);text-decoration:none}.app{display:flex;flex-direction:column;min-height:100%;min-height:100dvh;background:var(--bg)}.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:var(--sp-2);min-height:var(--top-h);padding:var(--sp-2) var(--sp-4);padding-top:max(var(--sp-2),env(safe-area-inset-top));background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:saturate(1.6) blur(12px);border-bottom:1px solid var(--line)}.topbar__title{flex:1;min-width:0}.topbar__title h1{font-size:19px}.topbar__sub{font-size:12px;color:var(--text-2)}.main{flex:1;padding:var(--sp-4);padding-bottom:calc(var(--nav-h) + env(safe-area-inset-bottom) + var(--sp-8));max-width:720px;width:100%;margin-inline:auto}@media (min-width: 900px){.main{max-width:1040px;padding:var(--sp-6)}.grid-2\@lg{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp-4);align-items:start}}.bottomnav{position:fixed;inset-inline:0;bottom:0;z-index:40;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:saturate(1.6) blur(14px);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}.bottomnav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:var(--nav-h);border:0;background:none;color:var(--text-3);font-size:10.5px;font-weight:600;padding:6px 2px;position:relative}.bottomnav__item[aria-current=page]{color:var(--brand)}.bottomnav__item[aria-current=page]:before{content:"";position:absolute;top:0;inline-size:26px;block-size:3px;border-radius:0 0 3px 3px;background:var(--brand)}.bottomnav__badge{position:absolute;top:6px;inset-inline-start:50%;margin-inline-start:6px;min-inline-size:16px;padding:0 4px;border-radius:var(--r-full);background:var(--danger);color:#fff;font-size:9.5px;line-height:16px;font-weight:700}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-1)}.card--pad{padding:var(--sp-4)}.card--flat{box-shadow:none}.section{margin-block-end:var(--sp-5)}.section__head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--sp-3);margin-block-end:var(--sp-3)}.section__head h2{font-size:15px;letter-spacing:.01em;text-transform:none}.section__link{font-size:13px;font-weight:600;background:none;border:0;color:var(--brand);padding:0}.stack{display:flex;flex-direction:column;gap:var(--sp-3)}.stack--sm{gap:var(--sp-2)}.row{display:flex;align-items:center;gap:var(--sp-3)}.row--between{justify-content:space-between}.row--wrap{flex-wrap:wrap}.spacer{flex:1}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--sp-3)}@media (min-width: 560px){.stats{grid-template-columns:repeat(4,1fr)}}.stat{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);padding:var(--sp-3);text-align:start;display:block;inline-size:100%}.stat__label{font-size:11.5px;color:var(--text-2);font-weight:600}.stat__value{font-size:24px;font-weight:700;letter-spacing:-.02em;margin-block-start:2px}.stat__value--sm{font-size:19px}.stat--ok .stat__value{color:var(--ok)}.stat--warn .stat__value{color:var(--warn)}.stat--danger .stat__value{color:var(--danger)}.stat--brand .stat__value{color:var(--brand)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--sp-2);min-height:var(--tap);padding:0 var(--sp-4);border-radius:var(--r-md);border:1px solid transparent;background:var(--surface-2);color:var(--text);font-weight:600;font-size:14.5px;transition:transform .06s ease,background .15s ease,opacity .15s ease}.btn:active{transform:scale(.975)}.btn:disabled{opacity:.45;pointer-events:none}.btn--primary{background:var(--brand);color:var(--brand-ink)}.btn--ghost{background:transparent;border-color:var(--line-strong)}.btn--quiet{background:transparent;color:var(--text-2)}.btn--danger{background:var(--danger-soft);color:var(--danger)}.btn--ok{background:var(--ok-soft);color:var(--ok)}.btn--block{inline-size:100%}.btn--sm{min-height:34px;padding:0 var(--sp-3);font-size:13px;border-radius:var(--r-sm)}.btn--icon{padding:0;inline-size:var(--tap)}.fab{position:fixed;inset-inline-end:var(--sp-4);bottom:calc(var(--nav-h) + env(safe-area-inset-bottom) + var(--sp-4));z-index:35;inline-size:54px;block-size:54px;border-radius:var(--r-full);border:0;background:var(--brand);color:var(--brand-ink);box-shadow:var(--shadow-3);display:grid;place-items:center}.fab:active{transform:scale(.94)}.field{display:block}.field__label{display:block;font-size:12.5px;font-weight:600;color:var(--text-2);margin-block-end:5px}.field__hint{font-size:12px;color:var(--text-3);margin-block-start:5px}.field__error{font-size:12px;color:var(--danger);margin-block-start:5px;font-weight:600}.input,.select,.textarea{inline-size:100%;min-height:var(--tap);padding:10px var(--sp-3);border-radius:var(--r-md);border:1px solid var(--line-strong);background:var(--surface);color:var(--text);font-size:16px;outline:none}.input:focus,.select:focus,.textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 20%,transparent)}.input::placeholder,.textarea::placeholder{color:var(--text-3)}.textarea{min-height:84px;resize:vertical;line-height:1.45}.select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--text-2) 50%),linear-gradient(135deg,var(--text-2) 50%,transparent 50%);background-size:6px 6px,6px 6px;background-position:right 16px center,right 10px center;background-repeat:no-repeat;padding-inline-end:34px}:root[dir=rtl] .select{background-position:left 10px center,left 16px center}.search{position:relative;display:flex;align-items:center}.search .input{padding-inline-start:40px}.search__icon{position:absolute;inset-inline-start:12px;color:var(--text-3);pointer-events:none;display:grid}.segmented{display:flex;gap:2px;padding:3px;background:var(--surface-2);border-radius:var(--r-md);overflow-x:auto;scrollbar-width:none}.segmented::-webkit-scrollbar{display:none}.segmented__btn{flex:1 0 auto;min-height:36px;padding:0 var(--sp-3);border:0;border-radius:9px;background:transparent;color:var(--text-2);font-size:13.5px;font-weight:600;white-space:nowrap}.segmented__btn[aria-pressed=true]{background:var(--surface);color:var(--text);box-shadow:var(--shadow-1)}.chips{display:flex;gap:var(--sp-2);flex-wrap:wrap}.chip{min-height:34px;padding:0 var(--sp-3);border-radius:var(--r-full);border:1px solid var(--line-strong);background:var(--surface);color:var(--text-2);font-size:13px;font-weight:600}.chip[aria-pressed=true]{background:var(--brand-soft);border-color:var(--brand);color:var(--brand)}.switch{display:flex;align-items:center;gap:var(--sp-3);min-height:var(--tap)}.switch input{inline-size:20px;block-size:20px;accent-color:var(--brand)}.list{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}.list__item{display:flex;align-items:center;gap:var(--sp-3);inline-size:100%;padding:var(--sp-3) var(--sp-4);border:0;border-block-end:1px solid var(--line);background:var(--surface);color:inherit;text-align:start;min-height:62px}.list__item:last-child{border-block-end:0}.list__item:active{background:var(--surface-2)}.list__body{flex:1;min-width:0}.list__title{font-weight:600;font-size:14.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list__meta{font-size:12.5px;color:var(--text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list__end{text-align:end;flex-shrink:0}.list__amount{font-weight:700;font-size:14px;font-variant-numeric:tabular-nums}.avatar{inline-size:40px;block-size:40px;border-radius:var(--r-full);display:grid;place-items:center;font-size:13.5px;font-weight:700;color:#fff;flex-shrink:0;object-fit:cover;overflow:hidden}.avatar--lg{inline-size:64px;block-size:64px;font-size:21px}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:var(--r-full);font-size:11.5px;font-weight:700;white-space:nowrap;background:var(--muted-soft);color:var(--text-2)}.badge--active{background:var(--ok-soft);color:var(--ok)}.badge--expiring{background:var(--warn-soft);color:var(--warn)}.badge--expired{background:var(--danger-soft);color:var(--danger)}.badge--frozen{background:var(--info-soft);color:var(--info)}.badge--cancelled{background:var(--muted-soft);color:var(--text-3)}.badge--brand{background:var(--brand-soft);color:var(--brand)}.badge--dot:before{content:"";inline-size:6px;block-size:6px;border-radius:var(--r-full);background:currentColor}.scrim{position:fixed;inset:0;z-index:50;background:rgba(8,11,16,.5);backdrop-filter:blur(2px);animation:fade .15s ease}@keyframes fade{0%{opacity:0}}.sheet{position:fixed;inset-inline:0;bottom:0;z-index:51;max-height:92dvh;display:flex;flex-direction:column;background:var(--surface);border-radius:var(--r-xl) var(--r-xl) 0 0;box-shadow:var(--shadow-3);animation:rise .22s cubic-bezier(.2,.9,.3,1)}@keyframes rise{0%{transform:translateY(14px);opacity:.4}}@media (min-width: 720px){.sheet{inset:50% auto auto 50%;transform:translate(-50%,-50%);inline-size:min(560px,calc(100vw - 48px));border-radius:var(--r-xl);animation:pop .18s ease}@keyframes pop{0%{transform:translate(-50%,-48%);opacity:0}}}.sheet__head{display:flex;align-items:center;gap:var(--sp-3);padding:var(--sp-4);border-block-end:1px solid var(--line)}.sheet__head h2{flex:1;font-size:17px}.sheet__body{padding:var(--sp-4);overflow-y:auto;-webkit-overflow-scrolling:touch}.sheet__foot{display:flex;gap:var(--sp-3);padding:var(--sp-4);padding-bottom:max(var(--sp-4),env(safe-area-inset-bottom));border-block-start:1px solid var(--line)}.sheet__foot .btn{flex:1}.sheet__grab{inline-size:36px;block-size:4px;border-radius:var(--r-full);background:var(--line-strong);margin:8px auto 0}@media (min-width: 720px){.sheet__grab{display:none}}.empty{text-align:center;padding:var(--sp-8) var(--sp-4);color:var(--text-2)}.empty__icon{inline-size:56px;block-size:56px;margin:0 auto var(--sp-3);border-radius:var(--r-full);background:var(--surface-2);display:grid;place-items:center;color:var(--text-3)}.empty h3{color:var(--text);margin-block-end:4px}.empty p{font-size:13.5px;max-inline-size:34ch;margin-inline:auto}.bars{display:flex;align-items:flex-end;gap:6px;block-size:132px;padding-block-start:var(--sp-3)}.bars__col{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}.bars__bar{inline-size:100%;max-inline-size:34px;border-radius:5px 5px 2px 2px;background:var(--brand);min-block-size:3px;transition:height .3s ease}.bars__bar--soft{background:var(--brand-soft)}.bars__cap{font-size:10.5px;color:var(--text-3);font-weight:600}.meter{block-size:8px;border-radius:var(--r-full);background:var(--surface-3);overflow:hidden}.meter__fill{block-size:100%;border-radius:var(--r-full);background:var(--brand)}.spark{display:flex;align-items:flex-end;gap:3px;block-size:34px}.spark__bar{flex:1;background:var(--brand-soft);border-radius:2px;min-block-size:2px}.spark__bar--peak{background:var(--brand)}.receipt{font-size:13.5px}.receipt__row{display:flex;justify-content:space-between;gap:var(--sp-3);padding:5px 0}.receipt__row--total{border-block-start:1px solid var(--line);font-weight:700;margin-block-start:5px;padding-block-start:9px}.receipt__num{font-family:var(--font-num);font-variant-numeric:tabular-nums}@media print{.topbar,.bottomnav,.fab,.sheet__foot,.no-print{display:none!important}body,.app,.main{background:#fff;color:#000}.sheet{position:static;max-height:none;box-shadow:none;transform:none;inline-size:auto}.scrim{display:none}}.toasts{position:fixed;inset-inline:0;bottom:calc(var(--nav-h) + env(safe-area-inset-bottom) + var(--sp-3));z-index:60;display:flex;flex-direction:column;align-items:center;gap:var(--sp-2);pointer-events:none;padding-inline:var(--sp-4)}.toast{pointer-events:auto;display:flex;align-items:center;gap:var(--sp-3);max-inline-size:460px;inline-size:100%;padding:var(--sp-3) var(--sp-4);border-radius:var(--r-md);background:var(--text);color:var(--bg);font-size:13.5px;font-weight:600;box-shadow:var(--shadow-3);animation:rise .2s ease}.toast__action{background:none;border:0;color:var(--brand-strong);font-weight:700;padding:0;flex-shrink:0}:root[data-theme=dark] .toast__action,:root.sys-dark .toast__action{color:var(--brand)}.t-2{color:var(--text-2)}.t-3{color:var(--text-3)}.t-sm{font-size:13px}.t-xs{font-size:12px}.t-num{font-variant-numeric:tabular-nums}.t-bold{font-weight:700}.t-ok{color:var(--ok)}.t-warn{color:var(--warn)}.t-danger{color:var(--danger)}.t-center{text-align:center}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mt-2{margin-block-start:var(--sp-2)}.mt-3{margin-block-start:var(--sp-3)}.mt-4{margin-block-start:var(--sp-4)}.mb-3{margin-block-end:var(--sp-3)}.hidden{display:none}.sr-only{position:absolute;inline-size:1px;block-size:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.divider{block-size:1px;background:var(--line);margin-block:var(--sp-3)}:root[dir=rtl] .flip{transform:scaleX(-1)}:root[dir=rtl] .list__item>svg:last-child,:root[dir=rtl] .btn>svg:only-child{transform:none}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
