*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#0f172a;background:radial-gradient(circle at 90% 0%,rgba(94,234,212,.45),transparent 55%),radial-gradient(circle at 0% 100%,rgba(251,191,36,.28),transparent 50%),linear-gradient(135deg,#ecfdf5,#f0fdfa,#ecfeff);background-attachment:fixed;min-height:100vh}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.card{width:100%;max-width:460px;background:#fff;border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 1px #0f172a0a,0 12px 28px #0f172a0f,0 30px 60px #10b98114;padding:28px;display:flex;flex-direction:column;gap:16px}.card__header{display:flex;align-items:center;gap:12px}.card__logo{width:40px;height:40px;border-radius:10px;object-fit:cover;background:#f1f5f9;border:1px solid #e2e8f0}.card__title{margin:0;font-size:20px;font-weight:700;color:#064e3b;letter-spacing:-.01em}.card__banner{width:100%;height:170px;border-radius:14px;object-fit:cover;border:1px solid #e2e8f0;background:#f1f5f9}.card__description{margin:0;font-size:14px;line-height:1.6;color:#475569}.card__wallet{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px}.card__wallet-pill{background:#ecfdf5;color:#047857;padding:4px 10px;border-radius:999px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;border:1px solid #a7f3d0}.card__link{background:none;border:0;color:#059669;font-size:13px;font-weight:600;cursor:pointer;padding:0}.card__link:hover{color:#047857}.card__link--warn{color:#ea580c}.card__tokens{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.token{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;font-size:12px;font-weight:600;color:#334155;transition:border-color .12s ease,background .12s ease,transform .12s ease}.token img{width:28px;height:28px;border-radius:50%;object-fit:cover}.token:hover{background:#f1f5f9;border-color:#cbd5e1}.token--active{background:#ecfdf5;border-color:#10b981;color:#065f46;box-shadow:0 0 0 4px #10b9811a}.card__amount{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#475569;font-weight:600}.card__amount-input{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:12px;padding:0 14px;background:#fff;transition:border-color .12s ease,box-shadow .12s ease}.card__amount-input:focus-within{border-color:#10b981;box-shadow:0 0 0 4px #10b9811f}.card__amount-input input{flex:1;border:0;outline:none;padding:14px 0;font-size:16px;font-weight:600;color:#0f172a;background:transparent}.card__amount-input input::-webkit-outer-spin-button,.card__amount-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.card__amount-input input[type=number]{-moz-appearance:textfield}.card__amount-input input::placeholder{color:#cbd5e1}.card__amount-prefix{font-size:16px;color:#64748b;font-weight:700;margin-right:6px}.card__amount-suffix{font-size:13px;color:#94a3b8;font-weight:600}.card__quick{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:4px}.card__quick-btn{background:#f8fafc;color:#334155;border:1px solid #e2e8f0;border-radius:10px;padding:8px 0;font-size:13px;font-weight:600;cursor:pointer;transition:border-color .12s ease,background .12s ease,color .12s ease}.card__quick-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.card__quick-btn--active{background:#ecfdf5;border-color:#10b981;color:#065f46}.card__price{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:13px;color:#064e3b;background:#ecfdf5;border:1px solid #a7f3d0;padding:10px 12px;border-radius:10px}.card__price strong{color:#047857;font-weight:700}.card__price-muted{color:#64748b;font-size:12px}.card__cta{border:0;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;padding:14px 16px;border-radius:12px;font-size:15px;cursor:pointer;letter-spacing:.01em;box-shadow:0 1px #fff3 inset,0 8px 22px #10b98147;transition:transform 80ms ease,box-shadow .12s ease,opacity .12s ease}.card__cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 1px #fff3 inset,0 12px 28px #10b9815c}.card__cta:disabled{opacity:.55;cursor:not-allowed}.card__status{font-size:13px;padding:10px 12px;border-radius:10px;line-height:1.5;word-break:break-word;border:1px solid transparent}.card__status--idle{display:none}.card__status--pending{background:#fef3c7;color:#92400e;border-color:#fde68a}.card__status--success{background:#d1fae5;color:#065f46;border-color:#6ee7b7}.card__status--error{background:#fee2e2;color:#991b1b;border-color:#fecaca}.card__status a{color:inherit;text-decoration:underline}.card__footer{margin-top:4px;padding-top:14px;border-top:1px solid #f1f5f9;font-size:12px;color:#64748b;line-height:1.55;text-align:center}
