@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Mono:wght@400;700&family=Syne:wght@700;800&display=swap";.auth-screen{z-index:10000;background:linear-gradient(145deg,#0a0a0a 0%,#141414 50%,#0f0f0f 100%);justify-content:center;align-items:center;gap:clamp(40px,10vw,280px);width:100vw;height:100vh;padding:40px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.auth-brand-panel{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:520px;display:flex;position:relative}.auth-brand-panel:before{content:"";pointer-events:none;background:radial-gradient(circle,#b4a0c814 0%,#0000 70%);width:600px;height:600px;position:absolute;top:20%;left:-20%}.auth-brand-panel:after{content:"";pointer-events:none;background:radial-gradient(circle,#c8aa960f 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:10%;right:-10%}.auth-brand-content{z-index:1;position:relative}.auth-brand-title{color:#fff;letter-spacing:-.01em;text-transform:none;margin:0 0 24px;font-family:DM Sans,sans-serif;font-size:78px;font-weight:700;line-height:.95;transform:translateY(-60px)}.auth-brand-subtitle{color:#fff9;letter-spacing:.08em;text-transform:uppercase;margin:0;font-family:Space Mono,monospace;font-size:22px;font-weight:400;transform:translateY(-60px)}.auth-brand-tagline{color:#ffffffb3;white-space:nowrap;text-align:center;text-transform:uppercase;letter-spacing:.05em;margin-top:80px;font-family:Space Mono,monospace;font-size:16px;font-weight:400;line-height:1.6}.auth-form-panel{background:#f0f0f0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:480px;padding:56px 48px;display:flex;box-shadow:0 25px 80px #0006,0 10px 30px #0000004d}.auth-container{width:100%;max-width:380px}.auth-container.shake{animation:.4s ease-out shake}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.auth-background{display:none}.auth-header{margin-bottom:40px}.auth-brand{display:none}.auth-headline{color:#0a0a0a;letter-spacing:-.03em;margin:0 0 8px;font-family:Inter,sans-serif;font-size:28px;font-weight:600;line-height:1.2}.auth-tagline{color:#666;margin:0;font-family:Inter,sans-serif;font-size:15px;font-weight:400}.auth-form{flex-direction:column;gap:16px;width:100%;display:flex}.auth-input-group{flex-direction:column;gap:6px;display:flex}.auth-input{color:#0a0a0a;background:0 0;border:none;border-bottom:1px solid #e0e0e0;border-radius:0;outline:none;width:100%;padding:16px 0;font-family:Inter,sans-serif;font-size:15px;font-weight:400;transition:border-color .3s}.auth-input::placeholder{color:#999}.auth-input:focus{border-bottom-color:#0a0a0a}.auth-button{letter-spacing:.02em;color:#fff;cursor:pointer;text-transform:uppercase;background:#0a0a0a;border:none;border-radius:0;width:100%;margin-top:24px;padding:18px 32px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:all .3s}.auth-button:hover{background:#1a1a1a}.auth-button:disabled{cursor:not-allowed;background:#ccc}.auth-error{color:#c53030;background:#fff5f5;border-left:3px solid #e53e3e;padding:12px 16px;font-family:Inter,sans-serif;font-size:13px}.auth-success{color:#276749;background:#f0fff4;border-left:3px solid #38a169;padding:12px 16px;font-family:Inter,sans-serif;font-size:13px}.auth-terms-container{margin:8px 0}.auth-terms-label{cursor:pointer;align-items:center;gap:10px;display:flex}.auth-terms-checkbox{accent-color:#0a0a0a;width:18px;height:18px}.auth-terms-text{color:#666;font-family:Inter,sans-serif;font-size:13px}.auth-terms-link{color:#0a0a0a;cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:13px;font-weight:600;text-decoration:underline}.auth-toggle-mode{color:#666;cursor:pointer;background:0 0;border:none;width:100%;padding:16px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:color .2s}.auth-toggle-mode:hover{color:#0a0a0a}.auth-forgot-password{color:#999;cursor:pointer;text-align:left;background:0 0;border:none;padding:8px 0;font-family:Inter,sans-serif;font-size:12px}.auth-forgot-password:hover{color:#666}.auth-promo-hint{color:#999;margin:4px 0 0;font-family:Inter,sans-serif;font-size:11px}.auth-footer-info{text-align:center;border-top:1px solid #e0e0e0;width:100%;margin-top:48px;padding-top:24px}.auth-footer-contact{color:#999;text-align:center;margin:0;font-family:Inter,sans-serif;font-size:12px}.auth-footer-contact a{color:#666;font-weight:500;text-decoration:none}.auth-footer-contact a:hover{color:#0a0a0a}@media (max-width:1024px){.auth-screen{gap:50px;padding:30px}.auth-brand-title{font-size:56px}.auth-brand-subtitle{font-size:18px}.auth-form-panel{width:420px;padding:44px 40px}}@media (max-width:768px){.auth-screen{flex-direction:column;gap:30px;padding:24px;overflow-y:auto}.auth-brand-panel{text-align:center;flex:none;align-items:center}.auth-brand-title{margin-bottom:12px;font-size:42px}.auth-brand-subtitle{margin-bottom:16px;font-size:14px}.auth-brand-tagline{font-size:14px;display:none}.auth-form-panel{border-radius:12px;width:100%;max-width:420px;padding:36px 28px}.auth-headline{font-size:24px}}
