:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--accent: #6c5ce7;--accent-light: #a29bfe;--green: #00b894;--red: #e17055;--card-bg: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .08);--input-bg: rgba(255, 255, 255, .05);--input-border: rgba(255, 255, 255, .1)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#0a0a0a;color:#fafafa}.app{min-height:100vh;display:flex;flex-direction:column}.header{padding:1.25rem 2rem;border-bottom:1px solid var(--card-border);display:flex;align-items:center;gap:.75rem}.logo{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent-light));display:grid;place-items:center;font-size:1.1rem;font-weight:700;color:#fff;flex-shrink:0}.header-title{font-size:1.1rem;font-weight:600;letter-spacing:-.02em}.header-sub{font-size:.75rem;color:#fff6}.main{flex:1;display:grid;place-items:center;padding:2rem}.converter{width:100%;max-width:480px;display:flex;flex-direction:column;gap:1.5rem}.steps{display:flex;justify-content:center;gap:.5rem;margin-bottom:.5rem}.step-dot{width:8px;height:8px;border-radius:50%;background:#ffffff26;transition:all .3s}.step-dot.active{background:var(--accent);box-shadow:0 0 8px #6c5ce780;width:24px;border-radius:4px}.step-dot.done{background:var(--green)}.panel{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;padding:1.75rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.panel-title{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;letter-spacing:-.01em}.panel-desc{font-size:.82rem;color:#ffffff73;margin-bottom:1.5rem}.field{margin-bottom:1.25rem}.field:last-child{margin-bottom:0}.field-label{display:block;font-size:.78rem;font-weight:500;color:#fff9;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.field-input{width:100%;padding:.85rem 1rem;border-radius:.6rem;border:1px solid var(--input-border);background:var(--input-bg);color:#fafafa;font-size:1rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.field-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #6c5ce726}.field-input::placeholder{color:#ffffff40}.amount-row{display:flex;gap:.75rem}.amount-row .field-input{flex:1}.currency-badge{display:flex;align-items:center;padding:0 1rem;border-radius:.6rem;border:1px solid var(--input-border);background:var(--input-bg);font-weight:600;font-size:.9rem;color:#ffffffb3;white-space:nowrap}.crypto-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.crypto-option{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1rem .5rem;border-radius:.7rem;border:1.5px solid var(--input-border);background:transparent;color:#fafafa;cursor:pointer;transition:all .2s;font-family:inherit}.crypto-option:hover{border-color:#ffffff40;background:#ffffff08}.crypto-option.selected{border-color:var(--accent);background:#6c5ce71a;box-shadow:0 0 0 2px #6c5ce733}.crypto-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-size:1.2rem;font-weight:700}.crypto-name{font-size:.78rem;font-weight:500}.crypto-ticker{font-size:.68rem;color:#fff6}.btn{width:100%;padding:.9rem;border-radius:.6rem;border:none;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;letter-spacing:-.01em}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-light));color:#fff}.btn-primary:hover{box-shadow:0 4px 20px #6c5ce759;transform:translateY(-1px)}.btn-primary:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:var(--input-bg);color:#ffffffb3;border:1px solid var(--input-border)}.btn-secondary:hover{background:#ffffff14;color:#fafafa}.btn-row{display:flex;gap:.75rem;margin-top:.5rem}.btn-row .btn{flex:1}.summary{display:flex;flex-direction:column;gap:1rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.summary-row:last-of-type{border-bottom:none}.summary-label{font-size:.82rem;color:#ffffff80}.summary-value{font-weight:600;font-size:.95rem}.summary-highlight{font-size:1.4rem;font-weight:700;color:var(--green);text-align:center;padding:1rem 0 .5rem}.summary-crypto-label{text-align:center;font-size:.78rem;color:#fff6;margin-bottom:.5rem}.success-icon{width:64px;height:64px;border-radius:50%;background:#00b89426;display:grid;place-items:center;margin:0 auto 1rem;font-size:2rem}.success-title{text-align:center;font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.success-sub{text-align:center;font-size:.85rem;color:#ffffff80;margin-bottom:1.5rem}.tx-id{text-align:center;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;color:#ffffff4d;padding:.75rem;background:#ffffff08;border-radius:.5rem;margin-bottom:1.5rem;word-break:break-all}.card-visual{position:relative;width:100%;aspect-ratio:1.586;max-width:320px;margin:0 auto 1.5rem;border-radius:.9rem;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:1.25rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.card-visual:before{content:"";position:absolute;top:-30%;right:-20%;width:60%;height:100%;border-radius:50%;background:#6c5ce71f;filter:blur(40px)}.card-chip{width:36px;height:28px;border-radius:5px;background:linear-gradient(135deg,#d4a947,#c7963c);border:1px solid rgba(255,255,255,.1)}.card-number{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.05rem;letter-spacing:.15em;color:#ffffffd9}.card-bottom{display:flex;justify-content:space-between;align-items:flex-end}.card-holder-label,.card-exp-label{font-size:.55rem;text-transform:uppercase;letter-spacing:.12em;color:#ffffff59;margin-bottom:.2rem}.card-holder,.card-exp{font-size:.8rem;font-weight:500;color:#fffc;letter-spacing:.05em}.rate-bar{display:flex;justify-content:space-between;padding:.75rem 1rem;background:#ffffff08;border-radius:.5rem;font-size:.78rem}.rate-bar-label{color:#fff6}.rate-bar-value{font-weight:600;color:#fffc}.networks{display:flex;gap:.5rem;flex-wrap:wrap}.network-chip{padding:.45rem .85rem;border-radius:2rem;border:1px solid var(--input-border);background:transparent;color:#fff9;font-size:.78rem;cursor:pointer;transition:all .2s;font-family:inherit}.network-chip:hover{border-color:#ffffff40}.network-chip.selected{border-color:var(--accent);background:#6c5ce71a;color:#fafafa}.wallet-input-row{display:flex;gap:.5rem}.wallet-input-row .field-input{flex:1}.paste-btn{padding:0 1rem;border-radius:.6rem;border:1px solid var(--input-border);background:var(--input-bg);color:var(--accent-light);font-size:.82rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .2s;white-space:nowrap}.paste-btn:hover{background:#6c5ce71a;border-color:var(--accent)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.pulse{animation:pulse 1.5s ease-in-out infinite}@media(max-width:520px){.main,.panel{padding:1.25rem}.crypto-grid{grid-template-columns:repeat(2,1fr)}.card-visual{max-width:100%}}
