.game-page-wrapper{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.game-display-area{z-index:1;justify-content:center;align-items:center;width:100%;display:flex}.phone-container{position:relative}.phone-frame{background:#000;border:14px solid #1f2937;border-radius:36px;width:clamp(320px,25vw,380px);height:clamp(640px,85vh,810px);position:relative;overflow:hidden;box-shadow:0 25px 70px #0009,0 0 0 1px #ffffff1a}.phone-screen-content{background:#000;width:100%;height:100%;position:relative}.game-content-wrapper{width:100%;height:100%}.phone-screen{border:none;width:100%;height:100%;display:block}.placeholder-content{color:#94a3b8;text-align:center;background:linear-gradient(#111827 0%,#0f172a 100%);flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}.placeholder-icon{opacity:.4;width:80px;height:80px;margin-bottom:1.5rem}.placeholder-text{max-width:240px;font-size:15px;line-height:1.6}.login-prompt-overlay{z-index:20;width:100%;height:100%;position:absolute;top:0;left:0}.login-prompt-overlay.hidden{display:none}.login-prompt-content{background:linear-gradient(#1e293b 0%,#0f172a 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.login-prompt-inner{text-align:center;padding:2rem}.login-icon{color:#64748b;width:64px;height:64px;margin:0 auto 1.5rem}.login-title{color:#f1f5f9;margin-bottom:.75rem;font-size:24px;font-weight:700}.login-description{color:#cbd5e1;margin-bottom:2rem;font-size:15px;line-height:1.5}.login-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #3b82f666}.login-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f680}.login-button-icon{width:20px;height:20px}.control-buttons{z-index:30;justify-content:space-between;gap:10px;display:flex;position:absolute;top:18px;left:18px;right:18px}.control-btn{backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#1e293bd9;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:flex}.control-btn:hover{background:#334155f2;transform:scale(1.08);box-shadow:0 4px 12px #0000004d}.control-btn.fullscreen-button{background:#2563ebd9}.control-btn.fullscreen-button:hover{background:#1d4ed8f2}.control-icon{width:20px;height:20px}.game-list-sidebar{z-index:100;background:#fff;border-radius:18px;flex-direction:column;width:320px;max-height:85vh;transition:all .3s;display:flex;position:absolute;top:50%;right:2rem;overflow:hidden;transform:translateY(-50%);box-shadow:0 10px 40px #00000026}.game-list-sidebar.collapsed{width:60px;padding:0;right:1rem}.game-list-sidebar.collapsed .sidebar-content{display:none}.game-list-sidebar.collapsed .expand-button{display:flex!important}.sidebar-content{flex-direction:column;flex:1;padding:24px 20px;display:flex;position:relative;overflow:hidden}.sidebar-header{border-bottom:2px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.sidebar-title{color:#1e293b;flex:1;font-size:22px;font-weight:700}.hide-icon{color:#64748b;cursor:pointer;background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.hide-icon:hover{background:#f1f5f9;transform:scale(1.1)}.icon-chevron{width:20px;height:20px}.game-list-scroll{scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9;flex:1;min-height:400px;padding-right:8px;overflow-y:auto}.game-list-scroll::-webkit-scrollbar{width:6px}.game-list-scroll::-webkit-scrollbar-track{background:#f1f5f9;border-radius:6px}.game-list-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}.game-list-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}.game-card{background:#f8fafc;border:1px solid #0000;border-radius:14px;align-items:center;gap:14px;margin-bottom:10px;padding:12px;text-decoration:none;transition:all .2s;display:flex}.game-card:hover{background:#fff;border-color:#10b981;transform:translate(4px);box-shadow:0 4px 14px #10b9811f}.game-thumbnail{-o-object-fit:cover;object-fit:cover;border:2px solid #e2e8f0;border-radius:12px;flex-shrink:0;width:56px;height:56px}.game-info{flex:1;min-width:0}.game-title{color:#1e293b;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:15px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.play-badge{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:8px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block;box-shadow:0 2px 6px #10b9814d}.expand-button{cursor:pointer;background:#f1f5f9;justify-content:center;align-items:center;width:100%;height:48px;transition:background .2s;display:flex}.expand-button:hover{background:#e2e8f0}.expand-icon{color:#64748b;width:22px;height:22px;transform:rotate(180deg)}.hidden{display:none!important}@media (width<=1280px){.game-list-sidebar{width:280px;right:1rem}}@media (width<=1024px){.game-list-sidebar{width:260px}.game-list-sidebar.collapsed{right:.5rem}}@media (width<=768px){.game-page-wrapper{padding:1rem}.game-list-sidebar{display:none}}.game-placeholder-container{flex-direction:column;gap:12px;margin-top:10px;display:flex}.game-card.placeholder{pointer-events:none;opacity:.6;cursor:default;background:#f3f4f6;border:none;transition:opacity .5s ease-out}.placeholder-thumb{width:56px;height:56px;box-shadow:none;background:#e5e7eb;border-radius:12px}.placeholder-title{background:#e5e7eb;border-radius:4px;width:140px;height:16px;margin-bottom:6px}.play-badge-placeholder{background:#d1d5db;border-radius:8px;width:60px;height:14px}.mobile-game-list-container[data-astro-cid-wu3n76yy]{-webkit-user-select:none;user-select:none;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.indicator-bar[data-astro-cid-wu3n76yy]{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border-radius:0}.indicator-icon[data-astro-cid-wu3n76yy]{transition:transform .3s}.game-list-panel[data-astro-cid-wu3n76yy]{will-change:transform;max-height:55vh;box-shadow:0 -10px 30px #00000026}.panel-header[data-astro-cid-wu3n76yy]{min-height:60px}.game-list-items[data-astro-cid-wu3n76yy]{scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9;max-height:calc(55vh - 60px);overflow-y:auto}.game-list-items[data-astro-cid-wu3n76yy]::-webkit-scrollbar{width:6px}.game-list-items[data-astro-cid-wu3n76yy]::-webkit-scrollbar-track{background:#f1f5f9;border-radius:6px}.game-list-items[data-astro-cid-wu3n76yy]::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}.game-list-items[data-astro-cid-wu3n76yy]::-webkit-scrollbar-thumb:hover{background:#94a3b8}.game-card[data-astro-cid-wu3n76yy]{transition:box-shadow .2s,background .2s,transform .2s}.game-card[data-astro-cid-wu3n76yy]:hover{transform:translate(4px)}.game-card[data-astro-cid-wu3n76yy]:active{transform:scale(.98)}.game-thumbnail[data-astro-cid-wu3n76yy]{border-radius:.5rem}.game-title[data-astro-cid-wu3n76yy]{line-height:1.3}.play-badge[data-astro-cid-wu3n76yy]{box-shadow:0 2px 8px #10b9814d}@media (width>=640px){.game-list-panel[data-astro-cid-wu3n76yy]{max-height:50vh}.game-list-items[data-astro-cid-wu3n76yy]{max-height:calc(50vh - 60px)}}@media (width>=900px){.game-list-panel[data-astro-cid-wu3n76yy]{max-height:45vh}.game-list-items[data-astro-cid-wu3n76yy]{max-height:calc(45vh - 60px)}}.game-content-wrapper[data-astro-cid-iee4h4e2]{width:100%;height:100%}.placeholder-content[data-astro-cid-iee4h4e2]{color:#94a3b8;text-align:center;background:linear-gradient(#111827 0%,#0f172a 100%);flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}.login-prompt-overlay[data-astro-cid-iee4h4e2]{z-index:20;width:100%;height:100%;position:absolute;top:0;left:0}.login-prompt-overlay[data-astro-cid-iee4h4e2].hidden{display:none}.control-buttons-mobile[data-astro-cid-iee4h4e2]{z-index:30;justify-content:space-between;gap:8px;display:flex;position:absolute;top:21vw;left:12px;right:12px}.back-button-mobile[data-astro-cid-iee4h4e2],.fullscreen-button-mobile[data-astro-cid-iee4h4e2]{cursor:pointer;backdrop-filter:blur(4px);border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.back-button-mobile[data-astro-cid-iee4h4e2]:hover,.fullscreen-button-mobile[data-astro-cid-iee4h4e2]:hover{transform:scale(1.05)}.fullscreen-controls-overlay[data-astro-cid-iee4h4e2]{z-index:999999;position:fixed;top:20px;right:20px}[data-astro-cid-iee4h4e2]:fullscreen .fullscreen-controls-overlay[data-astro-cid-iee4h4e2]{z-index:999999;position:fixed;top:20px;right:20px;display:block!important}.exit-fullscreen-button[data-astro-cid-iee4h4e2]{cursor:pointer;pointer-events:auto;backdrop-filter:blur(4px);color:#fff;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem;transition:all .3s;display:flex;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;background-color:#dc2626e6!important}.exit-fullscreen-button[data-astro-cid-iee4h4e2]:hover{transform:scale(1.05)}@supports (-webkit-touch-callout:none){.fullscreen-button-mobile[data-astro-cid-iee4h4e2]{display:none!important}}.hidden[data-astro-cid-iee4h4e2]{display:none!important}