:root{--background:#f7f8fa;--surface:#ffffff;--text:#172033;--muted:#667085;--border:#d9dee8;--primary:#0f766e;--primary-soft:#d8f3ef;--danger:#b42318}*{box-sizing:border-box}html{min-height:100%}body{min-height:100vh;margin:0;background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;text-rendering:optimizeLegibility}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button{border:1px solid transparent;border-radius:6px;background:var(--primary);color:#ffffff;cursor:pointer;padding:.625rem .875rem}button:disabled{cursor:not-allowed;opacity:.6}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);padding:.625rem .75rem}input:focus,select:focus,textarea:focus{border-color:var(--primary);outline:2px solid var(--primary-soft);outline-offset:1px}table{width:100%;border-collapse:collapse;background:var(--surface)}td,th{border-bottom:1px solid var(--border);padding:.75rem;text-align:left}th{color:var(--muted);font-weight:600}.admin-shell{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:100vh}.admin-sidebar{border-right:1px solid var(--border);background:#101828;color:#ffffff;padding:1.25rem}.admin-brand{margin-bottom:1.5rem;font-size:.95rem;font-weight:700}.admin-nav{display:grid;gap:.375rem}.admin-nav-item{border-radius:6px;color:#d0d5dd;padding:.625rem .75rem}.admin-nav-item[aria-current=page]{background:#1d2939;color:#ffffff}.admin-main{min-width:0;padding:1.5rem}.admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.admin-topbar h1{margin:0;font-size:1.75rem;letter-spacing:0}.admin-kicker{margin:0 0 .25rem;color:var(--muted);font-size:.85rem}.admin-language{flex:0 0 auto;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);padding:.5rem .75rem}.admin-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.875rem;margin-bottom:1rem}.admin-metric,.admin-panel{border:1px solid var(--border);border-radius:8px;background:var(--surface)}.admin-metric{display:grid;gap:.35rem;padding:1rem}.admin-metric small,.admin-metric span{color:var(--muted)}.admin-metric strong{overflow-wrap:anywhere;font-size:1.45rem;line-height:1.15}.admin-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:1rem}.admin-panel{margin-bottom:1rem;overflow:hidden}.admin-panel h2{margin:0;border-bottom:1px solid var(--border);padding:.875rem 1rem;font-size:1rem}.admin-table-wrap{overflow-x:auto}.admin-status{display:inline-flex;align-items:center;min-height:1.625rem;border-radius:999px;background:#ecfdf3;color:#027a48;padding:.125rem .5rem;font-size:.78rem;font-weight:700;white-space:nowrap}.admin-stack{display:grid;gap:.75rem;padding:1rem}.admin-control-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-bottom:1px solid var(--border);padding:.25rem 0 .75rem}.admin-control-row:last-child{border-bottom:0;padding-bottom:0}.admin-filter-grid,.admin-settings-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.875rem;padding:1rem}.admin-settings-form{display:grid;gap:1rem}.admin-network-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;padding:0 1rem}.admin-network-grid fieldset{display:grid;gap:.75rem;min-width:0;margin:0;border:1px solid var(--border);border-radius:8px;padding:.875rem}.admin-network-grid legend{padding:0 .25rem;font-weight:800}.admin-field{display:grid;gap:.375rem;color:var(--muted);font-size:.875rem}.admin-field input,.admin-field select,.admin-filter-grid input{min-width:0;min-height:2.5rem;border:1px solid var(--border);border-radius:6px;background:#ffffff;color:var(--text);padding:.45rem .625rem}.admin-toggle-field{align-content:start}.admin-switch{display:inline-flex;position:relative;align-items:center;justify-content:flex-end;width:9.25rem;min-height:2.5rem;border:1px solid #fecaca;border-radius:999px;background:#fef2f2;color:#991b1b;padding:.25rem .875rem .25rem 2.75rem;font-weight:800;cursor:pointer}.admin-switch:before{content:"";position:absolute;left:.35rem;width:1.8rem;height:1.8rem;border-radius:999px;background:#ffffff;box-shadow:0 2px 8px rgba(15,23,42,.18);transition:left .18s ease,transform .18s ease}.admin-switch[aria-checked=true]{justify-content:flex-start;border-color:#99f6e4;background:#ccfbf1;color:#0f766e;padding:.25rem 2.75rem .25rem .875rem}.admin-switch[aria-checked=true]:before{left:calc(100% - 2.15rem)}.admin-switch:focus-visible{outline:3px solid rgba(15,118,110,.25);outline-offset:2px}.admin-form-actions{display:flex;align-items:center;gap:.75rem;padding:0 1rem 1rem}.admin-form-actions button{min-height:2.5rem;border:0;border-radius:6px;background:var(--primary);color:#ffffff;padding:.45rem 1rem;font-weight:800}.admin-form-actions span{color:var(--muted);font-weight:700}.admin-chart{display:flex;align-items:flex-end;gap:.75rem;height:260px;padding:1rem}.admin-chart span{flex:1 1;min-width:28px;border-radius:6px 6px 0 0;background:linear-gradient(180deg,#0f766e,#f59e0b)}@media (max-width:920px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{border-right:0;padding:1rem}.admin-nav{grid-auto-flow:column;grid-auto-columns:max-content;overflow-x:auto}.admin-main{padding:1rem}.admin-topbar{align-items:flex-start;flex-direction:column}.admin-filter-grid,.admin-grid,.admin-metrics,.admin-network-grid,.admin-settings-grid{grid-template-columns:1fr}}.customer-shell{min-height:100vh;background:linear-gradient(180deg,rgba(15,118,110,.08) 0,rgba(247,248,250,0) 36%),var(--background)}.customer-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(1120px,calc(100% - 2rem));margin:0 auto;padding:1rem 0}.customer-brand{font-size:1rem;font-weight:800}.brand-logo,.customer-brand{display:inline-flex;align-items:center;color:var(--text)}.brand-logo{gap:.625rem;min-width:0;font-weight:900;line-height:1}.brand-logo img{display:block;flex:0 0 auto;width:2.75rem;max-width:100%;height:auto}.brand-logo-text{min-width:0;white-space:nowrap}.brand-logo-text strong{color:var(--primary)}.brand-logo-compact img{width:2rem}.brand-logo-compact{gap:.5rem;font-size:1rem}.customer-nav{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap;justify-content:flex-end}.language-switcher{display:inline-flex;gap:.25rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);padding:.1875rem}.language-switcher a{border-radius:999px;color:var(--muted);font-size:.85rem;font-weight:700;padding:.25rem .55rem}.language-switcher a[aria-current=page]{background:var(--primary);color:#ffffff}.customer-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);gap:2rem;align-items:start;width:min(1120px,calc(100% - 2rem));margin:0 auto;padding:3rem 0 4rem}.customer-hero-copy{padding-top:1.25rem}.customer-hero-copy h1{margin:0;font-size:3rem;line-height:1.06;letter-spacing:0}.customer-hero-copy p{max-width:34rem;margin:1rem 0 0;color:var(--muted);font-size:1.05rem}.customer-workspace{display:grid;gap:1rem}.rate-panel{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(180px,.65fr);gap:.875rem}.rate-card{display:grid;gap:.4rem;min-width:0;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:1rem;box-shadow:0 10px 28px rgba(23,32,51,.06)}.rate-card-primary{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:flex-end;background:#0f766e;color:#ffffff}.rate-card p,.rate-card span{margin:0;color:var(--muted);font-size:.9rem}.rate-card-primary p,.rate-card-primary span{color:rgba(255,255,255,.82)}.rate-card strong{min-width:0;color:var(--text);font-size:2rem;line-height:1.08;overflow-wrap:anywhere;white-space:normal}.rate-card-primary strong{color:#ffffff;font-size:3.15rem}.rate-card-receive strong{font-size:2.25rem}.quote-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;background:var(--surface);padding:1rem}.asset-pill,.quote-form{border:1px solid var(--border);border-radius:8px}.asset-pill{display:inline-flex;align-items:center;align-self:end;gap:.625rem;min-height:2.875rem;background:#f8fafc;padding:.45rem .75rem;font-weight:800}.asset-pill img{width:5.75rem;max-width:55%;height:1.75rem;object-fit:contain}.choice-section,.strict-warning{grid-column:1/-1}.choice-section{display:grid;gap:.5rem}.choice-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem}.choice-heading strong{font-size:.95rem}.choice-heading span{color:var(--muted);font-size:.85rem;font-weight:700}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem}.choice-card{min-width:0;min-height:5.25rem;border:1px solid var(--border);border-radius:8px;background:#ffffff;color:var(--text);padding:.75rem;text-align:left}.choice-card:hover,.choice-card[aria-pressed=true]{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.choice-card[aria-pressed=true]{background:#f0fdfa}.choice-card-main{display:flex;align-items:center;gap:.75rem}.choice-card-main>span:last-child{display:grid;gap:.125rem;min-width:0}.choice-card-main strong{font-size:1.15rem;line-height:1.1}.choice-card-main small{color:var(--muted);font-size:.8rem;font-weight:700;line-height:1.25}.network-mark{display:inline-grid;place-items:center;flex:0 0 auto;width:3rem;height:3rem;border-radius:999px;background:#fee2e2;color:#b42318;font-size:.78rem;font-weight:900}.network-mark-erc{background:#e0e7ff;color:#3730a3}.wallet-choice{display:grid;place-items:center;background:#ffffff}.wallet-choice img{width:min(9rem,100%);height:3.25rem;object-fit:contain}.strict-warning{margin:0;border:1px solid #fecaca;border-radius:8px;background:#fff1f2;color:#991b1b;padding:.75rem;font-size:.9rem;font-weight:700}.strict-warning-wallet{border-color:#fed7aa;background:#fff7ed;color:#9a3412}.ui-field{display:grid;gap:.375rem;color:var(--muted);font-size:.9rem}.segmented-control{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.375rem;align-self:end;border:1px solid var(--border);border-radius:8px;background:#f2f4f7;padding:.25rem}.segmented-control button,.ui-button{min-height:2.75rem;border-radius:6px;font-weight:700}.segmented-control button{border:0;background:transparent;color:var(--muted);padding:.5rem .75rem}.segmented-control button[aria-pressed=true]{background:var(--surface);color:var(--text);box-shadow:0 1px 4px rgba(23,32,51,.08)}.quote-estimate{display:grid;gap:.25rem;border:1px solid #fde68a;border-radius:8px;background:#fffbeb;padding:.75rem}.quote-estimate span{color:#92400e;font-size:.85rem;font-weight:700}.quote-estimate strong{color:#111827;font-size:1.5rem;overflow-wrap:anywhere}.quote-estimate p{margin:0;color:#92400e;font-size:.82rem;line-height:1.45}.quote-estimate-primary{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.35rem 1rem;border-color:#99f6e4;background:#f0fdfa}.quote-estimate-primary p,.quote-estimate-primary span{color:#0f766e}.quote-estimate-primary strong{color:#0f172a;font-size:2rem;text-align:right}.quote-estimate-primary p{grid-column:1/-1}.order-step-summary{display:grid;grid-column:1/-1;gap:.75rem;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;padding:1rem}.order-step-summary>strong{color:#0f172a;font-size:1rem}.order-step-summary dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0}.order-step-summary dl div{min-width:0}.order-step-summary dt{color:#64748b;font-size:.78rem;font-weight:800}.order-step-summary dd{min-width:0;margin:.2rem 0 0;color:#0f172a;font-weight:900;overflow-wrap:anywhere}.quote-form-actions{display:grid;grid-column:1/-1;grid-template-columns:minmax(0,.45fr) minmax(0,1fr);gap:.75rem}.quote-status{grid-column:1/-1;margin:0;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#1e3a8a;padding:.75rem;font-size:.9rem;font-weight:700}.created-order{display:grid;grid-column:1/-1;gap:.75rem;border:1px solid #99f6e4;border-radius:8px;background:#f0fdfa;padding:1rem}.created-order-heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.created-order-heading strong{font-size:1.05rem}.created-order-heading span{color:#0f766e;font-size:.85rem;font-weight:800}.created-order p{margin:0;color:#115e59;font-size:.9rem;font-weight:700}.created-order dl{display:grid;gap:.5rem;margin:0}.created-order dl div{display:grid;grid-template-columns:minmax(8rem,.4fr) minmax(0,1fr);gap:.75rem;align-items:start}.created-order dt{color:#64748b;font-size:.85rem;font-weight:800}.created-order dd{min-width:0;margin:0;color:#0f172a;font-weight:800}.deposit-address-value{overflow-wrap:anywhere;font-family:var(--font-mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace);font-size:.9rem}.copy-address-button{justify-self:start;min-height:2.5rem;border:1px solid #14b8a6;border-radius:6px;background:#ffffff;color:#0f766e;padding:.45rem .85rem;font-weight:800}.ui-button{align-self:end}.ui-button-secondary{border-color:var(--border);background:var(--surface);color:var(--text)}.auth-page,.customer-page{width:min(760px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 4rem}.auth-card h1,.customer-page h1{margin:0 0 1rem;font-size:2rem;letter-spacing:0}.auth-card,.customer-detail-list,.customer-order-list,.order-timeline{display:grid;gap:.75rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:1rem}.totp-qr{width:min(14rem,100%);height:auto;justify-self:center;background:#ffffff;padding:.5rem}.totp-qr,.totp-secret{border:1px solid var(--border);border-radius:8px}.totp-secret{min-width:0;overflow-wrap:anywhere;background:#f8fafc;padding:.75rem;color:var(--text);font-size:.9rem}.customer-detail-list div,.customer-order-list article{display:grid;grid-template-columns:minmax(120px,1fr) repeat(3,minmax(0,auto));gap:.75rem;align-items:center;border-bottom:1px solid var(--border);padding-bottom:.75rem}.customer-detail-list div:last-child,.customer-order-list article:last-child{border-bottom:0;padding-bottom:0}.customer-detail-list{margin:0 0 1rem}.customer-detail-list dt{color:var(--muted)}.customer-detail-list dd{margin:0;overflow-wrap:anywhere}.order-timeline{margin:1rem 0 0}.auth-page{display:grid;place-items:center;min-height:100vh}.auth-brand{display:grid;justify-items:center;gap:.625rem;width:min(420px,100%);text-align:center}.auth-brand .brand-logo{font-size:1.45rem}.auth-brand .brand-logo img{width:3rem}.auth-brand p{margin:0;color:var(--muted);font-size:.9rem;font-weight:700;line-height:1.45}.auth-card{width:min(420px,100%)}.auth-switch{margin:0;color:var(--muted);font-size:.9rem;font-weight:700;text-align:center}.auth-switch a{color:var(--primary)}.auth-modal-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;background:rgba(15,23,42,.56);padding:1rem}.auth-modal{display:grid;gap:.75rem;width:min(460px,100%);max-height:min(720px,calc(100vh - 2rem));overflow:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:1rem;box-shadow:0 24px 80px rgba(15,23,42,.24)}.auth-modal .auth-card{width:100%;border:0;padding:0}.auth-modal .auth-card h1{font-size:1.5rem}.auth-modal-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) 2.75rem;gap:.375rem;align-items:center;border:1px solid var(--border);border-radius:8px;background:#f2f4f7;padding:.25rem}.auth-modal-tabs button{min-width:0;min-height:2.5rem;border:0;border-radius:6px;background:transparent;color:var(--muted);font-weight:800}.auth-modal-tabs button[aria-pressed=true]{background:#ffffff;color:var(--text);box-shadow:0 1px 4px rgba(23,32,51,.08)}.auth-modal-tabs .auth-modal-close{background:#ffffff;color:var(--text);font-size:1rem}.totp-placeholder{aspect-ratio:1;width:180px;border:1px dashed var(--border);border-radius:8px;background:linear-gradient(90deg,#ffffff 10px,transparent 1%) 50% /18px 18px,linear-gradient(#ffffff 10px,transparent 1%) 50% /18px 18px,#111827}@media (max-width:980px){.customer-hero{grid-template-columns:1fr;gap:1.25rem;padding-top:1.5rem}.customer-hero-copy{padding-top:0}.customer-hero-copy h1{font-size:2.2rem}}@media (max-width:640px){.customer-header{align-items:flex-start;flex-direction:column}.customer-nav{justify-content:flex-start}.choice-grid,.quote-form,.rate-panel{grid-template-columns:1fr}.asset-pill,.choice-heading{align-items:flex-start}.choice-heading{flex-direction:column}.rate-card-primary{grid-template-columns:1fr}.rate-card-primary strong{font-size:2.45rem}.rate-card strong,.rate-card-receive strong{font-size:1.85rem}.created-order dl div,.customer-detail-list div,.customer-order-list article,.order-step-summary dl,.quote-estimate-primary,.quote-form-actions{grid-template-columns:1fr}.quote-estimate-primary strong{text-align:left}}