.navbar{width:100%;height:var(--nav-height);z-index:1000;border-bottom:1px solid #0000;transition:all .3s;position:fixed;top:0;left:0}.navbar.scrolled{background:var(--glass);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border)}.navbar-content{justify-content:space-between;align-items:center;height:100%;display:flex}.nav-logo{width:auto;height:40px;display:block}.logo-link{flex-shrink:0;align-items:center;width:fit-content;display:flex}.logo-text{flex-direction:column;line-height:1;display:flex}.logo-name{letter-spacing:-.02em;font-size:1.2rem}.logo-tagline{text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);margin-top:2px;font-size:.6rem}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:var(--text-secondary);font-size:.95rem;font-weight:500}.nav-links a:hover{color:var(--text-primary)}.theme-toggle{color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}.theme-toggle:hover{background-color:var(--bg-tertiary)}.mobile-menu-btn{cursor:pointer;z-index:1100;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;margin:0;padding:0;display:none;position:absolute;top:50%;right:24px;transform:translateY(-50%)}.hamburger{pointer-events:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex}.hamburger span{background-color:var(--text-primary);pointer-events:none;width:100%;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:rotate(45deg)translate(5px,6px)}.hamburger.open span:nth-child(2){transform:rotate(-45deg)translate(5px,-6px)}.mobile-menu{top:var(--nav-height);width:100%;height:calc(100vh - var(--nav-height));background:var(--bg-primary);transition:left .3s ease-in-out,height var(--mobile-height-ease),min-height var(--mobile-height-ease),padding-bottom var(--mobile-height-ease);border-top:1px solid var(--border-color);visibility:hidden;flex-direction:column;padding:2rem;display:flex;position:fixed;left:100%}.mobile-menu.open{visibility:visible;left:0}.mobile-nav-links{flex-direction:column;align-items:flex-start;gap:2rem;width:100%;display:flex}.mobile-nav-links a{color:var(--text-primary);border-bottom:2px solid #0000;width:100%;padding:0;font-size:1.5rem;font-weight:600;text-decoration:none;transition:border-color .2s,background-color .2s;display:block}.mobile-nav-links a:hover{border-color:var(--accent)}.mobile-nav-links a:active{background-color:#0000}.mobile-theme-toggle-container{color:var(--text-secondary);align-items:center;gap:1rem;margin-top:2rem;font-size:1.2rem;display:flex}.mobile-theme-btn{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:50%;padding:.5rem}@media (max-width:768px){.navbar{transition:background-color .3s ease,border-color .3s ease,backdrop-filter .3s ease,height var(--mobile-height-ease)}.desktop-only{display:none}.mobile-menu-btn{display:flex}.mobile-menu{top:var(--nav-height);height:calc(var(--app-dvh) - var(--nav-height));min-height:calc(var(--app-dvh) - var(--nav-height));padding-bottom:var(--mobile-page-bottom-space)}}@media (max-width:480px){.mobile-menu-btn{right:16px}}.navbar.force-dark{--bg-primary:#000;--bg-secondary:#0a0a0a;--bg-tertiary:#1c1c1e;--text-primary:#f5f5f7;--text-secondary:#a1a1a6;--text-tertiary:#86868b;--accent:#fff;--border:#333;--glass:#000000b3;--glass-border:#ffffff1a}@media (min-width:769px){.mobile-menu{display:none!important}}.mega-menu-container{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#050505fa;border-bottom:1px solid #40e0d033;width:100%;padding:40px 0;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 20px 40px #00000080}.mega-menu-container:before{content:"";z-index:2;opacity:.8;background:linear-gradient(90deg,#0000,#40e0d0,#0000);width:100%;height:1px;animation:3s ease-in-out infinite scanline;position:absolute;top:0;left:0}.mega-menu-container:after{content:"";pointer-events:none;background:radial-gradient(800px circle at var(--cursor-x,50%)var(--cursor-y,50%),#40e0d00d,transparent 40%);z-index:1;opacity:1;transition:opacity .3s;position:absolute;inset:0}@keyframes scanline{0%{transform:translate(-100%)}50%{transform:translate(100%)}to{transform:translate(100%)}}[data-theme=light] .mega-menu-container{background:#fffffffa;border-bottom:1px solid #00000014;box-shadow:0 20px 40px #00000014}[data-theme=light] .mega-menu-container:before{opacity:.5;background:linear-gradient(90deg,#0000,#0071e3,#0000)}[data-theme=light] .mega-menu-container:after{background:radial-gradient(800px circle at var(--cursor-x,50%)var(--cursor-y,50%),#0071e30a,transparent 40%)}[data-theme=light] .mega-menu-grid-bg{background-image:linear-gradient(#0071e308 1px,#0000 1px),linear-gradient(90deg,#0071e308 1px,#0000 1px)}@keyframes gridMove{0%{background-position:0 0}to{background-position:40px 40px}}.mega-menu-grid-bg{z-index:0;pointer-events:none;background-image:linear-gradient(#40e0d008 1px,#0000 1px),linear-gradient(90deg,#40e0d008 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;animation:20s linear infinite gridMove;position:absolute;top:0;left:0}.mega-menu-main-grid{grid-template-columns:repeat(3,1fr);gap:40px;width:100%;max-width:1400px;margin:0 auto;padding:0 40px;display:grid;position:relative}.mega-menu-column{flex-direction:column;display:flex}.mm-column-title{text-transform:uppercase;letter-spacing:.15em;color:#40e0d0;opacity:.8;margin-bottom:24px;font-size:.75rem;font-weight:600}[data-theme=light] .mm-column-title{color:#0071e3}.mm-rich-list{grid-template-columns:1fr;gap:12px;display:grid}.mm-rich-item{background:0 0;border-radius:8px;gap:16px;padding:12px;text-decoration:none;transition:all .2s;display:flex}.mm-rich-item:hover{background:#40e0d00d}[data-theme=light] .mm-rich-item:hover{background:#0071e30a}.mm-icon-box{color:#40e0d0;padding-top:2px;transition:transform .2s}.mm-rich-item:hover .mm-icon-box{transform:translateY(-2px)}.mm-icon{object-fit:contain;width:20px;height:20px;display:block}.mm-icon-img{background-color:currentColor;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}[data-theme=light] .mm-icon-box{color:#0071e3}.mm-text-box{flex-direction:column;gap:4px;display:flex}.mm-item-title{color:var(--text-primary,#fff);letter-spacing:.02em;font-family:Oswald,sans-serif;font-size:.95rem;font-weight:600}[data-theme=light] .mm-item-title{color:#111}.mm-item-desc{color:var(--text-tertiary,#888);font-size:.8rem;line-height:1.4}[data-theme=light] .mm-item-desc{color:#666}.featured-column{padding-left:0}[data-theme=light] .mm-featured-card{background:#0071e30a;border-color:#0071e31a}[data-theme=light] .mm-featured-card:hover{background:#0071e30f;border-color:#0071e34d;box-shadow:0 10px 30px -10px #0071e326}.mm-featured-card{background:#40e0d00d;border:1px solid #40e0d01a;border-radius:16px;padding:30px;transition:border-color .3s,box-shadow .3s,background .3s}.mm-featured-card:hover{background:#40e0d014;border-color:#40e0d066;box-shadow:0 10px 30px -10px #40e0d033}.mm-tag{text-transform:uppercase;letter-spacing:.1em;color:#40e0d0;background:#40e0d01a;border-radius:4px;margin-bottom:16px;padding:4px 8px;font-size:.7rem;display:inline-block}[data-theme=light] .mm-tag{color:#0071e3;background:#0071e314}.mm-featured-card h4{color:#fff;margin-bottom:12px;font-size:1.2rem;line-height:1.3}[data-theme=light] .mm-featured-card h4{color:#111}.mm-featured-card p{color:#aaa;margin-bottom:24px;font-size:.9rem;line-height:1.5}[data-theme=light] .mm-featured-card p{color:#555}.mm-read-more{color:#40e0d0;align-items:center;gap:8px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}[data-theme=light] .mm-read-more{color:#0071e3}.mm-read-more .arrow{transition:transform .2s}.mm-read-more:hover .arrow{transform:translate(4px)}.force-dark .mega-menu-container{background:#050505fa;border-bottom:1px solid #40e0d033;box-shadow:0 20px 40px #00000080}.force-dark .mega-menu-container:before{opacity:.8;background:linear-gradient(90deg,#0000,#40e0d0,#0000)}.force-dark .mega-menu-container:after{background:radial-gradient(800px circle at var(--cursor-x,50%)var(--cursor-y,50%),#40e0d00d,transparent 40%)}.force-dark .mega-menu-grid-bg{background-image:linear-gradient(#40e0d008 1px,#0000 1px),linear-gradient(90deg,#40e0d008 1px,#0000 1px)}.force-dark .mm-column-title{color:#40e0d0}.force-dark .mm-rich-item:hover{background:#40e0d00d}.force-dark .mm-icon-box{color:#40e0d0}.force-dark .mm-item-title{color:#fff}.force-dark .mm-item-desc{color:#888}.force-dark .mm-featured-card{background:#40e0d00d;border-color:#40e0d01a}.force-dark .mm-featured-card:hover{background:#40e0d014;border-color:#40e0d066;box-shadow:0 10px 30px -10px #40e0d033}.force-dark .mm-tag{color:#40e0d0;background:#40e0d01a}.force-dark .mm-featured-card h4{color:#fff}.force-dark .mm-featured-card p{color:#aaa}.force-dark .mm-read-more{color:#40e0d0}@media (max-width:1024px){.mega-menu-main-grid{grid-template-columns:1fr;gap:30px}.featured-column{display:none}.mm-rich-list{grid-template-columns:1fr}}.footer{background-color:var(--bg-primary);border-top:1px solid #ffffff1a;padding:80px 0 40px;position:relative;overflow:hidden}.footer-bg-grid{opacity:.5;z-index:1;pointer-events:none;background-image:linear-gradient(#40e0d00d 1px,#0000 1px),linear-gradient(90deg,#40e0d00d 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 80%);mask-image:linear-gradient(#000 0%,#0000 80%)}.footer-scan-line{opacity:.8;z-index:10;background:linear-gradient(90deg,#0000,#40e0d0,#0000);width:100%;height:1px;animation:6s linear infinite scanLine;position:absolute;top:0;left:0;box-shadow:0 0 10px #40e0d0}@keyframes scanLine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.footer-content{z-index:5;flex-direction:column;gap:40px;margin-bottom:60px;display:flex;position:relative}@media (min-width:768px){.footer-content{flex-direction:row;justify-content:space-between}}.footer-ascii-wrapper{width:600px;height:100px;margin-bottom:0;margin-left:-145px;position:relative;overflow:hidden}@media (max-width:768px){.footer-content{text-align:center;align-items:center}.footer-logo{flex-direction:column;align-items:center;display:flex}.footer-ascii-wrapper{transform-origin:top;width:600px;max-width:none;height:120px;margin-bottom:-40px;margin-left:-300px;position:relative;left:50%;overflow:visible;transform:scale(.5)}.footer-logo p{text-align:center;margin-top:10px;padding-left:0!important}}.footer-logo h3{margin-bottom:8px;font-size:1.5rem;transition:color .3s;display:inline-block;position:relative}.footer-logo:hover h3{color:#40e0d0;text-shadow:0 0 10px #40e0d080}.footer-logo p{opacity:.7;font-size:.9rem}.footer-links{gap:60px;display:flex}@media (max-width:768px){.footer-links{text-align:center;grid-template-columns:1fr 1fr;gap:20px;width:100%;margin-top:30px;display:grid}.link-group{align-items:center}.link-group a:hover{color:#40e0d0;padding-left:0}.link-group a:hover:before{display:none}}.link-group{flex-direction:column;gap:16px;display:flex}.link-group h4{text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);margin-bottom:8px;font-size:.8rem}.link-group a{color:var(--text-secondary);font-size:.95rem;text-decoration:none;transition:all .3s;position:relative}.link-group a:hover{color:#40e0d0;text-shadow:0 0 8px #40e0d04d;padding-left:5px}.link-group a:before{content:">";opacity:0;color:#40e0d0;transition:all .3s;position:absolute;left:-10px}.link-group a:hover:before{opacity:1;left:-15px}.footer-bottom{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:40px;display:flex}@media (max-width:768px){.footer-bottom{text-align:center;flex-direction:column;gap:30px}}.system-status{color:var(--text-secondary);background:#40e0d00d;border:1px solid #40e0d01a;border-radius:4px;align-items:center;gap:10px;padding:6px 12px;font-family:JetBrains Mono,Courier New,monospace;font-size:.8rem;display:flex}.status-dot{background-color:#0f8;border-radius:50%;width:6px;height:6px;animation:2s infinite pulsebox;box-shadow:0 0 8px #0f8}@keyframes pulsebox{0%{opacity:.5;box-shadow:0 0 #0f8}50%{opacity:1;box-shadow:0 0 10px #0f8}to{opacity:.5;box-shadow:0 0 #0f8}}.footer-bottom p{color:var(--text-tertiary);font-size:.85rem}[data-theme=light] .footer{background-color:#fff;border-top:1px solid #00000014}[data-theme=light] .footer-bg-grid{opacity:.6;background-image:linear-gradient(#0071e30d 1px,#0000 1px),linear-gradient(90deg,#0071e30d 1px,#0000 1px)}[data-theme=light] .footer-scan-line{background:linear-gradient(90deg,#0000,#0071e3,#0000);box-shadow:0 0 10px #0071e380}[data-theme=light] .footer-logo:hover h3{color:#0071e3;text-shadow:0 0 10px #0071e34d}[data-theme=light] .link-group a:hover{color:#0071e3;text-shadow:0 0 8px #0071e326}[data-theme=light] .link-group a:before{color:#0071e3}[data-theme=light] .system-status{color:#555;background:#0071e30d;border:1px solid #0071e31a}[data-theme=light] .status-text{color:#555;font-weight:600}[data-theme=light] .status-dot{background-color:#0071e3;animation:2s infinite lightPulsebox;box-shadow:0 0 8px #0071e3}@keyframes lightPulsebox{0%{opacity:.6;box-shadow:0 0 #0071e380}50%{opacity:1;box-shadow:0 0 10px #0071e3cc}to{opacity:.6;box-shadow:0 0 #0071e380}}
