@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box}:root{--surface:#131313;--surface-lowest:#0e0e0e;--surface-low:#1b1b1b;--surface-high:#2a2a2a;--surface-highest:#353535;--surface-variant:#353535;--primary:#ffd0a0;--primary-container:#f59e0b;--on-primary:#3d1d00;--text:#e2e2e2;--text-secondary:#c9beb5;--text-muted:#c9beb580;--ghost-border:#52483e2e;--success:#22c55e;--danger:#ef4444;--warning:#f59e0b;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}html,body{height:100%;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;background-color:#0e0e0e;margin:0;padding:0;overflow:hidden}body{height:100vh}#root{background:var(--surface);max-width:480px;margin:0 auto;position:fixed;inset:0}input,textarea,select,button{font-family:inherit}a{color:inherit;text-decoration:none}.connectivity-overlay{background:var(--surface,#131313);z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.connectivity-box{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:32px;display:flex}.connectivity-icon{color:var(--text-muted,#c9beb580);margin-bottom:8px}.connectivity-box h2{color:var(--text,#e2e2e2);margin:0;font-size:20px;font-weight:700}.connectivity-box p{color:var(--text-secondary,#c9beb5);margin:0;font-size:14px}.connectivity-retry{color:#3d1d00;cursor:pointer;background:linear-gradient(135deg,#ffd0a0,#f59e0b);border:none;border-radius:16px;margin-top:12px;padding:12px 32px;font-size:15px;font-weight:700;transition:transform .1s}.connectivity-retry:active{transform:scale(.97)}.connectivity-spinner{border:3px solid var(--surface-high,#2a2a2a);border-top-color:#f59e0b;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite conn-spin}@keyframes conn-spin{to{transform:rotate(360deg)}}.bottom-nav{background:#0e0e0e;border-top:1px solid #52483e26;flex-shrink:0;justify-content:space-around;align-items:flex-start;padding:8px 0 15px;display:flex}.bottom-nav-tab{color:#c9beb566;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;align-items:center;gap:2px;padding:6px 16px;transition:color .2s;display:flex}.bottom-nav-tab.active{color:#ffd0a0}.bottom-nav-tab span{font-size:11px;font-weight:500}.landing-page{color:var(--text);-webkit-overflow-scrolling:touch;height:100%;overflow:hidden auto}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:85vh;padding:60px 24px 40px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#f59e0b14 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-40%;left:50%;transform:translate(-50%)}.hero-urgency{color:#f87171;background:#ef444414;border:1px solid #ef444433;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 18px;font-size:12px;font-weight:600;display:inline-flex;position:relative}.scroll-hint{color:var(--text-muted);margin-top:28px;animation:2s ease-in-out infinite bounce}@keyframes bounce{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:.8;transform:translateY(8px)}}.hero-logo{letter-spacing:-.03em;margin-bottom:8px;font-size:64px;font-weight:900;position:relative}.hero-logo .bracket{color:var(--primary-container);font-weight:800}.hero-logo .qr{background:linear-gradient(135deg, var(--primary), var(--primary-container));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-tagline{color:var(--text-secondary);max-width:440px;margin-bottom:12px;font-size:22px;font-weight:600}.hero-sub{color:var(--text-muted);max-width:380px;margin-bottom:40px;font-size:15px;line-height:1.6}.hero-cta{color:var(--on-primary);cursor:pointer;background:linear-gradient(135deg,#ffd0a0,#f59e0b);border:none;border-radius:16px;align-items:center;gap:10px;padding:16px 36px;font-family:inherit;font-size:17px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 24px #f59e0b33}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 32px #f59e0b4d}.hero-cta:active{transform:scale(.97)}.hero-cta svg{width:20px;height:20px}.hero-cta--installed{background:var(--success);color:#fff;pointer-events:none;box-shadow:0 4px 24px #22c55e33}.hero-badge{color:var(--success);background:#22c55e1a;border-radius:100px;align-items:center;gap:6px;margin-top:20px;padding:8px 16px;font-size:12px;font-weight:600;display:inline-flex}.hero-badge:before{content:"";background:var(--success);border-radius:50%;width:6px;height:6px}.law-banner{margin-bottom:40px;padding:0 24px}.law-banner-inner{background:#f59e0b0a;border:1px solid #f59e0b26;border-radius:20px;align-items:flex-start;gap:16px;max-width:800px;margin:0 auto;padding:24px;display:flex}.law-icon{background:#f59e0b14;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.law-banner-inner strong{color:var(--primary);margin-bottom:4px;font-size:15px;font-weight:700;display:block}.law-banner-inner p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.6}.mockup-section{justify-content:center;padding:0 24px 80px;display:flex}.phone-mockup{background:var(--surface);border:2px solid var(--surface-high);width:280px;height:560px;box-shadow:0 24px 80px #00000080, 0 0 0 1px var(--ghost-border);border-radius:40px;position:relative;overflow:hidden}.phone-notch{background:var(--surface-lowest);z-index:2;border-radius:0 0 18px 18px;width:120px;height:28px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen{flex-direction:column;height:100%;padding:44px 20px 20px;display:flex}.mock-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.mock-logo{letter-spacing:-.02em;font-size:20px;font-weight:900}.mock-logo .b{color:var(--primary-container)}.mock-logo .mock-qr{background:linear-gradient(135deg, var(--primary), var(--primary-container));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.mock-pos{color:var(--text-muted);background:var(--surface-low);border-radius:8px;padding:4px 10px;font-size:10px;font-weight:600}.mock-display{background:var(--surface-low);text-align:center;border-radius:18px;margin-bottom:12px;padding:18px}.mock-amount{font-variant-numeric:tabular-nums;font-size:38px;font-weight:800}.mock-currency{color:var(--primary);margin-left:6px;font-size:16px;font-weight:600}.mock-grid{grid-template-columns:repeat(3,1fr);gap:5px;margin-bottom:10px;display:grid}.mock-key{background:var(--surface-low);height:38px;color:var(--text);border-radius:10px;justify-content:center;align-items:center;font-size:15px;font-weight:500;display:flex}.mock-key--accent{color:var(--primary)}.mock-key--pressed{background:var(--surface-high);transition:all .1s;transform:scale(.93)}.mock-btn-go--pressed{filter:brightness(.9);transition:all .1s;transform:scale(.95)}.mock-actions{gap:6px;display:flex}.mock-btn-c{border:1px solid var(--ghost-border);width:48px;height:38px;color:var(--text);background:0 0;border-radius:10px;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.mock-btn-go{height:38px;color:var(--on-primary);background:linear-gradient(135deg,#ffd0a0,#f59e0b);border-radius:10px;flex:1;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.mock-qr-screen{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;animation:.3s ease-out fadeIn;display:flex}.mock-qr-amount{color:var(--text);font-size:22px;font-weight:800}.mock-qr-code{background:#fff;border-radius:16px;padding:12px;box-shadow:0 4px 24px #0003}.mock-qr-label{color:var(--text-muted);font-size:12px;font-weight:500}.mock-qr-pulse{background:var(--primary-container);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mock-success-screen{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;animation:.3s ease-out fadeIn;display:flex}.mock-success-icon{animation:.4s ease-out successPop}@keyframes successPop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.mock-success-amount{color:var(--text);font-size:28px;font-weight:800}.mock-success-label{color:var(--success);font-size:16px;font-weight:700}.landing-section{max-width:800px;margin:0 auto;padding:80px 24px}.section-label{color:var(--primary-container);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px;font-size:11px;font-weight:700}.section-title{letter-spacing:-.02em;margin-bottom:16px;font-size:28px;font-weight:800;line-height:1.2}.section-desc{color:var(--text-secondary);max-width:560px;margin-bottom:48px;font-size:16px;line-height:1.7}.features-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=600px){.features-grid{grid-template-columns:1fr}}.feature-card{background:var(--surface-low);border:1px solid var(--ghost-border);border-radius:20px;align-items:flex-start;gap:16px;padding:20px;transition:border-color .2s;display:flex}.feature-card:hover{border-color:#f59e0b33}.feature-icon{background:#f59e0b14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.feature-card h3{margin:0 0 4px;padding-top:2px;font-size:15px;font-weight:700}.feature-card p{color:var(--text-secondary);font-size:13px;line-height:1.5}.steps{flex-direction:column;gap:32px;display:flex}.step{align-items:flex-start;gap:20px;display:flex}.step-num{width:44px;height:44px;color:var(--primary);background:linear-gradient(135deg,#ffd0a01f,#f59e0b1f);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:800;display:flex}.step-content h3{margin:0 0 4px;padding-top:2px;font-size:17px;font-weight:700}.step-content p{color:var(--text-secondary);font-size:14px;line-height:1.6}.free-section{text-align:left}.free-section .section-desc{margin-left:0}.free-hero-icon{margin-bottom:16px}.free-list{text-align:left;flex-direction:column;gap:20px;margin:0;padding:0;list-style:none;display:flex}.free-list li{align-items:flex-start;gap:12px;display:flex}.free-check{background:#f59e0b14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;display:flex}.free-list li div:last-child{flex-direction:column;gap:2px;display:flex}.free-list li strong{color:var(--text);font-size:16px;font-weight:700}.free-list li span{color:var(--text-secondary);font-size:14px;line-height:1.5}.compare-table{border:1px solid var(--ghost-border);border-radius:20px;overflow:hidden}.compare-row{grid-template-columns:1fr 1fr 1fr;gap:0;display:grid}.compare-row>div{color:var(--text-secondary);border-bottom:1px solid var(--ghost-border);padding:14px 16px;font-size:14px}.compare-row:last-child>div{border-bottom:none}.compare-header>div{text-transform:uppercase;letter-spacing:.5px;background:var(--surface-low);color:var(--text-muted);padding:12px 16px;font-size:12px;font-weight:700}.compare-them{text-align:center;color:var(--text-muted)!important}.compare-us{text-align:center;background:#f59e0b08;font-weight:700;color:var(--primary)!important}.compare-header .compare-us{color:var(--primary)!important;background:#f59e0b14!important}.cta-section{text-align:center;padding:40px 24px}.cta-card{background:var(--surface-low);border:1px solid var(--ghost-border);border-radius:28px;max-width:520px;margin:0 auto;padding:32px}.cta-icon{margin-bottom:12px}.cta-card h2{letter-spacing:-.02em;margin-bottom:12px;font-size:24px;font-weight:800}.cta-card p{color:var(--text-secondary);margin-bottom:28px;font-size:15px;line-height:1.6}.cta-card .hero-cta{padding:14px 32px;font-size:16px}.bottom-cta{justify-content:center;padding:40px 24px;display:flex}.landing-footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--ghost-border);max-width:800px;margin:0 auto;padding:32px 24px 48px;font-size:13px}.landing-footer a{color:var(--primary);text-decoration:none}.ios-instructions{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#000000bf;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.ios-instructions.visible{display:flex}.ios-sheet{background:var(--surface-low);text-align:center;border:1px solid var(--ghost-border);border-radius:24px;width:100%;max-width:340px;padding:32px 28px}.ios-sheet h3{margin-bottom:20px;font-size:18px;font-weight:700}.ios-steps{text-align:left;flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.ios-step{color:var(--text-secondary);align-items:center;gap:14px;font-size:15px;line-height:1.4;display:flex}.ios-step-icon{background:#f59e0b14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ios-close{background:var(--surface-high);width:100%;color:var(--text);cursor:pointer;border:none;border-radius:14px;padding:12px;font-family:inherit;font-size:15px;font-weight:600}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-urgency,.hero-logo,.hero-tagline,.hero-sub,.hero-cta,.hero-badge{animation:.6s ease-out both fadeUp}.hero-logo{animation-delay:50ms}.hero-tagline{animation-delay:.1s}.hero-sub{animation-delay:.2s}.hero-cta{animation-delay:.3s}.hero-badge{animation-delay:.4s}.phone-mockup{animation:.8s ease-out .2s both fadeUp}@media (width<=480px){.hero-logo{font-size:48px}.hero-tagline{font-size:18px}.section-title{font-size:24px}.phone-mockup{width:240px;height:480px}.mock-amount{font-size:30px}.compare-row>div{padding:10px;font-size:12px}}.numpad{flex-direction:column;flex:1;gap:12px;padding:16px 0;display:flex}.numpad-display{background:var(--surface-low);border-radius:24px;justify-content:center;align-items:baseline;gap:8px;min-height:90px;padding:24px 16px;display:flex}.numpad-amount{color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:52px;font-weight:800}.numpad-currency{color:var(--primary);font-size:22px;font-weight:600}.numpad-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.numpad-key{background:var(--surface-low);height:62px;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border:none;border-radius:16px;justify-content:center;align-items:center;font-size:24px;font-weight:500;transition:background .15s,transform .1s;display:flex}.numpad-key:active{background:var(--surface-high);transform:scale(.95)}.numpad-key--backspace{color:var(--primary);font-size:20px}.numpad-actions{gap:8px;margin-top:4px;display:flex}.numpad-clear{border:1px solid var(--ghost-border);height:56px;color:var(--text);cursor:pointer;background:0 0;border-radius:16px;flex:0 0 64px;font-size:18px;font-weight:600;transition:background .15s}.numpad-clear:active{background:var(--surface-low)}.numpad-submit{color:#3d1d00;cursor:pointer;background:linear-gradient(135deg,#ffd0a0,#f59e0b);border:none;border-radius:16px;flex:1;height:56px;font-size:18px;font-weight:700;transition:opacity .15s,transform .1s}.numpad-submit:disabled{opacity:.3;cursor:not-allowed}.numpad-submit:not(:disabled):active{transform:scale(.97)}.qr-overlay{-webkit-backdrop-filter:blur(10px);z-index:100;background:#000c;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.qr-modal{background:var(--surface-low);border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:360px;padding:28px 24px;animation:.3s slideUp;display:flex}.qr-cancel-btn{color:#ef4444;cursor:pointer;background:#ef444414;border:none;border-radius:16px;width:100%;margin-top:16px;padding:14px;font-size:16px;font-weight:600}.qr-cancel-btn:active{background:#ef444426}.qr-amount-display{align-items:baseline;gap:6px;margin:12px 0;display:flex}.qr-amount-value{color:var(--text);letter-spacing:-.02em;font-size:36px;font-weight:800}.qr-amount-currency{color:var(--text-secondary);font-size:18px;font-weight:600}.qr-code-wrapper{background:#fff;border-radius:20px;margin:8px 0;padding:8px}.qr-instruction{color:var(--text-secondary);text-align:center;margin:8px 0 4px;font-size:14px}.qr-ref{color:var(--text-muted);letter-spacing:.02em;font-family:Inter,monospace;font-size:12px}.qr-status{width:100%;min-height:28px;margin-bottom:4px}.qr-status-checking,.qr-status-pending{color:var(--primary);justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.qr-spinner{border:2px solid var(--primary);border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.qr-pulse{background:var(--primary-container);border-radius:50%;width:10px;height:10px;animation:1.5s ease-in-out infinite pulse}.qr-success{flex-direction:column;align-items:center;padding:20px 0;display:flex}.qr-success-icon{width:80px;height:80px;margin-bottom:16px}.qr-checkmark{width:80px;height:80px}.qr-checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166px;stroke-width:2px;stroke:var(--success);animation:.6s forwards checkStroke}.qr-checkmark-check{stroke-dasharray:48;stroke-dashoffset:48px;stroke-width:3px;stroke:var(--success);stroke-linecap:round;stroke-linejoin:round;animation:.3s .5s forwards checkStroke}.qr-success-title{color:var(--success);margin:0 0 4px;font-size:24px;font-weight:800}.qr-success-amount{color:var(--text);margin:0;font-size:28px;font-weight:800}.qr-success-from{color:var(--text-secondary);margin:4px 0 0;font-size:14px}.qr-done-btn{color:#3d1d00;cursor:pointer;background:linear-gradient(135deg,#ffd0a0,#f59e0b);border:none;border-radius:16px;width:100%;margin-top:20px;padding:14px;font-size:16px;font-weight:700}.qr-done-btn:active{transform:scale(.97)}.qr-timeout{text-align:center;flex-direction:column;align-items:center;padding:20px 0;display:flex}.qr-timeout-icon{margin-bottom:12px;font-size:48px}.qr-timeout h2{color:var(--warning);margin:0 0 8px;font-size:22px}.qr-timeout p{color:var(--text-secondary);margin:0 0 4px;font-size:14px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes checkStroke{to{stroke-dashoffset:0}}.wizard-overlay{-webkit-backdrop-filter:blur(10px);z-index:200;background:#000c;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.wizard-modal{background:var(--surface-low);border-radius:24px;width:100%;max-width:400px;max-height:90vh;padding:28px 24px;animation:.3s slideUp;overflow-y:auto}.wizard-progress{justify-content:center;gap:8px;margin-bottom:28px;display:flex}.wizard-progress-dot{background:var(--surface-high);border-radius:4px;width:8px;height:8px;transition:all .3s}.wizard-progress-dot.active{background:var(--primary-container)}.wizard-progress-dot.current{background:linear-gradient(135deg,#ffd0a0,#f59e0b);width:24px}.wizard-step h2{color:var(--text);letter-spacing:-.02em;margin:0 0 4px;font-size:22px;font-weight:700}.wizard-desc{color:var(--text-secondary);margin:0 0 24px;font-size:14px}.wizard-label{color:var(--text-secondary);flex-direction:column;gap:6px;margin-bottom:16px;font-size:14px;font-weight:500;display:flex}.wizard-label input,.wizard-label textarea,.wizard-label select{background:var(--surface-lowest);color:var(--text);border:none;border-radius:14px;outline:none;padding:14px 16px;font-family:inherit;font-size:16px;transition:box-shadow .2s}.wizard-label input:focus,.wizard-label textarea:focus,.wizard-label select:focus{box-shadow:0 0 0 1px var(--primary), 0 0 8px #f59e0b26}.wizard-label input.error,.wizard-label textarea.error{box-shadow:0 0 0 1px var(--danger)}.wizard-label select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23C9BEB5' viewBox='0 0 16 16'%3E%3Cpath d='M8 12L2 6h12z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.wizard-label select option{background:var(--surface-low);color:var(--text)}.wizard-error{color:var(--danger);font-size:12px}.wizard-optional{color:var(--text-muted);font-weight:400}.wizard-hint,.wizard-hint-inline{color:var(--text-muted);font-size:12px;font-weight:400}.wizard-preview{text-align:center;background:#f59e0b0f;border-radius:14px;padding:14px}.wizard-preview-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:11px;display:block}.wizard-preview code{color:var(--primary);font-size:16px;font-weight:700}.wizard-summary{flex-direction:column;gap:4px;display:flex}.wizard-summary-row{justify-content:space-between;align-items:center;padding:12px 0;display:flex}.wizard-summary-row span{color:var(--text-secondary);font-size:14px}.wizard-summary-row strong{color:var(--text);text-align:right;text-overflow:ellipsis;word-break:break-all;max-width:60%;font-size:14px;overflow:hidden}.wizard-nav{gap:10px;margin-top:28px;display:flex}.wizard-btn{cursor:pointer;border:none;border-radius:16px;flex:1;padding:14px;font-size:16px;font-weight:700;transition:transform .1s}.wizard-btn:active{transform:scale(.97)}.wizard-btn--back{background:var(--surface-high);color:var(--text);flex:none;padding:14px 24px}.wizard-btn--next,.wizard-btn--save{color:#3d1d00;background:linear-gradient(135deg,#ffd0a0,#f59e0b)}.terminal-page{flex-direction:column;height:100%;padding:0 16px;display:flex}.terminal-header{padding:12px 0;padding-top:max(12px, env(safe-area-inset-top));justify-content:space-between;align-items:center;display:flex}.terminal-logo{color:var(--text);letter-spacing:-.02em;font-size:24px;font-weight:800}.terminal-logo-bracket{color:var(--primary-container)}.terminal-logo-qr{background:linear-gradient(135deg, var(--primary), var(--primary-container));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.terminal-pos-badge{color:var(--text-secondary);background:var(--surface-low);border-radius:20px;padding:4px 10px;font-size:11px;font-weight:500}.terminal-fio-note{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;margin:auto 0 16px;padding:0;font-size:11px}.terminal-fio-note strong{color:var(--text-secondary)}.offline-toast{top:max(12px, env(safe-area-inset-top));-webkit-backdrop-filter:blur(20px);color:#fff;z-index:1000;background:#92400ee6;border-radius:16px;justify-content:space-between;align-items:center;max-width:448px;margin:0 auto;padding:10px 16px;font-size:14px;font-weight:500;display:flex;position:fixed;left:16px;right:16px}.offline-toast button{color:#fff;cursor:pointer;white-space:nowrap;background:#fff3;border:none;border-radius:10px;margin-left:12px;padding:6px 12px;font-size:13px;font-weight:500}.history-page{height:100%;padding:0 16px}.history-header{padding:12px 0;padding-top:max(12px, env(safe-area-inset-top));justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.history-header h1{color:var(--text);letter-spacing:-.02em;margin:0;font-size:24px;font-weight:800}.history-clear{color:var(--danger);cursor:pointer;background:#ef44440f;border:none;border-radius:10px;padding:6px 12px;font-size:13px;font-weight:500}.history-empty{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.history-empty-icon{margin-bottom:12px;font-size:40px}.history-empty p{margin:0;font-size:15px}.history-list{flex-direction:column;gap:8px;display:flex}.history-item{background:var(--surface-low);border-radius:20px;justify-content:space-between;align-items:center;padding:16px;display:flex}.history-item-left{align-items:center;gap:12px;min-width:0;display:flex}.history-item-icon{background:var(--surface-high);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.history-item-info{flex-direction:column;gap:2px;min-width:0;display:flex}.history-item-ref{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-family:Inter,monospace;font-size:12px;overflow:hidden}.history-item-date{color:var(--text-muted);font-size:11px}.history-item-paid-note{color:#f97316;font-size:11px;font-weight:500}.history-item-right{flex-direction:column;flex-shrink:0;align-items:flex-end;margin-left:8px;display:flex}.history-item-amount{color:var(--text);white-space:nowrap;font-size:17px;font-weight:700}.history-item-status{text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:600}.settings-page{padding:0 16px}.settings-header{padding:12px 0;padding-top:max(12px, env(safe-area-inset-top));margin-bottom:8px}.settings-header h1{color:var(--text);letter-spacing:-.02em;margin:0 0 4px;font-size:24px;font-weight:800}.settings-header p{color:var(--text-secondary);margin:0;font-size:14px}.settings-section{margin-bottom:28px}.settings-section h3{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin:0 0 12px;font-size:11px;font-weight:700}.settings-field{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.settings-field span{color:var(--text-secondary);font-size:13px;font-weight:500}.settings-field input,.settings-field textarea,.settings-field select{background:var(--surface-lowest);color:var(--text);border:none;border-radius:14px;outline:none;padding:12px 14px;font-family:inherit;font-size:15px;transition:box-shadow .2s}.settings-field input:focus,.settings-field textarea:focus,.settings-field select:focus{box-shadow:0 0 0 1px var(--primary), 0 0 8px #f59e0b26}.settings-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23C9BEB5' viewBox='0 0 16 16'%3E%3Cpath d='M8 12L2 6h12z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.settings-field select option{background:var(--surface-low)}.settings-preview{color:var(--text-secondary);text-align:center;background:#f59e0b0f;border-radius:12px;padding:12px;font-size:13px}.settings-preview code{color:var(--primary);font-weight:700}.settings-save{color:#3d1d00;cursor:pointer;background:linear-gradient(135deg,#ffd0a0,#f59e0b);border:none;border-radius:16px;width:100%;margin-bottom:12px;padding:14px;font-size:16px;font-weight:700;transition:transform .1s}.settings-save:active{transform:scale(.97)}.settings-save--saved{background:var(--success);color:#fff}.settings-reset{background:var(--surface-high);width:100%;color:var(--text-secondary);cursor:pointer;border:none;border-radius:14px;padding:12px;font-size:14px;font-weight:500}.settings-add-tokens{width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border:1px dashed #52483e40;border-radius:14px;padding:12px;font-size:13px;font-weight:500;transition:border-color .2s,color .2s}.settings-add-tokens:active{color:var(--text-secondary);border-color:#52483e80}.settings-error{color:var(--danger);padding:8px 0 0;font-size:13px}.settings-input--invalid{box-shadow:0 0 0 1px var(--danger), 0 0 8px #ef444433!important}.settings-token-info{color:var(--text-muted);padding:4px 0 0;font-size:12px}.app-layout{flex-direction:column;height:100%;display:flex}.app-content{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:16px;overflow-y:auto}
