:root{--form-max:420px;--form-bg:#fff;--form-text:#111827;--form-muted:#6b7280;--form-border:rgba(0,0,0,.12);--form-shadow:0 16px 50px rgba(0,0,0,.12);--form-radius:16px;--form-blue:#1659df;--form-danger:#b91c1c}.form-page{padding:56px 16px 90px;min-height:calc(100vh - 140px)}.form-wrap{width:min(100%,var(--form-max));margin:0 auto}.form-wrap-wide{width:min(100%,760px)}.form-card{background:var(--form-bg);color:var(--form-text);border:1px solid var(--form-border);border-radius:var(--form-radius);box-shadow:var(--form-shadow);overflow:hidden}.form-card-head{padding:22px 22px 14px;border-bottom:1px solid rgba(0,0,0,.08)}.form-title{font-size:2.1rem;line-height:1.1;margin:0 0 10px;font-weight:600;letter-spacing:-.02em}.form-subtitle{margin:6px 0 0;color:var(--form-muted);font-size:.98rem}.form-card-body{padding:18px 22px 22px}.form-card-footer{padding:14px 22px;border-top:1px solid rgba(0,0,0,.08);background:rgba(255,255,255,.92)}.form-group{margin:0 0 10px}.form-label{display:block;margin-bottom:4px;font-size:.92rem}.form-input{width:100%;padding:10px 12px;font-size:1rem;border-radius:10px;border:1px solid rgba(0,0,0,.16);background:#fff;outline:0;transition:border-color .15s ease,box-shadow .15s ease}.form-input:focus{border-color:rgba(22,89,223,.55);box-shadow:0 0 0 4px rgba(22,89,223,.18)}.form-inline-note{margin-top:4px;font-size:.9rem;color:var(--form-muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;align-items:start}.form-col-2{grid-column:1/-1}@media(max-width:720px){.form-grid{grid-template-columns:1fr}}.form-check{display:flex;gap:10px;align-items:center;user-select:none}.form-check input[type="checkbox"]{width:18px;height:18px}.form-actions{margin-top:16px}.form-actions .btn{width:100%}.form-links{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.form-link{font-size:.95rem;color:var(--form-blue);text-decoration:none}.form-link:hover{text-decoration:underline}.form-error{background:rgba(185,28,28,.06);border:1px solid rgba(185,28,28,.2);color:var(--form-danger);padding:12px 34px;border-radius:14px;margin-bottom:14px;font-size:.95rem;display:block;margin:12px 0}.form-field-error{display:block;color:var(--form-danger);margin-top:6px;font-size:.9rem}.captcha-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.captcha-img{width:200px;height:70px;border:1px solid rgba(0,0,0,.12);border-radius:12px;background:#fff}.captcha-refresh{border:1px solid rgba(0,0,0,.14);background:#fff;padding:10px 12px;border-radius:12px;cursor:pointer;font-size:14px}.captcha-refresh:hover{background:rgba(0,0,0,.04)}@media(max-width:480px){.form-card-head,.form-card-body,.form-card-footer{padding-left:16px;padding-right:16px}.form-links{flex-direction:column;align-items:flex-start}}:root{--auth-header-offset:65px;--auth-left-max:760px;--auth-left-inner-max:640px;--auth-right-inner-max:520px}.auth-page{padding:0;min-height:calc(100vh - var(--auth-header-offset));display:flex}.auth-page .form-wrap{width:100%;max-width:none;margin:0;padding:0;flex:1;display:flex}.auth-split{width:100%;display:grid;grid-template-columns:minmax(0,var(--auth-left-max)) 1fr;min-height:calc(100vh - var(--auth-header-offset));background:#fff}.auth-left{background:#fff;display:flex;align-items:center;justify-content:center;padding:68px 56px;border-right:1px solid rgba(0,0,0,.06)}.auth-left-inner{width:100%;max-width:var(--auth-left-inner-max)}.auth-right{position:relative;display:flex;align-items:center;justify-content:center;padding:72px 60px;color:#fff;overflow:hidden;background:radial-gradient(circle at 18% 18%,rgba(11,102,255,.55),transparent 55%),radial-gradient(circle at 78% 40%,rgba(22,89,223,.35),transparent 60%),linear-gradient(135deg,#0a2540 0%,#0b66ff 100%)}.auth-right.auth-right--image::after{content:"";position:absolute;inset:0;opacity:.12;pointer-events:none}.auth-right-inner{position:relative;z-index:2;max-width:var(--auth-right-inner-max)}.auth-hero-title{font-size:40px;line-height:1.05;margin:0 0 14px;font-weight:600;letter-spacing:-.02em}.auth-hero-lead{font-size:17px;line-height:1.55;margin:0 0 26px;opacity:.95}.auth-hero-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.auth-hero-item{display:flex;gap:10px;align-items:flex-start;font-size:15px;opacity:.96}.auth-hero-dot{width:10px;height:10px;margin-top:6px;border-radius:999px;background:rgba(255,255,255,.9)}@media(max-width:1020px){.auth-left{padding:54px 36px}.auth-right{padding:54px 40px}}@media(max-width:960px){.auth-split{grid-template-columns:1fr}.auth-right{min-height:340px;padding:46px 28px}.auth-left{padding:46px 28px;border-right:0}}@media(max-width:520px){.auth-left{padding:34px 18px}.auth-right{padding:34px 18px}.auth-hero-title{font-size:30px}}.login-page{--auth-left-max:720px;--auth-left-inner-max:520px;--auth-right-inner-max:500px}.login-head{padding-bottom:18px}.login-title{font-size:2.1rem;line-height:1.1;margin:0 0 10px;font-weight:600;letter-spacing:-.02em}.login-subtitle{margin:0;font-size:1.02rem;max-width:480px;color:var(--form-muted)}.login-page .form-group{margin:12px 0}.login-page .form-label{margin-bottom:4px;font-size:.92rem}.login-meta{display:flex;align-items:center;justify-content:space-between;margin:10px 0 4px;gap:12px;flex-wrap:wrap}.login-footer-links{margin-top:18px;padding-top:14px;border-top:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}@media(max-width:960px){.login-footer-links{flex-direction:column;align-items:flex-start}}.login-apps{margin-top:48px}.apps-grid{display:flex;justify-content:space-between}.apps-steps{margin-top:18px;margin-left:18px}