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