:root{--yellow:#fee50f;--yellow-soft:#fffbd8;--ink:#0b0b0b;--paper:#f3f3f0;--white:#ffffff;--muted:#70706a;--line:#deded8;--line-strong:#c9c9c2;--soft:#f7f7f4;--danger:#9f2f27;--danger-soft:#fff2f0;--font-sans:"Helvetica Neue",Helvetica,Arial,sans-serif;--font-mono:"SFMono-Regular",Consolas,"Liberation Mono",monospace}*{box-sizing:border-box}body,html{background:var(--paper)}body{margin:0;color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}button,input,select{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.shell{min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto}.topbar{min-height:68px;padding:0 32px;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);background:rgba(243,243,240,.94)}.brand,.topbar{align-items:center}.brand{display:inline-flex;width:132px;min-width:132px}.brand-logo{display:block;width:100%;height:auto}.top-context{display:flex;align-items:center;gap:12px}.environment-tag{padding:5px 8px;border:1px solid #d5c400;border-radius:99px;background:var(--yellow-soft);color:#635b00;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.top-meta{color:var(--muted);font-size:12px;font-weight:550}.mono{font-family:var(--font-mono),monospace;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.section-label{color:var(--muted);font-size:12px;font-weight:650;letter-spacing:.02em}.page-main{width:min(1040px,calc(100% - 40px));margin:auto;padding:56px 0 64px}.footer{min-height:58px;padding:14px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.footer strong{color:var(--ink);font-weight:650}.deposit-grid{min-height:calc(100dvh - 246px);display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:clamp(48px,8vw,104px);gap:clamp(48px,8vw,104px);align-items:center}.intro{max-width:390px}.marker{width:28px;height:3px;margin-bottom:26px;background:var(--yellow)}.intro h1{margin:12px 0 0;max-width:390px;font-size:clamp(38px,4.5vw,58px);font-weight:570;line-height:1.02;letter-spacing:-.06em}.intro p{max-width:380px;margin:22px 0 0;color:var(--muted);font-size:15px;line-height:1.65}.trust-list{margin-top:30px;display:grid;grid-gap:10px;gap:10px;color:#555550;font-size:12px}.trust-list span{display:flex;align-items:center;gap:10px}.trust-list span:before{content:"";width:5px;height:5px;flex:0 0 auto;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 1px #c9b900}.deposit-card{padding:clamp(28px,4vw,44px);border:1px solid var(--line-strong);border-radius:14px;background:var(--white);box-shadow:0 24px 60px rgba(15,15,12,.08)}.card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:38px}.card-title h2{margin:7px 0 0;font-size:24px;font-weight:620;letter-spacing:-.04em}.account-badge{padding:7px 10px;border:1px solid var(--line);border-radius:99px;background:var(--soft);color:var(--muted);font-size:10px;font-weight:650}.field{display:grid;grid-gap:9px;gap:9px}.field+.field{margin-top:24px}.field label{color:#33332f;font-size:13px;font-weight:600}.field-help{color:var(--muted);font-size:11px;line-height:1.5}.amount-control{display:grid;grid-template-columns:auto 1fr;align-items:center;border-bottom:1.5px solid var(--ink)}.amount-control span{padding-bottom:8px;color:var(--muted);font-size:28px;font-weight:520}.amount-control input{width:100%;min-width:0;padding:0 0 8px 9px;border:0;outline:0;background:transparent;color:var(--ink);font-size:clamp(48px,5vw,66px);font-weight:590;line-height:1;letter-spacing:-.025em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.currency-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.currency-option{min-width:0;min-height:62px;padding:10px 9px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;border:1px solid var(--line);border-radius:9px;background:var(--soft);color:var(--ink);text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.currency-option:hover{border-color:#aaa9a1}.currency-option.active{border-color:var(--ink);background:var(--white);box-shadow:inset 0 0 0 1px var(--ink)}.currency-icon{position:static;justify-self:center;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:50%;background:var(--white);color:var(--ink);font-size:12px;font-weight:760;line-height:1;pointer-events:none}.currency-icon.eur{background:var(--yellow-soft);border-color:#e2d979}.currency-icon.aed{font-size:11px}.currency-option span:last-child{min-width:0;display:grid;grid-gap:3px;gap:3px}.currency-option strong{display:block;font-size:12px;line-height:1}.currency-option small{display:block;overflow:hidden;color:var(--muted);font-size:9px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.currency-option:focus-visible{border-color:var(--ink);outline:none;box-shadow:0 0 0 3px rgba(254,229,15,.18)}.primary-button,.primary-link,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;cursor:pointer;font-weight:680;transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease}.method-button:active,.primary-button:active,.primary-link:active,.secondary-button:active{transform:translateY(1px)}.primary-button{width:100%;min-height:54px;margin-top:28px;border:1px solid var(--ink);background:var(--ink);color:var(--white)}.primary-button:hover,.primary-link:hover{border-color:#d5c400;background:var(--yellow);color:var(--ink)}.primary-button:disabled{cursor:wait;background:#333;color:#aaa}.form-error{margin:12px 0 0;color:var(--danger);font-size:13px}.card-foot{margin-top:18px;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:10px}.checkout-main{width:min(820px,calc(100% - 40px));margin:auto;padding:38px 0 48px}.checkout-card{overflow:hidden;border:1px solid var(--line-strong);border-radius:16px;background:var(--white);box-shadow:0 28px 72px rgba(15,15,12,.09)}.checkout-intro{padding:24px 30px 0;justify-content:space-between;gap:20px}.checkout-intro,.merchant-line{display:flex;align-items:center}.merchant-line{gap:11px}.merchant-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:var(--ink);color:var(--yellow);font-size:11px;font-weight:750}.merchant-line div:last-child{display:grid;grid-gap:2px;gap:2px}.merchant-line span{color:var(--muted);font-size:10px}.merchant-line strong{font-size:13px}.expiry-chip{padding:7px 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid #e0d66f;border-radius:99px;background:var(--yellow-soft);color:#625a00;font-size:11px;font-weight:650;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.expiry-chip.expired{border-color:#efc3bd;background:var(--danger-soft);color:var(--danger)}.expiry-chip.confirmed{border-color:#d5c400;background:var(--yellow);color:var(--ink)}.amount-summary{padding:30px 30px 26px;text-align:center}.amount-summary>span{color:var(--muted);font-size:12px}.amount-summary h1{margin:9px 0 10px;font-size:clamp(58px,8vw,80px);font-weight:590;line-height:.95;letter-spacing:-.07em}.amount-summary h1 small{margin-left:10px;color:var(--muted);font-size:.24em;font-weight:650;letter-spacing:.02em}.order-reference{color:var(--muted);font-size:10px}.order-reference code{color:#44443f;font-family:var(--font-mono);font-size:10px}.funding-panel,.method-section{padding:26px 30px;border-top:1px solid var(--line)}.section-heading{margin-bottom:18px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.buy-crypto-heading h2,.section-heading h2{margin:7px 0 0;font-size:20px;font-weight:620;letter-spacing:-.035em}.method-helper{color:var(--muted);font-size:10px}.method-selector{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px;padding:4px;border:1px solid var(--line);border-radius:13px;background:var(--soft)}.method-button{min-width:0;padding:12px 14px;display:grid;grid-template-columns:22px 1fr 18px;grid-gap:9px;gap:9px;align-items:center;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--muted);text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.method-button:hover{color:var(--ink)}.method-button>svg{width:18px;height:18px}.method-button strong{display:block;color:var(--ink);font-size:13px}.method-button span span{display:block;margin-top:3px;font-size:10px;line-height:1.35}.method-button.active{border-color:var(--line);background:var(--white);color:var(--ink);box-shadow:0 6px 16px rgba(15,15,12,.06)}.method-button.active>svg{color:#9c8b00}.selection-dot{width:18px;height:18px;display:grid!important;place-items:center;border:1px solid transparent;border-radius:50%;background:transparent}.method-button.active .selection-dot{border-color:#c7b700;background:var(--yellow);color:var(--ink)}.transaction-summary{margin-bottom:24px;display:grid;grid-template-columns:1.15fr .85fr 1fr;border:1px solid var(--line);border-radius:10px;background:var(--soft)}.transaction-summary div{min-width:0;padding:14px}.transaction-summary div+div{border-left:1px solid var(--line)}.transaction-summary span{display:block;margin-bottom:6px;color:var(--muted);font-size:10px}.transaction-summary strong{display:block;overflow-wrap:anywhere;font-size:12px;line-height:1.4}.transaction-summary div:first-child strong{font-size:15px}.network-selector{margin:-8px 0 24px;display:flex;flex-wrap:wrap;gap:8px}.network-option{min-height:34px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--ink);text-align:center}.network-option span{color:var(--muted);font-size:9px}.network-option strong{display:block;font-size:11px;overflow-wrap:anywhere}.network-option.active{border-color:var(--ink);background:var(--ink);color:var(--white)}.network-option.active span{color:#d8d8cf}.payment-instructions{display:grid;grid-template-columns:200px 1fr;grid-gap:26px;gap:26px;align-items:start}.qr-wrap{padding:13px;display:grid;justify-items:center;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:10px;background:var(--white)}.qr-wrap span{color:var(--muted);font-size:10px}.payment-details{min-width:0}.instruction-head h2{margin:7px 0 8px;font-size:20px;font-weight:620;letter-spacing:-.035em}.instruction-head p{margin:0 0 16px;color:var(--muted);font-size:11px;line-height:1.55}.address-box{padding:13px 14px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.address-box span{color:var(--muted);font-size:10px}.address-box code{display:block;margin-top:7px;overflow-wrap:anywhere;color:#333;font-family:var(--font-mono);font-size:10px;line-height:1.5}.action-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.secondary-button{min-height:42px;padding:0 14px;border:1px solid var(--line-strong);background:var(--white);color:var(--ink);font-size:12px}.secondary-button:hover{border-color:var(--ink);background:var(--ink);color:var(--white)}.network-warning{margin-top:14px;padding-top:13px;display:flex;gap:8px;border-top:1px solid var(--line);color:var(--muted);font-size:10px;line-height:1.5}.network-warning svg{flex:0 0 auto;color:#8f7f00}.buy-crypto-heading{margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:20px}.onramper-note{margin-bottom:16px;padding:13px 14px;display:flex;align-items:flex-start;gap:9px;border:1px solid #e2d979;border-radius:8px;background:var(--yellow-soft);color:#595300;font-size:11px;line-height:1.5}.onramper-note svg{flex:0 0 auto}.onramper-target-card{margin-bottom:16px;padding:15px;display:grid;grid-template-columns:1.05fr 1fr 1fr;grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:10px;background:#fbfbf8}.onramper-target-card div{display:grid;grid-gap:4px;gap:4px}.onramper-target-card span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.11em}.onramper-target-card strong{color:var(--ink);font-size:14px;letter-spacing:-.03em}.onramper-target-card p{grid-column:1/-1;margin:2px 0 0;color:var(--muted);font-size:10px;line-height:1.5}.onramper-target-card small{grid-column:1/-1;color:#706700;font-size:10px}.route-select-row{margin-bottom:14px;display:grid;grid-gap:7px;gap:7px}.route-select-row span{color:var(--muted);font-size:9px;letter-spacing:.11em;text-transform:uppercase}.route-select{width:100%;min-height:42px;padding:0 12px;border:1px solid var(--line);border-radius:9px;background:var(--white);color:var(--ink);font:inherit;font-size:12px}.route-select:focus{border-color:var(--ink);outline:none;box-shadow:0 0 0 3px rgba(254,229,15,.22)}.route-select-hint{margin-bottom:14px;padding:10px 12px;border:1px solid #e2d979;border-radius:8px;background:var(--yellow-soft);color:#615900;font-size:10px;line-height:1.45}.onramper-frame{width:100%;height:270px;border:1px solid var(--line);border-radius:10px;background:var(--soft)}.status-strip{padding:20px 30px 23px;border-top:1px solid #282824;background:var(--ink);color:var(--white)}.status-title{margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10px}.status-title span{color:#92928c}.status-title strong{color:var(--yellow)}.status-track{position:relative;display:grid;grid-template-columns:repeat(4,1fr)}.status-track:before{content:"";position:absolute;left:10px;right:10px;top:10px;height:1px;background:#3f3f3a}.status-step{grid-gap:9px;gap:9px;color:#777772;font-size:9px}.status-dot,.status-step{position:relative;display:grid}.status-dot{z-index:1;width:20px;height:20px;place-items:center;border:1px solid #55554f;border-radius:50%;background:var(--ink)}.status-step.done{color:#b6b6ae}.status-step.done .status-dot{border-color:#77776f;color:#b6b6ae}.status-step.current{color:var(--white);font-weight:650}.status-step.current .status-dot{border-color:var(--yellow);background:var(--yellow);box-shadow:0 0 0 4px rgba(254,229,15,.12)}.expired-state{padding:52px 30px 58px}.expired-state,.success-state{border-top:1px solid var(--line);text-align:center}.success-state{padding:46px 30px 50px}.success-icon{width:54px;height:54px;margin:0 auto 16px;display:grid;place-items:center;border:1px solid #d5c400;border-radius:50%;background:var(--yellow);color:var(--ink)}.success-state.settled .success-icon{border-color:var(--ink);background:var(--ink);color:var(--yellow)}.success-state h2{margin:8px 0 0;font-size:26px;font-weight:640;letter-spacing:-.04em}.success-state p{max-width:460px;margin:10px auto 24px;color:var(--muted);font-size:12px;line-height:1.6}.receipt-grid{max-width:620px;margin:0 auto 24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;text-align:left}.receipt-grid div{min-width:0;padding:13px 14px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.receipt-grid span{display:block;margin-bottom:6px;color:var(--muted);font-size:9px;letter-spacing:.09em;text-transform:uppercase}.receipt-grid strong{display:block;overflow-wrap:anywhere;font-size:12px}.receipt-grid code{display:block;overflow-wrap:anywhere;color:#333;font-family:var(--font-mono);font-size:10px;line-height:1.5}.receipt-wide{grid-column:1/-1}.expired-icon{width:48px;height:48px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:var(--danger-soft);color:var(--danger)}.expired-state h2{margin:0;font-size:23px;letter-spacing:-.035em}.expired-state p{max-width:380px;margin:10px auto 22px;color:var(--muted);font-size:12px;line-height:1.55}.abnormal-state{border-color:#eadbb2;background:#fffaf0}.abnormal-state .address-box{max-width:560px;margin:18px auto 0;text-align:left;background:#fff}.status-step.issue .status-dot{border-color:#d6aa22;background:#d6aa22}.primary-link{min-height:46px;padding:0 18px;border:1px solid var(--ink);background:var(--ink);color:var(--white);font-size:12px}.loading-card{padding:80px 40px;border:1px solid var(--line);border-radius:16px;background:var(--white)}.loading-line{height:12px;margin-bottom:12px;border-radius:6px;background:#e9e9e5;animation:pulse 1.2s ease-in-out infinite}.loading-line:first-child{width:35%}.loading-line:nth-child(2){width:70%}.loading-line:nth-child(3){width:55%}@keyframes pulse{50%{opacity:.45}}@media (max-width:820px){.deposit-grid{grid-template-columns:1fr;gap:34px;padding:28px 0}.intro,.intro h1{max-width:560px}.intro h1{font-size:clamp(42px,10vw,58px)}.trust-list{grid-template-columns:repeat(3,1fr);gap:12px}.trust-list span{align-items:flex-start}}@media (max-width:560px){.topbar{min-height:58px;padding:0 16px}.top-meta{display:none}.checkout-main,.page-main{width:min(100% - 24px,1040px);padding:20px 0 28px}.footer{min-height:50px;padding:12px 16px;font-size:9px}.footer span:last-child{display:none}.intro{padding:8px 4px 0}.intro h1{font-size:39px}.intro p{margin-top:16px}.trust-list{display:none}.deposit-card{padding:24px 18px;border-radius:12px}.card-title{margin-bottom:30px}.card-title h2{font-size:21px}.amount-control input{font-size:52px}.currency-picker{grid-template-columns:1fr}.currency-option{min-height:54px;grid-template-columns:32px minmax(0,1fr);padding:10px 12px}.currency-option small{white-space:normal}.card-foot{align-items:flex-start;flex-direction:column;gap:5px}.checkout-main{width:100%;padding:0}.checkout-card{border:0;border-radius:0;box-shadow:none}.checkout-intro{padding:20px 18px 0;align-items:flex-start;flex-direction:column;gap:12px}.expiry-chip{padding:6px 8px;font-size:9px}.amount-summary{padding:26px 18px 22px}.amount-summary h1{font-size:58px}.funding-panel,.method-section{padding:22px 16px}.section-heading{align-items:flex-start;flex-direction:column;gap:7px}.method-helper{display:none}.method-selector{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.method-button{padding:12px 9px;grid-template-columns:20px minmax(0,1fr);gap:7px}.method-button .selection-dot{display:none!important}.method-button span span{display:none}.method-button strong{font-size:10px;line-height:1.25}.transaction-summary{grid-template-columns:1fr 1fr}.transaction-summary div{padding:12px}.transaction-summary div:nth-child(3){grid-column:1/-1;border-top:1px solid var(--line);border-left:0}.network-selector{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-instructions{grid-template-columns:1fr;gap:20px}.qr-wrap{width:202px;margin:auto}.instruction-head h2{font-size:18px}.secondary-button{flex:1 1 auto}.status-strip{position:-webkit-sticky;position:sticky;bottom:0;z-index:5;padding:14px 16px 16px}.status-title{margin-bottom:11px}.status-step{font-size:7px}.status-track:before{top:8px}.status-dot{width:16px;height:16px}.buy-crypto-heading h2{font-size:18px}.onramper-target-card{grid-template-columns:1fr}.onramper-frame{height:300px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}