.ledmatrix-wrapper{position:fixed;left:0;width:100%;min-height:100vh;min-height:100dvh;box-sizing:border-box;padding:200px 1rem}.single-ledmatrix-container{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.ledmatrix-grid{display:grid;box-sizing:border-box;max-width:100%}@media (max-width:500px){.ledmatrix-wrapper{padding:200px 180px 0 0;display:flex;justify-content:flex-start;align-items:center}.single-ledmatrix-container{width:100%;display:flex;justify-content:center}.ledmatrix-grid{transform:scale(.6);transform-origin:center top}}:root{--logo-filter:invert(0)}[data-theme=glacier-night],[data-theme=midnight-purple],[data-theme=mocha-space]{--logo-filter:invert(1)}.navbar{position:fixed;top:0;left:0;width:100%;padding:1rem;justify-content:space-between;z-index:10000;isolation:isolate}.navbar,.navbar-brand{display:flex;align-items:center}.navbar-brand{gap:.5rem}.navbar-logo{height:50px;transform:scaleX(-1);filter:var(--logo-filter);transition:filter .3s}.brand-text{font-size:1rem;font-weight:700;color:var(--color-white)}.matrix-toggle{background:none;border:none;line-height:0;cursor:pointer}.navbar-center{display:flex;align-items:center;gap:.5rem}.navbar-link{background:none;border:none;padding:0 .5rem;font-size:1rem;cursor:pointer;transition:color .2s}.navbar-right,.navbar-switchers{display:flex;align-items:center;gap:1rem}.theme-toggle{display:flex;gap:.5rem}.theme-toggle-dot{width:.75rem;height:.75rem;border-radius:50%;cursor:pointer}.theme-toggle-mobile{position:relative}.theme-toggle-mobile-btn{width:36px;height:36px;border-radius:50%;border:none;cursor:pointer}.theme-dropdown.mobile{position:fixed;top:80px;left:0;right:0;display:flex;justify-content:space-evenly;padding:1rem .5rem;z-index:1000;animation:fadeIn .2s}.theme-chip{width:36px;height:36px;border-radius:50%;cursor:pointer;border:4px solid var(--chip-color,#b0b0b0);transition:box-shadow .2s,background .2s,border .2s}.theme-chip.active{border:none}.language-switcher{position:relative}.lang-btn{background:none;border:none;width:45px;padding:0;cursor:pointer;line-height:0}.lang-btn .lang-flag{display:inline-block;width:40px;height:auto;border-radius:2px;object-fit:cover}.language-dropdown{position:absolute;top:35px;left:-13px;border-radius:4px;padding:.5rem 0;list-style:none;background:var(--color-bg-primary);box-shadow:0 2px 6px rgba(0,0,0,.2);animation:fadeIn .2s;z-index:1000}.language-option{display:flex;align-items:center;padding:.5rem .8rem;cursor:pointer;font-size:1rem;white-space:nowrap;color:var(--text-color);transition:background .2s}.language-option:hover{background:var(--color-accent);color:var(--text-color)}.language-option .lang-flag{margin-right:.5rem;width:20px;height:auto;border-radius:2px}@media (max-width:1200px){.language-dropdown{position:fixed;top:60px;left:0;right:0;background:var(--color-bg-primary);border-radius:0}}.mobile-menu-icon{background:transparent;border:1px solid;border-radius:4px;padding:.25rem;cursor:pointer;display:flex;align-items:center}.mobile-dropdown{position:absolute;top:75px;right:1rem;display:flex;flex-direction:column;padding:.5rem 0;border-radius:8px;animation:fadeIn .2s;z-index:5}.dropdown-link{background:none;border:none;padding:.7rem 1.5rem;text-align:left;font-size:1rem;cursor:pointer;width:100%;transition:background .2s}.scroll-progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;transform-origin:left center}.desktop{display:flex!important}.mobile{display:none!important}@media (max-width:1200px){.desktop{display:none!important}.mobile{display:flex!important}.mobile-dropdown{left:0;right:0;top:80px;width:100%;border-radius:0}.language-dropdown{position:fixed;top:60px;left:0;right:0;border-radius:0}}@media (max-width:600px){.language-dropdown,.mobile-dropdown{position:fixed;left:0;right:0;top:80px;width:100%;margin:0;border-radius:0}.brand-text{font-size:.8rem;margin:8px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1}}.matrix-toggle .matrix-bulb{transition:filter .2s,opacity .2s}.matrix-toggle .matrix-bulb.is-off{filter:none;opacity:.6}