:root{--primary:#38b6f0;--primary-deep:#63c6f4;--primary-tint:#143349;--on-brand:#07131c;--text:#e9f0f7;--text-secondary:#a6b5c6;--muted:#7f90a4;--money-in:#46d48a;--money-in-tint:#102e20;--bg:#0e1620;--surface:#16212e;--surface-2:#1c2734;--border:#2a3746;--divider:#212c3a;--pressed:#1c2734;--dim:#3b4b5d;--disabled:#263241;--disabled-ink:#5c6b7c;--success:#34d399;--error:#fb7185;--warning:#fbbf24;--success-tint:#34d39924;--warning-tint:#f59e0b29;--error-tint:#fb718524;--radius-key:12px;--radius-btn:13px;--radius-card:16px;--shadow-card:0 2px 10px -6px #000000b3;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--tabbar-h:64px;--page-max:480px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=light]{--primary:#1f9fe0;--primary-deep:#1b8dc8;--primary-tint:#e2edf6;--on-brand:#fff;--text:#12283f;--text-secondary:#54657c;--muted:#8494a6;--money-in:#137a45;--money-in-tint:#e4f6ec;--bg:#f3f7fb;--surface:#fff;--surface-2:#f3f7fb;--border:#dee7ef;--divider:#edf1f5;--pressed:#e9eff5;--dim:#c3cfda;--disabled:#c9d6e1;--disabled-ink:#8a99ab;--success:#137a45;--error:#c0392b;--warning:#b7791f;--success-tint:#137a451f;--warning-tint:#b7791f24;--error-tint:#c0392b1f;--shadow-card:0 2px 10px -6px #12283f40;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;height:100%}body{background:var(--bg);min-height:100%;color:var(--text);font:16px/1.45 var(--font);-webkit-font-smoothing:antialiased;overscroll-behavior-y:none;margin:0}[hidden]{display:none!important}h1,h2,h3,p{margin:0}h1{letter-spacing:-.01em;font-size:1.5rem;font-weight:700}h2{font-size:1.125rem;font-weight:600}a{color:var(--primary)}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.app{max-width:var(--page-max);flex-direction:column;min-height:100dvh;margin:0 auto;display:flex}.topbar{padding:max(12px, env(safe-area-inset-top)) 16px 8px;align-items:center;gap:12px;min-height:52px;display:flex}.topbar h1{flex:1;font-size:1.25rem}.banner{background:var(--warning-tint);color:var(--text);text-align:center;padding:6px 12px;font-size:.8125rem}.page{padding:8px 16px calc(var(--tabbar-h) + env(safe-area-inset-bottom) + 16px);flex-direction:column;flex:1;gap:16px;display:flex}.page.centered{text-align:center;justify-content:center;align-items:stretch}.tabbar{max-width:var(--page-max);height:calc(var(--tabbar-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--divider);grid-auto-columns:1fr;grid-auto-flow:column;margin:0 auto;display:grid;position:fixed;bottom:0;left:0;right:0}.tab{color:var(--muted);background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:6px 2px;font-size:.6875rem;text-decoration:none;display:flex}.tab svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.tab.active{color:var(--primary)}.stack{flex-direction:column;gap:12px;display:flex}.row{align-items:center;gap:12px;display:flex}.row .grow{flex:1;min-width:0}.card{background:var(--surface);border:1px solid var(--divider);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:16px}.list{background:var(--surface);border:1px solid var(--divider);border-radius:var(--radius-card);flex-direction:column;display:flex;overflow:hidden}.list-row{border-top:1px solid var(--divider);align-items:center;gap:12px;min-height:56px;padding:12px 16px;display:flex}.list-row:first-child{border-top:0}.list-row .grow{flex:1;min-width:0}.label{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:.75rem}.hint{color:var(--text-secondary);font-size:.875rem}.error-text{color:var(--error);font-size:.875rem}.muted{color:var(--muted)}.mono{font-family:var(--font-mono);word-break:break-all;font-size:.875rem}.figures{font-variant-numeric:tabular-nums}.money-in{color:var(--money-in)}.divider{background:var(--divider);height:1px}.btn{border-radius:var(--radius-btn);background:var(--surface-2);min-height:48px;color:var(--text);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-weight:600;transition:background-color .12s;display:inline-flex}.btn:active{background:var(--pressed)}.btn:disabled{background:var(--disabled);color:var(--disabled-ink);cursor:not-allowed}.btn-primary{background:var(--primary);color:var(--on-brand)}.btn-primary:active{background:var(--primary-deep)}.btn-secondary{border-color:var(--border);background:0 0}.btn-ghost{min-height:40px;color:var(--primary);background:0 0;padding:0 12px;font-weight:500}.btn-danger{background:var(--error-tint);color:var(--error)}.btn-block{width:100%}.btn-icon{background:0 0;border-radius:50%;min-width:40px;min-height:40px;padding:0}.btn svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.field{flex-direction:column;gap:6px;display:flex}.input,textarea.input{border-radius:var(--radius-btn);border:1px solid var(--border);background:var(--surface);width:100%;min-height:48px;color:var(--text);padding:10px 14px}.input:focus{border-color:var(--primary);outline:none}textarea.input{resize:vertical;min-height:96px;font-family:var(--font-mono)}select.input{appearance:auto}.segmented{background:var(--surface-2);border-radius:var(--radius-btn);gap:3px;padding:3px;display:flex}.segmented button{min-height:38px;color:var(--text-secondary);background:0 0;border:0;border-radius:10px;flex:1;font-weight:600}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-card)}.switch{appearance:none;background:var(--border);border-radius:13px;flex:none;width:44px;height:26px;transition:background-color .12s;position:relative}.switch:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .12s;position:absolute;top:3px;left:3px}.switch:checked{background:var(--primary)}.switch:checked:after{transform:translate(18px)}.amount-display{text-align:center;padding:12px 0}.amount-figure{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:2.75rem;font-weight:700;line-height:1.1}.amount-figure .dim{color:var(--dim)}.amount-unit{color:var(--text-secondary);margin-left:6px;font-size:1rem;font-weight:600}.amount-sub{color:var(--text-secondary);font-variant-numeric:tabular-nums;margin-top:4px}.numpad{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.key{border-radius:var(--radius-key);background:var(--surface);min-height:56px;color:var(--text);font-variant-numeric:tabular-nums;box-shadow:var(--shadow-card);border:0;font-size:1.5rem;font-weight:500}.key:active{background:var(--pressed)}.key svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:26px;height:26px}.qr{border-radius:var(--radius-card);background:#fff;justify-content:center;padding:16px;display:flex}.qr svg{width:min(70vw,280px);height:auto}.addr{font-family:var(--font-mono);word-break:break-all;color:var(--text-secondary);font-size:.8125rem}.badge{background:var(--surface-2);color:var(--text-secondary);border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-ok{background:var(--success-tint);color:var(--success)}.badge-warn{background:var(--warning-tint);color:var(--warning)}.badge-err{background:var(--error-tint);color:var(--error)}.badge-info{background:var(--primary-tint);color:var(--primary)}.avatar{background:var(--surface-2);width:36px;height:36px;color:var(--text-secondary);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.avatar.in{background:var(--money-in-tint);color:var(--money-in)}.avatar svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.spinner{border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;flex:none;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.toasts{left:0;right:0;bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom) + 12px);pointer-events:none;z-index:10;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed}.toast{max-width:min(92vw, var(--page-max));border-radius:var(--radius-btn);background:var(--text);color:var(--bg);box-shadow:var(--shadow-card);padding:10px 16px;font-size:.875rem}.toast-error{background:var(--error);color:#fff}.camera{aspect-ratio:1;border-radius:var(--radius-card);background:#000;width:100%;position:relative;overflow:hidden}.camera video{object-fit:cover;width:100%;height:100%}.camera .frame{pointer-events:none;border:2px solid #ffffffd9;border-radius:16px;position:absolute;inset:12%}.words{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.word{background:var(--surface-2);font-family:var(--font-mono);border-radius:10px;align-items:baseline;gap:6px;padding:8px 10px;font-size:.9375rem;display:flex}.word .n{color:var(--muted);min-width:1.4em;font-size:.75rem}.boot-failure{white-space:pre-wrap;text-align:left}.page.home{--activity-panel:color-mix(in srgb, var(--text) 4%, var(--bg));gap:0;padding-bottom:0;padding-left:0;padding-right:0}.home-header,.home-help,.balance-block,.home-actions{margin-left:16px;margin-right:16px}.home-header{justify-content:space-between;align-items:center;gap:12px;padding-top:10px;display:flex}.wordmark{letter-spacing:.01em;color:var(--text);margin:0;font-size:1.125rem;font-weight:700}.wordmark-iro{color:var(--primary)}.btn-help{background:var(--primary-tint);width:30px;min-width:30px;height:30px;color:var(--primary);border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.btn-help:after{content:"";position:absolute;inset:-7px}.btn-help:active{background:var(--pressed)}.btn-help svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.home-help{background:var(--surface);border:1px solid var(--divider);border-radius:var(--radius-card);box-shadow:var(--shadow-card);margin-top:10px;padding:14px 16px}.home-help-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.home-help-close{min-width:36px;min-height:36px;color:var(--muted);background:0 0;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;display:flex}.home-help-close svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.home-help-row{border-top:1px solid var(--divider);color:var(--text-secondary);align-items:center;gap:10px;margin-top:12px;padding-top:12px;font-size:.9375rem;display:flex}.home-help-row .grow{flex:1;min-width:0}.home-help-label+.home-help-row,.home-help-row+.home-help-row{border-top:0;margin-top:6px;padding-top:0}.home-help-section{border-top:1px solid var(--divider);margin:16px 0 0;padding-top:12px;font-size:1rem;font-weight:700}.home-help-label{margin:12px 0 0}.balance-block{margin-top:18px;padding:12px 4px 0}.balance-hero-row{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.balance-hero{flex-wrap:wrap;align-items:baseline;gap:7px;display:flex}.bal-fig{letter-spacing:-.025em;color:var(--text);font-size:2.375rem;font-weight:700;line-height:1}.bal-ccy{color:var(--text-secondary);font-size:.9375rem;font-weight:500;line-height:1}.balance-local{min-height:1.35em;color:var(--muted);font-variant-numeric:tabular-nums;margin-top:8px;font-size:.8125rem;line-height:1.35}.balance-local-retry{text-align:left;width:auto;color:var(--warning);background:0 0;border:0;padding:0;font-weight:600;display:block}.bal-retry{border:1px solid var(--border);background:var(--surface);width:28px;height:28px;color:var(--warning);border-radius:9px;flex:none;justify-content:center;align-self:flex-end;align-items:center;margin-bottom:4px;padding:0;display:inline-flex}.bal-retry svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.shimmer{opacity:.55;animation:1.2s ease-in-out infinite home-shimmer}@keyframes home-shimmer{50%{opacity:.85}}.home-actions{gap:10px;margin-top:14px;display:flex}.btn-action{border-radius:var(--radius-btn);background:var(--primary);min-width:0;min-height:52px;color:var(--on-brand);box-shadow:var(--shadow-card);border:0;flex:1;justify-content:center;align-items:center;gap:9px;padding:14px 8px;font-size:1rem;font-weight:600;line-height:1.2;display:flex}.btn-action:active{background:var(--primary-deep)}.btn-action:disabled{background:var(--disabled);color:var(--disabled-ink);box-shadow:none}.btn-action svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:18px;height:18px}.activity-section{padding:18px 16px calc(var(--tabbar-h) + env(safe-area-inset-bottom) + 24px);background:var(--activity-panel);border-top:1px solid var(--divider);border-radius:var(--radius-card) var(--radius-card) 0 0;flex:1;margin-top:18px}.act-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.act-heading{color:var(--text);min-width:0;font-size:.875rem;font-weight:600;line-height:1.35}.act-heading-filter{color:var(--primary);font-weight:500}.act-tools{flex:none;gap:6px;display:flex}.btn-tool{background:var(--surface);border:1px solid var(--border);width:30px;min-width:30px;height:30px;color:var(--text-secondary);border-radius:9px;flex:none;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.btn-tool:after{content:"";position:absolute;inset:-7px}.btn-tool:active{background:var(--pressed)}.btn-tool.is-active{color:var(--primary);border-color:var(--primary)}.btn-tool:disabled{color:var(--disabled-ink);background:var(--disabled);border-color:var(--border);cursor:not-allowed}.btn-tool:disabled:after{inset:0}.btn-tool svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.search-bar{margin-bottom:10px}.input-wrap{align-items:center;display:flex;position:relative}.search-bar .input{min-height:44px;padding-left:38px;padding-right:44px}.input-leading{color:var(--muted);pointer-events:none;align-items:center;display:flex;position:absolute;left:12px}.input-leading svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.input-chip{min-width:32px;min-height:32px;color:var(--muted);background:0 0;border:0;border-radius:8px;padding:0 10px;font-size:1.25rem;line-height:1;position:absolute;right:6px}.input-chip:active{background:var(--pressed)}.act-card{background:var(--surface);border:1px solid var(--divider);border-radius:var(--radius-card);box-shadow:var(--shadow-card);overflow:hidden}.act-row{border-top:1px solid var(--divider);flex-wrap:wrap;align-items:center;gap:0 11px;min-height:56px;padding:14px 16px;display:flex}.act-card>.act-row:first-child{border-top:0}.act-avatar{background:var(--surface-2);width:30px;min-width:30px;height:30px;color:var(--text-secondary);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.8125rem;font-weight:500;line-height:1;display:flex}.act-avatar.in{background:var(--money-in-tint);color:var(--money-in)}.act-what{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.act-what.grow{flex:1}.act-title{color:var(--text);overflow-wrap:anywhere;font-size:.875rem;font-weight:500;line-height:1.35}.act-amount{white-space:nowrap;flex:none;font-size:.9375rem;font-weight:500;line-height:1}.act-amount-void{color:var(--muted);text-decoration:line-through}.act-failed{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.act-explorer{min-width:36px;min-height:36px;color:var(--muted);flex:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.act-explorer svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.act-empty{text-align:center;color:var(--text-secondary);padding:32px 16px;font-size:.9rem}.act-empty svg{opacity:.3;fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:48px;height:48px;margin-bottom:8px}.page.onboarding{padding-bottom:max(16px, env(safe-area-inset-bottom));justify-content:center;gap:24px}.onboarding-corrupt{background:var(--error-tint);border-radius:var(--radius-btn);padding:10px 14px}.onboarding-welcome{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:32px;display:flex;position:relative;overflow:hidden}.onboarding-halo{background:radial-gradient(circle, var(--primary-tint) 0%, transparent 70%);pointer-events:none;z-index:0;border-radius:50%;width:340px;height:340px;position:absolute;top:8dvh;left:50%;transform:translate(-50%)}.onboarding-brand{z-index:1;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:340px;display:flex;position:relative}.onboarding-badge{background:var(--primary-tint);border:2px solid var(--primary);width:96px;height:96px;color:var(--primary);box-shadow:var(--shadow-card);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.onboarding-badge svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:44px;height:44px}.onboarding-badge-small{width:80px;height:80px}.onboarding-badge-small svg{width:40px;height:40px}.onboarding-wordmark{letter-spacing:-.035em;-webkit-text-stroke:1.5px currentColor;paint-order:stroke fill;font-size:2.75rem;font-weight:800;line-height:1}.onboarding-wordmark-iro{color:var(--primary)}.onboarding-tagline{max-width:280px;color:var(--text-secondary);font-size:1rem;line-height:1.5}.onboarding-tagline-2{color:var(--text);font-weight:500}.onboarding-actions{z-index:1;flex-direction:column;gap:14px;width:100%;max-width:340px;display:flex;position:relative}.onboarding-legal{z-index:1;color:var(--text-secondary);justify-content:center;align-items:center;gap:16px;padding:0 24px;font-size:.7rem;display:flex;position:absolute;bottom:0;left:0;right:0}.onboarding-legal-link+.onboarding-legal-link:before{content:"·";opacity:.4;margin-right:16px}.onboarding-step{text-align:center;align-items:center;gap:16px}.onboarding-options{gap:12px;width:100%;max-width:320px}.onboarding-unavailable{margin-top:-4px;font-size:.8rem;line-height:1.4}.onboarding-restore textarea.input{min-height:88px}.onboarding-restore-actions{gap:12px;display:flex}.onboarding-restore-actions .btn{flex:1}.onboarding-busy{text-align:center;align-items:center;gap:12px}.page.pay-page{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}.pay-head-spacer{flex:none;width:40px}.pay-scan{flex-direction:column;gap:12px;display:flex}.scanner-halo{pointer-events:none;background:radial-gradient(circle,#0000 45%,#00000073 100%);position:absolute;inset:0}.scanner-corner{border:3px solid var(--primary);pointer-events:none;width:28px;height:28px;position:absolute}.scanner-corner.tl{border-bottom:0;border-right:0;border-top-left-radius:12px;top:10%;left:10%}.scanner-corner.tr{border-bottom:0;border-left:0;border-top-right-radius:12px;top:10%;right:10%}.scanner-corner.bl{border-top:0;border-right:0;border-bottom-left-radius:12px;bottom:10%;left:10%}.scanner-corner.br{border-top:0;border-left:0;border-bottom-right-radius:12px;bottom:10%;right:10%}.scanner-scan-line{background:var(--primary);opacity:.85;pointer-events:none;height:2px;animation:2.4s ease-in-out infinite pay-scan-sweep;position:absolute;left:12%;right:12%}@keyframes pay-scan-sweep{0%,to{top:14%}50%{top:84%}}.scanner-hint{text-align:center;opacity:.85}.pay-paste{width:100%;max-width:320px;margin:0 auto}.pay-paste .input{font-family:var(--font-mono);font-size:.875rem}.input-wrap{align-items:center;width:100%;display:flex;position:relative}.input-wrap .input{padding-right:56px}.input-chip{background:var(--primary);min-width:36px;min-height:36px;color:var(--on-brand);border:0;border-radius:10px;justify-content:center;align-items:center;padding:0 10px;font-size:.8125rem;font-weight:600;display:inline-flex;position:absolute;right:6px}.input-chip:disabled{background:var(--disabled);color:var(--disabled-ink)}.input-chip svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;transform:scaleX(-1)}.pay-hero{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.avatar.pay-avatar{background:var(--primary-tint);width:64px;height:64px;color:var(--primary)}.avatar.pay-avatar svg{width:28px;height:28px}.pay-avatar-ghost{visibility:hidden}.pay-name{overflow-wrap:anywhere;font-size:1.3rem;font-weight:700}.pay-hero .addr{max-width:320px}.pay-amount-main{letter-spacing:-.02em;margin-top:4px;font-size:2.5rem;font-weight:700;line-height:1.1}.pay-amount-sub{color:var(--text-secondary);margin-top:4px}.pay-balance{opacity:.7;font-size:.75rem}.pay-banner{background:var(--primary-tint);border:1px solid var(--border);border-radius:var(--radius-card);color:var(--text-secondary);padding:10px 14px;font-size:.875rem}.pay-amount-input{text-align:center;padding-left:60px;padding-right:60px;font-size:1.6rem}.pay-max{text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.pay-fee-line{text-align:center;opacity:.85}.pay-local{font-variant-numeric:tabular-nums}.pay-total{font-size:1.125rem;font-weight:700}.pay-actions{flex-direction:column;gap:12px;width:100%;max-width:320px;margin:0 auto;display:flex}.tip-picker{flex-direction:column;gap:8px;display:flex}.tip-pills{flex-wrap:wrap;gap:8px;display:flex}.tip-pill{border:1px solid var(--border);background:var(--surface-2);min-height:36px;color:var(--text-secondary);border-radius:9999px;flex:auto;padding:0 16px;font-size:.85rem;font-weight:600}.tip-pill.active{background:var(--primary);border-color:var(--primary);color:var(--on-brand)}.tip-pill:disabled{background:var(--disabled);color:var(--disabled-ink)}.tip-custom{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-2);flex-direction:column;gap:8px;padding:12px;display:flex}.tip-custom .input{text-align:center}.tip-custom-actions{gap:8px;display:flex}.tip-custom-actions .btn{flex:1}.tip-included{text-align:center}.pay-progress{color:var(--text-secondary);text-align:center;flex-direction:column;align-items:center;gap:12px;padding:32px 0;display:flex}.pay-end{text-align:center;align-items:stretch;padding-top:16px}.pay-end .amount-figure{margin:8px 0}.pay-result-icon{background:var(--money-in-tint);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:8px auto 0;display:flex}.pay-result-icon svg{fill:none;stroke:currentColor;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:32px;height:32px}.pay-result-failed{background:var(--error-tint);color:var(--error)}.pay-secured{text-transform:uppercase;letter-spacing:.08em;align-self:center;font-size:.625rem}.receive-entry{gap:12px}.collect-header{justify-content:space-between;align-items:center;gap:10px;min-height:44px;display:flex}.collect-cancel{font:inherit;color:var(--text-secondary);background:0 0;border:0;padding:0;font-size:.875rem}.collect-title{font-size:1.125rem;font-weight:700}.ccy-switch{flex:none}.ccy-switch button{flex:none;min-height:32px;padding:0 12px;font-size:.8125rem}.ccy-switch button:disabled{color:var(--disabled-ink);cursor:not-allowed}.amount-card{background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card);flex-direction:column;align-items:center;gap:6px;padding:20px 16px 16px;display:flex}.amount-tap{color:var(--text);font:inherit;letter-spacing:-.02em;font-variant-numeric:tabular-nums;text-align:center;background:0 0;border:0;padding:0;font-size:2.75rem;font-weight:700;line-height:1.1}.amount-ink{white-space:nowrap}.amount-estimate{font-size:.9375rem}.amount-ref{justify-content:center;width:100%;min-height:22px;display:flex}.ref-add{font:inherit;color:var(--primary);background:0 0;border:0;padding:0;font-size:.8125rem}.ref-input{text-align:center;width:100%;font:inherit;color:var(--text);background:0 0;border:0;padding:0;font-size:.8125rem}.ref-input::placeholder{color:var(--muted)}.ref-add[hidden],.ref-input[hidden]{display:none}.preset-row{gap:8px;display:flex}.preset-row[hidden]{display:none}.preset-chip{border:1px solid var(--border);border-radius:var(--radius-btn);background:var(--surface);min-width:0;min-height:40px;color:var(--text);font-variant-numeric:tabular-nums;text-align:center;flex:1;font-weight:500}.preset-chip:active{background:var(--pressed)}.receive-rate{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:0;display:flex}.collect-spacer{flex:auto;min-height:0}.collect-footer{flex-direction:column;gap:10px;display:flex}.collect-links{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.deposit-link{font:inherit;color:var(--primary);text-underline-offset:3px;background:0 0;border:0;padding:0;font-size:.8125rem;font-weight:600;text-decoration:underline}.collect-fee-notice{text-align:center;color:var(--text-secondary);margin:0;font-size:.75rem}.amount-hidden-input{opacity:0;pointer-events:none;border:0;width:1px;height:1px;padding:0;position:absolute}.receive-qr{flex-direction:column;align-items:center;gap:12px;display:flex}.receive-name{text-align:center;margin:0;font-weight:600}.receive-center{text-align:center}.pay-url{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-btn);align-items:center;gap:6px;padding:8px 8px 8px 12px;display:flex}.pay-url-text{min-width:0;color:var(--text-secondary);word-break:break-all;flex:1;font-size:.6875rem;line-height:1.4}.share-row{align-items:stretch;display:flex;position:relative}.share-wa{border-radius:var(--radius-btn) 0 0 var(--radius-btn);color:#fff;background:#25d366;border:0;flex:1;justify-content:center;align-items:center;gap:8px;min-height:44px;font-size:.875rem;font-weight:600;display:flex}.share-more{border-radius:0 var(--radius-btn) var(--radius-btn) 0;color:#fff;background:#1eb558;border:0;border-left:1px solid #00000026;justify-content:center;align-items:center;min-width:44px;display:flex}.share-menu{z-index:30;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-btn);min-width:200px;box-shadow:var(--shadow-card);position:absolute;top:calc(100% + 4px);right:0;overflow:hidden}.share-menu[hidden]{display:none}.share-item{width:100%;min-height:44px;color:var(--text);text-align:left;background:0 0;border:0;align-items:center;gap:10px;padding:0 14px;font-size:.875rem;display:flex}.share-item+.share-item{border-top:1px solid var(--divider)}.share-item:active,.share-menu button:active{background:var(--pressed)}.brand-mark{fill:currentColor;stroke:none;flex:none}.brand-telegram{fill:#229ed9}.line-mark{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none}.amount-short{background:var(--warning-tint);border:1px solid var(--warning);border-radius:var(--radius-btn);padding:12px 16px}.amount-short-title{color:var(--warning);margin:0 0 6px;font-weight:600}.amount-short-body{margin:0;font-size:.8125rem;line-height:1.5}.receive-paid{flex-direction:column;align-items:center;gap:8px;margin:auto 0;display:flex}.receive-paid-mark{width:56px;height:56px}.receive-paid-mark svg{width:28px;height:28px}.receive-tip{color:var(--primary);margin:6px 0 0;font-size:.8125rem}.receive-actions{flex-direction:column;gap:8px;margin-top:auto;display:flex}.receive-receipts{margin-top:4px}.receive-receipt-amount{font-variant-numeric:tabular-nums;font-weight:600}.page.settings{gap:12px}.page.settings .field+.field{margin-top:4px}.settings-group{padding:8px 4px 0;display:block}.settings-group-row{justify-content:space-between;align-items:center;gap:8px;padding-right:4px;display:flex}.list-row.settings-stack{flex-direction:column;align-items:stretch;gap:8px;padding-top:14px;padding-bottom:14px}.list-row.settings-stack>.row{width:100%}.list-row.settings-stack>.grow{flex:none}.list-row .input{width:auto;max-width:60%;min-height:40px;padding:6px 10px}.list .settings-link{border:0;border-top:1px solid var(--divider);text-align:left;width:100%;color:var(--text);font:inherit;background:0 0}.list .settings-link:first-child{border-top:0}.list .settings-link:disabled{color:var(--muted);cursor:not-allowed}.list-row.settings-note{min-height:0;color:var(--text-secondary);padding-top:12px;padding-bottom:12px;font-size:.8125rem;line-height:1.4;display:block}.settings-handle{color:var(--muted)}.settings-footer{flex-direction:column;align-items:center;gap:8px;padding:24px 0 0;display:flex}.settings-about .row{align-items:baseline}.settings-contract{gap:4px}.settings-contract .addr{overflow-wrap:anywhere}.page.wallet{gap:12px}.wordmark{letter-spacing:-.01em;font-weight:700}.wallet-addr{text-align:center;background:var(--surface);border:1px solid var(--divider);border-radius:var(--radius-card);width:100%;box-shadow:var(--shadow-card);color:var(--text);flex-direction:column;align-items:center;gap:8px;padding:16px;display:flex}.wallet-addr:active{background:var(--pressed)}.wallet-addr-label{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:.75rem}.wallet-addr-value{-webkit-user-select:all;user-select:all;word-break:break-all;color:var(--text);direction:ltr;unicode-bidi:isolate;font-size:.8125rem;line-height:1.6}.wallet-addr-icon{fill:none;width:18px;height:18px;stroke:var(--primary);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.wallet-address-hint{text-align:center}.wallet-risk{text-align:left;border-radius:var(--radius-card);border:1px solid var(--error);background:var(--error-tint);width:100%;color:var(--text);align-items:center;gap:10px;padding:12px 14px;display:flex}.wallet-risk-text{font-size:.8125rem;line-height:1.45}.wallet-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.wallet-section{flex-direction:column;gap:10px;display:flex}.wallet-section-head,.wallet-row-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.wallet-score{font-variant-numeric:tabular-nums;color:var(--text-secondary);font-size:.875rem;font-weight:700}.wallet-score.is-done{color:var(--money-in)}.wallet-backup .words{margin:4px 0}.wallet-about>summary{cursor:pointer;font-weight:600;list-style:none}.wallet-about>summary::-webkit-details-marker{display:none}.wallet-about>summary:after{content:"+";float:right;color:var(--muted)}.wallet-about[open]>summary:after{content:"-"}.wallet-about-body{margin-top:10px;line-height:1.55}.wallet-meta{text-align:center;flex-direction:column;gap:2px;display:flex}.wallet-danger{border-color:var(--error)}.wallet-sheet{z-index:30;background:#0000008c;justify-content:center;align-items:flex-end;padding:12px;display:flex;position:fixed;inset:0}.wallet-sheet-body{width:100%;max-width:var(--page-max);max-height:92dvh;padding:20px 16px calc(20px + env(safe-area-inset-bottom));border-radius:var(--radius-card);background:var(--bg);border:1px solid var(--divider);text-align:center;overflow-y:auto}.wallet-deposit-address{-webkit-user-select:all;user-select:all;text-align:center;direction:ltr;unicode-bidi:isolate}.wallet-sheet-body .row{justify-content:center}.wallet-notice{text-align:left;border-radius:var(--radius-card);border:1px solid var(--warning);background:var(--warning-tint);padding:12px 14px}.wallet-notice-title{margin-bottom:4px;font-size:.875rem;font-weight:700}
