:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #0b1020; color: #eef2ff; }
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at 15% 0%, #1c2b53, #0b1020 48%); min-height: 100vh; }
.shell { width: min(760px, 100%); margin: 0 auto; padding: 32px 16px 56px; }
.brand-lockup { display: flex; align-items: center; min-height: 58px; margin-bottom: 10px; }
.brand-logo { display: block; width: min(230px, 68vw); height: auto; max-height: 58px; object-fit: contain; object-position: left center; }
.hero { padding: 20px 4px 28px; }
.hero-banner { height: 150px; border-radius: 16px; margin: 0 0 22px; background: #141b34 url("assets/jaison-pl-tally-cover-v3-safe-band.png") center / cover no-repeat; border: 1px solid #344269; }
.eyebrow { color: #75e6c2; letter-spacing: .14em; font-size: .78rem; font-weight: 700; }
h1 { font-size: clamp(2rem, 7vw, 3.8rem); line-height: 1.02; margin: 12px 0; }
h2 { font-size: 1.25rem; margin-top: 0; }
.lead { color: #c5cbea; font-size: 1.08rem; line-height: 1.55; }
.card { background: rgba(20, 27, 52, .86); border: 1px solid #344269; border-radius: 18px; padding: 22px; margin: 16px 0; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
label { display: block; color: #d9def2; font-weight: 650; margin: 17px 0; }
input:not([type="checkbox"]), textarea, select { width: 100%; margin-top: 8px; border: 1px solid #4b5b88; border-radius: 10px; background: #0e1530; color: #fff; padding: 12px; font: inherit; }
textarea { resize: vertical; min-height: 84px; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(117,230,194,.35); border-color: #75e6c2; }
.check { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; line-height: 1.45; }
.check input { margin-top: 4px; width: 18px; height: 18px; accent-color: #75e6c2; flex: 0 0 auto; }
.privacy, .fine-print { color: #aeb7d3; font-size: .88rem; line-height: 1.45; }
a { color: #75e6c2; }
button { width: 100%; border: 0; border-radius: 12px; padding: 15px 18px; background: linear-gradient(100deg, #7c3aed, #16b8a4); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
button:disabled { opacity: .65; cursor: wait; }
.status { min-height: 1.5em; padding: 10px 0; font-weight: 650; }
.status.error { color: #ffaaa8; }
.status.success { color: #75e6c2; }
@media (max-width: 480px) { .shell { padding: 20px 12px 42px; } .card { padding: 17px; border-radius: 14px; } .hero-banner { height: 112px; background-position: center; } .brand-logo { width: min(190px, 78vw); max-height: 48px; } }
