:root { --primary: #0b8d66; --ink: #12213a; --muted: #64748b; }
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); }
.auth-body { min-height: 100vh; padding: 28px; display: grid; place-items: center; overflow: hidden; background: #071e31; position: relative; }
.auth-body::before, .auth-body::after { content: ""; position: fixed; border-radius: 50%; pointer-events: none; filter: blur(5px); animation: orb 12s ease-in-out infinite alternate; }
.auth-body::before { width: 520px; height: 520px; top: -170px; right: 38%; background: radial-gradient(circle, rgba(16, 201, 175, .48), transparent 67%); }
.auth-body::after { width: 490px; height: 490px; bottom: -220px; left: 2%; background: radial-gradient(circle, rgba(39, 122, 255, .3), transparent 67%); animation-delay: -5s; }
.auth-shell { width: min(1320px, 100%); min-height: min(760px, calc(100vh - 56px)); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .72fr); position: relative; z-index: 1; border-radius: 22px; overflow: hidden; box-shadow: 0 28px 90px rgba(1, 10, 24, .35); }
.auth-brand { padding: clamp(46px, 8vw, 112px); display: flex; flex-direction: column; justify-content: center; color: white; background: linear-gradient(135deg, rgba(5, 36, 57, .98), rgba(8, 78, 86, .96)); position: relative; isolation: isolate; }
.auth-brand::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to bottom, transparent, black 35%, transparent); }
.auth-logo, .login-mark { width: 74px; height: 74px; object-fit: contain; border-radius: 17px; padding: 8px; background: white; box-shadow: 0 14px 34px rgba(0,0,0,.18); }
.auth-logo { position: static; margin: 0 0 28px; }
.auth-kicker { margin: 0 0 16px; color: #73f3de; text-transform: uppercase; font-size: .76rem; letter-spacing: .16em; font-weight: 800; }
.auth-brand h1 { font-size: clamp(3rem, 5.25vw, 5.5rem); line-height: .98; margin: 0 0 26px; max-width: 700px; letter-spacing: -.045em; }
.auth-brand p { max-width: 600px; margin: 0; font-size: 1.08rem; color: #d4e8f3; }
.auth-metrics { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.auth-metrics span { border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 10px 14px; background: rgba(5,23,40,.24); backdrop-filter: blur(10px); font-size: .9rem; }
.release-note { margin-top: 26px; padding: 15px 17px; max-width: 620px; border: 1px solid rgba(115,243,222,.36); border-left: 4px solid #33d7bd; border-radius: 12px; background: rgba(255,255,255,.08); }
.release-note strong { display:block; margin-bottom: 4px; }.release-note p { font-size: .93rem; }.release-warning { border-left-color: #fbbf24; }
.auth-card, .install-card { width: 100%; background: linear-gradient(145deg, #fff, #f5f8fc); padding: clamp(34px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; box-shadow: none; border: 0; border-radius: 0; }
.auth-card > .text-center { position: relative; min-height: 74px; padding-left: 94px; text-align: left !important; }.login-mark { position: absolute; top: 0; left: 0; display: block; margin: 0; width: 74px; height: 74px; }.login-eyebrow { display: inline-flex; gap: 7px; align-items: center; color: #078365; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.auth-card h2 { margin: 6px 0 5px; font-size: 2rem; letter-spacing: -.04em; font-weight: 800; }.auth-card .text-muted { font-size: .96rem; }
.auth-form { margin-top: 9px; }.auth-form label { display: block; margin: 21px 0 8px; font-size: .83rem; font-weight: 750; color: #263956; }.input-wrap { min-height: 52px; border: 1px solid #d9e1eb; border-radius: 10px; display: flex; align-items: center; gap: 11px; padding: 0 15px; background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; }.input-wrap:focus-within { border-color: #0bb68d; box-shadow: 0 0 0 4px rgba(11,182,141,.13); transform: translateY(-1px); }.input-wrap > i { color: #3c5472; }.input-wrap input { min-width: 0; flex: 1; border: 0; outline: 0; font: inherit; color: var(--ink); background: transparent; }.input-wrap button { border: 0; padding: 4px; background: transparent; color: #60728c; }.captcha-wrap { max-width: 210px; }.honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.btn-auth { width: 100%; min-height: 53px; margin-top: 27px; border: 0; border-radius: 10px; color: white; font-weight: 800; background: linear-gradient(110deg, #087f62, #0bbf97, #087f62); background-size: 200% auto; box-shadow: 0 16px 30px rgba(8,127,98,.25); transition: transform .2s, box-shadow .2s, background-position .5s; }.btn-auth:hover { transform: translateY(-2px); box-shadow: 0 20px 35px rgba(8,127,98,.32); background-position: right center; }.btn-auth i { margin-left: 8px; }.login-protection { margin: 19px 0 0; color: #71809a; text-align: center; font-size: .82rem; }.login-protection i { color: #0a9a76; margin-right: 5px; }.auth-footnote { margin: 22px 0 0; text-align: center; color: #71809a; font-size: .82rem; font-weight: 700; }
.installer-wrap { width: min(920px, 100%); }.install-head { display:flex; gap:18px; align-items:center; margin-bottom:28px; }.install-head img { width:64px; height:64px; }.install-head p { margin:0; color:var(--muted); font-weight:750; }.install-head h1 { margin:0; font-weight:850; }
@keyframes orb { to { transform: translate(90px, 65px) scale(1.2); filter: blur(15px) hue-rotate(22deg); } }
@media (max-width: 860px) { .auth-body { padding: 0; }.auth-shell { min-height:100vh; grid-template-columns:1fr; border-radius:0; }.auth-brand { min-height: 310px; padding: 42px 28px; }.auth-logo { margin-bottom: 22px; }.auth-brand h1 { font-size: 2.8rem; }.auth-metrics, .release-note { display:none; }.auth-card { padding: 36px 28px 48px; }.auth-body::before { right: -260px; } }
