:root{--auth-primary: #1668c4;--auth-primary-dark: #10508f;--auth-primary-soft: #e8f1fb;--auth-accent: #22b8e6;--auth-navy: #0b2340;--auth-navy-mid: #123a63;--auth-ink: #0f1c2e;--auth-body: #4a5b70;--auth-muted: #7c8ca0;--auth-surface: #ffffff;--auth-canvas: #f4f7fb;--auth-border: #d9e1ec;--auth-border-strong: #c3cfdd;--auth-danger: #d92d20;--auth-success: #067647;--auth-radius: 10px;--auth-shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 8px 24px rgba(16, 24, 40, .06)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.55;color:var(--auth-ink);background:var(--auth-canvas);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.auth{display:grid;grid-template-columns:1fr;min-height:100vh}@media(min-width:992px){.auth{grid-template-columns:minmax(380px,44%) 1fr}}.auth__brand{position:relative;display:none;flex-direction:column;justify-content:space-between;padding:48px;overflow:hidden;color:#fff;background:radial-gradient(120% 90% at 15% 0%,rgba(34,184,230,.28) 0%,transparent 55%),linear-gradient(160deg,var(--auth-navy) 0%,var(--auth-navy-mid) 100%)}@media(min-width:992px){.auth__brand{display:flex}}.auth__brand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.09) 1px,transparent 1px);background-size:22px 22px;pointer-events:none}.auth__brand>*{position:relative;z-index:1}.auth__logo{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:#fff}.auth__logo img{display:block;max-height:44px;width:auto}.auth__logo span{font-size:1.25rem;font-weight:700;letter-spacing:-.01em}.auth__pitch{max-width:30rem}.auth__pitch h1{margin:0 0 16px;font-size:clamp(1.75rem,2.4vw,2.4rem);font-weight:700;line-height:1.2;letter-spacing:-.02em}.auth__pitch p{margin:0;font-size:1rem;color:#ffffffb8}.auth__points{margin:32px 0 0;padding:0;list-style:none;display:grid;gap:14px}.auth__points li{display:flex;align-items:flex-start;gap:12px;font-size:.9375rem;color:#ffffffd9}.auth__points svg{flex:0 0 auto;width:20px;height:20px;margin-top:1px;color:var(--auth-accent)}.auth__brand-foot{font-size:.8125rem;color:#ffffff80}.auth__main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px 40px}@media(min-width:992px){.auth__main{padding:48px}}.auth__panel{width:100%;max-width:26rem}.auth__mobile-brand{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:28px;text-decoration:none;color:var(--auth-ink)}.auth__mobile-brand img{display:block;max-height:40px;width:auto}.auth__mobile-brand span{font-size:1.125rem;font-weight:700}@media(min-width:992px){.auth__mobile-brand{display:none}}.auth__heading{margin-bottom:28px}.auth__heading h2{margin:0 0 6px;font-size:1.625rem;font-weight:700;letter-spacing:-.02em;color:var(--auth-ink)}.auth__heading p{margin:0;font-size:.9375rem;color:var(--auth-body)}.auth-form{display:grid;gap:18px}.field{display:grid;gap:6px}.field>label{font-size:.8125rem;font-weight:600;color:var(--auth-ink)}.field__control{position:relative;display:flex;align-items:center}.field__control>svg{position:absolute;left:13px;width:18px;height:18px;color:var(--auth-muted);pointer-events:none}.field__control>svg~input{padding-left:40px}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],.form-control{width:100%;height:44px;padding:0 14px;font:inherit;font-size:.9375rem;color:var(--auth-ink);background:var(--auth-surface);border:1px solid var(--auth-border);border-radius:var(--auth-radius);outline:none;transition:border-color .15s ease,box-shadow .15s ease}input[type=text]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=number]::-moz-placeholder,.form-control::-moz-placeholder{color:var(--auth-muted)}input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=tel]::placeholder,input[type=number]::placeholder,.form-control::placeholder{color:var(--auth-muted)}input[type=text]:hover,input[type=email]:hover,input[type=password]:hover,input[type=tel]:hover,input[type=number]:hover,.form-control:hover{border-color:var(--auth-border-strong)}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=number]:focus,.form-control:focus{border-color:var(--auth-primary);box-shadow:0 0 0 3px #1668c424}.field__toggle{position:absolute;right:6px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;color:var(--auth-muted);background:none;border:0;border-radius:6px;cursor:pointer}.field__toggle:hover{color:var(--auth-body);background:var(--auth-canvas)}.field__toggle svg{width:18px;height:18px}.field__hint{font-size:.8125rem;color:var(--auth-muted)}.checkbox{display:flex;align-items:flex-start;gap:9px;font-size:.875rem;color:var(--auth-body);cursor:pointer}.checkbox input[type=checkbox]{flex:0 0 auto;width:17px;height:17px;margin:2px 0 0;accent-color:var(--auth-primary);cursor:pointer}.checkbox a{color:var(--auth-primary);font-weight:500;text-decoration:none}.checkbox a:hover{text-decoration:underline}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.btn-auth{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:44px;padding:0 20px;font:inherit;font-size:.9375rem;font-weight:600;color:#fff;background:var(--auth-primary);border:1px solid var(--auth-primary);border-radius:var(--auth-radius);cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.btn-auth:hover{background:var(--auth-primary-dark);border-color:var(--auth-primary-dark)}.btn-auth:focus-visible{outline:none;box-shadow:0 0 0 3px #1668c44d}.btn-auth:disabled{opacity:.6;cursor:not-allowed}.btn-auth--ghost{color:var(--auth-body);background:var(--auth-surface);border-color:var(--auth-border)}.btn-auth--ghost:hover{color:var(--auth-ink);background:var(--auth-canvas);border-color:var(--auth-border-strong)}.btn-auth--auto{width:auto}.auth-link{color:var(--auth-primary);font-weight:500;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth__foot{margin-top:24px;font-size:.9375rem;color:var(--auth-body);text-align:center}.auth__back{display:inline-flex;align-items:center;gap:6px;margin-top:20px;font-size:.875rem;color:var(--auth-body);text-decoration:none}.auth__back:hover{color:var(--auth-primary)}.auth__back svg{width:16px;height:16px}.alert{display:flex;gap:10px;padding:12px 14px;font-size:.875rem;border:1px solid transparent;border-radius:var(--auth-radius)}.alert svg{flex:0 0 auto;width:18px;height:18px;margin-top:1px}.alert ul{margin:4px 0 0;padding-left:18px}.alert li+li{margin-top:2px}.alert--error{color:#7a271a;background:#fef3f2;border-color:#fecdca}.alert--error svg{color:var(--auth-danger)}.alert--success{color:#054f31;background:#ecfdf3;border-color:#abefc6}.alert--success svg{color:var(--auth-success)}.alert--info{color:#194185;background:var(--auth-primary-soft);border-color:#b2ddff}.alert--info svg{color:var(--auth-primary)}.alert__title{font-weight:600}[x-cloak]{display:none!important}
