.buy-layout{display:grid;grid-template-columns:340px 1fr;min-height:100vh;padding-top:66px}.buy-sidebar{background:var(--navy);position:-webkit-sticky;position:sticky;top:66px;height:calc(100vh - 66px);overflow-y:auto}.sidebar-inner{padding:3rem 2rem;display:flex;flex-direction:column;gap:1.5rem;height:100%}.rate-display{background:rgba(184,145,42,.1);border:1px solid rgba(184,145,42,.25);padding:1.25rem}.rate-label{display:block;font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.4);margin-bottom:6px}.rate-val{font-family:var(--ff-d);font-size:1.5rem;font-weight:300;color:var(--gold)}.method-info{display:flex;flex-direction:column;gap:4px}.method-info p{font-size:.78rem;color:hsla(0,0%,100%,.4);line-height:1.5}.method-badge{display:inline-flex;font-size:.72rem;font-weight:700;letter-spacing:.06em;padding:4px 10px;border-radius:2px}.method-badge.card{background:rgba(34,197,94,.15);color:#4ade80}.method-badge.wire{background:rgba(249,115,22,.15);color:#fb923c}.buy-main{padding:3rem;max-width:580px}.amount-section{margin-bottom:2rem}.field-label{display:block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray);margin-bottom:.5rem}.amount-input-wrap{display:flex;align-items:center;border:2px solid var(--lgray);background:var(--white);transition:border-color .2s}.amount-input-wrap:focus-within{border-color:var(--gold)}.currency-sign{padding:0 1rem;font-size:1.5rem;color:var(--gold);border-right:1px solid var(--lgray)}.amount-input,.currency-sign{font-family:var(--ff-d);font-weight:300}.amount-input{flex:1 1;padding:1rem;border:none;outline:none;font-size:2rem;color:var(--navy);background:transparent;width:100%}.nc-preview{margin-top:.75rem;font-size:.875rem;color:var(--gray)}.nc-preview strong{color:var(--gold);font-weight:700}.nc-preview-rate{margin-left:.5rem;font-size:.75rem;color:var(--lgray)}.mode-indicator{margin-top:.75rem;padding:.65rem 1rem;font-size:.8rem;font-weight:500}.mode-indicator.card{background:rgba(34,197,94,.08);color:#166534;border:1px solid rgba(34,197,94,.2)}.mode-indicator.wire{background:rgba(249,115,22,.08);color:#9a3412;border:1px solid rgba(249,115,22,.2)}.pay-form{display:flex;flex-direction:column;gap:1.5rem}.form-title{font-family:var(--ff-d);font-size:1.4rem;font-weight:400;color:var(--navy)}.form-sub{font-size:.875rem;color:var(--gray);line-height:1.75}.fg{display:flex;flex-direction:column;gap:.4rem}.fg input{padding:.75rem 1rem;border:1px solid var(--lgray);background:var(--white);font-size:.9rem;font-family:var(--ff-b);outline:none;transition:border-color .2s}.fg input:focus{border-color:var(--gold)}.field-hint{font-size:.72rem;color:var(--gray);line-height:1.5}.bank-details{background:var(--white);border:1px solid var(--lgray);border-left:3px solid var(--gold);padding:1.25rem}.bank-title{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.bank-row{display:flex;justify-content:space-between;align-items:baseline;padding:.4rem 0;border-bottom:1px solid var(--lgray);font-size:.82rem;gap:1rem}.bank-row:last-child{border-bottom:none}.bank-row span{color:var(--gray);white-space:nowrap}.bank-row strong{color:var(--navy);text-align:right}.pay-summary{background:var(--cream2);border:1px solid var(--lgray);padding:1rem 1.25rem}.summary-row{display:flex;justify-content:space-between;padding:.4rem 0;font-size:.85rem;border-bottom:1px solid var(--lgray)}.summary-row:last-child{border-bottom:none}.summary-row span{color:var(--gray)}.summary-row strong{color:var(--navy)}.stripe-note{font-size:.72rem;color:var(--gray);text-align:center;margin-top:-.5rem}.form-error{color:#c0392b;font-size:.82rem}.success-box{text-align:center;padding:3rem 1rem}.success-icon{width:64px;height:64px;border-radius:50%;background:rgba(184,145,42,.1);border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--gold);margin:0 auto 2rem}.success-box h2{font-family:var(--ff-d);font-size:1.8rem;font-weight:300;color:var(--navy);margin-bottom:1rem}.success-box p{line-height:1.8;max-width:420px;margin:0 auto}.empty-state,.success-box p{color:var(--gray);font-size:.9rem}.empty-state{padding:3rem;text-align:center;border:1px dashed var(--lgray)}@media (max-width:900px){.buy-layout{grid-template-columns:1fr}.buy-sidebar{position:static;height:auto}.buy-main{padding:2rem 1.5rem;max-width:100%}}