:root{color-scheme:light;--ink:#172b45;--muted:#667383;--navy:#142b48;--accent:#d66b35;--paper:#f6f5f1;--border:#dfe4e9}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;line-height:1.6}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:4px}[hidden]{display:none!important}
.login-shell{max-width:1192px;margin:0 auto;padding:30px 36px 20px}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:30px}.brand{display:flex;align-items:center;gap:20px}.brand img{width:58px;height:58px;object-fit:contain}.brand-name{border-left:1px solid #d3d8dd;padding-left:20px;font-size:11px;line-height:1.6;font-weight:600;color:#556171}.home-link{font-size:13px;font-weight:600;color:#536274;white-space:nowrap}.home-link span{margin-left:8px;font-size:18px}
.login-layout{display:grid;grid-template-columns:1fr 1.05fr;overflow:hidden;border-radius:24px;background:white;box-shadow:0 18px 70px #172b4510;border:1px solid #e8e9e5}.welcome-panel{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:48px 44px 32px;overflow:hidden;background:var(--navy);color:#fff}.welcome-panel:after{content:"";position:absolute;width:420px;height:420px;right:-270px;bottom:-210px;border:1px solid #ffffff15;border-radius:50%;box-shadow:0 0 0 52px #ffffff04,0 0 0 104px #ffffff03;pointer-events:none}.welcome-content,.welcome-footer{position:relative;z-index:1}.eyebrow{display:flex;align-items:center;gap:9px;font-size:10px;font-weight:700;letter-spacing:1.8px;color:#d5dfeb}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:#f6a36d}.welcome-panel h1{font-size:clamp(36px,4vw,52px);line-height:1.13;letter-spacing:-2px;font-weight:650;margin:27px 0 22px}.welcome-panel h1 span{color:#f6aa77}.welcome-description{max-width:345px;color:#c0ccda;font-size:15px;line-height:1.8;margin:0}.workspace-features{display:grid;gap:23px;margin:38px 0 40px}.workspace-feature{display:flex;align-items:flex-start;gap:15px}.feature-icon{flex-shrink:0;display:grid;place-items:center;width:36px;height:36px;border:1px solid #a6bfd32b;border-radius:10px;color:#f6aa77;font-size:11px;font-weight:650;background:#ffffff05}.workspace-feature h2{font-size:14px;font-weight:600;margin:0 0 3px;line-height:1.5}.workspace-feature p{font-size:12px;line-height:1.7;color:#adbdce;margin:0;max-width:275px}.welcome-footer{display:flex;gap:13px;align-items:center;border-top:1px solid #ffffff18;padding-top:23px}.footer-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;border:1px solid #ffffff38;font-size:16px;font-weight:700;color:#f6aa77}.welcome-footer p{margin:0;font-size:11px;color:#b3c3d4;line-height:1.7}.welcome-footer strong{color:#e2e9f1;font-weight:500}
.signin-panel{padding:41px 48px 29px}.section-label{font-size:10px;letter-spacing:1.6px;font-weight:700;color:#a8542a}.signin-heading h2{font-size:32px;line-height:1.2;letter-spacing:-1px;margin:10px 0 8px;font-weight:650}.signin-heading p{font-size:14px;color:var(--muted);margin:0 0 28px}.login-form{display:grid;gap:20px}.field-group label{display:block;font-size:13px;font-weight:650;margin:0 0 8px}.field-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.field-heading a{font-size:12px;font-weight:500;color:#7f482d}.field-group input{display:block;width:100%;height:50px;border:1px solid var(--border);border-radius:9px;background:#fff;padding:0 15px;color:var(--ink);font-size:14px;transition:border-color .15s,box-shadow .15s}.field-group input::placeholder{color:#8a94a1}.field-group input:focus{outline:none;border-color:#456582;box-shadow:0 0 0 3px #45658218}.password-field{position:relative}.password-field input{padding-right:75px}.password-toggle{position:absolute;right:5px;top:5px;height:40px;min-width:59px;border:0;border-radius:6px;background:transparent;color:#57697d;font-size:12px;font-weight:650;cursor:pointer}.password-toggle:hover{background:#f0f3f6}.signin-button{display:flex;align-items:center;justify-content:center;gap:15px;width:100%;min-height:50px;border:0;border-radius:9px;background:var(--navy);color:#fff;font-size:14px;font-weight:650;cursor:pointer;transition:background .15s,transform .15s}.signin-button:hover{background:#244361;transform:translateY(-1px)}.signin-button span{font-size:19px;font-weight:400}.alert{padding:12px 15px;border:1px solid;border-radius:9px;font-size:13px;margin-bottom:18px;overflow-wrap:anywhere}.alert-danger{background:#fff3f1;border-color:#f3cbc5;color:#a33326}.alert-success{background:#edf8f1;border-color:#c0dfca;color:#286443}
.divider{display:flex;align-items:center;gap:14px;margin:23px 0 20px;color:#7b8592;font-size:11px}.divider:before,.divider:after{content:"";height:1px;background:#e8ebee;flex:1}.app-login{display:flex;align-items:center;gap:20px;border:1px solid #e4e8ec;border-radius:13px;padding:15px;background:#fafbfc}.qr-frame,.qr-retry{width:220px;height:220px;flex-shrink:0;border:1px solid #e4e8ec;border-radius:8px;background:white;padding:5px}.qr-frame img{display:block;width:100%;height:100%;object-fit:contain}.qr-retry{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:5px}.qr-retry>span{font-size:26px;line-height:1;color:#718095}.qr-retry a{font-size:11px;font-weight:650;color:#805032;text-decoration:underline;line-height:1.6}.app-login-copy h3{margin:0 0 6px;font-size:13px;font-weight:650;line-height:1.5}.app-login-copy p{margin:0;font-size:12px;color:var(--muted);line-height:1.7}.qr-status{display:block;font-size:10px;color:#50765f;margin-top:10px;line-height:1.6}.qr-status.is-unavailable{color:#94602f}.apply-prompt{display:flex;flex-direction:column;align-items:center;gap:3px;border-top:1px solid #edf0f2;padding-top:20px;margin-top:23px;font-size:12px}.apply-prompt>span{color:var(--muted)}.apply-prompt a{color:#9b4e27;font-weight:650}.apply-prompt a span{margin-left:5px}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10px;color:#7b8590;margin-top:23px}
@media(min-width:1400px){.login-shell{padding-top:48px}.site-header{margin-bottom:38px}}@media(max-width:950px){.login-shell{padding:24px}.welcome-panel{padding:40px 30px 28px}.signin-panel{padding:36px 30px 28px}.brand-name{font-size:10px}.app-login{flex-direction:column;gap:16px;padding:20px;text-align:center}.qr-frame,.qr-retry{width:220px;height:220px}}@media(max-width:720px){.login-shell{max-width:540px;padding:20px 18px}.site-header{margin-bottom:20px}.brand img{width:48px;height:48px}.brand-name{display:none}.home-link{font-size:11px}.login-layout{grid-template-columns:1fr;border-radius:18px}.welcome-panel{padding:28px}.welcome-panel h1{font-size:36px;letter-spacing:-1.3px;margin:15px 0 13px}.welcome-description{font-size:13px;max-width:360px}.workspace-features,.welcome-footer{display:none}.eyebrow{font-size:9px;letter-spacing:1.1px}.signin-panel{padding:29px 28px}.signin-heading h2{font-size:28px}.signin-heading p{margin-bottom:23px;font-size:13px}.site-footer{justify-content:center;text-align:center;margin-top:18px}.site-footer span:last-child{display:none}.app-login{gap:16px}.qr-frame,.qr-retry{width:220px;height:220px}}@media(max-width:360px){.login-shell{padding:16px 12px}.welcome-panel,.signin-panel{padding:24px 20px}.app-login{gap:10px}.qr-frame,.qr-retry{width:200px;height:200px}.app-login-copy h3{font-size:12px}.app-login-copy p{font-size:11px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}.signin-button:hover{transform:none}}
