:root{font-family:Manrope,system-ui,sans-serif;color:#f3f6ff;background:#020916;--blue:#00a8ff;--purple:#7548ff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;overflow-x:hidden;background:radial-gradient(ellipse at 50% 45%,#0b1a35 0%,#020916 62%);position:relative}.space-grid{position:absolute;inset:0;pointer-events:none;opacity:.7;background-image:radial-gradient(#1785de 1px,transparent 1px),radial-gradient(#285bf1 1px,transparent 1px);background-size:260px 230px,390px 310px;background-position:35px 40px,140px 100px}.space-grid:after{content:"";position:absolute;left:-10%;right:-10%;top:34%;height:34%;background:linear-gradient(168deg,transparent 30%,#03142d 42%,#063681 53%,#0a1830 61%,transparent 75%);filter:blur(16px);opacity:.9}.topbar,main,footer{position:relative;z-index:1}.topbar{max-width:1320px;margin:auto;padding:14px 32px 0;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:14px;color:white;text-decoration:none;font-size:21px;font-weight:800;white-space:nowrap}.brand-mark{width:48px;height:48px;display:block;position:relative;background:linear-gradient(135deg,#00c8ff,#3d34ff);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);padding:5px}.brand-mark:before{content:"";display:block;height:100%;background:#020916;clip-path:inherit}.brand-mark i,.brand-mark b{position:absolute;border:4px solid #00aaff;transform:rotate(30deg);width:23px;height:23px}.brand-mark i{left:11px;top:6px;border-bottom-color:#903cff}.brand-mark b{left:15px;top:18px;border-top-color:#24e0ff}.nav{display:flex;gap:36px;margin:auto}.nav a{color:#9da9ca;text-decoration:none;font-weight:600;padding:17px 14px 15px;position:relative}.nav a.active,.nav a:hover{color:white}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,#00bfff,#aa3cff);box-shadow:0 0 15px #329dff}.search{height:50px;width:375px;border-radius:28px;border:1px solid #234570;background:#0a1932cc;display:flex;align-items:center;padding:0 14px;color:#9fb5d7;box-shadow:inset 0 0 18px #17396955}.search span{font-size:30px;line-height:0;transform:rotate(-20deg);margin-right:10px}.search input{border:0;outline:0;background:none;color:white;font:inherit;width:100%}.search kbd{font-size:11px;color:#7188aa;white-space:nowrap}.avatar{border:0;border-radius:50%;width:48px;height:48px;background:linear-gradient(135deg,#234bc4,#132a74);color:#fff;font-size:22px;font-weight:700}.hero{max-width:1255px;margin:46px auto 35px;display:flex;justify-content:space-between;align-items:end;padding:0 2px}.eyebrow{letter-spacing:3px;color:#aabcf0;font-size:17px;margin:0 0 10px}.hero h1{font-size:66px;line-height:1.05;margin:0;letter-spacing:-3px}.subtitle{font-size:27px;color:#a9bdf0;margin:10px 0 0}.hero-note{letter-spacing:2px;color:#aab9df;font-size:16px;line-height:1.8;text-align:left;margin-bottom:9px}.hero-note strong{display:block;color:#d0d9f5;font-weight:500}.hero-note em{display:block;width:40px;height:4px;background:#c040ff;margin-top:13px}.systems{max-width:1290px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:28px}.system-card{height:242px;border:2px solid var(--blue);border-radius:18px;background:linear-gradient(145deg,#071a35d9,#050d20e8);box-shadow:0 0 22px #008dff52,inset 0 0 25px #003f8540;text-align:center;padding:25px 14px 14px;transition:.25s;display:flex;align-items:center;flex-direction:column}.system-card:hover{transform:translateY(-7px);box-shadow:0 0 32px currentColor,inset 0 0 30px #1b5bb755}.purple,.violet{border-color:#8450ff;box-shadow:0 0 22px #833cff55,inset 0 0 25px #401c8540}.cyan{border-color:#00c8ec}.pink{border-color:#04bfff}.system-icon{height:55px;font-weight:800;font-size:43px;line-height:55px;background:linear-gradient(135deg,#04bdff,#4a55ff 65%,#c235ff);color:transparent;background-clip:text}.play{font-size:39px}.bars{display:flex;align-items:end;gap:6px;padding:0 10px}.bars i{display:block;width:11px;border-radius:6px;background:#11d1ed}.bars i:nth-child(1){height:22px}.bars i:nth-child(2){height:35px}.bars i:nth-child(3){height:49px}.cap{font-size:43px;transform:rotate(45deg)}.cart{font-size:35px;filter:saturate(1.6)}.system-card h2{font-size:19px;margin:8px 0 4px}.system-card p{margin:0;color:#a9c1e6;font-size:16px;white-space:nowrap}.tag{border:1px solid #008dff;border-radius:20px;padding:4px 16px;font-size:12px;color:#44b8ff;font-weight:800;margin-top:11px}.purple .tag,.violet .tag{border-color:#7548ff;color:#a677ff}.cyan .tag,.pink .tag{border-color:#00aebc;color:#18d2cf}.launch{margin-top:auto;width:32px;height:32px;border:2px solid #d3e3ff;border-radius:50%;color:white;text-decoration:none;font-size:23px;line-height:25px}.empty{display:none;text-align:center;color:#93a5c8}.empty.visible{display:block}footer{max-width:1290px;margin:25px auto 0;display:flex;align-items:center;justify-content:space-between;color:#91a8d8;letter-spacing:2px;font-size:13px}.footer-rule{width:38px;height:4px;background:#9a52ff;margin-left:auto;margin-right:24px}
@media(max-width:900px){.topbar{padding:14px 20px 0;flex-wrap:wrap;gap:16px}.nav{order:3;width:100%;justify-content:center;gap:10px}.search{flex:1;min-width:180px;width:auto}.hero{margin:35px 22px 28px}.hero h1{font-size:48px}.subtitle{font-size:21px}.hero-note{display:none}.systems{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 22px;gap:16px}.system-card{height:230px}.system-card p{font-size:14px}footer{padding:0 22px 20px;font-size:10px}}
@media(max-width:560px){.brand{font-size:17px}.brand-mark{width:39px;height:39px}.avatar{width:40px;height:40px}.topbar{gap:10px}.search{order:2;flex-basis:calc(100% - 52px);height:44px}.nav{order:3}.hero{margin-top:30px}.hero h1{font-size:41px;letter-spacing:-2px}.eyebrow{font-size:12px;letter-spacing:2px}.subtitle{font-size:18px}.systems{grid-template-columns:1fr;padding:0 20px}.system-card{height:218px}.system-card p{font-size:15px}footer{margin-top:25px;flex-wrap:wrap;gap:12px;justify-content:center}.footer-rule{display:none}}
:root{font-family:"Segoe UI",Roboto,Arial,sans-serif}
.status{height:16px;font-size:9px;letter-spacing:1px;font-weight:800;margin-top:2px;display:flex;align-items:center;gap:5px}.status i{width:6px;height:6px;border-radius:50%;display:block}.status.online{color:#62e6ac}.status.online i{background:#36dc8d;box-shadow:0 0 8px #36dc8d}
.system-icon.lavinance-logo img{width:74px;height:55px;object-fit:contain;display:block}
.system-icon.willview-logo img{width:74px;height:55px;object-fit:contain;display:block}
.launch.disabled{color:#7182a4;border-color:#7182a4;cursor:not-allowed;font-size:20px}
.system-icon.word img{width:116px;height:55px;object-fit:cover;object-position:center;border-radius:10px;display:block}
