:root{color-scheme:dark;--bg-main: #000000;--bg-surface: #07070b;--bg-card: #101018;--bg-card-hover: #171724;--text-main: #ffffff;--text-muted: #b8b8c7;--text-soft: #8d8da3;--border-soft: rgba(255, 255, 255, .1);--border-strong: rgba(255, 255, 255, .18);--accent-primary: #7c3cff;--accent-primary-hover: #9b5cff;--accent-primary-dark: #5421d6;--press-accent: #b6ff2e;--press-accent-dark: #6ee600;--yellow-badge: #ffd400;--brand-accent: #9b5cff;--brand-accent-strong: #7c3cff;--brand-accent-soft: rgba(155, 92, 255, .22);--danger: #ff3b6b;--bg: var(--bg-main);--bg-deep: var(--bg-surface);--nav: var(--bg-main);--nav-soft: var(--bg-surface);--panel: var(--bg-card);--panel-strong: var(--bg-card-hover);--panel-soft: var(--bg-surface);--line: var(--border-soft);--line-strong: var(--border-strong);--text: var(--text-main);--muted: var(--text-muted);--muted-soft: var(--text-soft);--accent: var(--brand-accent);--accent-strong: var(--brand-accent-strong);--blue: #24a8ff;--purple: var(--accent-primary-hover);--radius: 8px;--shadow: 0 18px 42px rgba(0, 0, 0, .38);font-family:Nunito,Nunito Fallback,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{min-width:320px;background:var(--bg);scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 22% 0%,rgba(124,60,255,.08),transparent 24rem),var(--bg);color:var(--text);font-family:Nunito,Nunito Fallback,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.45;letter-spacing:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body,button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{color:inherit}button{cursor:pointer}.body-wrapper{min-height:100vh;display:flex;flex-direction:column}.admin-shell{min-height:100vh;background:var(--bg)}.admin-shell:not(.admin-shell--auth){display:grid;grid-template-columns:260px minmax(0,1fr)}.admin-shell--auth{display:grid;align-items:start;min-height:100vh;background:radial-gradient(circle at 50% 0%,rgba(155,92,255,.08),transparent 24rem),var(--bg)}.admin-sidebar{position:fixed;inset:0 auto 0 0;z-index:90;width:260px;height:100vh;height:100dvh;display:flex;flex-direction:column;gap:18px;border-right:1px solid rgba(255,255,255,.08);background:#111216;padding:22px 14px;box-shadow:18px 0 46px #00000038}.admin-sidebar-brand{display:grid;gap:12px;padding:4px 6px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.admin-brand{display:grid;gap:3px}.admin-brand-name{color:#fff;font-size:18px;font-weight:950;line-height:1.1}.admin-brand-kicker{color:var(--accent);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.admin-sidebar-nav{display:grid;gap:5px}.admin-sidebar-website-link{min-height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(155,92,255,.36);border-radius:10px;background:#9b5cff1a;color:var(--accent);padding:0 12px;font-size:13px;font-weight:900;text-align:center;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.admin-sidebar-website-link:hover,.admin-sidebar-website-link:focus-visible{border-color:#9b5cff94;background:#9b5cff2e;color:#fff;outline:none}.admin-sidebar-link{min-height:44px;display:flex;align-items:center;gap:10px;border:1px solid transparent;border-radius:12px;color:#dce0e8;padding:0 10px;font-size:14px;font-weight:850;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.admin-sidebar-icon{flex:0 0 30px;width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#ffffff12;color:var(--accent);font-size:11px;font-weight:950}.admin-sidebar-link:hover,.admin-sidebar-link:focus-visible{border-color:#ffffff14;background:#ffffff0f;color:#fff;outline:none}.admin-sidebar-link.is-active{border-color:#9b5cff6b;background:#9b5cff1f;color:#fff}.admin-sidebar-link.is-active .admin-sidebar-icon{background:var(--accent);color:#fff}.admin-sidebar-logout{margin-top:auto;padding:14px 6px 0;border-top:1px solid rgba(255,255,255,.08)}.admin-sidebar-logout .admin-logout-btn{width:100%}.admin-sidebar-overlay{position:fixed;inset:0;z-index:80;background:#00000094;opacity:0;transition:opacity .18s ease}.admin-sidebar-overlay.is-open{opacity:1}.admin-content-shell{grid-column:2;min-width:0;min-height:100vh;background:var(--bg)}.admin-header{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 28px;border-bottom:1px solid rgba(255,255,255,.07);background:#1f2024f5;backdrop-filter:blur(12px)}.admin-login-header{display:flex;justify-content:center;padding:28px 16px 0}.admin-header-copy{min-width:0;margin-right:auto}.admin-header-copy h1{margin:0;color:#fff;font-size:24px;line-height:1.15;font-weight:920}.admin-header-copy p{max-width:680px;margin:5px 0 0;color:var(--muted);font-size:13px}.admin-menu-toggle{display:none;flex:0 0 42px;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#15161a}.admin-menu-toggle span{width:18px;height:2px;border-radius:999px;background:#fff}.admin-main{width:min(1280px,100%);margin:0;padding:28px}.admin-main--auth{width:min(460px,100%);margin:0 auto;padding:22px 16px 40px}.admin-auth-panel,.admin-dashboard{display:grid;gap:16px}.admin-auth-panel{width:min(420px,100%);margin:34px auto 0;border:1px solid var(--line);border-radius:16px;background:#2f3136;padding:22px;box-shadow:var(--shadow)}.admin-auth-panel h1,.admin-dashboard h1{margin:0;color:#fff;font-size:24px;line-height:1.2}.admin-dashboard p,.admin-card p{margin:0;color:var(--muted)}.admin-form,.admin-form label{display:grid;gap:8px}.admin-form{gap:13px}.admin-form label{color:#eef0f5;font-size:14px;font-weight:750}.admin-form input{width:100%;height:40px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:#1f2024;color:#fff;outline:none;padding:0 11px}.admin-form input:focus{border-color:#9b5cff94;box-shadow:0 0 0 3px #9b5cff17}.admin-form button,.admin-logout-btn{min-height:38px;border:0;border-radius:10px;background:var(--accent);color:#fff;padding:0 14px;font-weight:900;transition:background-color .16s ease,transform .16s ease}.admin-form button:hover,.admin-form button:focus-visible,.admin-logout-btn:hover,.admin-logout-btn:focus-visible{background:var(--accent-primary-hover);outline:none}.admin-error{margin:0;border:1px solid rgba(255,65,89,.42);border-radius:8px;background:#ff41591f;color:#ffb4bf;padding:9px 10px;font-size:13px;font-weight:750}.admin-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-card{min-height:130px;border:1px solid var(--line);border-radius:14px;background:#2f3136;padding:18px;box-shadow:0 14px 30px #0000002e;transition:border-color .16s ease,transform .16s ease,background-color .16s ease}a.admin-card:hover,a.admin-card:focus-visible{border-color:#9b5cff80;background:#34373d;transform:translateY(-2px);outline:none}.admin-card h2{margin:0 0 8px;color:#fff;font-size:18px}.admin-card-icon{margin-right:8px}.admin-stat-card{pointer-events:none}.admin-stat-card h2{color:var(--accent);font-size:30px}.admin-header-actions,.admin-list-heading,.admin-filter-bar,.admin-table-actions{display:flex;align-items:center;gap:8px}.admin-header-actions{justify-content:flex-end;flex-wrap:wrap}.admin-header-actions:empty{display:none}.admin-header-actions a[href="/admin/"],.admin-header-actions form[action="/admin/"]{display:none}.admin-list-page{display:grid;gap:16px}.admin-list-heading{justify-content:space-between}.admin-list-heading h1{margin:0;color:#fff;font-size:24px;line-height:1.2}.admin-list-heading p{margin:4px 0 0;color:var(--muted)}.admin-filter-bar{align-items:end;flex-wrap:wrap;border:1px solid var(--line);border-radius:14px;background:#2f3136;padding:14px;box-shadow:0 14px 30px #00000024}.admin-filter-bar label{display:grid;gap:6px;min-width:min(260px,100%);color:#eef0f5;font-size:13px;font-weight:800}.admin-filter-bar input,.admin-filter-bar select{height:38px;border:1px solid rgba(255,255,255,.11);border-radius:10px;background:#1f2024;color:#fff;outline:none;padding:0 10px}.admin-filter-bar input:focus,.admin-filter-bar select:focus{border-color:#9b5cff94;box-shadow:0 0 0 3px #9b5cff17}.admin-filter-bar button,.admin-link-btn,.admin-primary-btn{min-height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:0 12px;font-size:13px;font-weight:900}.admin-filter-bar button,.admin-primary-btn{border:0;background:var(--accent);color:#fff}.admin-link-btn{border:1px solid rgba(155,92,255,.36);background:#9b5cff1a;color:var(--accent)}.admin-filter-bar button:hover,.admin-filter-bar button:focus-visible,.admin-primary-btn:hover,.admin-primary-btn:focus-visible{background:var(--accent-primary-hover);outline:none}.admin-link-btn:hover,.admin-link-btn:focus-visible{border-color:#9b5cff94;background:#9b5cff2e;outline:none}.admin-success{margin:0;border:1px solid rgba(40,215,105,.38);border-radius:8px;background:#28d7691a;color:#a7f4c3;padding:9px 10px;font-size:13px;font-weight:750}.admin-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px;background:#2f3136;box-shadow:0 14px 30px #00000024}.admin-table{width:100%;min-width:1060px;border-collapse:collapse;color:#fff;font-size:13px}.admin-table th,.admin-table td{padding:9px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.admin-table th{background:#24262b;color:#dfe2ea;font-size:12px;text-transform:uppercase}.admin-table tbody tr:hover{background:#ffffff09}.admin-table code{color:var(--accent);font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.admin-thumb{position:relative;width:44px;height:44px;overflow:hidden;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--accent),#24a8ff 52%,#202126)}.admin-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.admin-table-actions{align-items:center;flex-wrap:wrap}.admin-table-actions a,.admin-table-actions button{min-height:30px;border:1px solid rgba(255,255,255,.11);border-radius:7px;background:#1c1d22;color:#dce0e8;padding:0 8px;font-size:12px;font-weight:850}.admin-table-actions a{display:inline-flex;align-items:center}.admin-table-actions a:hover,.admin-table-actions a:focus-visible,.admin-table-actions button:hover,.admin-table-actions button:focus-visible{border-color:#9b5cff73;color:var(--accent);outline:none}.admin-table-actions button:disabled{cursor:not-allowed;opacity:.45}.admin-filter-bar--games{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(140px,1fr)) auto;align-items:end;gap:12px}.admin-filter-bar--games label{min-width:0}.admin-filter-bar--games .admin-link-btn,.admin-filter-bar--games .admin-filter-bar__submit{align-self:end}.admin-table-wrap--games{width:min(100%,1680px)}.admin-table--games{min-width:1120px;font-size:13px}.admin-table--games th,.admin-table--games td{padding:8px 9px}.admin-table--games th{font-size:12px}.admin-table--games .admin-status-badge{min-height:23px;padding:0 8px;font-size:11px}.admin-table--games .admin-thumb{width:40px;height:40px}.admin-games-cell--title{min-width:180px;max-width:240px;font-weight:700}.admin-games-cell--slug,.admin-games-cell--category{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-games-cell--actions{width:1%;white-space:nowrap}.admin-table__narrow{width:1%;white-space:nowrap;text-align:center}.admin-table--games th.admin-table__narrow,.admin-table--games td.admin-table__narrow{text-align:center}.admin-table-actions--games{display:grid;grid-template-columns:repeat(2,max-content);gap:4px;align-items:center;justify-content:start}.admin-table-actions--games form{margin:0}.admin-table-actions--games a,.admin-table-actions--games button{min-width:66px;min-height:29px;padding:0 8px;font-size:12px;justify-content:center;white-space:nowrap}@media(max-width:1180px){.admin-filter-bar--games{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media(max-width:820px){.admin-filter-bar--games,.admin-table-actions--games{grid-template-columns:1fr}}.admin-game-form{display:grid;gap:14px;border:1px solid var(--line);border-radius:14px;background:#2f3136;padding:18px;box-shadow:0 14px 30px #00000024}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-form-grid label{display:grid;gap:6px;color:#eef0f5;font-size:13px;font-weight:800}.admin-form-help{color:#b9bfcb;font-size:12px;font-weight:600;line-height:1.45}.admin-form-info-note{border:1px solid rgba(96,165,250,.24);border-radius:10px;background:#60a5fa14;color:#d7e7ff;padding:10px 12px;font-size:12px;font-weight:700;line-height:1.5}.admin-inline-ai-tools{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid rgba(155,92,255,.18);border-radius:12px;background:#9b5cff0d;padding:12px}.admin-inline-ai-tools strong{display:block;color:#fff;font-size:14px}.admin-inline-ai-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.admin-inline-ai-actions button{min-height:38px;border:1px solid rgba(155,92,255,.34);border-radius:10px;background:var(--accent);color:#fff;padding:0 14px;font-weight:900;cursor:pointer}.admin-inline-ai-actions button:first-child{background:#25272d;color:#fff}.admin-inline-ai-actions button:hover,.admin-inline-ai-actions button:focus-visible{transform:translateY(-1px);filter:brightness(1.05);outline:none}.admin-inline-ai-actions button:disabled{cursor:wait;opacity:.68;transform:none}.admin-ai-inline-message{flex-basis:100%;margin:0;color:#cfd5e4;font-size:13px;font-weight:700}.admin-ai-inline-message.is-success{color:#8ee6a7}.admin-ai-inline-message.is-error{color:#ff7d9d}.admin-form-wide{grid-column:1 / -1}.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea{width:100%;border:1px solid rgba(255,255,255,.11);border-radius:10px;background:#1f2024;color:#fff;outline:none;padding:9px 10px}.admin-form-grid input,.admin-form-grid select{height:38px}.admin-form-grid textarea{resize:vertical}.admin-form-grid .admin-article-textarea{min-height:320px;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;line-height:1.55}.admin-form-grid input:focus,.admin-form-grid select:focus,.admin-form-grid textarea:focus{border-color:#9b5cff94;box-shadow:0 0 0 3px #9b5cff17}.admin-checkbox-grid{display:grid;grid-template-columns:repeat(4,minmax(0,max-content));gap:8px;justify-content:start}.admin-checkbox-grid label{min-height:32px;display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:8px;background:#25272d;padding:0 10px;color:#fff;font-size:12px;font-weight:850;white-space:nowrap}.admin-checkbox-grid label span{display:inline-block;line-height:1}.admin-checkbox-grid input{flex:0 0 auto;accent-color:var(--accent)}.admin-form-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-form-actions button{min-height:38px;border:0;border-radius:8px;background:var(--accent);color:#fff;padding:0 14px;font-weight:900}.admin-form-actions button:hover,.admin-form-actions button:focus-visible{background:var(--accent-primary-hover);outline:none}.admin-form-actions .admin-danger-btn{border:1px solid rgba(255,86,110,.38);background:#ff566e1a;color:#ffbdc6}.admin-form-actions .admin-danger-btn:hover,.admin-form-actions .admin-danger-btn:focus-visible{border-color:#ff566e94;background:#ff566e2e;color:#ffd6dc}.admin-form-actions .admin-danger-btn:disabled{cursor:not-allowed;opacity:.45}.admin-import-options{display:flex;align-items:center;gap:10px;flex-wrap:wrap;border:1px solid var(--line);border-radius:8px;margin:0;padding:10px}.admin-import-options legend{color:#eef0f5;font-size:13px;font-weight:900;padding:0 4px}.admin-import-options label,.admin-import-stats span{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:8px;background:#25272d;color:#fff;font-size:13px;font-weight:850;min-height:34px;padding:0 9px}.admin-import-options input{accent-color:var(--accent)}.admin-import-stats{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-import-table{min-width:1180px}.admin-import-url{display:block;max-width:260px;overflow:hidden;color:#cfd3dc;text-overflow:ellipsis;white-space:nowrap}.admin-import-status{display:inline-flex;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:900}.admin-import-status--ok{background:#28d7691f;color:#a7f4c3}.admin-import-status--warn{background:#9b5cff1f;color:var(--accent)}.admin-form-card{display:grid;gap:12px;border:1px solid var(--line);border-radius:14px;background:#2f3136;padding:18px;box-shadow:0 14px 30px #00000024}.admin-form-card p{margin:0;color:var(--muted)}.admin-form-card strong{color:#fff}.admin-form-card textarea{width:100%;min-height:120px;border:1px solid rgba(255,255,255,.11);border-radius:10px;background:#1f2024;color:#fff;outline:none;padding:10px;resize:vertical}.admin-form-card textarea:focus{border-color:#9b5cff94;box-shadow:0 0 0 3px #9b5cff17}.admin-ai-tools-card{margin-bottom:14px}.admin-ai-tools-heading,.admin-ai-result-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.admin-ai-tools-heading h2{margin:0 0 4px;color:#fff;font-size:20px}.admin-ai-result{display:grid;gap:10px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#1f20247a;padding:12px}.admin-ai-result-heading button{min-height:34px;border:0;border-radius:8px;background:var(--accent);color:#fff;padding:0 12px;font-size:13px;font-weight:900;cursor:pointer}.admin-ai-result-heading button:hover,.admin-ai-result-heading button:focus-visible{background:var(--accent-primary-hover);outline:none}.admin-settings-form{gap:18px}.admin-settings-section{display:grid;gap:14px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#1f20246b;padding:16px}.admin-settings-section-heading{display:grid;gap:4px}.admin-settings-section-heading h2{margin:0;color:#fff;font-size:18px;line-height:1.2}.admin-settings-section-heading p{margin:0;color:var(--muted);font-size:13px}.admin-character-count{justify-self:end;color:var(--muted-soft);font-size:12px;font-weight:800}.ai-provider-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ai-provider-card{display:grid;gap:14px}.ai-provider-card-header{display:grid;gap:9px}.ai-provider-card-header h2{margin:0}.ai-provider-badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.admin-status-badge{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;padding:0 9px;font-size:11px;font-weight:950}.admin-status-badge.is-ok{background:#28d76921;color:#a7f4c3}.admin-status-badge.is-muted{background:#ffffff14;color:#c7ccd7}.admin-status-badge.is-accent{background:#9b5cff26;color:var(--accent)}.admin-status-badge.is-danger{background:#ff55781f;color:#ff9ab0}.ai-provider-details{display:grid;gap:10px;margin:0}.ai-provider-details div{display:grid;gap:3px}.ai-provider-details dt{color:var(--muted-soft);font-size:11px;font-weight:900;text-transform:uppercase}.ai-provider-details dd{min-width:0;margin:0;overflow:hidden;color:#eef0f5;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.admin-warning{margin:0;border:1px solid rgba(255,212,0,.26);border-radius:10px;background:#ffd40014;color:#ffe681;padding:10px 12px;font-size:13px;font-weight:850}.admin-field-note{color:var(--muted-soft);font-size:12px;font-weight:800}.ai-test-result-box{border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#1f2024;color:#eef0f5;padding:14px;white-space:pre-wrap}.admin-text-compact{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-ai-logs-table{min-width:1180px}.admin-ai-bulk-table{min-width:920px}.admin-prompt-templates-table{min-width:980px}.admin-prompt-preview-output{display:grid;gap:12px}.admin-prompt-preview-output div{display:grid;gap:6px}.admin-prompt-preview-output pre{max-height:260px;overflow:auto;margin:0;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#1f2024;color:#eef0f5;padding:10px;white-space:pre-wrap}.admin-ai-bulk-preview{max-width:460px;overflow:hidden;color:#cfd3dc;text-overflow:ellipsis;white-space:nowrap}.admin-log-details{position:relative}.admin-log-details summary{cursor:pointer;color:var(--accent);font-weight:900}.admin-log-details[open]{min-width:320px}.admin-log-details div{display:grid;gap:6px;margin-top:10px}.admin-log-details pre{max-width:520px;max-height:220px;overflow:auto;margin:0;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#1f2024;color:#eef0f5;padding:10px;white-space:pre-wrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:60;background:#000000f5;border-bottom:1px solid rgba(155,92,255,.16);box-shadow:0 10px 28px #00000047;backdrop-filter:blur(10px)}.header-inner{position:relative;width:min(1320px,100%);min-height:52px;margin:0 auto;padding:6px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.header-brand-group{min-width:max-content;display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.site-logo{display:inline-flex;align-items:center;flex:0 0 auto;color:#fff;min-width:max-content;text-decoration:none;text-shadow:0 2px 0 #000,0 0 16px rgba(124,60,255,.26)}.site-logo-full,.site-logo-short{display:inline-flex;align-items:baseline;gap:5px;white-space:nowrap;font-size:22px;font-weight:950;line-height:1;letter-spacing:0}.site-logo-image{display:block;width:auto;height:52px;max-height:52px;max-width:252px;object-fit:contain}.site-logo-short{display:none;gap:1px;font-size:24px}.site-logo-main,.site-logo-accent,.site-logo-short span{display:inline-block}.site-logo-main{color:#fff}.site-logo-accent{color:var(--accent-primary-hover);transform:skew(-7deg)}.site-logo-short span:nth-child(1){color:#ff4159}.site-logo-short span:nth-child(2){color:var(--accent-primary-hover)}.site-logo-short span:nth-child(3){color:#24a8ff}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;flex:0 0 auto}.header-search{position:relative;width:min(360px,100%);min-width:190px}.header-search input{width:100%;height:36px;border:1px solid rgba(155,92,255,.16);border-radius:999px;background:var(--bg-surface);color:#fff;padding:0 38px 0 14px;outline:none;font-size:14px;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.header-search:after{content:"Search";position:absolute;right:13px;top:50%;width:16px;height:16px;overflow:hidden;color:transparent;transform:translateY(-50%);border:2px solid var(--muted-soft);border-radius:50%;pointer-events:none}.header-search:before{content:"";position:absolute;right:10px;top:25px;width:8px;height:2px;z-index:1;background:var(--muted-soft);transform:rotate(45deg);pointer-events:none}.header-search input::placeholder{color:#8f929c}.header-search input:focus{border-color:#9b5cffad;background:var(--bg-card);box-shadow:0 0 0 3px #7c3cff29}.search-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:min(360px,92vw);z-index:100;padding:6px;border:1px solid var(--line-strong);border-radius:10px;background:#111216;box-shadow:0 18px 34px #00000070}.search-result,.search-empty{min-height:48px;display:flex;align-items:center;gap:10px;padding:6px;border-radius:8px;color:#fff;font-size:14px}.search-result:hover,.search-result:focus-visible{background:#25272d;outline:none}.search-result-thumb{position:relative;flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,#43464f,#1d1f25);color:var(--accent-primary-hover);font-weight:900}.search-result-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.search-result-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.search-empty{color:var(--muted)}.icon-button{position:relative;width:36px;height:36px;flex:0 0 36px;display:inline-grid;place-items:center;border:1px solid rgba(155,92,255,.16);border-radius:999px;background:var(--bg-surface);color:#fff;font-size:19px;line-height:1;transition:background .16s ease,border-color .16s ease,color .16s ease}.icon-button:hover,.icon-button:focus-visible,.icon-button.is-open{border-color:#9b5cffa3;background:var(--bg-card-hover);color:var(--accent-primary-hover);outline:none}.icon-button:active{transform:translateY(1px)}.favorite-count-badge[hidden],.notification-count-badge[hidden]{display:none}.notification-count-badge,.favorite-count-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;display:inline-grid;place-items:center;border:2px solid var(--bg-surface);border-radius:999px;background:var(--accent-primary);color:#fff;padding:0 4px;font-size:10px;font-weight:950;line-height:1}.notification-count-badge{background:var(--danger)}.menu-button,.rail-toggle-button{gap:4px}.rail-toggle-button{display:none}.menu-button span{width:15px;height:2px;border-radius:99px;background:currentColor}.notifications-panel,.favorites-panel,.menu-drawer{position:absolute;top:calc(100% + 8px);right:16px;z-index:140;border:1px solid var(--line-strong);border-radius:10px;background:#111216;box-shadow:0 20px 44px #00000080}.notifications-panel[hidden],.favorites-panel[hidden],.menu-drawer[hidden]{display:none}.notifications-panel{right:104px;width:min(360px,calc(100vw - 24px));padding:10px}.favorites-panel{right:60px;width:min(330px,calc(100vw - 24px));padding:10px}.notifications-panel-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.panel-title{margin:0 0 8px;color:#fff;font-size:14px;font-weight:900}.notifications-panel-header .panel-title{margin:0}.notifications-mark-read{border:0;background:transparent;color:var(--accent);font-size:12px;font-weight:900;padding:0}.notifications-mark-read:hover,.notifications-mark-read:focus-visible{color:#fff;outline:none}.notifications-panel-list,.favorites-panel-list{display:grid;gap:4px}.notification-item,.favorite-row,.favorites-empty{min-height:48px;border-radius:8px;color:#fff;font-size:14px}.notification-item,.notifications-empty{display:grid;gap:6px;align-items:start;padding:10px}.notification-item:hover,.notification-item:focus-within{background:#25272d}.notification-item-title{margin:0;color:#fff;font-size:13px;font-weight:900;line-height:1.35}.notification-item-body{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.notification-item-link{color:var(--accent);font-size:12px;font-weight:900}.notification-item-link:hover,.notification-item-link:focus-visible{color:#fff;outline:none}.favorite-row,.favorites-empty{display:flex;align-items:center;gap:10px;padding:6px}.favorite-row{justify-content:space-between}.favorite-row-link{min-width:0;flex:1 1 auto;display:flex;align-items:center;gap:10px}.favorite-row:hover,.favorite-row:focus-within{background:#25272d}.favorite-row-link:focus-visible{outline:none}.favorite-row-thumb{position:relative;flex:0 0 36px;width:36px;height:36px;overflow:hidden;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--accent),#24a8ff 52%,#202126);color:#fff;font-size:14px;font-weight:950}.favorite-row-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.favorite-row-title{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:750}.favorite-row-remove{flex:0 0 28px;width:28px;height:28px;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#1c1d22;color:#dce0e8;font-size:17px;font-weight:900;line-height:1}.favorite-row-remove:hover,.favorite-row-remove:focus-visible{border-color:#9b5cff94;background:var(--accent);color:#fff;outline:none}.favorites-empty,.notifications-empty{color:var(--muted)}.panel-link{min-height:36px;margin-top:8px;display:inline-flex;align-items:center;justify-content:center;width:100%;border-radius:8px;background:#9b5cff1a;color:var(--accent);font-size:13px;font-weight:900}.panel-link:hover,.panel-link:focus-visible{background:#9b5cff2e;outline:none}.menu-drawer{width:min(320px,calc(100vw - 24px));max-height:min(620px,calc(100vh - 76px));overflow-y:auto;padding:54px 18px 20px;background:#242527;scrollbar-width:thin;scrollbar-color:#8d939f transparent}.menu-drawer-close{position:absolute;top:14px;right:16px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:999px;background:transparent;color:#fff;font-size:32px;font-weight:300;line-height:1}.menu-drawer-close:hover,.menu-drawer-close:focus-visible{color:var(--accent);outline:none}.menu-category-link{min-height:46px;display:flex;align-items:center;gap:13px;border-bottom:1px solid rgba(255,255,255,.07);color:#fff;font-size:14px;font-weight:900}.menu-category-link:hover,.menu-category-link:focus-visible{color:var(--accent);outline:none}.menu-category-icon{width:30px;min-width:30px;display:inline-grid;place-items:center;color:var(--accent);font-size:24px;font-weight:950;line-height:1;text-shadow:0 0 14px currentColor}.menu-category-icon-image{width:24px;height:24px;display:block;object-fit:contain}.menu-category-icon-fallback{width:100%;height:100%;display:inline-grid;place-items:center}.menu-category-icon-image[hidden],.menu-category-icon-fallback[hidden]{display:none}.menu-category-icon--io{color:#27f6ff;font-size:25px;letter-spacing:0}.menu-category-icon--adventure{color:#f05252}.menu-category-icon--2-player{color:#1aa7ff;text-shadow:10px 0 0 #ff2929,0 0 14px currentColor}.menu-category-icon--shooting{color:var(--accent)}.menu-category-icon--sports{color:#f7f7f7}.menu-category-icon--car{color:#ff9650}.menu-category-icon--puzzle{color:#ff43b8}.menu-category-icon--casual{color:#b45cff}.menu-category-icon--kids{color:#ffe2c4}.menu-category-icon--action,.menu-category-icon--fighting{color:#ffcf33}.menu-footer{margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.1)}.menu-page-links{display:grid;gap:2px}.menu-page-links a{min-height:32px;display:flex;align-items:center;border-radius:7px;color:#d9dde6;padding:0 6px;font-size:13px;font-weight:800}.menu-page-links a:hover,.menu-page-links a:focus-visible{background:#ffffff0e;color:#fff;outline:none}.menu-footer-copy{margin:12px 6px 0;color:#a9afbb;font-size:12px;line-height:1.5}.menu-footer-copy a{color:#d9dde6}.menu-footer-copy a:hover,.menu-footer-copy a:focus-visible{color:var(--accent);outline:none}.body-menu-open,.body-dialog-open{overflow:hidden}.menu-overlay{position:fixed;inset:0;z-index:130;background:#00000094;opacity:0;transition:opacity .18s ease}.menu-overlay.is-open{opacity:1}.menu-overlay[hidden]{display:none}.menu-drawer{position:fixed;inset:0 0 auto auto;z-index:150;width:min(360px,86vw);height:100vh;height:100dvh;max-height:none;overflow-y:auto;border:0;border-left:1px solid rgba(255,255,255,.13);border-radius:0;background:#242528;box-shadow:-20px 0 44px #0000007a;padding:58px 18px 18px;transform:translate(100%);transition:transform .18s ease;scrollbar-width:thin;scrollbar-color:#8d939f transparent}.menu-drawer.is-open{transform:translate(0)}.menu-drawer-close,.menu-close{position:absolute;top:14px;right:18px;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:999px;background:transparent;color:#fff;font-size:32px;font-weight:300;line-height:1}.menu-drawer-close:hover,.menu-drawer-close:focus-visible,.menu-close:hover,.menu-close:focus-visible{color:var(--accent);outline:none}.menu-list{display:grid}.menu-category-link,.menu-link{min-height:54px;display:flex;align-items:center;gap:14px;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0;padding:0 6px;color:#fff;font-size:15px;font-weight:900}.menu-category-link:hover,.menu-category-link:focus-visible,.menu-link:hover,.menu-link:focus-visible{background:#ffffff0e;color:#fff;outline:none}.site-shell{width:min(1320px,100%);margin:0 auto;padding:14px 16px 22px;flex:1 0 auto}.site-shell:has(.home-page--wide){width:100%;max-width:min(1720px,calc(100vw - 24px));padding-left:clamp(10px,2vw,22px);padding-right:clamp(10px,2vw,22px)}.site-shell:has(.game-page){width:100%;max-width:min(1760px,calc(100vw - 12px));padding-left:8px;padding-right:8px}.home-page,.category-page,.game-main{display:grid;gap:16px}.game-section{display:grid;min-width:0;gap:9px;overflow:hidden}.trending-now-section{display:grid;gap:12px}.trending-now-desktop{display:block;min-width:0;position:relative}.trending-now-mobile{display:none}.trending-now-header{display:flex;align-items:center;gap:10px}.trending-now-icon{flex:0 0 auto;width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(155,92,255,.42))}.trending-now-title{display:grid;gap:2px}.trending-now-title h2{margin:0;color:#fff;font-size:24px;font-weight:900;line-height:1.05;letter-spacing:0}.home-page .trending-now-link{color:#aeb6c5;font-size:13px;font-weight:850}.home-page .trending-now-link:hover,.home-page .trending-now-link:focus-visible{color:#fff;outline:none}.trending-now-track{display:flex;align-items:stretch;gap:14px;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#464a52 transparent;-webkit-overflow-scrolling:touch}.trending-now-scroll-btn{position:absolute;top:50%;z-index:8;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#0000008c;color:#fff;font-size:32px;font-weight:500;line-height:1;backdrop-filter:blur(6px);transform:translateY(-50%);transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .16s ease,opacity .16s ease}.trending-now-scroll-btn--prev{left:8px}.trending-now-scroll-btn--next{right:8px}.trending-now-scroll-btn:hover,.trending-now-scroll-btn:focus-visible{border-color:#9b5cffd9;background:var(--accent);color:#fff;transform:translateY(-50%) scale(1.04)}.trending-now-scroll-btn:active{transform:translateY(-50%) scale(.98)}.trending-now-scroll-btn:disabled{opacity:.4;cursor:default;transform:translateY(-50%)}.trending-now-mosaic{display:grid;grid-template-columns:minmax(360px,1.1fr) minmax(520px,1.25fr) minmax(360px,1.1fr);gap:14px;width:100%;min-width:100%;flex:0 0 100%;scroll-snap-align:start;align-items:stretch}.trending-now-cluster{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:14px;min-height:368px}.trending-now-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;min-width:0;gap:10px}.trending-now-card{position:relative;flex:0 0 clamp(260px,20vw,340px);min-height:205px;overflow:hidden;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:var(--panel);box-shadow:0 14px 28px #00000038;isolation:isolate;transform:translateZ(0);transition:transform .18s ease,filter .18s ease,border-color .18s ease}.trending-now-card--featured{min-height:368px}.trending-now-card--cluster{min-height:160px}.trending-now-card--extra{scroll-snap-align:start}.trending-now-card:after{content:"";position:absolute;inset:0;z-index:3;background:linear-gradient(180deg,#0000000d 38%,#000000b8);pointer-events:none}.trending-now-card:hover,.trending-now-card:focus-visible{border-color:#9b5cff6b;filter:brightness(1.06);transform:translateY(-2px)}.trending-now-card:focus-visible{outline:3px solid rgba(155,92,255,.5);outline-offset:3px}.trending-now-card-img,.trending-now-placeholder{position:absolute;inset:0;width:100%;height:100%}.trending-now-card-img{z-index:2;object-fit:cover;object-position:center top;transition:transform .22s ease}.trending-now-card:hover .trending-now-card-img,.trending-now-card:focus-visible .trending-now-card-img{transform:scale(1.04)}.trending-now-placeholder{z-index:1;display:grid;place-items:center;color:#ffffffe6;font-size:44px;font-weight:950}.trending-now-badge{position:absolute;top:4px;left:4px;z-index:6;display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 11px;color:#fff;font-size:12px;font-weight:950;line-height:1;box-shadow:0 8px 18px #00000052;text-transform:none}.trending-now-badge--hot{background:linear-gradient(135deg,#ff5d54,#ff7b32 48%,#ffb14a);color:#fff}.trending-now-badge--top{background:linear-gradient(135deg,#ffe27a,#ffc44d 45%,#ff9f2f);color:#221300}.trending-now-badge-icon{display:inline-block;line-height:1;width:15px;height:15px;flex:0 0 15px}.game-card-badge-icon-svg{display:block;width:100%;height:100%}.game-card-badge-label{display:inline-block;line-height:1}.trending-now-card-title{position:absolute;left:14px;right:14px;bottom:13px;z-index:4;color:#fff;font-size:17px;font-weight:900;line-height:1.15;text-shadow:0 2px 10px rgba(0,0,0,.65)}.top-games-section{display:grid;gap:12px;min-width:0;max-width:100%;overflow:hidden}.top-games-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.top-games-title{display:grid;gap:2px}.top-games-title h2{margin:0;color:#fff;font-size:24px;font-weight:900;line-height:1.05;letter-spacing:0}.top-games-link{color:var(--accent-primary-hover);font-size:13px;font-weight:850;white-space:nowrap}.top-games-carousel-wrap{position:relative;max-width:100%;min-width:0}.top-games-carousel{display:flex;gap:14px;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:0;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.top-games-carousel::-webkit-scrollbar{display:none}.top-game-card{position:relative;flex:0 0 clamp(240px,17vw,300px);aspect-ratio:5 / 7;height:auto;max-width:82vw;overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:var(--panel);box-shadow:0 14px 30px #0000003d;scroll-snap-align:start;isolation:isolate;transform:translateZ(0);transition:transform .18s ease,border-color .18s ease,filter .18s ease}.top-games-scroll-btn{position:absolute;top:50%;right:8px;z-index:8;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#0000008c;color:#fff;font-size:34px;font-weight:500;line-height:1;cursor:pointer;transform:translateY(-50%);backdrop-filter:blur(6px);transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.top-games-scroll-btn:hover,.top-games-scroll-btn:focus-visible{border-color:#9b5cffcc;background:var(--accent-primary);color:#fff;transform:translateY(-50%) scale(1.04)}.top-games-scroll-btn:active{transform:translateY(-50%) scale(.98)}.top-game-card:hover,.top-game-card:focus-visible{border-color:#9b5cff80;filter:brightness(1.06);transform:translateY(-2px)}.top-game-card:focus-visible{outline:3px solid rgba(155,92,255,.52);outline-offset:3px}.top-game-image,.top-game-placeholder{position:absolute;inset:0;width:100%;height:100%}.top-game-image{z-index:2;object-fit:cover;transition:transform .24s ease}.top-game-card:hover .top-game-image,.top-game-card:focus-visible .top-game-image{transform:scale(1.04)}.top-game-placeholder{z-index:1;display:grid;place-items:center;color:#ffffffe6;font-size:48px;font-weight:950}.top-game-badge{position:absolute;top:12px;left:12px;z-index:5;border-radius:999px;padding:6px 10px;background:linear-gradient(135deg,var(--accent-primary),var(--accent-primary-hover));color:#fff;font-size:11px;font-weight:950;line-height:1}.top-game-overlay{position:absolute;inset:auto 0 0;z-index:3;height:48%;background:linear-gradient(180deg,#0000,#000000d1);pointer-events:none}.game-section-heading{min-height:26px;display:flex;align-items:center;justify-content:space-between;gap:12px}.game-section-heading-main{display:flex;align-items:center;gap:10px;min-width:0}.game-section-heading-icon{flex:0 0 auto;width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(155,92,255,.42))}.game-section-heading-copy{display:grid;gap:2px;min-width:0}.game-section-heading h1,.game-section-heading h2,.category-page-header h1{margin:0;color:#fff;font-size:20px;font-weight:850;line-height:1.2;letter-spacing:0}.game-section-heading a,.seo-block a,.category-seo-block a,.breadcrumb a{color:var(--accent-primary-hover);font-weight:800}.game-section-heading a{flex:0 0 auto;font-size:13px}.home-page .game-section-heading a.game-section-heading-show-all{color:#aeb6c5}.home-page .game-section-heading a.game-section-heading-show-all:hover,.home-page .game-section-heading a.game-section-heading-show-all:focus-visible{color:#fff;outline:none}.home-page .game-section--homepage-category .game-section-heading-icon{filter:brightness(0) invert(1)}.game-section-grid{display:flex;max-width:100%;min-width:0;gap:9px;overflow-x:auto;overflow-y:hidden;padding:1px 2px 8px;scroll-padding-inline:2px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#464a52 transparent;-webkit-overflow-scrolling:touch}.game-section-grid::-webkit-scrollbar{height:7px}.game-section-grid::-webkit-scrollbar-track{background:transparent}.game-section-grid::-webkit-scrollbar-thumb{border-radius:999px;background:#464a52}.game-section-card{flex:0 0 clamp(128px,12vw,156px);min-width:0;scroll-snap-align:start}.home-page--wide .game-section-card{flex-basis:clamp(210px,16vw,300px)}.game-section--featured-first .game-section-card:first-child{flex-basis:clamp(250px,24vw,330px)}.home-page--wide .game-section--featured-first .game-section-card:first-child{flex-basis:clamp(340px,26vw,460px)}@media(min-width:768px){.game-section--featured-first .game-section-grid{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-flow:column;grid-auto-columns:clamp(210px,16vw,300px);grid-template-columns:clamp(460px,30vw,680px);overflow-x:auto;overflow-y:hidden;align-items:stretch}.game-section--featured-first .game-section-card{min-width:0}.game-section--featured-first .game-section-card:first-child{grid-row:1 / span 2;grid-column:1;max-width:none}}.random-games-block{display:grid;gap:12px}.random-actions{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.random-action-btn{min-height:42px;border:0;border-radius:10px;padding:0 20px;background:linear-gradient(135deg,var(--accent-primary),var(--accent-primary-hover));color:#fff;font-size:15px;font-weight:900;cursor:pointer;box-shadow:0 9px 20px #5421d647;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease}.random-action-btn.secondary{border:1px solid rgba(155,92,255,.58);background:#7c3cff1f;color:#fff;box-shadow:none}.random-action-btn:hover,.random-action-btn:focus-visible{transform:translateY(-1px);background:linear-gradient(135deg,var(--accent-primary-hover),var(--accent-primary));box-shadow:0 12px 24px #5421d657}.random-action-btn.secondary:hover,.random-action-btn.secondary:focus-visible{border-color:#9b5cffc7;background:#7c3cff38;color:#fff}.random-action-btn:active{background:linear-gradient(135deg,var(--press-accent),var(--press-accent-dark));color:#071000;transform:translateY(0);box-shadow:0 5px 12px #6ee6002e}.random-action-btn:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}.game-card{min-width:0}.game-card-link{position:relative;display:block;border-radius:var(--radius)}.game-card-link:focus-visible{outline:3px solid rgba(155,92,255,.55);outline-offset:3px}.game-card-link:active .game-card-media{transform:scale(.98)}.game-card-media{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--radius);border:1px solid rgba(255,255,255,.06);background:var(--panel);isolation:isolate;transform:translateZ(0);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.home-page--wide .game-section .game-card-media{aspect-ratio:3 / 2}.game-card:hover .game-card-media{border-color:#9b5cff6b;box-shadow:0 9px 20px #00000040;transform:scale(1.035)}.game-card-media img{position:absolute;inset:0;z-index:2;width:100%;height:100%;object-fit:cover;background:var(--panel)}.game-card-overlay{position:absolute;inset:auto 0 0;z-index:3;height:44%;background:linear-gradient(180deg,#0000,#000000d6);pointer-events:none}.game-card-placeholder{position:absolute;inset:0;z-index:1;display:grid;gap:8px;place-items:center;padding:10px;background:linear-gradient(135deg,#7c3cff3d,#24a8ff1c),linear-gradient(145deg,#3c3f47,#202126);color:#fff;text-align:center}.game-card-placeholder:before{content:"";position:absolute;width:74%;aspect-ratio:1 / 1;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#ffffff12;transform:rotate(15deg)}.game-card-placeholder:after{content:"";position:absolute;inset:auto -20% -28% auto;width:70%;aspect-ratio:1 / 1;border-radius:999px;background:#ffffff1f}.fallback-gradient--ember{background:linear-gradient(135deg,#ff4159,#ff8c2b 48%,#2a1f25)}.fallback-gradient--arcade{background:linear-gradient(135deg,#ffd400,#24a8ff 48%,#22252e)}.fallback-gradient--neon{background:linear-gradient(135deg,#28d769,#24a8ff 52%,#1c2430)}.fallback-gradient--turbo{background:linear-gradient(135deg,#ff8c2b,#ffd400 50%,#2c251b)}.fallback-gradient--mint{background:linear-gradient(135deg,#2ce6a8,#2c7dff 55%,#19272d)}.fallback-gradient--violet{background:linear-gradient(135deg,#a66cff,#ff4d9d 52%,#271e35)}.fallback-gradient--pixel{background:linear-gradient(135deg,#4043ff,#23d5ab 52%,#1d2235)}.fallback-gradient--sun{background:linear-gradient(135deg,#ffd400,#ff4159 55%,#2b2020)}.game-card-placeholder span:not(.game-card-fallback-icon),.game-card-fallback-title{position:relative;z-index:2;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:13px;font-weight:900;line-height:1.08;text-shadow:0 2px 6px rgba(0,0,0,.5)}.game-card-fallback-icon{position:relative;z-index:2;min-width:42px;height:28px;display:inline-grid;place-items:center;align-self:end;padding:0 7px;border:1px solid rgba(255,255,255,.32);border-radius:7px;background:#0003;color:#fff;font-size:12px;font-weight:950;line-height:1;box-shadow:0 6px 14px #00000038}.game-card-badge{position:absolute;top:6px;left:6px;z-index:4;display:inline-flex;align-items:center;gap:7px;max-width:calc(100% - 12px);padding:7px 11px;border-radius:999px;color:#fff;font-size:12px;font-weight:950;line-height:1;text-transform:none;white-space:nowrap;box-shadow:0 8px 18px #0000004d}.game-card-badge--floating{top:4px;left:4px;z-index:6;max-width:calc(100% - 8px);pointer-events:none}.game-card-badge-icon{display:inline-block;line-height:1;width:15px;height:15px;flex:0 0 15px}.game-card-badge--new{border:1px solid rgba(182,255,46,.42);background:linear-gradient(135deg,#151020,#25164c);color:#f4ffe0}.game-card-badge--trending{background:var(--accent-primary);color:#fff}.game-card-badge--updated{background:var(--purple)}.game-card-badge--hot{background:linear-gradient(135deg,#ff5d54,#ff7b32 48%,#ffb14a);color:#fff}.game-card-badge--top{background:linear-gradient(135deg,#ffe27a,#ffc44d 45%,#ff9f2f);color:#221300}.game-card-title{position:absolute;left:0;right:0;bottom:0;z-index:4;display:none;padding:18px 7px 7px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.78));color:#fff;font-size:12px;font-weight:850;line-height:1.14;text-shadow:0 1px 2px #000}.game-card--large .game-card-title,.game-card--medium .game-card-title,.game-section .game-card--small .game-card-title{display:block}.game-card--top .game-card-media{aspect-ratio:2 / 3}.game-card--top .game-card-title{z-index:4;padding-top:24px}.home-page--wide .game-section--playgima-top .game-card--top .game-card-media{aspect-ratio:2 / 3}.home-page--wide .game-section--playgima-top .game-card--top .game-card-media img{object-fit:cover}.game-section-grid--playgima-top{gap:12px}.game-section-card--playgima-top{flex:0 0 clamp(140px,11vw,180px)}.home-page--wide #new .game-section-grid{gap:8px}.home-page--wide #new .game-section-card{flex:0 0 clamp(150px,11vw,188px)}.home-page--wide #new .game-card-media{aspect-ratio:16 / 9}.home-page--wide #new .game-card-title{font-size:11px}.top-growth-layout,.top-growth-featured-grid,.top-growth-compact-grid{display:grid;gap:10px}.top-growth-featured-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.top-growth-compact-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.top-growth-card{min-width:0}.home-page--wide .game-section--top-growth .top-growth-card--featured .game-card-media{aspect-ratio:16 / 10}.home-page--wide .game-section--top-growth .top-growth-card--compact .game-card-media{aspect-ratio:5 / 3}.home-page--wide .game-section--top-growth .top-growth-card--compact .game-card-title{font-size:11px}.game-card--small .game-card-placeholder span{font-size:12px}.game-card--large .game-card-placeholder span{font-size:18px}.game-card--small .game-card-fallback-icon{min-width:34px;height:24px;font-size:10px}.game-card--large .game-card-fallback-icon{min-width:54px;height:34px;font-size:14px}.category-card-section{display:grid;gap:8px;align-content:stretch}.home-about-categories{display:grid;grid-template-columns:minmax(320px,380px) minmax(0,1fr);gap:14px;align-items:stretch}.category-card-grid{display:flex;flex-wrap:wrap;justify-content:center;align-content:flex-start;align-items:stretch;gap:10px}.category-card-button{position:relative;flex:0 1 calc((100% - 40px)/5);min-width:0;min-height:72px;overflow:hidden;display:flex;align-items:center;gap:8px;max-width:100%;border:1px solid rgba(155,92,255,.32);border-radius:14px;background:radial-gradient(circle at 18% 12%,rgba(155,92,255,.28),transparent 42%),linear-gradient(135deg,#7c3cff33,#101018f5),var(--bg-card);color:#fff;padding:0 10px;font-size:15px;font-weight:850;line-height:1;box-shadow:inset 0 1px #ffffff0d,0 8px 18px #00000029;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.category-card-button:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.1) 45%,transparent 72%);opacity:0;transform:translate(-30%);transition:opacity .18s ease,transform .22s ease}.category-card-button:hover,.category-card-button:focus-visible{border-color:#9b5cffc7;background:radial-gradient(circle at 18% 12%,rgba(155,92,255,.42),transparent 46%),linear-gradient(135deg,#9b5cff57,#171724fa),var(--bg-card-hover);box-shadow:inset 0 1px #ffffff12,0 10px 22px #5421d638;outline:none;transform:translateY(-2px)}.category-card-button:hover:after,.category-card-button:focus-visible:after{opacity:1;transform:translate(32%)}.category-card-button:active{border-color:#b6ff2e8c;background:linear-gradient(135deg,var(--press-accent),var(--press-accent-dark));color:#071000;transform:translateY(0)}.category-card-icon{position:relative;z-index:1;width:34px;min-width:34px;height:34px;display:inline-grid;place-items:center;border:1px solid rgba(216,206,255,.18);border-radius:11px;background:#9b5cff33;color:#d8ceff;font-size:11px;font-weight:950;line-height:1;box-shadow:inset 0 1px #ffffff0f;transition:transform .18s ease,background .18s ease}.category-card-button:hover .category-card-icon,.category-card-button:focus-visible .category-card-icon{background:#9b5cff52;transform:scale(1.06)}.category-card-icon-image{width:20px;height:20px;display:block;object-fit:contain}.category-card-icon-fallback{display:inline-grid;place-items:center}.category-card-icon-image[hidden],.category-card-icon-fallback[hidden]{display:none}.category-card-label{position:relative;z-index:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-card-arrow{position:relative;z-index:1;margin-left:auto;color:#d8ceff;font-size:22px;font-weight:900;line-height:1;transition:transform .18s ease,color .18s ease}.category-card-button:hover .category-card-arrow,.category-card-button:focus-visible .category-card-arrow{color:#fff;transform:translate(4px)}.category-card-button:active .category-card-icon,.category-card-button:active .category-card-arrow{color:#071000}@media(max-width:1280px){.category-card-button{flex-basis:calc((100% - 24px)/4)}}@media(max-width:1080px){.category-card-button{flex-basis:calc((100% - 16px) / 3)}}@media(prefers-reduced-motion:reduce){.category-card-button,.category-card-button:after,.category-card-icon,.category-card-arrow{transition:none}.category-card-button:hover,.category-card-button:focus-visible,.category-card-button:hover .category-card-icon,.category-card-button:focus-visible .category-card-icon,.category-card-button:hover .category-card-arrow,.category-card-button:focus-visible .category-card-arrow{transform:none}}.seo-block,.category-seo-block,.game-article,.comment-panel,.embed-row{border:1px solid var(--line);border-radius:10px;background:var(--panel)}.seo-block,.category-seo-block,.game-article,.comment-panel{padding:18px}.seo-block h1,.seo-block h2,.category-seo-block h2,.game-article h2,.game-article-content h2,.comment-panel h2{margin:0 0 9px;color:#fff;font-size:19px;line-height:1.25;letter-spacing:0}.seo-block h2,.category-seo-block h2,.game-article h2,.game-article-content h2,.comment-panel h2{margin-top:18px;font-size:17px}.game-article-content h2:first-child{margin-top:0}.game-article-content h3{margin:16px 0 8px;color:#fff;font-size:15px;line-height:1.3}.category-seo-block h3{margin:15px 0 8px;color:#fff;font-size:15px;line-height:1.3}.seo-block p,.category-seo-block p,.game-article p,.game-article-content p,.category-seo-block li,.game-article li,.game-article-content li{margin:0 0 11px;color:#d4d7df}.seo-block p:last-child,.category-seo-block p:last-child,.game-article p:last-child,.game-article-content p:last-child{margin-bottom:0}.category-seo-block ul,.game-article ul,.game-article ol,.game-article-content ul,.game-article-content ol{margin:0 0 13px;padding-left:21px}.home-about-card{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--line);border-radius:10px;background:var(--panel);padding:18px}.home-about-categories .home-about-card{min-height:100%;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:14px}.home-about-copy{display:grid;gap:8px;min-width:0}.home-about-copy h2{margin:0;color:#fff;font-size:19px;line-height:1.25}.home-about-categories .home-about-card h2{font-size:clamp(24px,2vw,30px)}.home-about-copy p{margin:0;color:#d4d7df}.home-about-btn,.home-about-modal-actions button,.home-about-close{min-height:40px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:#1c1d22;color:#fff;font-weight:850}.home-about-btn{flex:0 0 auto;border-color:transparent;background:linear-gradient(135deg,var(--accent-primary),var(--accent-primary-hover));color:#fff;padding:0 15px;box-shadow:0 10px 22px #5421d640}.home-about-categories .home-about-btn{margin-top:auto;align-self:flex-start}.home-about-btn:hover,.home-about-btn:focus-visible{border-color:#ffffff52;background:linear-gradient(135deg,var(--accent-primary-hover),var(--accent-primary));outline:none}.home-about-btn:active{background:linear-gradient(135deg,var(--press-accent),var(--press-accent-dark));color:#071000;transform:translateY(1px)}.home-about-modal-actions button:hover,.home-about-modal-actions button:focus-visible,.home-about-close:hover,.home-about-close:focus-visible{border-color:#9b5cff8c;outline:none}.home-about-modal[hidden]{display:none}.home-about-modal{position:fixed;inset:0;z-index:125;display:grid;place-items:center;padding:18px;background:#000000a3}.home-about-modal-box{width:min(820px,100%);max-height:min(88vh,880px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;border:1px solid var(--line-strong);border-radius:10px;background:var(--panel);box-shadow:0 20px 52px #0000007a;overflow:hidden}.home-about-modal-header,.home-about-modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px}.home-about-modal-header{border-bottom:1px solid var(--line)}.home-about-modal-title{margin:0;color:#fff;font-size:21px;font-weight:850;line-height:1.2}.home-about-close{min-width:40px;padding:0;font-size:26px;line-height:1}.home-about-modal-content{overflow-y:auto;padding:18px}.home-about-modal-content h2{margin:0 0 11px;color:#fff;font-size:20px;line-height:1.2}.home-about-modal-content h3{margin:18px 0 9px;color:#fff;font-size:17px;line-height:1.25}.home-about-modal-content h3:first-of-type{margin-top:0}.home-about-modal-content p{margin:0 0 11px;color:#d4d7df}.home-about-modal-content p:last-child{margin-bottom:0}.home-about-modal-content a{color:var(--accent-primary-hover);font-weight:800}.home-about-modal-content ul{margin:0;padding-left:20px;color:#d4d7df}.home-about-modal-content li{margin:0 0 9px}.home-about-modal-content li:last-child{margin-bottom:0}.home-about-modal-content strong{color:#fff}.home-about-modal-actions{justify-content:flex-end;border-top:1px solid var(--line)}.home-about-modal-actions button{padding:0 15px}.game-article-content a{color:#d7c9ff;font-weight:850;text-decoration:underline;text-decoration-color:#b6ff2eb8;text-decoration-thickness:.11em;text-underline-offset:.18em}.game-article-content a:hover,.game-article-content a:focus-visible{color:#fff;text-decoration-color:var(--press-accent);outline:none}.game-article-content blockquote{margin:14px 0;border-left:3px solid var(--accent-primary);padding:8px 0 8px 14px;color:#e7e8ed;background:#ffffff08}.game-article-content strong{color:#fff}.category-page{gap:14px}.category-page-header{display:flex;align-items:center;justify-content:space-between}.category-page-header h1{font-size:24px}.category-game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.category-game-grid .game-card-title{display:block}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.pagination-link,.pagination-current{min-height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:0 12px;font-size:13px;font-weight:900}.pagination-link{border:1px solid rgba(155,92,255,.42);background:#7c3cff24;color:var(--accent-primary-hover);transition:background .15s ease,border-color .15s ease,transform .15s ease}.pagination-link:hover,.pagination-link:focus-visible{border-color:#9b5cffb3;background:#7c3cff3d;outline:none}.pagination-link:active{transform:translateY(1px)}.pagination-link--disabled{cursor:not-allowed;opacity:.42}.pagination-current{border:1px solid var(--line);background:var(--panel);color:#fff}.favorites-page{display:grid;gap:14px}.favorites-page-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.favorites-page-header h1{margin:0;color:#fff;font-size:24px;line-height:1.2}.clear-favorites-btn{min-height:36px;border:1px solid rgba(155,92,255,.42);border-radius:8px;background:#7c3cff24;color:var(--accent-primary-hover);padding:0 12px;font-size:13px;font-weight:900;transition:background .15s ease,border-color .15s ease,transform .15s ease}.clear-favorites-btn:hover,.clear-favorites-btn:focus-visible{border-color:#9b5cffb3;background:#7c3cff3d;outline:none}.clear-favorites-btn:active{transform:translateY(1px)}.favorites-page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.favorite-page-card{position:relative}.favorite-page-card-link{display:grid;gap:7px;min-width:0}.favorite-page-card-media{position:relative;aspect-ratio:1 / 1;overflow:hidden;display:grid;place-items:center;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);background:linear-gradient(135deg,var(--accent),#24a8ff 52%,#202126);color:#fff;font-size:34px;font-weight:950;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.favorite-page-card-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.favorite-page-card-link:hover .favorite-page-card-media,.favorite-page-card-link:focus-visible .favorite-page-card-media{border-color:#9b5cff59;box-shadow:0 9px 20px #00000040;transform:scale(1.035)}.favorite-page-card-link:focus-visible{outline:none}.favorite-page-card-title{overflow:hidden;color:#fff;font-size:13px;font-weight:850;line-height:1.2;white-space:nowrap;text-overflow:ellipsis}.favorite-page-remove{position:absolute;top:7px;right:7px;z-index:3;width:28px;height:28px;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#111216db;color:#fff;font-size:18px;font-weight:900;line-height:1;transition:background .15s ease,border-color .15s ease,color .15s ease}.favorite-page-remove:hover,.favorite-page-remove:focus-visible{border-color:#9b5cff94;background:var(--accent);color:#fff;outline:none}.favorites-page-empty{border:1px solid var(--line);border-radius:10px;background:var(--panel);color:var(--muted);padding:18px}.game-page{display:grid;grid-template-columns:minmax(0,min(1120px,calc(100vw - 330px))) 220px;align-items:start;justify-content:center;gap:8px}.game-not-found{width:min(920px,100%);min-height:min(620px,calc(100dvh - 190px));margin:0 auto;display:grid;place-items:center}.game-not-found-card{width:100%;display:grid;justify-items:center;gap:14px;overflow:hidden;border:1px solid rgba(104,126,180,.22);border-radius:24px;background:radial-gradient(circle at 86% 10%,rgba(255,196,0,.14),transparent 27%),radial-gradient(circle at 14% 0%,rgba(127,55,255,.22),transparent 34%),linear-gradient(135deg,#0a101ffa,#050913fa);box-shadow:0 18px 45px #00000047;padding:clamp(34px,8vw,72px);text-align:center}.game-not-found-kicker{margin:0;color:var(--portal-yellow, #ffc400);font-size:13px;font-weight:950;letter-spacing:.18em;text-transform:uppercase}.game-not-found h1{margin:0;color:#fff;font-size:clamp(38px,8vw,76px);line-height:.95;letter-spacing:-.06em}.game-not-found p{max-width:520px;margin:0;color:#e6ecffbd;font-size:clamp(15px,2vw,18px);line-height:1.55}.game-not-found-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px}.game-not-found-primary,.game-not-found-secondary{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:0 18px;font-size:14px;font-weight:950;text-decoration:none}.game-not-found-primary{background:linear-gradient(180deg,#ffcf22,#ffb000);color:#120b00;box-shadow:0 12px 26px #ffb0002e}.game-not-found-secondary{border:1px solid rgba(104,126,180,.32);background:#0308128a;color:#e6ecffe0}.game-not-found-primary:hover,.game-not-found-primary:focus-visible,.game-not-found-secondary:hover,.game-not-found-secondary:focus-visible{transform:translateY(-1px);outline:none}.game-sidebar{position:sticky;top:106px;align-self:start;display:grid;gap:8px;min-width:0}.sidebar-title{position:relative;display:inline-flex;align-items:center;gap:7px;margin:0 0 2px;color:#f7f3ff;font-size:16px;font-weight:900;line-height:1.2;letter-spacing:0}.sidebar-title:before{content:"";width:6px;height:18px;border-radius:999px;background:linear-gradient(180deg,var(--accent-primary-hover),var(--press-accent));box-shadow:0 0 14px #9b5cff57}.game-page-section-heading .section-title{margin:0;color:#fff;font-size:17px;line-height:1.2;letter-spacing:0}.sidebar-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.sidebar-card-grid .game-card-media{aspect-ratio:16 / 9;border-radius:8px}.sidebar-card-grid .game-card-badge,.sidebar-card-grid .game-card-title,.related-game-grid .game-card-title{display:none}.game-player-card{overflow:hidden;border:1px solid #3e4148;border-radius:10px;background:var(--panel);box-shadow:var(--shadow)}.game-player{position:relative;min-height:390px;aspect-ratio:16 / 9;overflow:hidden;display:grid;place-items:center;background:#111216}.game-player:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 40%,rgba(155,92,255,.22),transparent 24rem),linear-gradient(180deg,#0000001f,#00000085);z-index:1}.game-player:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000001a,#0000007a),radial-gradient(circle,rgba(155,92,255,.12),transparent 18rem)}.game-player--iframe:before,.game-player--iframe:after{display:none}.game-player-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72;transform:scale(1.01)}.game-player--iframe .game-player-poster{display:none}.game-iframe{position:absolute;inset:0;z-index:2;width:100%;height:100%;border:0;background:#050506}.game-player-backdrop{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,#1f20241a,#0a0a0cb3),repeating-linear-gradient(45deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 1px,transparent 1px,transparent 12px)}.game-player-inner{position:relative;z-index:2;display:grid;justify-items:center;gap:16px}.game-player-status[hidden]{display:none}.game-player-status{position:absolute;inset:0;z-index:3;display:grid;place-items:center;padding:18px;background:#050506b8;text-align:center}.game-player-status-box{display:grid;justify-items:center;gap:13px;width:min(360px,100%);border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#1f2024e6;padding:18px;box-shadow:0 18px 44px #0000006b}.game-player-status-box p{margin:0;color:#fff;font-weight:850}.game-player-status-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.game-player-status-actions[hidden]{display:none}.game-player-status-actions button{min-height:36px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#1c1d22;color:#fff;padding:0 13px;font-size:13px;font-weight:900}.game-player-status-actions button:first-child{border-color:transparent;background:var(--accent);color:#fff}.game-player-status-actions button:hover,.game-player-status-actions button:focus-visible{border-color:#9b5cff7a;outline:none}.game-player-icon{position:relative;width:132px;aspect-ratio:1 / 1;overflow:hidden;border:4px solid rgba(255,255,255,.16);border-radius:20px;background:var(--panel);box-shadow:0 14px 30px #00000073}.game-player-icon img{position:absolute;inset:0;z-index:2;width:100%;height:100%;object-fit:cover}.play-now-button,.embed-row button,.comment-form button{border:0;border-radius:8px;background:linear-gradient(135deg,var(--accent-primary),var(--accent-primary-hover));color:#fff;font-weight:900;line-height:1;box-shadow:0 6px 0 var(--accent-primary-dark),0 12px 22px #5421d647;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.play-now-button{min-width:154px;padding:15px 22px;text-align:center;font-size:16px}.play-now-button:hover,.embed-row button:hover,.comment-form button:hover,.play-now-button:focus-visible,.embed-row button:focus-visible,.comment-form button:focus-visible{background:linear-gradient(135deg,var(--accent-primary-hover),var(--accent-primary));outline:none;transform:translateY(-1px)}.play-now-button:active,.embed-row button:active,.comment-form button:active{background:linear-gradient(135deg,var(--press-accent),var(--press-accent-dark));color:#071000;box-shadow:0 3px #54ba00,0 8px 18px #6ee6002e;transform:translateY(2px)}.game-info-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 12px;border-top:1px solid var(--line);background:#2b2d32}.game-info-title{margin:0 0 5px;color:#fff;font-size:21px;line-height:1.15;letter-spacing:0}.game-rating{display:flex;align-items:center;gap:7px;color:var(--accent-primary-hover);font-size:13px}.game-rating strong{color:#fff}.game-action-buttons{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.game-action-buttons button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:#1c1d22;color:#dce0e8;padding:0 12px;font-size:13px;font-weight:800;transition:background .15s ease,color .15s ease,border-color .15s ease}.game-action-buttons button span[aria-hidden=true]{font-size:15px;line-height:1}.game-action-label--mobile{display:none}.game-action-buttons button:hover,.game-action-buttons button:focus-visible{border-color:#9b5cff85;background:#25272d;color:var(--accent-primary-hover);outline:none}.game-action-buttons button:active{transform:translateY(1px)}.game-action-btn.is-active{border-color:#9b5cff9e;background:#7c3cff2e;color:var(--accent-primary-hover)}.game-player.is-fullscreen{background:#050506}body.is-game-ios-fullscreen{overflow:hidden;touch-action:none}.game-player--ios-fullscreen{position:fixed;inset:0;z-index:1000;width:100vw;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;border:0;border-radius:0;background:#050506;box-shadow:none;aspect-ratio:auto}.game-player--ios-fullscreen .game-iframe,.game-player--ios-fullscreen .game-player-status,.game-player--ios-fullscreen .game-player-poster,.game-player--ios-fullscreen .game-player-backdrop{inset:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.game-player--ios-fullscreen .game-player-inner{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.report-modal[hidden]{display:none}.report-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:18px;background:#0000009e}.report-modal-box{width:min(420px,100%);border:1px solid var(--line-strong);border-radius:10px;background:var(--panel);box-shadow:0 20px 52px #0000007a;padding:18px}.report-modal-box .report-modal-title{margin:0 0 7px;color:#fff;font-size:19px;line-height:1.2}.report-modal-box p{margin:0 0 14px;color:var(--muted)}.report-modal-box form,.report-modal-box label{display:grid;gap:8px}.report-modal-box form{gap:12px}.report-modal-box label{color:#eef0f5;font-size:14px;font-weight:750}.report-modal-box select,.report-modal-box textarea{width:100%;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:#1f2024;color:#fff;outline:none;padding:10px 11px}.report-modal-box select:focus,.report-modal-box textarea:focus{border-color:#9b5cff94;box-shadow:0 0 0 3px #7c3cff1f}.report-success{margin:0;color:var(--accent-primary-hover);font-weight:800}.report-error{margin:0;color:#ff8e8e;font-weight:800}.report-modal-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.report-modal-actions button{min-height:36px;border:1px solid rgba(255,255,255,.11);border-radius:8px;padding:0 13px;background:#1c1d22;color:#fff;font-weight:850}.report-modal-actions button[type=submit]{border-color:transparent;background:linear-gradient(135deg,var(--accent-primary),var(--accent-primary-hover));color:#fff}.report-modal-actions button:hover,.report-modal-actions button:focus-visible{border-color:#9b5cff85;outline:none}.embed-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px}.embed-row label{color:#fff;font-size:14px;font-weight:850}.embed-row input,.comment-form input,.comment-form textarea{width:100%;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:#1f2024;color:#fff;outline:none}.embed-row input{height:36px;padding:0 11px;color:#cdd0d8}.embed-row button{height:36px;padding:0 14px;box-shadow:none}.related-strip{display:grid;gap:8px}.related-game-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:8px}.related-game-grid .game-card-media{aspect-ratio:16 / 9;border-radius:8px}.breadcrumb{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:14px}.article-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.article-tags a,.article-tag{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid rgba(155,92,255,.58);border-radius:8px;background:linear-gradient(135deg,#221646f5,#100e1cfa);color:#f7f3ff;font-size:13px;font-weight:800;box-shadow:inset 0 1px #ffffff14}.article-tags a:hover,.article-tags a:focus-visible,.article-tag:hover,.article-tag:focus-visible{border-color:#b6ff2ead;background:linear-gradient(135deg,#38246efa,#151222fa);color:#fff;outline:2px solid rgba(182,255,46,.32);outline-offset:2px}.comment-panel h2{margin-top:0}.comment-list{display:grid;gap:10px;margin-bottom:16px}.comment-item{display:grid;gap:6px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#25272c}.comment-item p{margin:0;color:#d4d7df;line-height:1.55}.comment-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#fff;font-size:13px}.comment-meta time{color:var(--muted);font-weight:650}.comment-empty{margin:0 0 16px;color:var(--muted)}.comment-form-title{margin:0 0 10px;color:#fff;font-size:16px;font-weight:850}.comment-form{display:grid;gap:11px}.comment-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.comment-form label{display:grid;gap:6px;color:#e8eaf0;font-size:14px;font-weight:750}.comment-form input{height:38px;padding:0 11px}.comment-form textarea{min-height:130px;resize:vertical;padding:10px 11px}.comment-form input:focus,.comment-form textarea:focus{border-color:#9b5cff94;box-shadow:0 0 0 3px #9b5cff17}.comment-checkbox{display:flex!important;align-items:center;gap:8px;color:var(--muted);font-weight:600}.comment-checkbox input{width:16px;height:16px;padding:0;accent-color:var(--accent)}.comment-form-success,.comment-form-error{margin:0;font-weight:800}.comment-form-success{color:var(--accent)}.comment-form-error{color:#ff7b8f}.comment-form button{width:fit-content;min-width:106px;min-height:40px;padding:0 17px;box-shadow:none}.category-rail{display:none}@media(min-width:1280px){:root{--desktop-header-band: 76px}.site-header{z-index:80}.category-rail{position:fixed;top:var(--desktop-header-band);left:0;z-index:70;max-height:calc(100vh - var(--desktop-header-band));max-height:calc(100dvh - var(--desktop-header-band));height:calc(100vh - var(--desktop-header-band));height:calc(100dvh - var(--desktop-header-band));width:58px;display:flex;flex-direction:column;gap:4px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border-right:1px solid rgba(155,92,255,.14);background:#000000f7;box-shadow:12px 0 30px #0000002e;padding:6px 4px;transition:width .17s ease,box-shadow .17s ease;scrollbar-width:thin;scrollbar-color:#4d525b transparent}.category-rail:hover,.category-rail:focus-within{width:196px;box-shadow:16px 0 38px #0000004d}.category-rail-nav{display:grid;gap:2px;flex:0 0 auto}.category-rail-nav--categories{border-top:1px solid rgba(155,92,255,.12);padding-top:6px;padding-bottom:8px}.category-rail-link{min-height:42px;display:flex;align-items:center;gap:8px;overflow:hidden;border-radius:7px;color:#d4c8ff;font-size:14px;font-weight:850;white-space:nowrap;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease}.category-rail-link:hover,.category-rail-link:focus-visible,.category-rail-link:active,.category-rail-link.active{background:#7c3cff38;box-shadow:inset 0 0 0 1px #bea0ff24;outline:none}.category-rail-link:focus-visible{box-shadow:0 0 0 2px #9b5cff8c}.category-rail-link:hover,.category-rail-link:focus-visible,.category-rail-link:active{color:#a8ff2a}.category-rail-link.active{color:#fff}.category-rail-link:hover .category-rail-icon,.category-rail-link:focus-visible .category-rail-icon,.category-rail-link:active .category-rail-icon{color:#a8ff2a;filter:drop-shadow(0 0 8px rgba(168,255,42,.34));transform:scale(1.18)}.category-rail-icon{width:48px;min-width:48px;height:38px;display:inline-flex;align-items:center;justify-content:center;color:#9f8fe0;font-size:15px;font-weight:950;line-height:1;letter-spacing:0;text-shadow:none;transform-origin:center;transition:color .16s ease,filter .16s ease,transform .16s ease}.category-rail-icon-image{width:22px;height:22px;display:block;object-fit:contain;transform-origin:center;transition:filter .16s ease,transform .16s ease}.category-rail-link:hover .category-rail-icon-image,.category-rail-link:focus-visible .category-rail-icon-image,.category-rail-link:active .category-rail-icon-image{filter:brightness(0) saturate(100%) invert(88%) sepia(80%) saturate(914%) hue-rotate(24deg) brightness(106%) contrast(105%) drop-shadow(0 0 8px rgba(168,255,42,.38))}.category-rail-icon-image--utility{width:24px;height:24px}.category-rail-icon-fallback{width:100%;height:100%;display:inline-grid;place-items:center;transform-origin:center;transition:color .16s ease,filter .16s ease,transform .16s ease}.category-rail-link:hover .category-rail-icon-fallback,.category-rail-link:focus-visible .category-rail-icon-fallback,.category-rail-link:active .category-rail-icon-fallback{color:#a8ff2a;filter:drop-shadow(0 0 8px rgba(168,255,42,.38))}.category-rail-icon-image[hidden],.category-rail-icon-fallback[hidden]{display:none}.category-rail-label{min-width:0;overflow:hidden;opacity:0;transform:translate(-6px);transition:opacity .15s ease,transform .15s ease;text-overflow:ellipsis}.category-rail:hover .category-rail-label,.category-rail:focus-within .category-rail-label{opacity:1;transform:translate(0)}.category-rail-kids-card{min-height:44px;display:flex;align-items:center;gap:8px;overflow:hidden;border:1px solid rgba(182,255,46,.24);border-radius:7px;background:#b6ff2e14;color:#eef7d1;padding:0 5px 0 0;transition:background .15s ease,border-color .15s ease,color .15s ease}.category-rail-kids-card:hover,.category-rail-kids-card:focus-visible{border-color:#b6ff2e80;background:#b6ff2e24;color:#fff;outline:none}.category-rail-kids-card:focus-visible{box-shadow:0 0 0 2px #b6ff2e59}.category-rail-kids-icon{width:48px;min-width:48px;height:38px;display:inline-grid;place-items:center;color:var(--press-accent);font-size:15px;font-weight:950;line-height:1}.category-rail-kids-copy{min-width:0;display:grid;gap:1px;opacity:0;transform:translate(-6px);transition:opacity .15s ease,transform .15s ease}.category-rail-kids-title,.category-rail-kids-subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-rail-kids-title{font-size:14px;font-weight:900;line-height:1.1}.category-rail-kids-subtitle{color:#ffffffa8;font-size:11px;font-weight:750;line-height:1.1}.category-rail:hover .category-rail-kids-copy,.category-rail:focus-within .category-rail-kids-copy{opacity:1;transform:translate(0)}.category-rail-footer{border-top:1px solid rgba(155,92,255,.12);padding-top:7px;padding-bottom:12px}.category-rail-secondary-links{display:grid;gap:2px;margin-bottom:2px}.category-rail-secondary-links a{min-height:34px;display:flex;align-items:center;gap:7px;overflow:hidden;border-radius:7px;color:#fffffff0;padding:0 8px;font-size:16px;font-weight:750;line-height:1.2;transition:background .15s ease,color .15s ease;white-space:normal}.category-rail-secondary-links a:hover,.category-rail-secondary-links a:focus-visible{background:#7c3cff24;color:#fff;outline:none}.category-rail-cta-links{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:6px;padding-bottom:7px;border-bottom:1px solid rgba(155,92,255,.12)}.category-rail-cta-links a{min-height:32px;display:flex;align-items:center;gap:8px;overflow:hidden;border-radius:7px;color:#bfb3ef;padding:0;font-size:12px;font-weight:800;line-height:1.2;transition:background .15s ease,color .15s ease;white-space:normal}.category-rail-cta-links a:hover,.category-rail-cta-links a:focus-visible{background:#7c3cff24;color:#fff;outline:none}.category-rail-cta-links a.is-highlight{width:178px;max-width:100%;min-height:40px;gap:8px;margin:0;padding:0 12px;border:1px solid rgba(155,92,255,.42);border-radius:999px;background:linear-gradient(135deg,var(--accent-primary),var(--accent-primary-hover));color:#fff;box-shadow:0 6px 14px #5421d638}.category-rail-cta-links a.is-highlight:hover,.category-rail-cta-links a.is-highlight:focus-visible{border-color:#ffffff6b;background:linear-gradient(135deg,var(--accent-primary-hover),var(--accent-primary));color:#fff}.category-rail-cta-links a.is-highlight:active{border-color:#b6ff2e8c;background:linear-gradient(135deg,var(--press-accent),var(--press-accent-dark));color:#071000;box-shadow:none}.category-rail-cta-links a.is-highlight .category-rail-secondary-icon{width:20px;min-width:20px;height:28px;color:#fff;font-size:13px}.category-rail-cta-svg{width:19px;height:19px;display:block;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.category-rail-cta-links a.is-highlight .category-rail-secondary-label{font-size:16px;font-weight:900;letter-spacing:0;white-space:nowrap}.category-rail-secondary-icon{width:22px;min-width:22px;height:32px;display:inline-grid;place-items:center;color:#ffffffdb;font-size:15px;font-weight:950;letter-spacing:0;line-height:1}.category-rail-secondary-label{min-width:0;overflow-wrap:anywhere;opacity:0;transform:translate(-6px);transition:opacity .15s ease,transform .15s ease}.category-rail-footer-heading{display:none}.category-rail-page-links{display:grid;gap:1px}.category-rail-page-links a{min-height:26px;display:flex;align-items:center;overflow:hidden;border-radius:7px;color:#fffffff0;padding:2px 4px;font-size:11px;font-weight:600;line-height:1.25;transition:background .15s ease,color .15s ease;white-space:normal}.category-rail-page-links a:hover,.category-rail-page-links a:focus-visible{background:#7c3cff24;color:#fff;outline:none}.category-rail-social-links{display:grid;grid-template-columns:repeat(3,30px);gap:7px;margin:10px 8px 0;opacity:0;transform:translate(-6px);transition:opacity .15s ease,transform .15s ease}.category-rail-social-links a{width:30px;height:30px;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.56);border-radius:999px;color:#fff;font-size:12px;font-weight:950;line-height:1;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.category-rail-social-links a:hover,.category-rail-social-links a:focus-visible{border-color:#a8ff2ac2;background:#a8ff2a1f;color:#fff;outline:none;transform:translateY(-1px)}.category-rail-social-icon{width:16px;height:16px;fill:currentColor}.category-rail-copy{margin:8px 8px 0;color:#9b93c7;font-size:12px;line-height:1.45;overflow-wrap:anywhere;opacity:0;transform:translate(-6px);transition:opacity .15s ease,transform .15s ease;min-width:150px}.category-rail-copy a{color:#bfb3ef}.category-rail-copy a:hover,.category-rail-copy a:focus-visible{color:var(--accent-primary-hover);outline:none}.category-rail:hover .category-rail-secondary-label,.category-rail:focus-within .category-rail-secondary-label,.category-rail:hover .category-rail-footer-heading,.category-rail:focus-within .category-rail-footer-heading,.category-rail:hover .category-rail-social-links,.category-rail:focus-within .category-rail-social-links,.category-rail:hover .category-rail-copy,.category-rail:focus-within .category-rail-copy{opacity:1;transform:translate(0)}.header-inner{width:100%;margin:0;min-height:var(--desktop-header-band);padding:0 20px;gap:14px}.header-actions{justify-content:flex-end}.header-search{position:absolute;left:50%;top:50%;width:clamp(360px,34vw,460px);min-width:0;transform:translate(-50%,-50%)}.header-brand-group{min-width:0;max-width:300px;display:inline-flex;align-items:center;gap:14px;flex:0 1 auto;padding:0}.header-brand-group .site-logo{min-width:0;margin-left:0}.header-brand-group .site-logo-image{height:58px;max-height:58px;max-width:276px}.rail-toggle-button{position:relative;width:58px;height:58px;flex:0 0 58px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px solid transparent;border-radius:10px;background:transparent;box-shadow:none;color:#cfd3dc;padding:0;font-size:1px}.rail-toggle-button-logo{width:58px;height:58px;max-width:58px;max-height:58px;object-fit:contain;border-radius:6px}.rail-toggle-button:hover{border-color:#ffffff14;background:#ffffff0d;color:#fff;outline:none}.rail-toggle-button.is-open{border-color:transparent;background:transparent;color:#fff}.rail-toggle-button:focus-visible{border-color:#9b5cff6b;background:#7c3cff1f;box-shadow:0 0 0 2px #7c3cff29;color:#fff;outline:none}.rail-toggle-button:after{content:none}.rail-toggle-button.is-rail-hidden:after{content:none}.menu-button{display:none}.site-shell{padding-left:72px}.site-shell:has(.game-page){max-width:calc(100vw - 8px);padding-left:60px;padding-right:4px}.site-shell:has(.home-page--wide){max-width:min(1720px,calc(100vw - 24px));padding-left:calc(clamp(10px,2vw,22px) + 58px)}body.rail-hidden .category-rail{display:none}body.rail-hidden .header-inner{padding-left:20px}body.rail-hidden .header-brand-group{display:inline-flex;gap:14px;padding:0}body.rail-hidden .header-brand-group .site-logo{margin-left:0}body.rail-hidden .site-shell{padding-left:16px}body.rail-hidden .site-shell:has(.home-page--wide){padding-left:clamp(10px,2vw,22px)}}@media(min-width:1280px)and (prefers-reduced-motion:reduce){.category-rail-link,.category-rail-icon,.category-rail-icon-image,.category-rail-icon-fallback{transition:none}.category-rail-link:hover .category-rail-icon,.category-rail-link:focus-visible .category-rail-icon,.category-rail-link:active .category-rail-icon,.category-rail-link:hover .category-rail-icon-image,.category-rail-link:focus-visible .category-rail-icon-image,.category-rail-link:active .category-rail-icon-image,.category-rail-link:hover .category-rail-icon-fallback,.category-rail-link:focus-visible .category-rail-icon-fallback,.category-rail-link:active .category-rail-icon-fallback{transform:none}}.site-footer{margin-top:auto;padding:14px 16px 16px;border-top:1px solid rgba(255,255,255,.07);background:var(--nav);color:var(--muted);font-size:13px}.footer-links{width:min(1320px,100%);margin:0 auto 8px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 16px}.footer-links a{color:#d8dbe3}.footer-links a:hover,.footer-links a:focus-visible{color:var(--accent);outline:none}.site-footer p{width:min(1320px,100%);margin:0 auto;text-align:center}@media(min-width:1280px){.site-footer{padding-left:72px}body.rail-hidden .site-footer{padding-left:16px}}.legal-page{width:min(950px,100%);margin:0 auto}.blog-page,.blog-article-page{width:min(1120px,100%);margin:0 auto;display:grid;gap:22px}.blog-article-page{width:min(1040px,100%);align-items:start}.blog-article-page>.breadcrumb{width:min(1040px,100%);margin:0 auto}.blog-hero,.blog-featured-card,.blog-card,.blog-article-header,.blog-article-content,.blog-article-footer,.blog-next-card{border:1px solid rgba(255,255,255,.09);border-radius:14px;background:linear-gradient(135deg,#ffffff0f,#ffffff04),var(--panel);box-shadow:0 18px 46px #0003}.blog-hero{position:relative;overflow:hidden;min-height:300px;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.42fr);align-items:center;grid-template-areas:"copy visual";gap:22px;padding:clamp(26px,5vw,54px);background:linear-gradient(145deg,#101018fa,#08090ef0),var(--panel)}.blog-hero:before,.blog-article-header:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(155,92,255,.16),transparent 32%),radial-gradient(circle at 82% 16%,rgba(36,168,255,.2),transparent 26rem)}.blog-hero-visual{position:relative;grid-area:visual;z-index:1;width:min(100%,360px);aspect-ratio:32 / 21;justify-self:end;overflow:hidden;border:1px solid rgba(155,92,255,.2);border-radius:22px;background:linear-gradient(145deg,#171924e6,#07080dd6),radial-gradient(circle at 76% 28%,rgba(36,168,255,.3),transparent 10rem);box-shadow:0 24px 54px #0000004d,0 0 42px #9b5cff2e,inset 0 1px #ffffff1f;pointer-events:none;transform:rotate(2deg);transition:transform .22s ease}.blog-hero:hover .blog-hero-visual{transform:rotate(1deg) translateY(-3px)}.blog-hero-visual img{display:block;width:100%;height:100%;object-fit:cover}.blog-hero-copy,.blog-article-hero-copy,.blog-featured-copy{position:relative;z-index:2}.blog-hero-copy{grid-area:copy}.blog-kicker{margin:0 0 8px;color:var(--accent);font-size:12px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.blog-hero h1,.blog-article-header h1{max-width:760px;margin:0;color:#fff;font-size:clamp(34px,5vw,62px);line-height:1.02;letter-spacing:0}.blog-hero p,.blog-article-header p{max-width:680px;margin:14px 0 0;color:#dfe3ec;font-size:clamp(15px,1.7vw,18px);line-height:1.65}.blog-tags{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px}.blog-tags span,.blog-tags a{border:1px solid rgba(255,255,255,.11);border-radius:999px;background:#ffffff0f;color:#f3f5fa;padding:6px 10px;font-size:12px;font-weight:850}.blog-tags a{text-decoration:none}.blog-tags a:hover,.blog-tags a:focus-visible{border-color:#9b5cff75;color:var(--accent);outline:none}.blog-featured-card{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1fr);gap:0;overflow:hidden;border-color:#9b5cff29}.blog-featured-media{min-height:340px;display:block}.blog-featured-media--image,.blog-card-media{overflow:hidden;background:#ffffff0a}.blog-featured-media--image img,.blog-card-media img{width:100%;height:100%;object-fit:cover}.blog-featured-media--abstract{position:relative;display:grid;align-content:end;gap:13px;padding:clamp(24px,4vw,38px);background:radial-gradient(circle at 28% 22%,rgba(155,92,255,.38),transparent 11rem),radial-gradient(circle at 82% 18%,rgba(36,168,255,.26),transparent 13rem),linear-gradient(145deg,#15171ff5,#090a0ffa)}.blog-featured-media--abstract:before{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.1);border-radius:18px}.blog-featured-media--abstract span{position:relative;z-index:1;display:block;height:12px;border-radius:999px;background:#ffffff21}.blog-featured-media--abstract span:nth-child(1){width:72%}.blog-featured-media--abstract span:nth-child(2){width:52%}.blog-featured-media--abstract span:nth-child(3){width:34%;background:#9b5cffb8}.blog-featured-copy{display:grid;align-content:center;padding:clamp(24px,4.5vw,46px)}.blog-card-meta,.blog-article-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px;color:#b9bfcb;font-size:13px;font-weight:750}.blog-card-meta span,.blog-article-meta span{display:inline-flex;align-items:center;gap:6px}.blog-card-meta span:before,.blog-article-meta span:before{content:"";width:4px;height:4px;border-radius:999px;background:#9b5cffd9}.blog-featured-card h2,.blog-card h2,.blog-section-heading h2,.blog-next-card h2,.blog-next-card h3{margin:0;color:#fff;line-height:1.12;letter-spacing:0}.blog-featured-card h2{max-width:780px;font-size:clamp(28px,3.4vw,46px)}.blog-card h2,.blog-section-heading h2,.blog-next-card h2,.blog-next-card h3{font-size:22px}.blog-featured-card h2 a,.blog-card h2 a,.blog-back-link{color:#fff;text-decoration:none}.blog-featured-card h2 a:hover,.blog-featured-card h2 a:focus-visible,.blog-card h2 a:hover,.blog-card h2 a:focus-visible,.blog-back-link:hover,.blog-back-link:focus-visible{color:var(--accent);outline:none}.blog-featured-card p,.blog-card p,.blog-empty p,.blog-next-card p{margin:12px 0 0;color:#d4d9e4;line-height:1.65}.blog-section-heading{display:flex;justify-content:space-between;gap:16px;align-items:end;margin:6px 0 2px}.blog-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid rgba(155,92,255,.14);border-radius:14px;background:linear-gradient(135deg,#9b5cff14,#ffffff06),var(--panel);padding:18px;box-shadow:0 18px 46px #0000002e}.blog-filter-bar h2{margin:0;color:#fff;font-size:24px;line-height:1.15}.blog-filter-bar .blog-secondary-link{flex:0 0 auto;margin-top:0}.blog-post-section,.blog-related{display:grid;gap:12px}.blog-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.blog-card{position:relative;overflow:hidden;min-height:238px;display:grid;gap:0;align-content:start;padding:22px;transition:transform .17s ease,border-color .17s ease,background-color .17s ease}.blog-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(155,92,255,.08),transparent 48%),radial-gradient(circle at 92% 8%,rgba(36,168,255,.13),transparent 11rem);opacity:0;transition:opacity .17s ease}.blog-card:hover,.blog-card:focus-within{border-color:#9b5cff47;transform:translateY(-2px)}.blog-card:hover:before,.blog-card:focus-within:before{opacity:1}.blog-card>*{position:relative;z-index:1}.blog-card-media{display:block;width:calc(100% + 44px);height:190px;margin:-22px -22px 18px}.blog-tags{margin-top:14px}.blog-cta-link,.blog-secondary-link,.blog-back-link,.blog-card-read-link{min-height:40px;display:inline-flex;align-items:center;justify-content:center;width:fit-content;border-radius:999px;margin-top:18px;padding:0 16px;font-size:13px;font-weight:950;text-decoration:none}.blog-cta-link{border:0;background:linear-gradient(135deg,var(--accent-primary),var(--accent-primary-hover));color:#fff;box-shadow:0 10px 22px #5421d640}.blog-secondary-link,.blog-back-link,.blog-card-read-link{border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff}.blog-cta-link:hover,.blog-cta-link:focus-visible{background:linear-gradient(135deg,var(--accent-primary-hover),var(--accent-primary));outline:none}.blog-cta-link:active{background:linear-gradient(135deg,var(--press-accent),var(--press-accent-dark));color:#071000;transform:translateY(1px)}.blog-secondary-link:hover,.blog-secondary-link:focus-visible,.blog-card-read-link:hover,.blog-card-read-link:focus-visible{border-color:#9b5cff75;color:var(--accent);outline:none}.blog-empty,.blog-next-card{padding:22px}.blog-article-header{position:relative;overflow:hidden;width:min(1040px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);justify-items:center;padding:clamp(12px,1.6vw,20px) clamp(24px,4vw,42px);border-color:#9b5cff24;background:linear-gradient(145deg,#101018fa,#08090ef2),var(--panel)}.blog-article-hero-copy{width:min(900px,100%);display:grid;justify-items:center;text-align:center}.blog-article-header h1{max-width:840px;font-size:clamp(26px,3.3vw,40px);line-height:1.08}.blog-article-header p{margin-top:8px;font-size:clamp(14px,1.45vw,16px);line-height:1.5}.blog-article-content{width:min(1040px,100%);margin:0 auto;padding:clamp(22px,4vw,38px);color:#d4d7df;font-size:17px}.blog-article-content h2,.blog-article-content h3{margin:28px 0 10px;color:#fff;line-height:1.2;letter-spacing:0}.blog-article-content h2:first-child,.blog-article-content h3:first-child{margin-top:0}.blog-article-content p,.blog-article-content li{color:#dce1ea;line-height:1.85}.blog-article-content p{margin:0 0 17px}.blog-article-content ul,.blog-article-content ol{margin:0 0 18px;padding-left:22px}.blog-article-content a{color:var(--accent);font-weight:850}.blog-article-footer{width:min(1040px,100%);margin:0 auto;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;padding:20px;border-color:#9b5cff21}.blog-article-footer .blog-cta-link,.blog-article-footer .blog-secondary-link{margin-top:0}.blog-next-card--article,.blog-related{width:min(1040px,100%);margin:0 auto}.blog-related .blog-section-heading{padding-inline:2px}.blog-related .blog-list{grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr))}.blog-article-header .blog-tags{gap:8px;margin-top:8px}.blog-article-header .blog-tags a{min-height:32px;display:inline-flex;align-items:center;justify-content:center;border-color:#9b5cff47;background:linear-gradient(180deg,#ffffff17,#ffffff06),linear-gradient(135deg,#2a1854d1,#08090ee6);color:#edf0f8;padding:0 12px;font-size:13px;line-height:1;box-shadow:0 8px 18px #00000038,0 0 16px #7c3cff1c,inset 0 1px #ffffff1f}.blog-article-header .blog-tags a:hover,.blog-article-header .blog-tags a:focus-visible{border-color:#b6ff2ead;background:linear-gradient(180deg,#b6ff2e29,#ffffff08),linear-gradient(135deg,#2c1a58eb,#090c0eeb);color:#fff;box-shadow:0 8px 18px #0000003d,0 0 0 3px #b6ff2e14,0 0 18px #6ee6001a,inset 0 1px #ffffff24}.blog-article-header .blog-tags a:active{border-color:#6ee600b8;background:linear-gradient(135deg,#b6ff2e33,#6ee60014),#08090ef0;color:var(--press-accent)}.blog-article-header .blog-article-meta,.blog-article-header .blog-tags{justify-content:center}.blog-article-header .blog-article-meta{margin:9px 0 0}@media(max-width:900px){.blog-featured-card,.blog-article-header,.blog-list{grid-template-columns:1fr}.blog-featured-media{min-height:150px}}@media(max-width:767px){.blog-page,.blog-article-page{width:100%;max-width:100%;min-width:0;gap:12px;overflow-x:hidden}.blog-hero,.blog-featured-card,.blog-featured-copy,.blog-card,.blog-article-header,.blog-article-hero-copy,.blog-article-content,.blog-article-footer,.blog-next-card{max-width:100%;min-width:0;padding:16px}.blog-featured-media{max-width:100%;min-width:0}.blog-featured-media--abstract{padding:16px}.blog-hero,.blog-featured-card,.blog-card,.blog-article-header,.blog-article-content,.blog-article-footer,.blog-next-card{width:min(100%,374px);justify-self:start}.blog-article-content,.blog-article-footer,.blog-next-card--article{margin-inline:0}.blog-filter-bar{width:min(100%,374px);flex-direction:column;align-items:flex-start;padding:16px}.blog-hero{min-height:0;grid-template-columns:1fr;grid-template-areas:"copy" "visual"}.blog-hero-copy,.blog-featured-copy,.blog-card,.blog-article-hero-copy,.blog-article-content,.blog-next-card{overflow-wrap:anywhere}.blog-hero-visual{width:100%;max-width:320px;justify-self:start;transform:none}.blog-hero:hover .blog-hero-visual{transform:none}.blog-hero h1,.blog-article-header h1{max-width:100%;font-size:30px;overflow-wrap:anywhere}.blog-featured-card h2,.blog-section-heading h2,.blog-next-card h2,.blog-next-card h3{max-width:100%;font-size:24px;overflow-wrap:anywhere}.blog-hero p,.blog-article-header p,.blog-featured-card p,.blog-card p,.blog-next-card p,.blog-article-content p,.blog-article-content li{max-width:100%;overflow-wrap:anywhere}.blog-featured-media{min-height:116px}.blog-card-media{width:calc(100% + 32px);height:150px;margin:-16px -16px 16px}.blog-article-page .breadcrumb{max-width:100%;min-width:0;flex-wrap:wrap;overflow-wrap:anywhere}.blog-article-page .breadcrumb span:last-child{min-width:0}.blog-card{min-height:0}.blog-article-content{font-size:16px}}.legal-content{border:1px solid var(--line);border-radius:10px;background:var(--panel);padding:28px;color:#d4d7df}.legal-content h1,.legal-content h2{color:#fff;line-height:1.2;letter-spacing:0}.legal-content h1{margin:0 0 22px;font-size:28px}.legal-content h2{margin:24px 0 8px;font-size:19px}.legal-content section:first-of-type h2{margin-top:0}.legal-content p{margin:0;color:#d4d7df;line-height:1.65}.legal-content a{color:var(--accent);font-weight:850}.legal-content a:hover,.legal-content a:focus-visible{color:#b68cff;outline:none}.legal-contact-form{display:grid;gap:12px;margin-top:24px}.legal-contact-form label{display:grid;gap:6px;color:#eef0f5;font-size:13px;font-weight:850}.legal-contact-form input,.legal-contact-form textarea{width:100%;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:#1f2024;color:#fff;outline:none;padding:10px 11px}.legal-contact-form input{height:40px}.legal-contact-form textarea{resize:vertical}.legal-contact-form input:focus,.legal-contact-form textarea:focus{border-color:#9b5cff94;box-shadow:0 0 0 3px #9b5cff17}.legal-contact-form button{width:fit-content;min-height:40px;border:0;border-radius:8px;background:var(--accent);color:#fff;padding:0 16px;font-weight:950}.legal-contact-form button:hover,.legal-contact-form button:focus-visible{background:var(--accent-primary-hover);outline:none}.legal-form-success{border:1px solid rgba(40,215,105,.38);border-radius:8px;background:#28d7691a;color:#a7f4c3;padding:9px 10px;font-size:13px;font-weight:800}.legal-form-error{border:1px solid rgba(255,86,110,.4);border-radius:8px;background:#ff566e1c;color:#ffb7c3;padding:9px 10px;font-size:13px;font-weight:800}@media(min-width:1200px){.game-section-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.category-game-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.game-page{grid-template-columns:minmax(0,min(1120px,calc(100vw - 330px))) 220px}.sidebar-card-grid{gap:10px 7px}.sidebar-card-grid .game-card-media{aspect-ratio:16 / 9}.game-sidebar{max-height:calc(100vh - 118px);overflow-y:auto;padding-bottom:2px;scrollbar-width:thin;scrollbar-color:#464a52 transparent}}@media(min-width:768px)and (max-width:1199px){.header-inner,.site-shell{padding-left:14px;padding-right:14px}.game-section-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.trending-now-desktop{display:none}.trending-now-mobile{display:block}.top-game-card{flex-basis:clamp(220px,28vw,260px);aspect-ratio:5 / 7;height:auto}.home-about-categories{grid-template-columns:1fr;align-items:start}.home-about-categories .home-about-card{min-height:0;justify-content:flex-start}.category-game-grid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr))}.admin-card-grid,.ai-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-checkbox-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.game-page{grid-template-columns:1fr}.game-sidebar{position:static}.game-sidebar--left{order:2}.game-sidebar--right{order:3}.game-main{order:1}.sidebar-card-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.related-game-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.game-player{min-height:320px}}@media(max-width:899px){body.admin-sidebar-open{overflow:hidden}.admin-shell:not(.admin-shell--auth){display:block}.admin-sidebar{transform:translate(-105%);transition:transform .2s ease}.admin-sidebar.is-open{transform:translate(0)}.admin-content-shell{min-height:100vh}.admin-header{min-height:68px;padding:14px 16px}.admin-menu-toggle{display:flex}.admin-header-copy h1{font-size:21px}.admin-header-copy p,.admin-header-actions{display:none}.admin-main{width:100%;padding:18px 16px}}@media(max-width:767px){body{font-size:14px}.header-inner{min-height:50px;padding:6px 10px;gap:10px}.site-logo-full{gap:4px;font-size:19px}.header-actions{gap:6px}.header-search{min-width:0}.header-search input{height:34px;padding-left:12px;font-size:13px}.icon-button{width:34px;height:34px;flex-basis:34px}.site-shell{padding:10px 8px 16px}.home-page,.category-page,.game-main{gap:12px}.home-page{display:flex;flex-direction:column}.home-page>*{order:50}.trending-now-section{order:1}.top-games-section{order:2}#new{order:3}#hot{order:4}.home-about-categories{order:5}#popular{order:6}#shooting{order:10}#car{order:11}#io{order:12}#action{order:13}#adventure{order:14}#puzzle{order:15}#casual{order:16}#trending,#featured,.random-games-block,.trending-now-desktop{display:none}.trending-now-mobile{display:block}.game-section-grid{gap:7px}.top-growth-layout,.top-growth-featured-grid,.top-growth-compact-grid{gap:8px}.top-growth-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page--wide #new .game-section-card{flex-basis:min(170px,72vw)}.top-growth-compact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.top-growth-card--compact{min-width:0}.home-page--wide .game-section-card{flex-basis:min(132px,40vw)}.home-page--wide .game-section .game-card-media{aspect-ratio:4 / 3}.home-page--wide #new .game-section-card{flex-basis:min(172px,56vw)}.home-page--wide #new .game-card-media{aspect-ratio:16 / 9}.home-page--wide .game-section--top-growth .top-growth-card--featured .game-card-media{aspect-ratio:16 / 10}.home-page--wide .game-section--top-growth .top-growth-card--compact .game-card-media{aspect-ratio:5 / 3}.trending-now-section{min-width:0;max-width:100%;overflow:hidden}.trending-now-icon{width:34px;height:34px}.trending-now-title h2{font-size:20px}.trending-now-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;min-width:0;gap:8px}.trending-now-card{aspect-ratio:4 / 3;min-height:0;min-width:0}.trending-now-card--featured{grid-column:1 / -1}.trending-now-card-title{font-size:14px}.top-games-title h2{font-size:20px}.top-games-carousel{gap:8px}.top-game-card{flex-basis:min(168px,54vw);aspect-ratio:3 / 4;height:auto;max-width:60vw}.top-games-scroll-btn{width:38px;height:38px;font-size:30px;right:6px}.home-page--wide .game-section--featured-first .game-section-card,.home-page--wide .game-section--featured-first .game-section-card:first-child{flex-basis:min(132px,40vw)}.home-page--wide .game-section--featured-first .game-section-card:first-child{grid-row:auto;grid-column:auto}.game-section--featured-first .game-section-card:first-child .game-card--large .game-card-placeholder span{font-size:12px}.game-section--featured-first .game-section-card:first-child .game-card--large .game-card-fallback-icon{min-width:34px;height:24px;font-size:10px}.game-section-heading h1,.game-section-heading h2{font-size:18px}.game-section-heading-icon{width:34px;height:34px}.random-actions{gap:8px}.random-action-btn{flex:1 1 140px;max-width:220px}.home-about-categories{grid-template-columns:1fr;gap:8px;width:100%;overflow:hidden}.home-about-categories .category-card-section,.home-about-categories .home-about-card{width:100%;min-width:0}.home-about-categories .home-about-card{order:1}.home-about-categories .category-card-section{order:2}.home-about-categories .home-about-card{gap:8px;padding:12px}.home-about-categories .home-about-btn{margin-top:0}.home-about-copy p+p{display:none}.category-card-grid{gap:7px}.category-card-button{flex-basis:calc((100% - 7px)/2);min-height:54px;gap:8px;padding:0 9px;font-size:14px;border-radius:13px}.category-card-icon{width:32px;min-width:32px;height:32px;border-radius:10px;font-size:11px}.category-card-icon-image{width:19px;height:19px}.category-card-arrow{font-size:20px}.seo-block,.category-seo-block,.game-article,.comment-panel{padding:14px}.category-page-header h1{font-size:21px}.category-game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.game-page{grid-template-columns:1fr;gap:14px}.game-main{order:1}.game-sidebar{position:static}.game-sidebar--left{order:2}.game-sidebar--right{order:3}.sidebar-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.game-player{min-height:0}.game-player-icon{width:104px;border-radius:16px}.play-now-button{min-width:132px;padding:13px 18px;font-size:15px}.game-info-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 8px;align-items:center;padding:7px 8px}.game-info-bar>div:first-child{display:contents}.game-info-title{grid-column:1 / -1;font-size:18px}.game-rating{grid-column:1;align-self:center;min-width:0}.game-action-buttons{grid-column:2;align-self:center;display:flex;flex-wrap:nowrap;justify-content:flex-end;gap:6px;width:auto;overflow-x:visible;overflow-y:hidden}.game-action-buttons button{flex:0 0 34px;width:34px;min-height:34px;border-radius:999px;padding:0;font-size:0}.game-action-buttons button span[aria-hidden=true]{font-size:16px}.game-action-label--desktop,.game-action-label--mobile,.embed-row{display:none}.related-game-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.comment-form-row{grid-template-columns:1fr}.search-dropdown{position:fixed;top:58px;left:10px;right:10px;width:auto;max-height:min(420px,calc(100vh - 74px));overflow-y:auto}.notifications-panel,.favorites-panel{position:fixed;top:58px;left:10px;right:10px;width:auto;max-height:min(430px,calc(100vh - 74px));overflow-y:auto}.menu-drawer{position:fixed;inset:0 0 0 auto;width:min(86vw,360px);height:100vh;height:100dvh;max-height:none;border-radius:0;padding:56px 16px 20px}.favorites-page-header{align-items:flex-start;flex-direction:column}.favorites-page-header h1{font-size:21px}.favorites-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.admin-main{padding:16px 10px}.admin-auth-panel{margin-top:24px;padding:16px}.admin-card-grid,.ai-provider-grid,.admin-form-grid,.admin-checkbox-grid{grid-template-columns:1fr}.footer-links{gap:7px 12px}.legal-content{padding:18px}.legal-content h1{font-size:24px}}@keyframes drawer-slide-in{0%{opacity:.85;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@media(max-width:430px){.site-logo-full{display:none}.site-logo-short{display:inline-flex}.header-search input::placeholder{color:transparent}.game-section-grid,.sidebar-card-grid,.related-game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.top-growth-row--lead{grid-template-columns:repeat(2,minmax(0,1fr))}.top-growth-card--trail{flex-basis:min(170px,72vw)}.category-game-grid,.favorites-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card-grid{justify-content:stretch}.category-card-button{flex-basis:100%}.home-page--wide .game-section--featured-first .game-section-card,.home-page--wide .game-section--featured-first .game-section-card:first-child{flex-basis:min(132px,40vw)}.home-page--wide .game-section--featured-first .game-section-card:first-child{grid-column:auto;grid-row:auto}}.site-header{background:linear-gradient(180deg,#0a0014f5,#05000ceb);border-bottom-color:#0ff3;box-shadow:0 12px 30px #0000006b}.site-logo,.gamlala-hero,.gamlala-preview-section,.gamlala-discovery-section,.gamlala-launch-state{font-family:Space Mono,IBM Plex Mono,Courier New,monospace}.site-logo{text-shadow:1px 0 #ff006e,-1px 0 #00ffff,0 0 14px rgba(0,255,255,.24)}.site-logo-full,.site-logo-short{font-weight:900;text-transform:uppercase}.site-logo-accent{color:#0ff;transform:none}.header-search{width:min(430px,100%)}.header-search input{height:40px;border-color:#00ffff3d;border-radius:8px;background:#0a0014eb;font-family:Space Mono,IBM Plex Mono,Courier New,monospace;font-size:13px}.header-search input:focus{border-color:#0ff;background:#0a0014;box-shadow:0 0 0 3px #00ffff21}.header-text-button{width:auto;min-width:74px;padding:0 12px;border-radius:8px;font-family:Space Mono,IBM Plex Mono,Courier New,monospace;font-size:12px;font-weight:700}.header-text-button:hover,.header-text-button:focus-visible,.header-text-button.is-open{border-color:#00ffff94;color:#0ff}.home-page--prototype{position:relative;isolation:isolate;gap:22px;padding-bottom:24px}.home-page--prototype:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:repeating-linear-gradient(0deg,rgba(255,255,255,.035) 0,rgba(255,255,255,.035) 1px,transparent 1px,transparent 5px),radial-gradient(circle at 20% 8%,rgba(255,0,110,.18),transparent 24rem),radial-gradient(circle at 82% 14%,rgba(0,255,255,.14),transparent 26rem),#0a0014}.home-page--prototype>*{position:relative;z-index:1}.gamlala-hero{position:relative;min-height:560px;overflow:hidden;display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,.78fr);align-items:center;gap:28px;border:1px solid rgba(0,255,255,.18);border-radius:8px;background:linear-gradient(110deg,#0a0014fa,#0a0014c7),linear-gradient(135deg,#ff006e2e,#00ffff1a);padding:34px}.gamlala-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(0,255,255,.09),transparent),repeating-linear-gradient(90deg,transparent 0 70px,rgba(0,255,255,.08) 71px);opacity:.42}.gamlala-hero-copy,.gamlala-hero-visual,.gamlala-preview-section,.gamlala-discovery-section,.gamlala-launch-state{position:relative;z-index:1}.gamlala-hero-copy{display:grid;gap:18px;max-width:780px}.gamlala-hero-kicker,.gamlala-section-heading p,.gamlala-launch-label,.gamlala-preview-copy span{margin:0;color:#0ff;font-size:12px;font-weight:700;text-transform:uppercase}.gamlala-hero h1{margin:0;color:#fff;font-size:64px;line-height:.95;letter-spacing:0;text-transform:uppercase;text-shadow:2px 0 #ff006e,-2px 0 #00ffff,0 0 28px rgba(0,255,255,.28)}.gamlala-hero-lede{max-width:680px;margin:0;color:#d8faff;font-size:18px;line-height:1.55}.gamlala-hero-search{width:min(680px,100%);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.gamlala-hero-search input,.gamlala-hero-search button,.gamlala-action-button,.gamlala-launch-state button{min-height:48px;border-radius:8px;font-family:Space Mono,IBM Plex Mono,Courier New,monospace}.gamlala-hero-search input{width:100%;border:1px solid rgba(0,255,255,.28);background:#05000cdb;color:#fff;padding:0 14px;outline:none}.gamlala-hero-search input:focus{border-color:#0ff;box-shadow:0 0 0 3px #00ffff24}.gamlala-hero-search button,.gamlala-action-button--primary,.gamlala-launch-state button{border:1px solid rgba(0,255,255,.64);background:#0ff;color:#05000c;padding:0 18px;font-weight:900}.gamlala-hero-actions{display:flex;flex-wrap:wrap;gap:10px}.gamlala-action-button{border:1px solid rgba(255,0,110,.52);background:#ff006e14;color:#fff;padding:0 16px;font-weight:800}.gamlala-action-button[aria-disabled=true]{cursor:default}.gamlala-hero-visual{min-height:420px;display:grid;align-content:center;gap:14px;padding:18px;border-left:1px solid rgba(0,255,255,.16)}.gamlala-orbit-card{width:min(340px,100%);min-height:106px;display:grid;gap:8px;align-content:center;border:1px solid rgba(0,255,255,.24);border-radius:8px;background:linear-gradient(135deg,#00ffff1f,#ff006e12),#05000cd6;padding:18px;box-shadow:inset 0 0 0 1px #ffffff08}.gamlala-orbit-card--two{margin-left:auto;border-color:#ff006e57}.gamlala-orbit-card--three{margin-left:36px;border-color:#ffb0005c}.gamlala-orbit-card span{color:#9befff;font-size:12px;text-transform:uppercase}.gamlala-orbit-card strong{color:#fff;font-size:24px;line-height:1.05;text-transform:uppercase}.gamlala-preview-section,.gamlala-discovery-section,.gamlala-launch-state{display:grid;gap:16px;border-top:1px solid rgba(0,255,255,.18);padding-top:22px}.gamlala-section-heading{display:grid;gap:6px;max-width:760px}.gamlala-section-heading h2,.gamlala-launch-state h2{margin:0;color:#fff;font-size:28px;line-height:1.15;letter-spacing:0}.gamlala-preview-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.gamlala-preview-card{min-height:244px;overflow:hidden;display:grid;grid-template-rows:1fr auto;border:1px solid rgba(0,255,255,.18);border-radius:8px;background:#05000cd6}.gamlala-preview-art{min-height:146px;background:repeating-linear-gradient(0deg,transparent 0 10px,rgba(255,255,255,.06) 11px),linear-gradient(135deg,#00ffff6b,#ff006e38)}.gamlala-preview-card--magenta .gamlala-preview-art{background:repeating-linear-gradient(90deg,transparent 0 12px,rgba(255,255,255,.06) 13px),linear-gradient(135deg,#ff006e75,#00ffff29)}.gamlala-preview-card--amber .gamlala-preview-art{background:repeating-linear-gradient(45deg,transparent 0 14px,rgba(255,255,255,.06) 15px),linear-gradient(135deg,#ffb00080,#ff006e29)}.gamlala-preview-card--green .gamlala-preview-art{background:repeating-linear-gradient(135deg,transparent 0 13px,rgba(255,255,255,.06) 14px),linear-gradient(135deg,#00ff4170,#00ffff26)}.gamlala-preview-copy{display:grid;gap:6px;padding:14px}.gamlala-preview-copy h3{margin:0;color:#fff;font-size:16px;line-height:1.18;letter-spacing:0}.gamlala-preview-copy p,.gamlala-launch-state p,.gamlala-launch-copy,.gamlala-launch-copy p{margin:0;color:#c6dce2;line-height:1.55}.gamlala-chip-grid{display:flex;flex-wrap:wrap;gap:10px}.gamlala-chip{min-height:40px;display:inline-flex;align-items:center;border:1px solid rgba(0,255,255,.2);border-radius:8px;background:#00ffff0f;color:#e8feff;padding:0 13px;font-weight:700}.gamlala-launch-state{grid-template-columns:minmax(0,1fr) auto;align-items:end;border-bottom:1px solid rgba(0,255,255,.18);padding-bottom:22px}.gamlala-launch-state>div{display:grid;gap:10px;max-width:850px}.gamlala-launch-state button{min-width:132px}@media(max-width:1100px){.gamlala-hero{min-height:0;grid-template-columns:1fr}.gamlala-hero-visual{min-height:300px;border-left:0;border-top:1px solid rgba(0,255,255,.16)}.gamlala-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.header-text-button{min-width:62px;padding:0 8px;font-size:11px}.home-page--prototype{gap:18px}.gamlala-hero{padding:20px}.gamlala-hero h1{font-size:46px}.gamlala-hero-lede{font-size:16px}.gamlala-hero-search,.gamlala-launch-state{grid-template-columns:1fr}.gamlala-hero-search button,.gamlala-launch-state button{width:100%}.gamlala-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:430px){.header-text-button{min-width:52px;padding:0 6px}.gamlala-hero{padding:16px}.gamlala-hero h1{font-size:38px}.gamlala-hero-visual{min-height:0;padding:12px 0 0}.gamlala-orbit-card,.gamlala-orbit-card--two,.gamlala-orbit-card--three{width:100%;margin-left:0}.gamlala-preview-grid{grid-template-columns:1fr}}body:has(.home-page--prototype){background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.025) 1px,transparent 1px),#08090d;background-size:72px 72px;overflow-x:hidden}body:has(.home-page--prototype) .body-wrapper,body:has(.home-page--prototype) .site-shell,body:has(.home-page--prototype) .home-page--prototype{max-width:100%;overflow-x:hidden}body:has(.home-page--prototype) .site-shell:has(.home-page--wide){max-width:min(1440px,calc(100vw - 24px));padding-left:12px;padding-right:12px}body:has(.home-page--prototype) .site-header{background:#08090df0;border-bottom-color:#ffffff1a;box-shadow:none}body:has(.home-page--prototype) .header-inner{min-height:68px;display:grid;grid-template-columns:minmax(150px,1fr) minmax(320px,520px) minmax(150px,1fr);align-items:center;gap:18px}body:has(.home-page--prototype) .header-actions{display:grid;grid-template-columns:auto auto auto;justify-content:end;gap:8px}body:has(.home-page--prototype) .header-search{width:min(520px,100%);justify-self:center}body:has(.home-page--prototype) .site-logo,body:has(.home-page--prototype) .gamlala-hero,body:has(.home-page--prototype) .gamlala-preview-section,body:has(.home-page--prototype) .gamlala-discovery-section,body:has(.home-page--prototype) .gamlala-launch-state{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}body:has(.home-page--prototype) .site-logo{color:#fff;text-shadow:none}body:has(.home-page--prototype) .site-logo-full,body:has(.home-page--prototype) .site-logo-short{font-size:24px;font-weight:900;text-transform:none}body:has(.home-page--prototype) .site-logo-accent{color:#fff}body:has(.home-page--prototype) .header-search input{height:44px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#11131a;color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15px}body:has(.home-page--prototype) .header-search input::placeholder{color:#7b8190}body:has(.home-page--prototype){--portal-bg: #02050b;--portal-panel: #070c18;--portal-panel-strong: #0b1121;--portal-line: rgba(119, 137, 183, .18);--portal-text: #ffffff;--portal-muted: #a9b1c4;--portal-soft: #69738c;--portal-yellow: #ffc20f;--portal-purple: #7b35ff;--portal-cyan: #00d9ff;--portal-pink: #ff2f7d;background:radial-gradient(circle at 16% 0%,rgba(123,53,255,.16),transparent 24rem),radial-gradient(circle at 88% 8%,rgba(0,217,255,.1),transparent 22rem),var(--portal-bg)}body:has(.home-page--prototype) .header-inner{width:min(1440px,100%);min-height:86px;grid-template-columns:250px minmax(360px,760px) 260px;padding:14px 24px;gap:24px}body:has(.home-page--prototype) .site-logo-full,body:has(.home-page--prototype) .site-logo-short{color:var(--portal-text);font-size:26px;font-weight:950;letter-spacing:0}body:has(.home-page--prototype) .header-search input{height:58px;border:1px solid rgba(87,112,184,.38);border-radius:16px;background:linear-gradient(180deg,#091020,#060b17);padding-left:58px;padding-right:56px;color:var(--portal-text);font-size:16px}body:has(.home-page--prototype) .header-search:after{left:25px;right:auto;width:19px;height:19px;border-color:#d7ddeb}body:has(.home-page--prototype) .header-search:before{left:42px;right:auto;top:37px;background:#d7ddeb}body:has(.home-page--prototype) .header-actions{grid-template-columns:44px 44px auto;align-items:center;gap:14px}body:has(.home-page--prototype) .header-action-icon{position:relative;width:24px;height:24px;display:block}body:has(.home-page--prototype) .header-action-icon--notification:before{content:"";position:absolute;inset:4px 6px 5px;border:2px solid #fff;border-radius:11px 11px 8px 8px}body:has(.home-page--prototype) .header-action-icon--notification:after{content:"";position:absolute;left:9px;right:9px;bottom:2px;height:2px;border-radius:99px;background:#fff}body:has(.home-page--prototype) .header-action-icon--favorite:before{content:"";position:absolute;inset:3px;border:2px solid #fff;border-radius:50%;transform:rotate(45deg) scaleX(.78)}body:has(.home-page--prototype) .header-signin-button{min-height:48px;border:0;border-radius:12px;background:var(--portal-yellow);color:#080600;padding:0 22px;font-weight:950}body:has(.home-page--prototype) .gamlala-left-sidebar,body:has(.home-page--prototype) .gamlala-right-sidebar,body:has(.home-page--prototype) .gamlala-portal-main{min-width:0}body:has(.home-page--prototype) .gamlala-left-sidebar{position:sticky;top:96px;display:grid;gap:18px;border:1px solid var(--portal-line);border-radius:16px;background:linear-gradient(180deg,#0a1122fa,#040812fa);padding:18px}body:has(.home-page--prototype) .gamlala-side-nav,body:has(.home-page--prototype) .gamlala-social-list,body:has(.home-page--prototype) .gamlala-pages-block nav,body:has(.home-page--prototype) .gamlala-right-sidebar,body:has(.home-page--prototype) .gamlala-portal-main{display:grid;gap:18px}body:has(.home-page--prototype) .gamlala-side-nav{gap:8px}body:has(.home-page--prototype) .gamlala-side-nav-item{min-height:76px;display:grid;justify-items:center;gap:8px;border:0;border-radius:12px;background:transparent;color:#fff;padding:12px 6px;font-size:14px;font-weight:800}body:has(.home-page--prototype) .gamlala-side-nav-item.active{background:linear-gradient(135deg,#7b35ff85,#ffffff0a)}body:has(.home-page--prototype) .gamlala-side-icon,body:has(.home-page--prototype) .gamlala-social-button,body:has(.home-page--prototype) .gamlala-category-mark,body:has(.home-page--prototype) .gamlala-benefits-strip article>span,body:has(.home-page--prototype) .gamlala-why-list article>span{display:grid;place-items:center}body:has(.home-page--prototype) .gamlala-side-icon{width:34px;height:34px;border:1px solid rgba(255,255,255,.16);border-radius:10px;color:var(--portal-yellow);font-size:13px;font-weight:950}body:has(.home-page--prototype) .gamlala-extension-card{min-height:106px;display:grid;justify-items:center;gap:8px;border:0;border-radius:12px;background:linear-gradient(180deg,#ffcf22,#ffb000);color:#120b00;padding:14px 10px;font-weight:950}body:has(.home-page--prototype) .gamlala-extension-card span{width:34px;height:34px;display:grid;place-items:center;border:2px solid rgba(0,0,0,.6);border-radius:9px;font-size:24px}body:has(.home-page--prototype) .gamlala-sidebar-block{display:grid;gap:12px;padding-top:18px;border-top:1px solid var(--portal-line)}body:has(.home-page--prototype) .gamlala-sidebar-block h2,body:has(.home-page--prototype) .gamlala-widget h2,body:has(.home-page--prototype) .gamlala-row-heading h2{margin:0;color:#fff}body:has(.home-page--prototype) .gamlala-sidebar-block h2{color:var(--portal-soft);font-size:12px;font-weight:900;text-transform:uppercase}body:has(.home-page--prototype) .gamlala-social-list{grid-template-columns:1fr;justify-items:center}body:has(.home-page--prototype) .gamlala-social-button{width:48px;height:48px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#10182c;color:#fff;font-size:12px;font-weight:950}body:has(.home-page--prototype) .gamlala-pages-block a,body:has(.home-page--prototype) .gamlala-sidebar-copy{color:#d7ddec;font-size:12px;line-height:1.6}body:has(.home-page--prototype) .gamlala-sidebar-copy{margin:0;color:#7c859a}body:has(.home-page--prototype) .gamlala-hero{min-height:360px;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.78fr);align-items:center;border-color:var(--portal-line);border-radius:16px;background:radial-gradient(circle at 78% 50%,rgba(123,53,255,.42),transparent 22rem),radial-gradient(circle at 88% 20%,rgba(0,217,255,.22),transparent 14rem),linear-gradient(110deg,#070c18fa,#070c18c7),#060a14;padding:clamp(28px,4vw,48px)}body:has(.home-page--prototype) .gamlala-hero h1{max-width:620px;font-size:clamp(34px,4vw,44px);line-height:1.06;font-weight:950}body:has(.home-page--prototype) .gamlala-hero h1 span{color:var(--portal-yellow)}body:has(.home-page--prototype) .gamlala-hero-badges span{display:inline-flex;align-items:center;gap:7px}body:has(.home-page--prototype) .gamlala-hero-badges span:before{content:"";width:14px;height:14px;border:2px solid var(--portal-cyan);border-radius:50%}body:has(.home-page--prototype) .gamlala-hero-art{position:relative;min-height:260px}body:has(.home-page--prototype) .gamlala-hero-art:before,body:has(.home-page--prototype) .gamlala-hero-art:after,body:has(.home-page--prototype) .gamlala-hero-art span{content:"";position:absolute;border-radius:999px}body:has(.home-page--prototype) .gamlala-hero-art:before{width:270px;height:150px;right:20px;bottom:24px;background:linear-gradient(135deg,#101a34,#391086 52%,#040814);box-shadow:0 0 60px #7b35ff52;transform:skew(-14deg)}body:has(.home-page--prototype) .gamlala-hero-art:after{width:110px;height:110px;right:68px;top:48px;border:18px solid rgba(0,217,255,.42);box-shadow:0 0 40px #00d9ff47}body:has(.home-page--prototype) .gamlala-hero-art span{width:160px;height:16px;right:0;top:120px;background:linear-gradient(90deg,transparent,var(--portal-pink));transform:rotate(-22deg)}body:has(.home-page--prototype) .gamlala-action-button,body:has(.home-page--prototype) .gamlala-action-button--primary{min-height:54px;border-radius:10px;padding:0 24px;font-weight:950}body:has(.home-page--prototype) .gamlala-action-button--primary{border-color:var(--portal-yellow);background:var(--portal-yellow);color:#120b00}body:has(.home-page--prototype) .gamlala-action-button:not(.gamlala-action-button--primary){border-color:#ffffff2e;background:#02050b8f}body:has(.home-page--prototype) .gamlala-row-heading,body:has(.home-page--prototype) .gamlala-widget-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}body:has(.home-page--prototype) .gamlala-row-heading h2{font-size:24px}body:has(.home-page--prototype) .gamlala-row-heading span,body:has(.home-page--prototype) .gamlala-widget-heading span{color:#bd65ff;font-size:14px;font-weight:900}body:has(.home-page--prototype) .gamlala-game-row,body:has(.home-page--prototype) .gamlala-categories-section{display:grid;gap:14px}body:has(.home-page--prototype) .gamlala-game-card,body:has(.home-page--prototype) .gamlala-category-card,body:has(.home-page--prototype) .gamlala-widget,body:has(.home-page--prototype) .gamlala-benefits-strip{border:1px solid var(--portal-line);border-radius:14px;background:linear-gradient(180deg,#090f1ef5,#050914f5)}body:has(.home-page--prototype) .gamlala-game-card{overflow:hidden;min-height:220px}body:has(.home-page--prototype) .gamlala-game-art{position:relative;min-height:142px;background:linear-gradient(135deg,#172348,#4d16a4)}body:has(.home-page--prototype) .gamlala-game-art:before,body:has(.home-page--prototype) .gamlala-pick-card:before{content:"";position:absolute;inset:18px;border-radius:18px;background:radial-gradient(circle at 36% 32%,rgba(255,255,255,.34),transparent .62rem),radial-gradient(circle at 58% 54%,rgba(255,255,255,.24),transparent .82rem),linear-gradient(135deg,rgba(255,255,255,.14),transparent)}body:has(.home-page--prototype) .gamlala-game-art span{position:absolute;left:10px;top:10px;border-radius:8px;background:var(--portal-pink);color:#fff;padding:5px 8px;font-size:11px;font-weight:950}body:has(.home-page--prototype) .gamlala-game-card--amber .gamlala-game-art,body:has(.home-page--prototype) .gamlala-pick-card--amber{background:linear-gradient(135deg,#52380c,#ffb000)}body:has(.home-page--prototype) .gamlala-game-card--cyan .gamlala-game-art,body:has(.home-page--prototype) .gamlala-pick-card--cyan{background:linear-gradient(135deg,#08344a,#00d9ff)}body:has(.home-page--prototype) .gamlala-game-card--green .gamlala-game-art{background:linear-gradient(135deg,#0d3a27,#00d66f)}body:has(.home-page--prototype) .gamlala-game-card--pink .gamlala-game-art{background:linear-gradient(135deg,#3e1236,#ff2f7d)}body:has(.home-page--prototype) .gamlala-game-copy{display:grid;gap:4px;padding:12px}body:has(.home-page--prototype) .gamlala-game-copy h3,body:has(.home-page--prototype) .gamlala-category-card h3,body:has(.home-page--prototype) .gamlala-widget h3,body:has(.home-page--prototype) .gamlala-benefits-strip h2{margin:0;color:#fff;font-size:15px}body:has(.home-page--prototype) .gamlala-game-copy p,body:has(.home-page--prototype) .gamlala-category-card p,body:has(.home-page--prototype) .gamlala-widget p,body:has(.home-page--prototype) .gamlala-benefits-strip p{margin:0;color:var(--portal-muted);font-size:13px;line-height:1.45}body:has(.home-page--prototype) .gamlala-category-card{min-height:128px;display:grid;justify-items:center;align-content:center;gap:8px;text-align:center}body:has(.home-page--prototype) .gamlala-category-mark{width:38px;height:38px;border:2px solid var(--portal-pink);border-radius:12px}body:has(.home-page--prototype) .gamlala-category-card--amber .gamlala-category-mark,body:has(.home-page--prototype) .gamlala-category-card--yellow .gamlala-category-mark{border-color:var(--portal-yellow)}body:has(.home-page--prototype) .gamlala-category-card--green .gamlala-category-mark{border-color:#00d66f}body:has(.home-page--prototype) .gamlala-category-card--violet .gamlala-category-mark,body:has(.home-page--prototype) .gamlala-category-card--purple .gamlala-category-mark{border-color:#bd65ff}body:has(.home-page--prototype) .gamlala-category-card--cyan .gamlala-category-mark{border-color:var(--portal-cyan)}body:has(.home-page--prototype) .gamlala-benefits-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:18px}body:has(.home-page--prototype) .gamlala-benefits-strip article{display:flex;gap:12px;padding:0 14px}body:has(.home-page--prototype) .gamlala-benefits-strip article+article{border-left:1px solid var(--portal-line)}body:has(.home-page--prototype) .gamlala-benefits-strip article>span,body:has(.home-page--prototype) .gamlala-why-list article>span{flex:0 0 34px;width:34px;height:34px;border:2px solid var(--portal-cyan);border-radius:10px}body:has(.home-page--prototype) .gamlala-widget{display:grid;gap:16px;padding:18px}body:has(.home-page--prototype) .gamlala-widget h2{font-size:20px}body:has(.home-page--prototype) .gamlala-top-picks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}body:has(.home-page--prototype) .gamlala-pick-card{position:relative;min-height:86px;overflow:hidden;border-radius:12px;background:linear-gradient(135deg,#172348,#4d16a4)}body:has(.home-page--prototype) .gamlala-pick-card span{position:absolute;left:8px;right:8px;bottom:8px;color:#fff;font-size:11px;font-weight:900}body:has(.home-page--prototype) .gamlala-install-widget,body:has(.home-page--prototype) .gamlala-support-widget{min-height:240px;align-content:start}body:has(.home-page--prototype) .gamlala-install-widget{background:radial-gradient(circle at 92% 88%,rgba(123,53,255,.58),transparent 7rem),linear-gradient(135deg,#111836,#090d19)}body:has(.home-page--prototype) .gamlala-support-widget{background:radial-gradient(circle at 90% 80%,rgba(255,47,125,.5),transparent 7rem),linear-gradient(135deg,#11101d,#080b16)}body:has(.home-page--prototype) .gamlala-widget button{justify-self:start;min-height:48px;border:0;border-radius:10px;background:var(--portal-purple);color:#fff;padding:0 18px;font-weight:950}body:has(.home-page--prototype) .gamlala-support-widget button{background:var(--portal-pink)}body:has(.home-page--prototype) .gamlala-why-list,body:has(.home-page--prototype) .gamlala-stats-list{display:grid;gap:16px}body:has(.home-page--prototype) .gamlala-why-list article,body:has(.home-page--prototype) .gamlala-stats-list article{display:flex;align-items:center;gap:12px}body:has(.home-page--prototype) .gamlala-stats-list article{justify-content:space-between}body:has(.home-page--prototype) .gamlala-stats-list article>span{width:11px;height:11px;border-radius:999px;background:#00d66f;box-shadow:0 0 16px #00d66f8c}@media(max-width:760px){body:has(.home-page--prototype) .header-inner{width:100%;min-height:116px;grid-template-columns:1fr auto;padding:12px;gap:10px}body:has(.home-page--prototype) .header-actions{grid-template-columns:44px 44px 44px;justify-self:end}body:has(.home-page--prototype) .header-signin-button{display:none}body:has(.home-page--prototype) .menu-button{display:inline-grid}body:has(.home-page--prototype) .site-shell:has(.home-page--wide){padding:0 12px 26px}body:has(.home-page--prototype) .gamlala-portal-shell{grid-template-columns:1fr}body:has(.home-page--prototype) .gamlala-left-sidebar{position:static;grid-row:2;padding:12px}body:has(.home-page--prototype) .gamlala-side-nav{grid-template-columns:repeat(3,minmax(0,1fr))}body:has(.home-page--prototype) .gamlala-side-nav-item{min-height:58px}body:has(.home-page--prototype) .gamlala-social-list{grid-template-columns:repeat(5,minmax(0,1fr))}body:has(.home-page--prototype) .gamlala-hero{grid-template-columns:1fr;min-height:0;padding:22px}body:has(.home-page--prototype) .gamlala-hero-art{min-height:150px}body:has(.home-page--prototype) .gamlala-game-card-track,body:has(.home-page--prototype) .gamlala-category-grid,body:has(.home-page--prototype) .gamlala-right-sidebar,body:has(.home-page--prototype) .gamlala-benefits-strip{grid-template-columns:1fr}body:has(.home-page--prototype) .gamlala-benefits-strip article{padding:12px 0}body:has(.home-page--prototype) .gamlala-benefits-strip article+article{border-left:0;border-top:1px solid var(--portal-line)}}body:has(.home-page--prototype) .header-search:after{border-color:#7b8190}body:has(.home-page--prototype) .header-search:before{background:#7b8190}body:has(.home-page--prototype) .header-search input:focus{border-color:#3d6bff;background:#151925;box-shadow:0 0 0 3px #3d6bff33}body:has(.home-page--prototype) .icon-button,body:has(.home-page--prototype) .header-text-button{border-color:#ffffff1f;border-radius:8px;background:#11131a;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:800}body:has(.home-page--prototype) .header-text-button:hover,body:has(.home-page--prototype) .header-text-button:focus-visible,body:has(.home-page--prototype) .icon-button:hover,body:has(.home-page--prototype) .icon-button:focus-visible{border-color:#3d6bffad;color:#fff;background:#181d2a}body:has(.home-page--prototype) .home-page--prototype{gap:18px;padding-bottom:28px}body:has(.home-page--prototype) .home-page--prototype:before{display:none}body:has(.home-page--prototype) .gamlala-hero{min-height:0;grid-template-columns:minmax(0,.96fr) minmax(360px,.78fr);gap:18px;min-width:0;overflow:visible;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(135deg,#10131b,#0a0c12 64%),#0a0c12;padding:clamp(22px,3vw,44px)}body:has(.home-page--prototype) .gamlala-hero:after{display:none}body:has(.home-page--prototype) .gamlala-hero-copy{gap:14px;max-width:720px;min-width:0}body:has(.home-page--prototype) .gamlala-hero-kicker,body:has(.home-page--prototype) .gamlala-section-heading p,body:has(.home-page--prototype) .gamlala-launch-label,body:has(.home-page--prototype) .gamlala-preview-copy span,body:has(.home-page--prototype) .gamlala-hero-panel>p{color:#9aa3b5;font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}body:has(.home-page--prototype) .gamlala-hero h1{color:#fff;font-size:clamp(46px,7vw,92px);line-height:.95;letter-spacing:0;text-transform:none;text-shadow:none}body:has(.home-page--prototype) .gamlala-hero-lede{max-width:620px;color:#d9deea;font-size:clamp(16px,1.5vw,20px);line-height:1.45}body:has(.home-page--prototype) .gamlala-hero-search{width:min(680px,100%);grid-template-columns:minmax(0,1fr) auto;gap:8px}body:has(.home-page--prototype) .gamlala-hero-search input,body:has(.home-page--prototype) .gamlala-hero-search button,body:has(.home-page--prototype) .gamlala-action-button,body:has(.home-page--prototype) .gamlala-launch-state button{min-height:48px;border-radius:8px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}body:has(.home-page--prototype) .gamlala-hero-search input{border-color:#ffffff24;background:#07080d;font-size:16px}body:has(.home-page--prototype) .gamlala-hero-search input:focus{border-color:#3d6bff;box-shadow:0 0 0 3px #3d6bff33}body:has(.home-page--prototype) .gamlala-hero-search button,body:has(.home-page--prototype) .gamlala-action-button--primary,body:has(.home-page--prototype) .gamlala-launch-state button{border-color:#3d6bff;background:#3d6bff;color:#fff}body:has(.home-page--prototype) .gamlala-action-button{border-color:#ffffff24;background:#11131a;color:#fff}body:has(.home-page--prototype) .gamlala-hero-actions{gap:8px}body:has(.home-page--prototype) .gamlala-hero-panel{display:grid;gap:12px;min-width:0}body:has(.home-page--prototype) .gamlala-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0}body:has(.home-page--prototype) .gamlala-mini-card{min-width:0;min-height:132px;display:grid;align-content:end;gap:8px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(135deg,#293242,#121721);padding:12px}body:has(.home-page--prototype) .gamlala-mini-card--magenta{background:linear-gradient(135deg,#3a2536,#15121c)}body:has(.home-page--prototype) .gamlala-mini-card--amber{background:linear-gradient(135deg,#3b3321,#17140e)}body:has(.home-page--prototype) .gamlala-mini-card--green{background:linear-gradient(135deg,#1f352e,#101716)}body:has(.home-page--prototype) .gamlala-mini-card span{color:#ffffff9e;font-size:12px;font-weight:900}body:has(.home-page--prototype) .gamlala-mini-card strong{color:#fff;font-size:16px;line-height:1.16}body:has(.home-page--prototype) .gamlala-preview-section,body:has(.home-page--prototype) .gamlala-discovery-section,body:has(.home-page--prototype) .gamlala-launch-state{gap:14px;border-top:1px solid rgba(255,255,255,.1);padding-top:18px}body:has(.home-page--prototype) .gamlala-section-heading{max-width:780px}body:has(.home-page--prototype) .gamlala-section-heading h2,body:has(.home-page--prototype) .gamlala-launch-state h2{color:#fff;font-size:clamp(22px,2.4vw,34px);line-height:1.08}body:has(.home-page--prototype) .gamlala-preview-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;min-width:0}body:has(.home-page--prototype) .gamlala-preview-card{min-width:0;min-height:220px;border-color:#ffffff1a;border-radius:8px;background:#10131b}body:has(.home-page--prototype) .gamlala-preview-art{min-height:132px;background:linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(135deg,#23364f,#121722);background-size:28px 28px,28px 28px,auto}body:has(.home-page--prototype) .gamlala-preview-card--magenta .gamlala-preview-art{background:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(135deg,#43263a,#15121c);background-size:28px 28px,28px 28px,auto}body:has(.home-page--prototype) .gamlala-preview-card--amber .gamlala-preview-art{background:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(135deg,#46371e,#17140e);background-size:28px 28px,28px 28px,auto}body:has(.home-page--prototype) .gamlala-preview-card--green .gamlala-preview-art{background:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(135deg,#1f3a32,#101716);background-size:28px 28px,28px 28px,auto}body:has(.home-page--prototype) .gamlala-preview-copy{padding:12px}body:has(.home-page--prototype) .gamlala-preview-copy h3{color:#fff;font-size:17px;line-height:1.18}body:has(.home-page--prototype) .gamlala-preview-copy p,body:has(.home-page--prototype) .gamlala-launch-state p,body:has(.home-page--prototype) .gamlala-launch-copy,body:has(.home-page--prototype) .gamlala-launch-copy p{color:#b9c0ce}body:has(.home-page--prototype) .gamlala-chip-grid{gap:8px}body:has(.home-page--prototype) .gamlala-chip{min-height:42px;border-color:#ffffff1f;border-radius:8px;background:#11131a;color:#eef2ff;font-weight:800}body:has(.home-page--prototype) .gamlala-launch-state{grid-template-columns:minmax(0,1fr) auto;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:18px}@media(max-width:1100px){body:has(.home-page--prototype) .header-inner{grid-template-columns:auto minmax(260px,1fr) auto}body:has(.home-page--prototype) .header-actions{grid-template-columns:auto auto auto}body:has(.home-page--prototype) .gamlala-hero{grid-template-columns:1fr}body:has(.home-page--prototype) .gamlala-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){body:has(.home-page--prototype) .site-shell:has(.home-page--wide){max-width:100%;padding-left:10px;padding-right:10px}body:has(.home-page--prototype) .header-inner{min-height:112px;grid-template-columns:1fr auto;align-items:stretch;gap:8px}body:has(.home-page--prototype) .header-brand-group{justify-content:flex-start}body:has(.home-page--prototype) .header-actions{grid-template-columns:auto auto auto;justify-self:end}body:has(.home-page--prototype) .header-search{grid-column:1 / -1;grid-row:2;width:100%;justify-self:stretch}body:has(.home-page--prototype) .header-text-button{min-width:56px;padding:0 8px;font-size:11px}body:has(.home-page--prototype) .gamlala-hero{padding:18px}body:has(.home-page--prototype) .gamlala-hero-search,body:has(.home-page--prototype) .gamlala-launch-state{grid-template-columns:1fr}body:has(.home-page--prototype) .gamlala-hero-search button,body:has(.home-page--prototype) .gamlala-launch-state button{width:100%}body:has(.home-page--prototype) .gamlala-mini-grid,body:has(.home-page--prototype) .gamlala-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body:has(.home-page--prototype) .gamlala-mini-grid{grid-template-columns:1fr}}@media(max-width:430px){body:has(.home-page--prototype) .site-logo-full{display:inline-flex;font-size:20px}body:has(.home-page--prototype) .site-logo-short{display:none}body:has(.home-page--prototype) .header-text-button{display:none}body:has(.home-page--prototype) .gamlala-hero{padding:16px}body:has(.home-page--prototype) .gamlala-mini-card{min-height:104px}body:has(.home-page--prototype) .gamlala-mini-grid{grid-template-columns:1fr}body:has(.home-page--prototype) .gamlala-preview-card{min-height:190px}body:has(.home-page--prototype) .gamlala-preview-art{min-height:108px}}body:has(.home-page--prototype){background:radial-gradient(circle at 16% 0%,rgba(123,53,255,.16),transparent 24rem),radial-gradient(circle at 88% 8%,rgba(0,217,255,.1),transparent 22rem),#02050b;overflow-x:hidden}body:has(.home-page--prototype) .category-rail{display:none}body:has(.home-page--prototype) .site-shell:has(.home-page--wide){width:min(1440px,100%);max-width:none;padding:0 24px 36px}body:has(.home-page--prototype) .home-page--prototype{gap:0}body:has(.home-page--prototype) .site-header{background:#02050bf5;border-bottom:0;box-shadow:none}body:has(.home-page--prototype) .header-inner{width:min(1440px,100%);min-height:86px;display:grid;grid-template-columns:250px minmax(360px,760px) 260px;align-items:center;gap:24px;padding:14px 24px}body:has(.home-page--prototype) .header-search{width:100%;justify-self:center}body:has(.home-page--prototype) .header-search input{height:58px;border:1px solid rgba(87,112,184,.38);border-radius:16px;background:linear-gradient(180deg,#091020,#060b17);padding-left:58px;padding-right:56px;font-size:16px}body:has(.home-page--prototype) .header-actions{display:grid;grid-template-columns:44px 44px auto;align-items:center;justify-content:end;gap:14px}body:has(.home-page--prototype) .header-icon-button{width:44px;height:44px;min-width:44px;border:0;background:transparent}body:has(.home-page--prototype) .header-signin-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:0;border-radius:12px;background:#ffc20f;color:#080600;padding:0 22px;font-weight:950}body:has(.home-page--prototype) .menu-button{display:none}body:has(.home-page--prototype) .gamlala-portal-shell{display:grid;grid-template-columns:156px minmax(0,1fr) 320px;gap:22px;align-items:start}body:has(.home-page--prototype) .gamlala-portal-main,body:has(.home-page--prototype) .gamlala-right-sidebar{display:grid;gap:18px;min-width:0}body:has(.home-page--prototype) .gamlala-left-sidebar{position:sticky;top:96px;display:grid;gap:18px;min-width:0;border:1px solid rgba(119,137,183,.18);border-radius:16px;background:linear-gradient(180deg,#0a1122fa,#040812fa);padding:18px}body:has(.home-page--prototype) .gamlala-hero{min-height:360px;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.78fr);align-items:center;overflow:hidden;border:1px solid rgba(119,137,183,.18);border-radius:16px;background:radial-gradient(circle at 78% 50%,rgba(123,53,255,.42),transparent 22rem),radial-gradient(circle at 88% 20%,rgba(0,217,255,.22),transparent 14rem),linear-gradient(110deg,#070c18fa,#070c18c7),#060a14;padding:clamp(28px,4vw,48px)}body:has(.home-page--prototype) .gamlala-hero h1{max-width:620px;color:#fff;font-size:clamp(34px,4vw,44px);line-height:1.06;font-weight:950;text-shadow:none}body:has(.home-page--prototype) .gamlala-hero h1 span{color:#ffc20f}body:has(.home-page--prototype) .gamlala-hero-badges{display:flex;flex-wrap:wrap;gap:18px;color:#e7edf8;font-size:13px;font-weight:800}body:has(.home-page--prototype) .gamlala-hero-actions{display:flex;flex-wrap:wrap;gap:12px}body:has(.home-page--prototype) .gamlala-action-button,body:has(.home-page--prototype) .gamlala-action-button--primary{width:auto;min-height:54px;border-radius:10px;padding:0 24px;font-weight:950}body:has(.home-page--prototype) .gamlala-action-button--primary{border-color:#ffc20f;background:#ffc20f;color:#120b00}body:has(.home-page--prototype) .gamlala-action-button:not(.gamlala-action-button--primary){border-color:#ffffff2e;background:#02050b8f;color:#fff}body:has(.home-page--prototype) .gamlala-game-card-track{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}body:has(.home-page--prototype) .gamlala-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}body:has(.home-page--prototype) .gamlala-benefits-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1180px){body:has(.home-page--prototype) .gamlala-portal-shell{grid-template-columns:120px minmax(0,1fr)}body:has(.home-page--prototype) .gamlala-right-sidebar{grid-column:2;grid-template-columns:repeat(2,minmax(0,1fr))}body:has(.home-page--prototype) .gamlala-game-card-track{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){body:has(.home-page--prototype) .header-inner{min-height:116px;grid-template-columns:1fr auto;gap:10px;padding:12px}body:has(.home-page--prototype) .header-search{grid-column:1 / -1;grid-row:2;width:100%}body:has(.home-page--prototype) .header-actions{grid-template-columns:44px 44px 44px;justify-self:end}body:has(.home-page--prototype) .header-signin-button{display:none}body:has(.home-page--prototype) .menu-button{display:inline-grid}body:has(.home-page--prototype) .site-shell:has(.home-page--wide){padding:0 12px 26px}body:has(.home-page--prototype) .gamlala-portal-shell,body:has(.home-page--prototype) .gamlala-game-card-track,body:has(.home-page--prototype) .gamlala-category-grid,body:has(.home-page--prototype) .gamlala-right-sidebar,body:has(.home-page--prototype) .gamlala-benefits-strip{grid-template-columns:1fr}body:has(.home-page--prototype) .gamlala-portal-main{grid-column:1;grid-row:1;width:100%}body:has(.home-page--prototype) .gamlala-left-sidebar{position:static;grid-column:1;grid-row:2;width:100%}body:has(.home-page--prototype) .gamlala-right-sidebar{grid-column:1;grid-row:3;width:100%}body:has(.home-page--prototype) .gamlala-side-nav{grid-template-columns:repeat(3,minmax(0,1fr))}body:has(.home-page--prototype) .gamlala-hero{grid-template-columns:1fr;min-height:0;padding:22px}}@media(min-width:761px){body:has(.home-page--prototype) .header-brand-group{grid-column:1;grid-row:1}body:has(.home-page--prototype) .header-search{position:relative;left:auto;top:auto;grid-column:2;grid-row:1;width:100%;max-width:760px;min-width:0;transform:none}body:has(.home-page--prototype) .header-actions{grid-column:3;grid-row:1;width:auto;min-width:0}}@media(max-width:760px){body:has(.home-page--prototype) .header-search{position:relative;left:auto;top:auto;min-width:0;transform:none}}body:has(.home-page--prototype){--portal-sidebar: 144px;--portal-right: 292px;--portal-gap: 20px;--portal-radius: 14px;--portal-yellow: #ffc20f;--portal-purple: #7c35ff;--portal-magenta: #ff2f7d;--portal-cyan: #00d9ff;--portal-green: #25e66b;--portal-panel: #060b16;--portal-panel-2: #0a1020;--portal-line: rgba(105, 127, 180, .22);--portal-muted: #a6afc2;margin:0;background:radial-gradient(circle at 2% 5%,rgba(124,53,255,.14),transparent 22rem),radial-gradient(circle at 94% 8%,rgba(0,217,255,.08),transparent 24rem),linear-gradient(180deg,#02040a,#01040a)}body:has(.home-page--prototype) .body-wrapper,body:has(.home-page--prototype) .site-shell:has(.home-page--wide){width:100%;max-width:none;padding:0;margin:0;overflow-x:clip}body:has(.home-page--prototype) .site-header{position:sticky;top:0;z-index:80;width:100%;background:#02040afa;backdrop-filter:blur(16px)}body:has(.home-page--prototype) .header-inner{width:100%;min-height:88px;grid-template-columns:var(--portal-sidebar) minmax(420px,760px) minmax(220px,1fr);gap:28px;padding:16px 26px 16px 20px}body:has(.home-page--prototype) .header-brand-group{gap:12px}body:has(.home-page--prototype) .rail-toggle-button{width:46px;height:46px;min-width:46px;border:0;border-radius:13px;background:var(--portal-yellow);box-shadow:0 12px 28px #ffc20f29}body:has(.home-page--prototype) .rail-toggle-button-logo{display:none}body:has(.home-page--prototype) .rail-toggle-button:before{content:"";width:28px;height:18px;border:3px solid #050507;border-radius:9px 9px 11px 11px;background:radial-gradient(circle at 26% 44%,#050507 0 2px,transparent 2.5px),radial-gradient(circle at 74% 44%,#050507 0 2px,transparent 2.5px);transform:translateY(1px)}body:has(.home-page--prototype) .site-logo-full{color:#fff;font-size:22px;font-weight:950;letter-spacing:.02em;text-transform:uppercase}body:has(.home-page--prototype) .header-search{max-width:760px}body:has(.home-page--prototype) .header-search input{height:56px;border-color:#556ca470;border-radius:15px;background:linear-gradient(180deg,#080f20,#050913);box-shadow:inset 0 0 0 1px #ffffff05}body:has(.home-page--prototype) .header-search input::placeholder{color:#c0c6d1}body:has(.home-page--prototype) .header-actions{gap:22px}body:has(.home-page--prototype) .header-icon-button{border:0;background:transparent}body:has(.home-page--prototype) .header-signin-button{min-height:52px;border-radius:10px;box-shadow:0 10px 22px #ffc20f2e}body:has(.home-page--prototype) .gamlala-portal-shell{width:100%;display:grid;grid-template-columns:var(--portal-sidebar) minmax(0,1fr) var(--portal-right);gap:var(--portal-gap);align-items:start;padding:0 18px 34px 0}body:has(.home-page--prototype) .gamlala-left-sidebar{position:sticky;top:88px;min-height:calc(100vh - 88px);gap:18px;border:0;border-right:1px solid rgba(105,127,180,.08);border-radius:0;background:linear-gradient(180deg,#060c19fa,#050a15f5);padding:26px 18px 20px}body:has(.home-page--prototype) .gamlala-side-nav{gap:14px}body:has(.home-page--prototype) .gamlala-side-nav-item{min-height:78px;gap:7px;border-radius:12px;color:#fff;font-size:14px;font-weight:800}body:has(.home-page--prototype) .gamlala-side-nav-item.active{background:linear-gradient(135deg,#7c35ffe6,#7c35ff2e);box-shadow:0 14px 34px #7c35ff29}body:has(.home-page--prototype) .gamlala-side-icon,body:has(.home-page--prototype) .gamlala-extension-icon,body:has(.home-page--prototype) .gamlala-category-mark,body:has(.home-page--prototype) .gamlala-benefit-icon,body:has(.home-page--prototype) .gamlala-why-icon,body:has(.home-page--prototype) .gamlala-stat-icon{position:relative;display:grid;place-items:center;color:currentColor}body:has(.home-page--prototype) .gamlala-side-icon{width:30px;height:30px;border:0;color:#fff}body:has(.home-page--prototype) .gamlala-side-icon:before,body:has(.home-page--prototype) .gamlala-side-icon:after,body:has(.home-page--prototype) .gamlala-extension-icon:before,body:has(.home-page--prototype) .gamlala-extension-icon:after,body:has(.home-page--prototype) .gamlala-category-mark:before,body:has(.home-page--prototype) .gamlala-category-mark:after,body:has(.home-page--prototype) .gamlala-benefit-icon:before,body:has(.home-page--prototype) .gamlala-benefit-icon:after,body:has(.home-page--prototype) .gamlala-why-icon:before,body:has(.home-page--prototype) .gamlala-why-icon:after,body:has(.home-page--prototype) .gamlala-stat-icon:before,body:has(.home-page--prototype) .gamlala-stat-icon:after{content:"";position:absolute}body:has(.home-page--prototype) .gamlala-icon--home:before{width:18px;height:15px;border:2px solid currentColor;border-top:0;border-radius:2px;bottom:4px}body:has(.home-page--prototype) .gamlala-icon--home:after{width:17px;height:17px;border-left:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(45deg);top:2px}body:has(.home-page--prototype) .gamlala-icon--flame:before{width:15px;height:22px;border:2px solid currentColor;border-radius:70% 45%;transform:rotate(22deg)}body:has(.home-page--prototype) .gamlala-icon--star:before{width:22px;height:22px;clip-path:polygon(50% 4%,61% 36%,95% 36%,67% 55%,78% 89%,50% 68%,22% 89%,33% 55%,5% 36%,39% 36%);background:currentColor}body:has(.home-page--prototype) .gamlala-icon--new:before{width:24px;height:24px;border:2px solid currentColor;border-radius:50%}body:has(.home-page--prototype) .gamlala-icon--new:after{content:"NEW";position:static;color:currentColor;font-size:7px;font-weight:950}body:has(.home-page--prototype) .gamlala-icon--edit:before{width:20px;height:16px;border:2px solid currentColor;border-radius:2px}body:has(.home-page--prototype) .gamlala-icon--edit:after{width:18px;height:3px;border-radius:999px;background:currentColor;transform:rotate(-42deg)}body:has(.home-page--prototype) .gamlala-icon--kids:before{width:24px;height:18px;border:2px solid currentColor;border-radius:11px}body:has(.home-page--prototype) .gamlala-icon--kids:after{width:30px;height:8px;border-top:2px solid currentColor;border-radius:50%;top:3px}body:has(.home-page--prototype) .gamlala-extension-card{min-height:112px;border-radius:12px;background:linear-gradient(180deg,#ffd236,#ffb80a);color:#100900;box-shadow:0 18px 42px #ffc20f29}body:has(.home-page--prototype) .gamlala-extension-icon{width:32px;height:32px;border:3px solid currentColor;border-radius:8px}body:has(.home-page--prototype) .gamlala-extension-icon:before,body:has(.home-page--prototype) .gamlala-extension-icon:after{background:currentColor;border-radius:999px}body:has(.home-page--prototype) .gamlala-extension-icon:before{width:18px;height:4px}body:has(.home-page--prototype) .gamlala-extension-icon:after{width:4px;height:18px}body:has(.home-page--prototype) .gamlala-social-button{position:relative;width:48px;height:48px;border-radius:999px;background:#10182c}body:has(.home-page--prototype) .gamlala-social-button:before,body:has(.home-page--prototype) .gamlala-social-button:after{content:"";position:absolute;inset:13px}body:has(.home-page--prototype) .gamlala-social-button--discord{background:#5865f2}body:has(.home-page--prototype) .gamlala-social-button--instagram{background:radial-gradient(circle at 28% 96%,#ffd36a,#ff2e7d 48%,#8a35ff)}body:has(.home-page--prototype) .gamlala-social-button--youtube{background:#ff1717}body:has(.home-page--prototype) .gamlala-social-button--tiktok{background:#07111c}body:has(.home-page--prototype) .gamlala-social-button--facebook{background:#1162d6}body:has(.home-page--prototype) .gamlala-social-button:before{border:2px solid #fff;border-radius:7px}body:has(.home-page--prototype) .gamlala-social-button--youtube:before{border-radius:6px;background:#fff;clip-path:polygon(34% 22%,78% 50%,34% 78%)}body:has(.home-page--prototype) .gamlala-social-button--facebook:before{content:"f";position:static;color:#fff;font-size:28px;font-weight:950}body:has(.home-page--prototype) .gamlala-portal-main{gap:22px}body:has(.home-page--prototype) .gamlala-hero{min-height:405px;grid-template-columns:minmax(310px,.58fr) minmax(420px,1fr);border-radius:var(--portal-radius);background:radial-gradient(circle at 77% 37%,rgba(0,102,255,.42),transparent 10rem),radial-gradient(circle at 82% 58%,rgba(255,47,125,.5),transparent 15rem),linear-gradient(90deg,#03050dfa,#040710e0 38%,#110b4075),#050817;padding:42px}body:has(.home-page--prototype) .gamlala-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 42%,rgba(0,217,255,.1) 43%,transparent 45%),repeating-linear-gradient(115deg,transparent 0 48px,rgba(255,47,125,.14) 50px,transparent 54px);opacity:.65}body:has(.home-page--prototype) .gamlala-hero-copy,body:has(.home-page--prototype) .gamlala-hero-art{position:relative;z-index:1}body:has(.home-page--prototype) .gamlala-hero h1{max-width:540px;font-size:clamp(28px,3.1vw,42px)}body:has(.home-page--prototype) .gamlala-hero-badges span{display:inline-flex;align-items:center;gap:8px}body:has(.home-page--prototype) .gamlala-hero-badges span:before{width:16px;height:16px;border:2px solid var(--portal-green);border-radius:50%;background:radial-gradient(circle,var(--portal-green) 0 3px,transparent 4px)}body:has(.home-page--prototype) .gamlala-hero-badges span:nth-child(2):before{border-color:#ff315a;background:linear-gradient(45deg,transparent 44%,#ff315a 45% 55%,transparent 56%),linear-gradient(-45deg,transparent 44%,#ff315a 45% 55%,transparent 56%)}body:has(.home-page--prototype) .gamlala-hero-badges span:nth-child(3):before{border-color:var(--portal-cyan);background:linear-gradient(135deg,transparent 20%,var(--portal-cyan) 21% 48%,transparent 49%)}body:has(.home-page--prototype) .gamlala-hero-art{min-height:310px}body:has(.home-page--prototype) .gamlala-hero-art:before{width:360px;height:170px;right:30px;bottom:35px;border-radius:999px 999px 60px;background:radial-gradient(circle at 35% 42%,rgba(0,217,255,.86) 0 5px,transparent 6px),linear-gradient(135deg,#071128,#28137c 55%,#050714);box-shadow:0 0 60px #7c35ff7a;transform:skew(-20deg) rotate(-4deg)}body:has(.home-page--prototype) .gamlala-hero-art:after{width:170px;height:170px;right:120px;top:34px;border:22px solid rgba(0,217,255,.72);border-radius:50%;box-shadow:0 0 44px #00d9ff5c}body:has(.home-page--prototype) .gamlala-hero-art span{width:210px;height:18px;right:10px;top:150px;border-radius:999px;background:linear-gradient(90deg,transparent,#ff2f7d 22%,#ff5ca4);transform:rotate(-23deg);box-shadow:0 0 30px #ff2f7d8c}body:has(.home-page--prototype) .gamlala-game-card-track{grid-template-columns:repeat(5,minmax(136px,1fr));gap:12px}body:has(.home-page--prototype) .gamlala-game-card{min-height:210px;border-color:#465c8a57;border-radius:12px;background:#060b16;box-shadow:inset 0 0 0 1px #ffffff05}body:has(.home-page--prototype) .gamlala-game-art{position:relative;min-height:136px;overflow:hidden;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.22),transparent .45rem),linear-gradient(135deg,#1a1e5b,#6619d8)}body:has(.home-page--prototype) .gamlala-game-art:before,body:has(.home-page--prototype) .gamlala-game-art:after,body:has(.home-page--prototype) .gamlala-game-art i,body:has(.home-page--prototype) .gamlala-pick-art:before,body:has(.home-page--prototype) .gamlala-pick-art:after{content:"";position:absolute}body:has(.home-page--prototype) .gamlala-game-art:before{inset:18px;border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.16),transparent)}body:has(.home-page--prototype) .gamlala-game-art--racer{background:radial-gradient(circle at 70% 18%,rgba(255,0,98,.7),transparent 7rem),linear-gradient(135deg,#090931,#3f18b7 46%,#ff1680)}body:has(.home-page--prototype) .gamlala-game-art--racer:after{width:92px;height:32px;left:34px;bottom:28px;border-radius:999px 999px 18px 18px;background:#090d23;box-shadow:0 0 0 5px #00d9ff1f,74px 0 0 -8px #090d23}body:has(.home-page--prototype) .gamlala-game-art--racer i{width:120px;height:4px;left:26px;top:42px;background:linear-gradient(90deg,transparent,#00d9ff,#ff2f7d);transform:rotate(-18deg)}body:has(.home-page--prototype) .gamlala-game-art--orbit{background:radial-gradient(circle at 55% 45%,#ffc20f,#6f4300 42%,#1a1000)}body:has(.home-page--prototype) .gamlala-game-art--orbit:after{width:82px;height:82px;left:50%;top:50%;border:12px solid rgba(255,255,255,.18);border-radius:50%;transform:translate(-50%,-50%) rotate(-22deg)}body:has(.home-page--prototype) .gamlala-game-art--goal{background:linear-gradient(135deg,#033650,#00d9ff)}body:has(.home-page--prototype) .gamlala-game-art--goal:after{width:62px;height:62px;right:28px;bottom:24px;border:7px solid rgba(255,255,255,.86);border-radius:50%;box-shadow:-78px -22px 0 -18px #ffffff73}body:has(.home-page--prototype) .gamlala-game-art--runner{background:linear-gradient(135deg,#07341e,#00d66f)}body:has(.home-page--prototype) .gamlala-game-art--runner:after{width:72px;height:72px;left:48%;bottom:22px;background:#062615;clip-path:polygon(45% 0,61% 18%,52% 43%,78% 78%,62% 92%,43% 62%,28% 94%,10% 84%,28% 47%,22% 18%)}body:has(.home-page--prototype) .gamlala-game-art--rally,body:has(.home-page--prototype) .gamlala-game-art--target{background:linear-gradient(135deg,#3e1236,#ff2f7d)}body:has(.home-page--prototype) .gamlala-game-art--rally:after,body:has(.home-page--prototype) .gamlala-game-art--target:after{width:78px;height:78px;right:32px;bottom:22px;border:10px solid rgba(255,255,255,.16);border-radius:50%}body:has(.home-page--prototype) .gamlala-game-art--bubbles{background:radial-gradient(circle at 30% 35%,rgba(255,255,255,.32) 0 8px,transparent 9px),linear-gradient(135deg,#08344a,#00d9ff)}body:has(.home-page--prototype) .gamlala-game-art--bubbles:after{width:46px;height:46px;right:34px;bottom:30px;border:7px solid rgba(255,255,255,.42);border-radius:50%;box-shadow:-70px -18px 0 -18px #ffffff52}body:has(.home-page--prototype) .gamlala-game-art--arcade{background:linear-gradient(135deg,#07341e,#00d66f)}body:has(.home-page--prototype) .gamlala-game-art--arcade:after{width:78px;height:78px;left:50%;top:50%;background:#072514;clip-path:polygon(50% 0,61% 32%,95% 32%,68% 52%,80% 88%,50% 66%,20% 88%,32% 52%,5% 32%,39% 32%);transform:translate(-50%,-50%)}body:has(.home-page--prototype) .gamlala-game-art--tiles{background:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(135deg,#1a1e5b,#6619d8);background-size:30px 30px,30px 30px,auto}body:has(.home-page--prototype) .gamlala-game-art--dino{background:linear-gradient(135deg,#5a3b00,#ffb000)}body:has(.home-page--prototype) .gamlala-game-art--dino:after{width:82px;height:62px;left:42%;bottom:24px;background:#3a2600;clip-path:polygon(0 60%,18% 22%,55% 18%,72% 0,92% 18%,72% 34%,78% 78%,62% 78%,52% 48%,28% 70%,24% 98%,6% 98%)}body:has(.home-page--prototype) .gamlala-game-art span{z-index:3;top:10px;left:10px;background:var(--portal-magenta);color:#fff;text-transform:uppercase}body:has(.home-page--prototype) .gamlala-category-card{min-height:136px;border-color:#465c8a57;border-radius:12px}body:has(.home-page--prototype) .gamlala-category-mark{width:44px;height:44px;border-color:currentColor;color:var(--portal-magenta);box-shadow:0 0 24px color-mix(in srgb,currentColor 36%,transparent)}body:has(.home-page--prototype) .gamlala-category-card--amber .gamlala-category-mark,body:has(.home-page--prototype) .gamlala-category-card--yellow .gamlala-category-mark{color:var(--portal-yellow)}body:has(.home-page--prototype) .gamlala-category-card--green .gamlala-category-mark{color:var(--portal-green)}body:has(.home-page--prototype) .gamlala-category-card--violet .gamlala-category-mark,body:has(.home-page--prototype) .gamlala-category-card--purple .gamlala-category-mark{color:#bd65ff}body:has(.home-page--prototype) .gamlala-category-card--cyan .gamlala-category-mark{color:var(--portal-cyan)}body:has(.home-page--prototype) .gamlala-category-mark:before{inset:10px;border:2px solid currentColor;border-radius:8px}body:has(.home-page--prototype) .gamlala-category-mark--racing:before{height:14px;top:15px;border-radius:999px}body:has(.home-page--prototype) .gamlala-category-mark--puzzle:before,body:has(.home-page--prototype) .gamlala-category-mark--arcade:before{transform:rotate(45deg)}body:has(.home-page--prototype) .gamlala-category-mark--sports:before{border-radius:50%}body:has(.home-page--prototype) .gamlala-category-mark--grid:before{box-shadow:18px 0 0 -7px currentColor,0 18px 0 -7px currentColor,18px 18px 0 -7px currentColor}body:has(.home-page--prototype) .gamlala-right-sidebar{gap:18px}body:has(.home-page--prototype) .gamlala-widget{border-color:#465c8a57;border-radius:var(--portal-radius);background:linear-gradient(180deg,#080d1cf5,#040812f5);padding:18px}body:has(.home-page--prototype) .gamlala-pick-card{min-height:92px;border-radius:10px}body:has(.home-page--prototype) .gamlala-pick-art{position:absolute;inset:0;overflow:hidden}body:has(.home-page--prototype) .gamlala-pick-card span{z-index:2}body:has(.home-page--prototype) .gamlala-install-widget{min-height:260px;background:radial-gradient(circle at 82% 88%,rgba(124,53,255,.82),transparent 7rem),linear-gradient(145deg,#0b1024,#11122b)}body:has(.home-page--prototype) .gamlala-install-widget:after{content:"";position:absolute;right:20px;bottom:-28px;width:92px;height:180px;border:8px solid #080b13;border-radius:20px;background:radial-gradient(circle at 50% 42%,var(--portal-yellow) 0 18px,transparent 19px),linear-gradient(160deg,#121b32,#050713);transform:rotate(16deg);box-shadow:-18px 18px 36px #00000047}body:has(.home-page--prototype) .gamlala-support-widget{min-height:250px;background:radial-gradient(circle at 84% 74%,rgba(255,47,125,.75),transparent 7rem),linear-gradient(145deg,#0d0d1b,#071020)}body:has(.home-page--prototype) .gamlala-support-widget:after{content:"";position:absolute;right:28px;bottom:26px;width:70px;height:90px;border-radius:0 0 18px 18px;background:linear-gradient(180deg,#23202a,#05050a);box-shadow:0 -8px #2d2a35,0 0 34px #ff2f7d4d}body:has(.home-page--prototype) .gamlala-widget button{z-index:1}body:has(.home-page--prototype) .gamlala-benefits-strip{border-color:#465c8a57;border-radius:var(--portal-radius)}body:has(.home-page--prototype) .gamlala-benefit-icon,body:has(.home-page--prototype) .gamlala-why-icon,body:has(.home-page--prototype) .gamlala-stat-icon{flex:0 0 38px;width:38px;height:38px;border:2px solid currentColor;border-radius:11px;color:var(--portal-cyan)}body:has(.home-page--prototype) .gamlala-benefit-icon--bolt{color:var(--portal-yellow)}body:has(.home-page--prototype) .gamlala-benefit-icon--gift,body:has(.home-page--prototype) .gamlala-benefit-icon--refresh{color:#bd65ff}body:has(.home-page--prototype) .gamlala-benefit-icon--shield,body:has(.home-page--prototype) .gamlala-benefit-icon--download{color:var(--portal-cyan)}body:has(.home-page--prototype) .gamlala-benefit-icon--gear,body:has(.home-page--prototype) .gamlala-benefit-icon--players,body:has(.home-page--prototype) .gamlala-benefit-icon--plus{color:var(--portal-magenta)}body:has(.home-page--prototype) .gamlala-benefit-icon:before,body:has(.home-page--prototype) .gamlala-why-icon:before,body:has(.home-page--prototype) .gamlala-stat-icon:before{inset:10px;border:2px solid currentColor;border-radius:50%}body:has(.home-page--prototype) .gamlala-stats-list article>span:after{right:-7px;top:12px;width:10px;height:10px;border-radius:50%;background:#20e15d}@media(min-width:1181px){body:has(.home-page--prototype) .gamlala-portal-shell{grid-template-columns:var(--portal-sidebar) minmax(0,1fr) var(--portal-right)}}@media(max-width:1180px){body:has(.home-page--prototype) .header-inner{grid-template-columns:180px minmax(280px,1fr) auto}body:has(.home-page--prototype) .gamlala-portal-shell{grid-template-columns:108px minmax(0,1fr);padding-right:14px}body:has(.home-page--prototype) .gamlala-left-sidebar{padding-left:12px;padding-right:12px}body:has(.home-page--prototype) .gamlala-right-sidebar{grid-column:2;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){body:has(.home-page--prototype) .site-header{position:sticky}body:has(.home-page--prototype) .header-inner{min-height:136px;grid-template-columns:1fr auto;gap:10px;padding:12px}body:has(.home-page--prototype) .rail-toggle-button{display:none}body:has(.home-page--prototype) .header-search{grid-column:1 / -1;grid-row:2;max-width:none}body:has(.home-page--prototype) .header-search input{height:58px}body:has(.home-page--prototype) .header-actions{grid-template-columns:38px 38px 38px;gap:8px}body:has(.home-page--prototype) .header-icon-button{width:38px;height:38px;min-width:38px}body:has(.home-page--prototype) .gamlala-portal-shell{grid-template-columns:1fr;gap:16px;padding:0 12px 88px}body:has(.home-page--prototype) .gamlala-portal-main{grid-column:1;grid-row:1}body:has(.home-page--prototype) .gamlala-left-sidebar{position:fixed;inset:auto 12px 10px;z-index:70;min-height:0;grid-row:auto;border:1px solid rgba(105,127,180,.24);border-radius:18px;padding:8px;background:#070c19eb;backdrop-filter:blur(16px)}body:has(.home-page--prototype) .gamlala-side-nav{grid-template-columns:repeat(6,minmax(0,1fr));gap:4px}body:has(.home-page--prototype) .gamlala-side-nav-item{min-height:52px;gap:2px;padding:5px 2px;font-size:10px}body:has(.home-page--prototype) .gamlala-side-icon{width:20px;height:20px;transform:scale(.78)}body:has(.home-page--prototype) .gamlala-extension-card,body:has(.home-page--prototype) .gamlala-sidebar-block,body:has(.home-page--prototype) .gamlala-sidebar-copy{display:none}body:has(.home-page--prototype) .gamlala-right-sidebar{grid-column:1;grid-row:2;grid-template-columns:1fr}body:has(.home-page--prototype) .gamlala-hero{min-height:520px;grid-template-columns:1fr;padding:24px 22px}body:has(.home-page--prototype) .gamlala-hero-art{min-height:210px}body:has(.home-page--prototype) .gamlala-hero-art:before{width:260px;right:18px;bottom:12px}body:has(.home-page--prototype) .gamlala-hero-art:after{right:74px;top:22px;width:120px;height:120px;border-width:18px}body:has(.home-page--prototype) .gamlala-game-card-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}body:has(.home-page--prototype) .gamlala-game-card-track::-webkit-scrollbar{display:none}body:has(.home-page--prototype) .gamlala-game-card{flex:0 0 min(78vw,300px);scroll-snap-align:start}body:has(.home-page--prototype) .gamlala-category-grid,body:has(.home-page--prototype) .gamlala-benefits-strip{grid-template-columns:repeat(2,minmax(0,1fr))}body:has(.home-page--prototype) .gamlala-benefits-strip article+article{border-left:0}}body:has(.home-page--prototype) .header-action-image,body:has(.home-page--prototype) .gamlala-side-icon img,body:has(.home-page--prototype) .gamlala-extension-icon img,body:has(.home-page--prototype) .gamlala-social-button img{display:block;width:100%;height:100%;object-fit:contain}body:has(.home-page--prototype) .header-action-image{width:24px;height:24px}body:has(.home-page--prototype) .gamlala-side-icon:has(img):before,body:has(.home-page--prototype) .gamlala-side-icon:has(img):after,body:has(.home-page--prototype) .gamlala-extension-icon:has(img):before,body:has(.home-page--prototype) .gamlala-extension-icon:has(img):after,body:has(.home-page--prototype) .gamlala-social-button:has(img):before,body:has(.home-page--prototype) .gamlala-social-button:has(img):after{display:none}body:has(.home-page--prototype) .gamlala-extension-icon:has(img){border:0}@media(min-width:761px){body:has(.home-page--prototype){--portal-sidebar: 116px;--portal-gap: 18px}body:has(.home-page--prototype) .header-inner{min-height:84px;grid-template-columns:230px minmax(0,1fr) 230px;gap:22px;padding:14px 26px 14px 18px}body:has(.home-page--prototype) .header-search{width:clamp(560px,54vw,760px);max-width:100%;justify-self:center}body:has(.home-page--prototype) .header-search input{height:56px}body:has(.home-page--prototype) .header-actions{gap:16px}body:has(.home-page--prototype) .header-icon-button{width:42px;height:42px;min-width:42px}body:has(.home-page--prototype) .header-signin-button{min-height:50px;padding:0 20px}body:has(.home-page--prototype) .gamlala-portal-shell{grid-template-columns:var(--portal-sidebar) minmax(0,1fr) var(--portal-right)}body:has(.home-page--prototype) .gamlala-left-sidebar{top:84px;min-height:calc(100vh - 84px);gap:14px;padding:22px 10px 18px}body:has(.home-page--prototype) .gamlala-side-nav{gap:9px}body:has(.home-page--prototype) .gamlala-side-nav-item{min-height:62px;gap:5px;border-radius:10px;padding:8px 4px;font-size:12px;line-height:1.15}body:has(.home-page--prototype) .gamlala-side-icon{width:23px;height:23px}body:has(.home-page--prototype) .gamlala-extension-card{min-height:92px;gap:6px;border-radius:10px;padding:10px 8px;font-size:13px;line-height:1.2}body:has(.home-page--prototype) .gamlala-extension-icon{width:27px;height:27px}body:has(.home-page--prototype) .gamlala-sidebar-block{gap:9px;padding-top:13px}body:has(.home-page--prototype) .gamlala-sidebar-block h2{font-size:10px}body:has(.home-page--prototype) .gamlala-social-list{gap:10px}body:has(.home-page--prototype) .gamlala-social-button{width:38px;height:38px}body:has(.home-page--prototype) .gamlala-social-button img{width:23px;height:23px}body:has(.home-page--prototype) .gamlala-pages-block nav{gap:8px}body:has(.home-page--prototype) .gamlala-pages-block a,body:has(.home-page--prototype) .gamlala-sidebar-copy{font-size:11px;line-height:1.45}}@media(max-width:760px){body:has(.home-page--prototype) .gamlala-side-icon img{width:20px;height:20px}}body:has(.home-page--prototype) .site-logo-image--gamlala{display:block;width:auto;height:38px;max-width:148px;object-fit:contain}@media(min-width:761px){body:has(.home-page--prototype){--portal-sidebar: 108px;--portal-gap: 16px}body:has(.home-page--prototype) .header-inner{min-height:78px;grid-template-columns:206px minmax(0,1fr) 206px;gap:18px;padding:12px 22px 12px 18px}body:has(.home-page--prototype) .header-brand-group{min-width:0;gap:0}body:has(.home-page--prototype) .rail-toggle-button{display:none}body:has(.home-page--prototype) .site-logo{min-height:42px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}body:has(.home-page--prototype) .header-search{width:clamp(560px,53vw,730px);justify-self:center}body:has(.home-page--prototype) .header-search input{height:54px}body:has(.home-page--prototype) .header-actions{gap:14px}body:has(.home-page--prototype) .header-icon-button{width:40px;height:40px;min-width:40px}body:has(.home-page--prototype) .header-action-image{width:22px;height:22px}body:has(.home-page--prototype) .header-signin-button{min-height:48px;padding:0 18px}body:has(.home-page--prototype) .gamlala-portal-shell{grid-template-columns:var(--portal-sidebar) minmax(0,1fr) var(--portal-right);gap:var(--portal-gap)}body:has(.home-page--prototype) .gamlala-portal-main{grid-column:2}body:has(.home-page--prototype) .gamlala-right-sidebar{grid-column:3}body:has(.home-page--prototype) .gamlala-left-sidebar{position:fixed;top:78px;bottom:0;left:0;width:var(--portal-sidebar);min-height:0;z-index:60;gap:11px;padding:16px 8px 14px;overflow-y:auto;scrollbar-width:none}body:has(.home-page--prototype) .gamlala-left-sidebar::-webkit-scrollbar{display:none}body:has(.home-page--prototype) .gamlala-side-nav{gap:7px}body:has(.home-page--prototype) .gamlala-side-nav-item{min-height:55px;gap:4px;border-radius:10px;padding:7px 3px;font-size:11px;line-height:1.12}body:has(.home-page--prototype) .gamlala-side-nav-item.active{min-height:59px;border-radius:9px}body:has(.home-page--prototype) .gamlala-side-icon{width:20px;height:20px}body:has(.home-page--prototype) .gamlala-extension-card{min-height:78px;gap:5px;border-radius:9px;padding:8px 6px;font-size:11px;line-height:1.12}body:has(.home-page--prototype) .gamlala-extension-icon{width:22px;height:22px}body:has(.home-page--prototype) .gamlala-sidebar-block{gap:8px;padding-top:10px}body:has(.home-page--prototype) .gamlala-sidebar-block h2{width:100%;text-align:center;font-size:9px;letter-spacing:.11em}body:has(.home-page--prototype) .gamlala-social-list{gap:8px;align-items:center}body:has(.home-page--prototype) .gamlala-social-button{width:34px;height:34px}body:has(.home-page--prototype) .gamlala-social-button img{width:20px;height:20px}body:has(.home-page--prototype) .gamlala-pages-block nav{gap:7px;text-align:left}body:has(.home-page--prototype) .gamlala-pages-block a,body:has(.home-page--prototype) .gamlala-sidebar-copy{font-size:10px;line-height:1.4}}@media(max-width:760px){body:has(.home-page--prototype) .site-logo-image--gamlala{height:32px;max-width:128px}}@media(min-width:761px){body:has(.home-page--prototype){--portal-sidebar: 100px;--portal-gap: 14px}body:has(.home-page--prototype) .header-inner{grid-template-columns:214px minmax(0,1fr) 214px}body:has(.home-page--prototype) .site-logo-image--gamlala{height:46px;max-width:176px}body:has(.home-page--prototype) .header-search{width:clamp(480px,46vw,650px)}body:has(.home-page--prototype) .gamlala-left-sidebar{width:var(--portal-sidebar);gap:10px;padding:14px 6px 12px;align-items:center}body:has(.home-page--prototype) .gamlala-side-nav,body:has(.home-page--prototype) .gamlala-sidebar-block,body:has(.home-page--prototype) .gamlala-pages-block,body:has(.home-page--prototype) .gamlala-sidebar-copy{width:100%;flex:0 0 auto}body:has(.home-page--prototype) .gamlala-side-nav{gap:6px}body:has(.home-page--prototype) .gamlala-side-nav-item{min-height:53px;padding-inline:2px}body:has(.home-page--prototype) .gamlala-side-nav-item.active{min-height:57px}body:has(.home-page--prototype) .gamlala-extension-card{flex:0 0 78px;align-self:center;width:70px;min-width:70px;max-width:70px;height:78px;min-height:78px;max-height:78px;gap:4px;padding:7px 5px;overflow:hidden}body:has(.home-page--prototype) .gamlala-extension-icon{flex:0 0 20px;width:20px;height:20px}body:has(.home-page--prototype) .gamlala-extension-card strong{display:block;font-size:10px;line-height:1.08;text-align:center}body:has(.home-page--prototype) .gamlala-sidebar-block h2{text-align:center}body:has(.home-page--prototype) .gamlala-social-list{place-items:center}}@media(min-width:761px){body:has(.home-page--prototype) .site-logo-image--gamlala{height:52px;max-width:198px}body:has(.home-page--prototype) .gamlala-left-sidebar{top:78px;bottom:auto;height:calc(100dvh - 78px);align-content:start;justify-items:center;overflow:visible;overscroll-behavior:auto}body:has(.home-page--prototype) .gamlala-extension-card{display:grid;place-items:center;justify-items:center;align-self:center;justify-self:center;margin-inline:auto;box-sizing:border-box;flex:0 0 78px}body:has(.home-page--prototype) .gamlala-extension-card strong{width:100%}}@media(min-width:761px){body:has(.home-page--prototype) .header-inner{min-height:72px;padding-block:8px}body:has(.home-page--prototype) .site-logo-image--gamlala{height:54px;max-width:212px}body:has(.home-page--prototype) .header-search input{height:48px}body:has(.home-page--prototype) .header-signin-button{min-height:44px;font-size:13px}}.search-page{width:min(1120px,100%);margin:0 auto;display:grid;gap:18px}.search-page-hero,.search-results-panel,.search-state{position:relative;overflow:hidden;border:1px solid rgba(104,126,180,.22);border-radius:22px;background:radial-gradient(circle at 86% 12%,rgba(255,196,0,.13),transparent 28%),radial-gradient(circle at 18% 0%,rgba(127,55,255,.2),transparent 34%),linear-gradient(135deg,#0a101ffa,#050913fa);box-shadow:0 18px 45px #00000047}.search-page-hero{display:grid;gap:18px;padding:clamp(22px,4vw,38px)}.search-page-kicker{margin:0 0 8px;color:var(--portal-yellow, #ffc400);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.search-page-copy h1{margin:0;color:#fff;font-size:clamp(34px,7vw,64px);line-height:.95;letter-spacing:-.06em}.search-page-copy p{max-width:620px;margin:14px 0 0;color:#e6ecffc2;font-size:clamp(15px,2vw,18px);line-height:1.55}.search-page-form{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.search-page-form input{width:100%;min-height:54px;border:1px solid rgba(120,145,200,.28);border-radius:16px;background:#030812c2;color:#fff;padding:0 18px;font:inherit;font-weight:750;outline:none}.search-page-form input::placeholder{color:#e7edff80}.search-page-form input:focus{border-color:#ffc400b8;box-shadow:0 0 0 4px #ffc4001f}.search-page-form button{min-height:52px;border:0;border-radius:16px;background:linear-gradient(180deg,#ffcf22,#ffb000);color:#120b00;padding:0 22px;font:inherit;font-weight:950;cursor:pointer}.search-results-panel{display:grid;gap:16px;padding:clamp(16px,3vw,24px)}.search-results-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#ebf1ffc7;font-size:13px;font-weight:850}.search-results-heading p,.search-results-heading span{margin:0}.search-results-heading span{color:var(--portal-yellow, #ffc400)}.search-results-grid{gap:14px}.search-state{min-height:260px;display:grid;place-items:center;align-content:center;gap:10px;padding:clamp(28px,7vw,54px);text-align:center}.search-state-icon{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(255,196,0,.32);border-radius:18px;background:#ffc4001a;box-shadow:0 0 32px #ffc4001f}.search-state-icon:before{content:"";width:24px;height:24px;border:3px solid #ffc400;border-radius:999px;box-shadow:13px 13px 0 -9px #ffc400}.search-state h2{margin:0;color:#fff;font-size:clamp(24px,5vw,38px);letter-spacing:-.04em}.search-state p{max-width:460px;margin:0;color:#e6ecffb8;line-height:1.55}@media(min-width:720px){.search-page-hero{grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:end}.search-page-form{grid-template-columns:minmax(0,1fr) auto}}.favorites-page{width:min(1120px,100%);margin:0 auto;display:grid;gap:18px}.favorites-page-hero,.favorites-page-panel{position:relative;overflow:hidden;border:1px solid rgba(104,126,180,.22);border-radius:22px;background:radial-gradient(circle at 86% 10%,rgba(255,46,109,.18),transparent 27%),radial-gradient(circle at 14% 0%,rgba(127,55,255,.22),transparent 34%),linear-gradient(135deg,#0a101ffa,#050913fa);box-shadow:0 18px 45px #00000047}.favorites-page-hero{display:grid;gap:18px;align-items:end;padding:clamp(22px,4vw,38px)}.favorites-page-kicker{margin:0 0 8px;color:var(--portal-yellow, #ffc400);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.favorites-page-copy h1{margin:0;color:#fff;font-size:clamp(34px,7vw,64px);line-height:.95;letter-spacing:-.06em}.favorites-page-copy p{max-width:580px;margin:14px 0 0;color:#e6ecffc2;font-size:clamp(15px,2vw,18px);line-height:1.55}.favorites-page-hero .clear-favorites-btn{justify-self:start;min-height:44px;border-color:#ffc40059;border-radius:14px;background:#ffc4001c;color:#ffd866;padding:0 16px}.favorites-page-hero .clear-favorites-btn:hover,.favorites-page-hero .clear-favorites-btn:focus-visible{border-color:#ffc4009e;background:#ffc4002e}.favorites-page-panel{display:grid;gap:16px;padding:clamp(16px,3vw,24px)}.favorites-page-panel .favorites-page-grid{gap:14px}.favorites-page-panel .favorites-page-empty{min-height:260px;display:grid;place-items:center;align-content:center;gap:10px;border:0;background:transparent;padding:clamp(28px,7vw,54px);text-align:center}.favorites-state-icon{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(255,46,109,.38);border-radius:18px;background:#ff2e6d1c;box-shadow:0 0 32px #ff2e6d1f}.favorites-state-icon:before{content:"♡";color:#ff2e6d;font-size:32px;font-weight:900;line-height:1}.favorites-page-empty h2{margin:0;color:#fff;font-size:clamp(24px,5vw,38px);letter-spacing:-.04em}.favorites-page-empty p{max-width:440px;margin:0;color:#e6ecffb8;line-height:1.55}@media(min-width:720px){.favorites-page-hero{grid-template-columns:minmax(0,1fr) auto}.favorites-page-hero .clear-favorites-btn{justify-self:end}}.blog-page{gap:18px}.blog-page .blog-hero,.blog-page .blog-featured-card,.blog-page .blog-card,.blog-page .blog-empty,.blog-page .blog-next-card,.blog-page .blog-filter-bar{border:1px solid rgba(104,126,180,.22);border-radius:22px;background:radial-gradient(circle at 86% 10%,rgba(255,196,0,.12),transparent 27%),radial-gradient(circle at 14% 0%,rgba(127,55,255,.22),transparent 34%),linear-gradient(135deg,#0a101ffa,#050913fa);box-shadow:0 18px 45px #00000047}.blog-page .blog-hero{min-height:0;border-radius:24px;padding:clamp(22px,4vw,38px)}.blog-page .blog-kicker{color:var(--portal-yellow, #ffc400);letter-spacing:.12em}.blog-page .blog-hero h1{font-size:clamp(34px,7vw,64px);line-height:.95;letter-spacing:-.06em}.blog-page .blog-hero p{max-width:560px;color:#e6ecffc2}.blog-page .blog-hero-visual{display:grid;place-items:center;border-color:#ffc40038;background:radial-gradient(circle at 50% 42%,rgba(255,46,109,.24),transparent 34%),linear-gradient(145deg,#0f1528f5,#050913e6);transform:none}.blog-page .blog-hero:hover .blog-hero-visual{transform:none}.blog-hero-orb,.blog-hero-line,.blog-hero-card{grid-area:1 / 1;display:block}.blog-hero-orb{width:112px;height:112px;border:18px solid #14c8ff;border-radius:999px;box-shadow:0 0 38px #14c8ff3d}.blog-hero-line{width:170px;height:14px;border-radius:999px;background:linear-gradient(90deg,#ffc400,#ff2e6d);transform:rotate(-18deg) translateY(36px);box-shadow:0 0 28px #ff2e6d52}.blog-hero-card{width:168px;height:96px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#070c1cad;transform:rotate(-4deg)}.blog-page .blog-empty{min-height:260px;display:grid;place-items:center;align-content:center;gap:10px;padding:clamp(28px,7vw,54px);text-align:center}.blog-empty-icon{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(255,196,0,.32);border-radius:18px;background:#ffc4001a;box-shadow:0 0 32px #ffc4001f}.blog-empty-icon:before{content:"";width:26px;height:32px;border:3px solid #ffc400;border-radius:6px;box-shadow:9px 9px 0 -5px #ff2e6d}.blog-page .blog-empty h2{margin:0;color:#fff;font-size:clamp(24px,5vw,38px);letter-spacing:-.04em}.blog-page .blog-empty p{max-width:460px;margin:0;color:#e6ecffb8}.blog-page .blog-featured-card,.blog-page .blog-card{border-radius:20px}.blog-page .blog-cta-link{background:linear-gradient(180deg,#ffcf22,#ffb000);color:#120b00;box-shadow:0 12px 26px #ffb0002e}@media(max-width:767px){.blog-page .blog-hero,.blog-page .blog-featured-card,.blog-page .blog-card,.blog-page .blog-empty,.blog-page .blog-next-card{width:100%}}.blog-article-page{gap:18px}.blog-article-page>.breadcrumb,.blog-article-page .blog-article-header,.blog-article-page .blog-article-content,.blog-article-page .blog-article-footer,.blog-article-page .blog-related,.blog-article-page .blog-next-card--article{width:min(920px,100%)}.blog-article-page>.breadcrumb{color:#e6ecff94}.blog-article-page>.breadcrumb a{color:#e6ecffd1}.blog-article-page .blog-article-header,.blog-article-page .blog-article-content,.blog-article-page .blog-article-footer,.blog-article-page .blog-next-card--article{border:1px solid rgba(104,126,180,.22);border-radius:22px;background:radial-gradient(circle at 86% 10%,rgba(255,196,0,.12),transparent 27%),radial-gradient(circle at 14% 0%,rgba(127,55,255,.2),transparent 34%),linear-gradient(135deg,#0a101ffa,#050913fa);box-shadow:0 18px 45px #00000047}.blog-article-page .blog-article-header{padding:clamp(24px,5vw,46px)}.blog-article-page .blog-article-hero-copy{width:min(760px,100%);text-align:center}.blog-article-page .blog-article-header h1{max-width:760px;font-size:clamp(34px,6vw,58px);line-height:.98;letter-spacing:-.055em}.blog-article-page .blog-article-header p{max-width:660px;color:#e6ecffc2}.blog-article-page .blog-article-meta{justify-content:center;color:#e6ecff9e}.blog-article-page .blog-article-meta span:before{background:#ffc400d9}.blog-article-page .blog-tags{justify-content:center}.blog-article-page .blog-tags a{border-color:#ffc40042;background:#ffc40017;color:#fff6cdf0}.blog-article-page .blog-tags a:hover,.blog-article-page .blog-tags a:focus-visible{border-color:#ffc4008a;color:#fff}.blog-article-page .blog-article-content{padding:clamp(24px,5vw,50px);color:#e6ecffd1;font-size:clamp(16px,1.6vw,18px)}.blog-article-page .blog-article-content>:where(p,h2,h3,ul,ol,blockquote,div){max-width:720px;margin-left:auto;margin-right:auto}.blog-article-page .blog-article-content h2,.blog-article-page .blog-article-content h3{letter-spacing:-.035em}.blog-article-page .blog-article-content h2{font-size:clamp(24px,3vw,34px)}.blog-article-page .blog-article-content h3{font-size:clamp(20px,2.4vw,26px)}.blog-article-page .blog-article-content p,.blog-article-page .blog-article-content li{color:#e6ecffc7}.blog-article-page .blog-article-content a{color:var(--portal-yellow, #ffc400)}.blog-article-page .blog-article-footer{padding:18px}.blog-article-page .blog-cta-link{background:linear-gradient(180deg,#ffcf22,#ffb000);color:#120b00;box-shadow:0 12px 26px #ffb0002e}.blog-article-header--missing{min-height:300px;place-content:center}.blog-article-header--missing .blog-back-link{margin-top:18px}@media(max-width:767px){.blog-article-page>.breadcrumb,.blog-article-page .blog-article-header,.blog-article-page .blog-article-content,.blog-article-page .blog-article-footer,.blog-article-page .blog-related,.blog-article-page .blog-next-card--article{width:100%}}.category-page--taxonomy{width:min(1120px,100%);margin:0 auto;display:grid;gap:18px}.category-page--taxonomy .category-page-header,.category-page--taxonomy .category-game-grid,.category-page--taxonomy .category-empty-state,.category-page--taxonomy .category-seo-block,.category-page--taxonomy .pagination{border:1px solid rgba(104,126,180,.22);border-radius:22px;background:radial-gradient(circle at 86% 10%,rgba(255,196,0,.12),transparent 27%),radial-gradient(circle at 14% 0%,rgba(127,55,255,.2),transparent 34%),linear-gradient(135deg,#0a101ffa,#050913fa);box-shadow:0 18px 45px #00000047}.category-page--taxonomy .category-page-header{position:relative;overflow:hidden;align-items:flex-start;padding:clamp(22px,4vw,38px)}.category-page--taxonomy .category-page-header:after{content:"";position:absolute;right:clamp(18px,6vw,72px);bottom:-42px;width:clamp(120px,24vw,260px);aspect-ratio:1;border:24px solid rgba(255,196,0,.16);border-radius:36%;transform:rotate(18deg);pointer-events:none}.category-page-header-copy{position:relative;z-index:1;max-width:680px}.category-page-kicker{margin:0 0 8px;color:var(--portal-yellow, #ffc400);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.category-page--taxonomy .category-page-header h1{margin:0;color:#fff;font-size:clamp(34px,7vw,64px);line-height:.95;letter-spacing:-.06em}.category-page--taxonomy .category-page-header p:not(.category-page-kicker){max-width:620px;margin:14px 0 0;color:#e6ecffc2;font-size:clamp(15px,2vw,18px);line-height:1.55}.category-page-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.category-page-meta span{min-height:34px;display:inline-flex;align-items:center;border:1px solid rgba(255,196,0,.26);border-radius:999px;background:#ffc40017;color:#fff6cdf0;padding:0 12px;font-size:12px;font-weight:900}.category-page--taxonomy .category-game-grid{padding:clamp(14px,2.5vw,22px);gap:14px}.category-page--taxonomy .category-empty-state{min-height:270px;display:grid;place-items:center;align-content:center;gap:10px;padding:clamp(28px,7vw,54px);text-align:center}.category-empty-icon{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(255,196,0,.32);border-radius:18px;background:#ffc4001a;box-shadow:0 0 32px #ffc4001f}.category-empty-icon:before{content:"";width:28px;height:28px;border:3px solid #ffc400;border-radius:8px;box-shadow:12px 12px 0 -7px #ff2e6d,-10px 13px 0 -8px #14c8ff}.category-page--taxonomy .category-empty-state h2{margin:0;color:#fff;font-size:clamp(24px,5vw,38px);letter-spacing:-.04em}.category-page--taxonomy .category-empty-state p{max-width:480px;margin:0;color:#e6ecffb8;line-height:1.55}.category-page--taxonomy .pagination{padding:14px}.category-page--taxonomy .pagination-link,.category-page--taxonomy .pagination-current{min-height:42px;border-radius:14px}.category-page--taxonomy .pagination-link{border-color:#ffc40047;background:#ffc4001a;color:#ffd866}.category-page--taxonomy .pagination-link:hover,.category-page--taxonomy .pagination-link:focus-visible{border-color:#ffc4008a;background:#ffc40029}.category-page--taxonomy .pagination-current{border-color:#687eb447;background:#0308128a}.category-page--taxonomy .category-seo-block{padding:clamp(22px,4vw,38px)}.category-page--taxonomy .category-seo-block h2,.category-page--taxonomy .category-seo-block h3,.category-page--taxonomy .category-seo-block p,.category-page--taxonomy .category-seo-block ul{max-width:760px}.category-page--taxonomy .category-seo-block h2{font-size:clamp(22px,3vw,32px);letter-spacing:-.035em}.category-page--taxonomy .category-seo-block h3{font-size:clamp(18px,2.4vw,22px)}.category-page--taxonomy .category-seo-block p,.category-page--taxonomy .category-seo-block li{color:#e6ecffc2;line-height:1.75}.category-page--taxonomy .category-seo-block a{color:var(--portal-yellow, #ffc400)}@media(max-width:767px){.category-page--taxonomy,.category-page--taxonomy .category-page-header,.category-page--taxonomy .category-game-grid,.category-page--taxonomy .category-empty-state,.category-page--taxonomy .category-seo-block,.category-page--taxonomy .pagination{width:100%}.category-page--taxonomy .category-page-header:after{opacity:.45}}.not-found-page{width:min(920px,100%);min-height:min(620px,calc(100dvh - 190px));margin:0 auto;display:grid;place-items:center}.not-found-card{width:100%;display:grid;justify-items:center;gap:14px;overflow:hidden;border:1px solid rgba(104,126,180,.22);border-radius:24px;background:radial-gradient(circle at 86% 10%,rgba(255,196,0,.14),transparent 27%),radial-gradient(circle at 14% 0%,rgba(127,55,255,.22),transparent 34%),linear-gradient(135deg,#0a101ffa,#050913fa);box-shadow:0 18px 45px #00000047;padding:clamp(34px,8vw,72px);text-align:center}.not-found-kicker{margin:0;color:var(--portal-yellow, #ffc400);font-size:13px;font-weight:950;letter-spacing:.18em;text-transform:uppercase}.not-found-card h1{margin:0;color:#fff;font-size:clamp(38px,8vw,76px);line-height:.95;letter-spacing:-.06em}.not-found-card p:not(.not-found-kicker){max-width:520px;margin:0;color:#e6ecffbd;font-size:clamp(15px,2vw,18px);line-height:1.55}.not-found-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px}.not-found-primary,.not-found-secondary{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:0 18px;font-size:14px;font-weight:950;text-decoration:none}.not-found-primary{background:linear-gradient(180deg,#ffcf22,#ffb000);color:#120b00;box-shadow:0 12px 26px #ffb0002e}.not-found-secondary{border:1px solid rgba(104,126,180,.32);background:#0308128a;color:#e6ecffe0}.not-found-primary:hover,.not-found-primary:focus-visible,.not-found-secondary:hover,.not-found-secondary:focus-visible{transform:translateY(-1px);outline:none}
