:root{--ness-blue:#00ade8;--bg-primary:#0a0a0a;--bg-card:#111;--bg-card-hover:#1a1a1a;--text-primary:#fff;--text-muted:#888;--border:#222}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;font-weight:500;background:var(--bg-primary);color:var(--text-primary);overflow-x:hidden}.portal,body{min-height:100vh}.portal{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative}.glow-top{top:-20%;left:30%;width:500px;height:500px;background:radial-gradient(circle,rgba(0,173,232,.08) 0,transparent 70%)}.glow-bottom,.glow-top{position:fixed;pointer-events:none;z-index:0}.glow-bottom{bottom:-20%;right:20%;width:600px;height:600px;background:radial-gradient(circle,rgba(0,173,232,.05) 0,transparent 70%)}.brand{text-align:center;margin-bottom:1rem;z-index:1}.brand h1{font-size:3.5rem;font-weight:500;letter-spacing:-.01em}.brand h1 .dot{color:var(--ness-blue)}.brand p{color:var(--text-muted);font-size:1rem;margin-top:.5rem;font-weight:400}.modules{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem;max-width:900px;width:100%;z-index:1;margin-top:2rem}.module-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-decoration:none;color:var(--text-primary);transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;gap:.75rem}.module-card:hover{background:var(--bg-card-hover);border-color:var(--ness-blue);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,173,232,.1)}.module-card .icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.module-card .name{font-size:1.1rem;font-weight:500;letter-spacing:-.01em}.module-card .name .dot{color:var(--ness-blue)}.module-card .desc{font-size:.8rem;color:var(--text-muted);font-weight:400;line-height:1.4}.module-card .status{font-size:.7rem;color:#22c55e;display:flex;align-items:center;gap:.3rem;margin-top:auto}.module-card .status:before{content:"";width:6px;height:6px;border-radius:50%;background:#22c55e;display:inline-block}.footer{margin-top:3rem;text-align:center;z-index:1}.footer p{color:var(--text-muted);font-size:.8rem;font-weight:400}.footer .dot{color:var(--ness-blue)}@media (max-width:640px){.brand h1{font-size:2.5rem}.modules{grid-template-columns:1fr}}