@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Rajdhani:wght@300;500;700&display=swap");:root{--gold:#f3ab30;--gold2:#ffd684;--neon:#00e0ff;--ogl-purple:#c66bff;--ogl-pink:#ff6b9d;--blur:14px;--bg-primary:#0a0e1b;--bg-secondary:#141829;--text-primary:#fff;--text-secondary:#b8bcc8;--text-muted:#7a7e8c;--radius-md:12px;--radius-lg:20px;--transition-fast:0.2s cubic-bezier(0.4,0,0.2,1);--transition-normal:0.3s cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg-primary);color:var(--text-primary);min-height:100vh;overflow-x:hidden;position:relative}.main-content,body,html{font-family:Rajdhani,sans-serif;font-weight:500}.main-content h1,.main-content h2,.main-content h3,.main-content h4,.main-content h5,.main-content h6{font-family:Orbitron,sans-serif;font-weight:700}.card-title,.hero-title,.section-title{font-family:Orbitron,sans-serif!important;font-weight:700!important}.card-description,.hero-description,.section-subtitle{font-family:Rajdhani,sans-serif!important;font-weight:500!important}.btn-arcane{font-family:Rajdhani,sans-serif!important;font-weight:700!important}.card-badge,.universe-badge{font-weight:700!important}.card-badge,.stat-value,.universe-badge{font-family:Orbitron,sans-serif!important}.stat-value{font-weight:900!important}.stat-label{font-family:Rajdhani,sans-serif!important;font-weight:500!important}@font-face{font-family:American Captain;src:url(/american_captain.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@media (min-width:992px){body{padding-left:0!important}.sidebar-desktop{display:block!important;transform:translateX(0)!important}.mobile-toggle{display:none!important}.main-content{margin-left:280px!important}}@media (max-width:991px){body{padding-left:0!important}.mobile-toggle{display:flex!important}.main-content{margin-left:0!important}}@keyframes titleShine{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes progressShine{0%{background-position:-100% 0}to{background-position:200% 0}}.chakra-container{padding-left:1rem!important;padding-right:1rem!important}@media (min-width:768px){.chakra-container{padding-left:2rem!important;padding-right:2rem!important}}.chakra-box,.universe-card *{box-sizing:border-box!important}@media (max-width:768px){.chakra-text{padding:0!important}}@media (min-width:1400px){.universe-card-grid{max-width:1200px;margin:0 auto}}.circuit-board{position:fixed;inset:0;z-index:3;pointer-events:none;opacity:.8}.circuit-board svg{width:100%;height:100%}.circuit-path{fill:none;stroke:var(--gold);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;opacity:.9;filter:blur(.3px)}.circuit-main{stroke-dasharray:500 1000;stroke-dashoffset:1500;animation:circuitDraw1 8s ease-in-out infinite}.circuit-branch1{stroke-dasharray:200 400;stroke-dashoffset:600;animation:circuitDraw2 6s ease-in-out 1s infinite}.circuit-branch2{stroke-dasharray:150 300;stroke-dashoffset:450;animation:circuitDraw3 5s ease-in-out 2s infinite}.circuit-branch3{stroke-dasharray:300 600;stroke-dashoffset:900;animation:circuitDraw1 7s ease-in-out 3s infinite}.circuit-vertical1{stroke-dasharray:400 800;stroke-dashoffset:1200;animation:circuitDraw2 9s ease-in-out .5s infinite}.circuit-vertical2{stroke-dasharray:250 500;stroke-dashoffset:750;animation:circuitDraw3 6.5s ease-in-out 2.5s infinite}.circuit-detail{stroke-dasharray:50 100;stroke-dashoffset:150;animation:circuitDraw4 3s ease-in-out infinite;stroke-width:1}@keyframes circuitDraw1{0%{stroke-dashoffset:1500;opacity:0}10%{opacity:.7}60%{stroke-dashoffset:0;opacity:.9}80%{opacity:.9}to{stroke-dashoffset:-300;opacity:0}}@keyframes circuitDraw2{0%{stroke-dashoffset:900;opacity:0}15%{opacity:.6}65%{stroke-dashoffset:0;opacity:.8}85%{opacity:.8}to{stroke-dashoffset:-200;opacity:0}}@keyframes circuitDraw3{0%{stroke-dashoffset:600;opacity:0}20%{opacity:.5}70%{stroke-dashoffset:0;opacity:.7}90%{opacity:.7}to{stroke-dashoffset:-150;opacity:0}}@keyframes circuitDraw4{0%{stroke-dashoffset:150;opacity:0}25%{opacity:.4}75%{stroke-dashoffset:0;opacity:.6}to{stroke-dashoffset:-50;opacity:0}}.scan-line{position:fixed;top:0;left:-100%;width:100%;height:100%;z-index:1;background:linear-gradient(90deg,transparent,rgba(0,224,255,.03) 30%,rgba(0,224,255,.05) 50%,rgba(0,224,255,.03) 70%,transparent);animation:scanSweep 6s linear infinite;mix-blend-mode:screen;pointer-events:none;opacity:.5}@keyframes scanSweep{0%{left:-100%}to{left:100%}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:.25;filter:drop-shadow(0 0 4px rgba(243,171,48,.6))}50%{opacity:.6;filter:drop-shadow(0 0 12px rgba(243,171,48,.9))}}@keyframes scan{0%{transform:translateY(-100%)}50%{transform:translateY(500%)}to{transform:translateY(-100%)}}@keyframes scanFull{0%{transform:translateY(-110%)}50%{transform:translateY(110%)}to{transform:translateY(-110%)}}.nav-item,.nav-link{position:relative}.nav-link{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.5rem;color:var(--text-muted);text-decoration:none;transition:var(--transition-fast);font-size:.9rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.nav-link:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,transparent,var(--gold),transparent);transform:scaleY(0);transition:transform var(--transition-normal)}.nav-link:hover{color:var(--gold);background:linear-gradient(90deg,rgba(243,171,48,.1),transparent 70%)}.nav-link:hover:before{transform:scaleY(1)}.nav-link.active{color:var(--gold);background:linear-gradient(90deg,rgba(243,171,48,.15),transparent 70%)}.nav-link.active:before{transform:scaleY(1)}.nav-dropdown-arrow{margin-left:auto;font-size:.6rem;transition:transform var(--transition-fast);opacity:.6}.nav-item.open .nav-dropdown-arrow{transform:rotate(90deg)}.nav-submenu{max-height:0;overflow:hidden;transition:max-height var(--transition-normal);list-style:none;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-item.open .nav-submenu{max-height:500px}.nav-sublink{display:block;padding:.8rem 1rem .8rem 3.5rem;color:var(--text-muted);text-decoration:none;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;transition:var(--transition-fast);position:relative}.nav-sublink:before{content:"";position:absolute;left:2.3rem;top:50%;transform:translateY(-50%);width:4px;height:4px;background:var(--neon);border-radius:50%;opacity:0;transition:opacity var(--transition-fast)}.nav-sublink:hover{color:var(--neon);background:rgba(0,224,255,.05)}.nav-sublink:hover:before{opacity:1}@keyframes pulse-aura{0%{opacity:.3;transform:translate(-50%,-50%) scale(.8)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}to{opacity:.3;transform:translate(-50%,-50%) scale(.8)}}@keyframes btnSweep{to{background-position:100% 0}}@keyframes btnDraw{0%{stroke-dashoffset:540;opacity:0}15%{opacity:.9}55%{stroke-dashoffset:0}70%{opacity:.9}to{opacity:0;stroke-dashoffset:-60}}