/* =========================
   FONT KILL SWITCH
   PSI + LCP FIX
   ========================= */

/* Tek yerden yönet: system font stack */
:root{
  --os-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
/* Nunito kaynaklı CLS varsa: şimdilik tamamen kapat */
html, body{
  font-family: var(--os-font) !important;
  font-weight: 400;
}
/* Nunito'yu kullanan elemanlar da zorla sistem fontuna düşsün */
h1,h2,h3,h4,h5,h6,
p,span,a,button,input,textarea,select,label,li,strong,b,em,i,small{
  font-family: var(--os-font) !important;
}
/* Nunito font-weight yüzünden layout zıplamasın */
h1,h2,h3,h4,h5,h6,strong,b{
  font-weight: 700; /* !important verme: tema kendi ağırlıklarını boğmasın */
}
/* =========================
   SYSTEM FONT STACK (PERF SAFE)
   Nunito tamamen devre dışı
   ========================= */
body{
  font-family: var(--os-font) !important;
}
/* CSS DEVAM */
.show-games{margin-bottom:40px}
.show-games h2{margin-bottom:30px;font-size:2rem;color:#980e58}
.show-games.display-grid .games-grid-container
 .games-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:20px;padding:20px 0}
.show-games.display-carousel .games-carousel-container{position:relative;padding:0 40px}
.show-games.display-carousel .games-carousel-container .games-carousel{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:20px 0}
.show-games.display-carousel
 .games-carousel-container .games-carousel
::-webkit-scrollbar{display:none}
.show-games.display-carousel .games-carousel-container .games-carousel .game-card{flex:0 0 200px;scroll-snap-align:start}
.show-games.display-carousel .games-carousel-container .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#980e58;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;z-index:2;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.2)}
.show-games.display-carousel .games-carousel-container .carousel-arrow:hover{background:#690a3d;transform:translateY(-50%) scale(1.1)}
.show-games.display-carousel .games-carousel-container .carousel-arrow.arrow-left{left:0}
.show-games.display-carousel .games-carousel-container .carousel-arrow.arrow-right{right:0}
.show-games .game-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:transform .3s ease}
.show-games .game-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px rgba(0,0,0,.15)}
.show-games .game-card:hover .game-image .play-overlay{opacity:1}
.show-games .game-card:hover .game-image img{transform:scale(1.1)}
.show-games .game-card .game-image{position:relative;padding-top:75%;overflow:hidden}
.show-games .game-card .game-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}
.show-games .game-card .game-image .play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}
.show-games .game-card .game-image .play-overlay .play-icon{color:#fff;font-size:2rem;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-decoration:none}
.show-games .game-card .game-name{padding:15px;text-align:center}
.show-games .game-card .game-name h3{margin:0;font-size:1rem;font-weight:600}
.show-games .game-card .game-name h3 a{color:#980e58;text-decoration:none}
.show-games .game-card .game-name h3 a:hover{color:#690a3d}
@media(max-width: 480px){header .header-top-wrapper{flex-direction:column;padding:8px 0;gap:10px}header .header-top-wrapper .logo-wrapper{flex-basis:100%;padding:5px}header .header-top-wrapper .logo-wrapper svg{width:20px;height:20px;display:none}header .header-top-wrapper .logo-wrapper img,header .header-top-wrapper .logo-wrapper a{width:65px;height:65px}header .header-top-wrapper .logo-wrapper p{font-size:12px;margin-bottom:-8px;display:none}header .header-top-wrapper .header-right{flex-basis:100%;justify-content:space-between;gap:10px;padding:5px}header .header-top-wrapper .header-right .search-wrapper form input{width:100% !important;max-width:100%;padding:0 35px 0 12px;height:36px;font-size:13px}header .header-top-wrapper .header-right .search-wrapper form input:focus{width:100% !important}header .header-top-wrapper .header-right .icons-wrapper{gap:5px}header .header-top-wrapper .header-right .icons-wrapper a{width:36px;height:36px;font-size:14px;display:none}header .header-top-wrapper .header-right .icons-wrapper a svg{width:18px;height:18px}header .header-navigation{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;z-index:1000;max-height:60vh;overflow-y:auto}header .header-navigation.active{display:block}header .header-navigation .header-navigation-container{padding:0}header .header-navigation .header-navigation-section nav ul{flex-direction:column}header .header-navigation .header-navigation-section nav ul li{border-bottom:1px solid #eee}header .header-navigation .header-navigation-section nav ul li a{padding:12px 15px;font-size:13px;text-align:left}header .header-navigation .header-navigation-section nav ul li a:hover{background-color:rgba(152,14,88,.08)}.body-wrapper{margin-top:90px}main{padding:0}.container{padding:0 10px !important}.games-grid{grid-template-columns:repeat(2, 1fr);gap:10px}.game-card{flex:0 0 calc(50% - 5px)}.game-card .game-image img{height:100px}.game-card .game-name{padding:10px}.game-card .game-name h3{font-size:.9rem;margin:0 0 5px 0}.hero-section{padding:30px 15px;margin-bottom:20px}.hero-section .hero-content h1{font-size:1.5rem;margin-bottom:15px}.hero-section .hero-content p{font-size:.9rem;margin-bottom:20px}.hero-section .hero-content .hero-buttons{flex-direction:column;gap:10px}.hero-section .hero-content .hero-buttons .btn{width:100%;padding:10px 16px;font-size:.9rem}.btn{padding:10px 16px;font-size:.9rem;border-radius:20px}.categories-section{margin-bottom:30px}.categories-section h2{font-size:1.5rem;margin-bottom:20px}.categories-section .categories-grid{grid-template-columns:1fr;gap:15px}.categories-section .category-card{padding:20px 15px}.categories-section .category-card .category-icon{font-size:2rem}.categories-section .category-card h3{font-size:1rem}.categories-section .category-card p{font-size:.85rem}.featured-games{margin-bottom:30px}.featured-games h2{font-size:1.3rem;margin-bottom:20px}.featured-games .section-header{flex-direction:column;align-items:stretch;gap:10px}.featured-games .section-header .filter-tabs{width:100%;overflow-x:auto;gap:8px;padding-bottom:8px;-webkit-overflow-scrolling:touch}.featured-games .section-header .filter-tabs .filter-tab{flex-shrink:0;padding:7px 12px;font-size:.8rem;white-space:nowrap}.featured-games .games-carousel-container .carousel-arrow{width:40px;height:40px;font-size:1.2rem}.featured-games .games-carousel-container .carousel-arrow.arrow-left{left:5px}.featured-games .games-carousel-container .carousel-arrow.arrow-right{right:5px}.featured-games .games-carousel-container .games-carousel{gap:10px;padding:0 40px 10px 0}footer{padding:30px 15px}footer .footer-content .container{flex-direction:column;gap:20px}footer .footer-content .footer-section{flex-basis:100%}footer .footer-content .footer-section h3,footer .footer-content .footer-section h4{font-size:1rem;margin-bottom:10px}footer .footer-content .footer-section p,footer .footer-content .footer-section ul{font-size:.85rem}.game-header{margin-bottom:20px}.game-header .game-main-info{flex-direction:column;padding:15px;gap:15px}.game-header .game-main-info .game-image-large img{width:100%;max-width:100%;height:auto}.game-header .game-main-info .game-details h1{font-size:1.5rem;margin-bottom:10px}.game-instructions .instructions-grid{grid-template-columns:1fr}.games-carousel-container .games-carousel .game-card{flex:0 0 150px}.top-nav{top:auto;position:relative;margin-bottom:15px}.top-nav .nav-section{flex-direction:column}.top-nav .nav-section h3{border-radius:8px 8px 0 0;padding:12px 15px;font-size:.95rem}.top-nav .nav-section .nav-links{flex-direction:column}.top-nav .nav-section .nav-links a{padding:12px 15px;font-size:.9rem;flex:1;border-right:none;border-bottom:1px solid #eee;border-radius:0}.top-nav .nav-section .nav-links a:last-child{border-bottom:none;border-radius:0 0 8px 8px}.top-nav .nav-section .nav-links a:first-child{border-radius:0}.top-nav .mega-menu{position:relative;width:100% !important;left:0 !important;top:auto;box-shadow:none;background:#f5f5f5;border-radius:0 0 8px 8px;padding:10px}.top-nav .mega-menu .mega-menu-content{grid-template-columns:1fr;gap:15px}[data-tooltip]::before,[data-tooltip]::after{display:none}.game-rating .stars{font-size:1.1rem;margin-right:5px}.game-rating .rating-text{font-size:.85rem}.mega-menu-item:hover .mega-menu{opacity:1;visibility:visible;transform:none}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;cursor:pointer;background:rgba(255,255,255,.1);border:none;border-radius:8px;color:#fff;font-size:1.2rem;padding:0;width:36px;height:36px;margin:5px}.mobile-menu-toggle:hover{background:rgba(255,255,255,.2)}.mobile-menu-toggle svg{width:20px;height:20px;stroke:#fff;stroke-width:2}.play .game-container{height:250px}}
@media(min-width: 481px)and (max-width: 768px){header .header-top-wrapper{padding:10px;gap:15px}header .header-top-wrapper .logo-wrapper{flex-basis:auto;gap:8px}header .header-top-wrapper .logo-wrapper img,header .header-top-wrapper .logo-wrapper a{width:45px;height:45px}header .header-top-wrapper .logo-wrapper p{font-size:13px;margin-bottom:-5px}header .header-top-wrapper .header-right{flex-basis:auto;gap:15px;display:flex;align-items:center}header .header-top-wrapper .header-right .search-wrapper form input{width:200px;max-width:200px;padding:0 35px 0 14px;height:38px}header .header-top-wrapper .header-right .search-wrapper form input:focus{width:250px}header .header-top-wrapper .header-right .icons-wrapper{gap:8px}header .header-top-wrapper .header-right .icons-wrapper a{width:38px;height:38px}header .header-top-wrapper .header-right .icons-wrapper a svg{width:20px;height:20px}header .header-navigation .header-navigation-section nav ul{flex-wrap:wrap}header .header-navigation .header-navigation-section nav ul li a{padding:12px 15px;font-size:13px}.body-wrapper{margin-top:110px}.games-grid{grid-template-columns:repeat(3, 1fr);gap:15px}.game-card .game-image img{height:120px}.game-card .game-name{padding:12px}.game-card .game-name h3{font-size:.95rem}.hero-section{padding:40px 20px}.hero-section .hero-content h1{font-size:2rem;margin-bottom:15px}.hero-section .hero-content p{font-size:1rem;margin-bottom:20px}.hero-section .hero-content .hero-buttons{gap:15px}.hero-section .hero-content .hero-buttons .btn{padding:11px 20px;font-size:.95rem}.categories-section{margin-bottom:40px}.categories-section h2{font-size:2rem;margin-bottom:30px}.categories-section .categories-grid{grid-template-columns:repeat(2, 1fr);gap:15px}.categories-section .category-card{padding:25px}.categories-section .category-card .category-icon{font-size:2.5rem}.categories-section .category-card h3{font-size:1.1rem}.featured-games{margin-bottom:40px}.featured-games h2{font-size:1.6rem;margin-bottom:25px}.featured-games .section-header{flex-direction:row;align-items:center;gap:15px}.featured-games .section-header h2{margin:0}.featured-games .section-header .filter-tabs{width:auto;overflow-x:auto;flex:1;-webkit-overflow-scrolling:touch}.featured-games .section-header .filter-tabs .filter-tab{flex-shrink:0;padding:8px 15px;font-size:.9rem}.featured-games .games-carousel-container .carousel-arrow{width:45px;height:45px}.featured-games .games-carousel-container .carousel-arrow.arrow-left{left:8px}.featured-games .games-carousel-container .carousel-arrow.arrow-right{right:8px}.featured-games .games-carousel-container .games-carousel{gap:15px}footer{padding:35px 20px}footer .footer-content .container{flex-direction:row;flex-wrap:wrap;gap:25px}footer .footer-content .footer-section{flex-basis:calc(50% - 12.5px)}footer .footer-content .footer-section h3,footer .footer-content .footer-section h4{font-size:1rem;margin-bottom:12px}footer .footer-content .footer-section p,footer .footer-content .footer-section ul{font-size:.9rem}.game-header{margin-bottom:30px}.game-header .game-main-info{flex-direction:column;padding:25px;gap:20px}.game-header .game-main-info .game-image-large img{width:100%;max-width:250px;margin:0 auto}.game-header .game-main-info .game-details h1{font-size:2rem}.game-header .game-main-info .game-details .game-description{font-size:1rem}.game-instructions .instructions-grid{grid-template-columns:repeat(2, 1fr)}.top-nav{top:auto;position:relative}.top-nav .nav-section{flex-direction:column}.top-nav .nav-section h3{border-radius:8px 8px 0 0;padding:15px}.top-nav .nav-section .nav-links{flex-direction:column}.top-nav .nav-section .nav-links a{padding:15px;border-bottom:1px solid #eee;border-right:none}.top-nav .nav-section .nav-links a:last-child{border-bottom:none;border-radius:0 0 8px 8px}.top-nav .mega-menu{position:relative;width:100% !important;background:#f5f5f5;border-radius:0 0 8px 8px;padding:15px}.top-nav .mega-menu .mega-menu-content{grid-template-columns:repeat(2, 1fr);gap:20px}.play .game-container{height:350px}}
@media(min-width: 769px)and (max-width: 1024px){header .header-navigation .header-navigation-section nav ul{flex-wrap:wrap}.body-wrapper{margin-top:130px}.games-grid{grid-template-columns:repeat(4, 1fr);gap:18px}.categories-grid{grid-template-columns:repeat(3, 1fr)}.featured-games .games-carousel-container .carousel-arrow{width:48px;height:48px}.game-header .game-main-info{flex-direction:row;gap:25px}.game-header .game-main-info .game-image-large img{width:180px;height:180px}.top-nav{top:70px;position:sticky;z-index:10}.top-nav .nav-section{flex-direction:row}.top-nav .nav-section h3{border-radius:10px 0 0 10px}.top-nav .nav-section .nav-links{flex-direction:row}.top-nav .nav-section .nav-links a{padding:20px 15px;border-right:1px solid #eee;border-bottom:none;border-radius:0}.top-nav .nav-section .nav-links a:last-child{border-radius:0 10px 10px 0;border-right:none}.top-nav .nav-section .nav-links a:first-child{border-radius:0}.top-nav .mega-menu{position:absolute;top:100%;width:700px;left:0;background:#fff;border-radius:0 0 15px 15px;box-shadow:0 8px 25px rgba(0,0,0,.15);padding:25px}.top-nav .mega-menu .mega-menu-content{grid-template-columns:repeat(2, 1fr);gap:25px}}
@media(min-width: 1025px){.mobile-menu-toggle{display:none !important}header .header-navigation{display:block !important}.games-grid{grid-template-columns:repeat(6, 1fr);gap:20px}}
@media(min-width: 1440px){.container{margin:0 auto;padding:0 20px !important}.games-grid{grid-template-columns:repeat(7, 1fr)}.hero-section .hero-content{max-width:900px}.hero-section .hero-content h1{font-size:3.5rem}.hero-section .hero-content p{font-size:1.3rem}}
@media(max-height: 500px)and (orientation: landscape){header .header-top-wrapper{padding:5px}.body-wrapper{margin-top:70px}.hero-section{padding:15px 0}.featured-games h2{margin-bottom:15px}.game-card .game-image img{height:80px}}
@media(hover: none)and (pointer: coarse){button,a,input{min-height:44px;min-width:44px}.game-card:hover{transform:none}.btn:hover{transform:none}.category-card:hover{transform:none}.game-card:active,.btn:active,.category-card:active{opacity:.8}[data-tooltip]::before,[data-tooltip]::after{display:none}}
@media print{header,footer,.hero-section,.carousel-arrow{display:none}.body-wrapper{margin-top:0}.game-card,.category-card{-moz-column-break-inside:avoid;break-inside:avoid}}
@media(max-width: 1024px){.desktop-only{display:none}}
.mobile-only{display:none}
@media(max-width: 1024px){.mobile-only{display:block}}
.tablet-only{display:none}
@media(min-width: 769px)and (max-width: 1024px){.tablet-only{display:block}}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif !important;
  line-height:1.6;
  margin:0;
  padding:0
}
a,a:link,a:visited,a:-webkit-any-link{color:inherit;text-decoration:none}
.container{padding:0px 15px !important;margin:0 auto}
header{z-index:12;position:fixed;background-image:none;width:auto;top:0;left:0;right:0;height:auto;box-shadow:0px 3px 3px -2px rgba(0,0,0,.2)
,0px 3px 4px 0px rgba(0,0,0,.14),0px 1px 8px 0px rgba(0,0,0,.12)}
header .header-navigation{background-color:#eee;margin:0;padding:0}
header .header-navigation .header-navigation-container{margin:0;padding:0}
header .header-navigation .header-navigation-section{margin:0;padding:0}
header .header-navigation .header-navigation-section nav{margin:0;padding:0}
header .header-navigation .header-navigation-section nav ul{margin:0;padding:0;list-style:none;display:flex}
header .header-navigation .header-navigation-section nav ul li{margin:0;padding:0}
header .header-navigation .header-navigation-section nav ul li a{display:block;padding:15px 20px;text-decoration:none;color:#333;font-weight:500;font-size:14px}
header .header-navigation .header-navigation-section nav ul li a:hover{background-color:rgba(152,14,88,.1);color:#980e58}
header .header-top-wrapper{display:-ms-flexbox;padding:10px 8px;background:#980e58;display:flex;flex-direction:row;justify-content:space-between;align-items:center;-webkit-box-flex-flow:wrap;flex-flow:wrap}
header .logo-wrapper{display:flex;gap:10px;align-items:center;flex-basis:47%}
header .logo-wrapper svg{width:24px;height:24px;fill:#fff}
header .logo-wrapper svg:hover{cursor:pointer}
header .logo-wrapper img,header .logo-wrapper a{width:45px;height:45px}
header .logo-wrapper p{font-size:14px;color:#fff;font-family:"Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;margin:0;padding:0;margin-bottom:-5px}
header .search-wrapper form{width:100%;max-width:100%;position:relative;margin:0}
header .search-wrapper form input{border-radius:30px;height:40px;border:none;box-shadow:none;font-family:"Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;font-size:14px;color:#333;outline:none;padding:0 40px 0 16px;width:250px;transition:all .3s ease;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}
header .search-wrapper form input:focus{width:300px;box-shadow:0 2px 10px rgba(0,0,0,.1)}
header .search-wrapper form input:focus::-moz-placeholder{opacity:0;transform:translateX(10px)}
header .search-wrapper form input:focus::placeholder{opacity:0;transform:translateX(10px)}
header .search-wrapper form input::-moz-placeholder{color:#666;-moz-transition:all .3s ease;transition:all .3s ease}
header .search-wrapper form input::placeholder{color:#666;transition:all .3s ease}
header .search-wrapper form input:not(:-moz-placeholder-shown){color:#333}
header .search-wrapper form input:not(:placeholder-shown){color:#333}
header .search-wrapper form::after{content:"";position:absolute;right:15px;top:50%;transform:translateY(-50%);width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;pointer-events:none}
header .search-header{margin:40px 0;text-align:center}
header .search-header .search-title{font-size:2rem;color:#980e58;margin-bottom:15px}
header .search-header .search-title span{color:#ff4081}
header .search-header .search-stats{color:#666;font-size:1.1rem}
header .search-results{margin:40px 0}
header .search-results .game-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:all .3s ease}
header .search-results .game-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px rgba(0,0,0,.15)}
header .search-results .game-card .game-image{position:relative;padding-top:75%}
header .search-results .game-card .game-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
header .search-results .game-card .game-image .play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}
header .search-results .game-card .game-image .play-overlay .play-icon{color:#fff;font-size:2.5rem}
header .search-results .game-card .game-image:hover .play-overlay{opacity:1}
header .search-results .game-card .game-info{padding:15px}
header .search-results .game-card .game-info h3{margin:0 0 10px;font-size:1.1rem}
header .search-results .game-card .game-info h3 a{color:#333;text-decoration:none}
header .search-results .game-card .game-info h3 a:hover{color:#980e58}
header .search-results .game-card .game-info .game-meta{display:flex;align-items:center;gap:15px;font-size:.9rem;color:#666}
header .game-rating{display:flex;align-items:center;gap:8px}
header .game-rating .stars{display:flex;align-items:center;gap:2px;cursor:pointer}
header .game-rating .stars svg{width:16px;height:16px;color:#ffb117}
header .game-rating .stars svg[fill=currentColor]{color:#ffb117}
header .game-rating .stars svg[fill=none]{stroke:#ffb117}
header .game-rating .rating-text{color:#666;font-size:.9rem}
header .no-results{text-align:center;padding:60px 0}
header .no-results .no-results-content{max-width:600px;margin:0 auto}
header .no-results .no-results-content h2{font-size:1.8rem;color:#980e58;margin-bottom:20px}
header .no-results .no-results-content p{color:#666;margin-bottom:30px}
header .no-results .no-results-content .btn-primary{display:inline-block;padding:12px 30px;font-size:1.1rem}
header .header-right{flex-basis:auto;gap:30px;float:right;display:flex;align-items:center;justify-content:center}
header .header-right .icons-wrapper{display:flex;gap:10px;align-items:center;justify-content:center}
header .header-right a{border-radius:30px;transition:250ms;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;font-family:Nunito,"Nunito Fallback";font-weight:800;font-size:16px;box-sizing:border-box;color:#eff0f7;width:40px;height:40px;padding:0px;background:rgba(255,255,255,.1)}
h1,h2,h3,h4,h5,h6{font-family:"Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;color:#980e58}
p{font-family:"Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400}
h1{font-size:2.5rem;margin:unset}
p{font-size:1rem;margin:unset}
.navigation .nav-links{text-align:center}
.navigation .nav-links .page-numbers{color:#980e58;font-weight:600;font-size:14px;padding:10px 20px;border-radius:20px;background:#ffb117;color:#fff}
.navigation .nav-links .page-numbers.current{background:#980e58;color:#fff}
.navigation .nav-links .page-numbers:hover{background:#690a3d;transform:translateY(-2px)}
.navigation .nav-links .page-numbers:active{transform:translateY(0)}
.top-nav{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:0;margin-bottom:30px;position:sticky;top:70px;z-index:10;width:100%}
.top-nav .nav-container{max-width:1200px;margin:0 auto;padding:0 20px}
.top-nav .nav-section{display:flex;align-items:center;gap:0}
.top-nav .nav-section h3{margin:0;color:#980e58;font-size:1.2rem;font-weight:600;padding:20px 30px;background:rgba(152,14,88,.1);border-radius:10px 0 0 10px}
.top-nav .nav-section .nav-links{display:flex;gap:0;flex:1}
.top-nav .nav-section .nav-links a{color:#666;text-decoration:none;font-weight:500;padding:20px 30px;transition:all .3s ease;position:relative;cursor:pointer;border-right:1px solid #eee;flex:1;text-align:center;background:#fff}
.top-nav .nav-section .nav-links a:hover{color:#fff;background:#980e58;transform:translateY(-2px);box-shadow:0 4px 12px rgba(152,14,88,.3)}
.top-nav .nav-section .nav-links a:hover .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}
.top-nav .nav-section .nav-links a.active{color:#fff;background:#980e58;box-shadow:0 4px 12px rgba(152,14,88,.3)}
.top-nav .nav-section .nav-links a.menu-trigger:hover{background:#ffb117;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,177,23,.4)}
.top-nav .nav-section .nav-links a.menu-trigger:active{transform:translateY(0)}
.top-nav .nav-section .nav-links a:last-child{border-right:none;border-radius:0 10px 10px 0}
.top-nav .nav-section .nav-links a:first-child{border-radius:10px 0 0 10px}
.top-nav .category-grid{display:none}
.mega-menu-item:hover .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}
.games-grid{display:grid;grid-template-columns:repeat(6, minmax(200px, 1fr));gap:20px;margin:40px 0px}
#content{margin-top:40px;display:block}
.game-card{flex:0 0 200px;background:#fff;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease;cursor:pointer}
.game-card:hover{transform:translateY(-5px)}
.game-card .game-image{position:relative;overflow:hidden}
.game-card .game-image img{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}
.game-card .game-image .play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}
.game-card .game-image .play-overlay .play-icon{color:#fff;font-size:2rem}
.game-card .game-image:hover img{transform:scale(1.1)}
.game-card .game-image:hover .play-overlay{opacity:1}
.game-card .game-name{padding:15px;text-align:center}
.game-card .game-name h3{margin:0 0 8px 0;font-size:1rem;color:#980e58 !important;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:unset !important}
.game-card .game-name h3 a{color:#980e58 !important;text-decoration:unset !important}
.game-card .game-name .game-rating{display:flex;align-items:center;justify-content:center;margin-bottom:10px}
.game-card .game-name .game-rating .stars{display:flex;gap:1px}
.game-card .game-name .game-rating .stars .star{font-size:.9rem;color:#ddd;transition:color .2s ease}
.game-card .game-name .game-rating .stars .star.filled{color:#ffae0f}
.game-card .game-name .remove-favorite{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;padding:8px 15px;border:none;border-radius:20px;background:#ff4081;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}
.game-card .game-name .remove-favorite svg{width:16px;height:16px;stroke:#fff}
.game-card .game-name .remove-favorite:hover{background:#ff0d5f;transform:translateY(-2px)}
.game-card .game-name .remove-favorite:active{transform:translateY(0)}
.mega-menu{position:absolute;top:100%;left:0;width:900px;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.15);border-radius:0 0 15px 15px;padding:30px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;border:1px solid rgba(152,14,88,.1)}
.mega-menu .mega-menu-content{display:grid;grid-template-columns:repeat(3, 1fr)}
.mega-menu .mega-menu-content .mega-section .mega-links{display:flex;flex-direction:column;gap:8px}
.mega-menu .mega-menu-content .mega-section .mega-links a{color:#666;text-decoration:none;padding:10px 12px;border-radius:8px;transition:all .3s ease;font-size:.9rem;font-weight:500}
.mega-menu .mega-menu-content .mega-section .mega-links a:hover{background:#ffb117;color:#fff;transform:translateX(5px);box-shadow:0 2px 8px rgba(255,177,23,.3)}
.body-wrapper{margin-top:70px;padding:0;margin-top:125px}
.body-wrapper main{width:100%}
.body-wrapper main .container{padding:20px}
.hero-section{background:linear-gradient(135deg, #980e58, #c71273);color:#fff;padding:60px 0;text-align:center;margin-bottom:40px}
.hero-section .hero-content{max-width:800px;margin:0 auto}
.hero-section .hero-content h1{font-size:3rem;margin-bottom:20px;color:#fff}
.hero-section .hero-content p{font-size:1.2rem;margin-bottom:30px;opacity:.9}
.hero-section .hero-content .hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btn{display:inline-block;padding:12px 24px;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}
.btn.btn-primary{background:#ffb117;color:#fff}
.btn.btn-primary:hover{background:#e39700;transform:translateY(-2px)}
.btn.btn-secondary{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff}
.btn.btn-secondary:hover{background:#fff;color:#980e58}
.btn.btn-play{background:#980e58;color:#fff;padding:8px 16px;font-size:14px}
.btn.btn-play:hover{background:#690a3d}
.btn.btn-small{background:#ffb117;color:#fff;padding:6px 12px;font-size:12px}
.btn.btn-small:hover{background:#e39700}
.featured-games{margin-bottom:60px}
.featured-games h1{margin-bottom:40px;font-size:16px}
.featured-games .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:20px}
.featured-games .section-header h2{margin:0;font-size:1.8rem;color:#980e58;font-weight:600}
.featured-games .section-header .filter-tabs{display:flex;gap:10px;flex-wrap:wrap}
.featured-games .section-header .filter-tabs .filter-tab{padding:10px 20px;background:#f8f9fa;border:2px solid rgba(0,0,0,0);border-radius:25px;color:#666;font-weight:500;cursor:pointer;transition:all .3s ease}
.featured-games .section-header .filter-tabs .filter-tab:hover{background:rgba(255,181,43,.1);color:#ffb52b;transform:translateY(-2px)}
.featured-games .section-header .filter-tabs .filter-tab.active{background:#ffb52b;color:#fff;border-color:#ffb52b;box-shadow:0 4px 12px rgba(255,181,43,.3)}
.featured-games .filter-section{margin-bottom:30px}
.featured-games .filter-section .filter-tabs{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.featured-games .filter-section .filter-tabs .filter-tab{padding:10px 20px;background:#f8f9fa;border:2px solid rgba(0,0,0,0);border-radius:25px;color:#666;font-weight:500;cursor:pointer;transition:all .3s ease}
.featured-games .filter-section .filter-tabs .filter-tab:hover{background:rgba(152,14,88,.1);color:#980e58;transform:translateY(-2px)}
.featured-games .filter-section .filter-tabs .filter-tab.active{background:#980e58;color:#fff;border-color:#980e58;box-shadow:0 4px 12px rgba(152,14,88,.3)}
.featured-games .games-carousel-container{position:relative;width:100%;overflow:hidden;padding-bottom:20px}
.featured-games .games-carousel-container .games-carousel{display:flex;gap:20px;transition:transform .3s ease;padding:0px 20px 0px 0px}
.featured-games .games-carousel-container .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#980e58;color:#fff;border:none;border-radius:50%;width:50px;height:50px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(152,14,88,.3);transition:all .3s ease;z-index:10}
.featured-games .games-carousel-container .carousel-arrow:hover{background:#690a3d;transform:translateY(-50%) scale(1.1)}
.featured-games .games-carousel-container .carousel-arrow:active{transform:translateY(-50%) scale(0.95)}
.featured-games .games-carousel-container .carousel-arrow.disabled{opacity:.5;cursor:not-allowed}
.featured-games .games-carousel-container .carousel-arrow.disabled:hover{background:#980e58;transform:translateY(-50%) scale(1)}
.featured-games .games-carousel-container .carousel-arrow.arrow-left{left:10px;opacity:0;visibility:hidden;transition:all .3s ease}
.featured-games .games-carousel-container .carousel-arrow.arrow-left.visible{opacity:1;visibility:visible}
.featured-games .games-carousel-container .carousel-arrow.arrow-right{right:10px}
.categories-section{margin-bottom:60px}
.categories-section h2{text-align:center;margin-bottom:40px;font-size:2.5rem}
.categories-section .categories-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:20px}
.categories-section .category-card{background:#fff;border-radius:15px;padding:30px 20px;text-align:center;text-decoration:none;color:inherit;box-shadow:0 3px 10px rgba(0,0,0,.1);transition:all .3s ease}
.categories-section .category-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}
.categories-section .category-card .category-icon{font-size:3rem;margin-bottom:15px}
.categories-section .category-card h3{margin-bottom:10px;font-size:1.2rem}
.categories-section .category-card p{color:#666;margin-bottom:15px;font-size:.9rem}
.categories-section .category-card .game-count{background:#ffb117;color:#fff;padding:5px 15px;border-radius:20px;font-size:.8rem;font-weight:600}
img.wp-smiley,img.emoji,.wp-block-heading p img,.wp-block-paragraph p img .wp-block-header img,.wp-block-heading.emoji img,#about img{display:inline !important;border:none !important;box-shadow:none !important;height:1em !important;width:1em !important;margin:0 .07em !important;vertical-align:-0.1em !important;background:none !important;padding:0 !important}
.latest-games{margin-bottom:60px}
.latest-games h2{text-align:center;margin-bottom:40px;font-size:2.5rem}
.latest-games .games-list{display:flex;flex-direction:column;gap:15px}
.latest-games .game-item{display:flex;align-items:center;background:#fff;border-radius:10px;padding:15px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease}
.latest-games .game-item:hover{transform:translateX(5px)}
.latest-games .game-item img{width:80px;height:60px;border-radius:8px;margin-right:15px}
.latest-games .game-item .game-details{flex:1}
.latest-games .game-item .game-details h4{margin-bottom:5px;font-size:1.1rem}
.latest-games .game-item .game-details p{color:#666;font-size:.9rem;margin-bottom:5px}
.latest-games .game-item .game-details .new-badge{background:#ff4757;color:#fff;padding:2px 8px;border-radius:10px;font-size:.7rem;font-weight:600}
footer{background:#2c3e50;color:#fff;padding:40px 0;margin-top:60px}
footer .footer-content .container{margin:0 auto;padding:0 20px;display:flex;gap:30px}
footer .footer-content .container .about p{font-size:12px;color:#bdc3c7;line-height:1.6}
footer .footer-content .container .about a{color:#ffb117;text-decoration:none}
footer .footer-content .footer-section{flex-basis:25%}
footer .footer-content .footer-section h3,footer .footer-content .footer-section h4{margin-bottom:15px;color:#ffb117}
footer .footer-content .footer-section p{color:#bdc3c7;line-height:1.6}
footer .footer-content .footer-section ul{list-style:none;padding:0}
footer .footer-content .footer-section ul li{margin-bottom:8px}
footer .footer-content .footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}
footer .footer-content .footer-section ul li a:hover{color:#ffb117}
.breadcrumb{margin-bottom:20px;font-size:.9rem}
.breadcrumb a{color:#980e58;text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb span{color:#666}
.game-header{margin-bottom:40px}
.game-header .game-main-info{display:flex;gap:30px;background:#fff;border-radius:15px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.1)}
.game-header .game-image-large{position:relative;flex-shrink:0}
.game-header .game-image-large img{width:200px;height:200px;border-radius:10px;-o-object-fit:cover;object-fit:cover}
.game-header .game-image-large .play-button-large{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}
.game-header .game-image-large .play-button-large .btn-large{padding:15px 30px;font-size:1.2rem}
.game-header .game-details{flex:1}
.game-header .game-details h1{margin-bottom:15px;font-size:2.5rem}
.game-header .game-details .game-rating{margin-bottom:20px}
.game-header .game-details .game-rating .stars{color:#ffb117;font-size:1.2rem;margin-right:10px}
.game-header .game-details .game-rating .rating-text{color:#666}
.game-header .game-details .game-description{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:20px}
.game-header .game-details .game-tags{display:flex;gap:10px;flex-wrap:wrap}
.game-header .game-details .game-tags .tag{background:#ffb117;color:#fff;padding:5px 15px;border-radius:20px;font-size:.8rem;font-weight:600}
.game-description{margin-bottom:40px}
.game-description .container{display:flex;gap:20px;align-items:flex-start}
.game-description .bilgi{flex:1;min-width:0}
.game-description .bilgi h2.altbaslik{font-size:1.8rem;margin-bottom:20px;color:#980e58}
.game-description .bilgi .game-rating{margin-bottom:20px;display:flex;gap:5px}
.game-description .bilgi .game-rating svg{width:16px;height:16px;color:#ffb117}
.game-description .bilgi .entry-content{font-size:1rem;line-height:1.7;color:#555;margin-bottom:20px}
.game-description .bilgi .entry-content p{margin-bottom:15px}
.game-description .bilgi .entry-content img{max-width:100%;height:auto;margin:15px 0;border-radius:10px}
.game-description .bilgi .entry-content a{color:#980e58;text-decoration:none}
.game-description .bilgi .entry-content a:hover{text-decoration:underline}
.game-description .bilgi .entry-footer{margin-top:20px;padding-top:20px;border-top:1px solid #eee}
.game-description .bilgi .entry-footer .entry-tags{display:flex;gap:10px;flex-wrap:wrap}
.game-description .bilgi .entry-footer .entry-tags a{display:inline-block;background:rgba(152,14,88,.1);color:#980e58;padding:5px 12px;border-radius:15px;font-size:.9rem;text-decoration:none;transition:all .3s ease}
.game-description .bilgi .entry-footer .entry-tags a:hover{background:#980e58;color:#fff}
.game-description .ad-sidebar{flex-shrink:0;width:160px}
.game-description .ad-sidebar.ad-sidebar-left{order:-1}
.game-description .ad-sidebar .ad-container{position:sticky;top:120px;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:10px;overflow:hidden}
.game-description .ad-sidebar.ad-example-sidebar .ad-example-container-side{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);padding:10px;min-height:auto;max-height:600px;border-radius:10px;display:flex;align-items:center;justify-content:center}
.game-description .ad-sidebar.ad-example-sidebar .ad-example-container-side svg{width:100%;height:auto;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));max-height:580px}
.game-description .ad-sidebar.ad-example-sidebar .ad-example-side-content{text-align:center;color:#fff;width:100%}
.game-description .ad-sidebar.ad-example-sidebar .ad-example-side-content .ad-side-badge{display:inline-block;background:rgba(255,255,255,.25);color:#fff;padding:3px 8px;border-radius:12px;font-size:.7rem;font-weight:600;margin-bottom:5px;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}
.game-description .ad-sidebar.ad-example-sidebar .ad-example-side-content p{font-size:.75rem;color:rgba(255,255,255,.85);margin:4px 0 8px 0;letter-spacing:.2px}
@media(max-width: 1024px){.game-description .container{flex-direction:column;gap:25px}.game-description .ad-sidebar{width:100%}.game-description .ad-sidebar .ad-container{position:static;top:auto}}
@media(max-width: 768px){.game-header{margin-bottom:30px}.game-header .game-main-info{flex-direction:column;padding:20px;gap:20px}.game-header .game-image-large img{width:100%;max-width:300px;height:auto;margin:0 auto}.game-header .game-details h1{font-size:1.8rem}.game-description .bilfi h2.altbaslik{font-size:1.4rem}.game-description .ad-sidebar{width:100%}}
@media(max-width: 480px){.game-header .game-main-info{padding:15px;gap:15px}.game-header .game-image-large img{max-width:100%;height:auto}.game-header .game-details h1{font-size:1.5rem}.game-description{margin-bottom:20px}.game-description .container{gap:15px}.game-description .bilfi h2.altbaslik{font-size:1.2rem}.game-description .ad-sidebar{display:none}}
.game-instructions{margin-bottom:40px}
.game-instructions h2{text-align:center;margin-bottom:30px;font-size:2rem}
.game-instructions .instructions-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:20px}
.game-instructions .instruction-item{background:#fff;padding:25px;border-radius:15px;text-align:center;box-shadow:0 3px 10px rgba(0,0,0,.1)}
.game-instructions .instruction-item .instruction-icon{font-size:3rem;margin-bottom:15px}
.game-instructions .instruction-item h3{margin-bottom:10px;font-size:1.2rem}
.game-instructions .instruction-item p{color:#666;line-height:1.5}
.category-header{margin-bottom:30px}
.category-header .category-info{display:flex;align-items:center;gap:30px;background:#fff;border-radius:15px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.1)}
.category-header .category-icon-large{font-size:5rem;flex-shrink:0}
.category-header .category-details{flex:1}
.category-header .category-details h1{margin-bottom:10px;font-size:2.5rem}
.category-header .category-details p{font-size:1.1rem;color:#666;margin-bottom:15px}
.category-header .category-details .category-stats{display:flex;gap:20px}
.category-header .category-details .category-stats .game-count{background:#980e58;color:#fff;padding:8px 20px;border-radius:25px;font-weight:600}
.category-header .category-details .category-stats .popularity{background:#ffb117;color:#fff;padding:8px 20px;border-radius:25px;font-weight:600}
.filter-section{margin-bottom:30px}
.filter-section .filter-options{display:flex;align-items:center;gap:20px;background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.1);flex-wrap:wrap}
.filter-section .filter-options h3{margin:0;font-size:1.1rem}
.filter-section .filter-options .filter-buttons{display:flex;gap:10px}
.filter-section .filter-options .filter-buttons .filter-btn{padding:8px 16px;border:2px solid #ddd;background:#fff;border-radius:20px;cursor:pointer;transition:all .3s ease}
.filter-section .filter-options .filter-buttons .filter-btn.active{background:#980e58;color:#fff;border-color:#980e58}
.filter-section .filter-options .filter-buttons .filter-btn:hover{border-color:#980e58;color:#980e58}
.filter-section .filter-options .sort-options{margin-left:auto}
.filter-section .filter-options .sort-options .sort-select{padding:8px 16px;border:2px solid #ddd;border-radius:20px;background:#fff;cursor:pointer}
.filter-section .filter-options .sort-options .sort-select:focus{outline:none;border-color:#980e58}
.load-more-section{text-align:center;margin-top:40px}
@media(max-width: 768px){.top-nav .nav-section{flex-direction:column}.top-nav .nav-section h3{border-radius:10px 10px 0 0;text-align:center}.top-nav .nav-section .nav-links{flex-direction:column}.top-nav .nav-section .nav-links a{border-right:none;border-bottom:1px solid #eee;border-radius:0}.top-nav .nav-section .nav-links a:first-child{border-radius:0}.top-nav .nav-section .nav-links a:last-child{border-radius:0 0 10px 10px;border-bottom:none}.top-nav .mega-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border-radius:0;padding:15px;background:#f8f9fa;width:100% !important;left:0 !important}.top-nav .mega-menu .mega-menu-content{grid-template-columns:1fr;gap:20px}.top-nav .mega-menu-item:hover .mega-menu{opacity:1;visibility:visible;transform:none}.featured-games .section-header{flex-direction:column;align-items:flex-start;gap:15px}.featured-games .section-header h2{font-size:1.5rem}.featured-games .section-header .filter-tabs{width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:5px}.featured-games .section-header .filter-tabs .filter-tab{flex-shrink:0;font-size:.9rem;padding:8px 16px}.hero-section .hero-content h1{font-size:2rem}.hero-section .hero-content p{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.games-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))}.game-item{flex-direction:column;text-align:center}.game-item img{margin-right:0;margin-bottom:15px}.game-header .game-main-info{flex-direction:column;text-align:center}.game-header .game-main-info .game-image-large img{width:100%;max-width:300px}.category-header .category-info{flex-direction:column;text-align:center}.category-header .category-info .category-stats{justify-content:center}.filter-section .filter-options{flex-direction:column;align-items:stretch}.filter-section .filter-options .sort-options{margin-left:0;margin-top:15px}}
[data-tooltip]{position:relative;cursor:pointer}
[data-tooltip]::before,[data-tooltip]::after{position:absolute;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000}
[data-tooltip]::before{content:"";border:5px solid rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,.8);left:50%;bottom:-12px;transform:translateX(-50%) translateY(5px)}
[data-tooltip]::after{content:attr(data-tooltip);background-color:rgba(0,0,0,.8);color:#fff;padding:6px 10px;border-radius:4px;font-size:12px;line-height:1.2;white-space:nowrap;bottom:-35px;left:50%;transform:translateX(-50%) translateY(5px);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}
[data-tooltip]:hover::before,[data-tooltip]:hover::after{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
#game-single{padding-top:40px;display:block}
.play-button-large{margin-bottom:20px}
#game-meta{padding:20px 0px;margin-bottom:20px;display:block;border-bottom:1px solid rgba(51,51,51,.1607843137)}
#game-meta .game-meta-wrapper{display:flex;align-items:center;justify-content:space-between}
#game-meta .game-meta-wrapper .game-rating{display:flex;align-items:center;gap:10px}
.game-controls{display:flex;gap:10px;align-items:center;justify-content:center}
.game-controls a{position:relative;border-radius:30px;transition:250ms;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;font-family:Nunito,"Nunito Fallback";font-weight:800;font-size:16px;box-sizing:border-box;color:#eff0f7;width:40px;height:40px;padding:0px;background:#980e58;line-height:1}
.game-controls a svg{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7465%) hue-rotate(49deg) brightness(110%) contrast(99%);width:24px;height:24px;display:block}
.game-controls a.add-to-favorites.active{background:#ff4081}
.game-controls a.add-to-favorites.active svg{fill:#fff}
.game-controls a.add-to-favorites:hover{background:#ff4081}
.play .game-container{height:500px}
.play .game-container iframe{width:100%;border:none;height:100%}
@media(min-width: 1500px){.play .game-container{max-height:600px}.play .game-container iframe{max-height:600px}}
@media(min-width: 1900px){.play .game-container{max-height:800px}.play .game-container iframe{max-height:800px}}
#about img{display:inline !important;border:none !important;box-shadow:none !important;height:1em !important;width:1em !important;margin:0 .07em !important;vertical-align:-0.1em !important;background:none !important;padding:0 !important}
.game-rating .stars{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease;display:inline-block;font-size:1.3rem;margin-right:10px}
.game-rating .stars:hover{color:#ffb117}
.game-rating .stars[data-has-rated=true]{cursor:not-allowed;opacity:1}
.game-rating .stars[data-has-rated=true]:hover{color:#ffb117}
.game-rating .rating-text{color:#666;font-size:.95rem;vertical-align:middle;transition:color .2s ease}
.ad-section{margin:30px 0;padding:15px 0}
.ad-section .ad-container{display:flex;justify-content:center;align-items:center;min-height:100px;background:#f5f5f5;border-radius:10px;overflow:hidden}
.ad-section .ad-container>*{max-width:100%;height:auto}
.ad-section .ad-container iframe{max-width:100%;display:block;margin:0 auto}
.ad-section .ad-container img{max-width:100%;height:auto;display:block}
.ad-example .ad-example-container{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);min-height:100px;max-height:100px;display:flex;align-items:center;justify-content:center;padding:15px}
.ad-example .ad-example-content{text-align:center;color:#fff;width:100%;max-width:600px}
.ad-example .ad-example-content .ad-example-badge{display:inline-block;background:rgba(255,255,255,.2);color:#fff;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}
.ad-example .ad-example-content h3{font-size:1.2rem;margin:5px 0;color:#fff;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.1)}
.ad-example .ad-example-content p{font-size:.85rem;color:rgba(255,255,255,.9);margin:3px 0 8px 0;letter-spacing:.5px}
.ad-example .ad-example-content .ad-example-placeholder{margin-top:8px;animation:pulse 2s ease-in-out infinite}
.ad-example .ad-example-content .ad-example-placeholder svg{max-width:100%;height:auto;filter:drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));max-height:80px}
.ad-section-top.ad-example .ad-example-container{min-height:100px;max-height:100px}
.ad-section-flexible.ad-example .ad-example-container{min-height:265px;max-height:265px}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.95;transform:scale(1.02)}}
@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
.ad-section-top{margin:0 0 30px 0;padding:10px 0}
.ad-section-top .ad-container{min-height:120px;background:linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%)}
.ad-section-flexible{margin:40px 0}
.ad-section-flexible .ad-container{min-height:250px;background:#f9f9f9;border:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.05)}
@media(max-width: 768px){.ad-section{margin:20px 0}.ad-section .ad-container{min-height:80px;border-radius:8px}.ad-section-top .ad-container{min-height:100px}.ad-section-flexible{margin:25px 0}.ad-section-flexible .ad-container{min-height:200px}}
@media(max-width: 480px){.ad-section{margin:15px 0;padding:10px 0}.ad-section .ad-container{min-height:60px;border-radius:6px}.ad-section-top .ad-container{min-height:80px}.ad-section-flexible{margin:20px 0}.ad-section-flexible .ad-container{min-height:150px}}
/*# sourceMappingURL=main.css.map */
.category-pagination{display:flex;gap:8px;justify-content:center;align-items:center;margin:20px 0 10px;flex-wrap:wrap}
.category-pagination a,.category-pagination span{padding:8px 12px;border:1px solid #ddd;border-radius:10px;font-size:14px;line-height:1}
.category-pagination a{color:#980e58;text-decoration:none}
.category-pagination a:hover{text-decoration:underline}
.category-pagination .current{background:#980e58;color:#fff;border-color:#980e58;font-weight:700}
/* MOBIL HEADER: logo + arama + ikonlar TEK SATIR */
@media (max-width:480px){
  header .header-top-wrapper{
    flex-wrap:nowrap !important;
    align-items:center;
  }

  header .logo-wrapper{
    flex:0 0 auto;
  }

  header .header-right{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:6px;
    min-width:0;
  }

  header .header-right .search-wrapper{
    flex:0 0 auto;
  }

  header .header-right .search-wrapper form input{
    width:140px !important;
    max-width:140px !important;
    padding:0 34px 0 12px;
  }

  header .header-right .search-wrapper form input:focus{
    width:170px !important;
    max-width:170px !important;
  }

  header .header-right .icons-wrapper{
    flex:0 0 auto;
    gap:4px;
  }
}
/* =========================================
   PLAY PAGE - Game Container Responsive
   Mobil: ekrana uyumlu ölçekleme
   Desktop/Tablet(>=769px): 1031x700 sabit
   Not: main.css'in EN ALTINA ekle
========================================= */

.play .game-container{
  /* görsel stil (seninkini koruyor) */
  border-radius: 10px;
  overflow: hidden;

  /* reset/override */
  max-height: none !important;
}
/* iframe / embed içeriği her zaman container'ı doldursun */
.play .game-container iframe,
.play .game-container embed,
.play .game-container object{
  display: block;
  border: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
}
/* -------------------------
   MOBIL + TABLET: uyumlu
   (0 - 768px)
-------------------------- */
@media (max-width: 768px){
  .play .game-container{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;

    /* 1031x700 oranını koruyarak ölçekle */
    aspect-ratio: 1031 / 650;

    /* aspect-ratio desteklemeyenlerde fallback */
    height: auto !important;
    min-height: 220px;
    max-height: 80vh;
  }
}
/* Aspect-ratio desteklemeyen eski tarayıcılar için fallback */
@supports not (aspect-ratio: 1 / 1){
  @media (max-width: 768px){
    .play .game-container{
      position: relative;
      padding-top: calc(650 / 1031 * 100%); /* ≈ 67.9% */
      height: 0 !important;
    }
    .play .game-container iframe,
    .play .game-container embed,
    .play .game-container object{
      position: absolute;
      inset: 0;
    }
  }
}
/* -------------------------
   DESKTOP: sabit 1031x700
   (769px+)
-------------------------- */
@media (min-width: 769px){
  .play .game-container{
    width: 1031px !important;
    height: 650px !important;
    margin: 0 auto;
  }
}
/* Header Kategoriler Dropdown */
.header-cats{position:relative;display:flex;align-items:center}
.cat-toggle{display:flex;align-items:center;gap:8px;border:none;background:transparent;color:#fff;cursor:pointer;padding:6px 8px;border-radius:8px}
.cat-toggle svg{width:24px;height:24px;fill:#fff}
.cat-toggle-text{display:none;font-weight:700;font-size:13px}
@media(min-width:1025px){.cat-toggle-text{display:inline}}
.cat-dropdown{position:absolute;left:0;top:calc(100% + 8px);width:320px;max-height:60vh;overflow:auto;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.18);border:1px solid rgba(0,0,0,.08);display:none;z-index:9999}
.cat-dropdown.open{display:block}
.cat-dropdown-inner{padding:12px}
.cat-dropdown-title{font-weight:800;color:#980e58;margin-bottom:10px}
.cat-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:6px}
@media(min-width:769px){.cat-list{grid-template-columns:1fr 1fr}}
.cat-list a{display:block;padding:10px 10px;border-radius:10px;color:#333}
.cat-list a:hover{background:rgba(152,14,88,.08);color:#980e58}
/* =========================
   PLAY V2 (DESKTOP + MOBILE)
   ========================= */

.play-v2 { width:100%; }
/* ---------- DESKTOP LAYOUT ---------- */
.play-desktop-wrap { padding-top: 140px; }
/* header fixed olduğu için */
.play-desktop-grid{
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 260px minmax(720px, 1031px) 260px;
  gap: 16px;
  align-items: start;
}
/* Side blocks */
.play-side{
  background:#fff;
  border-radius:12px;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
  overflow:hidden;
}
.play-side-title{
  padding:12px 12px;
  font-weight:800;
  color:#980e58;
  background: rgba(152,14,88,.06);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.play-side-empty{ padding:12px; color:#666; }
.play-side-list{
  height: 700px;               /* kritik: toplam yükseklik */
  display: flex;
  flex-direction: column;
}
.play-side-item{
  flex: 1;                     /* 5 öğe 700px’i eşit böler */
  display:block;
  position:relative;
  overflow:hidden;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.play-side-item:last-child{ border-bottom:none; }
.play-side-thumb{
  width:100%;
  height:100%;
  position:relative;
}
.play-side-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1.02);
}
.play-side-name{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  color:#fff;
  font-weight:800;
  font-size:13px;
  line-height:1.25;
  text-shadow: 0 2px 6px rgba(0,0,0,.6);
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0));
  padding:10px 10px 8px 10px;
  border-radius:10px;
}
/* Center game */
.play-center{ width:100%; }
.play-game-box{
  height:700px;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.play-game-box iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.play-html-wrap{ width:100%; height:100%; overflow:hidden; }
.play-game-fallback{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-align:center;
  padding:20px;
}
/* Meta/controls under game */
.game-meta-section{ margin-top: 14px; }
.game-meta-wrapper{
  background:#fff;
  border-radius:12px;
  padding:12px 12px;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.game-controls a{
  background:#980e58;
  color:#fff !important;
  width:40px;
  height:40px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:6px;
  line-height:1;
}
.play-ico{ font-size:16px; }
/* Comments */
.play-comments{
  margin-top: 18px;
  background:#fff;
  border-radius:12px;
  padding:14px 14px;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.play-comments h2{ margin:0 0 10px 0; font-size:18px; }
.play-comments-list{ display:flex; flex-direction:column; gap:10px; }
.play-comment{
  border:1px solid rgba(0,0,0,.07);
  border-radius:12px;
  padding:10px 10px;
}
.play-comment-head{
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin-bottom:6px;
  color:#333;
}
.play-comment-head span{ color:#777; font-size:12px; }
.play-comment-body{ color:#444; font-size:14px; }
/* ---------- MOBILE FULL VIEWPORT GAME ---------- */
.play-v2.is-mobile{ padding-top: 0; }
.play-mobile-game{
  height: calc(var(--real-vh, 100vh) - 66px); /* header yüksekliği yaklaşık */
  width: 100%;
  background:#000;
}
.play-mobile-game iframe,
.play-mobile-html{
  width:100%;
  height:100%;
  display:block;
  border:0;
}
/* Mobile below */
.play-mobile-below{
  padding: 12px 12px 20px 12px;
}
.play-mobile-actionbar{
  background:#fff;
  border-radius:12px;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
  padding:10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}
.pma-left strong{
  display:block;
  color:#980e58;
  font-weight:800;
  font-size:14px;
  margin-bottom:4px;
}
.pma-actions a{
  background:#980e58;
  color:#fff !important;
  width:38px;
  height:38px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:6px;
  line-height:1;
  font-weight:900;
}
.play-mobile-title{
  font-size:16px;
  margin: 12px 0 10px 0;
}
/* 3x2 grid (2 columns, 6 items) */
.play-mobile-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:10px;
}
.pmg-item{
  position:relative;
  border-radius:12px;
  overflow:hidden;
  background:#000;
  aspect-ratio: 16 / 10;
}
.pmg-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.pmg-item span{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  color:#fff;
  font-weight:900;
  font-size:13px;
  text-shadow:0 2px 8px rgba(0,0,0,.65);
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0));
  padding:10px 10px 8px 10px;
  border-radius:10px;
}
/* Responsive safety: tablet/medium screens */
@media (max-width: 1200px){
  .play-desktop-grid{
    grid-template-columns: 220px minmax(680px, 1fr) 220px;
  }
}
@media (max-width: 1024px){
  /* tablet'te side'ları aşağı almak istersen buradan oynarız */
  .play-desktop-grid{
    grid-template-columns: 1fr;
  }
  .play-side-list, .play-game-box{ height:auto; }
  .play-game-box{ height: 520px; }
}
/* =========================
   PLAY SAYFASI FIX: Header boşluğu + kategori ikonunu göster
   ========================= */

/* Play sayfasında body-wrapper margin-top'u küçült (header yüksekliği kadar) */
header.header-play-min + .body-wrapper{
  margin-top:66px !important;   /* header yüksekliğin 66 civarıysa */
  padding-top:0 !important;
}
/* Benim play.css içinde verdiğim desktop padding-top'u sıfırla */
.play-desktop-wrap{ padding-top:0 !important; }
/* Mobilde oyun alanı header'a yapışsın (fazladan margin/padding olmasın) */
.play-v2.is-mobile{ margin-top:0 !important; padding-top:0 !important; }
.play-mobile-game{ margin-top:0 !important; }
/* MOBİLDE SVG (kategori ikonu) GİZLENMESİN — sadece play header’da */
@media (max-width:480px){
  header.header-play-min .logo-wrapper svg{
    display:block !important;
    width:22px !important;
    height:22px !important;
    fill:#fff !important;
    margin-right:6px;
  }
}
/* Desktop'ta ikon üstüne gelince "Kategoriler" yazısı çıksın (tooltip gibi) */
header.header-play-min .logo-wrapper svg{
  position:relative;
}
header.header-play-min .logo-wrapper svg:hover::after{
  content:"Kategoriler";
  position:absolute;
  left:0;
  top:28px;
  background:#111;
  color:#fff;
  font-size:12px;
  padding:6px 8px;
  border-radius:8px;
  white-space:nowrap;
  z-index:9999;
}
/* =========================
   KATEGORİ DROPDOWN FIX:
   2 kolon taşma/üst üste binme düzelt
   ========================= */

/* Dropdown iç konteyneri esnek yap */
.header-play-min .mega-menu,
.header-play-min .category-dropdown,
.header-play-min .mega-menu .mega-menu-content{
  width: min(920px, calc(100vw - 20px)) !important;
  max-width: 920px !important;
}
/* 2 kolon ama kolonlar geniş + taşma yok */
.header-play-min .mega-menu .mega-menu-content,
.header-play-min .category-dropdown .category-grid{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(260px, 1fr)) !important;
  gap: 14px 18px !important;
  align-items: start;
}
/* Linkler kesinlikle üst üste binmesin */
.header-play-min .mega-menu a,
.header-play-min .category-dropdown a{
  display: block !important;
  white-space: normal !important;     /* tek satıra zorlama yok */
  word-break: break-word !important;  /* çok uzunsa böl */
  overflow-wrap: anywhere !important; /* her yerde kır */
  line-height: 1.25 !important;
  padding: 10px 12px !important;
}
/* Mobil/tablet: otomatik tek kolona düşsün (en temiz) */
@media (max-width: 768px){
  .header-play-min .mega-menu .mega-menu-content,
  .header-play-min .category-dropdown .category-grid{
    grid-template-columns: 1fr !important;
  }
}
/* ===== Desktop: 3 kolon geniş ===== */
@media (min-width: 1025px){
  .header-play-min .mega-menu .mega-menu-content,
  .header-play-min .category-dropdown .category-grid{
    grid-template-columns: repeat(3, minmax(240px, 1fr)) !important;
    gap: 14px 22px !important;
  }

  .header-play-min .mega-menu,
  .header-play-min .category-dropdown{
    width: min(1200px, calc(100vw - 40px)) !important;
    max-width: 1200px !important;
  }
}
/* ===== Mega Menü: Desktop'ta her zaman 3 kolon (HTML kaç section olursa olsun) ===== */
@media (min-width: 1025px){

  /* Menü paneli genişliği */
  .mega-menu{
    width: min(1200px, calc(100vw - 40px)) !important;
    max-width: 1200px !important;
  }

  /* Grid yerine columns ile 3 kolon zorla */
  .mega-menu .mega-menu-content{
    display: block !important;
    column-count: 3 !important;
    column-gap: 26px !important;
  }

  /* Bölümler/alt listeler kolonda bölünmesin */
  .mega-menu .mega-section,
  .mega-menu .mega-links{
    break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
  }

  /* Linkler taşmasın, satır arası rahat olsun */
  .mega-menu .mega-menu-content a{
    display: block !important;
    white-space: normal !important;
    line-height: 1.35 !important;
    padding: 8px 12px !important;
  }
}
/* ===== KATEGORİ DROPDOWN (cat-dropdown) — Desktop 3 kolon FIX ===== */

/* dropdown daha geniş olsun */
.cat-dropdown{
  width: min(1200px, calc(100vw - 24px)) !important;
  max-width: 1200px !important;
}
/* tablet+ : 2 kolon (mevcut kuralı garanti override) */
@media (min-width: 769px){
  .cat-list{
    display:grid !important;
    grid-template-columns: repeat(2, minmax(240px, 1fr)) !important;
    gap: 10px 14px !important;
  }
}
/* desktop : 3 kolon */
@media (min-width: 1025px){
  .cat-list{
    grid-template-columns: repeat(3, minmax(240px, 1fr)) !important;
    gap: 10px 18px !important;
  }
}
/* uzun kategori isimleri üst üste binmesin */
.cat-list a{
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  line-height: 1.25 !important;
}
/* ===== KATEGORİ İSİMLERİ: kelimeyi bölme, boşluktan kırılsın ===== */
.cat-list a{
  white-space: normal !important;
  overflow-wrap: normal !important;   /* anywhere KAPAT */
  word-break: normal !important;      /* break-word KAPAT */
  hyphens: auto;                      /* çok çok uzunsa (tek kelime) tireleyebilir */
  line-height: 1.25 !important;
}
/* =========================
   SINGLE FINAL CSS (main.css en alt)
   ========================= */

.single-v3{ padding-top: 18px; }
.single-v3 .os-card{
  background:#fff;
  border-radius:16px;
  padding:16px;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
  margin-top:18px;
}
/* HERO */
.single-v3 .os-hero{ margin-top: 0; }
.single-v3 .os-hero-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:14px;
  align-items:start;
}
@media(min-width:1025px){
  .single-v3 .os-hero-grid{
    grid-template-columns: 520px 1fr;
    gap:22px;
  }
}
.single-v3 .os-hero-media{
  border-radius:16px;
  overflow:hidden;
  background:#111;
  box-shadow:0 10px 24px rgba(0,0,0,.14);
  aspect-ratio: 700 / 400; /* gerçek oran */
}
@media(max-width:768px){
  .single-v3 .os-hero-media{ aspect-ratio: 16 / 9; }
}
.single-v3 .os-cover-img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.single-v3 .os-h1{
  margin:4px 0 10px;
  letter-spacing:-.2px;
  font-size: clamp(24px, 2.2vw, 34px);
  color:#980e58;
}
.single-v3 .os-h2{
  margin:0 0 10px 0;
  font-weight:900;
  font-size:18px;
  color:#980e58;
}
.single-v3 .os-h2-mini{
  margin: 12px 0 8px 0;
  font-size:16px;
  color:#980e58;
}
.single-v3 .os-rating-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:10px;
}
.single-v3 .os-rating-text{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  font-size:14px;
  color:#222;
}
.single-v3 .os-dot{ opacity:.6; }
.single-v3 .os-cta-row{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px;
}
.single-v3 .os-play-btn{
  height:50px;
  padding:0 18px;
  border-radius:14px;
  background:#980e58;
  color:#fff !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(152,14,88,.22);
}
.single-v3 .os-secondary-btn{
  height:50px;
  padding:0 14px;
  border-radius:14px;
  background:#fff;
  color:#980e58 !important;
  border:1px solid rgba(152,14,88,.25);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  text-decoration:none;
}
/* Chips */
.single-v3 .os-chips{
  margin-top:12px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.single-v3 .os-chip{
  padding:9px 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(152,14,88,.06);
  color:#980e58;
  font-weight:800;
  text-decoration:none;
  max-width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
/* Açıklama: line-clamp + toggle */
.single-v3 .os-desc{ margin-top: 6px; }
.single-v3 .os-desc-wrap{
  position:relative;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  padding:12px;
  background:#fff;
}
.single-v3 .os-desc-content{
  color:#333;
  font-size:15px;
  line-height:1.6;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; /* mobil default */
}
@media(min-width:1025px){
  .single-v3 .os-desc-content{
    -webkit-line-clamp:4; /* desktop biraz daha */
  }
}
.single-v3 .os-desc-wrap.is-open .os-desc-content{
  display:block;
  -webkit-line-clamp:unset;
  overflow:visible;
}
.single-v3 .os-desc-toggle{
  margin-top:10px;
  border:none;
  background:rgba(152,14,88,.08);
  color:#980e58;
  font-weight:900;
  padding:10px 12px;
  border-radius:12px;
  cursor:pointer;
  width:100%;
}
/* FAQ + Comments hafif düzen */
.single-v3 .faq-item{ border:1px solid rgba(0,0,0,.08); border-radius:12px; padding:10px; margin-bottom:10px; }
.single-v3 .faq-question{ font-weight:900; cursor:pointer; }
.single-v3 .faq-answer{ color:#333; margin-top:8px; }
.single-v3 .game-comments .comment-pagination{ margin:15px 0; }
.single-v3 .comment-form-area{ margin-top:20px; }
/* Mobil boşlukları sıkılaştır */
@media(max-width:768px){
  .single-v3 .os-card{ padding:14px; }
  .single-v3 .os-play-btn,
  .single-v3 .os-secondary-btn{ height:46px; }
}
/* ===== CLS FIX: Reklam alanlarına yer ayır ===== */
.ad-section,
.ad-container{
  display:block;
}
/* Üst reklam alanı (banner) için tahmini yükseklik */
.ad-section-top .ad-container{
  min-height: 250px; /* desktop */
}
@media (max-width:768px){
  .ad-section-top .ad-container{
    min-height: 180px; /* mobil */
  }
}
/* Esnek reklam alanı */
.ad-section-flexible .ad-container{
  min-height: 250px;
}
@media (max-width:768px){
  .ad-section-flexible .ad-container{
    min-height: 200px;
  }
}
/* Kenar reklamları (sidebar) */
.ad-sidebar .ad-container{
  min-height: 600px;
}
.single-v3 .container{ width:100%; }
/* HERO kutusu */
.single-v3 .os-hero{
  background:#fff;
  border-radius:16px;
  padding:16px;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
  margin-top:18px;
}
/* Açıklama kutusu + "Devamını oku" */
.single-v3 .os-desc{ margin-top: 10px; }
/* Toggle butonu görünür kalsın */
.single-v3 .os-desc-toggle{
  display:block !important;
  margin-top:10px;
  border:none;
  background:rgba(152,14,88,.08);
  color:#980e58;
  font-weight:900;
  padding:10px 12px;
  border-radius:12px;
  cursor:pointer;
  width:100%;
}
/* Mobil sıkılaştırma */
@media(max-width:768px){
  .single-v3 .os-hero{ padding:14px; }
  .single-v3 .os-play-btn,
  .single-v3 .os-secondary-btn{ height:46px; }
}
html, body{
  font-family: var(--os-font) !important;
}
h1,h2,h3,h4,h5,h6,
p,span,a,button,input,textarea,select,label,li,strong,b,em,i,small,
header .logo-wrapper p,
header .search-wrapper form input,
header .header-right a,
.game-controls a{
  font-family: var(--os-font) !important;
}
/* =========================
   HOME V1 - FINAL (append to main.css)
   ========================= */

/* screen-reader only */
.sr-only{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}

.home-v1 main{ padding:0; }
.home-hero{ margin-bottom:40px; }
.home-hero .hero-content{ max-width:900px; margin:0 auto; }
.home-hero .hero-buttons{ margin-bottom:18px; }

.home-hero-search{
  width:min(720px, 100%);
  margin: 0 auto;
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff;
  border-radius:999px;
  padding:10px 12px;
  box-shadow:0 12px 26px rgba(0,0,0,.12);
}
.home-hero-search input{
  flex:1;
  border:none;
  outline:none;
  font-size:16px;
  padding:10px 12px;
  background:transparent;
}
.home-hero-search button{
  border:none;
  cursor:pointer;
  width:44px;height:44px;
  border-radius:999px;
  background:#ffb117;
  color:#fff;
  font-size:18px;
  display:flex;
  align-items:center;
  justify-content:center;
}

@media (max-width:480px){
  .home-hero-search{ padding:8px 10px; }
  .home-hero-search input{ font-size:15px; padding:8px 10px; }
  .home-hero-search button{ width:40px; height:40px; }
}

/* latest section spacing polish */
.home-latest{ margin-top:10px; }
.home-latest h2{ margin-bottom:14px; }

/* about card */
.home-about{ margin: 10px 0 60px; }
.home-about-card{
  background:#fff;
  border-radius:16px;
  padding:16px;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.home-about-card h2{ margin:0 0 10px 0; font-size:22px; }
.home-about-card p{ margin:0 0 10px 0; color:#333; }
.home-about-links{ display:flex; gap:10px; flex-wrap:wrap; margin:0; }


/* HOME FINAL v6 */

/* SEO TEXT */
.home-seo-text p{
  font-size:15px;
  line-height:1.7;
  color:#444;
  margin-bottom:14px;
}

/* NEW GAMES */
.home-new-games h2{
  margin:30px 0 16px;
}
.games-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(160px,1fr));
  gap:14px;
}
.game-card{
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
  text-decoration:none;
}
.game-card img{
  width:100%;
  height:120px;
  object-fit:cover;
  display:block;
}
.game-name{
  padding:10px;
  text-align:center;
}
.game-name h3{
  font-size:14px;
  font-weight:700;
  color:#980e58;
}

/* CATEGORIES */
.home-categories h2{
  margin:40px 0 16px;
}
.home-cat-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
  gap:16px;
}
.home-cat-card{
  position:relative;
  height:140px;
  border-radius:14px;
  background:#111;
  background-size:cover;
  background-position:center;
  overflow:hidden;
}
.home-cat-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.65),rgba(0,0,0,.25));
}
.home-cat-title{
  position:absolute;
  left:14px;
  bottom:14px;
  color:#fff;
  font-size:16px;
  font-weight:900;
  z-index:2;
}


/* =========================
   HOME V7 - grid tweaks
   ========================= */

/* Yeni eklenen oyunlar: 6x2 (12 oyun) */
.home-new-games .home-game-grid{
  display:grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap:14px;
  margin: 18px 0 10px;
}
@media (max-width: 1024px){
  .home-new-games .home-game-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px){
  .home-new-games .home-game-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap:10px; }
}

/* /* Kart içindeki görsel kaybolmasın */
.home-new-games .home-game-grid .game-card{
  width:100%;
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.home-new-games .home-game-grid .game-card .game-image{
  position:relative;
  padding-top:62.5%; /* 16:10 */
  overflow:hidden;
}
.home-new-games .home-game-grid .game-card .game-image img{
  position:absolute;
  inset:0;
  width:100% !important;
  height:100% !important;
  object-fit:cover;
  display:block;
}

/* Kategoriler: 24 adet (6x4) */
.home-cat-grid{
  display:grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap:14px;
}
@media (max-width: 1024px){
  .home-cat-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px){
  .home-cat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap:10px; }
}

/* Kategori kartı: oyun görsellerinden hafif mosaic */
.home-cat-card{
  position:relative;
  display:block;
  border-radius:14px;
  overflow:hidden;
  background:#111;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
  min-height:110px;
}
.home-cat-mosaic{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.home-cat-mosaic img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1.03);
  filter: saturate(1.02) contrast(1.02);
}
.home-cat-mosaic.is-empty{
  background: linear-gradient(135deg, #980e58, #c71273);
}

/* okunurluk için overlay */
.home-cat-card::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,0) 60%);
}
.home-cat-title{
  position:absolute;
  left:12px;
  right:12px;
  bottom:10px;
  color:#fff;
  font-weight:900;
  font-size:14px;
  line-height:1.2;
  text-shadow:0 2px 10px rgba(0,0,0,.6);
}

/* SEO metni en altta */
.home-seo-text{
  margin: 28px auto 0;
  background:#fff;
  border-radius:16px;
  padding:18px;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.home-seo-text h2{
  margin:0 0 10px 0;
  font-size:20px;
}
.home-seo-text p{
  margin:0 0 10px 0;
  color:#444;
  line-height:1.7;
}

.home-cat-card{background-image:none !important;}
.os-original-name{
  margin: 6px 0 10px;
  font-size: 14px;
  line-height: 1.35;
  opacity: .85;
}


/* === Compact header rebuild === */
.os-header{position:relative;background:#980e58;z-index:1000}
.os-header .os-header-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:10px 12px}
.os-header-logo{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;flex:none}
.os-header-logo img{width:46px;height:46px;object-fit:contain;display:block}
.os-header-logo-text{color:#fff;font-weight:800;font-size:14px}
.os-header-search{position:relative;min-width:0;margin:0}
.os-header-search input{width:100%;height:42px;border:none;border-radius:999px;padding:0 46px 0 16px;font:600 14px/1 "Nunito",sans-serif;color:#222;outline:none;box-shadow:none}
.os-header-search button{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:32px;height:32px;border:none;border-radius:50%;background:#fff;color:#980e58;display:flex;align-items:center;justify-content:center;padding:0}
.os-header-search button svg{width:18px;height:18px;fill:currentColor}
.os-header-cats{position:relative}
.os-cats-toggle{height:42px;border:none;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;padding:0 14px;display:inline-flex;align-items:center;gap:8px;font-weight:800;cursor:pointer;white-space:nowrap}
.os-cats-toggle svg{width:18px;height:18px;fill:#fff}
.os-cats-panel{position:absolute;right:0;top:calc(100% + 10px);width:min(92vw,860px);max-height:min(72vh,620px);overflow:auto;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 18px 48px rgba(0,0,0,.18);padding:14px}
.os-all-cats-link{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:12px;background:#980e58;color:#fff;font-weight:900;font-size:13px;letter-spacing:.04em;text-decoration:none;margin-bottom:12px}
.os-cats-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:10px}
.os-cat-pill{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:0 12px;border-radius:12px;background:#f6f7fb;color:#1e2230;text-decoration:none;font-weight:700}
.os-cat-pill:hover{background:#f0e5ec;color:#980e58}
.os-cat-pill-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.os-cat-pill-count{flex:none;font-size:12px;color:#980e58;background:#fff;border-radius:999px;padding:4px 8px}
.os-cats-empty{margin:0;padding:10px 2px;color:#555}
.os-body-wrapper{margin-top:0 !important}
/* old duplicated nav/header pieces off */
header .header-navigation,.header-top-wrapper .logo-wrapper p,.header-top-wrapper .icons-wrapper,.header-top-wrapper .mobile-menu-toggle,.cat-dropdown,.header-cats{display:none !important}
/* related overflow guard */
.games-carousel,.games-carousel-container,.related-games,.game-related-posts,.related-posts{max-width:100%;overflow-x:hidden}
@media (max-width:1024px){
  .os-cats-panel{width:min(94vw,720px)}
  .os-cats-grid{grid-template-columns:repeat(3,minmax(140px,1fr))}
}
@media (max-width:767px){
  .os-header .os-header-inner{grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding:8px 10px}
  .os-header-logo,.os-header-logo img{width:40px;height:40px}
  .os-header-search input{height:38px;font-size:13px;padding:0 40px 0 12px}
  .os-cats-toggle{height:38px;padding:0 10px;font-size:13px}
  .os-cats-toggle span{max-width:74px;overflow:hidden;text-overflow:ellipsis}
  .os-cats-panel{left:50%;right:auto;transform:translateX(-50%);width:calc(100vw - 20px);max-height:70vh;padding:12px}
  .os-cats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .os-cat-pill{min-height:42px;padding:0 10px}
}
.os-all-categories-page{padding:24px 12px 40px}
.os-all-categories-head h1{margin:0 0 18px;font-size:32px;line-height:1.1}
.os-all-categories-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.os-all-category-card{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:56px;padding:0 14px;border-radius:14px;background:#fff;color:#1d2130;text-decoration:none;border:1px solid rgba(0,0,0,.06);box-shadow:0 6px 18px rgba(0,0,0,.04)}
.os-all-category-name{font-weight:800}
.os-all-category-count{font-size:13px;color:#6d7280}
@media (max-width:1024px){.os-all-categories-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:767px){.os-all-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.os-all-categories-head h1{font-size:26px}}

/* === v9 compact header sizing + cleaner homepage === */
.os-header .os-header-inner{grid-template-columns:48px minmax(0,1fr) auto;gap:12px;align-items:center}
.os-header-search{width:100%;max-width:860px;justify-self:center}
.os-header-cats{min-width:118px;display:flex;justify-content:flex-end}
.os-cats-toggle{min-width:118px;justify-content:center;position:relative;z-index:2}
.os-cats-panel{z-index:20}
.os-header-search input{max-width:100%}

.home-main-clean{padding:18px 0 8px}
.os-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 14px}
.os-section-head h1,.os-section-head h2{margin:0;color:#980e58;font-size:clamp(24px,2.6vw,34px);line-height:1.1;font-weight:900}
.os-text-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#980e58;font-weight:800;font-size:14px;white-space:nowrap}
.os-text-link:hover{text-decoration:underline}
.home-latest,.home-categories,.home-explore{margin-bottom:26px}
.home-main-clean .home-game-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.home-main-clean .game-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 22px rgba(0,0,0,.04);transition:transform .18s ease, box-shadow .18s ease}
.home-main-clean .game-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.08)}
.home-main-clean .game-card a{display:block;color:inherit;text-decoration:none}
.home-main-clean .game-image{aspect-ratio:16/10;background:#f5f5f7;overflow:hidden}
.home-main-clean .game-image img{width:100%;height:100%;object-fit:cover;display:block}
.home-main-clean .game-info{padding:10px 12px 12px}
.home-main-clean .game-title{margin:0;font-size:17px;line-height:1.25;font-weight:800;color:#97205f;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px}
.home-cat-grid-clean{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.home-cat-card-clean{display:block;text-decoration:none;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.04);transition:transform .18s ease, box-shadow .18s ease}
.home-cat-card-clean:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.08)}
.home-cat-mosaic-clean{display:grid;grid-template-columns:repeat(2,1fr);gap:0;background:#f5f5f7;aspect-ratio:16/9;overflow:hidden}
.home-cat-mosaic-clean img{width:100%;height:100%;object-fit:cover;display:block}
.home-cat-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px}
.home-cat-title{font-size:16px;font-weight:800;color:#97205f}
.home-cat-count{font-size:12px;font-weight:700;color:#6d7280;white-space:nowrap}
.home-cat-card-all{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#980e58,#b81273);color:#fff;border:none;min-height:196px}
.home-cat-all-inner{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;padding:20px}
.home-cat-all-inner strong{font-size:22px;line-height:1.1}
.home-cat-all-inner span{font-size:14px;opacity:.92}
.home-chip-row{display:flex;flex-wrap:wrap;gap:10px}
.home-chip{display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border-radius:999px;background:#fff;border:1px solid rgba(0,0,0,.08);text-decoration:none;color:#2a2e3b;font-weight:800;font-size:14px}
.home-chip:hover{color:#980e58;border-color:rgba(152,14,88,.22);background:#fff8fc}
.home-chip-primary{background:#980e58;color:#fff;border-color:#980e58}
.home-chip-primary:hover{color:#fff;background:#a91268}

@media (max-width:1200px){
  .home-main-clean .home-game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .home-cat-grid-clean{grid-template-columns:repeat(3,minmax(0,1fr))}
  .os-header-search{max-width:680px}
}
@media (max-width:900px){
  .os-header .os-header-inner{grid-template-columns:44px minmax(0,1fr) auto;gap:10px}
  .os-header-search{max-width:none}
  .os-header-cats,.os-cats-toggle{min-width:104px}
  .home-main-clean .home-game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:767px){
  .os-header .os-header-inner{grid-template-columns:40px minmax(0,1fr) auto;gap:8px;padding:8px 10px}
  .os-header-search{max-width:none}
  .os-header-cats,.os-cats-toggle{min-width:86px}
  .os-cats-toggle{padding:0 10px;font-size:12px}
  .os-cats-toggle span{max-width:none}
  .os-section-head{margin-bottom:12px}
  .os-section-head h1,.os-section-head h2{font-size:24px}
  .os-text-link{font-size:13px}
  .home-main-clean .home-game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .home-cat-grid-clean{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .home-cat-card-all{min-height:148px}
  .home-cat-all-inner strong{font-size:18px}
  .home-main-clean .game-info{padding:9px 10px 11px}
  .home-main-clean .game-title{font-size:15px;min-height:38px}
}


/* === v10 mobile compact header === */
.os-mobile-search-toggle,
.os-mobile-search-panel{display:none}
@media (max-width: 767px){
  .os-header{position:sticky;top:0}
  .os-header .os-header-inner{grid-template-columns:40px minmax(0,1fr) auto;gap:8px;padding:8px 10px}
  .os-header-search{display:none}
  .os-mobile-search-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:86px;height:38px;padding:0 12px;border:none;border-radius:999px;background:#fff;color:#980e58;font:800 12px/1 "Nunito",sans-serif;white-space:nowrap;cursor:pointer}
  .os-header-cats,.os-cats-toggle{min-width:86px}
  .os-cats-toggle{height:38px;padding:0 12px;font-size:12px}
  .os-cats-panel{top:calc(100% + 8px)}
  .os-mobile-search-panel{display:block;position:absolute;left:10px;right:10px;top:calc(100% + 8px);z-index:25}
  .os-mobile-search-panel[hidden]{display:none}
  .os-mobile-search-form{position:relative;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 18px 48px rgba(0,0,0,.18);padding:10px}
  .os-mobile-search-form input{width:100%;height:42px;border:1px solid rgba(0,0,0,.08);border-radius:999px;padding:0 44px 0 14px;font:700 14px/1 "Nunito",sans-serif;color:#222;outline:none}
  .os-mobile-search-form button{position:absolute;right:18px;top:50%;transform:translateY(-50%);width:30px;height:30px;border:none;border-radius:50%;background:#fff;color:#980e58;display:flex;align-items:center;justify-content:center;padding:0}
  .os-mobile-search-form button svg{width:18px;height:18px;fill:currentColor}
}


/* === v11 homepage intro + seo text === */
.home-intro{margin-bottom:22px}
.home-intro-card{
  background:linear-gradient(135deg,#fff,#fff7fb);
  border:1px solid rgba(152,14,88,.08);
  border-radius:18px;
  padding:18px 20px;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}
.home-intro-card h1{
  margin:0 0 8px;
  color:#980e58;
  font-size:clamp(26px,3vw,36px);
  line-height:1.05;
  font-weight:900;
}
.home-intro-card p{
  margin:0;
  color:#454b59;
  font-size:15px;
  line-height:1.7;
}
.home-seo-content{margin:10px 0 34px}
.home-seo-panel{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:18px;
  padding:22px;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}
.home-seo-panel h2,
.home-seo-panel h3{
  margin:0 0 10px;
  color:#980e58;
  line-height:1.15;
}
.home-seo-panel h2{font-size:28px}
.home-seo-panel h3{font-size:20px;margin-top:18px}
.home-seo-panel p{
  margin:0 0 12px;
  color:#404655;
  line-height:1.8;
  font-size:15px;
}
.home-faq-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:8px;
}
.home-faq-item{
  background:#faf8fb;
  border:1px solid rgba(152,14,88,.08);
  border-radius:16px;
  padding:16px;
}
.home-faq-item h3{
  margin:0 0 8px;
  font-size:18px;
}
.home-faq-item p{
  margin:0;
  font-size:14px;
  line-height:1.75;
}
@media (max-width:900px){
  .home-faq-grid{grid-template-columns:1fr}
}
@media (max-width:767px){
  .home-intro{margin-bottom:18px}
  .home-intro-card{padding:16px}
  .home-intro-card h1{font-size:24px}
  .home-intro-card p,
  .home-seo-panel p{font-size:14px;line-height:1.75}
  .home-seo-panel{padding:16px}
  .home-seo-panel h2{font-size:24px}
  .home-seo-panel h3{font-size:18px}
  .home-faq-item{padding:14px}
}


/* ===== Hybrid Rekor Home Layer ===== */
:root {
  --rh-bg: #eef3fb;
  --rh-card: #ffffff;
  --rh-text: #1f2937;
  --rh-muted: #667085;
  --rh-primary: #2359d6;
  --rh-primary-dark: #163e9b;
  --rh-border: #d9e2f0;
  --rh-shadow: 0 8px 24px rgba(18,39,79,.08);
}
body.home, body.blog {
  background: var(--rh-bg);
}
.rh-home {padding:20px 0 34px}
.rh-card {
  background: var(--rh-card);
  border: 1px solid var(--rh-border);
  border-radius: 16px;
  box-shadow: var(--rh-shadow);
  padding: 18px;
  margin-bottom: 18px;
}
.rh-section-head {margin-bottom:14px}
.rh-section-head h1, .rh-section-head h2, .rh-section-head h3 {margin:0; color:#162033}
.rh-between {display:flex; align-items:center; justify-content:space-between; gap:16px}
.rh-more-link {color:var(--rh-primary); font-weight:700; white-space:nowrap}
.rh-category-cloud, .rh-chip-row {display:flex; flex-wrap:wrap; gap:10px}
.rh-category-pill, .rh-chip {
  display:inline-flex; align-items:center; padding:10px 14px; border-radius:999px;
  background:#edf3ff; border:1px solid #cfe0ff; font-size:.95rem; font-weight:700; color:#163e9b;
}
.rh-home-grid {display:grid; grid-template-columns:minmax(0, 1fr) 300px; gap:18px}
.rh-game-grid {display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:16px}
.rh-game-grid-small {grid-template-columns:repeat(4, minmax(0,1fr))}
.rh-game-card {
  border:1px solid var(--rh-border); border-radius:14px; overflow:hidden; background:#fff;
  transition:transform .18s ease, box-shadow .18s ease;
}
.rh-game-card:hover {transform:translateY(-2px); box-shadow:0 10px 28px rgba(18,39,79,.11)}
.rh-game-card-link {display:block; text-decoration:none}
.rh-game-thumb {aspect-ratio:4 / 3; background:#dde7ff; overflow:hidden}
.rh-game-thumb img {width:100%; height:100%; object-fit:cover; display:block}
.rh-thumb-fallback {
  width:100%; height:100%; display:flex; align-items:center; justify-content:center;
  font-weight:700; color:var(--rh-primary-dark); padding:14px; text-align:center;
}
.rh-game-body {padding:12px}
.rh-game-body h3 {margin:0; font-size:15px; line-height:1.35; color:#162033}
.rh-compact-list ul {list-style:none; margin:0; padding:0}
.rh-compact-list li {padding:8px 0; border-bottom:1px dashed var(--rh-border)}
.rh-compact-list li:last-child {border-bottom:0}
.rh-compact-list a {color:#243246; font-weight:600}
.rh-seo-panel p {color:#364152}
.rh-site-footer {
  background:#16233d; color:#d9e2f3; margin-top:24px; padding:32px 0 18px;
}
.rh-footer-grid {display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:24px}
.rh-site-footer h3, .rh-site-footer h4 {margin:0 0 12px; color:#fff}
.rh-site-footer ul {list-style:none; margin:0; padding:0}
.rh-site-footer li {padding:7px 0; border-bottom:1px dashed rgba(255,255,255,.16)}
.rh-site-footer li:last-child {border-bottom:0}
.rh-site-footer a {color:#fff}
.rh-footer-bottom {border-top:1px solid rgba(255,255,255,.14); margin-top:22px; padding-top:14px; font-size:.92rem}
@media (max-width: 1000px) {
  .rh-home-grid {grid-template-columns:1fr}
  .rh-game-grid, .rh-game-grid-small {grid-template-columns:repeat(3, minmax(0,1fr))}
}
@media (max-width: 760px) {
  .rh-between, .rh-footer-grid {display:block}
  .rh-between .rh-more-link {display:inline-block; margin-top:10px}
  .rh-game-grid, .rh-game-grid-small {grid-template-columns:repeat(2, minmax(0,1fr))}
}
@media (max-width: 480px) {
  .rh-game-grid, .rh-game-grid-small {grid-template-columns:1fr}
  .rh-card {padding:14px; border-radius:12px}
}
