:root{
  --bg:#0d0f15;--panel:#151824;--panel2:#1c2030;--text:#f7f4ed;--muted:#9da3b4;
  --lime:#8cff66;--purple:#6f74ff;--line:rgba(255,255,255,.09);--shadow:0 24px 70px rgba(0,0,0,.35)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}
body.light{--bg:#f3f4ee;--panel:#fff;--panel2:#e9ebdf;--text:#12141b;--muted:#636878;--line:rgba(10,14,22,.1);--shadow:0 24px 70px rgba(31,36,48,.12)}
a{color:inherit;text-decoration:none}button,input{font:inherit}
.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,80px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:11px;font-weight:950;letter-spacing:2px;font-size:20px}.brand-mark{width:36px;height:36px;border-radius:12px;background:var(--lime);color:#111;display:grid;place-items:center;font-weight:950;transform:rotate(-7deg)}.brand.small{font-size:15px}.brand.small .brand-mark{width:28px;height:28px;border-radius:9px}
.nav{display:flex;gap:34px;color:var(--muted);font-weight:650;font-size:14px}.nav a:hover{color:var(--text)}
.icon-btn{width:40px;height:40px;border:1px solid var(--line);border-radius:12px;background:var(--panel);color:var(--text);cursor:pointer}
.hero{min-height:650px;padding:90px clamp(22px,7vw,120px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;position:relative}
.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 35%,rgba(141,101,255,.14),transparent 36%),radial-gradient(circle at 15% 75%,rgba(201,255,79,.08),transparent 32%);pointer-events:none}
.hero-copy{position:relative;z-index:2}.eyebrow{font-size:12px;font-weight:900;letter-spacing:2.2px;color:var(--lime)}
h1{font-size:clamp(49px,6vw,91px);letter-spacing:-5px;line-height:.96;margin:18px 0 26px;max-width:760px}h1 em{font-style:normal;color:var(--lime)}
.hero-copy>p{max-width:570px;color:var(--muted);font-size:19px;line-height:1.7}
.hero-actions{display:flex;gap:12px;margin-top:34px}.primary-btn,.secondary-btn{border:0;border-radius:15px;padding:15px 22px;font-weight:850;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.primary-btn{background:var(--lime);color:#111}.primary-btn:hover{transform:translateY(-2px)}.secondary-btn{background:var(--panel);color:var(--text);border:1px solid var(--line)}
.stats{display:flex;gap:32px;margin-top:48px;color:var(--muted);font-size:13px}.stats strong{display:block;color:var(--text);font-size:22px;margin-bottom:2px}
.hero-art{height:470px;position:relative;display:grid;place-items:center}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:330px;height:330px;background:var(--purple);opacity:.75;right:13%;top:12%}.orb-two{width:180px;height:180px;background:var(--lime);opacity:.75;left:8%;bottom:12%}
.controller{position:relative;width:380px;height:230px;border-radius:85px 85px 110px 110px;background:linear-gradient(145deg,#f8f6ef,#c9c8c3);box-shadow:0 48px 80px rgba(0,0,0,.45),inset 0 -15px 25px rgba(0,0,0,.16);transform:rotate(-8deg);z-index:2}
.controller:before,.controller:after{content:"";position:absolute;bottom:-50px;width:120px;height:110px;background:#dddcd6;border-radius:20px 20px 70px 70px}.controller:before{left:24px;transform:rotate(16deg)}.controller:after{right:24px;transform:rotate(-16deg)}
.controller-shine{position:absolute;inset:12px 25px auto;height:55px;border-radius:50%;background:rgba(255,255,255,.45);filter:blur(8px)}
.dpad{position:absolute;left:80px;top:92px;width:72px;height:72px}.dpad i,.dpad b{position:absolute;background:#242731;border-radius:8px}.dpad i{width:28px;height:72px;left:22px}.dpad b{height:28px;width:72px;top:22px}
.buttons{position:absolute;right:70px;top:88px;width:86px;height:80px}.buttons i,.buttons b{position:absolute;width:34px;height:34px;border-radius:50%;background:var(--purple);box-shadow:inset 0 -5px 6px rgba(0,0,0,.2)}.buttons i{right:0;top:0}.buttons b{left:0;bottom:0;background:var(--lime)}.center-dot{position:absolute;width:42px;height:14px;background:#969894;border-radius:20px;left:169px;top:126px}
.content-section{padding:90px clamp(22px,7vw,120px)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px}.section-heading h2,.about h2{font-size:clamp(34px,4vw,58px);letter-spacing:-2.5px;margin:10px 0 0}
.search{display:flex;align-items:center;gap:10px;width:min(340px,100%);border:1px solid var(--line);background:var(--panel);padding:13px 16px;border-radius:14px}.search input{width:100%;border:0;outline:0;background:transparent;color:var(--text)}.search span{color:var(--muted);font-size:22px}
.filters{display:flex;gap:10px;margin:35px 0 28px;overflow:auto}.filter{border:1px solid var(--line);background:transparent;color:var(--muted);padding:10px 16px;border-radius:100px;cursor:pointer}.filter.active{background:var(--text);color:var(--bg);border-color:var(--text)}
.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.game-card{background:var(--panel);border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.25s}.game-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.cover{height:250px;position:relative;overflow:hidden;display:grid;place-items:center}.badge{position:absolute;top:16px;left:16px;font-size:10px;letter-spacing:1px;font-weight:950;background:var(--lime);color:#111;padding:7px 10px;border-radius:9px}.badge.purple{background:var(--purple);color:#fff}.badge.dark{background:#171a23;color:#fff}.play-button{position:absolute;right:16px;bottom:16px;width:52px;height:52px;border:0;border-radius:50%;background:#fff;color:#111;font-size:17px;cursor:pointer;box-shadow:0 10px 25px rgba(0,0,0,.25)}.play-button:hover{transform:scale(1.08)}
.card-body{padding:20px;display:flex;justify-content:space-between;align-items:center}.card-body h3{margin:0 0 7px;font-size:20px}.card-body p{margin:0;color:var(--muted);font-size:13px}.rating{font-size:13px;color:var(--lime);white-space:nowrap}
.cover-block{background:linear-gradient(135deg,#efc75e,#e88b63)}.blocks{display:grid;grid-template-columns:repeat(3,45px);gap:7px;transform:rotate(-8deg)}.blocks i{height:45px;border-radius:10px;background:#fff3d2;box-shadow:0 7px 0 rgba(0,0,0,.12)}.blocks i:nth-child(2),.blocks i:nth-child(4){background:#5ec5bd}.blocks i:nth-child(5){background:#df625f}
.cover-geometry{background:#202431;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:24px 24px}.geo-shape{position:absolute;filter:drop-shadow(0 12px 12px rgba(0,0,0,.25))}.triangle{width:0;height:0;border-left:50px solid transparent;border-right:50px solid transparent;border-bottom:88px solid #e66a67;left:17%;top:29%;transform:rotate(-15deg)}.square{width:82px;height:82px;border:8px solid #101319;background:#8ebbcc;right:18%;top:23%;transform:rotate(12deg)}.circle{width:73px;height:73px;border-radius:50%;background:#c9ff4f;border:8px solid #101319;left:43%;bottom:19%}
.cover-village{background:linear-gradient(#8bc5df 0 54%,#7ebc68 54%)}.sun{position:absolute;width:55px;height:55px;border-radius:50%;background:#ffe789;right:28px;top:28px}.hill{position:absolute;width:130%;height:150px;background:#4c8f55;border-radius:50%;bottom:-70px}.house{position:absolute;width:105px;height:85px;background:#f1d8ae;bottom:43px;border-radius:6px}.house:before{content:"";position:absolute;border-left:65px solid transparent;border-right:65px solid transparent;border-bottom:58px solid #a84d45;left:-13px;top:-45px}.house i{position:absolute;width:26px;height:45px;background:#704a38;bottom:0;left:40px}
.empty-state{display:none;text-align:center;padding:70px;color:var(--muted)}
.feature-strip{margin:20px clamp(22px,7vw,120px) 100px;padding:35px;display:grid;grid-template-columns:repeat(3,1fr);gap:25px;background:var(--panel);border:1px solid var(--line);border-radius:25px}.feature-strip div{padding:15px}.feature-strip span{font-size:25px}.feature-strip h3{margin:15px 0 7px}.feature-strip p{margin:0;color:var(--muted);font-size:14px}
.about{text-align:center;padding:110px 22px;background:var(--panel)}.about h2{max-width:760px;margin:15px auto}.about p{max-width:650px;margin:24px auto 0;color:var(--muted);font-size:17px;line-height:1.7}
footer{padding:30px clamp(22px,7vw,120px);display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:13px;border-top:1px solid var(--line)}footer>div{display:flex;gap:22px}
.modal{position:fixed;inset:0;background:rgba(4,5,9,.72);backdrop-filter:blur(12px);z-index:99;display:none;place-items:center;padding:20px}.modal.open{display:grid}.modal-panel{width:min(440px,100%);background:var(--panel);border:1px solid var(--line);border-radius:25px;padding:38px;text-align:center;position:relative;box-shadow:var(--shadow)}.modal-close{position:absolute;right:15px;top:12px;border:0;background:transparent;color:var(--muted);font-size:30px;cursor:pointer}.modal-icon{font-size:46px}.modal-panel h2{font-size:30px;margin:14px 0 8px}.modal-panel p{color:var(--muted);line-height:1.6;margin-bottom:24px}
@media(max-width:900px){.nav{display:none}.hero{grid-template-columns:1fr;padding-top:65px}.hero-art{height:390px}.controller{transform:scale(.8) rotate(-8deg)}.game-grid{grid-template-columns:1fr 1fr}.feature-strip{grid-template-columns:1fr}.section-heading{align-items:stretch;flex-direction:column}.search{width:100%}}
@media(max-width:600px){.topbar{height:66px}.hero{padding-bottom:50px}.hero-art{height:310px}.controller{transform:scale(.62) rotate(-8deg)}h1{letter-spacing:-3px}.stats{gap:19px}.game-grid{grid-template-columns:1fr}.cover{height:230px}.hero-actions{flex-direction:column}.feature-strip{margin-bottom:60px}footer{flex-direction:column;gap:20px;text-align:center}}


/* Gameevo responsive device system */
.device-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.device-chips span{padding:8px 11px;border-radius:999px;background:var(--panel);border:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:750}
.mobile-nav{display:none}

@media (min-width: 901px){
  .hero-copy{max-width:760px}
  .game-card:nth-child(1){grid-column:span 1}
  .topbar{display:grid;grid-template-columns:1fr auto 1fr}
  .topbar .brand{justify-self:start}.topbar .nav{justify-self:center}.topbar .icon-btn{justify-self:end}
}

@media(max-width:900px){
  body{padding-bottom:76px}
  .topbar{position:sticky;padding:0 18px}
  .topbar .brand{font-size:17px}.topbar .brand-mark{width:32px;height:32px}
  .hero{min-height:auto;padding:58px 22px 24px;display:flex;flex-direction:column;align-items:stretch}
  .hero-copy{text-align:left;width:100%}
  .hero-copy>p{font-size:17px}
  .hero-art{order:-1;height:250px;margin:-10px 0 10px}
  .controller{transform:scale(.58) rotate(-8deg)}
  .orb-one{width:220px;height:220px;right:10%;top:4%}.orb-two{width:120px;height:120px;left:4%;bottom:5%}
  .stats{justify-content:space-between;gap:10px}.stats span{flex:1}
  .content-section{padding:62px 18px}
  .filters{margin-top:23px;padding-bottom:3px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}
  .game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
  .cover{height:180px}.card-body{padding:15px}.card-body h3{font-size:17px}.card-body p{font-size:12px}.rating{display:none}
  .feature-strip{margin:0 18px 64px;padding:19px;gap:4px}.feature-strip div{padding:13px}
  .about{padding:78px 20px}
  footer{padding-bottom:95px}
  .mobile-nav{position:fixed;left:10px;right:10px;bottom:10px;z-index:80;height:62px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;background:color-mix(in srgb,var(--panel) 92%,transparent);border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 45px rgba(0,0,0,.35);backdrop-filter:blur(18px);padding:6px}
  .mobile-nav a,.mobile-nav button{height:50px;border:0;background:transparent;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:10px;font-weight:750;border-radius:14px;cursor:pointer}
  .mobile-nav span{font-size:19px;line-height:1}.mobile-nav .active{background:var(--panel2);color:var(--text)}
}

@media(max-width:600px){
  h1{font-size:clamp(43px,14vw,65px);line-height:.98;margin-top:14px}
  .eyebrow{font-size:10px;letter-spacing:1.7px}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions>*{padding:14px 10px}
  .device-chips{margin-top:17px}.device-chips span{font-size:11px}
  .section-heading h2{font-size:38px}
  .game-grid{grid-template-columns:1fr}
  .cover{height:215px}
  .feature-strip{grid-template-columns:1fr}.feature-strip div{display:grid;grid-template-columns:36px 1fr;column-gap:10px}.feature-strip div span{grid-row:1/3}.feature-strip h3{margin:0}.feature-strip p{margin-top:3px}
  footer>div{display:none}
}

@media(max-width:380px){
  .hero-actions{grid-template-columns:1fr}
  .stats{font-size:11px}.stats strong{font-size:18px}
  .mobile-nav a,.mobile-nav button{font-size:9px}
}


/* AdSense-ready advertisement zones */
.ad-zone{max-width:1180px;margin:28px auto;padding:0 clamp(18px,4vw,36px);text-align:center}
.ad-zone-leaderboard{margin-top:10px}.ad-zone-inline{padding:40px 0 0;margin:35px auto 0}
.ad-label{display:block;margin-bottom:7px;color:var(--muted);font-size:9px;font-weight:850;letter-spacing:1.8px}
.ad-placeholder{min-height:112px;border:1px dashed color-mix(in srgb,var(--muted) 45%,transparent);border-radius:18px;background:color-mix(in srgb,var(--panel) 72%,transparent);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:22px;color:var(--muted)}
.ad-placeholder strong{color:var(--text);font-size:14px}.ad-placeholder small{font-size:11px}
.cookie-banner{position:fixed;z-index:120;left:18px;right:18px;bottom:18px;max-width:920px;margin:auto;padding:20px;display:none;align-items:center;justify-content:space-between;gap:22px;background:color-mix(in srgb,var(--panel) 96%,transparent);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);backdrop-filter:blur(20px)}
.cookie-banner.show{display:flex}.cookie-banner strong{font-size:15px}.cookie-banner p{margin:6px 0 0;max-width:620px;color:var(--muted);font-size:12px;line-height:1.55}.cookie-actions{display:flex;gap:9px;flex:none}.cookie-actions button{padding:11px 14px;font-size:12px}
.legal-page{min-height:70vh;padding:70px clamp(20px,8vw,150px)}.legal-card{max-width:900px;margin:auto}.legal-card h1{font-size:clamp(40px,7vw,72px)}.legal-card h2{margin-top:34px}.legal-card p,.legal-card li{color:var(--muted);line-height:1.75}.legal-card a{color:var(--lime)}
@media(max-width:900px){.ad-zone{margin:20px auto}.ad-zone-inline{padding-top:28px}.ad-placeholder{min-height:96px}.cookie-banner{bottom:88px;align-items:stretch;flex-direction:column}.cookie-actions{display:grid;grid-template-columns:1fr 1fr}.legal-page{padding-top:45px}}
@media(max-width:600px){.ad-placeholder{min-height:90px;padding:16px}.ad-placeholder small{max-width:230px}.cookie-banner{left:10px;right:10px;padding:16px}.cookie-actions{width:100%}}


/* Kelime Avı game card */
.cover-word{
  background:
    radial-gradient(circle at 82% 18%,rgba(201,255,79,.26),transparent 22%),
    linear-gradient(135deg,#7457e8,#30236d);
  text-decoration:none;
}
.word-tiles{
  display:grid;
  grid-template-columns:repeat(3,58px);
  gap:9px;
  transform:rotate(-5deg);
}
.word-tiles i{
  width:58px;height:58px;
  display:grid;place-items:center;
  border-radius:14px;
  background:#f8f5e9;
  color:#171a23;
  font-style:normal;
  font-size:28px;
  font-weight:950;
  box-shadow:0 9px 0 rgba(11,12,20,.2);
}
.word-tiles i:nth-child(2),
.word-tiles i:nth-child(5){background:var(--lime)}
.word-tiles i:nth-child(3),
.word-tiles i:nth-child(6){background:#b7a8ff}
.link-play{display:grid;place-items:center}
.game-card.playable{outline:1px solid rgba(201,255,79,.14)}
.game-card.upcoming{opacity:.82}
@media(max-width:600px){
  .word-tiles{grid-template-columns:repeat(3,52px)}
  .word-tiles i{width:52px;height:52px;font-size:25px}
}


/* Contact */
.contact-section{
  padding:100px clamp(22px,7vw,120px);
  background:
    radial-gradient(circle at 15% 20%,rgba(201,255,79,.08),transparent 28%),
    radial-gradient(circle at 90% 70%,rgba(141,101,255,.10),transparent 30%);
}
.contact-copy{max-width:720px}
.contact-copy h2{
  font-size:clamp(34px,4vw,58px);
  letter-spacing:-2.5px;
  margin:12px 0 18px;
}
.contact-copy p{
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
  margin:0;
}
.contact-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:34px;
}
.contact-card{
  display:flex;
  align-items:center;
  gap:16px;
  padding:22px;
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:20px;
  transition:.22s;
  min-width:0;
}
.contact-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
}
.contact-icon{
  width:48px;height:48px;
  flex:0 0 48px;
  display:grid;place-items:center;
  border-radius:15px;
  background:var(--lime);
  color:#111;
  font-size:20px;
  font-weight:950;
}
.contact-card small{
  display:block;
  color:var(--muted);
  font-size:10px;
  letter-spacing:1.6px;
  font-weight:900;
  margin-bottom:5px;
}
.contact-card strong{
  display:block;
  overflow-wrap:anywhere;
  font-size:15px;
}
.legal-contact-page{min-height:calc(100vh - 160px)}
.legal-contact-page .contact-copy h1{
  font-size:clamp(42px,6vw,78px);
  line-height:1;
  letter-spacing:-4px;
  margin:14px 0 24px;
}
@media(max-width:900px){
  .contact-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .legal-contact-page .contact-copy h1{letter-spacing:-2.5px}
}
