@import "https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700;900&display=swap";.auth-screen{z-index:10000;background:#0a0a0a;justify-content:center;align-items:center;gap:clamp(40px,8vw,200px);width:100vw;height:100vh;padding:24px;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:760px;display:flex;position:relative}.auth-brand-content{z-index:1;position:relative}.auth-brand-title{color:#fff;letter-spacing:-.02em;text-transform:none;margin:0 0 20px;font-family:Inter,sans-serif;font-size:84px;font-weight:900;line-height:.95}.auth-brand-subtitle{color:#fff;letter-spacing:.005em;text-transform:uppercase;white-space:nowrap;max-width:none;margin:0;font-family:Anton,Inter,sans-serif;font-size:48px;font-weight:400;line-height:1}.auth-brand-accent{color:#7c5cff}.auth-brand-tagline{color:#ffffff8c;text-align:center;text-transform:none;letter-spacing:-.005em;max-width:460px;margin-top:28px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.6}.auth-form-panel{background:#f0f0f0;border-radius:20px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:440px;padding:24px 32px;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:12px}.auth-brand{display:none}.auth-headline{color:#0a0a0a;letter-spacing:-.02em;margin:0 0 6px;font-family:Inter,sans-serif;font-size:22px;font-weight:600;line-height:1.2}.auth-tagline{color:#666;margin:0;font-family:Inter,sans-serif;font-size:13px;font-weight:400}.auth-form{flex-direction:column;gap:6px;width:100%;display:flex}.auth-input-group{flex-direction:column;gap:6px;display:flex}.auth-input{color:#0a0a0a;box-sizing:border-box;background:#fff;border:1px solid #c8c8c8;border-radius:10px;outline:none;width:100%;height:44px;padding:0 14px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;transition:border-color .2s}.auth-input::placeholder{color:#999}.auth-input:focus{border-color:#0a0a0a}.auth-button{letter-spacing:.06em;color:#fff;cursor:pointer;text-transform:uppercase;background:#0a0a0a;border:none;border-radius:10px;width:100%;margin-top:8px;padding:12px 24px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;transition:all .2s}.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:20px;padding-top:14px}.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}}
