:root{--auth-bg:#0d0f14;--auth-card:rgba(27,29,35,.94);--auth-card-2:#15171c;--auth-line:#31343c;--auth-line-soft:rgba(255,255,255,.08);--auth-text:#f2f3f5;--auth-muted:#9ca3af;--auth-muted-2:#717784;--auth-input:#111318;--auth-button:#343842;--auth-button-hover:#424854;--auth-purple:#7c8cff;--auth-green:#43d8a6;--auth-green-soft:rgba(67,216,166,.12);--auth-amber:#f2a65a;--auth-amber-soft:rgba(242,166,90,.13);--auth-danger:#ff7676;--auth-danger-soft:rgba(255,118,118,.12);--auth-shadow:0 24px 70px rgba(0,0,0,.48);--auth-soft-shadow:0 12px 28px rgba(0,0,0,.24);--auth-font:'Playpen Sans','Manrope',system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box}html,body{min-height:100%}body.auth-body{min-height:100vh;margin:0;color:var(--auth-text);font-family:var(--auth-font);overflow-x:hidden;background:radial-gradient(circle at 20% 20%,rgba(85,90,105,.18),transparent 32%),radial-gradient(circle at 80% 80%,rgba(80,84,96,.14),transparent 30%),var(--auth-bg)}body.auth-body::before{content:'';position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.01) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(circle at 50% 35%,black,transparent 74%)}.auth-page{min-height:100vh;width:100%;display:grid;place-items:center;padding:28px 16px;position:relative;isolation:isolate}.auth-theme-toggle{position:fixed;top:20px;right:20px;z-index:10;width:44px;height:44px;border-radius:15px;border:1px solid var(--auth-line);background:rgba(27,29,35,.88);color:#e8c96c;display:grid;place-items:center;cursor:pointer;box-shadow:var(--auth-soft-shadow);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .18s ease,border-color .18s ease,background .18s ease}.auth-theme-toggle:hover{transform:translateY(-1px);border-color:#4b515d;background:rgba(35,38,46,.94)}.auth-theme-toggle svg{width:18px;height:18px;fill:currentColor}.auth-shell{width:min(100%,460px);display:block}.auth-card{border:1px solid var(--auth-line);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.015)),linear-gradient(180deg,var(--auth-card),var(--auth-card-2));border-radius:24px;box-shadow:var(--auth-shadow),inset 0 1px 0 rgba(255,255,255,.055);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.auth-login-card{padding:28px;position:relative;overflow:hidden}.auth-login-card::before{content:'';position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;background:radial-gradient(circle at 18% 9%,rgba(255,255,255,.075),transparent 32%),radial-gradient(circle at 86% 94%,rgba(125,140,255,.08),transparent 35%);opacity:.9}.auth-brand-row,.auth-login-head,.auth-form,.auth-method,.auth-divider,.auth-alert{position:relative;z-index:1}.auth-brand-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:24px}.auth-brand-logo{width:46px;height:46px;border-radius:15px;background:#fff;display:grid;place-items:center;overflow:hidden;box-shadow:0 14px 28px rgba(0,0,0,.28)}.auth-brand-logo img{width:32px;height:32px;object-fit:contain}.auth-brand-name{font-size:18px;line-height:.95;letter-spacing:-.04em;font-weight:900;color:#fff}.auth-login-head{text-align:center;margin-bottom:24px}.auth-login-head>span{display:inline-flex;align-items:center;gap:8px;width:fit-content;margin:0 auto 12px;padding:8px 12px;border-radius:999px;border:1px solid var(--auth-line);background:rgba(255,255,255,.035);color:var(--auth-muted);font-size:12px;font-weight:900}.auth-login-head>span::before{content:'';width:7px;height:7px;border-radius:50%;background:var(--auth-green);box-shadow:0 0 15px rgba(67,216,166,.55)}.auth-login-head h1{margin:0;font-size:31px;line-height:1.08;letter-spacing:-.055em;font-weight:900;color:#fff}.auth-login-head p{max-width:350px;margin:10px auto 0;color:var(--auth-muted);font-size:13px;line-height:1.5;font-weight:750}.auth-alert{margin-bottom:16px;padding:13px 14px;border-radius:15px;border:1px solid rgba(255,118,118,.25);background:var(--auth-danger-soft);color:#ffd1d1;font-size:13px;line-height:1.45;font-weight:850}.auth-alert-success{border-color:rgba(67,216,166,.25);background:var(--auth-green-soft);color:#c9ffed}.auth-method{min-height:68px;width:100%;display:flex;align-items:center;gap:13px;padding:14px 15px;border-radius:18px;border:1px solid var(--auth-line);background:rgba(255,255,255,.035);color:var(--auth-text);text-decoration:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.05);overflow:hidden;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.auth-method:hover{transform:translateY(-1px);border-color:#4b515d;background:rgba(255,255,255,.055);box-shadow:var(--auth-soft-shadow),inset 0 1px 0 rgba(255,255,255,.07)}.auth-method-icon{width:42px;height:42px;min-width:42px;border-radius:14px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,rgba(88,101,242,.88),rgba(88,101,242,.48));box-shadow:0 12px 28px rgba(88,101,242,.18)}.auth-method-icon svg{width:22px;height:22px;fill:currentColor}.auth-method-text{display:grid;gap:4px;flex:1}.auth-method-text strong{font-size:16px;line-height:1.1;font-weight:950}.auth-method-text small{color:var(--auth-muted);font-size:12px;font-weight:800}.auth-method-arrow{color:var(--auth-muted-2);font-size:18px;transition:transform .18s ease,color .18s ease}.auth-method:hover .auth-method-arrow{transform:translateX(3px);color:var(--auth-text)}.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0 16px;color:var(--auth-muted-2);font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:950}.auth-divider::before,.auth-divider::after{content:'';height:1px;flex:1;background:var(--auth-line)}.auth-form{display:grid;gap:13px}.auth-field{display:grid;gap:8px}.auth-field>span{color:rgba(242,243,245,.78);font-size:12px;font-weight:950}.auth-field input{width:100%;height:51px;border:1px solid #2d3038;border-radius:15px;background:var(--auth-input);color:var(--auth-text);outline:none;padding:0 15px;font:inherit;font-size:14px;font-weight:750;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.auth-field input::placeholder{color:rgba(242,243,245,.32)}.auth-field input:focus{border-color:#5b6270;background:#14171d;box-shadow:0 0 0 4px rgba(120,128,145,.12)}.auth-password-control{position:relative}.auth-password-control input{padding-right:52px}.password-toggle{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:36px;height:36px;border:0;border-radius:11px;background:transparent;color:var(--auth-muted);display:grid;place-items:center;cursor:pointer;transition:background .18s ease,color .18s ease}.password-toggle:hover{color:var(--auth-text);background:rgba(255,255,255,.06)}.password-toggle svg{width:18px;height:18px;fill:currentColor}.password-toggle .eye-closed{display:none}.password-toggle.is-visible .eye-open{display:none}.password-toggle.is-visible .eye-closed{display:block}.auth-submit{position:relative;min-height:51px;border:1px solid #4b515d;border-radius:15px;color:#fff;background:linear-gradient(180deg,var(--auth-button-hover),var(--auth-button));font:inherit;font-size:14px;font-weight:950;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;box-shadow:var(--auth-soft-shadow),inset 0 1px 0 rgba(255,255,255,.09);overflow:hidden;transition:transform .18s ease,filter .18s ease,opacity .18s ease,box-shadow .18s ease}.auth-submit:hover{transform:translateY(-1px);filter:brightness(1.08)}.auth-submit:disabled,.auth-action.is-loading{cursor:wait;opacity:.78;pointer-events:none}.auth-button-spinner{display:none;width:18px;height:18px;min-width:18px;border:2px solid rgba(255,255,255,.28);border-top-color:#fff;border-radius:50%;animation:auth-spin .72s linear infinite}.auth-action.is-loading .auth-button-spinner{display:inline-block}.auth-action.is-loading .auth-method-icon,.auth-action.is-loading .auth-method-arrow{opacity:.25}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-security-card{display:flex;align-items:center;gap:12px;padding:13px;border-radius:16px;border:1px solid var(--auth-line);background:rgba(255,255,255,.035)}.auth-security-card.is-active{border-color:rgba(67,216,166,.24);background:linear-gradient(135deg,var(--auth-green-soft),rgba(255,255,255,.032))}.auth-security-card.is-warning{border-color:rgba(242,166,90,.24);background:linear-gradient(135deg,var(--auth-amber-soft),rgba(255,255,255,.032))}.auth-security-icon{width:42px;height:42px;min-width:42px;border-radius:14px;display:grid;place-items:center;color:rgba(255,255,255,.72);background:rgba(255,255,255,.055);border:1px solid var(--auth-line-soft)}.auth-security-card.is-active .auth-security-icon{color:var(--auth-green);border-color:rgba(67,216,166,.25);background:rgba(67,216,166,.12)}.auth-security-card.is-warning .auth-security-icon{color:var(--auth-amber);border-color:rgba(242,166,90,.25);background:rgba(242,166,90,.12)}.auth-security-icon svg{width:21px;height:21px;fill:currentColor}.auth-security-text{display:grid;gap:2px}.auth-security-text small{display:block;color:var(--auth-muted-2);font-size:10px;letter-spacing:.09em;text-transform:uppercase;font-weight:950}.auth-security-text strong{display:block;color:var(--auth-text);font-size:14px;line-height:1.15;font-weight:950}.auth-security-text em{color:var(--auth-muted);font-style:normal;font-size:11px;font-weight:850}@media (max-width:560px){.auth-page{padding:22px 13px;align-items:start}.auth-theme-toggle{top:14px;right:14px;width:42px;height:42px}.auth-login-card{padding:22px;border-radius:22px}.auth-login-head h1{font-size:28px}.auth-login-head p{font-size:12.5px}.auth-method{min-height:66px}.auth-brand-row{margin-bottom:20px}}