:root{--ink:#121318;--muted:#666b76;--line:#e5e7eb;--accent:#ff4f2e;--paper:#fff;--wash:#f4f5f7;--dark:#17191f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:15px/1.55 Manrope,Arial,sans-serif}.shell{width:min(1180px,calc(100% - 40px));margin:auto}a{color:inherit;text-decoration:none}.topline{height:32px;background:var(--dark);color:#aeb2bb;font-size:11px;letter-spacing:.6px}.topline .shell{height:100%;display:flex;align-items:center;justify-content:space-between}.site-head{height:76px;background:#fff;border-bottom:1px solid var(--line)}.head-row{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center}.brand b{display:grid;place-items:center;width:38px;height:38px;margin-right:10px;border-radius:10px;background:var(--accent);color:#fff;font-size:19px}.brand strong{font-size:18px;letter-spacing:-1px}.brand span{color:var(--accent)}.subscribe-link{padding:10px 16px;border-radius:100px;background:var(--ink);color:white;font-size:12px;font-weight:800}.subscribe-link span{color:var(--accent)}.category-nav{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:20}.category-nav .shell{height:50px;display:flex;align-items:center;gap:30px;overflow:auto}.category-nav a{white-space:nowrap;font-size:13px;font-weight:700;color:#5f636c}.category-nav a.active{color:var(--accent)}.category-nav i,.rail-head i,.live i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--accent)}.home{padding:48px 0 90px}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.section-title span,.rail-head span{font-size:11px;letter-spacing:1.7px;font-weight:800;color:var(--accent)}.section-title h1{font-size:clamp(32px,4vw,50px);line-height:1;margin:7px 0 0;letter-spacing:-2.2px}.section-title p{max-width:390px;margin:0;color:var(--muted)}.hero-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:28px}.image-wrap{position:relative;overflow:hidden;background:linear-gradient(135deg,#252832,#111318);border-radius:16px}.image-wrap img,.reel-cover img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s}.hero-story .image-wrap{aspect-ratio:16/8.7}.hero-story:hover img,.side-story:hover img,.news-card:hover img,.reels-grid article:hover img{transform:scale(1.035)}.image-fallback{width:100%;height:100%;min-height:180px;display:grid;place-items:center;background:radial-gradient(circle at 30% 20%,#ff6544,#2a1b1b 42%,#14161c)}.image-fallback b{font-size:52px;color:#fff9;letter-spacing:-5px}.story-badge{position:absolute;left:18px;bottom:18px;background:var(--accent);color:#fff;border-radius:100px;padding:7px 12px;font-size:11px;font-weight:800}.hero-story h2{font-size:clamp(28px,3vw,43px);line-height:1.12;letter-spacing:-1.8px;margin:18px 0 9px}.hero-story p{color:var(--muted);margin:0;max-width:740px}.side-stories{display:grid;gap:20px}.side-story{padding-bottom:20px;border-bottom:1px solid var(--line)}.side-story a{display:grid;grid-template-columns:155px 1fr;gap:17px}.side-story .image-wrap{aspect-ratio:1.2}.side-story small,.news-card small{color:var(--accent);font-size:11px;font-weight:800}.side-story h3{margin:7px 0;font-size:18px;line-height:1.25}.side-story time,.news-card time{font-size:11px;color:#8b8f98}.reels-section{margin:58px 0;padding:28px;border-radius:20px;background:var(--dark);color:white}.rail-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:21px}.rail-head>div{display:flex;align-items:center;gap:9px}.rail-head>a{font-size:12px;color:#aeb2bb}.reels-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.reel-cover{height:250px;position:relative;overflow:hidden;border-radius:13px;background:#252832}.reel-cover .image-fallback{min-height:100%}.play{position:absolute;left:12px;bottom:12px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff;color:var(--accent);font-size:11px}.reels-grid h3{font-size:14px;line-height:1.35;margin:11px 2px 0}.latest-section{margin-top:56px}.live{color:#656a73!important;letter-spacing:0!important}.live i{margin-right:6px;animation:pulse 1.5s infinite}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 25px}.news-card{border-top:1px solid var(--line);padding-top:15px}.news-card .image-wrap{aspect-ratio:16/10}.card-meta{display:flex;justify-content:space-between;margin-top:12px}.news-card h2{font-size:21px;line-height:1.25;letter-spacing:-.5px;margin:8px 0}.news-card p{font-size:13px;color:var(--muted);margin:0}.newsletter{padding:65px 0;background:var(--accent);color:#fff}.newsletter .shell{display:flex;align-items:end;justify-content:space-between;gap:30px}.newsletter span{font-size:11px;font-weight:800;letter-spacing:1.8px}.newsletter h2{font-size:42px;letter-spacing:-2px;line-height:1;margin:9px 0}.newsletter p{margin:0;color:#fffbd9}.newsletter form{display:flex;width:min(430px,100%)}.newsletter input{flex:1;border:0;padding:16px 18px;border-radius:10px 0 0 10px;font:inherit}.newsletter button{border:0;border-radius:0 10px 10px 0;padding:0 20px;background:var(--dark);color:#fff;font-weight:800}footer{background:var(--dark);color:#fff;padding:36px 0}footer .shell{display:flex;justify-content:space-between;color:#aeb2bb}footer b{color:#fff}.article{max-width:920px;padding:50px 0 100px}.crumb{font-size:13px;margin-bottom:48px}.crumb span{margin-left:20px;color:#bbb}.article header h1{font-size:clamp(42px,7vw,74px);line-height:1.04;letter-spacing:-3px;margin:14px 0}.article header h2{font-size:25px;font-weight:500;color:var(--muted)}.lead{font-size:21px;color:#464a54}.byline{display:flex;gap:20px;border-top:1px solid var(--line);padding-top:20px}.byline time{color:var(--muted)}figure{margin:35px 0}.cover{width:min(1120px,calc(100vw - 30px));margin-left:50%;transform:translateX(-50%)}figure img,video{width:100%;border-radius:13px}figcaption{font-size:13px;color:var(--muted)}.article-body{max-width:720px;margin:50px auto}.article-body p{font:19px/1.85 Georgia,serif}.article-body h2{font-size:34px;margin-top:55px}.article-body blockquote{border-left:4px solid var(--accent);margin:40px 0;padding:15px 30px;font:italic 25px Georgia}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}@keyframes pulse{50%{opacity:.25}}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.reels-grid{grid-template-columns:repeat(3,1fr)}.news-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.shell{width:min(100% - 28px,1180px)}.topline span:last-child,.subscribe-link{display:none}.category-nav .shell{gap:22px}.home{padding-top:30px}.section-title{display:block}.section-title p{margin-top:14px}.hero-story h2{font-size:30px}.side-story a{grid-template-columns:120px 1fr}.reels-section{margin-left:-14px;margin-right:-14px;padding:20px 14px;border-radius:0}.reels-grid{grid-template-columns:repeat(2,1fr)}.reel-cover{height:220px}.news-grid{grid-template-columns:1fr}.newsletter .shell{display:grid}.newsletter h2{font-size:35px}.newsletter form{width:100%}footer .shell{display:grid;gap:7px}.article header h1{font-size:42px;letter-spacing:-1.8px}.gallery{grid-template-columns:1fr}}
.newsletter-result{padding:90px 20px}.newsletter-result-card{max-width:680px;margin:auto;padding:55px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;text-align:center}.newsletter-result-card span{color:#ff334f;font-size:11px;font-weight:800;letter-spacing:1.5px}.newsletter-result-card h1{font-size:38px;margin:12px 0}.newsletter-result-card p{color:#626775;font-size:17px;line-height:1.7}.newsletter-result-card a{display:inline-block;margin-top:18px;padding:13px 20px;background:#10131a;color:#fff;text-decoration:none;border-radius:8px;font-weight:800}

/* AdSense masaüstü yan reklamları: 1180px içerik alanının dışında kalır. */
.ad-rail{display:none;position:fixed;top:184px;width:160px;height:600px;z-index:5;overflow:hidden;background:#fafafa;border:1px solid var(--line);color:#a1a5ad;font-size:9px;font-weight:700;letter-spacing:1.6px;text-align:center}
.ad-rail>span{display:block;padding-top:9px}
.ad-rail-left{left:16px}
.ad-rail-right{right:16px}
@media(min-width:1680px) and (min-height:760px){.ad-rail{display:block}}
@media print{.ad-rail{display:none!important}}
.footer-privacy{display:flex;gap:16px;align-items:center}.footer-privacy a,.footer-privacy button{border:0;background:none;padding:0;color:#aeb2bb;font:inherit;font-size:12px;cursor:pointer}.footer-privacy a:hover,.footer-privacy button:hover{color:#fff;text-decoration:underline}.privacy-page{max-width:860px;padding:64px 0 100px}.privacy-page header{padding-bottom:28px;border-bottom:1px solid var(--line)}.privacy-page header span{color:var(--accent);font-size:11px;font-weight:800;letter-spacing:1.5px}.privacy-page h1{font-size:clamp(38px,6vw,64px);line-height:1.05;letter-spacing:-2px;margin:12px 0}.privacy-page header p{font-size:19px;color:var(--muted)}.privacy-page section{padding:28px 0;border-bottom:1px solid var(--line)}.privacy-page h2{font-size:25px;margin:0 0 10px}.privacy-page p{font-size:17px;color:#50545e}.privacy-page button{border:0;border-radius:8px;background:var(--ink);color:#fff;padding:13px 18px;font-weight:800;cursor:pointer}@media(max-width:620px){.footer-privacy{align-items:flex-start;flex-direction:column;gap:6px}.privacy-page{padding:42px 0 70px}}
