@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Orbitron:wght@400;500;600;700;800;900&display=swap";.sidebar{position:fixed;top:0;left:0;width:240px;height:100vh;background:linear-gradient(180deg,#1a1a1a,#0a0a0a);border-right:2px solid #ffd700;box-shadow:4px 0 20px #00000080,inset -2px 0 10px #ffd7004d;display:flex;flex-direction:column;z-index:1000;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#0a0a0a}.sidebar::-webkit-scrollbar-thumb{background:#e6c200;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:gold}.sidebar-header{padding:24px 20px;border-bottom:1px solid #e6c200;background:linear-gradient(135deg,#ffd7001a,#ff95000d)}.sidebar .logo{display:flex;flex-direction:column;align-items:center;gap:4px}.sidebar .logo .logo-icon{font-size:32px;filter:drop-shadow(0 0 8px #ffd700);animation:coin-glow 2s ease-in-out infinite alternate}.sidebar .logo .logo-text{font-family:"Press Start 2P",monospace,sans-serif;font-size:18px;font-weight:700;background:linear-gradient(135deg,gold,#ffb800,#ff9500);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;text-shadow:0 0 10px rgba(255,215,0,.3);letter-spacing:1px;text-align:center;line-height:1.5}.sidebar .logo .logo-subtitle{font-family:Orbitron,sans-serif;font-size:10px;color:#aaa;text-transform:uppercase;letter-spacing:2px}@keyframes coin-glow{0%{filter:drop-shadow(0 0 8px #ffd700);transform:scale(1)}to{filter:drop-shadow(0 0 16px #ffe066);transform:scale(1.05)}}.sidebar .sidebar-nav{flex:1;padding:20px 12px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;min-height:0}.sidebar .nav-item{display:flex;align-items:center;gap:12px;padding:14px 16px;color:#fff;text-decoration:none;font-size:14px;font-weight:500;border-radius:8px;border:1px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}.sidebar .nav-item:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(180deg,gold,#ffb800,#ff9500);transform:scaleY(0);transition:transform .3s ease}.sidebar .nav-item:hover{background:#ffd7001a;border-color:#e6c200;color:#ffe066;transform:translate(4px)}.sidebar .nav-item:hover:before{transform:scaleY(1)}.sidebar .nav-item:hover .nav-icon{color:gold;transform:scale(1.1)}.sidebar .nav-item.active{background:linear-gradient(90deg,#ffd70026,#ff95001a);border-color:gold;color:#ffe066;box-shadow:0 0 15px #ffd7004d,inset 0 0 10px #ffd7001a}.sidebar .nav-item.active:before{transform:scaleY(1)}.sidebar .nav-item.active .nav-icon{color:gold}.sidebar .nav-item.active .nav-label{font-weight:700;text-shadow:0 0 8px rgba(255,215,0,.3)}.sidebar .nav-icon{width:20px;height:20px;flex-shrink:0;transition:all .3s ease;color:#aaa}.sidebar .nav-label{transition:all .3s ease}.sidebar-footer{padding:12px;border-top:2px solid #e6c200;background:linear-gradient(135deg,#ffd7001a,#ff95000d);flex-shrink:0;position:relative}.sidebar-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:repeating-linear-gradient(90deg,transparent,transparent 2px,#e6c200 2px,#e6c200 4px);opacity:.3}.sidebar .footer-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;color:#ffe066;text-decoration:none;font-family:"Press Start 2P",monospace,sans-serif;font-size:9px;letter-spacing:1px;text-transform:uppercase;transition:all .15s ease;box-sizing:border-box;border:2px solid #e6c200;background:#0006;position:relative;text-shadow:0 0 4px rgba(255,215,0,.3),1px 1px 0 rgba(0,0,0,.8);box-shadow:inset 2px 2px #ffd70033,inset -2px -2px #00000080,0 0 8px #ffd7001a}.sidebar .footer-button:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 1px,rgba(255,215,0,.03) 1px,rgba(255,215,0,.03) 2px);pointer-events:none}.sidebar .footer-button:hover{color:gold;background:#0009;border-color:gold;text-shadow:0 0 8px rgba(255,215,0,.3),2px 2px 0 rgba(0,0,0,.8);box-shadow:inset 2px 2px #ffd7004d,inset -2px -2px #00000080,0 0 12px #ffd7004d,0 0 20px #ffd7001a}.sidebar .footer-button:hover .footer-icon{color:gold;transform:translate(-3px);filter:drop-shadow(0 0 4px #ffd700)}.sidebar .footer-button:hover .footer-button-text{color:gold}.sidebar .footer-button:active{box-shadow:inset 2px 2px #00000080,inset -2px -2px #ffd70033,0 0 8px #ffd7001a;transform:translate(1px,1px)}.sidebar .footer-icon{width:14px;height:14px;flex-shrink:0;transition:all .15s ease;color:#ffe066;filter:drop-shadow(0 0 2px rgba(255,215,0,.3))}.sidebar .footer-button-text{transition:all .15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.sidebar{transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:240px;box-shadow:4px 0 30px #000c,inset -2px 0 10px #ffd7004d}.sidebar.open{transform:translate(0)}.sidebar-header{padding:20px 16px;flex-shrink:0}.sidebar .logo{gap:6px}.sidebar .logo-text{font-size:16px;line-height:1.4}.sidebar .sidebar-nav{padding:16px 10px;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.sidebar .nav-item{padding:14px 16px;font-size:14px;min-height:48px;touch-action:manipulation}.sidebar .nav-item:hover,.sidebar .nav-item:active{transform:translate(2px);background:#ffd70026}.sidebar .nav-icon{width:20px;height:20px;flex-shrink:0}.sidebar .nav-label{flex:1}.sidebar-footer{padding:12px;flex-shrink:0}.sidebar .footer-button{padding:12px 16px;font-size:9px;min-height:44px;touch-action:manipulation}}@media(max-width:480px){.sidebar{width:240px}.sidebar-header{padding:16px 12px}.sidebar .logo-text{font-size:14px}.sidebar .sidebar-nav{padding:12px 8px;gap:6px}.sidebar .nav-item{padding:12px 14px;font-size:13px;gap:10px;min-height:44px}.sidebar .nav-item:hover,.sidebar .nav-item:active{transform:translate(2px)}.sidebar .nav-icon{width:18px;height:18px}.sidebar-footer{padding:10px}.sidebar .footer-button{padding:10px 14px;font-size:8px;min-height:40px}}.games__header{text-align:center;padding:40px 20px;position:relative;overflow:hidden}.games__header:before,.games__header:after{content:"";position:absolute;width:4px;height:4px;background:#ffe066;border-radius:50%;box-shadow:0 0 6px #ffe066,0 0 12px #ffe066;opacity:.6;pointer-events:none}.games__header:before{top:20%;left:15%;animation:float-particle 8s ease-in-out infinite}.games__header:after{top:60%;right:20%;animation:float-particle 10s ease-in-out infinite reverse}.games__header__title{font-family:"Press Start 2P",monospace,sans-serif;text-transform:uppercase;line-height:1.2;margin-bottom:30px;position:relative}.games__header__title:before,.games__header__title:after{content:"";position:absolute;width:3px;height:3px;background:gold;border-radius:50%;box-shadow:0 0 4px gold,0 0 8px gold;opacity:.5;pointer-events:none}.games__header__title:before{top:-10px;left:10%;animation:float-particle 12s ease-in-out infinite}.games__header__title:after{bottom:-10px;right:15%;animation:float-particle 9s ease-in-out infinite reverse}.games__header__title--goldcoin{display:inline-block;font-size:72px;color:#ffe066;text-shadow:0 0 8px rgba(255,215,0,.4),2px 2px 0 rgba(0,0,0,.8);position:relative}.games__header__title--goldcoin:before{content:"";position:absolute;width:2px;height:2px;background:#ffe066;border-radius:50%;box-shadow:0 0 4px #ffe066;opacity:.7;top:50%;left:-30px;animation:float-particle 7s ease-in-out infinite;pointer-events:none}.games__header__title--goldcoin:after{content:"";position:absolute;width:2px;height:2px;background:#ffe066;border-radius:50%;box-shadow:0 0 4px #ffe066;opacity:.7;top:50%;right:-30px;animation:float-particle 11s ease-in-out infinite reverse;pointer-events:none}.games__header__title--arcade{display:inline-block;font-size:64px;color:#e6c200;text-shadow:0 0 8px rgba(255,149,0,.4),2px 2px 0 rgba(0,0,0,.8);position:relative}.games__header__title--arcade:before{content:"";position:absolute;width:2px;height:2px;background:#e6c200;border-radius:50%;box-shadow:0 0 4px #e6c200;opacity:.7;top:50%;left:-30px;animation:float-particle 9s ease-in-out infinite;pointer-events:none}.games__header__title--arcade:after{content:"";position:absolute;width:2px;height:2px;background:#e6c200;border-radius:50%;box-shadow:0 0 4px #e6c200;opacity:.7;top:50%;right:-30px;animation:float-particle 13s ease-in-out infinite reverse;pointer-events:none}.games__header__subtitle{font-size:20px;color:#e6c200;font-family:"Press Start 2P",monospace,sans-serif;text-transform:uppercase;text-shadow:0 0 6px rgba(255,149,0,.3),1px 1px 0 rgba(0,0,0,.8);margin-bottom:24px;letter-spacing:2px;position:relative}.games__header__subtitle:before,.games__header__subtitle:after{content:"";position:absolute;width:2px;height:2px;background:#e6c200;border-radius:50%;box-shadow:0 0 3px #e6c200;opacity:.5;pointer-events:none}.games__header__subtitle:before{top:50%;left:-40px;animation:float-particle 8s ease-in-out infinite}.games__header__subtitle:after{top:50%;right:-40px;animation:float-particle 10s ease-in-out infinite reverse}.games__header__description{font-size:14px;color:gold;text-transform:uppercase;line-height:1.8;letter-spacing:1px;max-width:600px;margin:0 auto}.games__games{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:40px 20px;max-width:1400px;margin:0 auto}.games__game.disabled{opacity:.5;cursor:not-allowed}.games__game{background:linear-gradient(135deg,#1a1a1ae6,#0a0a0ae6);padding:24px;border:2px solid #e6c200;border-radius:0;position:relative;cursor:pointer;transition:all .3s ease;box-shadow:inset 2px 2px #ffd7001a,inset -2px -2px #00000080,0 4px 12px #00000080;overflow:hidden}.games__game:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,215,0,.02) 2px,rgba(255,215,0,.02) 4px);pointer-events:none;opacity:0;transition:opacity .3s ease}.games__game:hover{border-color:gold;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);transform:translateY(-4px);box-shadow:inset 2px 2px #ffd70033,inset -2px -2px #00000080,0 8px 24px #ffd7004d,0 0 30px #ffd7001a}.games__game:hover:before{opacity:1}.games__game:hover .games__game__icon{color:#ffe066;transform:scale(1.05) rotate(2deg);filter:drop-shadow(0 0 8px #ffe066)}.games__game:hover .games__game__name{color:#ffe066;text-shadow:0 0 8px rgba(255,215,0,.5)}.games__game:active{transform:translateY(-2px)}.games__game__icon{font-size:48px;color:gold;margin-bottom:16px;transition:all .3s ease;display:block;filter:drop-shadow(0 0 4px rgba(255,215,0,.3))}.games__game__name{font-size:18px;color:gold;font-family:"Press Start 2P",monospace,sans-serif;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;transition:all .3s ease;text-shadow:1px 1px 0 rgba(0,0,0,.8)}.games__game__description{font-size:12px;color:#aaa;line-height:1.6;font-family:Orbitron,sans-serif}@keyframes float-particle{0%{transform:translate(0) scale(1);opacity:.5}25%{transform:translate(20px,-30px) scale(1.2);opacity:.8}50%{transform:translate(-15px,-50px) scale(.9);opacity:.6}75%{transform:translate(25px,-30px) scale(1.1);opacity:.7}to{transform:translate(0) scale(1);opacity:.5}}@media(max-width:1024px){.games__header{padding:32px 20px}.games__header__title{margin-bottom:24px}.games__header__title--goldcoin{font-size:56px}.games__header__title--arcade{font-size:48px}.games__header__subtitle{font-size:18px;margin-bottom:20px}.games__header__description{font-size:13px}.games__games{grid-template-columns:repeat(2,1fr);gap:20px;padding:32px 20px}.games__game{padding:20px}.games__game__icon{font-size:42px;margin-bottom:14px}.games__game__name{font-size:16px;margin-bottom:10px}.games__game__description{font-size:11px}}@media(max-width:768px){.games__header{padding:24px 16px}.games__header__title{margin-bottom:20px}.games__header__title--goldcoin{font-size:42px}.games__header__title--arcade{font-size:36px}.games__header__subtitle{font-size:16px;margin-bottom:16px;letter-spacing:1px}.games__header__description{font-size:12px;line-height:1.6;max-width:100%}.games__games{grid-template-columns:1fr;gap:16px;padding:24px 16px}.games__game{padding:20px}.games__game__icon{font-size:40px;margin-bottom:12px}.games__game__name{font-size:16px;margin-bottom:10px}.games__game__description{font-size:11px}}@media(max-width:480px){.games__header{padding:20px 12px}.games__header__title{margin-bottom:16px}.games__header__title--goldcoin{font-size:32px}.games__header__title--arcade{font-size:28px}.games__header__title:before,.games__header__title:after{display:none}.games__header__subtitle{font-size:14px;margin-bottom:12px;letter-spacing:.5px}.games__header__subtitle:before,.games__header__subtitle:after{display:none}.games__header__description{font-size:11px;line-height:1.5;letter-spacing:.5px}.games__header:before,.games__header:after{display:none}.games__games{gap:12px;padding:20px 12px}.games__game{padding:16px}.games__game__icon{font-size:36px;margin-bottom:10px}.games__game__name{font-size:14px;margin-bottom:8px}.games__game__description{font-size:10px;line-height:1.5}}.mobile-controls{display:none;position:fixed;bottom:10px;left:50%;transform:translate(-50%);z-index:100;pointer-events:none}@media(max-width:768px){.mobile-controls{display:block}}.mobile-controls__swipe-indicator{display:flex;align-items:center;justify-content:center;pointer-events:auto}.mobile-controls__direction{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:8px 16px;background:#000c;border:2px solid #ffd700;border-radius:8px;box-shadow:0 2px 8px #ffd70066,inset 0 0 8px #ffd70033;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:pulse 1.5s ease-in-out infinite}.mobile-controls__direction-arrow{font-size:24px;font-weight:700;color:gold;line-height:1;text-shadow:0 0 6px rgba(255,215,0,.6)}.mobile-controls__direction-label{font-size:12px;font-weight:600;color:#ffe066;text-transform:uppercase;letter-spacing:.5px}@keyframes pulse{0%,to{box-shadow:0 4px 12px #ffd70066,inset 0 0 12px #ffd70033}50%{box-shadow:0 4px 16px #ffd70099,inset 0 0 16px #ffd7004d}}@media(max-width:480px){.mobile-controls__direction{padding:6px 12px;gap:6px}.mobile-controls__direction-arrow{font-size:20px}.mobile-controls__direction-label{font-size:11px}}.goldcoin-man .game__content{background:#000}@media(max-width:768px){.goldcoin-man .game__content{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;padding:10px;box-sizing:border-box}}.goldcoin-man canvas{display:block;max-width:100%;max-height:100%}@media(max-width:768px){.goldcoin-man canvas{width:100%;height:auto;object-fit:contain;max-height:calc(100vh - 200px)}}.game__header{border-bottom:2px solid #e6c200;height:102px;display:flex;justify-content:space-between;align-items:center;padding:0 40px;position:relative;background:linear-gradient(180deg,rgba(255,215,0,.05) 0%,transparent 100%);box-shadow:0 2px 10px #0000004d,inset 0 -1px #ffd70033}@media(max-width:1200px){.game__header{justify-content:center}}@media(max-width:768px){.game__header{height:0;padding:0;border:none;background:transparent;box-shadow:none;overflow:visible}.game__header .game__header__title{display:none}}.game__header:before{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:repeating-linear-gradient(90deg,transparent,transparent 2px,#e6c200 2px,#e6c200 4px);opacity:.5}.game__header__title{font-family:"Press Start 2P",monospace,sans-serif;text-transform:uppercase;font-size:32px;background:linear-gradient(135deg,gold,#ffb800,#ff9500);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;text-align:center;position:relative;text-shadow:0 0 20px rgba(255,215,0,.3);animation:title-glow 3s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(255,215,0,.3));white-space:nowrap}@media(max-width:1200px){.game__header__title{display:none}}.game__hud{display:flex;justify-content:center;gap:12px;width:auto;max-width:600px}@media(max-width:768px){.game__hud{position:fixed;top:29px;right:16px;left:auto;transform:none;z-index:900;gap:4px;padding:0 4px;max-width:calc(100vw - 80px);display:flex!important;align-items:center;height:44px}}@media(max-width:480px){.game__hud{top:29px;right:12px;left:auto;gap:3px;padding:0 3px;max-width:calc(100vw - 72px);height:44px}}.game__hud__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:#000c;padding:12px 18px;border-radius:0;border:2px solid #e6c200;position:relative;box-sizing:border-box;box-shadow:inset 2px 2px #ffd70033,inset -2px -2px #00000080,0 0 8px #ffd7001a,0 2px 4px #0000004d;transition:all .3s ease;overflow:hidden;flex:1 1 0;min-width:0}@media(max-width:768px){.game__hud__item{padding:4px 8px;gap:2px;background:#000000f2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-width:1.5px}}@media(max-width:480px){.game__hud__item{padding:3px 6px;gap:1px;border-width:1px}}.game__hud__item:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 1px,rgba(255,215,0,.03) 1px,rgba(255,215,0,.03) 2px);pointer-events:none;opacity:0;transition:opacity .3s ease}.game__hud__item:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,215,0,.1) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.game__hud__item:hover{border-color:gold;background:#0009;box-shadow:inset 2px 2px #ffd7004d,inset -2px -2px #00000080,0 0 16px #ffd70066,0 4px 8px #0006;transform:translateY(-2px)}.game__hud__item:hover:before{opacity:1}.game__hud__item:hover:after{opacity:1}.game__hud__item:hover .game__hud__item__value{color:gold;text-shadow:0 0 12px rgba(255,215,0,.3),0 0 20px rgba(255,215,0,.5),1px 1px 0 rgba(0,0,0,.8);transform:scale(1.1)}.game__hud__item:hover .game__hud__item__label{color:#fff}.game__hud__item__label{font-family:Orbitron,sans-serif;font-size:11px;color:#aaa;text-transform:uppercase;letter-spacing:1.5px;font-weight:600;transition:all .3s ease;position:relative;z-index:1}@media(max-width:768px){.game__hud__item__label{font-size:8px;letter-spacing:.5px}}@media(max-width:480px){.game__hud__item__label{font-size:7px;letter-spacing:.4px}}.game__hud__item__value{font-family:"Press Start 2P",monospace,sans-serif;font-size:18px;color:#ffe066;text-shadow:0 0 6px rgba(255,215,0,.3),0 0 12px rgba(255,215,0,.3),1px 1px 0 rgba(0,0,0,.8);transition:all .3s ease;position:relative;z-index:1;animation:value-pulse 2s ease-in-out infinite}@media(max-width:768px){.game__hud__item__value{font-size:14px}}@media(max-width:480px){.game__hud__item__value{font-size:12px}}.game__content{width:calc(100vw - 240px);height:calc(100vh - 104px);background:#0a0a0a;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}@media(max-width:768px){.game__content{width:100vw;height:100dvh;padding-top:50px;padding-bottom:140px;box-sizing:border-box}}@media(max-width:480px){.game__content{padding-top:45px;padding-bottom:130px}}.game__over{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.game__over__title{font-family:"Press Start 2P",monospace,sans-serif;font-size:32px;color:gold;margin-bottom:20px}@media(max-width:768px){.game__over__title{font-size:20px;margin-bottom:12px}}@media(max-width:480px){.game__over__title{font-size:16px;margin-bottom:10px}}.game__over__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;position:relative;z-index:1}.game__start__instruction--desktop{display:block}@media(max-width:768px){.game__start__instruction--desktop{display:none}}.game__start__instruction--mobile{display:none}@media(max-width:768px){.game__start__instruction--mobile{display:block}}.game__over__modal{background:#000c;padding:20px;border-radius:10px;border:2px solid #e6c200;box-shadow:0 0 10px #ffd7004d;max-width:90vw;position:relative;z-index:1000}@media(max-width:768px){.game__over__modal{padding:16px;border-radius:8px}}@media(max-width:480px){.game__over__modal{padding:12px;border-radius:6px}}@keyframes title-glow{0%,to{filter:drop-shadow(0 0 8px rgba(255,215,0,.3))}50%{filter:drop-shadow(0 0 16px rgba(255,215,0,.6))}}@keyframes value-pulse{0%,to{text-shadow:0 0 6px rgba(255,215,0,.3),0 0 12px rgba(255,215,0,.3),1px 1px 0 rgba(0,0,0,.8)}50%{text-shadow:0 0 10px rgba(255,215,0,.3),0 0 20px rgba(255,215,0,.5),1px 1px 0 rgba(0,0,0,.8)}}a{text-decoration:none}body{font-family:Orbitron,sans-serif;background-color:#0a0a0a;color:#fff;margin:0;padding:0;overflow-x:hidden}.mobile-menu-toggle{display:none;position:fixed;top:29px;left:16px;z-index:1001;width:44px;height:44px;border:2px solid #e6c200;background:#000000e6;color:#ffe066;cursor:pointer;border-radius:4px;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #00000080,inset 0 0 8px #ffd7001a;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.mobile-menu-toggle:hover{background:#000000f2;border-color:gold;color:gold;box-shadow:0 4px 12px #ffd7004d,inset 0 0 12px #ffd70033}.mobile-menu-toggle:active{transform:scale(.95);background:#000}.mobile-menu-toggle svg{width:24px;height:24px;pointer-events:none}@media(max-width:768px){.mobile-menu-toggle{display:flex}}@media(max-width:480px){.mobile-menu-toggle{top:29px;left:12px;width:44px;height:44px;min-width:44px;min-height:44px}.mobile-menu-toggle svg{width:22px;height:22px}}.mobile-overlay{display:none;position:fixed;inset:0;background:#000000bf;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s cubic-bezier(.4,0,.2,1);touch-action:manipulation}.mobile-overlay.active{opacity:1;visibility:visible}@media(max-width:768px){.mobile-overlay{display:block}}.main-content{margin-left:240px;min-height:calc(100vh - 48px);padding:24px;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);transition:margin-left .3s ease}.main-content.game{padding:0;min-height:100vh;overflow:hidden;width:calc(100vw - 240px)}@media(max-width:768px){.main-content.game{margin-left:0;width:100vw}}@media(max-width:768px){.main-content{margin-left:0;padding:76px 16px 16px;width:100%;box-sizing:border-box}}@media(max-width:480px){.main-content{padding:72px 12px 12px;width:100%}}.button{background:gold;color:#0a0a0a;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none;font-family:"Press Start 2P",monospace,sans-serif;font-size:12px;text-transform:uppercase;touch-action:manipulation;box-shadow:0 2px 8px #00000080,inset 0 0 8px #ffd70033}.button:hover{background:#e6c200;color:#fff;box-shadow:0 4px 12px #ffd70066,inset 0 0 12px #ffd7004d}.button:active{transform:scale(.95);box-shadow:0 1px 4px #00000080,inset 0 0 6px #ffd70033}@media(max-width:768px){.button{padding:12px 24px;font-size:11px}}@media(max-width:480px){.button{padding:10px 20px;font-size:10px}}
