:root{--ink:#172033;--muted:#70788a;--line:#e3e6ee;--violet:#6c5ce7;--violet-dark:#5546cf;--soft:#f1efff}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f4f5f9;color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(340px,480px) minmax(400px,1fr);align-items:stretch}.login-card{background:#fff;padding:clamp(36px,6vw,80px);display:flex;flex-direction:column;justify-content:center;box-shadow:12px 0 40px rgba(23,32,51,.06);z-index:2}.brand-mark{width:48px;height:48px;background:var(--violet);border-radius:14px;display:flex;align-items:end;justify-content:center;gap:4px;padding-bottom:12px;box-shadow:0 8px 22px rgba(108,92,231,.25);margin-bottom:34px}.brand-mark i{display:block;width:5px;border-radius:5px;background:#fff}.brand-mark i:nth-child(1){height:11px}.brand-mark i:nth-child(2){height:22px}.brand-mark i:nth-child(3){height:15px}.eyebrow{margin:0 0 10px;color:#8a91a2;font-size:10px;font-weight:800;letter-spacing:1.6px}.login-card h1{font-size:38px;letter-spacing:-1.2px;margin:0}.lead{color:var(--muted);line-height:1.6;margin:9px 0 30px;font-size:13px}form{display:grid;gap:8px}label{font-size:11px;font-weight:750;margin-top:8px}input{width:100%;height:44px;border:1px solid var(--line);border-radius:10px;padding:0 13px;outline:none;font:inherit;background:#fafbfc;color:var(--ink)}input:focus{border-color:var(--violet);box-shadow:0 0 0 3px var(--soft);background:#fff}form button{height:46px;margin-top:16px;border:0;border-radius:10px;background:var(--violet);color:#fff;font-weight:750;cursor:pointer;box-shadow:0 7px 18px rgba(108,92,231,.23)}form button:hover{background:var(--violet-dark)}form button span{float:right;margin-right:4px}.login-error{padding:11px 12px;margin:-9px 0 15px;border:1px solid #f0cbc4;background:#fff4f2;color:#a34c3f;border-radius:9px;font-size:11px}.security-note{display:flex;gap:8px;align-items:flex-start;margin-top:25px;padding:11px;background:#f4faf7;border:1px solid #d9ede5;border-radius:10px;color:#557369}.security-note i{width:17px;height:17px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:#35a989;color:#fff;font-style:normal;font-size:9px}.security-note span{font-size:9px;line-height:1.5}.login-info{padding:clamp(50px,9vw,140px);display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#f6f4ff 0%,#edf0fa 100%);position:relative;overflow:hidden}.login-info:before,.login-info:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(108,92,231,.12)}.login-info:before{width:420px;height:420px;right:-100px;top:-150px}.login-info:after{width:260px;height:260px;right:-20px;top:-70px}.login-info h2{position:relative;font-size:clamp(34px,5vw,62px);line-height:1.03;letter-spacing:-2px;max-width:780px;margin:0 0 22px}.login-info>p:not(.eyebrow){position:relative;color:#667085;max-width:600px;font-size:15px;line-height:1.7}.login-info ul{position:relative;display:flex;flex-wrap:wrap;gap:9px;list-style:none;padding:0;margin-top:25px}.login-info li{padding:8px 11px;background:rgba(255,255,255,.72);border:1px solid rgba(108,92,231,.12);border-radius:99px;color:#5f5b7f;font-size:10px;font-weight:700}@media(max-width:800px){.login-shell{grid-template-columns:1fr}.login-card{min-height:100vh;padding:36px 24px}.login-info{display:none}.brand-mark{margin-bottom:28px}.login-card h1{font-size:34px}}
html[data-theme="dark"]{color-scheme:dark;--ink:#eef0f8;--muted:#a0a8bb;--line:#30384b;--violet:#897cf4;--violet-dark:#7465ea;--soft:#2b294a}html[data-theme="dark"] body{background:#111722}html[data-theme="dark"] .login-card{background:#1b2232;box-shadow:12px 0 40px rgba(0,0,0,.2)}html[data-theme="dark"] input{background:#20283a;color:var(--ink)}html[data-theme="dark"] input:focus{background:#242d40}html[data-theme="dark"] .security-note{background:#182c29;border-color:#285048;color:#82cbb7}html[data-theme="dark"] .login-info{background:linear-gradient(145deg,#22213a 0%,#171e2d 100%)}html[data-theme="dark"] .login-info>p:not(.eyebrow){color:#a6aec0}html[data-theme="dark"] .login-info li{background:rgba(35,43,62,.85);border-color:#403b65;color:#c3bde9}html[data-theme="dark"] .login-error{background:#3a2223;border-color:#6e3738;color:#f3a29a}
