*{margin:0;padding:0;box-sizing:border-box;}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#111;background:linear-gradient(139deg,hsl(116,35%,92%) 0%,hsl(121,35%,95%) 100%);min-height:100vh;}:root{--login-bg:#34d399;--login-bg-hover:#10b981;--register-bg:#f87171;--register-bg-hover:#ef4444;--button-text:#111;}.container{max-width:1200px;margin:0 auto;padding:0 20px;}header{padding:1.5rem 0;box-shadow:0 6px 12px rgba(0,0,0,0.12);}.header-content{display:flex;justify-content:space-between;align-items:center;}.header-actions{display:flex;gap:0.75rem;flex-wrap:wrap;align-items:center;}.lang-switcher{display:inline-flex;align-items:center;}.lang-switcher select{background:rgba(255,255,255,0.15);color:inherit;border:1px solid rgba(255,255,255,0.3);padding:0.35rem 0.5rem;border-radius:12px;font-size:0.85rem;font-weight:600;cursor:pointer;}.lang-switcher select option{color:#111;background:#fff;}.nav-toggle{display:none;width:40px;height:36px;border:none;background:white;border-radius:12px;box-shadow:0 6px 12px rgba(0,0,0,0.12);align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer;}.nav-toggle span{display:block;width:20px;height:2px;background:#111;}.logo{font-size:1.8rem;font-weight:bold;}.main-nav{background:hsl(121,40%,79%);box-shadow:0 6px 12px rgba(0,0,0,0.12);position:sticky;top:0;z-index:100;}.main-nav .container{display:flex;align-items:center;justify-content:space-between;padding:1rem 20px;}.nav-desktop{display:flex;align-items:center;justify-content:space-between;gap:0.75rem;width:100%;}.nav-list{list-style:none;margin:0;padding:0;}.nav-list-primary{display:flex;gap:0.6rem;flex-wrap:wrap;}.nav-list-mobile{display:none;}.nav-mobile-group{background:rgba(255,255,255,0.75);border-radius:12px;padding:0.45rem;}.nav-mobile-group-title{font-size:0.78rem;font-weight:700;letter-spacing:0.02em;text-transform:uppercase;opacity:0.75;margin:0.25rem 0.4rem 0.4rem;}.nav-list-mobile-group{display:flex;flex-direction:column;gap:0.35rem;}.nav-more{position:relative;}.nav-more-toggle{border:none;background:rgba(255,255,255,0.8);color:#111;font-weight:700;padding:0.5rem 0.9rem;border-radius:12px;cursor:pointer;}.nav-more-menu{display:none;position:absolute;right:0;top:calc(100% + 0.35rem);min-width:220px;background:#fff;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,0.16);padding:0.35rem;z-index:120;}.nav-more.is-open .nav-more-menu{display:block;}.nav-link{color:#111;text-decoration:none;display:block;padding:0.5rem 1rem;border-radius:12px;transition:all 0.3s;white-space:nowrap;}.nav-link:hover{background:linear-gradient(135deg,hsl(116,55%,42%) 0%,hsl(121,55%,37%) 100%);color:#111;}main{padding:2rem 0;}.content{background:white;padding:2rem;border-radius:12px;box-shadow:0 6px 12px rgba(0,0,0,0.12);}.breadcrumb{font-size:0.85rem;margin-bottom:1rem;color:#888}.breadcrumb-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0.3rem;align-items:center}.breadcrumb-list li+li::before{content:"/";margin-right:0.3rem;color:#bbb}.breadcrumb-list a{color:linear-gradient(135deg,hsl(116,55%,42%) 0%,hsl(121,55%,37%) 100%);text-decoration:none}.breadcrumb-list a:hover{text-decoration:underline}.breadcrumb-list [aria-current]{color:#555}.fomo-bar{display:flex;flex-wrap:wrap;gap:0.5rem 1.5rem;margin:1.2rem 0;padding:0.9rem 1.2rem;background:#f0fdf4;border-radius:12px;border:1px solid #bbf7d0}.fomo-item{display:flex;align-items:center;gap:0.4rem;font-size:0.9rem;color:#166534}.fomo-item strong{font-weight:700}.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1rem 0}.review-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.review-header{display:flex;flex-wrap:wrap;gap:0.4rem;align-items:center;margin-bottom:0.5rem;font-size:0.85rem}.review-author{font-weight:600;color:#111}.review-stars{color:#f59e0b;letter-spacing:-1px}.review-date{color:#888;margin-left:auto}.review-text{margin:0;font-size:0.9rem;color:#374151;line-height:1.5}.intent-image-block{margin:1.5rem 0;}.intent-image-block img{width:100%;height:auto;border-radius:12px;box-shadow:0 6px 12px rgba(0,0,0,0.12);}.top-games-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0.75rem;margin:1.5rem 0;}.top-game-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.07);transition:transform 0.2s,box-shadow 0.2s;}.top-game-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.15);}.top-game-link{color:#111;text-decoration:none;display:block;}.top-game-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;}.top-game-title{display:block;padding:0.4rem 0.5rem;font-size:0.82rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;}@media (max-width:768px){.top-games-grid{grid-template-columns:repeat(2,1fr);}.reviews-grid{grid-template-columns:1fr;}}@media (max-width:480px){.top-games-grid{grid-template-columns:repeat(2,1fr);gap:0.5rem;}.fomo-bar{flex-direction:column;gap:0.4rem;}}.footer-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:0.75rem;}.footer-icons{display:flex;gap:0.5rem;font-size:1.2rem;}.footer-contact a{color:inherit;text-decoration:none;font-weight:600;}.footer-contact a:hover{text-decoration:underline;}.footer-info{display:flex;gap:1rem;flex-wrap:wrap;font-weight:600;color:inherit;}.footer-note{margin:0.5rem 0;color:inherit;}.footer-copy{margin-top:0.5rem;font-size:0.9rem;color:inherit;}.stat-item{display:flex;align-items:center;gap:12px;padding:0.75rem 0;border-bottom:1px solid #eee;}.stat-item:last-child{border-bottom:none;}.stat-icon{font-size:1.8rem;line-height:1;}.stat-number{font-size:1.6rem;font-weight:700;color:hsl(116,55%,28%);}.stat-label{font-size:0.95rem;color:#555;}h1,h2,h3{margin:1.5rem 0 1rem;color:#1a1a1a;}h1{font-size:2.5rem;}h2{font-size:2rem;}h3{font-size:1.5rem;}p{margin-bottom:1rem;}ul,ol{margin:1rem 0;padding-left:2rem;}li{margin-bottom:0.5rem;}.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5rem 0;}table{width:100%;min-width:480px;border-collapse:collapse;margin:0;}th,td{padding:1rem;text-align:left;border:1px solid #ddd;white-space:nowrap;}th{background:linear-gradient(135deg,hsl(116,55%,42%) 0%,hsl(121,55%,37%) 100%);color:white;font-weight:bold;}tr:nth-child(even){background:#f9f9f9;}@media (max-width:600px){th,td{padding:0.6rem 0.7rem;font-size:0.88rem;}}.cta-button{background:linear-gradient(135deg,hsl(116,55%,42%) 0%,hsl(121,55%,37%) 100%);color:#ffffff;padding:0.75rem 2rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:bold;text-decoration:none;display:inline-block;cursor:pointer;transition:all 0.3s;box-shadow:0 6px 12px rgba(0,0,0,0.12);}.cta-button:hover{background:linear-gradient(135deg,hsl(116,55%,30%) 0%,hsl(121,55%,25%) 100%);transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,0.15);}footer{margin-top:3rem;padding:2rem 0;text-align:center;}#cookie-notice{position:fixed;bottom:20px;left:20px;right:20px;background:white;padding:1rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.2);display:flex;justify-content:space-between;align-items:center;gap:1rem;z-index:1000;}#cookie-notice button{background:linear-gradient(135deg,hsl(116,55%,42%) 0%,hsl(121,55%,37%) 100%);color:#ffffff;border:none;padding:0.5rem 1.5rem;border-radius:12px;cursor:pointer;font-weight:bold;}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem;}.header-actions{width:100%;justify-content:center;}.nav-toggle{display:inline-flex;}.main-nav .container{display:none;flex-direction:column;align-items:stretch;gap:0.35rem;padding:0.75rem 20px;}.main-nav.is-open .container{display:flex;}.nav-desktop{display:none;}.nav-list-mobile{display:flex;flex-direction:column;gap:0.6rem;}.nav-list-mobile .nav-link{width:100%;}.content{padding:1rem;}h1{font-size:2rem;}h2{font-size:1.5rem;}h3{font-size:1.2rem;}}.page-section{margin:0 0 1rem}body.font-modern{font-family:Inter,'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}body.font-editorial{font-family:Georgia,'Times New Roman',serif}body.font-readable{font-family:Arial,'Helvetica Neue',sans-serif}body.layout-editorial .container{max-width:1040px}body.layout-editorial .header-content{gap:1rem}body.layout-editorial .logo{font-size:2rem}body.layout-editorial .content{max-width:940px;margin:0 auto;padding:2.4rem}body.layout-editorial h1{font-size:3rem;line-height:1.15}body.layout-compact .container{max-width:1120px}body.layout-compact .content{padding:1.35rem}body.layout-compact .nav-link{padding:0.38rem 0.72rem;font-size:0.9rem}body.layout-hero-focus .content{padding:2.5rem}body.layout-hero-focus h1{font-size:3.1rem;margin-top:0}body.layout-card-heavy .content{background:transparent;box-shadow:none;padding:0}body.layout-card-heavy .page-section{background:rgba(255,255,255,0.86);border:1px solid rgba(0,0,0,0.06);padding:1rem 1.1rem;border-radius:12px;box-shadow:0 6px 12px rgba(0,0,0,0.12)}body.layout-minimal header{box-shadow:none}body.layout-minimal .main-nav{background:rgba(255,255,255,0.82);backdrop-filter:blur(10px)}body.layout-minimal .content{background:rgba(255,255,255,0.94);box-shadow:none;border:1px solid rgba(0,0,0,0.05)}body.density-tight .page-section{margin-bottom:0.8rem}body.density-loose .page-section{margin-bottom:1.4rem}body.topgames-featured .top-games-grid{grid-template-columns:repeat(3,1fr)}body.topgames-featured .top-game-card:first-child{grid-column:span 2;grid-row:span 2}body.topgames-list .top-games-grid{grid-template-columns:1fr}body.topgames-list .top-game-link{display:flex;align-items:center;gap:0.8rem;padding:0.55rem}body.topgames-list .top-game-card img{width:120px;flex:0 0 120px;border-radius:12px}body.topgames-ribbon .top-games-grid{display:flex;overflow-x:auto;grid-template-columns:none;padding-bottom:0.35rem}body.topgames-ribbon .top-game-card{min-width:180px;flex:0 0 180px}body.topgames-chip .top-game-card{box-shadow:none;border:1px solid rgba(0,0,0,0.08)}body.fomo-grid .fomo-bar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.75rem}body.fomo-banner .fomo-bar{background:linear-gradient(135deg,linear-gradient(135deg,hsl(116,55%,42%) 0%,hsl(121,55%,37%) 100%),hsl(121,40%,79%));border:none}body.fomo-banner .fomo-item{color:#111}body.fomo-compact .fomo-bar{padding:0.55rem 0.75rem;gap:0.35rem 0.9rem}body.fomo-compact .fomo-item{font-size:0.8rem}body.fomo-trust .fomo-bar{background:#fff7ed;border-color:#fdba74}body.reviews-quote .review-card{background:transparent;border:none;border-left:4px solid linear-gradient(135deg,hsl(116,55%,42%) 0%,hsl(121,55%,37%) 100%);border-radius:0;padding:1rem 0 1rem 1rem}body.reviews-compact .reviews-grid{grid-template-columns:1fr}body.reviews-compact .review-card{padding:0.8rem}body.reviews-accent .review-card{background:rgba(255,255,255,0.74);box-shadow:0 6px 12px rgba(0,0,0,0.12)}body.tables-soft .table-wrap{background:rgba(255,255,255,0.72);padding:0.4rem;border-radius:12px}body.tables-soft th{background:hsl(121,40%,79%);color:#111}body.tables-dense th,body.tables-dense td{padding:0.45rem 0.55rem}body.tables-contrast .table-wrap{background:#111;padding:0.35rem;border-radius:12px}body.tables-contrast table{background:#fff}body.footer-minimal .footer-meta{justify-content:center}body.footer-minimal .footer-info{justify-content:center}body.footer-split .footer-meta{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}body.footer-trust .footer-note{font-size:0.95rem;font-weight:600}body.footer-expanded .footer-icons{font-size:1.5rem}@media(max-width:768px){body.layout-editorial .content{padding:1.6rem}body.fomo-grid .fomo-bar{grid-template-columns:1fr}body.footer-split .footer-meta{grid-template-columns:1fr}}.hero-shell{display:block;margin:0 0 1.4rem;padding:1.2rem 1.3rem;border-radius:12px;background:linear-gradient(135deg,rgba(255,255,255,0.95),rgba(255,255,255,0.82));border:1px solid rgba(0,0,0,0.06)}.hero-shell h1{margin:0 0 0.7rem}.hero-shell__lead{margin:0;color:#4b5563;max-width:760px}.hero-shell--split{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(220px,0.8fr);gap:1rem;align-items:end}.hero-shell--compact{padding:0.95rem 1rem}.hero-shell--editorial{border-left:4px solid linear-gradient(135deg,hsl(116,55%,42%) 0%,hsl(121,55%,37%) 100%)}.faq-shell--cards,.faq-shell--split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.9rem}.faq-card{padding:1rem 1rem 0.9rem;border-radius:12px;background:#f9fafb;border:1px solid #e5e7eb}.faq-card h3{margin:0 0 0.55rem;font-size:1rem}.faq-card p{margin:0;color:#4b5563}.faq-shell--accordion{display:flex;flex-direction:column;gap:0.7rem}.faq-item{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:0.9rem 1rem}.faq-item summary{cursor:pointer;font-weight:700;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-answer{padding-top:0.7rem;color:#4b5563}.review-shell--quote,.review-shell--compact,.review-shell--accent{display:grid;gap:1rem}.review-shell--quote{grid-template-columns:repeat(2,minmax(0,1fr))}.review-quote{margin:0;padding:1.1rem 1.2rem;border-left:4px solid linear-gradient(135deg,hsl(116,55%,42%) 0%,hsl(121,55%,37%) 100%);background:#fff;border-radius:12px;box-shadow:0 6px 12px rgba(0,0,0,0.12)}.review-meta{display:flex;justify-content:space-between;gap:0.7rem;margin-top:0.85rem;font-size:0.82rem;color:#6b7280}.review-card--compact{padding:0.85rem}.review-card--accent{background:linear-gradient(135deg,rgba(255,255,255,0.98),rgba(243,244,246,0.95));border:1px solid rgba(0,0,0,0.06)}.table-shell{margin:1rem 0}.table-shell__head{display:flex;align-items:center;justify-content:space-between;padding:0.7rem 0.9rem;border-radius:12px 12px 0 0;background:rgba(17,24,39,0.05);font-size:0.82rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;color:#374151}.table-shell--contrast .table-shell__head{background:#111827;color:#fff}.semantic-shell{margin:1rem 0;padding:1rem 1.05rem;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,0.06)}.semantic-shell--promo{background:linear-gradient(135deg,rgba(255,255,255,0.98),rgba(254,249,195,0.78))}.semantic-shell--promo.semantic-shell--highlight{border-color:#facc15}.semantic-shell--promo.semantic-shell--timeline{border-left:4px solid #f59e0b}.semantic-shell--promo.semantic-shell--checklist{box-shadow:0 6px 12px rgba(0,0,0,0.12)}.semantic-shell--trust{background:linear-gradient(135deg,rgba(255,255,255,0.98),rgba(239,246,255,0.92))}.semantic-shell--trust.semantic-shell--badges{border-style:dashed}.semantic-shell--trust.semantic-shell--notice{border-left:4px solid #3b82f6}.semantic-shell--gameplay{background:linear-gradient(135deg,rgba(255,255,255,0.98),rgba(240,253,244,0.9))}.semantic-shell--gameplay.semantic-shell--steps{border-left:4px solid #22c55e}.semantic-shell--gameplay.semantic-shell--editorial{padding:1.2rem 1.3rem}.semantic-shell--media{padding:0.65rem;background:rgba(255,255,255,0.75)}.semantic-shell--media.semantic-shell--frame{box-shadow:0 6px 12px rgba(0,0,0,0.12)}.semantic-shell--content.semantic-shell--callout{background:linear-gradient(135deg,rgba(255,255,255,0.98),rgba(243,244,246,0.92))}.semantic-shell--content.semantic-shell--split{display:grid;grid-template-columns:minmax(180px,0.4fr) minmax(0,1fr);gap:1rem;align-items:start}.pros-cons-shell{margin:1rem 0;padding:1rem 1.05rem;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,0.06)}.pros-cons-shell__head{margin-bottom:0.65rem;font-size:0.82rem;font-weight:800;letter-spacing:0.06em;text-transform:uppercase;color:linear-gradient(135deg,hsl(116,55%,42%) 0%,hsl(121,55%,37%) 100%)}.pros-cons-shell--accent{background:linear-gradient(135deg,rgba(255,255,255,0.98),rgba(254,242,242,0.92))}.pros-cons-shell--minimal{padding:0.85rem 0.95rem;border-style:dashed}.tech-grid--cards{gap:0.8rem;background:transparent;border-radius:0}.tech-grid--cards .tech-cell{border:1px solid #e5e7eb;border-radius:12px;background:#fff}.tech-grid--striped .tech-cell:nth-child(odd){background:#eef2ff}.tech-grid--compact .tech-cell{padding:0.55rem 0.75rem}@media(max-width:768px){.semantic-shell--content.semantic-shell--split{grid-template-columns:1fr}}.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}.nav-shell--split{display:grid;grid-template-columns:auto 1fr;align-items:center}.nav-shell--compact{gap:0.6rem}.nav-shell__lead{font-size:0.76rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;opacity:0.72;white-space:nowrap}.nav-list-primary--pill .nav-link{border:1px solid rgba(0,0,0,0.08);background:rgba(255,255,255,0.72)}.nav-list-primary--compact .nav-link{padding:0.38rem 0.72rem;font-size:0.84rem}.site-header--split .header-content{display:grid;grid-template-columns:1fr auto;gap:1rem}.site-header--compact{padding:1rem 0}.intro-cluster{display:flex;gap:0.8rem;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap}.intro-cluster--card{padding:0.85rem 1rem;border:1px solid rgba(0,0,0,0.06);border-radius:12px;background:#f9fafb}.intro-cluster--stack{display:grid;gap:0.6rem}.footer-meta--minimal{justify-content:center}.footer-meta--split{display:grid;grid-template-columns:auto 1px auto 1fr;align-items:center;gap:1rem}.footer-divider{width:1px;height:28px;background:rgba(255,255,255,0.2)}.slot-nav-shell{display:flex;align-items:center;gap:0.8rem;flex-wrap:wrap}.slot-nav--tabs .slot-nav-link,.slot-nav--pills .slot-nav-link{border:1px solid rgba(0,0,0,0.06)}.slot-nav--compact .slot-nav-link{padding:0.3rem 0.55rem;font-size:0.75rem}.service-hero{margin:0 0 1rem;padding:1rem 1.1rem;border-radius:12px;background:linear-gradient(135deg,rgba(255,255,255,0.98),rgba(243,244,246,0.9));border:1px solid rgba(0,0,0,0.06)}.service-hero__lead{margin:0;color:#4b5563}.service-hero--editorial{border-left:4px solid linear-gradient(135deg,hsl(116,55%,42%) 0%,hsl(121,55%,37%) 100%)}@media(max-width:768px){.nav-shell--split,.footer-meta--split{grid-template-columns:1fr}.slot-nav-shell{justify-content:center}.intro-cluster{align-items:flex-start}}.component-pool{margin:1rem 0;padding:1rem 1.05rem;border-radius:12px;border:1px solid rgba(0,0,0,0.06);background:#fff}.component-pool--bonus{background:linear-gradient(135deg,rgba(255,255,255,0.99),rgba(254,249,195,0.82))}.component-pool--bonus.component-pool--highlight{border-left:4px solid #f59e0b}.component-pool--bonus.component-pool--strip{box-shadow:0 6px 12px rgba(0,0,0,0.12)}.component-pool--payment{background:linear-gradient(135deg,rgba(255,255,255,0.99),rgba(239,246,255,0.9))}.component-pool--payment.component-pool--grid .component-pool__body{display:grid;gap:0.8rem}.component-pool--payment.component-pool--note{border-left:4px solid #3b82f6}.component-pool--account{background:linear-gradient(135deg,rgba(255,255,255,0.99),rgba(240,253,244,0.92))}.component-pool--account.component-pool--steps{border-left:4px solid #22c55e}.component-pool--app{background:linear-gradient(135deg,rgba(255,255,255,0.99),rgba(243,244,246,0.95))}.component-pool--app.component-pool--device{border-left:4px solid #6366f1}.component-pool--audit{background:linear-gradient(135deg,rgba(255,255,255,0.99),rgba(254,242,242,0.92))}.component-pool--audit.component-pool--score{border-left:4px solid #ef4444}.component-pool--slot-data{background:linear-gradient(135deg,rgba(255,255,255,0.99),rgba(224,231,255,0.9))}.component-pool--slot-data.component-pool--metrics{border-left:4px solid #4f46e5}.component-pool--slot-strategy{background:linear-gradient(135deg,rgba(255,255,255,0.99),rgba(236,253,245,0.92))}.component-pool--slot-strategy.component-pool--steps{border-left:4px solid #10b981}.top-games-section{margin:1.4rem 0}.top-games-stack{display:flex;flex-direction:column;gap:0.75rem}.top-game-card--list{display:grid;grid-template-columns:auto 1fr;gap:0.75rem;align-items:center;padding:0.75rem;border-radius:12px;background:#fff;box-shadow:0 6px 12px rgba(0,0,0,0.12)}.top-game-card--list .top-game-link{display:flex;align-items:center;gap:0.75rem}.top-game-card--list img{width:104px;flex:0 0 104px;border-radius:12px}.top-game-copy{display:flex;flex-direction:column;gap:0.25rem}.top-game-meta{font-size:0.78rem;color:#6b7280}.top-game-rank{font-size:0.85rem;font-weight:800;color:linear-gradient(135deg,hsl(116,55%,42%) 0%,hsl(121,55%,37%) 100%);min-width:2.1rem}.top-game-card--featured{position:relative}.top-games-section--ribbon .top-games-grid{display:flex;overflow-x:auto;grid-template-columns:none;padding-bottom:0.35rem}.top-games-section--ribbon .top-game-card{min-width:180px;flex:0 0 180px}.top-games-section--chip .top-games-grid{display:flex;flex-wrap:wrap;gap:0.7rem}.top-games-section--chip .top-game-card{width:auto;min-width:160px;flex:0 0 auto}.top-games-section--chip .top-game-link{display:flex;align-items:center;gap:0.55rem;padding:0.45rem 0.65rem}.top-games-section--chip img{width:44px;height:44px;aspect-ratio:1/1;border-radius:10px}@media(max-width:768px){.hero-shell--split{grid-template-columns:1fr}.faq-shell--cards,.faq-shell--split,.review-shell--quote{grid-template-columns:1fr}.top-game-card--list{grid-template-columns:1fr}.top-game-card--list .top-game-link{align-items:flex-start}}