:root{--bg: #f5f6f8;--panel: #ffffff;--border: #e3e6ea;--text: #1f2933;--muted: #6b7280;--primary: #2563eb;--primary-d: #1d4ed8;--danger: #dc2626;--ok: #16a34a;--warn: #d97706;--radius: 8px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif;background:var(--bg);color:var(--text);font-size:14px}a{color:var(--primary);text-decoration:none}h1,h2,h3{margin:0 0 12px}.layout{display:flex;min-height:100vh}.sidebar{width:220px;background:#111827;color:#cbd5e1;padding:16px 0;flex-shrink:0;display:flex;flex-direction:column}.sidebar .brand{padding:0 20px 16px;font-weight:700;color:#fff;font-size:16px}.sidebar nav a{display:block;padding:9px 20px;color:#cbd5e1;font-size:13px}.sidebar nav a:hover{background:#1f2937;color:#fff}.sidebar nav a.active{background:var(--primary);color:#fff}.sidebar .spacer{flex:1}.sidebar .foot{padding:12px 20px;font-size:12px;color:#94a3b8}.main{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{height:52px;background:var(--panel);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 20px}.topbar-actions{display:flex;align-items:center;gap:12px}.content{padding:20px;overflow:auto}.panel{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:16px}.panel-title{font-weight:600;margin-bottom:12px}.grid{display:grid;gap:16px}.grid.cols-2{grid-template-columns:repeat(2,1fr)}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.grid.cols-4{grid-template-columns:repeat(4,1fr)}.section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.address-box{display:flex;gap:10px;align-items:center;margin:14px 0;padding:12px;border:1px solid var(--border);border-radius:8px;background:#f8fafc}.address-box code{flex:1;overflow-wrap:anywhere}.kv{display:flex;justify-content:space-between;gap:16px;padding:7px 0;border-bottom:1px solid #f0f2f5}.alert{margin:12px 0;padding:11px 12px;border-radius:8px;line-height:1.55}.alert.warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.alert.error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.usdt-filters{margin-top:12px;flex-wrap:wrap;align-items:center}.usdt-filters>input{min-width:150px;flex:1 1 180px}.usdt-filters label{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;margin:0}.usdt-filters input[type=checkbox]{width:auto}label{display:block;font-size:13px;color:var(--muted);margin:8px 0 4px}input,select,textarea{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:6px;font-size:14px;background:#fff;color:var(--text)}input:focus,select:focus{outline:none;border-color:var(--primary)}.row{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.row>*{flex:1;min-width:120px}.actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px;flex-wrap:wrap}button{cursor:pointer;border:none;border-radius:6px;padding:8px 14px;font-size:14px;background:var(--primary);color:#fff}button:hover{background:var(--primary-d)}button:disabled{opacity:.5;cursor:not-allowed}button.ghost{background:transparent;color:var(--primary);border:1px solid var(--border)}button.ghost:hover{background:#f1f5f9}button.danger{background:var(--danger)}button.sm{padding:5px 10px;font-size:12px}table{width:100%;border-collapse:collapse;font-size:13px}th,td{text-align:left;padding:9px 10px;border-bottom:1px solid var(--border)}th{color:var(--muted);font-weight:600;background:#fafbfc}tr:hover td{background:#f9fafb}.pagination{display:flex;gap:8px;align-items:center;margin-top:12px;justify-content:flex-end}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px}.badge.gray{background:#e5e7eb;color:#374151}.badge.green{background:#dcfce7;color:#166534}.badge.red{background:#fee2e2;color:#991b1b}.badge.amber{background:#fef3c7;color:#92400e}.badge.blue{background:#dbeafe;color:#1e40af}.muted{color:var(--muted)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.error{color:var(--danger);font-size:13px;margin:8px 0}.warn{color:var(--warn);font-size:13px;margin:8px 0}.success{color:var(--ok);font-size:13px;margin:8px 0}.center-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center}.auth-card{width:380px;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:28px}.auth-card h2{text-align:center}.auth-switch{text-align:center;margin-top:12px;font-size:13px}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:50}.modal{width:420px;background:#fff;border-radius:var(--radius);padding:20px}.modal .actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.toast-host{position:fixed;top:16px;right:16px;z-index:100;display:flex;flex-direction:column;gap:8px}.toast{padding:10px 14px;border-radius:6px;color:#fff;font-size:13px;box-shadow:0 4px 12px #00000026}.toast.ok{background:var(--ok)}.toast.err{background:var(--danger)}.toast.info{background:#334155}.reveal-box{background:#0f172a;color:#e2e8f0;padding:14px;border-radius:8px;font-family:ui-monospace,monospace}.reveal-box .field{display:flex;justify-content:space-between;padding:4px 0}.countdown{color:var(--warn);font-size:12px}.stat{font-size:24px;font-weight:700}.stat-label{color:var(--muted);font-size:13px}.page-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.page-head p{margin:0;max-width:720px;line-height:1.6}.eyebrow{color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px}.app-hero-panel{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:24px;margin-bottom:16px;border:1px solid #d9e4ff;border-radius:18px;background:radial-gradient(circle at 80% 20%,rgba(37,99,235,.22),transparent 26%),linear-gradient(135deg,#fff,#eef4ff)}.app-hero-panel h1{margin-bottom:8px}.app-hero-panel p{margin:0;max-width:760px;color:#44516a;line-height:1.65}.app-hero-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.metric-card{min-height:128px}.badge-stat{padding-top:4px}.quick-actions{display:flex;gap:12px;flex-wrap:wrap}.quick-actions a{display:inline-flex}.stack-list{display:grid;gap:10px}.card-row{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px;border:1px solid var(--border);border-radius:10px;background:#fbfdff;color:var(--text)}.card-row:hover{border-color:#c9d8ff;background:#f6f9ff}.card-row div{display:grid;gap:4px;min-width:0}.card-row div:last-child{text-align:right;justify-items:end}.card-row span{color:var(--muted);font-size:12px}.empty-state{display:grid;gap:8px;align-content:center;min-height:116px;padding:16px;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc;color:var(--muted)}.empty-state b{color:var(--text)}.ai-card-cta{display:flex;justify-content:space-between;gap:20px;align-items:center;border-color:#c8d8ff;background:linear-gradient(135deg,#fff,#eef4ff)}.ai-card-cta h2{margin-bottom:8px}.ai-card-cta p{margin:0;color:var(--muted);line-height:1.6}.create-flow{border-color:#c9d8ff;box-shadow:0 12px 36px #2563eb14}.flow-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.flow-steps span{padding:10px 12px;border-radius:10px;background:#eff6ff;color:#1d4ed8;font-weight:700}.flow-section{padding:16px 0;border-top:1px solid var(--border)}.flow-section h3{font-size:16px;margin-bottom:12px}.purpose-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}button.purpose-card{min-height:138px;text-align:left;padding:14px;border:1px solid var(--border);background:#fff;color:var(--text);border-radius:14px}button.purpose-card:hover,button.purpose-card.selected{background:#eef4ff;border-color:var(--primary)}.purpose-card strong,.purpose-card small,.purpose-card span{display:block}.purpose-card span{margin:8px 0;color:var(--primary);font-size:12px;font-weight:800}.purpose-card small{color:var(--muted);line-height:1.55}.purpose-card em{display:inline-block;margin-top:12px;color:var(--primary);font-size:12px;font-style:normal;font-weight:800}button.purpose-card:disabled{cursor:not-allowed;opacity:.68;background:#f8fafc}button.purpose-card:disabled em{color:var(--muted)}.calc-box{min-height:70px;padding:12px;border:1px solid var(--border);border-radius:10px;background:#fbfdff}.calc-box span,.calc-box b{display:block}.calc-box span{color:var(--muted);font-size:12px;margin-bottom:8px}.check-row{display:flex;align-items:flex-start;gap:10px;color:var(--text);margin:10px 0}.check-row input{width:auto;margin-top:2px}.card-detail-hero{border-color:#d6e3ff;background:linear-gradient(135deg,#fff,#f5f8ff)}.topup-card p,.info-box span{line-height:1.6}.disabled-card{background:#f8fafc}.info-box{display:grid;gap:6px;padding:14px;border:1px solid var(--border);border-radius:10px;background:#fff}.muted-box{background:#fbfdff;color:var(--muted)}.filter-grid{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:12px;align-items:end;margin-bottom:12px}.info-note{padding:10px 12px;border-radius:10px;background:#eff6ff;color:#1e40af;line-height:1.6}.plan-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}.plan-mini-card{display:grid;gap:10px;padding:14px;border:1px solid var(--border);border-radius:12px;background:#fff}.plan-mini-card.highlighted{border-color:var(--primary);box-shadow:0 10px 28px #2563eb14}.plan-mini-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.plan-mini-head span{border-radius:999px;padding:2px 8px;background:#dbeafe;color:#1d4ed8;font-size:12px;font-weight:700}.plan-mini-card b{font-size:22px}.plan-mini-card p{margin:0;color:var(--muted)}.plan-mini-card ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.8}.open-card-page{display:grid;gap:16px}.open-card-hero{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:24px;border-radius:18px;border-color:#d6e3ff;background:radial-gradient(circle at 90% 10%,rgba(124,58,237,.12),transparent 30%),linear-gradient(135deg,#fff,#f3f7ff)}.open-card-hero h1{margin-bottom:8px;font-size:28px}.open-card-hero p{margin:0;max-width:780px;color:#44516a;line-height:1.7}.open-card-balance{min-width:210px;padding:18px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5,#7c3aed);box-shadow:0 18px 36px #2563eb2e}.open-card-balance span,.open-card-balance small{display:block;color:#ffffffc7}.open-card-balance b{display:block;margin:8px 0 4px;font-size:28px}.open-card-shell{display:grid;grid-template-columns:330px minmax(0,1fr);gap:16px;align-items:start}.open-card-side,.open-card-form{border-radius:18px}.selected-product-card{display:grid;gap:12px}.selected-product-card h2{margin:0}.selected-product-card p{margin:0;color:var(--muted);line-height:1.7}.virtual-card-preview{min-height:176px;border-radius:22px;padding:18px;color:#fff;display:grid;align-content:space-between;overflow:hidden;position:relative;background:radial-gradient(circle at 80% 14%,rgba(255,255,255,.26),transparent 24%),linear-gradient(135deg,#1238ff,#2563eb 48%,#7c3aed);box-shadow:0 20px 42px #2563eb38}.virtual-card-preview:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(128deg,transparent 0 56%,rgba(255,255,255,.14) 57%,transparent 69%),repeating-linear-gradient(152deg,rgba(255,255,255,.08) 0 1px,transparent 1px 54px)}.virtual-card-preview span,.virtual-card-preview strong,.virtual-card-preview em{position:relative;z-index:1}.virtual-card-preview span{font-weight:800}.virtual-card-preview strong{font-size:22px}.virtual-card-preview em{justify-self:start;padding:4px 9px;border-radius:999px;font-style:normal;background:#ffffff2e}.product-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-meta-grid span{display:grid;gap:4px;padding:10px;border:1px solid var(--border);border-radius:10px;color:var(--muted);background:#fbfdff}.product-meta-grid b{color:var(--text)}.product-picker-list{display:grid;gap:8px;margin-top:12px}.product-picker-item{display:grid;gap:4px;width:100%;padding:12px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--text);text-align:left}.product-picker-item:hover,.product-picker-item.active{border-color:#9bb7ff;background:#eef4ff;color:#1d4ed8}.product-picker-item span{color:var(--muted);font-size:12px}.form-block{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--border)}.form-block-head{display:flex;justify-content:space-between;gap:12px;align-items:baseline;margin-bottom:10px}.form-block-head h3{margin:0;font-size:16px}.form-block-head span{color:var(--muted);font-size:12px}.pill-group{display:flex;flex-wrap:wrap;gap:10px}button.pill{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 14px;border-radius:999px;border:1px solid var(--border);color:#334155;background:#fff}button.pill:hover,button.pill.active{color:#1d4ed8;border-color:#9bb7ff;background:#eef4ff}button.pill small{color:var(--muted);font-size:11px}button.pill:disabled{background:#f8fafc;color:#94a3b8}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid .amount-field{grid-column:span 2}.field-hint{display:block;margin-top:6px;color:var(--muted)}.segmented{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.segmented button{min-height:38px;padding:8px;border:1px solid var(--border);border-radius:10px;color:#334155;background:#fff}.segmented button.active{color:#fff;border-color:var(--primary);background:linear-gradient(135deg,#2563eb,#4f46e5)}.fee-preview{margin-top:18px;padding:16px;border:1px solid #d7e2ff;border-radius:16px;background:#f7faff}.fee-preview-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:12px}.fee-preview-head h3{margin-bottom:4px}.fee-preview-head p{margin:0;color:var(--muted)}.fee-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.fee-grid div{display:grid;gap:6px;padding:12px;border-radius:12px;background:#fff;border:1px solid #e4ebff}.fee-grid span,.fee-note{color:var(--muted);font-size:12px}.fee-grid b{font-size:17px}.fee-note{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:12px;line-height:1.6}.confirm-box{margin-top:16px;padding:14px;border-radius:14px;border:1px solid var(--border);background:#fff}.confirm-box p{margin:0 0 8px;color:var(--muted);line-height:1.6}.open-card-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.public-doc-page{min-height:100vh;padding:48px 16px;background:linear-gradient(135deg,#f7f9ff,#fff)}.public-doc{width:min(960px,100%);margin:0 auto}.public-doc .lead{color:#44516a;font-size:16px;line-height:1.8}.doc-list{margin:0;padding-left:20px;color:var(--text);line-height:1.9}@media (max-width: 900px){.layout{flex-direction:column}.sidebar{width:100%;min-height:auto}.sidebar nav{display:flex;overflow-x:auto;padding:0 8px}.sidebar nav a{white-space:nowrap}.sidebar .spacer,.sidebar .foot{display:none}.topbar{min-height:52px;height:auto;gap:12px}.content{padding:14px}.grid.cols-2,.grid.cols-3,.grid.cols-4,.purpose-grid,.flow-steps,.filter-grid,.plan-mini-grid,.open-card-shell,.form-grid,.fee-grid,.segmented,.admin-form-grid{grid-template-columns:1fr}.page-head,.app-hero-panel,.ai-card-cta,.card-row,.open-card-hero,.form-block-head,.fee-preview-head{flex-direction:column;align-items:stretch}.form-grid .amount-field{grid-column:auto}.open-card-actions{justify-content:stretch}.open-card-actions button{flex:1}.app-hero-actions,.card-row div:last-child{justify-content:flex-start;justify-items:start;text-align:left}.modal{width:min(420px,calc(100% - 24px))}table{display:block;overflow-x:auto;white-space:nowrap}}.landing-page{--landing-navy: #06122f;--landing-blue: #1238ff;--landing-indigo: #4f46e5;--landing-violet: #7c3aed;--landing-sky: #38bdf8;--landing-bg: #f7f9ff;--landing-ink: #071334;--landing-muted: #64708f;--landing-line: #dfe7fb;min-height:100vh;overflow-x:hidden;background:var(--landing-bg);color:var(--landing-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.landing-page a{color:inherit}.landing-page button,.landing-page a{-webkit-tap-highlight-color:transparent}.landing-container{width:min(1240px,calc(100% - 48px));margin:0 auto}.landing-hero-shell{position:relative;overflow:hidden;min-height:720px;color:#fff;background:radial-gradient(circle at 78% 26%,rgba(79,70,229,.62),transparent 30%),radial-gradient(circle at 12% 82%,rgba(124,58,237,.54),transparent 26%),linear-gradient(155deg,#03091d,#06122f 42%,#0b2bd9)}.landing-hero-shell:before{content:"";position:absolute;inset:auto -12% -44px -12%;height:210px;background:linear-gradient(174deg,transparent 18%,rgba(59,130,246,.9) 45%,rgba(124,58,237,.36) 58%,#f7f9ff 59%),repeating-linear-gradient(165deg,rgba(255,255,255,.1) 0 1px,transparent 1px 62px);filter:blur(.1px)}.landing-hero-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 10% 22%,rgba(255,255,255,.35) 0 1px,transparent 2px),radial-gradient(circle at 88% 33%,rgba(255,255,255,.28) 0 1px,transparent 2px),radial-gradient(circle at 72% 78%,rgba(255,255,255,.22) 0 1px,transparent 2px),linear-gradient(118deg,transparent 0 61%,rgba(87,134,255,.14) 62%,transparent 72%);background-size:240px 240px,280px 280px,360px 360px,100% 100%;opacity:.8;pointer-events:none}.landing-glow{position:absolute;border-radius:999px;pointer-events:none;filter:blur(22px);opacity:.42}.landing-glow-a{width:360px;height:360px;left:-90px;bottom:64px;background:#7c3aed}.landing-glow-b{width:300px;height:300px;right:-70px;top:170px;background:#2563eb}.landing-header{position:relative;z-index:3;width:min(1240px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:auto 1fr auto auto;gap:24px;align-items:center;padding:28px 0 14px}.landing-logo{font-size:28px;font-weight:850;letter-spacing:0;color:#fff}.landing-nav{display:flex;justify-content:center;gap:42px;font-weight:700;font-size:14px}.landing-nav a{position:relative;color:#ffffffe0;padding:10px 0}.landing-nav a:hover,.landing-nav a.active{color:#fff}.landing-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:#4f8cff}.landing-actions{display:flex;align-items:center;gap:18px;font-weight:800}.landing-link{color:#ffffffeb}.landing-locale{display:flex;align-items:center;gap:10px;font-size:13px;color:#ffffff9e}.landing-locale button{position:relative;border:0;border-radius:0;padding:8px 0;background:transparent;color:#ffffffad;font-size:13px;font-weight:700}.landing-locale button+button:before{content:"|";margin-right:10px;color:#ffffff59}.landing-locale button.active{color:#79a9ff}.landing-locale button.active:after{content:"";position:absolute;left:0;right:0;bottom:1px;height:2px;border-radius:999px;background:#3b82f6}.landing-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border-radius:16px;border:1px solid transparent;padding:0 28px;font-weight:850;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,border-color .18s ease}.landing-btn:hover,.landing-plan-btn:hover{transform:translateY(-2px);filter:brightness(1.06)}.landing-btn-small{min-height:40px;border-radius:11px;padding:0 24px;background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 12px 28px #2563eb47}.landing-btn-primary{background:linear-gradient(135deg,#2563eb,#4f46e5,#1238ff);color:#fff;box-shadow:0 18px 42px #2563eb61}.landing-btn-secondary{color:#fff;border-color:#ffffffb8;background:#ffffff0a;box-shadow:inset 0 1px #ffffff26}.landing-hero{position:relative;z-index:2;display:grid;grid-template-columns:minmax(420px,1fr) minmax(520px,640px);gap:58px;align-items:center;padding:70px 0 128px}.landing-hero-copy h1{max-width:620px;margin:0 0 24px;font-size:58px;line-height:1.16;letter-spacing:0;color:#fff;text-shadow:0 16px 50px rgba(0,0,0,.24)}.landing-hero-copy p{max-width:560px;margin:0;color:#eaf1ffdb;font-size:18px;line-height:1.75}.landing-hero-ctas{display:flex;flex-wrap:wrap;gap:22px;margin-top:36px}.landing-dashboard{position:relative;padding:22px;border:1px solid rgba(174,198,255,.18);border-radius:24px;background:linear-gradient(180deg,#132252eb,#06122ff0);box-shadow:0 38px 80px #0000005c,inset 0 1px #ffffff14}.landing-dashboard-head,.landing-mini-head{display:flex;justify-content:space-between;align-items:center}.landing-dashboard-head strong,.landing-mini-head strong,.landing-transactions>strong,.landing-tools-card>strong{color:#fff}.landing-dashboard-head a,.landing-transactions a,.landing-tools-card a{color:#60a5fa;font-size:12px;font-weight:800}.landing-card-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:16px 0}.landing-virtual-card{position:relative;min-height:116px;overflow:hidden;border:1px solid rgba(255,255,255,.3);border-radius:13px;padding:14px;color:#fff;background:linear-gradient(135deg,#2563eb,#1238ff)}.landing-virtual-card:after{content:"";position:absolute;width:170px;height:170px;right:-74px;top:-74px;border-radius:999px;border:1px solid rgba(255,255,255,.18)}.landing-virtual-card.card-1{background:linear-gradient(135deg,#312e81,#5b21b6)}.landing-virtual-card.card-2{background:linear-gradient(135deg,#075985,#0f766e)}.landing-virtual-card strong,.landing-virtual-card span,.landing-virtual-card small,.landing-virtual-card em{position:relative;z-index:1;display:block}.landing-virtual-card strong{font-size:14px}.landing-virtual-card span{margin-top:20px;font-weight:850;letter-spacing:1px}.landing-virtual-card small{margin-top:12px;color:#ffffffa8;font-size:10px}.landing-virtual-card em{font-style:normal;font-weight:850}.landing-virtual-card i{position:absolute;right:13px;bottom:12px;z-index:1;font-style:normal;font-weight:900;font-size:18px}.landing-virtual-card b{position:absolute;right:14px;bottom:16px;width:42px;height:24px}.landing-virtual-card b:before,.landing-virtual-card b:after{content:"";position:absolute;width:23px;height:23px;border-radius:999px}.landing-virtual-card b:before{background:#ef4444;left:0}.landing-virtual-card b:after{background:#f59e0b;right:0;opacity:.92}.landing-dashboard-grid{display:grid;grid-template-columns:1.16fr .98fr .76fr;gap:12px}.landing-chart-card,.landing-transactions,.landing-tools-card{min-width:0;border:1px solid rgba(174,198,255,.13);border-radius:14px;padding:14px;background:#09163ab8}.landing-mini-head span{border-radius:8px;padding:4px 8px;background:#ffffff14;color:#b9c8f5;font-size:11px}.landing-spend{display:flex;gap:10px;align-items:baseline;margin-top:12px}.landing-spend strong{color:#fff;font-size:24px}.landing-spend small{color:#4ade80;font-weight:800}.landing-bars{height:105px;display:grid;grid-template-columns:repeat(7,1fr);align-items:end;gap:12px;margin-top:18px;padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}.landing-bars i{display:block;min-height:18px;border-radius:6px 6px 0 0;background:linear-gradient(180deg,#38bdf8,#2563eb);box-shadow:0 0 22px #2563eb61}.landing-transaction,.landing-tool{display:flex;align-items:center;gap:10px;margin-top:10px;border-radius:9px;background:#ffffff0f;padding:8px}.landing-transaction span,.landing-tool span{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:linear-gradient(135deg,#22c55e,#60a5fa);color:#fff;font-weight:900;font-size:11px}.landing-transaction:nth-of-type(3) span{background:linear-gradient(135deg,#fb923c,#ef4444)}.landing-transaction:nth-of-type(4) span{background:linear-gradient(135deg,#64748b,#60a5fa)}.landing-transaction div{flex:1;min-width:0}.landing-transaction b,.landing-tool b{display:block;overflow:hidden;color:#fff;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.landing-transaction small{color:#adbbdf;font-size:11px}.landing-transaction em{color:#4ade80;font-size:11px;font-style:normal;font-weight:900}.landing-transaction:nth-of-type(4) em{color:#f59e0b}.landing-tools-card{padding-bottom:10px}.landing-tool{margin-top:8px;padding:6px 8px}.landing-tool span{background:linear-gradient(135deg,#334155,#64748b)}.landing-main{position:relative;z-index:4;margin-top:-86px;padding-bottom:34px}.landing-value-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:20px 30px;border:1px solid rgba(207,217,241,.9);border-radius:16px;background:#fffffff0;box-shadow:0 18px 50px #1c305e1f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.landing-value-item{display:flex;align-items:center;gap:14px;min-width:0}.landing-value-icon,.landing-feature-icon{display:grid;place-items:center;flex:0 0 auto;width:44px;height:44px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;font-weight:900;box-shadow:0 12px 24px #2563eb3d}.landing-value-item strong{display:block;font-size:15px}.landing-value-item small{display:block;color:var(--landing-muted);margin-top:4px;line-height:1.35}.landing-feature-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;margin-top:24px}.landing-feature-card,.landing-use-card,.landing-panel,.landing-price-card{border:1px solid var(--landing-line);border-radius:18px;background:#fff;box-shadow:0 16px 40px #1f386814}.landing-feature-card{min-height:116px;padding:22px}.landing-feature-icon{width:46px;height:46px;border-radius:14px;margin-bottom:14px}.landing-feature-icon.tone-1{background:linear-gradient(135deg,#7c3aed,#4f46e5)}.landing-feature-icon.tone-2{background:linear-gradient(135deg,#34d399,#10b981)}.landing-feature-icon.tone-3{background:linear-gradient(135deg,#fb923c,#f97316)}.landing-feature-icon.tone-4{background:linear-gradient(135deg,#06b6d4,#2563eb)}.landing-feature-icon.tone-5{background:linear-gradient(135deg,#60a5fa,#2563eb)}.landing-feature-card h3{margin:0 0 7px;font-size:16px;line-height:1.3}.landing-feature-card p,.landing-use-card p,.landing-step p{margin:0;color:var(--landing-muted);line-height:1.55}.landing-section{margin-top:26px}.landing-section-head,.landing-panel-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.landing-section h2,.landing-panel h2{margin:0;font-size:23px;letter-spacing:0}.landing-section-head a{color:#1e3a8a;font-weight:800}.landing-use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing-use-card{display:grid;grid-template-columns:1fr 140px;min-height:126px;overflow:hidden;padding:24px;background:linear-gradient(135deg,#fff,#eef5ff)}.landing-use-card h3{margin:0 0 10px;font-size:18px}.landing-illustration{position:relative;align-self:stretch;min-height:84px}.landing-illustration span,.landing-illustration i{position:absolute;display:block}.ill-0 span{width:74px;height:48px;right:12px;bottom:10px;border-radius:10px;background:linear-gradient(135deg,#1d4ed8,#93c5fd);box-shadow:0 12px 24px #2563eb33}.ill-0 i{width:36px;height:36px;right:58px;top:14px;border-radius:50% 50% 45% 45%;background:linear-gradient(135deg,#fed7aa,#fb923c)}.ill-1 span{width:92px;height:56px;right:4px;bottom:14px;border-radius:10px;border:2px solid #bfdbfe;background:linear-gradient(135deg,#e0f2fe,#dbeafe)}.ill-1 i{width:82px;height:50px;right:28px;bottom:12px;border-left:6px solid #2563eb;border-bottom:6px solid #2563eb;transform:skew(-10deg)}.ill-2 span{width:92px;height:64px;right:10px;bottom:8px;border-radius:10px;border:2px solid #bfdbfe;background:linear-gradient(135deg,#e0f2fe,#dbeafe)}.ill-2 i{width:54px;height:10px;right:4px;bottom:12px;border-radius:999px;background:#1d4ed8;transform:rotate(-35deg)}.landing-lower-grid{display:grid;grid-template-columns:1.05fr 1.25fr .82fr;gap:24px;margin-top:26px}.landing-panel{padding:22px}.landing-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;min-height:180px}.landing-step{position:relative;padding:22px 14px;border:1px solid var(--landing-line);border-radius:13px}.landing-step:not(:last-child):after{content:"→";position:absolute;right:-18px;top:50%;color:#b9c6e7;font-weight:900;transform:translateY(-50%)}.landing-step span{display:grid;place-items:center;width:30px;height:30px;margin-bottom:18px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;font-weight:900}.landing-step strong{display:block;margin-bottom:9px}.landing-pricing-panel{min-width:0}.landing-panel-head small{color:#8b97b6;font-weight:700}.landing-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.landing-price-card{position:relative;padding:24px 18px;box-shadow:none}.landing-price-card.popular{border-color:#1238ff;box-shadow:0 14px 34px #2563eb1f}.landing-popular{position:absolute;top:16px;right:16px;border-radius:8px;padding:4px 8px;background:#2563eb;color:#fff;font-size:11px;font-weight:900}.landing-price-card h3{margin:0 0 12px;font-size:18px}.landing-price strong{font-size:31px}.landing-price span{color:var(--landing-muted);font-weight:800}.landing-price-card ul{list-style:none;min-height:112px;margin:18px 0 22px;padding:0}.landing-price-card li{position:relative;margin:10px 0;padding-left:20px;color:#26395e;font-size:13px}.landing-price-card li:before{content:"✓";position:absolute;left:0;color:#0f3a8d;font-weight:900}.landing-plan-btn{display:flex;align-items:center;justify-content:center;height:44px;border:1px solid #b8c5e5;border-radius:10px;font-weight:900;color:#0f1c3c;transition:transform .18s ease,filter .18s ease}.landing-plan-btn.primary{border:0;background:linear-gradient(135deg,#2563eb,#1238ff);color:#fff;box-shadow:0 14px 28px #2563eb40}.landing-faq-list{display:grid;gap:10px}.landing-faq{border:1px solid var(--landing-line);border-radius:11px;overflow:hidden;background:#fff}.landing-faq button{display:flex;justify-content:space-between;align-items:center;width:100%;padding:13px 16px;border:0;border-radius:0;background:#fff;color:#102044;text-align:left;font-weight:850}.landing-faq i{font-style:normal;transition:transform .18s ease}.landing-faq p{display:none;margin:0;padding:0 16px 15px;color:var(--landing-muted);line-height:1.55}.landing-faq.open p{display:block}.landing-faq.open i{transform:rotate(180deg)}.landing-final-cta{display:grid;grid-template-columns:1fr 260px;align-items:center;min-height:132px;margin-top:26px;padding:28px 34px;border-radius:16px;overflow:hidden;color:#fff;background:radial-gradient(circle at 80% 40%,rgba(37,99,235,.64),transparent 30%),linear-gradient(135deg,#06122f,#0b1b55 70%,#1238ff);box-shadow:0 20px 44px #06122f33}.landing-final-cta h2{margin:0 0 8px;color:#fff;font-size:30px}.landing-final-cta p{margin:0 0 18px;color:#eaf1ffc7}.landing-cta-card{position:relative;justify-self:center;width:112px;height:76px;border:2px solid rgba(255,255,255,.55);border-radius:14px;background:linear-gradient(180deg,#ffffff2e,#ffffff0d);box-shadow:0 18px 38px #00000040}.landing-cta-card span{position:absolute;left:0;right:0;top:16px;height:16px;background:#ffffff59}.landing-cta-card i{position:absolute;right:14px;bottom:12px;width:28px;height:14px;border-radius:999px;background:linear-gradient(135deg,#60a5fa,#4f46e5)}.landing-footer{padding:42px 0;color:#d7e2ff;background:#06122f}.landing-footer-grid{display:grid;grid-template-columns:1.6fr repeat(4,1fr) 1.45fr;gap:34px}.landing-footer-brand strong{display:block;color:#fff;font-size:24px;margin-bottom:12px}.landing-footer p{margin:0;color:#9fb0d6;line-height:1.7}.landing-footer-col h3{margin:0 0 14px;color:#fff;font-size:14px}.landing-footer-col a{display:block;margin:9px 0;color:#9fb0d6;font-size:13px}.landing-socials{display:flex;gap:10px;margin-top:18px}.landing-socials span{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#ffffff14}.landing-security{border-left:1px solid rgba(255,255,255,.12);padding-left:28px}.landing-security div{display:inline-flex;align-items:center;gap:8px;margin:0 18px 20px 0;color:#fff}.landing-security small{display:block;color:#dbeafe;font-weight:800}@media (max-width: 1180px){.landing-header{grid-template-columns:auto 1fr auto}.landing-locale{grid-column:1 / -1;justify-content:flex-end}.landing-hero{grid-template-columns:1fr;padding-top:42px}.landing-dashboard{max-width:720px;margin:0 auto}.landing-feature-grid{grid-template-columns:repeat(3,1fr)}.landing-lower-grid{grid-template-columns:1fr}.landing-footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.landing-security{border-left:0;padding-left:0}}@media (max-width: 760px){.landing-container,.landing-header{width:calc(100% - 28px);max-width:1240px}.landing-hero-shell{min-height:auto}.landing-header{display:flex;flex-wrap:wrap;gap:14px;padding-top:20px}.landing-logo{font-size:24px}.landing-nav{order:4;width:100%;justify-content:flex-start;gap:18px;overflow-x:auto;padding-bottom:4px;font-size:13px}.landing-actions{margin-left:auto;gap:10px}.landing-link{display:none}.landing-btn-small{min-height:36px;padding:0 16px}.landing-locale{order:3;width:100%;justify-content:flex-start;gap:8px;overflow-x:auto}.landing-hero{gap:28px;padding:42px 0 118px}.landing-hero{display:block}.landing-hero-copy,.landing-dashboard{width:100%;max-width:100%;min-width:0}.landing-dashboard{margin-top:30px}.landing-hero-copy h1{max-width:100%;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;font-size:40px;line-height:1.2}.landing-hero-copy p{font-size:16px;overflow-wrap:anywhere}.landing-hero-ctas{gap:12px}.landing-btn{min-height:46px;padding:0 20px;border-radius:13px}.landing-dashboard{padding:14px;border-radius:18px}.landing-dashboard *,.landing-virtual-card{min-width:0}.landing-card-row{grid-template-columns:1fr;width:100%}.landing-virtual-card{width:100%;max-width:100%}.landing-dashboard-grid{grid-template-columns:1fr}.landing-main{margin-top:-70px}.landing-value-strip{grid-template-columns:1fr;padding:18px}.landing-feature-grid,.landing-use-grid,.landing-price-grid,.landing-steps{grid-template-columns:1fr}.landing-use-card{grid-template-columns:1fr;gap:12px}.landing-illustration{min-height:80px}.landing-step:not(:last-child):after{display:none}.landing-final-cta{grid-template-columns:1fr;gap:20px;padding:26px 22px}.landing-final-cta h2{font-size:25px}.landing-footer-grid{grid-template-columns:1fr 1fr;gap:24px}.landing-footer-brand,.landing-security{grid-column:1 / -1}}@media (max-width: 420px){.landing-hero-copy h1{font-size:34px}.landing-feature-card,.landing-panel,.landing-use-card{border-radius:16px}.landing-footer-grid{grid-template-columns:1fr}.landing-footer-brand,.landing-security{grid-column:auto}}
