:root { color-scheme: dark; font: 16px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color: #edf3ff; background: #0a0e16; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }body { margin: 0; min-height: 100svh; display: grid; place-items: center; padding: 40px; background: radial-gradient(ellipse at 20% 20%,#152c473b,transparent 60%),#0a0e16; }a { color: inherit; text-decoration: none; }svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
main { display: grid; grid-template-columns: 1.05fr 1fr; width: min(100%,1040px); min-height: 640px; border: 1px solid #2a384b; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 100px #0005; animation: enter .65s both; }
.login-identity { display: flex; flex-direction: column; justify-content: space-between; padding: 43px; background: radial-gradient(ellipse at 0 80%,#234d723b,transparent 70%),linear-gradient(145deg,#192b43,#101b2d 70%); border-right: 1px solid #2a394f; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 750; letter-spacing: .8px; }.brand small { display: block; color: #9baeca; font-size: 10px; letter-spacing: 2.5px; font-weight: 400; margin-top: 2px; }.brand-mark { width: 43px; height: 46px; display: grid; place-items: center; background: linear-gradient(140deg,#315773,#182d46); border: 1px solid #4f7895; border-radius: 11px; color: #b5eaff; box-shadow: inset 0 1px 0 #ffffff18; }.brand-mark svg { width: 23px; height: 23px; }
.identity-copy { padding: 65px 0 55px; }.eyebrow { color: #8eaecf; letter-spacing: 1.6px; font-size: 10px; font-weight: 600; }h1 { font-size: clamp(32px,3.5vw,43px); letter-spacing: -1.5px; font-weight: 550; line-height: 1.18; margin: 18px 0; }.identity-copy p { color: #9aacc5; line-height: 1.8; font-size: 14px; max-width: 330px; }.identity-rule { height: 1px; background: linear-gradient(90deg,#6389ad,#6389ad00); width: 100%; margin-top: 35px; }.capabilities { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #8da7c8; font-size: 11px; margin-top: 18px; }.identity-footer { display: flex; justify-content: space-between; gap: 16px; color: #6e88aa; font-size: 10px; }
.login-panel { background: #101721; display: flex; flex-direction: column; justify-content: center; padding: 58px 49px 23px; }.login-form-wrap { margin-block: auto; }.form-eyebrow { color: #7591b4; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; }h2 { font-size: 30px; font-weight: 570; letter-spacing: -.8px; line-height: 1.2; margin: 12px 0; }.login-panel p { color: #8d9fb8; font-size: 13px; margin: 0; }form { margin-top: 32px; }label { display: block; font-size: 12px; color: #c0cde0; font-weight: 500; margin: 20px 0 9px; }input { display: block; width: 100%; padding: 13px 14px; font: inherit; font-size: 14px; background: #0c121c; color: #e7f1ff; border: 1px solid #2d3c52; border-radius: 8px; transition: border-color .2s,box-shadow .2s; }input::placeholder { color: #637996; }input:hover { border-color: #45607e; }input:focus { border-color: #73cfe6; outline: 0; box-shadow: 0 0 0 3px #65d7ed12; }
button { display: flex; align-items: center; justify-content: space-between; gap: 15px; width: 100%; margin-top: 29px; padding: 13px 16px; font: 600 13px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color: #081923; background: linear-gradient(105deg,#8cdcf0,#69c1e1); border: 1px solid #a7e9ff66; border-radius: 8px; box-shadow: 0 4px 18px #45a9d013; cursor: pointer; transition: filter .2s,transform .2s,box-shadow .2s; }button svg { width: 17px; height: 17px; }button:hover { filter: brightness(1.1); transform: translateY(-1px); box-shadow: 0 6px 22px #45a9d028; }button:active { transform: translateY(0); }.login-note { display: flex; justify-content: center; align-items: center; gap: 7px; color: #6f87a4; font-size: 11px; margin-top: 23px; }.login-note svg { width: 13px; height: 13px; }footer { text-align: center; color: #5b7190; font-size: 10px; margin-top: 45px; }:focus-visible { outline: 2px solid #8cdcf0; outline-offset: 4px; }@keyframes enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media(max-width:800px) { body { padding: 24px; }.login-identity { padding: 32px; }.login-panel { padding: 42px 30px 24px; }h1 { font-size: 33px; }.capabilities { flex-direction: column; } }
@media(max-width:600px) { body { padding: 18px; }main { grid-template-columns: 1fr; min-height: auto; border-radius: 14px; }.login-identity { padding: 25px; border-right: 0; border-bottom: 1px solid #2a394f; }.identity-copy { padding: 25px 0 0; }h1 { font-size: 29px; letter-spacing: -.9px; margin: 13px 0 0; }.identity-copy p,.identity-rule,.capabilities,.identity-footer { display: none; }.eyebrow { font-size: 9px; }.login-panel { padding: 31px 25px 22px; }h2 { font-size: 26px; }.form-eyebrow { display: none; }form { margin-top: 23px; }input { font-size: 16px; }footer { margin-top: 26px; } }
@media(prefers-reduced-motion:reduce) { *,*::before,*::after { animation: none !important; transition: none !important; } }
.login-panel p,label { font-size: 14px; }
button { min-height: 48px; font-size: 14px; }
@media(max-width:600px) { input { min-height: 48px; }.login-note { font-size: 12px; } }
