/* Slot Review Site Styles */
*{margin:0;padding:0;box-sizing:border-box}

body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:#222;background:linear-gradient(125deg, hsl(206, 36%, 92%) 0%, hsl(216, 36%, 95%) 100%);min-height:100vh}

.container{max-width:800px;margin:0 auto;padding:0 20px}

header{background:hsl(206, 56%, 36%);padding:1rem 0;box-shadow:0 2px 8px rgba(0,0,0,0.12)}
header .container{display:flex;justify-content:space-between;align-items:center}
.logo{color:#fff;text-decoration:none;font-size:1.4rem;font-weight:700}

.slot-nav-row{padding-top:0.75rem}
.slot-nav{display:flex;flex-wrap:wrap;gap:0.45rem}
.slot-nav-link{display:inline-flex;align-items:center;padding:0.38rem 0.7rem;border-radius:8px;font-size:0.82rem;font-weight:600;text-decoration:none;color:#111;background:rgba(255,255,255,0.86)}
.slot-nav-link:hover{background:#fff}
.slot-nav-link.is-active{background:linear-gradient(135deg, hsl(206, 56%, 49%) 0%, hsl(216, 56%, 44%) 100%);color:#fff}

.slot-review{background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1);padding:2rem;margin:2rem 0}

h1{font-size:clamp(2rem,4.6vw,2.2rem);line-height:1.15;color:hsl(206, 56%, 36%);margin-bottom:1rem;text-align:center;overflow-wrap:anywhere;word-break:break-word}
h2{font-size:1.5rem;color:hsl(206, 56%, 36%);margin:1.5rem 0 0.75rem;padding-bottom:0.3rem;border-bottom:2px solid linear-gradient(135deg, hsl(206, 56%, 49%) 0%, hsl(216, 56%, 44%) 100%)}
h3{font-size:1.2rem;margin:1rem 0 0.5rem;color:#333}

p{margin-bottom:1rem}
ul,ol{margin:1rem 0;padding-left:1.8rem}
li{margin-bottom:0.4rem}

table{width:100%;border-collapse:collapse;margin:0;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1rem 0}
th,td{padding:0.6rem 0.8rem;text-align:left;border:1px solid #e0e0e0;white-space:normal;word-break:break-word}
th{background:linear-gradient(135deg, hsl(206, 56%, 49%) 0%, hsl(216, 56%, 44%) 100%);color:#fff;font-weight:600}
tr:nth-child(even){background:#f8f9fa}
@media(max-width:600px){th,td{padding:0.45rem 0.5rem;font-size:0.85rem}table{font-size:0.85rem}}

.tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#e0e0e0;border-radius:8px;overflow:hidden;margin:1.5rem 0}
.tech-cell{background:#f8f9fa;padding:0.75rem 1rem;display:flex;flex-direction:column;gap:0.2rem}
.tech-label{font-size:0.8rem;color:#666;text-transform:uppercase;letter-spacing:0.5px}
.tech-value{font-weight:700;color:#222;font-size:1rem}

.slot-section{margin:1.5rem 0}

.slot-image,.slot-image-block{text-align:center}
.slot-image img,.slot-image-block img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1)}

.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(206, 56%, 49%) 0%, hsl(216, 56%, 44%) 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:8px;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:8px;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}
.slot-hero-logo img{width:100%;max-width:760px;aspect-ratio:16/9;object-fit:cover}

.service-page h1{text-align:left;font-size:1.8rem;margin-bottom:1.5rem}

.demo-play-block{margin:2rem 0;text-align:center}
.demo-play-buttons{display:flex;gap:0.75rem;justify-content:center;align-items:center;flex-wrap:wrap}
.demo-btn{display:inline-flex;align-items:center;gap:0.4rem;padding:0.9rem 2.5rem;border-radius:8px;font-weight:700;font-size:1.05rem;text-align:center;cursor:pointer;border:none;text-decoration:none;transition:all 0.3s;box-shadow:0 4px 6px rgba(0,0,0,0.1)}
.demo-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,0.18)}
.demo-btn-demo{background:#e5e7eb;color:#374151}
.demo-btn-demo:hover{background:#d1d5db}
.demo-btn-demo.active{background:#6366f1;color:#fff}
.demo-btn-real{background:linear-gradient(135deg,#f59e0b,#eab308);color:#111}
.demo-btn-real:hover{background:linear-gradient(135deg,#d97706,#ca8a04)}
.demo-btn-full{padding:0.9rem 3.5rem}

.demo-iframe-wrapper{max-height:0;overflow:hidden;transition:max-height 0.5s ease;border-radius:8px;margin-top:0}
.demo-iframe-wrapper.open{max-height:560px;margin-top:1rem}
.demo-iframe{width:100%;height:500px;border:none;border-radius:8px;display:block;background:#1a1a2e}
.demo-loading{display:flex;align-items:center;justify-content:center;height:500px;background:#1a1a2e;border-radius:8px}
.demo-loading.hidden{display:none}
.demo-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,0.2);border-top-color:#6366f1;border-radius:50%;animation:spin 0.8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

footer{background:hsl(206, 56%, 36%);color:#fff;text-align:center;padding:2rem 0;margin-top:3rem}
.footer-links{margin-bottom:1.5rem}
.footer-links-row{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:0.75rem}
.footer-links-row a{color:rgba(255,255,255,0.85);text-decoration:none;font-size:0.85rem;transition:color 0.2s}
.footer-links-row a:hover{color:#fff;text-decoration:underline}
.footer-keywords{display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem;margin-top:0.25rem}
.footer-keyword{display:inline-flex;align-items:center;padding:0.25rem 0.55rem;border-radius:999px;background:rgba(255,255,255,0.08);color:rgba(255,255,255,0.78);font-size:0.75rem;line-height:1}
.footer-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;padding:1rem 0;border-top:1px solid rgba(255,255,255,0.15);border-bottom:1px solid rgba(255,255,255,0.15)}
.trust-badge{display:inline-flex;align-items:center;gap:0.3rem;padding:0.4rem 0.8rem;background:rgba(255,255,255,0.1);border-radius:4px;font-size:0.75rem;font-weight:600;letter-spacing:0.5px;opacity:0.9}
.footer-age{font-size:2rem;font-weight:700;margin-bottom:0.5rem}
.footer-responsible{font-size:0.85rem;opacity:0.85;margin-bottom:0.5rem}
.footer-copy{font-size:0.8rem;opacity:0.7}

.scroll-top{position:fixed;bottom:20px;right:20px;width:44px;height:44px;border-radius:50%;border:none;background:linear-gradient(135deg, hsl(206, 56%, 49%) 0%, hsl(216, 56%, 44%) 100%);color:#fff;font-size:1.2rem;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,0.2);display:none;align-items:center;justify-content:center;z-index:200;transition:opacity 0.3s}
.scroll-top.visible{display:flex}

@media(max-width:640px){
  .container{max-width:100%}
  .slot-review{padding:1rem;margin:1rem 0}
  h1{font-size:clamp(1.75rem,8vw,2.05rem);line-height:1.12}
  h2{font-size:1.2rem}
  .slot-nav{justify-content:center}
  .slot-nav-link{font-size:0.76rem;padding:0.34rem 0.6rem}
  .tech-grid{grid-template-columns:1fr 1fr}
  .footer-badges{gap:0.75rem}
  .reviews-grid{grid-template-columns:1fr}
  .fomo-bar{flex-direction:column;gap:0.4rem}
}


body.slot-layout-compact .container{max-width:760px}
body.slot-layout-compact .slot-review{padding:1.2rem}
body.slot-layout-magazine .container{max-width:980px}
body.slot-layout-magazine h1{text-align:left;font-size:clamp(2.1rem,4.5vw,2.7rem)}
body.slot-layout-magazine .slot-section{margin:2rem 0}
body.slot-layout-featured .container{max-width:1040px}
body.slot-layout-featured .slot-review{padding:2.4rem}
body.slot-layout-featured .tech-grid{grid-template-columns:repeat(4,1fr)}
body.slot-layout-featured .slot-nav-link{padding:0.48rem 0.9rem}
body.slot-layout-featured .slot-hero-logo img{max-width:100%}
body.font-editorial h1,body.font-editorial h2{font-family:Georgia,'Times New Roman',serif}
body.density-tight .slot-section{margin:1rem 0}
body.density-loose .slot-section{margin:2rem 0}
body.footer-minimal .footer-badges{padding:0.6rem 0}
body.footer-split .footer-links-row{justify-content:space-between}
body.footer-expanded .trust-badge{padding:0.55rem 1rem}
@media(max-width:640px){body.slot-layout-featured .tech-grid{grid-template-columns:1fr 1fr}body.slot-layout-magazine h1{text-align:center;font-size:clamp(1.8rem,8vw,2.15rem);line-height:1.08}}

.hero-shell{display:block;margin:0 0 1.4rem;padding:1.2rem 1.3rem;border-radius:8px;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(206, 56%, 49%) 0%, hsl(216, 56%, 44%) 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:8px;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:8px;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(206, 56%, 49%) 0%, hsl(216, 56%, 44%) 100%);background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1)}
.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:8px 8px 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:8px;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 4px 6px rgba(0,0,0,0.1)}
.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 4px 6px rgba(0,0,0,0.1)}
.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:8px;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(206, 56%, 49%) 0%, hsl(216, 56%, 44%) 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:8px;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:8px;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:8px;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(206, 56%, 49%) 0%, hsl(216, 56%, 44%) 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:8px;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 4px 6px rgba(0,0,0,0.1)}
.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:8px;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,0.1)}
.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:8px}
.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(206, 56%, 49%) 0%, hsl(216, 56%, 44%) 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}}
