:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;color:#09090b;--muted:#71717a}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0}button,input{font:inherit}button,a{transition:.15s ease}.shell-header{min-height:76px;padding:0 clamp(22px,5vw,72px);display:flex;align-items:center;justify-content:space-between;gap:24px;background:#071d18fa;color:#fff}.brand-lockup{display:flex;align-items:center;gap:13px}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#0d7558;color:#fff;font-weight:900}.brand-copy{display:flex;flex-direction:column}.brand-name{font-weight:850}.brand-sub{font-size:11px}.account{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.user-pill{display:flex;align-items:center;gap:9px}.user-dot{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#d9fff2}.page{max-width:1220px;margin:auto;padding:clamp(40px,6vw,78px) 26px 70px}.eyebrow{font-size:12px;font-weight:800}.hero-row{display:flex;justify-content:space-between;align-items:flex-end;gap:28px}.hero-copy p{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:18px}.card{padding:24px;border:1px solid #d4d4d8;border-radius:8px;text-decoration:none;color:inherit}.notice,.error,#error{color:#b42318}.secondary{background:#fff;color:#27272a}dialog{width:min(500px,calc(100% - 32px))}.actions{display:flex;justify-content:flex-end;gap:10px}button:focus-visible,input:focus-visible,a:focus-visible{outline:3px solid #f3b548;outline-offset:3px}

.login-page{color:#09090b;background-color:#fff;background-image:radial-gradient(circle,#e4e4e7 1px,transparent 1px);background-size:24px 24px;-webkit-font-smoothing:antialiased}.login-shell{min-height:100vh;display:flex;flex-direction:column}.login-topbar{height:58px;border-bottom:1px solid #e4e4e7;background:#ffffffe8;backdrop-filter:blur(8px)}.login-topbar-inner{max-width:1180px;height:100%;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:18px}.portal-brand{display:flex;align-items:center;gap:10px;white-space:nowrap}.portal-mark{position:relative;width:10px;height:10px;border-radius:2px;background:#09090b}.portal-mark:after{content:"";position:absolute;inset:-5px;border:1px solid #d4d4d8;border-radius:6px}.portal-brand-main{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:15px;font-weight:700}.portal-divider{color:#d4d4d8}.portal-brand-sub,.login-top-note{color:#71717a;font-size:13px;font-weight:500}.login-top-note{font-size:12px}.login-main{flex:1;width:100%;max-width:1040px;margin:auto;padding:clamp(48px,8vh,88px) 28px 86px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,420px);align-items:center;gap:clamp(48px,8vw,110px)}.portal-eyebrow{margin:0 0 10px;color:#71717a;font-size:12px;font-weight:600;letter-spacing:.08em}.login-intro h1{max-width:540px;margin:0;font-size:clamp(34px,4.2vw,52px);line-height:1.12;letter-spacing:-.025em}.login-intro>p:not(.portal-eyebrow){max-width:520px;margin:20px 0 0;color:#71717a;font-size:14px;line-height:1.8}.login-features{display:flex;gap:8px;flex-wrap:wrap;margin-top:26px}.login-features span{padding:7px 10px;border:1px solid #e4e4e7;border-radius:6px;background:#fffffff0;color:#52525b;font-size:12px}.login-card{padding:32px;background:#fff;border:1px solid #e4e4e7;border-radius:10px;box-shadow:0 24px 70px #00000012}.login-card h2{margin:0;font-size:26px;line-height:1.2}.login-card-copy{margin:9px 0 28px;color:#71717a;font-size:13px}.login-field{display:block;margin-top:17px;color:#27272a;font-size:13px;font-weight:650}.login-field input{display:block;width:100%;height:46px;margin-top:7px;padding:0 12px;border:1px solid #d4d4d8;border-radius:6px;background:#fff;color:#09090b;font-size:14px;outline:none}.login-field input:focus{border-color:#09090b;box-shadow:0 0 0 3px #09090b12}.password-control{position:relative;display:block}.password-control input{padding-right:62px}.password-toggle{position:absolute;right:7px;top:14px;height:32px;padding:0 7px;border:0;background:transparent;color:#52525b;font-size:12px;cursor:pointer}.password-toggle:hover{color:#09090b}.login-submit{width:100%;height:46px;margin-top:24px;border:1px solid #09090b;border-radius:6px;background:#09090b;color:#fff;font-size:14px;font-weight:650;cursor:pointer}.login-submit:hover:not(:disabled){background:#27272a}.login-submit:disabled{border-color:#d4d4d8;background:#e4e4e7;color:#71717a;cursor:not-allowed}.login-error{min-height:20px;margin-top:11px;color:#b42318;font-size:12px;line-height:1.6}.login-help{display:flex;justify-content:space-between;gap:10px;padding-top:18px;border-top:1px solid #f4f4f5;color:#71717a;font-size:11px;line-height:1.5}.login-help span:last-child{text-align:right}.login-footer{padding:12px 28px;border-top:1px solid #e4e4e7;background:#fffffff0;color:#71717a;font-size:12px;text-align:center;backdrop-filter:blur(8px)}

@media(max-width:820px){.login-main{grid-template-columns:1fr;align-content:center;gap:32px;max-width:520px}.login-intro h1{font-size:32px}.login-intro>p:not(.portal-eyebrow){margin-top:14px}.login-features{margin-top:18px}}
@media(max-width:520px){.login-topbar-inner{padding:0 20px}.portal-divider,.portal-brand-sub,.login-top-note{display:none}.login-main{padding:36px 18px 52px;gap:24px;align-content:start}.login-intro h1{font-size:27px}.login-intro>p:not(.portal-eyebrow){font-size:13px;line-height:1.7}.login-features{display:none}.login-card{padding:24px 20px}.login-help{display:block}.login-help span{display:block}.login-help span:last-child{margin-top:5px;text-align:left}.login-footer{padding:11px 18px;font-size:11px}}

.login{width:min(520px,calc(100% - 36px));margin:12vh auto;padding:32px;border:1px solid #e4e4e7;border-radius:10px;background:#fff;box-shadow:0 24px 70px #00000012}.login a{color:#09090b;font-weight:650}
