/* ===== Tokens (Pubzi esinli: koyu zemin, neon lime) ===== */
:root {
  --bg: #0B0E13;
  --bg-2: #1C1D20;
  --bg-3: #14171D;
  --white: #FFFFFF;
  --text: #ABABAB;
  --text-2: #D2D2D2;
  --theme: #CBFE1C;
  --line: rgba(255, 255, 255, .2);
  --line-soft: rgba(255, 255, 255, .08);
  --display: "Days One", "Arial Black", sans-serif;
  --body: "Chakra Petch", system-ui, sans-serif;
  --r: 10px;
  --wrap: 1320px;
  color-scheme: dark;
}

/* ===== Base ===== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 500 16px/1.6 var(--body);
  overflow-x: hidden;
}
h1, h2, h3 { font-family: var(--display); font-weight: 400; color: var(--white); margin: 0; }
a { color: inherit; text-decoration: none; transition: color .25s; }
a:hover { color: var(--theme); }
:focus-visible { outline: 2px solid var(--theme); outline-offset: 3px; border-radius: 4px; }
img { max-width: 100%; display: block; }
.ico { width: 1.1em; height: 1.1em; flex: none; }
.wrap { width: min(var(--wrap), 100% - 32px); margin-inline: auto; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--theme); color: var(--bg); padding: 8px 12px; z-index: 100; font-weight: 700; }
.skip:focus { left: 8px; }

/* ===== Buttons ===== */
.theme-btn, .ghost-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 52px; padding: 0 30px; border-radius: 100px;
  font: 700 15px/1 var(--body); text-transform: uppercase; letter-spacing: .02em;
  border: 0; cursor: pointer; position: relative; overflow: hidden; isolation: isolate;
  transition: color .4s, background-color .4s, border-color .4s;
}
.theme-btn { background: var(--theme); color: var(--bg); }
.theme-btn::before {
  content: ""; position: absolute; inset: 0; background: var(--white); z-index: -1;
  transform: translateX(-101%) skewX(-12deg); transition: transform .45s ease;
}
.theme-btn:hover { color: var(--bg); }
.theme-btn:hover::before { transform: translateX(0) skewX(0); }
.ghost-btn { background: transparent; color: var(--white); border: 1px solid var(--theme); }
.ghost-btn:hover { background: var(--theme); color: var(--bg); }
.round {
  width: 50px; height: 50px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--line); color: var(--theme);
  cursor: pointer; list-style: none; transition: background-color .3s, color .3s, border-color .3s;
}
.round::-webkit-details-marker { display: none; }
.round:hover, .pop[open] > .round { background: var(--theme); color: var(--bg); border-color: var(--theme); }
.round .ico { width: 20px; height: 20px; }

/* ===== Masthead ===== */
.masthead {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 14, 19, .92);
  backdrop-filter: blur(10px);
}
.masthead::after { /* alt çizgi ve lime ışıltılar */
  content: ""; display: block; height: 1px;
  background:
    radial-gradient(circle, var(--theme) 0 1px, transparent 2px) 18% 0 / 40px 1px no-repeat,
    radial-gradient(circle, var(--theme) 0 1px, transparent 2px) 50% 0 / 40px 1px no-repeat,
    radial-gradient(circle, var(--theme) 0 1px, transparent 2px) 82% 0 / 40px 1px no-repeat,
    var(--line-soft);
}
.masthead-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding: 14px 0; }
.mh-left { display: flex; align-items: center; }
.mh-right { display: flex; justify-content: flex-end; gap: 12px; }
.today {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0 18px; height: 42px; border-radius: 100px; border: 1px solid var(--line);
  font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; color: var(--text-2);
}
.today::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--theme); box-shadow: 0 0 10px var(--theme); }

.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand:hover { color: inherit; }
.brand-pix { /* piksel logo işareti */
  width: 30px; height: 30px; flex: none;
  background:
    linear-gradient(var(--theme), var(--theme)) 0 0 / 6px 100% no-repeat,
    linear-gradient(var(--theme), var(--theme)) 0 0 / 70% 6px no-repeat,
    linear-gradient(var(--theme), var(--theme)) 0 100% / 70% 6px no-repeat,
    linear-gradient(var(--theme), var(--theme)) 100% 6px / 6px calc(100% - 12px) no-repeat,
    linear-gradient(var(--theme), var(--theme)) 70% 0 / 6px 6px no-repeat;
  clip-path: polygon(0 0, 85% 0, 100% 20%, 100% 80%, 85% 100%, 0 100%);
}
.brand-txt { display: flex; flex-direction: column; line-height: 1; }
.brand-main { font-family: var(--display); font-size: 1.35rem; color: var(--theme); text-transform: uppercase; letter-spacing: -.01em; }
.brand-sub { font-size: .7rem; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: .62em; margin-top: 5px; padding-left: 2px; }

.pop { position: relative; }
.pop-panel {
  position: absolute; right: 0; top: calc(100% + 12px); z-index: 60;
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
}
.search { display: flex; gap: 8px; padding: 10px; width: min(420px, calc(100vw - 32px)); }
.search input, .cta-form input, .big-search input {
  flex: 1; min-width: 0; font: inherit; color: var(--white);
  background: var(--bg); border: 1px solid var(--line); border-radius: 100px; padding: 0 20px; height: 52px;
}
.search input:focus, .big-search input:focus { outline: none; border-color: var(--theme); }
.menu-list { display: grid; min-width: 220px; padding: 10px; }
.menu-list a { padding: 10px 14px; border-radius: 6px; font-weight: 600; text-transform: uppercase; font-size: .9rem; letter-spacing: .04em; }
.menu-list a:hover { background: var(--bg); }

.cats-row { display: flex; justify-content: center; gap: 6px; overflow-x: auto; scrollbar-width: none; padding: 0 0 12px; }
.cats-row::-webkit-scrollbar { display: none; }
.cats a {
  flex: none; padding: 7px 16px; border-radius: 100px;
  font-weight: 600; font-size: .85rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-2);
  border: 1px solid transparent;
}
.cats a:hover { color: var(--theme); border-color: var(--line); }
.cats a[aria-current="page"] { color: var(--bg); background: var(--theme); }

/* ===== Section title ===== */
.kicker {
  display: inline-block; position: relative; margin: 0 0 26px;
  color: var(--theme); font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: .5em;
}
.kicker::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 116px; height: 1px; background: linear-gradient(90deg, var(--theme), var(--bg)); }
.kicker a { color: var(--white); letter-spacing: .2em; margin-left: .4em; }
.sec-title h2, .sec-title h1 { font-size: clamp(1.8rem, 3.6vw, 3rem); line-height: 1.15; letter-spacing: -.02em; text-transform: uppercase; max-width: 22ch; }
.sec-title h2 span, .sec-title h1 span { color: var(--theme); }

/* ===== Hero ===== */
.hero { position: relative; padding: clamp(40px, 7vw, 90px) 0 clamp(50px, 7vw, 100px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(30px, 5vw, 70px); align-items: center; }
.hero h1 { font-size: clamp(2rem, 4.6vw, 4.3rem); line-height: 1.04; letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 a:hover { color: var(--white); text-decoration: underline; text-decoration-color: var(--theme); text-decoration-thickness: 3px; text-underline-offset: 8px; }
.hero-dek { font-size: 1.05rem; color: var(--text); max-width: 58ch; margin: 26px 0 0; text-transform: uppercase; letter-spacing: .02em; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 34px; }
.play {
  width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center;
  background: var(--theme); color: var(--bg); flex: none;
  box-shadow: 0 0 0 10px rgba(203, 254, 28, .08);
  transition: transform .3s, box-shadow .3s;
}
.play .ico { width: 30px; height: 30px; stroke-width: 2.4; }
.play:hover { color: var(--bg); transform: rotate(45deg); box-shadow: 0 0 0 16px rgba(203, 254, 28, .1); }
.stats { display: flex; flex-wrap: wrap; gap: clamp(24px, 5vw, 70px); margin: 46px 0 0; }
.stats div { display: flex; flex-direction: column-reverse; padding-left: 14px; border-left: 1px solid; border-image: linear-gradient(var(--theme), transparent) 1; }
.stats dd { margin: 0; font-family: var(--display); font-size: 1.6rem; color: var(--white); line-height: 1.1; }
.stats dt { font-size: .85rem; text-transform: uppercase; color: var(--text); margin-top: 6px; }

.hero-art { position: relative; display: block; }
.hero-art::before { /* lime ışık */
  content: ""; position: absolute; inset: -18% -30% -18% 10%;
  background: radial-gradient(closest-side, rgba(203, 254, 28, .85), rgba(203, 254, 28, .25) 50%, transparent 78%);
  filter: blur(30px); z-index: 0; pointer-events: none;
}
.hero-dots { /* piksel noktalar */
  position: absolute; left: -34px; top: -30px; width: 90px; height: 70px; z-index: 2;
  background: radial-gradient(circle, var(--theme) 2.2px, transparent 2.6px) 0 0 / 11px 11px;
  -webkit-mask: linear-gradient(135deg, #000 45%, transparent 46%); mask: linear-gradient(135deg, #000 45%, transparent 46%);
}
.hero-art .cover { position: relative; z-index: 1; border-radius: 22px; border: 1px solid rgba(203, 254, 28, .45); }

/* ===== Cover ===== */
.cover { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--bg-2); }
.cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, opacity .5s ease, filter .5s ease; }
.cover:not(.has-img) {
  display: grid; place-items: center;
  background:
    radial-gradient(circle, rgba(203, 254, 28, .25) 1.4px, transparent 1.8px) 0 0 / 14px 14px,
    radial-gradient(ellipse at 70% 30%, rgba(203, 254, 28, .18), transparent 60%),
    var(--bg-2);
}
.cover:not(.has-img) span { font-family: var(--display); color: var(--theme); font-size: clamp(1.2rem, 3vw, 2.2rem); text-transform: uppercase; letter-spacing: -.02em; text-align: center; padding: 0 16px; }
.cover-l:not(.has-img) span { font-size: clamp(2rem, 6vw, 4rem); }

/* ===== News grid (news-box-items) ===== */
.news { padding: clamp(50px, 7vw, 100px) 0 0; }
.hero + .news { padding-top: 10px; }
.news .sec-title { margin-bottom: 20px; }
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.card { margin-top: 30px; border: 1px solid var(--line); border-radius: var(--r); display: flex; flex-direction: column; overflow: hidden; transition: border-color .3s; }
.card:hover { border-color: rgba(203, 254, 28, .6); }
.card-thumb { display: block; }
.card .cover { aspect-ratio: 4 / 3; }
.card .cover.has-img img:first-child { /* referanstaki kayarak gelen görsel */
  position: absolute; inset: 0; z-index: 1;
  transform: translateX(50%) scaleX(2); opacity: 0; filter: blur(10px);
}
.card:hover .cover.has-img img:first-child { transform: none; opacity: 1; filter: none; }
.card:hover .cover.has-img img:nth-child(2) { transform: translateX(-50%) scaleX(2); opacity: 0; filter: blur(10px); }
.card-body { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.card h3 { font-size: 1.15rem; line-height: 1.3; }
.card h3 a {
  background: linear-gradient(var(--theme), var(--theme)) 0 95% / 0 2px no-repeat;
  transition: background-size .4s, color .3s;
}
.card h3 a:hover { color: var(--theme); background-size: 100% 2px; }
.card time { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 20px; color: #AAA; font-size: .9rem; }
.card time .ico, .byline .ico { color: var(--theme); }
.cat {
  align-self: flex-start; margin-bottom: 14px;
  font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; color: var(--theme);
}
/* Referanstaki gibi: çift sıradaki kartta görsel altta */
.grid > .card:nth-child(even) .card-thumb { order: 2; }

/* ===== Page banner ===== */
.banner {
  position: relative; text-align: center; padding: clamp(60px, 9vw, 120px) 0 clamp(50px, 7vw, 90px); overflow: hidden;
  background:
    radial-gradient(ellipse 60% 70% at 50% 120%, rgba(203, 254, 28, .22), transparent 70%),
    radial-gradient(circle, rgba(255, 255, 255, .06) 1px, transparent 1.4px) 0 0 / 22px 22px,
    var(--bg-3);
  border-bottom: 1px solid var(--line-soft);
}
.banner h1 { font-size: clamp(2.2rem, 6vw, 4.8rem); line-height: 1.05; letter-spacing: -.03em; text-transform: uppercase; }
.crumbs { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; font-weight: 600; text-transform: uppercase; font-size: .9rem; letter-spacing: .06em; }
.crumbs li + li::before { content: "/"; color: var(--theme); margin-right: 10px; }
.crumbs span { color: var(--theme); }

/* ===== Story ===== */
.story { max-width: 920px; padding-top: clamp(40px, 6vw, 80px); }
.story-head .crumbs { justify-content: flex-start; margin: 0 0 22px; }
.story-head .crumbs a { color: var(--theme); }
.story h1 { font-size: clamp(1.9rem, 4.4vw, 3.4rem); line-height: 1.12; letter-spacing: -.025em; }
.story .dek { font-size: 1.2rem; color: var(--text-2); line-height: 1.6; margin: 22px 0 0; }
.byline { margin: 22px 0 0; display: flex; }
.byline time { display: inline-flex; align-items: center; gap: 8px; padding: 0 18px; height: 40px; border-radius: 100px; border: 1px solid var(--line); font-size: .9rem; }
.story-img { margin: 36px 0 0; position: relative; }
.story-img::before { content: ""; position: absolute; inset: 20% 10% -8%; background: radial-gradient(closest-side, rgba(203, 254, 28, .3), transparent); filter: blur(40px); z-index: 0; }
.story-img .cover { position: relative; z-index: 1; border-radius: 20px; aspect-ratio: 16 / 9; border: 1px solid var(--line); }
.story-body { font-size: 1.12rem; line-height: 1.8; color: var(--text-2); margin-top: 40px; font-weight: 500; }
.story-body p { margin: 0 0 1.25em; }
.story-body h2 { font-size: clamp(1.3rem, 2.4vw, 1.75rem); margin: 1.8em 0 .7em; line-height: 1.25; }
.story-body h2::before { content: ""; display: inline-block; width: 12px; height: 12px; background: var(--theme); margin-right: 12px; vertical-align: .12em; border-radius: 2px; }
.story-body strong { color: var(--white); }
.story-body a { color: var(--theme); text-decoration: underline; text-underline-offset: 3px; }
.story-body ul { padding-left: 1.2em; margin: 0 0 1.25em; }
.story-body li { margin-bottom: .4em; }
.story-body li::marker { color: var(--theme); }
.story-body blockquote { margin: 1.6em 0; padding: 22px 28px; background: var(--bg-2); border-left: 4px solid var(--theme); border-radius: 0 var(--r) var(--r) 0; color: var(--white); font-size: 1.15rem; }
.story-foot { margin-top: 40px; display: grid; gap: 22px; }
.credit { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 26px; font-size: .95rem; }
.credit p { margin: 0; }
.credit p + p { margin-top: 10px; }
.credit a { color: var(--theme); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: .85rem; }
.tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; }
.tags a { padding: 6px 16px; border-radius: 100px; border: 1px solid var(--line); font-size: .85rem; font-weight: 600; text-transform: uppercase; }
.tags a:hover { border-color: var(--theme); }
.related .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* ===== Search / empty / pager ===== */
.big-search { display: flex; gap: 10px; max-width: 720px; margin: 0 auto; }
.empty { text-align: center; font-size: 1.1rem; padding: 30px 0; }
.pager { display: flex; justify-content: center; gap: 14px; margin-top: 50px; }

/* ===== CTA band ===== */
.cta {
  position: relative; margin-top: clamp(70px, 9vw, 120px);
  display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(0, 1.1fr); align-items: center; gap: 30px;
  background: var(--theme); color: var(--bg); border-radius: var(--r); padding: 36px clamp(24px, 4vw, 50px);
  overflow: hidden;
}
.cta-shape { /* çokgen süs */
  width: 110px; height: 110px; flex: none;
  background: conic-gradient(from 30deg, #2b2f36, #0B0E13, #3a3f47, #111418, #2b2f36);
  clip-path: polygon(50% 0, 95% 25%, 100% 70%, 60% 100%, 10% 85%, 0 30%);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .3);
}
.cta-kicker { margin: 0 0 6px; font-weight: 700; font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; }
.cta h2 { color: var(--bg); font-size: clamp(1.3rem, 2.4vw, 1.9rem); line-height: 1.2; }
.cta-form { display: flex; gap: 10px; }
.cta-form input { background: rgba(11, 14, 19, .08); border-color: rgba(11, 14, 19, .35); color: var(--bg); }
.cta-form input::placeholder { color: rgba(11, 14, 19, .6); }
.cta-form input:focus { outline: none; border-color: var(--bg); }
.cta-form button { height: 52px; padding: 0 28px; border-radius: 100px; border: 0; background: var(--bg); color: var(--white); font: 700 15px var(--body); text-transform: uppercase; cursor: pointer; transition: color .3s; }
.cta-form button:hover { color: var(--theme); }

/* ===== Footer ===== */
.foot { margin-top: 70px; position: relative; border-top: 1px solid var(--line-soft); }
.foot::before { content: ""; position: absolute; left: 50%; top: -1px; width: 320px; height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, var(--theme), transparent); }
.foot-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 50px 0; }
.foot-cats { display: flex; flex-wrap: wrap; gap: 8px 18px; font-weight: 600; text-transform: uppercase; font-size: .82rem; letter-spacing: .05em; }
.foot-note { margin: 0; font-size: .85rem; line-height: 1.6; max-width: 46ch; justify-self: end; text-align: right; }
.foot-bottom { border-top: 1px solid var(--line-soft); padding: 22px 0; text-align: center; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.foot-bottom p { margin: 0; }
.to-top { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 44px; height: 44px; display: grid; place-items: center; background: var(--theme); color: var(--bg); border-radius: 4px; }
.to-top:hover { color: var(--bg); background: var(--white); }

/* ===== Responsive ===== */
@media (max-width: 1199px) {
  .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cta { grid-template-columns: minmax(0, 1fr); }
  .cta-shape { display: none; }
}
@media (max-width: 991px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-art { order: -1; max-width: 640px; }
  .grid, .related .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-top { grid-template-columns: minmax(0, 1fr); justify-items: center; text-align: center; }
  .foot-cats { justify-content: center; order: 2; }
  .foot-note { justify-self: center; text-align: center; order: 3; }
}
@media (max-width: 700px) {
  .today { display: none; }
  .masthead-row { grid-template-columns: auto 1fr; }
  .mh-left { display: none; }
  .brand-main { font-size: 1.05rem; }
  .brand-sub { letter-spacing: .45em; font-size: .6rem; }
  .round { width: 44px; height: 44px; }
  .cats-row { justify-content: flex-start; }
  .grid, .related .grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .grid > .card:nth-child(even) .card-thumb { order: 0; }
  .card-body { padding: 22px; }
  .play { width: 64px; height: 64px; }
  .cta-form, .big-search { flex-direction: column; }
  .hero-dek { font-size: .95rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
  .card .cover.has-img img:first-child { display: none; }
}

/* ===== Cookie consent ===== */
.consent {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; margin-inline: auto; max-width: 760px;
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  background: var(--bg-2); border: 1px solid rgba(203, 254, 28, .5); border-radius: var(--r);
  padding: 18px 22px; box-shadow: 0 20px 60px rgba(0, 0, 0, .6);
}
.consent[hidden] { display: none; }
.consent p { margin: 0; flex: 1 1 300px; font-size: .92rem; color: var(--text-2); }
.consent p a { color: var(--theme); text-decoration: underline; }
.consent-actions { display: flex; gap: 10px; }
.consent .theme-btn, .consent .ghost-btn { height: 44px; padding: 0 22px; font-size: 14px; }

/* ===== Privacy page ===== */
.prose { max-width: 820px; padding-top: 50px; font-size: 1.05rem; line-height: 1.8; color: var(--text-2); }
.prose h2 { font-size: 1.35rem; margin: 1.8em 0 .6em; }
.prose a { color: var(--theme); text-decoration: underline; }
