
:root{
  --bg:#04101f;--panel:#081d35;--panel2:#06162a;--card:#0a2340;--line:rgba(148,210,255,.14);--muted:#a9bdd3;--text:#f7fbff;
  --accent:#38bdf8;--accent-deep:#2563eb;--accent-soft:#bae6fd;--accent-2:#22d3ee;--success:#34d399;
  --gold:var(--accent);--gold2:var(--accent-soft);--purple:var(--accent-deep);--pink:var(--accent-2);--green:var(--success);
  --header-bg:rgba(3,15,30,.92);--accent-rgb:56,189,248;--hero-title-1:#e0f7ff;--hero-title-2:#38bdf8;
}
html[data-theme="violet"]{--bg:#0d071c;--panel:#18102e;--panel2:#110a24;--card:#1b1235;--line:rgba(205,180,255,.14);--muted:#beb2d1;--accent:#a78bfa;--accent-deep:#7c3aed;--accent-soft:#ede9fe;--accent-2:#ec4899;--success:#34d399;--header-bg:rgba(14,7,30,.92);--accent-rgb:167,139,250;--hero-title-1:#f5f0ff;--hero-title-2:#c084fc}
html[data-theme="emerald"]{--bg:#031713;--panel:#082921;--panel2:#061f1a;--card:#0a3027;--line:rgba(127,255,212,.13);--muted:#a8c8bd;--accent:#34d399;--accent-deep:#0d9488;--accent-soft:#d1fae5;--accent-2:#2dd4bf;--success:#6ee7b7;--header-bg:rgba(3,24,20,.92);--accent-rgb:52,211,153;--hero-title-1:#e5fff6;--hero-title-2:#34d399}
html[data-theme="ruby"]{--bg:#1b0710;--panel:#32101d;--panel2:#250b16;--card:#3a1222;--line:rgba(255,167,184,.14);--muted:#d0afb9;--accent:#fb7185;--accent-deep:#e11d48;--accent-soft:#ffe4e6;--accent-2:#f97316;--success:#4ade80;--header-bg:rgba(29,7,16,.92);--accent-rgb:251,113,133;--hero-title-1:#fff0f3;--hero-title-2:#fb7185}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}
.skip-link{position:fixed;z-index:999;left:12px;top:12px;padding:11px 15px;border-radius:9px;background:#fff;color:#08091c;font-weight:900;transform:translateY(-160%)}.skip-link:focus{transform:none}
.container{width:min(1220px,calc(100% - 24px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(5,7,23,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}
.header-inner{min-height:78px;display:flex;align-items:center;gap:18px;flex-wrap:nowrap}.brand{display:flex;align-items:center;gap:10px;min-width:240px;flex:0 0 auto}.brand-mark{width:50px;height:50px;display:grid;place-items:center;border:2px solid #dca93b;border-radius:50%;color:#ffd66d;font-size:24px;box-shadow:0 0 22px rgba(255,185,50,.15)}.brand span:last-child{display:flex;flex-direction:column}.brand strong{font-family:Georgia,serif;color:#ffd16a;font-size:20px;text-transform:uppercase}.brand small{color:#c5c9d7;font-size:11px;margin-top:4px}.main-nav{flex:1 1 auto;min-width:0;display:flex;justify-content:center;gap:4px;flex-wrap:nowrap;white-space:nowrap;overflow:hidden}.main-nav a{padding:11px 9px;border-radius:7px;color:#d8dae5;font-size:12px;font-weight:750;text-transform:uppercase}.main-nav a:hover{background:rgba(255,255,255,.06)}.header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto;flex-wrap:nowrap;white-space:nowrap}.btn{min-height:40px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:10px;font-size:12px;font-weight:800;text-transform:uppercase;cursor:pointer}.btn.primary{color:#1b1000;background:linear-gradient(#ffd568,#efa22a);border-color:#ffdd81}.btn.ghost{background:rgba(255,255,255,.025)}.menu-toggle{display:none;border:1px solid var(--line);border-radius:8px;background:#11152d;color:#fff;width:42px;height:40px}
.hero{position:relative;min-height:410px;overflow:hidden;isolation:isolate}.hero-image{position:absolute;z-index:-2;inset:0;background-position:center center;background-size:cover;background-repeat:no-repeat;filter:saturate(1.08) contrast(1.03);transform:none}.hero:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(7,9,27,.82) 0%,rgba(7,9,27,.70) 12%,rgba(7,9,27,.46) 28%,rgba(7,9,27,.18) 46%,rgba(7,9,27,.05) 62%,rgba(7,9,27,0) 78%),linear-gradient(180deg,rgba(7,9,27,.01) 0%,rgba(7,9,27,.04) 64%,#07091b 100%)}.hero-content{padding-top:72px}.hero-content>p{margin:0;font-size:22px}.hero-content h1{max-width:600px;margin:8px 0 18px;font-size:clamp(52px,5.7vw,74px);line-height:.95;color:transparent;background:linear-gradient(#ffe18a,#efa127);background-clip:text;-webkit-background-clip:text}.hero-content>span{display:block;max-width:560px;color:#c7cad8;font-size:17px;line-height:1.7}.hero-content>div{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.hero-btn{min-height:52px;padding:0 22px;display:inline-flex;align-items:center;border-radius:10px;font-size:13px;font-weight:850;text-transform:uppercase}.hero-btn.gold{color:#211300;background:linear-gradient(#ffd66f,#f0a228)}.hero-btn.dark{border:1px solid rgba(255,255,255,.25);background:rgba(5,7,22,.7)}
.feature-strip{margin-top:-18px;position:relative;z-index:3}.feature-strip>.container{display:grid;grid-template-columns:repeat(5,1fr);padding:12px;border:1px solid var(--line);border-radius:14px;background:rgba(13,17,43,.95);box-shadow:0 18px 45px rgba(0,0,0,.28)}.feature-strip article{display:flex;align-items:center;gap:10px;padding:8px 14px;border-right:1px solid var(--line)}.feature-strip article:last-child{border:0}.feature-strip b{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(135deg,#722ade,#ae28d8)}.feature-strip span{display:flex;flex-direction:column}.feature-strip strong{font-size:13px}.feature-strip small{margin-top:4px;color:var(--muted);font-size:11px}
.section{padding-top:16px}.panel{padding-bottom:16px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,rgba(15,19,47,.96),rgba(8,11,29,.98));box-shadow:0 18px 50px rgba(0,0,0,.22)}.section-title{min-height:70px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px}.section-title small{color:#a79ebd;font-size:10px;letter-spacing:1.2px;text-transform:uppercase}.section-title h2{margin:4px 0 0;font-size:23px}.section-title.compact{min-height:auto;padding-bottom:10px}.section-title.compact h3{margin:0;font-size:20px}.section-title>span,.section-link{color:#b7bccd;font-size:13px}.live-pill{padding:7px 12px;border-radius:20px;color:#d9ffea!important;background:rgba(32,211,112,.12)}.empty{padding:0 16px 12px;color:var(--muted)}
.staff-grid{padding:4px 14px;display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.staff-card{padding:15px 10px;display:flex;flex-direction:column;align-items:center;border:1px solid var(--line);border-radius:14px;background:#0c1028}.avatar-orbit{position:relative;width:110px;height:110px;display:grid;place-items:center}.avatar-orbit>i{position:absolute;border-radius:50%;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 3px));mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 3px))}.avatar-orbit>i:first-child{inset:5px;animation:spin 7s linear infinite}.avatar-orbit>i:last-child{inset:-7px;opacity:.9;animation:spinr 9s linear infinite}.avatar-orbit.female>i:first-child{background:conic-gradient(from 0deg,transparent 0 15%,rgba(173,101,255,.96) 22%,rgba(173,101,255,0) 36%,rgba(173,101,255,.85) 52%,transparent 65%,rgba(173,101,255,.9) 84%,transparent 100%)}.avatar-orbit.female>i:last-child{background:conic-gradient(from 120deg,transparent 0 24%,rgba(194,116,255,.84) 30%,transparent 47%,rgba(194,116,255,.8) 66%,transparent 82%,rgba(194,116,255,.88) 92%,transparent 100%)}.avatar-orbit.male>i:first-child{background:conic-gradient(from 0deg,transparent 0 15%,rgba(255,188,56,.96) 22%,transparent 36%,rgba(255,157,51,.85) 52%,transparent 65%,rgba(255,188,56,.9) 84%,transparent 100%)}.avatar-orbit.male>i:last-child{background:conic-gradient(from 120deg,transparent 0 24%,rgba(255,152,54,.84) 30%,transparent 47%,rgba(255,152,54,.8) 66%,transparent 82%,rgba(255,152,54,.88) 92%,transparent 100%)}.avatar{position:relative;z-index:1;width:74px;height:74px;border-radius:50%;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.16)}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-orbit.female .avatar{background:linear-gradient(135deg,#c47dff,#873dff)}.avatar-orbit.male .avatar{background:linear-gradient(135deg,#ffd277,#ff9629);color:#311900}.staff-card strong{margin-top:10px;font-size:15px}.staff-card small{margin-top:4px;color:#c6cbe0;text-align:center;font-size:12px;line-height:1.45}.staff-card em{margin-top:8px;font-style:normal;font-size:11px}.staff-card em.online{color:#8ff3bf}.staff-card em.offline{color:#ffb3b3}
.city-grid{padding:0 14px 14px;display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.city-card{position:relative;height:146px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#0d122f}.city-card img{width:100%;height:100%;object-fit:cover}.city-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(7,10,24,.92) 100%)}.city-copy{position:absolute;left:12px;right:12px;bottom:11px;z-index:1;display:flex;flex-direction:column}.city-copy strong{font-size:16px;text-shadow:0 2px 12px rgba(0,0,0,.4)}.city-copy small,.city-copy em{font-style:normal;color:#d5d9e8;font-size:12px;margin-top:3px}.more-card{display:grid;place-items:center;background:linear-gradient(135deg,#5630df,#8f3bff)}.more-card:after{display:none}.more-card .city-copy{position:static;align-items:center;text-align:center}
.tri-grid{display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:12px}.small-panel{padding-bottom:12px}.list-links,.country-grid,.chips-grid{padding:0 16px 8px}.list-links a{min-height:42px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border-radius:10px;color:#e6e9f1;background:rgba(255,255,255,.03);margin-bottom:8px}.country-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.country-link,.chip{min-height:42px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--line);background:rgba(255,255,255,.03);font-size:13px;text-align:center}.chips-grid{display:flex;flex-wrap:wrap;gap:8px}
.room-carousel{padding:0 14px 14px;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 70px)/6);gap:12px;overflow-x:auto;scrollbar-width:thin}.live-room{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#0b0f28}.live-room img{width:100%;height:110px;object-fit:cover}.live-room-copy{padding:11px}.live-room-copy strong{display:block;font-size:15px}.live-room-copy small{display:block;margin-top:5px;color:#c7cce0;font-size:12px;min-height:34px}.live-room-copy em{display:block;margin-top:7px;font-style:normal;color:#8ff3bf;font-size:11px}
.content-grid{display:grid;grid-template-columns:1.25fr 1fr .95fr;gap:12px}.content-box,.app-box{padding-bottom:14px}.blog-list{padding:0 16px}.blog-item{display:grid;grid-template-columns:76px 1fr;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08)}.blog-item:last-child{border-bottom:0}.blog-item img{width:76px;height:56px;object-fit:cover;border-radius:10px}.blog-item strong{display:block;font-size:14px}.blog-item small{display:block;margin-top:6px;color:var(--muted);font-size:11px}.search-tags{padding:0 16px 16px}.app-box-inner{padding:0 16px 16px;position:relative}.app-box-inner p{max-width:280px;color:#c8cde0;line-height:1.7;font-size:14px}.store-badges{display:flex;gap:10px;flex-wrap:wrap}.store-badges span{padding:10px 14px;border-radius:10px;border:1px solid var(--line);background:rgba(255,255,255,.05);font-size:12px;font-weight:700}.app-box-inner img{width:210px;margin:12px auto 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stats-grid article{padding:18px 16px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.03);text-align:center}.stats-grid strong{display:block;font-size:28px;color:#ffd570}.stats-grid span{display:block;margin-top:8px;color:#c8cde0;font-size:13px}
.member-grid{padding:0 14px 14px;display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.member-card{padding:15px 10px;border:1px solid var(--line);border-radius:14px;background:#0c1028;text-align:center}.member-avatar{width:70px;height:70px;border-radius:50%;margin:0 auto 10px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.14)}.member-avatar img{width:100%;height:100%;object-fit:cover}.member-avatar.female{background:linear-gradient(135deg,#c47dff,#873dff)}.member-avatar.male{background:linear-gradient(135deg,#ffd277,#ff9629);color:#311900}.member-card strong{display:block;font-size:14px}.member-card small{display:block;margin-top:6px;color:var(--muted);font-size:11px;line-height:1.4}
.article-home-grid{padding:0 16px 16px;display:grid;grid-template-columns:1.25fr .95fr;gap:14px}.article-featured{display:grid;grid-template-columns:220px 1fr;gap:16px;padding:14px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.03)}.article-featured img{width:100%;height:100%;min-height:210px;object-fit:cover;border-radius:12px}.article-featured small,.article-mini small{color:#a79ebd;text-transform:uppercase;font-size:11px;letter-spacing:.4px}.article-featured h3{margin:10px 0 10px;font-size:25px;line-height:1.15}.article-featured p,.article-mini p{margin:0;color:#c7cce0;line-height:1.7;font-size:14px}.read-more{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:10px;border:1px solid rgba(255,213,104,.45);background:rgba(255,213,104,.09);color:#fff3ca;font-size:13px;font-weight:700;margin-top:16px}.article-side-list{display:grid;gap:12px}.article-mini{padding:14px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.03)}.article-mini h4{margin:8px 0 8px;font-size:17px;line-height:1.35}
.site-footer{padding-top:18px;padding-bottom:24px}.footer-cta{min-height:82px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(90deg,rgba(25,31,68,.95),rgba(15,20,48,.96))}.footer-cta strong{display:block;font-size:23px;color:#ffd673}.footer-cta span{display:block;margin-top:6px;color:#cad0e3;font-size:14px}.footer-grid{margin-top:16px;display:grid;grid-template-columns:1.15fr repeat(4,1fr);gap:14px}.footer-col{padding:18px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.03);display:flex;flex-direction:column;gap:10px}.footer-col h3{margin:0 0 4px;font-size:17px}.footer-logo{display:flex;align-items:center;gap:10px}.footer-logo strong{font-size:18px;color:#ffd673}.footer-logo small,.footer-col p,.footer-col a,.footer-contact span{color:#c8cde0;font-size:13px;line-height:1.65}.socials{display:flex;gap:10px;margin-top:6px}.socials span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.08)}.footer-bottom{margin-top:14px;color:#9da4ba;font-size:13px;text-align:center}
.content-hero{padding:36px 0 18px}.content-hero span{display:block;color:#a79ebd;text-transform:uppercase;font-size:11px;letter-spacing:1.1px}.content-hero h1{margin:8px 0 0;font-size:42px}.content-hero p{margin:10px 0 0;color:#c8cde0;max-width:800px;line-height:1.8}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:14px}.content-card,.side-card,.single-content{padding:18px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,rgba(15,19,47,.96),rgba(8,11,29,.98))}.content-cover{width:100%;max-height:350px;object-fit:cover;border-radius:12px;margin-bottom:14px}.rich-content{line-height:1.85;color:#d6dbeb}.rich-content h2,.rich-content h3{margin-top:0;color:#fff}.rich-content img{max-width:100%;border-radius:12px}.side-card{display:flex;flex-direction:column;gap:10px}.side-card h3{margin:0 0 8px}.comments{padding:18px}.comments h2{margin-top:0}.comments article{padding:14px 0;border-top:1px solid rgba(255,255,255,.08)}.comments article:first-of-type{border-top:0}.comments article small{display:block;color:var(--muted);margin-top:6px}.comment-form{display:grid;gap:12px;margin-top:18px}.comment-form label{display:grid;gap:7px;font-weight:700}.comment-form input,.comment-form textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--line);background:#0a0f28;color:#fff}.comment-form textarea{min-height:140px;resize:vertical}.hp{display:none}.notice{padding:12px 14px;border-radius:10px;background:#133120;color:#dcffe7;border:1px solid rgba(70,200,110,.4)}.toast{position:fixed;right:16px;bottom:16px;min-width:240px;max-width:300px;padding:12px 14px;border-radius:12px;background:#111633;border:1px solid var(--line);display:none}
@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes spinr{from{transform:rotate(360deg)}to{transform:rotate(0deg)}}

@media (min-width:861px){.hero-image{background-position:center center;background-size:cover}}

@media (min-width:861px){.hero-image{background-position:center center}}
@media (max-width:1120px){.staff-grid{grid-template-columns:repeat(4,1fr)}.city-grid{grid-template-columns:repeat(3,1fr)}.tri-grid,.content-grid,.article-home-grid,.content-layout,.footer-grid{grid-template-columns:1fr}.member-grid{grid-template-columns:repeat(4,1fr)}.room-carousel{grid-auto-columns:calc((100% - 28px)/3)}.feature-strip>.container{grid-template-columns:repeat(2,1fr)}.feature-strip article:nth-child(2n){border-right:0}.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:860px){.main-nav{display:none;position:absolute;left:12px;right:12px;top:76px;padding:12px;border:1px solid var(--line);border-radius:14px;background:#0d1230;flex-direction:column}.main-nav.open{display:flex}.menu-toggle{display:block}.header-actions{display:none}.hero{min-height:760px}.hero-image{inset:0;background-position:center top}.hero:after{background:linear-gradient(180deg,rgba(7,9,27,.25),rgba(7,9,27,.78) 34%,#07091b 86%)}.hero-content{padding-top:310px}.room-carousel{grid-auto-columns:calc((100% - 14px)/2)}.member-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:640px){.hero-content>p{font-size:18px}.hero-content h1{font-size:46px}.hero-content>span{font-size:15px}.feature-strip>.container{grid-template-columns:1fr}.feature-strip article{border-right:0;border-bottom:1px solid var(--line)}.feature-strip article:last-child{border-bottom:0}.staff-grid,.city-grid,.member-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.article-featured{grid-template-columns:1fr}.article-featured img{min-height:180px}.footer-grid{grid-template-columns:1fr}.footer-cta{flex-direction:column;align-items:flex-start}.room-carousel{grid-auto-columns:88%}.country-grid{grid-template-columns:1fr 1fr}}
@media (max-width:440px){.container{width:min(100% - 16px,1220px)}.header-inner{gap:10px}.brand{min-width:0}.brand strong{font-size:18px}.hero{min-height:820px}.hero-content{padding-top:340px}.staff-grid,.city-grid,.member-grid,.stats-grid{grid-template-columns:1fr}.content-hero h1{font-size:32px}.footer-cta strong{font-size:18px}}


/* v3.1 ülke bayrakları ve YallaSohbet logo iyileştirmesi */
.country-link{gap:9px;justify-content:flex-start;text-align:left}
.country-flag{width:28px;flex:0 0 28px;font-size:21px;line-height:1;filter:drop-shadow(0 3px 7px rgba(0,0,0,.28))}
.brand strong,.footer-logo strong{letter-spacing:.35px;white-space:nowrap}
@media(max-width:440px){.brand strong{font-size:15px}.country-flag{font-size:19px}}


/* v4.2 üye/avatar/bayrak/mobil banner düzeltmeleri */
.hero-image-mobile{display:none}
.avatar,.member-avatar{position:relative}
.avatar .visual-fallback,.member-avatar .visual-fallback{position:absolute;inset:0;display:grid;place-items:center;font-weight:900;font-size:18px;z-index:0}
.avatar img,.member-avatar img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;background:#10152d}
.country-flag{width:30px;height:20px;flex:0 0 30px;object-fit:cover;border-radius:3px;border:1px solid rgba(255,255,255,.22);box-shadow:0 3px 8px rgba(0,0,0,.28);filter:none}
.country-link{min-width:0;overflow:hidden}.country-link>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:860px){
  .hero{min-height:600px}
  .hero-image-desktop{display:none}
  .hero-image-mobile{display:block;inset:0 0 auto 0;height:270px;background-position:center;background-size:cover}
  .hero:after{background:linear-gradient(180deg,rgba(7,9,27,.05) 0,rgba(7,9,27,.32) 30%,#07091b 48%,#07091b 100%)}
  .hero-content{padding-top:290px;padding-bottom:38px}
  .hero-content h1{font-size:clamp(40px,11vw,55px);line-height:.98}
  .hero-content>span{font-size:15px;line-height:1.55}
}
@media(max-width:640px){
  .hero{min-height:570px}
  .hero-image-mobile{height:235px}
  .hero-content{padding-top:250px;text-align:center}
  .hero-content>div{justify-content:center}
  .country-flag{width:28px;height:19px;flex-basis:28px}
}
@media(max-width:440px){
  .hero{min-height:545px}
  .hero-image-mobile{height:215px}
  .hero-content{padding-top:230px}
  .hero-content h1{font-size:39px}
  .hero-content>div{display:grid;grid-template-columns:1fr;width:100%}
  .hero-btn{justify-content:center;width:100%}
}


/* v4.4 tıklama, banner hizalama ve mobil giriş düzeltmesi */
html,body{max-width:100%;overflow-x:hidden}
.hero{width:100%;max-width:100%;overflow:hidden}
.hero-image{inset:0;width:100%;max-width:100%;background-repeat:no-repeat;background-size:cover;background-position:center center;transform:none}
.hero-image-desktop{right:0;left:0}
.hero:after{pointer-events:none}
.hero-content{position:relative;z-index:2}

.feature-strip .feature-card{display:flex;align-items:center;gap:10px;padding:8px 14px;border-right:1px solid var(--line);border-radius:9px;transition:transform .18s ease,background .18s ease,box-shadow .18s ease;cursor:pointer;min-width:0}
.feature-strip .feature-card:last-child{border-right:0}
.feature-strip .feature-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.055);box-shadow:0 8px 22px rgba(0,0,0,.2)}
.feature-strip .feature-card:focus-visible{outline:2px solid #f3b53a;outline-offset:2px}
.feature-strip .feature-card span{min-width:0}

.mobile-auth{display:none}

@media(min-width:861px){
  .hero-image-desktop{background-position:center center}
}
@media(max-width:1120px){
  .feature-strip .feature-card:nth-child(2n){border-right:0}
}
@media(max-width:860px){
  .main-nav .mobile-auth{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}
  .main-nav .mobile-auth .btn{min-height:44px;padding:0 12px;text-align:center}
  .hero-image-mobile{left:0;right:0;width:100%;max-width:100%;background-position:center center}
}
@media(max-width:640px){
  .feature-strip .feature-card{border-right:0;border-bottom:1px solid var(--line);padding:11px 14px}
  .feature-strip .feature-card:last-child{border-bottom:0}
}
@media(max-width:440px){
  .main-nav .mobile-auth{grid-template-columns:1fr}
}


/* v5.2 modal + banner quality fix */
@media (min-width:861px){
  .hero{min-height:420px}
  .hero-image-mobile{display:none!important}
  .hero-image-desktop{
    display:block!important;
    position:absolute!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    width:min(76%,1100px)!important;
    background-position:center center!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
    filter:saturate(1.08) contrast(1.03)!important;
    transform:none!important;
  }
  .hero:after{
    background:linear-gradient(90deg,#07091b 0%,#07091b 16%,rgba(7,9,27,.86) 33%,rgba(7,9,27,.52) 48%,rgba(7,9,27,.16) 63%,rgba(7,9,27,0) 78%),linear-gradient(180deg,rgba(7,9,27,.02) 0%,rgba(7,9,27,.05) 64%,#07091b 100%)!important;
  }
}


/* v6.0 sohbet + Okey + Tombala tanıtım vitrini */
.hero-games-link{border-color:rgba(167,139,250,.42)!important;background:linear-gradient(180deg,rgba(91,55,184,.32),rgba(20,18,54,.72))!important}
.game-showcase-panel{position:relative;overflow:hidden;padding-bottom:18px}
.game-showcase-panel:before{content:"";position:absolute;inset:-160px auto auto 35%;width:520px;height:310px;border-radius:50%;background:rgba(110,66,255,.10);filter:blur(70px);pointer-events:none}
.game-showcase-title{position:relative;z-index:1}
.game-showcase-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:0 16px}
.game-showcase-card{position:relative;min-height:335px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:19px;background:#0c112c;box-shadow:0 20px 44px rgba(0,0,0,.24);isolation:isolate;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
.game-showcase-card:hover{transform:translateY(-6px);border-color:rgba(255,255,255,.25);box-shadow:0 27px 58px rgba(0,0,0,.36)}
.game-showcase-card:focus-visible{outline:2px solid #ffd66f;outline-offset:3px}
.game-card-glow{position:absolute;z-index:0;inset:0;background:radial-gradient(circle at 75% 15%,rgba(255,255,255,.13),transparent 35%),linear-gradient(180deg,transparent 25%,rgba(4,7,23,.93) 78%)}
.chat-experience{background:radial-gradient(circle at 75% 15%,rgba(64,192,255,.28),transparent 39%),linear-gradient(145deg,#122b52,#090d25 65%)}
.okey-experience{background:radial-gradient(circle at 75% 15%,rgba(255,190,70,.28),transparent 39%),linear-gradient(145deg,#20422f,#0a1420 65%)}
.tombala-experience{background:radial-gradient(circle at 75% 15%,rgba(255,89,157,.26),transparent 39%),linear-gradient(145deg,#432044,#0d1127 65%)}
.game-card-visual{position:absolute;z-index:1;top:24px;right:24px;width:152px;height:128px;display:grid;place-items:center;filter:drop-shadow(0 20px 26px rgba(0,0,0,.32))}
.chat-visual>span{position:relative;z-index:2;width:76px;height:76px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(145deg,#71dcff,#4965ff);font-size:35px;box-shadow:0 0 0 9px rgba(255,255,255,.06),0 18px 35px rgba(31,102,255,.28)}
.chat-visual i{position:absolute;border:2px solid rgba(152,226,255,.28);border-radius:50%;animation:portalPulse 2.4s ease-out infinite}.chat-visual i:first-of-type{inset:9px}.chat-visual i:last-of-type{inset:-11px;animation-delay:.65s}
.okey-visual{display:flex;align-items:flex-end;justify-content:center;gap:5px;transform:rotate(-6deg)}
.okey-visual span{width:38px;height:58px;display:grid;place-items:center;border:3px solid #f8e1a7;border-radius:6px;background:linear-gradient(180deg,#fff8dc,#dcbf7a);color:#b52128;font-family:Georgia,serif;font-size:25px;font-weight:900;box-shadow:0 8px 13px rgba(0,0,0,.28)}
.okey-visual span:nth-child(2){color:#1958b9;transform:translateY(-8px)}.okey-visual span:nth-child(3){color:#181818;transform:translateY(-13px)}.okey-visual span:nth-child(4){color:#b52128;transform:translateY(-5px)}
.tombala-visual>span{position:relative;z-index:2;width:84px;height:84px;display:grid;place-items:center;border:6px solid #fff;border-radius:50%;background:radial-gradient(circle at 34% 26%,#fff 0 7%,#ffea87 9%,#ff9e31 52%,#b63529 100%);color:#3e160a;font-size:27px;font-weight:1000;box-shadow:inset -9px -12px 18px rgba(92,16,10,.28),0 18px 32px rgba(0,0,0,.34)}
.tombala-visual i{position:absolute;width:38px;height:38px;display:grid;place-items:center;border:3px solid #fff;border-radius:50%;background:#8f42ff;font-style:normal;font-size:11px;font-weight:900}.tombala-visual i:nth-of-type(1){left:1px;top:7px}.tombala-visual i:nth-of-type(2){right:-4px;top:11px;background:#1aa2d7}.tombala-visual i:nth-of-type(3){right:7px;bottom:0;background:#dd3c7e}
.game-card-copy{position:relative;z-index:2;padding:185px 22px 22px}
.game-card-copy>small{display:flex;align-items:center;gap:7px;color:#c7cde3;font-size:10px;font-weight:900;letter-spacing:.14em}.game-card-copy>small i{width:7px;height:7px;border-radius:50%;background:#36e18d;box-shadow:0 0 10px rgba(54,225,141,.72)}
.game-card-copy h3{margin:8px 0 8px;font-size:27px}.game-card-copy p{min-height:58px;margin:0;color:#c3c9db;font-size:13px;line-height:1.55}
.game-card-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:13px}.game-card-tags span{padding:6px 9px;border:1px solid rgba(255,255,255,.10);border-radius:999px;background:rgba(255,255,255,.05);color:#e5e8f3;font-size:10px}
.game-card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.game-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:14px;font-size:12px;font-weight:900;letter-spacing:.03em;border:1px solid rgba(255,255,255,.12);box-shadow:0 14px 24px rgba(0,0,0,.18)}.game-cta-chat{background:linear-gradient(135deg,#27d7aa,#2563eb);color:#fff;border-color:rgba(109,248,219,.4)}.game-cta-okey{background:linear-gradient(135deg,#f4c44e,#b97707);color:#221304;border-color:rgba(255,222,128,.45)}.game-cta-tombala{background:linear-gradient(135deg,#fb7185,#8b5cf6);color:#fff;border-color:rgba(246,170,255,.42)}.game-cta-soft{background:rgba(255,255,255,.08);color:#eef3ff}.game-showcase-card:hover .game-cta{transform:translateY(-1px)}
@keyframes portalPulse{0%{transform:scale(.72);opacity:.85}100%{transform:scale(1.12);opacity:0}}
@media(max-width:980px){.game-showcase-grid{grid-template-columns:1fr 1fr}.chat-experience{grid-column:1/-1;min-height:290px}.chat-experience .game-card-copy{max-width:64%}}
@media(max-width:680px){.game-showcase-title{align-items:flex-start;flex-direction:column;gap:3px}.game-showcase-grid{grid-template-columns:1fr;padding:0 10px}.chat-experience{grid-column:auto}.game-showcase-card{min-height:315px}.chat-experience .game-card-copy{max-width:none}.game-card-copy{padding:174px 18px 18px}.game-card-copy p{min-height:0}.game-card-visual{right:18px;top:20px}.game-showcase-title>span{padding-left:18px}.game-card-actions{gap:8px}.game-cta{flex:1 1 100%;min-height:42px}}
@media(max-width:440px){.game-showcase-card{min-height:300px}.game-card-copy h3{font-size:24px}.game-card-visual{transform:scale(.9);transform-origin:top right}.okey-visual{transform:rotate(-6deg) scale(.9)}}



/* V9 mobil uygulama görünümü */
.mobile-bottom-nav,.mobile-hub-overlay{display:none}
.footer-accordion-toggle{display:block;width:100%;padding:0;border:0;background:none;color:inherit;text-align:left;font:inherit}.footer-accordion-toggle span{display:none}.footer-accordion-body{display:grid;gap:9px}
@media(max-width:700px){
  html{scroll-padding-bottom:84px}body{padding-bottom:74px}.site-footer{padding-bottom:12px}
  .site-header{position:sticky;top:0;z-index:60;backdrop-filter:blur(14px);background:rgba(7,9,27,.88)}
  .hero{min-height:520px!important}.hero-content{padding-top:235px!important;padding-bottom:52px}.hero-content h1{font-size:38px!important;line-height:1.04}.hero-content>p{font-size:14px}.hero-content>span{max-width:520px;font-size:14px}.hero-content>div{gap:8px}.hero-btn{min-height:44px;padding:0 14px;font-size:12px}
  .feature-strip>.container{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:8px;padding:8px}.feature-card{flex:0 0 78%;min-height:68px;border:1px solid var(--line)!important;border-radius:14px;scroll-snap-align:start}
  .game-showcase-panel{padding-bottom:14px}.game-showcase-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding:0 12px 10px!important}.game-showcase-card{flex:0 0 min(86vw,360px);min-height:315px!important;scroll-snap-align:center}.game-card-actions{display:grid;grid-template-columns:1fr}.game-cta{width:100%}
  .staff-grid,.member-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding-bottom:8px}.staff-card{flex:0 0 154px;scroll-snap-align:start}.member-card{flex:0 0 142px;scroll-snap-align:start}
  .room-carousel{grid-auto-columns:86%!important;scroll-snap-type:x mandatory}.live-room{scroll-snap-align:center}
  .city-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px}.city-card{flex:0 0 82%;min-height:170px;scroll-snap-align:center}
  .section{padding:9px 0}.panel{border-radius:16px}.section-title{padding:15px 16px 12px}.section-title h2{font-size:21px}
  .footer-grid{display:block!important}.footer-col.brand-col{padding-bottom:14px}.footer-accordion{border-top:1px solid rgba(255,255,255,.09)}.footer-accordion-toggle{display:flex;align-items:center;justify-content:space-between;min-height:52px;font-size:14px;font-weight:900}.footer-accordion-toggle span{display:block;font-size:21px;transition:transform .2s ease}.footer-accordion.open .footer-accordion-toggle span{transform:rotate(45deg)}.footer-accordion-body{display:none;padding:0 0 14px}.footer-accordion.open .footer-accordion-body{display:grid}.footer-contact .footer-accordion-body{gap:10px}
  .mobile-bottom-nav{position:fixed;z-index:105;left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));height:62px;display:grid;grid-template-columns:repeat(5,1fr);align-items:stretch;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(9,13,35,.94);box-shadow:0 18px 50px rgba(0,0,0,.48);backdrop-filter:blur(18px);overflow:hidden}.mobile-bottom-nav a,.mobile-bottom-nav button{display:grid;place-items:center;align-content:center;gap:2px;padding:0;border:0;background:transparent;color:#dce3ff;font:inherit}.mobile-bottom-nav span{font-size:19px;line-height:1}.mobile-bottom-nav b{font-size:9px}.mobile-bottom-nav>:nth-child(2){background:linear-gradient(180deg,rgba(43,213,174,.18),rgba(37,99,235,.13));color:#86ffe0}.mobile-bottom-nav>:nth-child(3){color:#ffd66f}
  .mobile-hub-overlay[hidden]{display:none!important}.mobile-hub-overlay{position:fixed;z-index:130;inset:0;display:flex;align-items:flex-end;background:rgba(2,5,18,.66);backdrop-filter:blur(7px)}.mobile-hub{width:100%;max-height:82vh;padding:8px 14px calc(18px + env(safe-area-inset-bottom));border:1px solid rgba(255,255,255,.14);border-radius:24px 24px 0 0;background:linear-gradient(180deg,#121936,#080d22);box-shadow:0 -25px 70px rgba(0,0,0,.55);overflow:auto;animation:mobileHubIn .24s ease-out}.mobile-hub-handle{width:42px;height:4px;margin:3px auto 12px;border-radius:99px;background:rgba(255,255,255,.25)}.mobile-hub header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.mobile-hub header small{display:block;color:#9ba5ca;font-size:9px;letter-spacing:.14em}.mobile-hub h3{margin:4px 0 0;font-size:22px}.mobile-hub header button{width:38px;height:38px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.05);color:#fff;font-size:24px}.mobile-hub-pane{display:grid;gap:10px}.mobile-game-entry{display:grid;grid-template-columns:50px 1fr auto;align-items:center;gap:12px;min-height:72px;padding:10px 13px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.04)}.mobile-game-entry>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;font-size:23px;font-weight:1000}.mobile-game-entry.chat>span{background:linear-gradient(145deg,#28d4ad,#2563eb)}.mobile-game-entry.okey>span{background:linear-gradient(145deg,#f5d266,#a56706);color:#261400}.mobile-game-entry.tombala>span{border-radius:50%;background:linear-gradient(145deg,#ff8aa3,#8b5cf6)}.mobile-game-entry b{display:block}.mobile-game-entry small{display:block;margin-top:4px;color:#aeb7d4}.mobile-game-entry em{font-size:26px;font-style:normal}.mobile-hub-pane[data-mobile-hub-pane="menu"] a{padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:rgba(255,255,255,.035);font-weight:800}
  body.mobile-hub-open{overflow:hidden}
  @keyframes mobileHubIn{from{transform:translateY(35px);opacity:.25}to{transform:none;opacity:1}}
}
@media(max-width:400px){.mobile-bottom-nav{left:5px;right:5px}.mobile-bottom-nav b{font-size:8px}.hero{min-height:500px!important}.hero-content{padding-top:220px!important}.game-showcase-card{flex-basis:88vw}.staff-card{flex-basis:145px}}

/* v10 mobile-first SEO içerik ve erişilebilirlik */
.seo-intro-panel{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:24px;padding:28px}.seo-intro-copy>small,.experience-card>small{color:#bfa8f3;font-size:10px;font-weight:900;letter-spacing:.14em}.seo-intro-copy h2,.experience-card h2{margin:8px 0 12px;font-size:clamp(25px,3vw,38px);line-height:1.12}.seo-intro-copy p,.experience-card p{margin:0;color:#c8cde0;font-size:15px;line-height:1.8}.seo-intro-copy .hero-btn{margin-top:20px}.seo-benefits{display:grid;gap:10px}.seo-benefits article{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.035)}.seo-benefits article>span{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,rgba(143,66,255,.4),rgba(37,99,235,.28));font-size:20px}.seo-benefits h3{margin:0 0 4px;font-size:15px}.seo-benefits p{margin:0;color:#aeb6ce;font-size:12px;line-height:1.5}.experience-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.experience-card{position:relative;padding:28px;overflow:hidden}.experience-card:after{content:"";position:absolute;right:-70px;top:-70px;width:190px;height:190px;border-radius:50%;background:rgba(143,66,255,.12);filter:blur(15px)}.experience-icon{display:grid;place-items:center;width:54px;height:54px;margin-bottom:18px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.06);font-size:25px}.experience-card h2{font-size:27px}.faq-panel{padding-bottom:20px}.faq-list{display:grid;gap:10px;padding:0 18px}.faq-list details{border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.03)}.faq-list summary{position:relative;padding:17px 50px 17px 17px;cursor:pointer;font-weight:850;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:17px;top:50%;font-size:23px;color:#ffd66f;transform:translateY(-50%)}.faq-list details[open] summary:after{content:"−"}.faq-list p{margin:0;padding:0 17px 17px;color:#c8cde0;line-height:1.7;font-size:14px}
@media(max-width:860px){.seo-intro-panel,.experience-grid{grid-template-columns:1fr}.seo-intro-panel{padding:20px}.experience-card{padding:22px}.seo-intro-copy h2{font-size:29px}}
@media(max-width:540px){.seo-intro-panel{padding:18px 14px}.seo-intro-copy .hero-btn{width:100%;justify-content:center}.experience-card{padding:20px 16px}.experience-card h2{font-size:23px}.faq-list{padding:0 10px}.faq-list summary{font-size:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* v10.1 LCP: hero görseli ilk HTML içinde ve yüksek öncelikle yüklenir */
.hero-media{position:absolute;z-index:-2;inset:0;display:block;overflow:hidden}.hero-media .hero-image{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;object-position:center;filter:saturate(1.08) contrast(1.03);transform:none}
@media(min-width:861px){.hero-media{left:auto;width:min(76%,1100px)}.hero-media .hero-image{object-position:center center}}
@media(max-width:860px){.hero-media{bottom:auto;height:270px}.hero-media .hero-image{object-position:center center}}
@media(max-width:640px){.hero-media{height:235px}}
@media(max-width:440px){.hero-media{height:215px}}

/* v11 ana sayfa: 8 kartlı makale vitrini */
.home-articles-panel{position:relative;overflow:hidden;padding-bottom:18px}
.home-articles-panel:before{content:"";position:absolute;inset:-180px auto auto 36%;width:520px;height:300px;border-radius:50%;background:rgba(91,66,255,.09);filter:blur(78px);pointer-events:none}
.home-articles-titlebar{position:relative;z-index:1;align-items:flex-end}
.home-articles-titlebar>div{min-width:0}
.home-articles-titlebar h2{margin-bottom:3px}
.home-articles-titlebar p{margin:0;color:#9fa9c8;font-size:12px;line-height:1.45}
.home-articles-all{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 13px;border:1px solid rgba(255,255,255,.10);border-radius:999px;background:rgba(255,255,255,.035);color:#cbd3eb;font-size:11px;font-weight:800;white-space:nowrap}
.home-articles-all span,.home-article-read span{font-size:18px;line-height:1}
.home-articles-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:0 16px}
.home-article-card{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:15px;background:linear-gradient(180deg,rgba(20,27,58,.96),rgba(9,14,35,.98));box-shadow:0 16px 34px rgba(0,0,0,.20);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.home-article-card:hover{transform:translateY(-4px);border-color:rgba(132,113,255,.38);box-shadow:0 22px 42px rgba(0,0,0,.30)}
.home-article-cover{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#0d1534}
.home-article-cover:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,transparent,rgba(5,8,24,.28));pointer-events:none}
.home-article-cover img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}
.home-article-card:hover .home-article-cover img{transform:scale(1.035);filter:saturate(1.06)}
.home-article-copy{display:flex;min-height:168px;flex-direction:column;padding:13px 14px 14px}
.home-article-copy>small{display:block;margin-bottom:6px;color:#9e96c5;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.home-article-copy h3{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:0;font-size:16px;line-height:1.28}
.home-article-copy h3 a{color:#f7f8ff}
.home-article-copy p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:8px 0 0;color:#adb6d0;font-size:11px;line-height:1.5}
.home-article-read{display:inline-flex;align-items:center;align-self:flex-start;gap:6px;min-height:30px;margin-top:auto;padding:0 10px;border:1px solid rgba(255,255,255,.10);border-radius:999px;background:rgba(255,255,255,.035);color:#dfe6ff;font-size:10px;font-weight:800}
.home-article-card:hover .home-article-read{border-color:rgba(79,196,255,.34);background:rgba(70,83,255,.09)}
.content-grid-compact{grid-template-columns:1fr 1fr}
@media(max-width:1120px){.home-articles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-article-copy{min-height:155px}}
@media(max-width:700px){.home-articles-titlebar{align-items:flex-start;gap:10px}.home-articles-titlebar p{font-size:11px}.home-articles-all{margin-left:16px}.home-articles-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:0 10px}.home-article-card{border-radius:13px}.home-article-copy{min-height:158px;padding:10px 10px 11px}.home-article-copy h3{font-size:14px}.home-article-copy p{font-size:10px}.content-grid-compact{grid-template-columns:1fr}}
@media(max-width:460px){.home-articles-grid{grid-template-columns:1fr}.home-article-copy{min-height:145px}.home-article-copy h3{font-size:16px}.home-article-copy p{font-size:11px}}


/* Makale yazar + görüntülenme bilgileri */
.article-detail-meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:12px;color:#aeb9d7;font-size:12px;font-weight:700}
.article-detail-meta span{display:inline-flex;align-items:center;gap:4px;padding:6px 9px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.035)}
.article-detail-meta strong{color:#f4f6ff}
.home-article-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:9px 0 8px;color:#9ea9c8;font-size:9px;font-weight:800}
.home-article-meta span{display:inline-flex;align-items:center;gap:3px;white-space:nowrap}
.article-card-meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin:10px 0;color:#9ea9c8;font-size:11px;font-weight:700}
@media(max-width:700px){.article-detail-meta{font-size:11px;gap:7px}.home-article-meta{font-size:9px}}


/* v16 - Esit makale kartlari + premium footer imzasi */
.home-article-card{height:100%}
.home-article-copy{height:100%}
.home-article-copy h3{min-height:2.56em}
.home-article-copy p{min-height:3em}
.home-article-meta{justify-content:flex-start;gap:6px;min-height:20px;margin:9px 0 9px;color:#aab4d0;font-size:9.5px;font-weight:800}
.home-article-meta .home-article-author{color:#f1d584}
.home-article-meta .home-article-dot{color:#626d91;font-size:11px}
.home-article-meta .home-article-views{color:#aab4d0}
.home-article-read{margin-top:auto}
.article-card-meta{align-items:center}
.article-card-meta span:nth-child(2){color:#626d91}

.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;padding:14px 16px;border-top:1px solid rgba(255,255,255,.08);color:#9da4ba;font-size:12px;text-align:left}
.footer-copyright{white-space:nowrap}
.footer-maker{position:relative;isolation:isolate;display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:6px 8px 6px 7px;border:1px solid rgba(255,213,112,.24);border-radius:999px;background:linear-gradient(110deg,rgba(255,197,73,.08),rgba(123,76,255,.10) 48%,rgba(54,196,255,.08));box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 30px rgba(0,0,0,.18);overflow:hidden}
.footer-maker:before{content:"";position:absolute;z-index:-1;inset:-2px auto -2px -38%;width:32%;transform:skewX(-22deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.09),transparent);animation:footerMakerShine 7s ease-in-out infinite}
.footer-code-badge{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;border-radius:50%;border:1px solid rgba(255,209,106,.35);background:linear-gradient(145deg,#322415,#191326);color:#ffd46e;font-size:10px;font-weight:950;box-shadow:0 0 18px rgba(243,181,58,.10)}
.footer-maker-site{color:#ffe092!important;font-weight:900!important;font-size:12px!important;letter-spacing:.01em;transition:color .2s ease,text-shadow .2s ease}
.footer-maker-site:hover{color:#fff2bf!important;text-shadow:0 0 14px rgba(255,211,102,.28)}
.footer-maker-sep{color:#695f7d}
.footer-maker-phone{color:#c7d8ff!important;font-weight:800!important;font-size:11.5px!important;transition:color .2s ease}
.footer-maker-phone:hover{color:#fff!important}
.footer-coder{display:inline-flex;align-items:center;gap:4px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.045);color:#aeb7d4;font-size:10px;font-weight:800;white-space:nowrap}
.footer-coder b{color:#d962ff;font-size:11px}
@keyframes footerMakerShine{0%,72%{left:-38%}88%,100%{left:122%}}

@media(max-width:700px){
  .home-article-copy h3{min-height:auto}
  .home-article-copy p{min-height:auto}
  .home-article-meta{gap:5px;font-size:9px}
  .footer-bottom{flex-direction:column;align-items:center;padding:14px 6px 4px;text-align:center}
  .footer-copyright{white-space:normal}
  .footer-maker{max-width:100%;flex-wrap:wrap;justify-content:center;border-radius:18px;padding:8px 10px}
}
@media(max-width:430px){
  .footer-maker-sep{display:none}
  .footer-maker-phone{width:auto}
  .footer-coder{padding:5px 8px}
}

/* v17 - makale deneyimi, çevrimiçi sayaç, paylaşım ve ilgili içerikler */
.header-online{display:inline-flex;align-items:center;gap:5px;height:34px;padding:0 10px;border:1px solid rgba(66,222,149,.20);border-radius:999px;background:rgba(35,169,112,.08);color:#aee9cf;font-size:10px;font-weight:850;white-space:nowrap}.header-online i,.online-pulse{width:7px;height:7px;border-radius:50%;background:#42df95;box-shadow:0 0 0 4px rgba(66,223,149,.10),0 0 16px rgba(66,223,149,.55);animation:onlinePulse 1.8s ease-in-out infinite}.header-online b{color:#fff;font-size:11px}@keyframes onlinePulse{50%{opacity:.58;transform:scale(.82)}}
.article-hero{padding-bottom:34px}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:0 0 14px;color:#7f8bac;font-size:11px}.breadcrumbs a{color:#b8c3e1}.breadcrumbs a:hover{color:#fff}.breadcrumbs b{max-width:440px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8994b2;font-weight:700}.breadcrumbs span{color:#515d7e}
.article-layout{align-items:start}.article-content-card{min-width:0}.article-sidebar{display:grid;gap:13px;position:sticky;top:86px}.article-sidebar .side-card{margin:0}.online-side-card{display:grid!important;grid-template-columns:auto 1fr;align-items:center;gap:8px 10px}.online-side-card .online-pulse{grid-row:1/2}.online-side-card div small{display:block;color:#79dcb1;font-size:9px;font-weight:900;letter-spacing:.08em}.online-side-card div strong{display:block;margin-top:2px;font-size:19px}.online-side-card .btn{grid-column:1/-1;justify-content:center}.side-article-link{display:flex!important;align-items:flex-start!important;justify-content:space-between;gap:9px}.side-article-link span{min-width:0}.side-article-link small{flex:0 0 auto;color:#8491b1;font-size:9px;white-space:nowrap}
.article-chat-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:28px 0;padding:18px 20px;border:1px solid rgba(244,184,57,.23);border-radius:18px;background:radial-gradient(circle at 84% 16%,rgba(133,76,255,.18),transparent 42%),linear-gradient(135deg,rgba(244,184,57,.08),rgba(17,23,54,.92));box-shadow:0 16px 35px rgba(0,0,0,.18)}.article-chat-cta div{display:grid;gap:4px}.article-chat-cta small{color:#f4c35d;font-size:9px;font-weight:950;letter-spacing:.1em}.article-chat-cta strong{font-size:19px;color:#fff}.article-chat-cta span{max-width:560px;color:#aeb8d3;font-size:12px;line-height:1.55}.article-chat-cta .hero-btn{flex:0 0 auto;min-width:145px;justify-content:center}
.article-share{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:30px;padding:18px;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}.article-share>div:first-child{display:grid;gap:4px}.article-share small{color:#8279b8;font-size:9px;font-weight:900;letter-spacing:.1em}.article-share strong{font-size:13px}.share-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.share-buttons a,.share-buttons button{min-height:32px;display:inline-flex;align-items:center;padding:0 10px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(255,255,255,.04);color:#cbd4ec;font:800 9.5px/1 inherit;cursor:pointer}.share-buttons a:hover,.share-buttons button:hover{border-color:rgba(118,133,255,.35);background:rgba(92,76,214,.10);color:#fff}.share-buttons button.copied{border-color:rgba(66,223,149,.35);color:#8fe6bd}
.article-faq-section .panel,.related-articles-section .panel{overflow:hidden}.related-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.related-article-card{display:grid;grid-template-columns:120px 1fr;min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:rgba(255,255,255,.025)}.related-article-card img{width:120px;height:100%;min-height:118px;object-fit:cover}.related-article-card div{min-width:0;padding:12px}.related-article-card small{color:#8d84c3;font-size:9px;font-weight:900;text-transform:uppercase}.related-article-card h3{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:5px 0 9px;color:#f4f6ff;font-size:14px;line-height:1.35}.related-article-card span{color:#8f9ab8;font-size:9.5px;font-weight:750}
.comment-list{display:grid;gap:10px}.comment-item{position:relative;padding:14px!important}.comment-head{display:flex;justify-content:space-between;gap:10px}.comment-head small{color:#7e8aa8}.comment-item p{margin:9px 0 10px}.comment-like-form{margin:0}.comment-like{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:0 10px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:rgba(255,255,255,.035);color:#9da9c7;font-size:10px;font-weight:800;cursor:pointer}.comment-like:hover{color:#ff9bbb;border-color:rgba(255,105,153,.25)}.comment-like.liked{color:#ff8eb4;background:rgba(255,85,146,.08)}.comment-like:disabled{cursor:default;opacity:.9}.home-article-time{color:#8fa0c6}
@media(max-width:1050px){.header-online{display:none}.article-sidebar{position:static}.related-article-grid{grid-template-columns:1fr}.related-article-card{grid-template-columns:150px 1fr}}
@media(max-width:700px){.breadcrumbs b{max-width:220px}.article-chat-cta{align-items:flex-start;flex-direction:column;padding:15px}.article-chat-cta .hero-btn{width:100%}.article-share{align-items:flex-start;flex-direction:column;padding:15px 0}.share-buttons{justify-content:flex-start}.related-article-card{grid-template-columns:105px 1fr}.related-article-card img{width:105px}.home-article-meta .home-article-time{display:none}}
.home-popular-strip{position:relative;z-index:1;display:flex;align-items:flex-start;gap:14px;margin:16px 16px 0;padding:13px 14px;border-top:1px solid rgba(255,255,255,.07)}.home-popular-strip>strong{flex:0 0 auto;color:#f0c565;font-size:10px;line-height:28px;white-space:nowrap}.home-popular-strip>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;min-width:0;flex:1}.home-popular-strip a{display:flex;align-items:center;gap:7px;min-width:0;padding:7px 8px;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:rgba(255,255,255,.025)}.home-popular-strip a>b{width:19px;height:19px;display:grid;place-items:center;flex:0 0 19px;border-radius:6px;background:rgba(244,184,57,.10);color:#f5cc6e;font-size:9px}.home-popular-strip a>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#bec7df;font-size:9.5px;font-weight:750}.home-popular-strip a>small{margin-left:auto;color:#747f9e;font-size:8.5px;white-space:nowrap}@media(max-width:900px){.home-popular-strip{flex-direction:column}.home-popular-strip>div{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.home-popular-strip{margin:12px 10px 0;padding:11px 0}.home-popular-strip>div{grid-template-columns:1fr}}

/* v18 mobil performans: gerçek tembel yükleme ve ekran dışı render azaltma */
.js-lazy-image{opacity:0;transition:opacity .2s ease}.js-lazy-image.is-loaded{opacity:1}
@supports(content-visibility:auto){main>.section:not(.seo-intro-section){content-visibility:auto;contain-intrinsic-size:auto 720px}}

/* v19 - kurumsal sayfalar makale düzeni + güvenli Markdown görünümü */
.page-article-layout{padding-bottom:18px}
.page-content-card{padding:26px 30px;overflow:hidden}
.page-rich-content{font-size:15.5px;line-height:1.9;color:#cfd6e8}
.page-rich-content> :first-child{margin-top:0}
.page-rich-content> :last-child{margin-bottom:0}
.page-rich-content p{margin:0 0 20px;color:#cbd3e6;line-height:1.9}
.page-rich-content h2{position:relative;margin:34px 0 14px!important;padding:0 0 11px;color:#fff;font-size:25px;line-height:1.25}
.page-rich-content h2:after{content:"";position:absolute;left:0;bottom:0;width:52px;height:2px;border-radius:2px;background:linear-gradient(90deg,#f4c45f,#8e5cff)}
.page-rich-content h3{margin:28px 0 11px!important;color:#f4f6ff;font-size:20px;line-height:1.35}
.page-rich-content h4{margin:24px 0 9px;color:#eef1fb;font-size:17px}
.page-rich-content strong{color:#fff;font-weight:850}
.page-rich-content em{color:#e4dcff}
.page-rich-content ul,.page-rich-content ol{display:grid;gap:8px;margin:8px 0 22px;padding-left:24px}
.page-rich-content li{padding-left:3px;color:#cbd3e6;line-height:1.75}
.page-rich-content li::marker{color:#f0ba4e;font-weight:900}
.page-rich-content blockquote{margin:24px 0;padding:15px 18px;border-left:3px solid #9c6cff;border-radius:0 12px 12px 0;background:rgba(126,81,230,.08);color:#d7d9ed}
.page-rich-content a{color:#f2c65d;text-decoration:underline;text-underline-offset:3px}
.page-rich-content hr{height:1px;margin:28px 0;border:0;background:rgba(255,255,255,.09)}
.page-chat-cta{margin-bottom:0}
@media(max-width:700px){
  .page-content-card{padding:20px 17px}
  .page-rich-content{font-size:14.5px;line-height:1.82}
  .page-rich-content p{margin-bottom:17px;line-height:1.82}
  .page-rich-content h2{margin-top:28px!important;font-size:22px}
  .page-rich-content h3{margin-top:24px!important;font-size:18px}
}

/* v21 header tek-satir + dogrudan uyelik */
.header-actions .btn{flex:0 0 auto;white-space:nowrap}
@media (min-width:861px) and (max-width:1180px){
  .header-inner{gap:12px}
  .brand{min-width:210px}
  .brand strong{font-size:18px}
  .brand small{font-size:10px}
  .main-nav{gap:1px}
  .main-nav a{padding:10px 7px;font-size:11px}
  .header-actions{gap:7px}
  .header-actions .btn{padding:0 13px;font-size:11px}
}

/* v23 - sadece hero aksiyon butonlarini yukari tasi */
@media (min-width:861px){
  .hero-content>div{transform:translateY(-48px)}
}

/* v24 - Üye Ol iframe modalı */
body.register-modal-open{overflow:hidden}
.register-modal-overlay{position:fixed;z-index:1200;inset:0;display:grid;place-items:center;padding:22px;background:rgba(2,4,15,.78);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.register-modal-overlay[hidden]{display:none!important}
.register-modal{width:min(680px,100%);height:min(760px,calc(100vh - 44px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:#080c22;box-shadow:0 34px 90px rgba(0,0,0,.62),0 0 0 1px rgba(255,197,83,.05)}
.register-modal-head{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px 14px 20px;border-bottom:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,#111633,#0a0e25)}
.register-modal-head>div{min-width:0}.register-modal-head small{display:block;margin-bottom:3px;color:#f0ba4e;font-size:9px;font-weight:950;letter-spacing:.16em}.register-modal-head h2{margin:0;color:#fff;font-size:20px;line-height:1.2}
.register-modal-close{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;padding:0;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(255,255,255,.05);color:#fff;font-size:27px;line-height:1;cursor:pointer;transition:background .18s ease,transform .18s ease}
.register-modal-close:hover{background:rgba(255,255,255,.11);transform:scale(1.04)}.register-modal-close:focus-visible{outline:2px solid #ffd66f;outline-offset:2px}
.register-modal-frame-wrap{position:relative;flex:1;min-height:0;background:#07091b}
.register-modal-frame{display:block;width:100%;height:100%;border:0;background:#07091b}
.register-modal-loading{position:absolute;z-index:2;inset:0;display:flex;align-items:center;justify-content:center;gap:11px;background:#07091b;color:#dce2f2;font-size:13px;transition:opacity .18s ease,visibility .18s ease}
.register-modal-loading.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.register-modal-loading span{width:22px;height:22px;border:3px solid rgba(255,255,255,.18);border-top-color:#f4c45f;border-radius:50%;animation:registerModalSpin .7s linear infinite}
@keyframes registerModalSpin{to{transform:rotate(360deg)}}
@media(max-width:700px){
  .register-modal-overlay{align-items:end;padding:0;background:rgba(2,4,15,.72)}
  .register-modal{width:100%;height:min(92vh,820px);border-radius:20px 20px 0 0;border-bottom:0}
  .register-modal-head{min-height:66px;padding:10px 12px 10px 16px}
  .register-modal-head h2{font-size:17px}.register-modal-close{width:40px;height:40px;flex-basis:40px}
}

/* v25 - tek klasorlu, admin secimli modern tema sistemi */
body{background:
  radial-gradient(circle at 14% -8%,rgba(var(--accent-rgb),.18),transparent 32%),
  radial-gradient(circle at 92% 22%,rgba(var(--accent-rgb),.08),transparent 28%),
  var(--bg)}
.site-header{background:var(--header-bg);border-bottom-color:rgba(var(--accent-rgb),.18);box-shadow:0 8px 30px rgba(0,0,0,.14)}
.brand-mark{border-color:rgba(var(--accent-rgb),.7);background:linear-gradient(145deg,rgba(var(--accent-rgb),.18),rgba(var(--accent-rgb),.04));color:var(--accent-soft);box-shadow:0 0 0 5px rgba(var(--accent-rgb),.05),0 0 24px rgba(var(--accent-rgb),.18)}
.brand strong,.footer-logo strong{color:transparent;background:linear-gradient(100deg,var(--accent-soft),var(--accent));background-clip:text;-webkit-background-clip:text}
.main-nav a:hover{background:rgba(var(--accent-rgb),.10);color:var(--accent-soft)}
.btn.primary,.hero-btn.gold,.game-cta-chat{border-color:rgba(var(--accent-rgb),.45);background:linear-gradient(135deg,var(--accent),var(--accent-deep));color:#fff;box-shadow:0 12px 28px rgba(var(--accent-rgb),.20)}
.btn.primary:hover,.hero-btn.gold:hover{filter:brightness(1.08);transform:translateY(-1px)}
.hero:after{background:linear-gradient(90deg,var(--bg),rgba(0,0,0,.58) 45%,transparent 74%),linear-gradient(180deg,transparent 45%,var(--bg) 100%)}
.hero-content>p,.section-title small,.content-hero span,.game-card-copy>small{color:var(--accent-soft)}
.hero-content h1{background:linear-gradient(115deg,var(--hero-title-1),var(--hero-title-2) 58%,var(--accent-deep));background-clip:text;-webkit-background-clip:text}
.feature-strip>.container,.panel,.content-box,.app-box,.content-card,.side-card,.single-content{border-color:var(--line);background:linear-gradient(160deg,rgba(var(--accent-rgb),.055),transparent 42%),linear-gradient(180deg,var(--panel),var(--panel2));box-shadow:0 22px 55px rgba(0,0,0,.18)}
.feature-strip .feature-card b,.seo-benefits article>span{background:linear-gradient(145deg,var(--accent),var(--accent-deep));box-shadow:0 9px 22px rgba(var(--accent-rgb),.18)}
.section-title>span,.section-link,.read-more,.page-rich-content a{color:var(--accent-soft)}
.staff-card,.member-card,.live-room,.home-article-card,.article-card,.related-article-card{border-color:var(--line);background:linear-gradient(155deg,rgba(var(--accent-rgb),.06),transparent 46%),var(--card)}
.staff-card:hover,.member-card:hover,.live-room:hover,.home-article-card:hover{border-color:rgba(var(--accent-rgb),.42);box-shadow:0 22px 46px rgba(var(--accent-rgb),.10)}
.stats-grid strong,.online-side-card div small{color:var(--accent-soft)}
.page-rich-content h2:after{background:linear-gradient(90deg,var(--accent),var(--accent-deep))}
.page-rich-content li::marker{color:var(--accent)}
.page-rich-content blockquote{border-left-color:var(--accent);background:rgba(var(--accent-rgb),.07)}
.article-chat-cta{border-color:rgba(var(--accent-rgb),.25);background:radial-gradient(circle at 84% 16%,rgba(var(--accent-rgb),.17),transparent 42%),linear-gradient(135deg,rgba(var(--accent-rgb),.07),var(--panel))}
.site-footer{background:linear-gradient(180deg,var(--panel2),var(--bg));border-top:1px solid rgba(var(--accent-rgb),.12)}
.footer-cta{border-color:rgba(var(--accent-rgb),.22);background:linear-gradient(105deg,rgba(var(--accent-rgb),.13),rgba(var(--accent-rgb),.035))}
.mobile-bottom-nav{border-color:rgba(var(--accent-rgb),.24);background:var(--header-bg)}
.mobile-bottom-nav>:nth-child(2),.mobile-bottom-nav>:nth-child(3){color:var(--accent-soft);background:rgba(var(--accent-rgb),.11)}
.register-modal,.register-modal-head,.register-modal-frame-wrap,.register-modal-frame,.register-modal-loading{background-color:var(--panel2)}
.register-modal{border-color:rgba(var(--accent-rgb),.25);box-shadow:0 34px 90px rgba(0,0,0,.62),0 0 45px rgba(var(--accent-rgb),.08)}
@media(max-width:860px){.hero:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.34) 28%,var(--bg) 49%,var(--bg) 100%)}.main-nav{background:var(--panel)}}

/* v26 - canli ama performans dostu arayuz efektleri */
.site-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--accent),var(--accent-2),transparent);background-size:220% 100%;opacity:.55;animation:headerLight 7s linear infinite}.brand-mark{animation:brandBreath 3.8s ease-in-out infinite}.hero-media .hero-image{transform:scale(1.015);animation:heroBreath 16s ease-in-out infinite alternate}.hero-ambient{position:absolute;z-index:0;inset:0;overflow:hidden;pointer-events:none}.hero-ambient i{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--accent-soft);box-shadow:0 0 11px var(--accent),0 0 28px rgba(var(--accent-rgb),.55);opacity:.15;animation:ambientFloat 8s ease-in-out infinite}.hero-ambient i:nth-child(1){left:8%;top:22%;animation-delay:-1s}.hero-ambient i:nth-child(2){left:37%;top:17%;width:5px;height:5px;animation-delay:-4.5s}.hero-ambient i:nth-child(3){left:48%;top:59%;width:6px;height:6px;animation-delay:-2.5s}.hero-ambient i:nth-child(4){right:18%;top:12%;animation-delay:-6s}.hero-ambient i:nth-child(5){right:7%;top:54%;width:5px;height:5px;animation-delay:-3.5s}.hero-content h1{background-size:190% 100%;animation:heroTitleFlow 7s ease-in-out infinite alternate}.hero-btn{position:relative;overflow:hidden;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.hero-btn:after{content:"";position:absolute;inset:-40% auto -40% -45%;width:32%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:skewX(-22deg);transition:left .55s ease}.hero-btn:hover:after{left:120%}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 15px 32px rgba(var(--accent-rgb),.22)}.feature-card,.staff-card,.member-card,.live-room,.city-card,.home-article-card,.game-showcase-card{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,filter .25s ease}.feature-card:hover,.staff-card:hover,.member-card:hover,.live-room:hover,.city-card:hover{transform:translateY(-4px);filter:brightness(1.045)}.live-pill,.header-online i,.online-pulse{animation:onlinePulse 2.2s ease-in-out infinite}.motion-ready .reveal-item{opacity:0;transform:translateY(18px);transition:opacity .58s ease,transform .58s ease}.motion-ready .reveal-item.is-visible{opacity:1;transform:none}.panel{position:relative}.panel:after{content:"";position:absolute;z-index:0;left:8%;right:8%;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--accent-rgb),.48),transparent);opacity:.55;pointer-events:none}.panel>*{position:relative;z-index:1}
@keyframes headerLight{to{background-position:-220% 0}}@keyframes brandBreath{0%,100%{box-shadow:0 0 0 5px rgba(var(--accent-rgb),.04),0 0 18px rgba(var(--accent-rgb),.13)}50%{box-shadow:0 0 0 7px rgba(var(--accent-rgb),.07),0 0 31px rgba(var(--accent-rgb),.30)}}@keyframes heroBreath{from{transform:scale(1.015) translate3d(0,0,0)}to{transform:scale(1.055) translate3d(-.35%,0,0)}}@keyframes ambientFloat{0%,100%{transform:translate3d(0,12px,0) scale(.8);opacity:.08}50%{transform:translate3d(10px,-18px,0) scale(1.2);opacity:.48}}@keyframes heroTitleFlow{from{background-position:0 50%}to{background-position:100% 50%}}@keyframes onlinePulse{0%,100%{opacity:.65;filter:drop-shadow(0 0 0 rgba(var(--accent-rgb),0))}50%{opacity:1;filter:drop-shadow(0 0 7px rgba(var(--accent-rgb),.72))}}
@media(max-width:700px){.hero-ambient i:nth-child(n+4){display:none}.hero-media .hero-image{animation-duration:22s}.feature-card:hover,.staff-card:hover,.member-card:hover,.live-room:hover,.city-card:hover{transform:none}}
@media(prefers-reduced-motion:reduce){.site-header:after,.brand-mark,.hero-media .hero-image,.hero-ambient i,.hero-content h1,.live-pill,.header-online i,.online-pulse{animation:none!important}.motion-ready .reveal-item{opacity:1!important;transform:none!important}.hero-btn:after{display:none}}

/* v30 — SesliCafe yeni nesil portal tasarımı */
:root{--surface-glass:rgba(8,20,40,.72);--radius-xl:26px;--radius-lg:20px}
body{font-family:Inter,"Segoe UI",Arial,sans-serif;background-color:var(--bg);background-image:radial-gradient(circle at 8% 5%,rgba(var(--accent-rgb),.13),transparent 26%),radial-gradient(circle at 94% 28%,rgba(var(--accent-rgb),.08),transparent 24%);letter-spacing:-.01em}
.container{width:min(1240px,calc(100% - 36px))}
.site-header{background:rgba(3,10,24,.74);backdrop-filter:blur(24px) saturate(1.3);-webkit-backdrop-filter:blur(24px) saturate(1.3)}
.header-inner{min-height:74px}.brand{min-width:250px}.brand-mark{width:46px;height:46px;border-radius:15px}.brand strong{font-size:19px}.main-nav a{padding:10px 13px;border-radius:999px;font-size:11px;letter-spacing:.035em}.header-actions .btn{border-radius:999px}
.hero{min-height:610px;border-bottom:1px solid rgba(var(--accent-rgb),.12)}
.hero-media{position:absolute;inset:0;z-index:-2}.hero-media .hero-image{width:100%;height:100%;object-fit:cover;object-position:center}
.hero:after{background:linear-gradient(90deg,var(--bg) 0%,rgba(3,10,25,.88) 24%,rgba(3,10,25,.34) 58%,rgba(3,10,25,.08) 100%),linear-gradient(180deg,transparent 50%,var(--bg) 100%)}
.hero-content{position:relative;z-index:2;padding-top:105px;padding-bottom:90px}
.hero-content .hero-kicker{width:max-content;max-width:100%;display:flex;align-items:center;gap:10px;margin:0 0 17px;padding:8px 13px;border:1px solid rgba(var(--accent-rgb),.28);border-radius:999px;background:rgba(var(--accent-rgb),.08);color:var(--accent-soft);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.hero-kicker i{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 5px rgba(52,211,153,.10),0 0 15px rgba(52,211,153,.6)}
.hero-content h1{max-width:650px;margin:0 0 19px;font-size:clamp(52px,6.2vw,82px);line-height:.94;letter-spacing:-.055em}
.hero-content>span{max-width:600px;color:#c2cee0;font-size:18px;line-height:1.65}
.hero-content .hero-actions{display:flex;gap:11px;margin-top:29px;transform:none}.hero-btn{min-height:54px;border-radius:15px;padding:0 21px;letter-spacing:.02em}.hero-btn.dark{border-color:rgba(255,255,255,.14);background:rgba(6,14,31,.58);backdrop-filter:blur(12px)}
.hero-trust{display:flex!important;gap:20px!important;margin-top:20px!important;transform:none!important}.hero-trust span{display:flex;align-items:center;gap:7px;color:#aab8ce;font-size:11px;font-weight:750}.hero-trust b{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:rgba(52,211,153,.11);color:#66e7ad;font-size:10px}
.hero-live-card{position:absolute;z-index:3;right:max(18px,calc((100vw - 1240px)/2));bottom:52px;width:300px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:linear-gradient(145deg,rgba(10,23,48,.86),rgba(5,13,29,.78));box-shadow:0 28px 70px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.05);backdrop-filter:blur(18px)}
.hero-live-card header{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.08)}.hero-live-card header span{display:flex;align-items:center;gap:8px;color:#b9c6da;font-size:9px;font-weight:900;letter-spacing:.13em}.hero-live-card header i{width:7px;height:7px;border-radius:50%;background:#40dc94;box-shadow:0 0 12px #40dc94}.hero-live-card header strong{font-size:24px;color:#fff}.hero-live-card>div{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:13px 0}.hero-live-card>div span{display:grid;gap:5px;padding:10px 5px;border-radius:13px;background:rgba(255,255,255,.035);text-align:center}.hero-live-card>div b{font-size:17px}.hero-live-card>div small{color:#aab7cb;font-size:8px;line-height:1.25}.hero-live-card>a{min-height:39px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-deep));color:#fff;font-size:11px;font-weight:900}
.feature-strip{margin-top:-28px}.feature-strip>.container{padding:9px;border-radius:22px;background:rgba(7,18,38,.88);backdrop-filter:blur(18px)}.feature-card{min-height:76px;padding:10px 15px!important;border-right:1px solid var(--line)}.feature-card:last-child{border:0}.feature-card b{width:42px;height:42px!important;border-radius:14px!important}.feature-card strong{font-size:12px}.feature-card small{font-size:10px}
.section{padding-top:22px}.panel{border-radius:var(--radius-xl);overflow:hidden}.section-title{min-height:84px;padding:18px 23px}.section-title h2{font-size:25px;letter-spacing:-.035em}.section-title small{font-weight:900;letter-spacing:.15em}
.game-showcase-card,.home-article-card,.staff-card,.city-card,.live-room,.member-card{border-radius:var(--radius-lg)!important}.staff-grid,.city-grid,.room-carousel,.member-grid{padding-left:18px;padding-right:18px}
.site-footer{margin-top:28px}.footer-cta{border-radius:22px}.footer-col{border-radius:18px}
@media(max-width:1060px){.hero-live-card{display:none}.hero-content h1{max-width:720px}.hero-content>span{max-width:680px}}
@media(max-width:860px){.container{width:min(100% - 22px,1240px)}.header-inner{min-height:68px}.brand{min-width:0}.brand-mark{width:42px;height:42px}.hero{min-height:690px}.hero-media .hero-image{object-position:62% top}.hero:after{background:linear-gradient(180deg,rgba(3,10,25,.12),rgba(3,10,25,.68) 35%,var(--bg) 67%,var(--bg))}.hero-content{padding-top:300px;padding-bottom:55px}.hero-content h1{font-size:clamp(43px,12vw,65px);max-width:620px}.hero-content>span{font-size:15px;max-width:560px}.hero-content .hero-actions{margin-top:23px}.hero-trust{flex-wrap:wrap}.feature-strip{margin-top:-20px}.feature-strip>.container{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.hero{min-height:760px}.hero-content{padding-top:300px}.hero-content .hero-kicker{font-size:9px}.hero-content h1{font-size:45px}.hero-content .hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.hero-actions .hero-btn{justify-content:center;padding:0 12px;text-align:center}.hero-actions .gold{grid-column:1/-1}.hero-trust{gap:10px!important}.feature-strip>.container{grid-template-columns:1fr}.feature-card{border-right:0;border-bottom:1px solid var(--line)}.section-title{padding:16px}.section-title h2{font-size:21px}}
@media(max-width:390px){.hero{min-height:790px}.hero-content{padding-top:285px}.hero-content h1{font-size:40px}.hero-trust span{font-size:10px}}
