:root{--background: #0b0d10;--surface: #11151a;--surface-hover: #171c22;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .15);--text: #f5f7fa;--text-secondary: #929ca8;--accent: #4f8cff;--accent-hover: #6b9dff;--danger: #ff6b6b}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;min-width:320px;background:#0b0d10;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;width:600px;height:600px;left:50%;top:-350px;transform:translate(-50%);border-radius:50%;background:#4f8cff1f;filter:blur(120px);pointer-events:none}a{color:inherit;text-decoration:none}.auth-page{position:relative;min-height:100vh;padding:60px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-brand{display:flex;align-items:center;gap:11px;margin-bottom:28px;font-size:19px;font-weight:800;letter-spacing:.04em}.auth-brand img{width:42px;height:42px;object-fit:cover;border:1px solid var(--border-strong);border-radius:50%}.auth-card{width:min(100%,440px);padding:34px;border:1px solid var(--border);border-radius:14px;background:#11151aeb;box-shadow:0 30px 80px #0000004d}.auth-heading{text-align:center}.auth-heading h1{margin:0;font-size:27px;letter-spacing:-.025em}.auth-heading p{margin:12px 0 0;color:var(--text-secondary);font-size:14px;line-height:1.6}.auth-form{margin-top:30px}.form-group{margin-bottom:18px}.form-group label{display:block;margin-bottom:8px;color:#cbd1d8;font-size:13px;font-weight:600}.form-group input{width:100%;height:46px;padding:0 13px;outline:none;border:1px solid var(--border-strong);border-radius:8px;background:#0d1116;color:var(--text);font-family:inherit;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}.form-group input::placeholder{color:#59636f}.form-group input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4f8cff1f}.auth-submit{width:100%;height:46px;margin-top:4px;border:0;border-radius:8px;background:var(--accent);color:#fff;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.auth-submit:hover{background:var(--accent-hover);transform:translateY(-1px)}.form-message{display:none;margin-bottom:16px;padding:11px 12px;border-radius:7px;font-size:13px;line-height:1.5}.form-message.error{display:block;border:1px solid rgba(255,107,107,.22);background:#ff6b6b14;color:#ff9292}.form-message.success{display:block;border:1px solid rgba(74,222,128,.22);background:#4ade8014;color:#72e59b}.auth-footer{margin-top:26px;padding-top:22px;border-top:1px solid var(--border);text-align:center;color:var(--text-secondary);font-size:13px}.auth-footer a{margin-left:4px;color:var(--accent-hover);font-weight:600}.back-home{margin-top:24px;color:var(--text-secondary);font-size:13px;transition:color .15s ease}.back-home:hover{color:var(--text)}@media(max-width:520px){.auth-page{padding:35px 14px}.auth-card{padding:26px 20px}}
