/* TRSIBER v2 — sakin koyu siber güvenlik teması */
body.trs-v2{
  --bg:#0d1117;--bg-2:#11161f;--surface:#151b25;--surface-2:#1a2130;
  --ln:#232b3a;--ln-2:#2d3748;
  --tx:#e6e9ef;--tx-2:#a3adbd;--tx-3:#6b7587;
  --ac:#5fb3a8;--ac-2:#4a9189;--ac-h:#72c3b8;--ac-bg:rgba(95,179,168,.1);
  --c-blue:#7c9cc9;--c-amber:#d4a55a;--c-red:#d27a7a;
  --r:10px;--r-lg:14px;--wrap:1200px;
  --f-sans:"Inter",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  --f-serif:"Inter",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  --f-mono:"JetBrains Mono",ui-monospace,"Cascadia Mono",Consolas,monospace;
  --gold:#5fb3a8;--gold-soft:#7fc4ba;--gold-deep:#4a9189;
  --text:#e6e9ef;--muted:#8a94a6;--bg-soft:#11161f;--panel:rgba(255,255,255,.025);--border:#232b3a;
  background:var(--bg);color:var(--tx);font:400 16px/1.65 var(--f-sans);
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip
}
body.trs-v2::before{display:none}
html.tv-lock,html.tv-lock body{overflow:hidden}
body.trs-v2 h1,body.trs-v2 h2,body.trs-v2 h3,body.trs-v2 h4{font-family:var(--f-sans);color:var(--tx);letter-spacing:-.02em}
body.trs-v2 p{color:var(--tx-2)}
body.trs-v2 a{text-decoration:none}
body.trs-v2 ::selection{background:rgba(95,179,168,.35);color:#fff}
body.trs-v2 :focus-visible{outline:2px solid var(--ac);outline-offset:3px;border-radius:4px}
body.trs-v2 img{max-width:100%;height:auto}
.tv-wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}
.tv-mono{font-family:var(--f-mono);font-size:.78rem;color:var(--tx-3)}
.tv-sr{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.tv-skip{position:absolute;left:12px;top:-60px;z-index:200;background:var(--ac);color:#08110f;padding:8px 14px;border-radius:8px;font-weight:600}
.tv-skip:focus{top:12px}

/* Başlık */
.tv-header{position:sticky;top:0;z-index:100;background:rgba(13,17,23,.86);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--ln);transition:box-shadow .25s}
.tv-header.is-scrolled{box-shadow:0 10px 30px -20px rgba(0,0,0,.8)}
.tv-header-inner{max-width:1440px;margin:0 auto;padding:0 24px;height:70px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.tv-logo{display:inline-flex;align-items:center;gap:12px;justify-self:start;color:var(--tx)}
.tv-logo-mark{flex:none;display:block;filter:drop-shadow(0 4px 10px rgba(0,0,0,.35))}
.tv-logo-text{display:flex;flex-direction:column;line-height:1}
.tv-logo-text strong{font-size:1.18rem;font-weight:700;letter-spacing:.06em;color:var(--tx)}
.tv-logo-text strong span{color:var(--ac)}
.tv-logo-text small{margin-top:5px;font:500 .62rem/1 var(--f-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--tx-3)}
.tv-nav{display:flex;align-items:center;justify-content:center;gap:2px}
.tv-nav a{position:relative;padding:8px 13px;border-radius:8px;font-size:.9rem;font-weight:500;color:var(--tx-2);white-space:nowrap;transition:color .2s,background .2s}
.tv-nav a:hover{color:var(--tx);background:var(--surface)}
.tv-nav a.is-active{color:var(--tx)}
.tv-nav a.is-active::after{content:"";position:absolute;left:13px;right:13px;bottom:-15px;height:2px;border-radius:2px;background:var(--ac)}
.tv-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.tv-search{display:flex;align-items:center;gap:8px;height:38px;padding:0 10px 0 12px;border:1px solid var(--ln);border-radius:9px;background:var(--bg-2);color:var(--tx-3);transition:border-color .2s}
.tv-search:focus-within{border-color:var(--ac-2)}
.tv-search input{width:140px;background:none;border:0;outline:none;color:var(--tx);font:inherit;font-size:.88rem;padding:0;-webkit-appearance:none;appearance:none}
.tv-search input::-webkit-search-cancel-button{-webkit-appearance:none}
.tv-search input::placeholder{color:var(--tx-3)}
.tv-search kbd{font:500 .7rem var(--f-mono);border:1px solid var(--ln-2);border-radius:4px;padding:1px 6px;color:var(--tx-3);background:none}
.tv-burger{display:none;width:42px;height:42px;border:1px solid var(--ln);border-radius:9px;background:var(--bg-2);cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px}
.tv-burger span{display:block;width:18px;height:2px;border-radius:2px;background:var(--tx);transition:transform .25s,opacity .25s}
.tv-burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.tv-burger.is-open span:nth-child(2){opacity:0}
.tv-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.tv-mobile{position:fixed;inset:70px 0 0;z-index:99;background:#0d1117;overflow-y:auto;overscroll-behavior:contain}
.tv-mobile[hidden]{display:none}
.tv-mobile-inner{max-width:560px;margin:0 auto;padding:20px 20px 40px;display:flex;flex-direction:column;gap:18px}
.tv-mobile nav{display:flex;flex-direction:column;border:1px solid var(--ln);border-radius:var(--r-lg);overflow:hidden}
.tv-mobile nav a{padding:15px 18px;color:var(--tx);font-weight:500;border-bottom:1px solid var(--ln)}
.tv-mobile nav a:last-child{border-bottom:0}
.tv-mobile nav a.is-active{color:var(--ac);background:var(--ac-bg)}
.tv-mobile-search{display:flex;gap:8px}
.tv-mobile-search input{flex:1;min-width:0;height:46px;padding:0 14px;border:1px solid var(--ln-2);border-radius:10px;background:var(--bg-2);color:var(--tx);font:inherit}
.tv-mobile-search button{height:46px;padding:0 18px;border:0;border-radius:10px;background:var(--ac);color:#08110f;font-weight:600;cursor:pointer}
.tv-mobile-mail{text-align:center;font-family:var(--f-mono);font-size:.85rem;color:var(--tx-2)}

/* Düğmeler, rozetler */
.tv-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;border-radius:9px;border:1px solid transparent;font-weight:600;font-size:.92rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s}
.tv-btn-primary{background:var(--ac);color:#08110f}
.tv-btn-primary:hover{background:var(--ac-h);color:#08110f}
.tv-btn-ghost{border-color:var(--ln-2);color:var(--tx);background:transparent}
.tv-btn-ghost:hover{background:var(--surface);border-color:var(--tx-3);color:var(--tx)}
.tv-eyebrow{display:inline-block;font:500 .74rem var(--f-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--ac)}
.tv-cat{display:inline-block;align-self:flex-start;font:500 .7rem/1.2 var(--f-mono);padding:4px 8px;border-radius:5px;letter-spacing:.02em;color:var(--ac);background:var(--ac-bg)}
.tv-cat-haber{color:var(--c-red);background:rgba(210,122,122,.1)}
.tv-cat-makale{color:var(--c-blue);background:rgba(124,156,201,.1)}
.tv-cat-rehber{color:var(--c-amber);background:rgba(212,165,90,.1)}
.tv-meta{display:flex;flex-wrap:wrap;gap:6px 16px;font:.76rem var(--f-mono);color:var(--tx-3)}
.tv-empty{padding:36px;border:1px dashed var(--ln-2);border-radius:var(--r-lg);text-align:center;color:var(--tx-2)}
.tv-note{margin-top:14px;font-size:.9rem;color:var(--tx-2)}
.tv-note-warn{color:var(--c-amber)}

/* Kartlar */
.tv-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--ln);border-radius:var(--r-lg);color:var(--tx);transition:border-color .2s,transform .2s,background .2s}
a.tv-card:hover{border-color:var(--ln-2);background:#171e29;transform:translateY(-2px)}
.tv-card h2,.tv-card h3{color:var(--tx)}
.tv-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px}
.tv-post{overflow:hidden}
.tv-post-body{display:flex;flex-direction:column;gap:10px;padding:22px;flex:1}
.tv-post:not(:has(.tv-post-body)){padding:22px;gap:10px}
.tv-post h2,.tv-post h3{font-size:1.08rem;line-height:1.4;font-weight:600;margin:0}
.tv-post p{font-size:.92rem;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.tv-post .tv-meta{margin-top:auto;padding-top:6px}
.tv-post-media{aspect-ratio:16/9;background:var(--bg-2);border-bottom:1px solid var(--ln);overflow:hidden}
.tv-post-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
a.tv-post:hover .tv-post-media img{transform:scale(1.03)}
.tv-post-placeholder{display:grid;place-items:center;width:100%;height:100%;color:var(--tx-3);background:radial-gradient(circle at 70% 30%,rgba(95,179,168,.08),transparent 60%)}

/* Sayfa başlıkları */
.tv-page-head{position:relative;padding:56px 0 44px;border-bottom:1px solid var(--ln);background:radial-gradient(ellipse at 80% 0%,rgba(95,179,168,.08),transparent 55%),var(--bg)}
.tv-page-head::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent);mask-image:linear-gradient(to bottom,#000,transparent)}
.tv-page-head .tv-wrap{position:relative}
.tv-page-head h1{font-size:clamp(1.9rem,3.6vw,2.8rem);line-height:1.12;font-weight:700;margin:10px 0 12px;overflow-wrap:anywhere}
.tv-page-head p{max-width:720px;font-size:1.05rem;margin:0}
.tv-head-meta{display:flex;gap:18px;margin-top:18px;font:.78rem var(--f-mono);color:var(--tx-3)}
.tv-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;font-size:.82rem;color:var(--tx-3)}
.tv-crumbs a{color:var(--tx-2)}
.tv-crumbs a:hover{color:var(--ac)}
.tv-search-page{display:flex;gap:10px;max-width:640px;margin-top:24px}
.tv-search-page input{flex:1;min-width:0;height:48px;padding:0 16px;border:1px solid var(--ln-2);border-radius:10px;background:var(--bg-2);color:var(--tx);font:inherit}
.tv-search-page input:focus{outline:none;border-color:var(--ac-2)}
.tv-search-page .tv-btn{min-height:48px}

/* Reklam çerçevesi (siberhaber.org ile aynı format) */
.tv-frame{display:grid;grid-template-columns:minmax(110px,140px) minmax(0,1fr) minmax(110px,140px);gap:22px;max-width:1600px;margin:0 auto;padding:36px 24px 72px;align-items:start}
.tv-frame-content{grid-column:2;min-width:0;max-width:var(--wrap);width:100%;justify-self:center}
.tv-frame-home{padding-top:24px}
.tv-frame-home .tv-hero{border:1px solid var(--ln);border-radius:var(--r-lg);margin-bottom:36px}
.ad-rail{position:sticky;top:88px;align-self:start;min-width:0}
.ad-rail--left{grid-column:1;grid-row:1}
.ad-rail--right{grid-column:3;grid-row:1}
.ad-unit{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;overflow:hidden;text-align:center;border-radius:12px;color:var(--tx-3);border:1px solid var(--ln);background:repeating-linear-gradient(135deg,#121822 0 12px,#10151e 12px 24px);transition:border-color .2s}
.ad-unit::before{content:"";position:absolute;inset:6px;border:1px dashed rgba(255,255,255,.06);border-radius:8px;pointer-events:none}
.ad-unit:hover{border-color:var(--ln-2)}
.ad-unit span{position:relative;font:600 .72rem/1.35 var(--f-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--tx-2)}
.ad-unit small{position:relative;font:.66rem/1.55 var(--f-mono);color:var(--tx-3);overflow-wrap:anywhere}
.ad-unit--rail{flex-direction:column;height:calc(100vh - 112px);height:calc(100dvh - 112px);min-height:320px;max-height:760px;padding:18px 10px}
.ad-unit--leader{min-height:96px;margin:0 0 28px;padding:16px}
.ad-unit--article{min-height:110px;margin:34px 0;padding:16px}
.ad-unit--inline{min-height:110px;margin:8px 0 48px;padding:16px}
.ad-unit--leader,.ad-unit--article,.ad-unit--inline{flex-wrap:wrap}
.ad-unit--live{background:var(--surface);color:var(--tx)}
.ad-unit--live::before{display:none}
.ad-badge{position:absolute!important;top:8px;left:8px;z-index:1;padding:2px 6px;border-radius:4px;background:rgba(13,17,23,.8);font:500 .6rem var(--f-mono)!important;letter-spacing:.08em!important;color:var(--tx-3)!important}
.ad-img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.ad-unit--leader .ad-img,.ad-unit--article .ad-img,.ad-unit--inline .ad-img{position:static;height:auto;max-height:180px;border-radius:8px}
.ad-text{position:relative;display:flex;flex-direction:column;gap:4px;padding:6px 10px;background:rgba(13,17,23,.6);border-radius:8px}
.ad-text strong{font-size:.95rem;color:var(--tx);letter-spacing:0;text-transform:none}
.ad-text small{font-family:var(--f-sans)!important;font-size:.82rem!important;color:var(--tx-2)!important}

/* Ana sayfa */
.tv-alert{border-bottom:1px solid var(--ln);background:var(--bg-2)}
.tv-alert-inner{display:flex;align-items:center;gap:14px;height:46px;max-width:1440px}
.tv-alert-label{flex:none;font:500 .68rem var(--f-mono);letter-spacing:.08em;color:var(--ac);border:1px solid rgba(95,179,168,.3);background:var(--ac-bg);padding:3px 8px;border-radius:5px}
.tv-alert-rotator{position:relative;flex:1;min-width:0;height:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
.tv-marquee-track{display:flex;width:max-content;height:100%;animation:tvMarquee 45s linear infinite}
.tv-alert-rotator:hover .tv-marquee-track,.tv-alert-rotator:focus-within .tv-marquee-track{animation-play-state:paused}
.tv-marquee-group{display:flex;align-items:center;flex:none}
.tv-alert-item{display:flex;align-items:center;gap:10px;height:100%;font-size:.88rem;color:var(--tx-2);white-space:nowrap}
.tv-alert-item::after{content:"";width:5px;height:5px;border-radius:50%;background:var(--ac);margin:0 34px;opacity:.6}
@keyframes tvMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
a.tv-alert-item:hover{color:var(--tx)}
.tv-alert-kat{flex:none;font:.72rem var(--f-mono);color:var(--tx-3)}
.tv-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--ln)}
.tv-hero-net{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:.55}
.tv-hero::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,var(--bg) 0%,rgba(13,17,23,.95) 38%,rgba(13,17,23,.6) 72%,rgba(13,17,23,.8) 100%),linear-gradient(0deg,var(--bg),transparent 35%)}
.tv-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center;padding-top:88px;padding-bottom:88px}
.tv-badge{display:inline-flex;align-items:center;gap:9px;padding:5px 12px 5px 9px;border:1px solid var(--ln-2);border-radius:999px;font:500 .76rem var(--f-mono);color:var(--tx-2);background:var(--bg-2)}
.tv-dot{width:7px;height:7px;border-radius:50%;background:var(--ac);box-shadow:0 0 0 3px var(--ac-bg);animation:tvPulse 2.6s infinite}
@keyframes tvPulse{50%{box-shadow:0 0 0 6px transparent}}
.tv-hero h1{font-size:clamp(2.2rem,4.8vw,3.7rem);line-height:1.07;letter-spacing:-.035em;font-weight:700;margin:22px 0 18px}
.tv-hero h1 em{font-style:normal;color:var(--ac)}
.tv-lead{font-size:1.1rem;max-width:540px;margin:0}
.tv-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.tv-stats{display:grid;grid-template-columns:repeat(4,auto);justify-content:start;gap:12px 36px;margin:44px 0 0;padding-top:26px;border-top:1px solid var(--ln)}
.tv-stats div{display:flex;flex-direction:column-reverse}
.tv-stats dd{margin:0;font-size:1.6rem;font-weight:700;letter-spacing:-.02em;color:var(--tx)}
.tv-stats dt{font-size:.8rem;color:var(--tx-3)}
.tv-term{background:rgba(17,22,31,.94);border:1px solid var(--ln-2);border-radius:var(--r-lg);overflow:hidden;box-shadow:0 30px 60px -30px rgba(0,0,0,.7)}
.tv-term-head{display:flex;align-items:center;gap:6px;padding:12px 16px;border-bottom:1px solid var(--ln)}
.tv-term-head i{width:10px;height:10px;border-radius:50%;background:var(--ln-2)}
.tv-term-head span{margin-left:10px;font:.74rem var(--f-mono);color:var(--tx-3)}
.tv-term-body{padding:18px 20px;min-height:230px;font:.82rem/1.95 var(--f-mono);color:var(--tx-2);overflow-wrap:anywhere}
.tv-term-body .c-a{color:var(--ac)}
.tv-term-body .c-m{color:var(--tx-3)}
.tv-cursor{display:inline-block;width:8px;height:15px;margin-left:2px;background:var(--ac);vertical-align:-2px;animation:tvBlink 1s steps(1) infinite}
@keyframes tvBlink{50%{opacity:0}}
.tv-section{padding:28px 0 44px}
.tv-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:26px}
.tv-section-head h2{font-size:clamp(1.45rem,2.4vw,1.9rem);font-weight:700;margin:6px 0 0}
.tv-more{font-size:.9rem;color:var(--tx-2);white-space:nowrap}
.tv-more:hover{color:var(--ac)}
.tv-lead-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:18px}
.tv-feature{justify-content:space-between;gap:24px;padding:32px;min-height:360px;position:relative;overflow:hidden}
.tv-feature::before{content:"";position:absolute;right:-70px;top:-70px;width:250px;height:250px;border-radius:50%;border:1px solid var(--ln);box-shadow:0 0 0 40px rgba(35,43,58,.22),0 0 0 80px rgba(35,43,58,.12);pointer-events:none}
.tv-feature > div{position:relative;display:flex;flex-direction:column;gap:14px}
.tv-feature h3{font-size:clamp(1.35rem,2.2vw,1.65rem);line-height:1.28;font-weight:700;margin:0}
.tv-feature p{margin:0}
.tv-list{display:flex;flex-direction:column;gap:12px}
.tv-item{gap:8px;padding:16px 18px}
.tv-item h3{font-size:.98rem;line-height:1.42;font-weight:600;margin:0}
.tv-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.tv-catcard{padding:24px;gap:6px}
.tv-icon{display:grid;place-items:center;flex:none;width:42px;height:42px;border-radius:10px;background:var(--surface-2);border:1px solid var(--ln-2);color:var(--ac)}
.tv-icon svg{width:20px;height:20px}
.tv-catcard .tv-icon{margin-bottom:16px}
.tv-catcard h3{font-size:1.02rem;font-weight:600;margin:0}
.tv-catcard p{font-size:.88rem;margin:0 0 12px}
.tv-catcard .tv-mono{margin-top:auto}
.tv-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--ln);border:1px solid var(--ln);border-radius:var(--r-lg);overflow:hidden}
.tv-tools a{display:flex;gap:14px;align-items:flex-start;padding:22px;background:var(--bg-2);color:var(--tx);transition:background .2s}
.tv-tools a:hover{background:var(--surface)}
.tv-tools .tv-icon{width:38px;height:38px}
.tv-tools strong{display:block;font-size:.94rem;font-weight:600}
.tv-tools small{display:block;margin-top:2px;font-size:.84rem;color:var(--tx-3)}
.tv-cta{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:36px;border:1px solid var(--ln-2);border-radius:var(--r-lg);background:linear-gradient(135deg,var(--surface),var(--bg-2))}
.tv-cta h2{font-size:1.45rem;font-weight:700;margin:0}
.tv-cta p{margin:6px 0 0}
.tv-cta .tv-hero-actions{margin:0}

/* Makale */
.tv-article-head{padding:8px 0 30px;margin-bottom:34px;border-bottom:1px solid var(--ln);display:flex;flex-direction:column;gap:14px}
.tv-article-head .tv-crumbs{margin:0}
.tv-article-head h1{font-size:clamp(1.85rem,3.6vw,2.75rem);line-height:1.15;font-weight:700;margin:0;overflow-wrap:anywhere}
.tv-article-lead{font-size:1.12rem;line-height:1.65;max-width:860px;margin:0}
.tv-article-meta{align-items:center}
.tv-author{display:inline-flex;gap:6px;align-items:center;padding:4px 10px;border:1px solid var(--ln-2);border-radius:999px;color:var(--tx-2)}
.tv-author b{font-weight:500;color:var(--ac)}
body.trs-v2 .tv-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:40px;max-width:none;margin:0;padding:0}
body.trs-v2 .tv-article-layout .article{min-width:0;background:none;border:0;padding:0;box-shadow:none}
body.trs-v2 .article-body{font-size:1.06rem;line-height:1.85;color:#c9d0db;max-width:780px}
body.trs-v2 .article-body h2,body.trs-v2 .article-body h3,body.trs-v2 .article-body h4{color:var(--tx);line-height:1.3;margin:2.2rem 0 .9rem}
body.trs-v2 .article-body h2{font-size:1.6rem}
body.trs-v2 .article-body h3{font-size:1.28rem}
body.trs-v2 .article-body p{color:#c9d0db}
body.trs-v2 .article-body a{color:var(--ac);border-bottom:1px solid rgba(95,179,168,.35)}
body.trs-v2 .article-body a:hover{color:var(--ac-h);border-color:var(--ac-h)}
body.trs-v2 .article-body a.ad-unit{border-bottom:1px solid var(--ln);color:var(--tx-3)}
body.trs-v2 .article-body blockquote{margin:1.6rem 0;padding:1rem 1.4rem;border-left:3px solid var(--ac);border-radius:0 10px 10px 0;background:var(--bg-2);font-family:var(--f-sans);font-style:normal;font-size:1.02rem;color:var(--tx-2)}
body.trs-v2 .article-body code{font-family:var(--f-mono);font-size:.88em;padding:.12rem .38rem;border-radius:5px;background:var(--surface-2);color:#d8dee8}
body.trs-v2 .article-body pre{background:#0a0e14;border:1px solid var(--ln);color:#d8dee8}
body.trs-v2 .article-body pre code{background:none;padding:0}
body.trs-v2 .article-body img{border:1px solid var(--ln);border-radius:10px}
body.trs-v2 .code-terminal{background:#0a0e14;border:1px solid var(--ln-2);border-radius:10px}
body.trs-v2 .code-terminal button{background:var(--surface-2);color:var(--tx-2);border:1px solid var(--ln-2);font-family:var(--f-mono)}
body.trs-v2 .code-terminal button:hover{background:var(--ac);color:#08110f}
body.trs-v2 .article-table{border-radius:10px;overflow:hidden}
body.trs-v2 .article-table th,body.trs-v2 .article-table td{border-color:var(--ln)}
body.trs-v2 .article-table th{background:var(--surface-2);color:var(--tx)}
body.trs-v2 .article-signature,body.trs-v2 .share-bar,body.trs-v2 .related-posts{border-color:var(--ln)}
body.trs-v2 .share-bar a{border:1px solid var(--ln-2);border-radius:8px;color:var(--tx-2);background:var(--bg-2)}
body.trs-v2 .share-bar a:hover{color:var(--tx);border-color:var(--ac-2)}
body.trs-v2 .source,body.trs-v2 .back{color:var(--ac)}
.tv-side{display:flex;flex-direction:column;gap:16px;position:sticky;top:90px;align-self:start}
.tv-side-card{padding:20px;gap:12px}
.tv-side-card h2{font-size:1.02rem;font-weight:600;margin:0}
.tv-tags{display:flex;flex-wrap:wrap;gap:6px}
.tv-tags span{font:.74rem var(--f-mono);padding:4px 9px;border-radius:6px;border:1px solid var(--ln-2);color:var(--tx-2)}
.tv-feed{display:flex;flex-direction:column}
.tv-feed a{display:flex;flex-direction:column;gap:6px;padding:12px 0;border-top:1px solid var(--ln);font-size:.9rem;line-height:1.45;color:var(--tx)}
.tv-feed a:first-child{border-top:0;padding-top:4px}
.tv-feed a:hover{color:var(--ac)}

/* Yazılım projeleri */
.tv-projects{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px}
.tv-project{overflow:hidden}
.tv-project-img{width:100%;aspect-ratio:16/9;object-fit:cover;border-bottom:1px solid var(--ln);background:var(--bg-2)}
.tv-project-empty{display:grid;place-items:center;font:600 1.6rem var(--f-mono);color:var(--tx-3)}
.tv-project-body{display:flex;flex-direction:column;gap:10px;padding:22px;flex:1}
.tv-project-body h2{font-size:1.1rem;margin:0}
.tv-project-body p{margin:0;font-size:.92rem}
.tv-project-body .tv-btn{align-self:flex-start;margin-top:auto}
.tv-badges{display:flex;align-items:center;gap:12px}
.tv-pager{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-top:32px}
.tv-pager > :first-child{justify-self:start}
.tv-pager > :last-child{justify-self:end}

/* Mevcut sayfalardaki eski bileşenlerin yeni temaya uyumu */
body.trs-v2 .page-hero,body.trs-v2 .tools-hero,body.trs-v2 .password-hero{background:radial-gradient(ellipse at 80% 0%,rgba(95,179,168,.08),transparent 55%),var(--bg);border-bottom:1px solid var(--ln)}
body.trs-v2 .page-hero h1,body.trs-v2 .tools-hero h1,body.trs-v2 .password-hero h1{font-family:var(--f-sans);font-weight:700;letter-spacing:-.03em}
body.trs-v2 .eyebrow,body.trs-v2 .kicker{font-family:var(--f-mono);color:var(--ac)}
body.trs-v2 .btn-primary{background:var(--ac);border-color:var(--ac);color:#08110f;border-radius:9px}
body.trs-v2 .btn-primary:hover{background:var(--ac-h);border-color:var(--ac-h);color:#08110f}
body.trs-v2 .btn-secondary,body.trs-v2 .btn-outline{border-radius:9px;border-color:var(--ln-2);color:var(--tx);background:transparent}
body.trs-v2 .card,body.trs-v2 .tool-card,body.trs-v2 .post,body.trs-v2 .category-card{background:var(--surface);border-color:var(--ln);border-radius:var(--r-lg)}
body.trs-v2 input,body.trs-v2 select,body.trs-v2 textarea{color-scheme:dark}
body.trs-v2 .reveal{opacity:1;transform:none}

/* Alt bilgi */
.tv-footer{margin-top:0;border-top:1px solid var(--ln);background:var(--bg-2);padding:60px 0 28px;color:var(--tx-2);font-size:.9rem}
.tv-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}
.tv-footer-brand p{margin:16px 0 18px;max-width:330px;font-size:.9rem}
.tv-footer h2{font:500 .72rem var(--f-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--tx-3);margin:6px 0 16px}
.tv-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.tv-footer a{color:var(--tx-2)}
.tv-footer a:hover{color:var(--ac)}
.tv-socials{display:flex;gap:8px}
.tv-socials a{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--ln-2);border-radius:9px}
.tv-socials svg{width:17px;height:17px}
.tv-footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:48px;padding-top:22px;border-top:1px solid var(--ln);font-size:.82rem;color:var(--tx-3)}
.tv-footer-bottom strong{color:var(--tx-2)}

/* Duyarlı düzen */
@media (max-width:1280px){
  .tv-frame{grid-template-columns:minmax(0,1fr);padding-left:24px;padding-right:24px}
  .tv-frame-content{grid-column:1}
  .ad-rail{display:none}
  .tv-nav a{padding:8px 9px;font-size:.86rem}
  .tv-search input{width:110px}
}
@media (max-width:1100px){
  .tv-header-inner{grid-template-columns:1fr auto;height:64px}
  .tv-nav,.tv-search{display:none}
  .tv-burger{display:flex}
  .tv-mobile{inset:64px 0 0}
  .tv-hero-grid,.tv-lead-grid{grid-template-columns:1fr}
  .tv-hero-grid{gap:36px;padding-top:56px;padding-bottom:56px}
  .tv-hero::after{background:rgba(13,17,23,.9)}
  .tv-cats{grid-template-columns:repeat(2,1fr)}
  .tv-tools{grid-template-columns:repeat(2,1fr)}
  body.trs-v2 .tv-article-layout{grid-template-columns:1fr}
  .tv-side{position:static}
  .tv-footer-grid{grid-template-columns:1fr 1fr}
  .tv-cta{flex-direction:column;align-items:flex-start}
}
@media (max-width:640px){
  .tv-wrap,.tv-header-inner{padding:0 16px}
  .tv-frame{padding:24px 16px 56px}
  .tv-logo-text small{display:none}
  .tv-logo-mark{width:34px;height:34px}
  .tv-page-head{padding:36px 0 30px}
  .tv-stats{grid-template-columns:repeat(2,auto);gap:16px 32px}
  .tv-cats,.tv-tools,.tv-footer-grid{grid-template-columns:1fr}
  .tv-card-grid,.tv-projects{grid-template-columns:1fr}
  .tv-feature{padding:22px;min-height:0}
  .tv-section-head{flex-direction:column;align-items:flex-start}
  .tv-cta{padding:24px}
  .tv-term-body{min-height:0;font-size:.76rem}
  .tv-alert-kat{display:none}
  .tv-search-page{flex-direction:column}
  .ad-unit--leader,.ad-unit--article,.ad-unit--inline{min-height:84px}
  body.trs-v2 .article-body{font-size:1rem}
  .tv-footer-bottom{flex-direction:column}
}
@media (prefers-reduced-motion:reduce){
  .tv-dot,.tv-cursor{animation:none}
  .tv-card,.tv-alert-item,.tv-post-media img{transition:none}
  .tv-marquee-track{animation-duration:120s}
}
@media print{
  .tv-header,.tv-mobile,.tv-footer,.ad-rail,.ad-unit,.tv-alert,.tv-hero-net,.share-bar{display:none!important}
  body.trs-v2{background:#fff;color:#000}
}

/* Eski genel section boşluklarını nötrle */
body.trs-v2 .tv-hero{padding:0}
body.trs-v2 .tv-page-head{padding:56px 0 44px}
body.trs-v2 .tv-section{padding:28px 0 44px}
body.trs-v2 .tv-side-card{padding:20px}
html:has(body.trs-v2){scroll-behavior:auto}
@media (max-width:1100px){body.trs-v2 .tv-hero-grid{padding-top:56px;padding-bottom:56px}}
@media (max-width:640px){body.trs-v2 .tv-page-head{padding:36px 0 30px}body.trs-v2 .tv-section{padding:20px 0 32px}}
body.trs-v2 .container,body.trs-v2 .wrap{max-width:1248px}
body.trs-v2 .tools-hero::before,body.trs-v2 .password-hero::before,body.trs-v2 .page-hero::before{opacity:.45}

body.trs-v2 .tv-frame-home .tv-hero-grid{padding:56px 40px;gap:40px}
@media (max-width:720px){body.trs-v2 .tv-frame-home .tv-hero-grid{padding:36px 20px}}

/* Mobil/dar ekranda site ici arama kutusu gizlenmez (mobil arama kutusu). */
@media (max-width:1100px){
  .tv-header-inner{grid-template-columns:1fr auto}
  .tv-actions{gap:8px}
  .tv-search{display:flex;height:44px;min-height:44px;padding:0 10px}
  .tv-search input{width:clamp(96px,24vw,200px);min-height:44px;font-size:16px}
  .tv-search kbd{display:none}
}
@media (max-width:480px){
  .tv-search{padding:0 8px;gap:6px}
  .tv-logo-text strong{white-space:nowrap}
  .tv-logo-text small{display:none}
  .tv-search input{width:clamp(72px,30vw,140px)}
}
/* Hero: en çok okunanlar paneli */
.tv-hot{position:relative;z-index:1;background:rgba(17,22,31,.9);border:1px solid var(--ln-2);border-radius:var(--r-lg);padding:20px 22px;box-shadow:0 30px 60px -30px rgba(0,0,0,.7)}
.tv-hot-head{display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--ln)}
.tv-hot-head h2{margin:0;font:600 .78rem var(--f-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--tx-2)}
.tv-hot-list{list-style:none;margin:0;padding:0}
.tv-hot-list li+li{border-top:1px solid var(--ln)}
.tv-hot-list a{display:flex;gap:14px;padding:14px 0;color:inherit;text-decoration:none}
.tv-hot-no{font:600 1.1rem var(--f-mono);color:var(--ac);opacity:.7;min-width:26px;line-height:1.3}
.tv-hot-txt{display:flex;flex-direction:column;gap:5px;min-width:0}
.tv-hot-txt .tv-cat{align-self:flex-start}
.tv-hot-txt b{font-weight:600;font-size:.94rem;line-height:1.4;color:var(--tx);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tv-hot-txt time{font:.72rem var(--f-mono);color:var(--tx-3)}
.tv-hot-list a:hover b{color:var(--ac)}
.tv-hot-list a:hover .tv-hot-no{opacity:1}
