: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)}}button,input[type=submit],input[type=button]{-webkit-appearance:none;-webkit-tap-highlight-color:transparent}button:active,input[type=submit]:active,input[type=button]:active{opacity:.8}@media screen and (max-width:768px){input,select,textarea{font-size:16px}}.primary-button{touch-action:manipulation;min-height:44px}.auth-layout{background:#0a0a0c;justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-card{background:#0c0c0f;border:1px solid #ffffff0f;border-radius:16px;width:100%;max-width:360px;padding:32px 28px}.auth-title{color:#fff;text-align:center;margin:0 0 4px;font-size:20px;font-weight:600}.auth-subtitle{color:#7a7670;text-align:center;margin:0 0 24px;font-size:13px}.auth-form .form-group{margin-bottom:16px}.auth-form .form-label{color:#8a9e82;margin-bottom:6px;font-size:12px;display:block}.auth-form .input{color:#fff;background:#111115;border:1px solid #ffffff14;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-size:14px;transition:border-color .2s}.auth-form .input:focus{border-color:#8a9e8266}.auth-form .form-error{color:#c45;margin:0;font-size:13px}.auth-form .btn{cursor:pointer;border:none;border-radius:8px;width:100%;padding:12px;font-size:14px;font-weight:500;transition:all .2s}.auth-form .btn-primary{color:#0a0a0c;background:#8a9e82}.auth-form .btn-primary:hover{background:#9aae92}.auth-form .btn:disabled{opacity:.6;cursor:not-allowed}
