.auth-body{margin:0;min-height:100dvh;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#eceae6;background:#0f1013}.auth-shell{position:relative;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:40px 16px;overflow:hidden;background:linear-gradient(180deg,#0f1013,#121317 60%,#101114)}.auth-shell:after{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--accent) 25%,transparent),transparent);pointer-events:none}.auth-panel{position:relative;z-index:1;width:100%;max-width:392px;box-sizing:border-box;background:#17181c;border:1px solid #26282e;border-radius:12px;box-shadow:0 8px 8px rgba(0,0,0,.35);padding:34px 38px 30px;display:flex;flex-direction:column;gap:20px}@media (max-width:420px){.auth-panel{padding:28px 22px 26px}}.auth-logo-link{align-self:stretch;display:block;text-align:center}.auth-logo{display:inline-block;width:236px;max-width:100%;height:auto;margin-bottom:6px}.auth-logo-fallback{align-self:center;margin:0 0 6px;font-family:inherit;font-weight:600;font-size:20px;letter-spacing:.02em;color:#eceae6}.auth-form{display:flex;flex-direction:column;gap:20px;width:100%}.auth-form--tight{gap:16px}.auth-head{display:flex;flex-direction:column;gap:4px}.auth-heading{margin:0;font-family:inherit;font-weight:600;font-size:21px;color:#eceae6}.auth-subtitle{margin:0;font-size:13px;line-height:1.5;color:#8e8b85;overflow-wrap:anywhere}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field-labelrow{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.auth-label{font-size:12.5px;font-weight:600;color:#b9b6af}.auth-description{margin:2px 0 0;font-size:12px;line-height:1.45;color:#8e8b85}.auth-input{height:44px;width:100%;box-sizing:border-box;background:#0e0f12;border:1px solid #2b2d34;border-radius:8px;padding:0 14px;font-family:inherit;font-size:14px;color:#eceae6;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.auth-input::placeholder{color:#92949c}.auth-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 15%,transparent)}.auth-btn{height:46px;width:100%;border:none;border-radius:8px;background:var(--accent);color:var(--accent-ink,#17120a);font-family:inherit;font-weight:600;font-size:15.5px;letter-spacing:.02em;cursor:pointer;transition:filter .12s ease}.auth-btn:hover:not(:disabled){filter:brightness(1.07)}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-btn:focus-visible,.auth-check:focus-visible,.auth-link:focus-visible,.auth-muted-link:focus-visible,.auth-textbtn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.auth-code-row{display:flex;gap:9px}.auth-code-box{flex:1;min-width:0;height:56px;box-sizing:border-box;background:#0e0f12;border:1px solid #2b2d34;border-radius:8px;text-align:center;font-family:inherit;font-size:24px;color:#eceae6;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.auth-code-box:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 15%,transparent)}.auth-code-box:disabled{opacity:.5}.auth-checkbox{display:flex;align-items:flex-start;gap:9px;cursor:pointer;user-select:none}.auth-check{flex:none;width:18px;height:18px;margin:1px 0 0;accent-color:var(--accent);cursor:pointer}.auth-checkbox-text{font-size:13px;line-height:1.45;color:#b9b6af}.auth-checkbox--static{cursor:default;user-select:text}.auth-link{color:var(--accent);text-decoration:none;font-weight:600}.auth-link:hover{text-decoration:underline}.auth-field-labelrow .auth-link{font-size:12.5px;font-weight:400}.auth-textbtn{background:none;border:none;padding:0;cursor:pointer;font:inherit;color:var(--accent);font-weight:600}.auth-textbtn:hover{text-decoration:underline}.auth-muted-link{background:none;border:none;padding:0;cursor:pointer;font:inherit;font-size:13px;color:#8e8b85;text-decoration:none}.auth-muted-link:hover{color:#b9b6af}.auth-error{margin:0;font-size:13px;line-height:1.45;color:#f4a3a3}.auth-error a{color:inherit;text-decoration:underline}.auth-footline{margin:0;text-align:center;font-size:13.5px;color:#8e8b85}.auth-strength{display:flex;align-items:center;gap:10px;margin-top:2px}.auth-strength-track{flex:1;display:flex;gap:4px}.auth-strength-seg{flex:1;height:4px;border-radius:2px;background:#2b2d34}.auth-strength-word{min-width:44px;text-align:right;font-size:11.5px;font-weight:600}@media (prefers-reduced-motion:reduce){.auth-btn,.auth-code-box,.auth-input{transition:none}}