:root{color-scheme:light dark;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}body{margin:0;background:#0f172a;color:#e2e8f0;min-height:100vh;transition:background-color .2s ease-out,color .2s ease-out}body.theme-light{background:#f8fafc;color:#1e293b}#root{min-height:100vh;transition:background-color .2s ease-out}.app-shell{max-width:480px;margin:0 auto;padding:32px 16px 48px;background:transparent;transition:background-color .2s ease-out}.theme-light .app-shell{background:#f8fafc}.card{background:#0f172ad9;border:1px solid rgba(148,163,184,.2);border-radius:16px;padding:24px;backdrop-filter:blur(12px);box-shadow:0 28px 60px #080f228c,0 12px 24px #080f2273;transition:background-color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out,backdrop-filter .2s ease-out}.theme-light .card{background:#fffffff2;border:1px solid rgba(148,163,184,.3);box-shadow:0 2px 8px #00000014,0 1px 3px #0000001f}.card h1,.card h2,.card h3{color:#f8fafc;margin-top:0;transition:color .3s ease}.theme-light .card h1,.theme-light .card h2,.theme-light .card h3{color:#1e293b}.card-subtitle{margin:0;color:#e2e8f0b3;transition:color .3s ease}.theme-light .card-subtitle{color:#475569b3}button,input,select,textarea{font:inherit}button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.75rem 1.25rem;border-radius:999px;border:none;background:linear-gradient(135deg,#4169e1,#ff6b35);color:#f8fafc;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 12px 20px #4169e159}.theme-light button:not(:disabled):hover{box-shadow:0 4px 12px #4169e140}.input-field{display:flex;flex-direction:column;gap:6px}.input-field label{font-size:.85rem;color:#cbd5f5;transition:color .3s ease}.theme-light .input-field label{color:#334155}.input-field input,.input-field select,.input-field textarea{padding:.75rem 1rem;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#0f172aa6;color:#f8fafc;transition:border .2s ease,background-color .3s ease,color .3s ease}.theme-light .input-field input,.theme-light .input-field select,.theme-light .input-field textarea{background:#ffffffe6;border:1px solid rgba(148,163,184,.4);color:#1e293b}.input-field input:focus,.input-field select:focus,.input-field textarea:focus{outline:none;border-color:#4169e1b3;box-shadow:0 0 0 3px #4169e133}.theme-light .input-field input:focus,.theme-light .input-field select:focus,.theme-light .input-field textarea:focus{box-shadow:0 0 0 3px #4169e126}.input-field .hint{font-size:.75rem;color:#94a3b8cc;transition:color .3s ease}.theme-light .input-field .hint{color:#475569b3}.input-field .error{font-size:.75rem;color:#ff6b6b}.status-banner{display:grid;gap:4px;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#4169e126;transition:background-color .3s ease,border-color .3s ease}.theme-light .status-banner{border:1px solid rgba(65,105,225,.2);background:#4169e114}.status-banner.error{background:#ff6b3526}.theme-light .status-banner.error{background:#ff6b351a;border:1px solid rgba(255,107,53,.2)}.status-banner h4{margin:0;font-size:.95rem;color:#f8fafc;transition:color .3s ease}.theme-light .status-banner h4{color:#1e293b}.status-banner p{margin:0;font-size:.82rem;color:#e2e8f0cc;transition:color .3s ease}.theme-light .status-banner p{color:#1e293bcc}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.info-details{margin:16px 0;display:grid;gap:12px;padding:16px;border-radius:12px;border:1px solid rgba(148,163,184,.25);background:#0f172a8c;transition:background-color .3s ease,border-color .3s ease}.theme-light .info-details{background:#f8fafccc;border:1px solid rgba(148,163,184,.35)}.info-details__row{display:grid;gap:4px}.info-details__row dt{margin:0;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8e6;transition:color .3s ease}.theme-light .info-details__row dt{color:#475569cc}.info-details__row dd{margin:0;font-size:1rem;color:#f8fafc;word-break:break-word;transition:color .3s ease}.theme-light .info-details__row dd{color:#1e293b}.button-spinner{width:14px;height:14px;border:2px solid rgba(226,232,240,.4);border-top-color:#f8fafcf2;border-radius:999px;animation:spin .8s linear infinite}.theme-light .button-spinner{border:2px solid rgba(71,85,105,.3);border-top-color:#1e293bcc}.theme-toggle-btn{position:absolute;top:16px;right:16px;width:36px;height:36px;padding:0;border:none;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease,transform .2s ease;z-index:10;color:#94a3b8b3}.theme-toggle-btn:hover{opacity:.8;transform:scale(1.1)}.theme-light .theme-toggle-btn{color:#475569cc}.theme-light .theme-toggle-btn:hover{color:#1e293bf2}.info-toggle-btn{width:36px;height:36px;border:none;background:transparent;color:#94a3b873;cursor:pointer;font-size:1rem;line-height:1;text-align:center;box-shadow:none;padding:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:color .12s ease,opacity .12s ease}.theme-light .info-toggle-btn{color:#47556999}.info-toggle-btn:hover{color:#4ade80bf;opacity:.8}.theme-light .info-toggle-btn:hover{color:#22c55ecc}.info-toggle-btn.active{color:#4ade80cc}.theme-light .info-toggle-btn.active{color:#22c55ee6}.order-summary-amount{color:#f8fafc;transition:color .3s ease}.theme-light .order-summary-amount{color:#1e293b}.order-summary-transaction-type{color:#94a3b8e6;transition:color .3s ease}.theme-light .order-summary-transaction-type{color:#475569cc}.order-summary-payment-method{color:#e2e8f0eb;background:#3b82f629;border:1px solid rgba(59,130,246,.22);transition:color .3s ease,background-color .3s ease,border-color .3s ease}.theme-light .order-summary-payment-method{color:#1e293be6;background:#3b82f61f;border:1px solid rgba(59,130,246,.25)}.status-description{color:#e2e8f0e0;transition:color .3s ease}.theme-light .status-description{color:#1e293bd9}.copy-button{color:#94a3b859;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;transition:color .2s ease}.theme-light .copy-button{color:#475569a6}.copy-button:hover{color:#94a3b899;box-shadow:0 2px 4px #0000001a}.theme-light .copy-button:hover{color:#1e293be6;box-shadow:0 2px 4px #00000026}.copy-button.copied{color:#4ade80cc}.theme-light .copy-button.copied{color:#22c55ee6}.final-redirect-link{color:#94a3b8d9;transition:color .2s ease}.theme-light .final-redirect-link{color:#475569cc}.final-redirect-link:hover{color:#e2e8f0f2}.theme-light .final-redirect-link:hover{color:#1e293bf2}.final-redirect-container{border-top:1px solid rgba(148,163,184,.15);color:#94a3b8e6;transition:border-color .3s ease,color .3s ease}.theme-light .final-redirect-container{border-top:1px solid rgba(148,163,184,.25);color:#475569cc}.status-icon{background:transparent;border:none;box-shadow:none}
