body{display:flex;flex-direction:column;min-height:100vh}main{flex:1;display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 109px)}@media(max-width:920px){main{grid-template-columns:1fr}main .right{display:none}}main .left{display:flex;flex-direction:column;padding:48px 64px;background:var(--bg)}@media(max-width:720px){main .left{padding:36px 24px}}.auth-top{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}@media(max-width:760px){.auth-top .brand img.word{display:none}.auth-top .alt{font-size:12.5px}}.auth-top .brand img.icon{height:30px}.auth-top .brand img.word{height:22px;filter:brightness(0)}.auth-top .brand{gap:12px}.auth-top .alt{font-size:13px;color:var(--muted)}.auth-top .alt a{color:var(--ink);border-bottom:1px solid var(--line-2);padding-bottom:1px;margin-left:6px}.auth-top .alt a:hover{border-color:var(--ink)}.auth-form{max-width:420px;margin:auto 0;width:100%;padding:40px 0}.auth-form .eye{font-family:var(--mono);font-size:11px;color:var(--forest);letter-spacing:.08em;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px}.auth-form .eye:before{content:"";width:22px;height:1px;background:currentColor}.auth-form h1{margin-top:18px;font-size:44px;line-height:1;letter-spacing:-.03em;font-weight:450;max-width:14ch}.auth-form h1 .it{color:var(--forest)}.auth-form .sub{margin-top:14px;font-size:14.5px;color:var(--muted);line-height:1.55;max-width:38ch}.sso{margin-top:36px;display:flex;flex-direction:column;gap:8px}.sso button{display:flex;align-items:center;justify-content:center;gap:12px;padding:13px 18px;background:var(--surface);border:1px solid var(--line-2);border-radius:9px;font-size:14px;font-weight:500;color:var(--ink);transition:border-color .15s,background .15s}.sso button:hover{border-color:var(--ink-2);background:var(--bg-2)}.sso button svg{flex-shrink:0}.divider{margin:24px 0;display:flex;align-items:center;gap:14px;font-family:var(--mono);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2)}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--line)}.form-stack{display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field .row{display:flex;justify-content:space-between;align-items:center}.field label{font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-2);font-weight:500}.field .forgot{font-size:11.5px;color:var(--forest);border-bottom:1px solid transparent;transition:border-color .15s}.field .forgot:hover{border-color:var(--forest)}.field input{font-family:inherit;padding:13px 14px;border:1px solid var(--line-2);border-radius:8px;background:var(--surface);font-size:14.5px;color:var(--ink);transition:border-color .15s,box-shadow .15s}.field input:focus{outline:none;border-color:var(--forest);box-shadow:0 0 0 3px #1e3a2e14}.field .pwd-wrap{position:relative}.field .pwd-wrap input{width:100%;padding-right:44px}.field .pwd-wrap button.eye-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);padding:8px 10px;color:var(--muted-2)}.field .pwd-wrap button.eye-btn:hover{color:var(--ink)}.remember{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted);margin-top:4px}.remember input{width:14px;height:14px;accent-color:var(--forest)}.auth-form .btn-accent{margin-top:20px;width:100%;justify-content:center;padding:14px 20px}.legal-line{margin-top:20px;font-family:var(--mono);font-size:10.5px;color:var(--muted-2);letter-spacing:.04em;line-height:1.7;text-align:center}.legal-line a{color:var(--ink-2);border-bottom:1px solid var(--line);padding-bottom:1px}.auth-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding-top:28px;border-top:1px solid var(--line);font-family:var(--mono);font-size:11px;color:var(--muted-2);letter-spacing:.04em}.auth-bottom .pill{display:inline-flex;align-items:center;gap:8px}.auth-bottom .pill .dotg{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 3px #4ade8033}main .right{background:var(--ink);color:var(--bg-2);display:flex;flex-direction:column;padding:48px 56px;position:relative;overflow:hidden}main .right:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 10%,rgba(232,255,0,.1),transparent 50%),radial-gradient(circle at 10% 90%,rgba(30,58,46,.4),transparent 60%);pointer-events:none}.right-content{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:space-between}.quote{max-width:36ch}.quote .qmark{font-family:"Instrument Serif",serif;font-style:italic;font-size:80px;color:var(--accent);line-height:.8}.quote blockquote{margin-top:8px;font-size:28px;line-height:1.25;letter-spacing:-.02em;font-weight:450;color:var(--bg-2)}.quote blockquote .it{color:var(--accent)}.quote .by{margin-top:24px;display:flex;align-items:center;gap:14px}.quote .by .av{width:44px;height:44px;border-radius:50%;background:linear-gradient(155deg,var(--forest-soft),var(--bg-3));color:var(--forest);display:grid;place-items:center;font-family:"Instrument Serif",serif;font-style:italic;font-size:18px}.quote .by .who{font-size:13px;color:var(--bg-2);font-weight:500}.quote .by .role{font-size:11.5px;color:#f5f4ee80;margin-top:2px;font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase}.live-card{margin-top:56px;padding:22px 24px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff08;backdrop-filter:blur(6px)}.live-card .lc-head{display:flex;justify-content:space-between;align-items:center}.live-card .lc-head .lbl{font-family:var(--mono);font-size:10.5px;color:#f5f4ee80;letter-spacing:.08em;text-transform:uppercase}.live-card .lc-head .live{font-family:var(--mono);font-size:10px;color:var(--accent);display:inline-flex;align-items:center;gap:6px}.live-card .lc-head .live:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulseY 1.5s ease-out infinite}@keyframes pulseY{0%,to{opacity:1}50%{opacity:.3}}.live-card .rows{margin-top:16px;display:flex;flex-direction:column;gap:10px}.live-card .lr{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;font-size:12.5px}.live-card .lr .ic{width:26px;height:26px;border-radius:6px;background:#e8ff001f;color:var(--accent);display:grid;place-items:center;font-family:var(--mono);font-size:10px}.live-card .lr .t{color:var(--bg-2)}.live-card .lr .t b{font-weight:500}.live-card .lr .t span{color:#f5f4ee80}.live-card .lr .ts{font-family:var(--mono);font-size:10px;color:#f5f4ee66;letter-spacing:.04em}.right-stats{margin-top:32px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding-top:28px;border-top:1px solid rgba(255,255,255,.1)}.right-stats .s .v{font-size:26px;font-weight:450;letter-spacing:-.02em;line-height:1;color:var(--bg-2)}.right-stats .s .v .it{color:var(--accent)}.right-stats .s .l{margin-top:6px;font-family:var(--mono);font-size:9.5px;color:#f5f4ee80;letter-spacing:.06em;text-transform:uppercase;line-height:1.5}.auth-footer{padding:10px 24px;border-top:1px solid var(--line);font-size:11px;color:var(--muted-2);display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;background:var(--bg-2)}.auth-footer .links a{margin-left:16px;color:var(--muted);transition:color .2s}.auth-footer .links a:hover{color:var(--ink)}
