:root { color-scheme: dark; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #0B1512; color: #F2F7F4; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; background: radial-gradient(ellipse at 50% 0%, #183C2C 0%, #0B1512 65%); }
[hidden] { display: none !important; }
.shell { max-width: 688px; margin: 0 auto; padding: 36px 24px 24px; }
.header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; margin-bottom: 38px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 750; letter-spacing: -.45px; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border: 2px solid #55D69B; border-radius: 50%; color: #55D69B; font-size: 17px; }
.tag { color: #E8C879; border: 1px solid #786839; padding: 6px 9px; border-radius: 6px; font-size: 10px; font-weight: 700; letter-spacing: .8px; }
h1 { font-size: clamp(28px, 5.5vw, 38px); line-height: 1.16; letter-spacing: -1.1px; margin: 12px 0 15px; }
h2 { font-size: 23px; line-height: 1.3; letter-spacing: -.4px; margin: 0 0 10px; }
p { margin: 0; line-height: 1.65; }
.lead { color: #B9CABF; font-size: 16px; }
.eyebrow { color: #9EBAAC; font-size: 11px; letter-spacing: 1.3px; font-weight: 700; }
.muted { color: #B9CABF; font-size: 14px; }
.hint, .fine-print { color: #A9BEB1; font-size: 12px; line-height: 1.55; }
.card { padding: 28px; border: 1px solid #3D5748; background: #12231B; border-radius: 20px; box-shadow: 0 14px 40px #00000012; margin-bottom: 20px; }
.welcome { margin: 12px 0 24px; padding: 34px; }
.welcome .fine-print { padding-top: 22px; border-top: 1px solid #3D5748; margin-top: 26px; }
.welcome .button { margin-top: 22px; }
.intro { padding: 0 2px; margin-bottom: 24px; }
#copy-meta { margin-top: 13px; font-size: 12px; }
.balance { font-size: clamp(26px, 6.5vw, 42px); font-weight: 700; line-height: 1.3; letter-spacing: -.6px; margin: 10px 0 24px; overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
.amount-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.amount { font-size: 17px; font-weight: 650; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; margin-top: 3px; }
.balance-block { padding-bottom: 22px; }
.details { margin: 0; }
.details > div { display: grid; grid-template-columns: minmax(95px, 1fr) minmax(0, 1.7fr); gap: 16px; padding: 13px 0; border-top: 1px solid #344B3E; font-size: 14px; line-height: 1.55; }
.details dt { color: #ACC1B4; }
.details dd { margin: 0; text-align: right; overflow-wrap: anywhere; }
.record-note { border-top: 1px solid #344B3E; padding-top: 18px; color: #ACC1B4; font-size: 12px; }
.section-description { margin-bottom: 22px; }
fieldset { border: 0; margin: 0 0 24px; padding: 0; min-width: 0; }
.choice { display: flex; align-items: flex-start; gap: 12px; border: 1px solid #597363; border-radius: 12px; padding: 15px; margin-bottom: 10px; cursor: pointer; }
.choice:has(input:checked) { border-color: #55D69B; background: #1C3729; box-shadow: inset 0 0 0 1px #55D69B; }
.choice strong { display: block; font-size: 15px; margin-bottom: 4px; }
.choice small { color: #BACDC0; display: block; line-height: 1.5; font-size: 13px; }
input[type="radio"], input[type="checkbox"] { accent-color: #55D69B; flex-shrink: 0; width: 20px; height: 20px; margin: 1px 0 0; cursor: pointer; }
.field { margin: 0 0 20px; }
.field > label { display: block; font-size: 14px; font-weight: 650; margin-bottom: 9px; }
.optional { color: #ACC1B4; font-weight: 400; }
input[type="text"], textarea { width: 100%; border: 1px solid #6D8877; border-radius: 9px; background: #0B1B13; color: #F2F7F4; font: inherit; font-size: 16px; padding: 13px; min-height: 48px; line-height: 1.5; }
textarea { resize: vertical; }
.field .hint { margin-top: 7px; }
.consent { margin-bottom: 22px; background: #1C3729; padding: 15px; border-radius: 10px; border: 1px solid #4F705D; }
.consent label { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.6; cursor: pointer; }
.button { min-height: 48px; padding: 13px 20px; border-radius: 9px; border: 1px solid transparent; font: inherit; font-size: 15px; font-weight: 700; cursor: pointer; line-height: 1.4; }
.primary { background: #55D69B; color: #092317; }
.primary:hover { background: #75E5B2; }
.secondary { background: transparent; border-color: #708B79; color: #E3ECE6; }
.secondary:hover { background: #243D2F; }
button:disabled { opacity: .5; cursor: default; }
#review-button { width: 100%; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.actions .primary { flex: 1; }
.notice { padding: 15px; background: #1E3327; border-radius: 9px; color: #CAD8CE; font-size: 13px; line-height: 1.6; margin-top: 18px; }
.error-text { color: #FFB4AB; font-size: 14px; line-height: 1.6; margin: 12px 0; }
.assurance { padding: 2px 5px; margin-top: 24px; font-size: 12px; color: #AFC3B6; }
.assurance strong { color: #D2DFD6; display: block; margin-bottom: 6px; }
.review-details { margin-top: 20px; }
.review-consent { font-size: 14px; color: #CAD8CE; margin: 18px 0 0; }
.multiline { white-space: pre-wrap; }
.status-tag { display: inline-block; color: #C8F2DC; background: #244D38; font-size: 12px; padding: 5px 10px; border-radius: 6px; margin-bottom: 16px; }
.receipt .details { margin-top: 22px; }
footer { color: #A3B8AC; font-size: 12px; padding: 26px 2px 10px; line-height: 1.65; }
.version { margin-left: 10px; }
:focus-visible { outline: 3px solid #F1D389; outline-offset: 4px; }
[aria-invalid="true"] { border-color: #FFB4AB !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: -100px; left: 20px; padding: 14px; background: #55D69B; color: #092317; z-index: 2; }
.skip-link:focus { top: 10px; }
@media (max-width: 420px) { .shell { padding: 24px 16px 16px; } .header { gap: 12px; margin-bottom: 28px; } .brand { font-size: 18px; gap: 9px; } .brand-mark { width: 36px; height: 36px; } .tag { font-size: 9px; } .card, .welcome { padding: 22px; border-radius: 16px; } .amount-grid { gap: 16px; } .details > div { grid-template-columns: minmax(80px, 1fr) minmax(0, 1.5fr); gap: 12px; } .actions { flex-direction: column; } .button { width: 100%; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; } }
