.splash-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--surface-base)}.splash-card{width:100%;max-width:420px;padding:2.5rem;background-color:var(--surface-raised);border:1px solid var(--border-subtle);border-radius:.75rem;box-shadow:var(--shadow-card)}.splash-card .brand-logo{max-height:60px;max-width:100%;width:auto;margin-bottom:1rem}.splash-card .btn-primary{padding:.6rem 1rem;font-weight:600}.splash-card--wide{max-width:820px}.splash-split{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.splash-split-col{display:flex;flex-direction:column}.splash-split-body{flex:1;display:flex;flex-direction:column}.splash-split-body>form{flex:1;display:flex;flex-direction:column}.splash-split-body>form>.btn:last-of-type{margin-top:auto}.splash-split-right{border-left:1px solid var(--border-subtle);padding-left:2.5rem}.splash-split h2{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.splash-split-right p{color:var(--text-secondary);margin-bottom:1rem}.splash-split-right ul{list-style:none;padding:0;margin-bottom:1.5rem}.splash-split-right ul li{padding:.35rem 0;color:var(--text-secondary)}.splash-split-right ul li:before{content:"✓";color:var(--accent);margin-right:.5rem;font-weight:700}@media(max-width:640px){.splash-card--wide{max-width:420px}.splash-split{grid-template-columns:1fr;gap:1.5rem}.splash-split-right{border-left:none;padding-left:0;border-top:1px solid var(--border-subtle);padding-top:1.5rem}}
