.header-container.svelte-13xl7hj{width:100%;background-color:var(--color-background-primary);box-shadow:0 8px 20px var(--color-shadow-primary);position:sticky;top:0;z-index:100;border-bottom:1px solid var(--color-primary-lightest)}.header-content.svelte-13xl7hj{width:90%;max-width:1800px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between}.logo-link.svelte-13xl7hj{display:flex;align-items:center;text-decoration:none;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);animation:svelte-13xl7hj-fadeIn .5s ease forwards;gap:12px}.logo-link.svelte-13xl7hj:hover{transform:scale(1.05)}.logo-container.svelte-13xl7hj{width:45px;height:45px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:var(--color-background-primary);box-shadow:0 3px 10px var(--color-primary-light);border:2px solid rgba(12,235,235,.2);transition:all .3s ease}.logo-container.svelte-13xl7hj:hover{box-shadow:0 5px 15px var(--color-primary-light);border-color:#0cebeb66}.logo-image.svelte-13xl7hj{width:100%;height:100%;object-fit:cover}.site-title.svelte-13xl7hj{display:flex;flex-direction:column;justify-content:center}.title-text.svelte-13xl7hj{font-size:1.35rem;font-weight:700;color:var(--color-text-primary);letter-spacing:.01em;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;transition:all .3s ease}.logo-link.svelte-13xl7hj:hover .title-text:where(.svelte-13xl7hj){background-position:right center}.nav-container.svelte-13xl7hj{display:flex;align-items:center}.nav-list.svelte-13xl7hj{display:flex;list-style:none;margin:0;padding:0;gap:1.5rem}.nav-item.svelte-13xl7hj{margin:0;animation:svelte-13xl7hj-fadeIn .5s ease forwards}.nav-list.svelte-13xl7hj>:where(.svelte-13xl7hj):nth-child(1){animation-delay:.1s}.nav-list.svelte-13xl7hj>:where(.svelte-13xl7hj):nth-child(2){animation-delay:.2s}.nav-list.svelte-13xl7hj>:where(.svelte-13xl7hj):nth-child(3){animation-delay:.3s}.nav-list.svelte-13xl7hj>:where(.svelte-13xl7hj):nth-child(4){animation-delay:.4s}.nav-list.svelte-13xl7hj>:where(.svelte-13xl7hj):nth-child(n+5){animation-delay:.5s}.nav-link.svelte-13xl7hj{text-decoration:none;color:var(--color-text-primary);font-weight:600;font-size:.95rem;transition:all .25s ease;padding:.5rem 1rem;border-radius:50px;position:relative;overflow:hidden;letter-spacing:.02em;text-transform:uppercase}.nav-link.svelte-13xl7hj:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-nav-link);transform:scaleX(0);transform-origin:right;transition:transform .35s cubic-bezier(.175,.885,.32,1.275);z-index:-1;border-radius:50px}.nav-link.svelte-13xl7hj:hover{color:var(--color-primary);text-shadow:0 1px 2px var(--color-primary-lightest)}.nav-link.svelte-13xl7hj:hover:before{transform:scaleX(1);transform-origin:left}.hamburger-button.svelte-13xl7hj{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger-line.svelte-13xl7hj{display:block;height:2px;width:100%;border-radius:10px;background:var(--color-text-primary);transition:all .3s ease-in-out}.spacer.svelte-13xl7hj{width:30px;display:none}.overlay.svelte-13xl7hj{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--color-overlay);z-index:101;animation:svelte-13xl7hj-fadeIn .3s ease forwards}.sidebar.svelte-13xl7hj{position:fixed;top:0;left:-320px;width:280px;height:100%;background-color:var(--color-background-primary);box-shadow:2px 0 10px var(--color-shadow-tertiary);z-index:102;padding:2rem 1rem;transition:left .3s ease-in-out;overflow-y:auto}.sidebar-open.svelte-13xl7hj{left:0}.close-button.svelte-13xl7hj{position:absolute;top:1rem;right:1rem;background:transparent;border:none;cursor:pointer;color:var(--color-text-primary);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.close-button.svelte-13xl7hj:hover{background-color:#0000000d}.sidebar-nav.svelte-13xl7hj{margin-top:2rem}.sidebar-nav-list.svelte-13xl7hj{list-style:none;padding:0;margin:0}.sidebar-nav-item.svelte-13xl7hj{margin-bottom:.75rem;animation:svelte-13xl7hj-slideInRight .3s ease forwards;animation-delay:calc(.05s * var(--index, 1));opacity:0}.sidebar-nav-link.svelte-13xl7hj{display:block;padding:.75rem 1rem;text-decoration:none;color:var(--color-text-primary);font-weight:600;border-radius:8px;transition:all .25s ease;position:relative;overflow:hidden;letter-spacing:.02em;text-transform:uppercase;font-size:.95rem}.sidebar-nav-link.svelte-13xl7hj:hover{color:var(--color-primary);background-color:var(--color-primary-lightest);padding-left:1.5rem;text-shadow:0 1px 2px var(--color-primary-lightest)}@media (max-width: 920px){.desktop-nav.svelte-13xl7hj{display:none}.hamburger-button.svelte-13xl7hj{display:flex}.spacer.svelte-13xl7hj{display:block}.header-content.svelte-13xl7hj{justify-content:space-between}}@media (max-width: 768px){.header-content.svelte-13xl7hj{padding:.75rem}.logo-container.svelte-13xl7hj{width:38px;height:38px}.title-text.svelte-13xl7hj{font-size:1.2rem}}@media (max-width: 480px){.header-content.svelte-13xl7hj{padding:.5rem .75rem}.logo-container.svelte-13xl7hj{width:32px;height:32px;border-width:1.5px}.title-text.svelte-13xl7hj{font-size:1rem}.hamburger-button.svelte-13xl7hj{width:24px;height:18px}}@media (orientation: landscape) and (max-height: 560px){.header-container.svelte-13xl7hj{box-shadow:0 4px 10px var(--color-shadow-tertiary)}.header-content.svelte-13xl7hj{padding:.3rem .75rem}.logo-container.svelte-13xl7hj{width:18px;height:18px;border-width:1px}.title-text.svelte-13xl7hj{font-size:.85rem}.hamburger-button.svelte-13xl7hj{width:20px;height:15px}.hamburger-line.svelte-13xl7hj{height:1.5px}}@keyframes svelte-13xl7hj-fadeIn{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-13xl7hj-slideInRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.footer-container.svelte-mdf3ki{background:var(--gradient-background);padding:3rem 0 2rem;margin-top:4rem;border-top:1px solid var(--color-border-light);position:relative}.footer-container.svelte-mdf3ki:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--gradient-footer);opacity:.7}.footer-content.svelte-mdf3ki{width:90%;max-width:1800px;margin:0 auto;padding:0 1.5rem}.footer-bottom.svelte-mdf3ki{display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding-top:2rem;border-top:1px solid var(--color-border-lighter);margin-top:2rem}.footer-links.svelte-mdf3ki{display:flex;gap:2.5rem;flex-wrap:wrap;justify-content:center}.footer-link.svelte-mdf3ki{color:var(--color-text-secondary);text-decoration:none;transition:all .3s ease;font-size:.95rem;position:relative;font-weight:500}.footer-link.svelte-mdf3ki:hover{color:var(--color-primary)}.footer-link.svelte-mdf3ki:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background:var(--gradient-primary);transition:width .3s cubic-bezier(.175,.885,.32,1.275);border-radius:2px}.footer-link.svelte-mdf3ki:hover:after{width:100%}.footer-copyright.svelte-mdf3ki{color:var(--color-text-light);font-size:.85rem;text-align:center;margin-top:.5rem}.footer-game-links.svelte-mdf3ki{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;padding-bottom:1rem}.game-section-title.svelte-mdf3ki{margin:0 0 1.2rem;font-size:1.15rem;color:var(--color-text-primary);position:relative;padding-bottom:.7rem;font-weight:600}.game-section-title.svelte-mdf3ki:after{content:"";position:absolute;width:45px;height:4px;bottom:0;left:0;background:var(--gradient-primary);border-radius:4px;transition:width .3s ease}.game-link-section.svelte-mdf3ki:hover .game-section-title:where(.svelte-mdf3ki):after{width:65px}.game-links.svelte-mdf3ki{display:flex;flex-direction:column;gap:.8rem;list-style:none;padding:0;margin:0}.game-link.svelte-mdf3ki{color:var(--color-text-tertiary);text-decoration:none;transition:all .2s cubic-bezier(.175,.885,.32,1.275);font-size:.95rem;display:flex;align-items:center}.game-link.svelte-mdf3ki:hover{color:var(--color-primary);transform:translate(5px)}@media screen and (min-width: 1801px){.footer-game-links.svelte-mdf3ki{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width: 768px){.footer-container.svelte-mdf3ki{padding:2rem 0 1.5rem;margin-top:3rem}.footer-content.svelte-mdf3ki{padding:0 1rem}.footer-links.svelte-mdf3ki{gap:1.5rem;flex-direction:row;flex-wrap:wrap;justify-content:center}.footer-bottom.svelte-mdf3ki{padding-top:1.5rem}.footer-game-links.svelte-mdf3ki{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem}.game-section-title.svelte-mdf3ki{text-align:center;font-size:1.1rem}.game-section-title.svelte-mdf3ki:after{left:50%;transform:translate(-50%)}.game-links.svelte-mdf3ki{align-items:center}}@keyframes svelte-mdf3ki-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-container.svelte-mdf3ki{animation:svelte-mdf3ki-fadeInUp .8s ease-out}
