*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#07111e;color:#e8eef8;color-scheme:dark}body{min-height:100vh;background:radial-gradient(circle at 75% -10%,#0b3b6f55 0,transparent 34rem),linear-gradient(180deg,#08131f 0,#07111e 100%)}.hidden{display:none!important}.muted{color:#91a4bf}.auth{display:grid;place-items:center;padding:20px}.auth-card{width:min(470px,100%);background:linear-gradient(155deg,#101f33f2,#0b1728f7);border:1px solid #1e4166;border-radius:24px;padding:30px;box-shadow:0 25px 70px #0008,0 0 36px #0ea5ff10}.auth-card.wide{width:min(590px,100%)}.auth-brand{display:flex;align-items:center;justify-content:center;gap:14px;margin:-6px 0 20px}.auth-brand>img{width:86px;height:86px;object-fit:contain;filter:drop-shadow(0 10px 28px #008cff35)}.auth-wordmark{min-width:0}.wordmark-title{display:flex;align-items:center;white-space:nowrap;font-weight:950;font-style:normal;line-height:.88;letter-spacing:-.055em;text-transform:uppercase;text-shadow:0 2px 0 #0008}.wordmark-title span{font-size:2rem;color:#eef4f9}.wordmark-title i{font-size:1.9rem;color:#ff8a00;font-style:normal;margin:0 .06em}.wordmark-title b{font-size:2rem;background:linear-gradient(180deg,#27d8ff 0,#078df0 52%,#045bd7 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.wordmark-sub{margin-top:8px;color:#b7c4d4;font-size:.54rem;letter-spacing:.13em;white-space:nowrap}.wordmark-sub em{color:#ff8a00;font-style:normal;margin:0 .45em}.auth-card h1{margin:12px 0 8px}label{display:grid;gap:7px;color:#c5d2e4;font-size:.92rem}form{display:grid;gap:15px;margin-top:22px}input{width:100%;background:#081524;border:1px solid #24476d;border-radius:12px;color:#fff;padding:13px;transition:.2s border-color,.2s box-shadow}input:focus{outline:0;border-color:#0ea5ff;box-shadow:0 0 0 3px #0ea5ff22}button{border:0;border-radius:12px;padding:12px 15px;background:linear-gradient(135deg,#e5f5ff,#9ee8ff);color:#062233;font-weight:800;cursor:pointer;box-shadow:0 7px 20px #00a8ff18}.ghost{background:transparent;color:#d7e4f2;border:1px solid #2a4c72;box-shadow:none}.msg{min-height:1.4em;color:#ffbd59}.notice{padding:13px;border:1px solid #2b537a;background:#081929;border-radius:12px;margin:16px 0}header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #163556;background:#07111ef2;backdrop-filter:blur(14px);position:sticky;top:0;z-index:3}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:56px;height:56px;object-fit:contain;filter:drop-shadow(0 6px 14px #008cff30)}header .wordmark-title span,header .wordmark-title b{font-size:1.55rem}header .wordmark-title i{font-size:1.5rem}header .wordmark-sub{font-size:.46rem;margin-top:6px}.header-actions{display:flex;align-items:center}.pill{border:1px solid #24476d;border-radius:999px;padding:8px 10px;color:#aebfd4;margin-right:8px}.layout{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 82px)}nav{border-right:1px solid #163556;padding:22px 14px;display:flex;flex-direction:column;gap:5px;background:#08121ee6}nav a{padding:11px 12px;color:#9fb1c8;border-radius:10px;text-decoration:none;border:1px solid transparent}nav a.on{background:linear-gradient(90deg,#0d2944,#102036);color:#fff;border-color:#1a456d;box-shadow:inset 3px 0 #0ea5ff}main{padding:28px;max-width:1500px;width:100%;margin:auto}.hero{display:flex;justify-content:space-between;gap:22px;padding:28px;border:1px solid #1d4166;border-radius:22px;background:linear-gradient(135deg,#0d223b,#101b2e);box-shadow:0 18px 50px #0004}.hero b{font-size:.76rem;letter-spacing:.14em;color:#0ea5ff}.hero h1{margin:6px 0 10px;font-size:clamp(1.6rem,3vw,2.5rem)}.hero p{color:#a8bad0;line-height:1.6;margin:0}.ok{height:max-content;white-space:nowrap;border:1px solid #285f4b;background:#10291f;color:#74e5a6;border-radius:999px;padding:9px 12px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}.grid article{min-height:165px;background:linear-gradient(155deg,#0e1d31,#0b1728);border:1px solid #18395c;border-radius:18px;padding:20px;box-shadow:0 10px 26px #0002}.grid h2{font-size:1rem;color:#d7e5f4;margin:0 0 22px}.grid strong{color:#ff9b18}.grid p{color:#91a4bf;line-height:1.5}footer{color:#70829c;padding:24px 4px}@media(max-width:1000px){.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){header{height:auto;min-height:68px;padding:9px 14px}.brand{gap:8px}.brand-mark{width:48px;height:48px}header .wordmark-title span,header .wordmark-title b{font-size:1.12rem}header .wordmark-title i{font-size:1.08rem}header .wordmark-sub{display:none}.pill{display:none}.layout{display:block}nav{position:sticky;top:68px;z-index:2;flex-direction:row;overflow-x:auto;border-right:0;border-bottom:1px solid #163556;padding:8px 10px;background:#07111ef5}nav a{white-space:nowrap;padding:9px 10px;font-size:.88rem}main{padding:16px}.hero{display:grid;padding:20px}.ok{justify-self:start}.grid{grid-template-columns:1fr}.auth-card{padding:22px}.auth-brand{gap:10px}.auth-brand>img{width:72px;height:72px}.auth-wordmark .wordmark-title span,.auth-wordmark .wordmark-title b{font-size:1.5rem}.auth-wordmark .wordmark-title i{font-size:1.45rem}.auth-wordmark .wordmark-sub{font-size:.42rem;letter-spacing:.1em}}
.wordmark-title b{background:linear-gradient(180deg,#25d7ff 0%,#0ea5ff 42%,#0878ed 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}
