:root{--brand: #f26500;--brand-dark: #e05c00;--brand-soft: #fff0e5;--ink: #14142b;--ink-2: #4a4d5e;--muted: #5b5e6e;--placeholder: #8a8d9c;--line: #e2e3ea;--ground: #f6f7fb;--surface: #fff;--danger: #c8261b;--ok: #1f8a4c;--radius: 12px;--shadow: 0 1px 2px rgba(20, 20, 43, .06);--font: Figtree, Helvetica, Arial, sans-serif;--safe-b: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--ground);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;overscroll-behavior:none}button,input{font-family:inherit;font-size:inherit}input::placeholder{color:var(--placeholder)}button{cursor:pointer}button:focus-visible,input:focus-visible,[role=button]:focus-visible{outline:3px solid rgba(242,101,0,.45);outline-offset:2px}.shell{height:100%;display:flex;flex-direction:column;background:var(--ground)}@media(min-width:720px){body{background:var(--brand)}.shell{width:430px;height:min(100%,920px);margin:auto;border-radius:28px;overflow:hidden;box-shadow:0 30px 60px #3c140059;position:relative;top:50%;transform:translateY(-50%)}}.topbar{background:var(--brand);color:#fff;flex:none;padding-top:env(safe-area-inset-top,0px)}.topbar-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px 6px}.topbar-title{display:flex;flex-direction:column;gap:2px;min-width:0}.eyebrow{font-size:12px;font-weight:600;letter-spacing:1.5px;opacity:.85}.title{font-size:22px;font-weight:800;letter-spacing:-.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.avatar{width:40px;height:40px;border-radius:12px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;border:0;color:#fff;flex:none}.tabs{display:flex}.tab{flex:1;text-align:center;padding:16px 0 13px;font-size:14px;font-weight:600;letter-spacing:2px;background:transparent;border:0;color:#fff;opacity:.7;border-bottom:3px solid transparent}.tab[aria-selected=true]{opacity:1;border-bottom-color:#fff}.subbar{display:flex;align-items:center;gap:12px;padding:18px 16px 20px}.subbar .title{font-size:20px}.back{width:40px;height:40px;border-radius:12px;background:#ffffff2e;border:0;color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center;flex:none}.content{flex:1;overflow:auto;padding:16px 14px;display:flex;flex-direction:column;gap:14px}.content>*{flex-shrink:0}.hint{font-size:14px;color:var(--muted);padding:0 4px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.item{background:var(--surface);border-radius:var(--radius);padding:16px 6px 14px;display:flex;flex-direction:column;align-items:center;gap:6px;border:2px solid transparent;box-shadow:var(--shadow);transition:transform .12s;text-align:center}.item:active{transform:scale(.96)}.item[aria-pressed=true]{border-color:var(--brand)}.item-n{font-size:44px;font-weight:700;line-height:1;color:var(--ink)}.item-name{font-size:15px;color:var(--ink-2);line-height:1.2;min-height:36px;display:flex;align-items:center}.item-price{font-size:13px;font-weight:700}.pill{font-size:12px;font-weight:700;color:var(--brand);background:var(--brand-soft);padding:3px 8px;border-radius:99px;white-space:nowrap}.pill-lg{font-size:15px;font-weight:800;padding:6px 12px}.card{background:var(--surface);border-radius:var(--radius);padding:14px 16px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:4px}.card-title{font-size:13px;font-weight:700}.card-text{font-size:13px;color:var(--muted);line-height:1.4}.row{background:var(--surface);border-radius:var(--radius);padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px;box-shadow:var(--shadow)}.row-main{display:flex;flex-direction:column;gap:3px;min-width:0}.row-title{font-size:15px;font-weight:600}.row-sub{font-size:13px;color:var(--muted)}.row-pts{font-size:15px;font-weight:700;color:var(--brand);white-space:nowrap}.row-pts.neg{color:var(--ink-2)}.empty{text-align:center;color:var(--muted);font-size:15px;padding:60px 20px;line-height:1.5}.actions{flex:none;background:var(--surface);padding:14px 14px calc(14px + var(--safe-b));display:grid;grid-template-columns:1fr 1fr;gap:10px;box-shadow:0 -1px #14142b0f}.btn{height:52px;border:0;border-radius:10px;background:var(--brand);color:#fff;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 12px}.btn:hover{background:var(--brand-dark)}.btn:disabled{opacity:.55;cursor:default}.btn-lg{height:54px;font-size:16px;width:100%}.btn-xl{height:68px;font-size:19px;font-weight:800;letter-spacing:.2px;border-radius:14px;width:100%;box-shadow:0 6px 18px #14142b2e}.btn-ghost{background:transparent;color:var(--brand);border:2px solid var(--brand)}.btn-ghost:hover{background:var(--brand-soft)}.btn-dark{background:var(--ink)}.btn-dark:hover{background:#23234a}.field{display:flex;flex-direction:column;gap:6px}.label{font-size:14px;font-weight:700}.input{height:54px;border-radius:10px;border:2px solid var(--line);background:var(--surface);padding:0 16px;font-size:18px;color:var(--ink);outline:none;width:100%}.input.on-ground{background:var(--ground)}.input[aria-invalid=true]{border-color:var(--danger)}.error{font-size:13px;color:var(--danger);font-weight:600}.alert{border-radius:var(--radius);padding:14px 16px;display:flex;flex-direction:column;gap:4px;border-left:4px solid var(--danger);background:#fdecea;color:var(--ink)}.alert-title{font-size:15px;font-weight:800}.alert-detail{font-size:14px;color:var(--ink-2);line-height:1.4}.alert-code{font-size:11px;color:var(--muted);font-variant-numeric:tabular-nums}.alert.warn{border-left-color:#b06a00;background:#fff7e6}.link{font-size:14px;color:var(--brand);font-weight:700;background:none;border:0;padding:0;text-align:left}.segmented{display:flex;background:var(--line);border-radius:10px;padding:3px;gap:3px}.segmented button{flex:1;height:36px;border:0;border-radius:8px;background:transparent;font-weight:700;font-size:13px;color:var(--ink-2)}.segmented button[aria-pressed=true]{background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}.scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#14142b73;border:0;padding:0}.sheet{position:absolute;left:0;right:0;bottom:0;background:var(--surface);border-radius:22px 22px 0 0;padding:10px 20px calc(30px + var(--safe-b));display:flex;flex-direction:column;gap:16px;animation:up .25s ease-out;max-height:92%;overflow:auto}.grip{width:40px;height:5px;border-radius:3px;background:#dcdde3;align-self:center}.sheet-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.sheet-kicker{font-size:13px;color:var(--muted);font-weight:600;letter-spacing:1px}.sheet-title{font-size:22px;font-weight:800}.balance{background:var(--ink);color:#fff;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:14px}.balance-meta{display:flex;justify-content:space-between;font-size:13px;opacity:.75}.balance-pts{display:flex;align-items:baseline;gap:8px}.balance-pts b{font-size:48px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.balance-pts span{font-size:16px;opacity:.8}.progress{height:8px;border-radius:4px;background:#ffffff26;overflow:hidden}.progress>div{height:100%;border-radius:4px;background:var(--brand);transition:width .4s ease-out}.balance-next{font-size:14px;opacity:.85}.section-title{font-size:14px;font-weight:700}.done{flex:1;padding:40px 24px calc(32px + var(--safe-b));display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.done-badge{width:96px;height:96px;border-radius:50%;background:var(--brand-soft);display:flex;align-items:center;justify-content:center;animation:pop .35s ease-out;margin-top:30px}.done-badge>div{width:64px;height:64px;border-radius:50%;background:var(--brand);color:#fff;font-size:34px;font-weight:800;display:flex;align-items:center;justify-content:center}.done-badge.warn{background:#fff7e6}.done-badge.warn>div{background:#b06a00}.done-title{font-size:26px;font-weight:800;margin-top:8px}.done-sub{font-size:16px;color:var(--muted);line-height:1.45;text-wrap:pretty}.spacer{flex:1}.toast{position:absolute;left:16px;right:16px;top:120px;background:var(--ink);color:#fff;padding:14px 16px;border-radius:var(--radius);font-size:14px;font-weight:600;animation:pop .2s ease-out;z-index:5}.login{flex:1;background:var(--brand);color:#fff;display:flex;flex-direction:column;justify-content:center;gap:24px;padding:32px 24px calc(32px + var(--safe-b));position:relative;overflow:hidden}.login h1{margin:0;font-weight:800;font-size:34px;line-height:1.15;letter-spacing:-.5px;text-wrap:balance;position:relative}.login .card{color:var(--ink);gap:14px;padding:20px;position:relative}.ring{position:absolute;border-radius:50%;pointer-events:none}.ring.a{left:-160px;top:-120px;width:320px;height:320px;border:14px solid rgba(255,255,255,.45)}.ring.b{right:-120px;bottom:-60px;width:260px;height:260px;border:12px solid rgba(255,200,0,.35)}.note{font-size:12px;opacity:.85}@keyframes up{0%{transform:translateY(100%)}to{transform:none}}@keyframes pop{0%{transform:scale(.6);opacity:0}to{transform:none;opacity:1}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
