:root{--background:#050506;--foreground:#f3e6c6;--foreground-muted:#b9aa82;--accent:#e0c98a}html,body{height:100%}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top,#181215 0%,#050506 55%,#020203 100%);flex-direction:column;justify-content:stretch;align-items:stretch;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Arial,Helvetica,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.main-shell{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.card{background:#050506e6;border:1px solid #e0c98a33;border-radius:16px;width:100%;max-width:420px;padding:32px 28px;box-shadow:0 18px 60px #000c}.card-title{letter-spacing:.14em;text-transform:uppercase;text-align:center;color:var(--accent);margin-bottom:8px;font-size:24px}.card-subtitle{text-align:center;color:var(--foreground-muted);margin-bottom:24px;font-size:13px}.form-field{flex-direction:column;gap:4px;margin-bottom:14px;display:flex}.label{letter-spacing:.08em;text-transform:uppercase;color:var(--foreground-muted);font-size:12px}.input{color:var(--foreground);background:#0a0a0ce6;border:1px solid #e0c98a4d;border-radius:999px;padding:10px 14px;font-size:14px}.input::placeholder{color:#f9f1d266}.checkbox-row{color:var(--foreground-muted);justify-content:space-between;align-items:center;gap:8px;margin:4px 0 18px;font-size:12px;display:flex}.checkbox-row-left{align-items:center;gap:6px;display:flex}.checkbox{background:0 0;border:1px solid #e0c98a80;border-radius:4px;width:14px;height:14px}.primary-button{width:100%;color:var(--foreground);letter-spacing:.12em;text-transform:uppercase;text-align:center;cursor:pointer;background:linear-gradient(135deg,#2c231f,#141015);border:1px solid #e0c98acc;border-radius:999px;padding:10px 16px;font-size:14px}.primary-button:hover{border-color:#e4cf95}.helper-text{text-align:center;color:var(--foreground-muted);margin-top:12px;font-size:11px}.link-text{color:var(--accent)}.spa-play-ring{cursor:pointer;border:1px solid #c8b28259;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;transition:border-color .3s;display:flex;position:relative}.spa-play-ring:before{content:"";border:.5px solid #c8b28226;border-radius:50%;position:absolute;inset:-10px}.spa-play-ring:hover{border-color:#c8b282b3}.spa-waveform{justify-content:center;align-items:center;gap:3px;display:flex}.spa-waveform span{background:#c8b47a;border-radius:1px;width:2px;animation:1.4s ease-in-out infinite spaWave;display:block}.spa-waveform span:first-child{height:6px;animation-delay:0s}.spa-waveform span:nth-child(2){height:14px;animation-delay:.1s}.spa-waveform span:nth-child(3){height:20px;animation-delay:.2s}.spa-waveform span:nth-child(4){height:10px;animation-delay:.3s}.spa-waveform span:nth-child(5){height:18px;animation-delay:.4s}.spa-waveform span:nth-child(6){height:24px;animation-delay:.5s}.spa-waveform span:nth-child(7){height:14px;animation-delay:.6s}.spa-waveform span:nth-child(8){height:8px;animation-delay:.7s}.spa-waveform span:nth-child(9){height:18px;animation-delay:.8s}.spa-waveform span:nth-child(10){height:12px;animation-delay:.9s}.spa-waveform span:nth-child(11){height:22px;animation-delay:1s}.spa-waveform span:nth-child(12){height:8px;animation-delay:1.1s}@keyframes spaWave{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1.2)}}
