:root{color-scheme:light;--paper: #f8f9fc;--paper-deep: #eef1f7;--ink: #0f172a;--muted: #64748b;--line: #e2e8f0;--card: #ffffff;--accent: #2563eb;--accent-dark: #1d4ed8;--shadow: 0 18px 45px rgba(37, 99, 235, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,rgba(37,99,235,.06),transparent 30rem),var(--paper);color:var(--ink);font-size:17px;line-height:1.7}a{color:var(--accent-dark);text-decoration-color:#2563eb4d;text-underline-offset:.22em}a:hover{color:var(--accent)}img{display:block;max-width:100%;border-radius:18px}.container{width:min(100% - 2rem,980px);margin-inline:auto}.site-header{padding:1.4rem 0;border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:700;text-decoration:none}.nav{display:flex;gap:1rem;flex-wrap:wrap;font-size:.96rem}.nav a{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.32rem .72rem;border:1px solid transparent;border-radius:999px;color:var(--muted);font-weight:700;line-height:1;text-decoration:none;transition:background .18s,border-color .18s,color .18s,transform .18s}.nav a:hover{border-color:var(--line);background:var(--card);color:var(--accent-dark);transform:translateY(-1px)}main{padding:1.4rem 0 4.5rem}.hero{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.6rem 0 2rem}.hero-left{flex:1}.hero-subscribe{flex:0 0 auto}.subscribe-card{padding:1.2rem;border:1px solid var(--line);border-radius:16px;background:var(--paper-deep);width:280px}.subscribe-title{margin:0 0 .3rem;font-size:.9rem;font-weight:700;color:var(--ink)}.subscribe-desc{margin:0 0 .8rem;font-size:.78rem;color:var(--muted);line-height:1.4}.subscribe-form{display:flex;flex-direction:column;gap:.5rem}.subscribe-input{padding:.55rem .8rem;border:1px solid var(--line);border-radius:8px;background:var(--card);color:var(--ink);font:inherit;font-size:.85rem;outline:none;transition:border-color .18s}.subscribe-input:focus{border-color:var(--accent)}.subscribe-btn{padding:.55rem 1rem;border:none;border-radius:8px;background:var(--accent);color:#fff;font:inherit;font-size:.85rem;font-weight:700;cursor:pointer;transition:background .18s}.subscribe-btn:hover{background:var(--accent-dark)}.subscribe-rss{display:inline-flex;align-items:center;gap:.35rem;margin-top:.6rem;font-size:.75rem;color:var(--muted);text-decoration:none;transition:color .18s}.subscribe-rss:hover{color:var(--accent)}.hero h1{font-size:clamp(2.2rem,5.2vw,3.8rem)}.kicker{color:var(--accent);font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}h1,h2,h3{color:var(--ink);font-family:Georgia,Times New Roman,serif;line-height:1.15}h1{max-width:760px;margin:.4rem 0 1rem;font-size:clamp(2.4rem,7vw,5rem)}h2{margin-top:0;font-size:clamp(1.7rem,4vw,2.4rem)}.lead{max-width:680px;color:var(--muted);font-size:clamp(1.08rem,2vw,1.24rem)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin:2.5rem 0 1.2rem;border-bottom:1px solid var(--line)}.post-list{display:grid;gap:1rem;padding:0;list-style:none}.post-card{overflow:hidden;padding:0;background:#ffffffbd;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);transition:box-shadow .2s,transform .2s}.post-card:hover{box-shadow:0 24px 56px #2563eb21;transform:translateY(-2px)}.post-card-image-link{display:block;overflow:hidden;border-radius:0}.post-card-cover{display:block;width:100%;height:220px;object-fit:cover;border-radius:0;margin:0;transition:transform .35s ease}.post-card:hover .post-card-cover{transform:scale(1.03)}.post-card-body{padding:1.35rem}.post-card-body h3{margin:0 0 .45rem;font-size:1.45rem}.post-card-body h3 a{color:var(--ink);text-decoration:none}.post-card-body p{margin:.45rem 0;color:var(--muted)}.read-more{display:inline-block;margin-top:.75rem;color:var(--accent);font-size:.9rem;font-weight:600;text-decoration:none}.read-more:hover{color:var(--accent-dark);text-decoration:underline}.meta{display:inline-flex;align-items:center;color:var(--muted);font-size:.92rem;line-height:1}.meta-sep{margin:0 .3rem}.post-meta-row{display:flex;align-items:flex-start;flex-direction:column;gap:.55rem;margin-bottom:1.5rem}.post-meta-text{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:nowrap;min-height:1.9rem}.post-cover-wrap{margin:0 0 2.5rem;border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #0000001f}.post-cover-hero{display:block;width:100%;height:auto;max-height:480px;object-fit:cover;border-radius:0;margin:0}.tags{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin-top:.75rem}.post-tags{margin-top:0;padding-left:0}.tag{display:inline-flex;align-items:center;justify-content:center;min-height:1.9rem;padding:.28rem .68rem;border:1px solid var(--line);border-radius:999px;background:var(--paper-deep);color:var(--accent-dark);font-size:.86rem;font-weight:700;line-height:1;text-decoration:none}.prose{width:min(100%,740px);margin-inline:auto}.prose h1{font-size:clamp(2.2rem,5vw,4rem)}.prose p,.prose li{color:var(--ink)}.prose blockquote{margin:2rem 0;padding:.7rem 1.2rem;border-left:4px solid var(--accent);background:#ffffff94;color:var(--muted)}.footer{padding:2rem 0;border-top:1px solid var(--line);color:var(--muted);font-size:.92rem}.footer-inner{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}@media(max-width:640px){.header-inner{align-items:flex-start;flex-direction:column}main{padding-top:2rem}}.uyari-overlay{display:none;position:fixed;inset:0;z-index:9999;background:#0a0f1ed1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);align-items:center;justify-content:center;padding:1.5rem;opacity:0;transition:opacity .4s ease}.uyari-overlay--visible{display:flex;opacity:1}.uyari-overlay--kapat{opacity:0;pointer-events:none}.uyari-kart{background:#111827;border:1px solid rgba(255,255,255,.1);border-radius:24px;box-shadow:0 32px 80px #0009,0 0 0 1px #ffffff0a;max-width:640px;width:100%;padding:2.8rem 2.8rem 2.4rem;text-align:center;transform:translateY(0);animation:uyari-yuksel .45s cubic-bezier(.22,1,.36,1) both}@keyframes uyari-yuksel{0%{opacity:0;transform:translateY(28px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.uyari-ikon{font-size:2.4rem;margin-bottom:1rem;line-height:1}.uyari-baslik{margin:0 0 1.2rem;color:#f1f5f9;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.uyari-metin{margin:0 0 2rem;color:#94a3b8;font-size:.9rem;line-height:1.75;text-align:left}.uyari-btn{display:inline-block;padding:.75rem 2.4rem;background:#2563eb;border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;letter-spacing:.02em;transition:background .18s,transform .15s,box-shadow .18s;box-shadow:0 4px 20px #2563eb80}.uyari-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 28px #2563eba6}.uyari-btn:active{transform:translateY(0)}@media(max-width:640px){.uyari-kart{padding:2rem 1.5rem 1.8rem}.uyari-btn{width:100%}}:root[data-theme=dark]{color-scheme:dark;--paper: #0b1120;--paper-deep: #111827;--ink: #e5e7eb;--muted: #94a3b8;--line: #1f2a44;--card: #111827;--accent: #60a5fa;--accent-dark: #93c5fd;--shadow: 0 18px 45px rgba(0, 0, 0, .28)}:root[data-theme=dark] body{background:radial-gradient(circle at top left,rgba(96,165,250,.12),transparent 30rem),var(--paper)}:root[data-theme=dark] .post-card,:root[data-theme=dark] .featured-post,:root[data-theme=dark] .hero-note,:root[data-theme=dark] .about-strip{background:#111827c7}:root[data-theme=dark] .post-card-body p,:root[data-theme=dark] .featured-post-body p,:root[data-theme=dark] .prose p,:root[data-theme=dark] .prose li{color:var(--muted)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.32rem .78rem;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--accent-dark);font:inherit;font-size:.9rem;font-weight:700;line-height:1;cursor:pointer;box-shadow:var(--shadow)}.theme-toggle:hover{color:var(--accent);transform:translateY(-1px)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);gap:2rem;align-items:end}.hero-copy{max-width:680px;color:var(--muted);font-size:1.05rem}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.4rem}.button-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.35rem;padding:.62rem 1rem;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--accent-dark);font-weight:800;line-height:1;text-decoration:none;box-shadow:var(--shadow)}.button-link-primary{background:var(--accent);border-color:var(--accent);color:#fff}.button-link-right{flex-direction:row-reverse}.hero-note,.about-strip,.featured-post{border:1px solid var(--line);border-radius:28px;background:#ffffffc7;box-shadow:var(--shadow)}.hero-note{padding:1.6rem}.hero-note-mark{display:block;height:2.2rem;color:var(--accent);font-family:Georgia,Times New Roman,serif;font-size:4rem;line-height:.8}.hero-note p{margin:.4rem 0 0;color:var(--muted);font-family:Georgia,Times New Roman,serif;font-size:1.25rem;line-height:1.45}.featured-post{display:grid;grid-template-columns:minmax(260px,.95fr) minmax(0,1.05fr);overflow:hidden}.featured-post-media{min-height:340px;background:var(--paper-deep);text-decoration:none}.featured-post-media img{width:100%;height:100%;min-height:340px;object-fit:cover;border-radius:0}.featured-post-body{padding:clamp(1.4rem,4vw,2.4rem)}.featured-post-body h3{margin:.4rem 0 .8rem;font-size:clamp(1.8rem,4vw,3rem)}.featured-post-body h3 a{color:var(--ink);text-decoration:none}.featured-post-body p{color:var(--muted)}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-lower-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.75fr);gap:1rem;margin-top:2.5rem}.about-strip{padding:1.5rem}.about-strip h2{margin-bottom:.6rem}.about-strip p{margin-bottom:0;color:var(--muted)}.topic-cloud{display:flex;align-content:start;align-items:flex-start;flex-wrap:wrap;gap:.6rem;padding:1.5rem;border:1px dashed var(--line);border-radius:28px;background:#ffffff59}.topic-tag{font-size:.95rem}.empty-state{padding:2rem;border:1px solid var(--line);border-radius:22px;background:var(--card);color:var(--muted)}@media(max-width:820px){.hero-grid,.featured-post,.home-lower-grid,.post-grid{grid-template-columns:1fr}.featured-post-media,.featured-post-media img{min-height:240px}}@media(max-width:640px){.nav{align-items:center}.theme-toggle{padding-inline:.62rem}.hero{padding-top:2.4rem;flex-direction:column;align-items:flex-start}.subscribe-card{width:100%}}.post-shell{padding-bottom:1rem}.post-hero{max-width:860px;padding-top:1.2rem;padding-bottom:1.2rem}.post-hero h1{max-width:840px;font-size:clamp(2.25rem,6vw,4.8rem);letter-spacing:-.035em}.post-hero .lead{max-width:760px}.post-content{padding-top:.5rem}.prose{width:min(100% - 2rem,760px)}.prose>*:first-child{margin-top:0}.prose p{margin:1.15rem 0;font-size:clamp(1.05rem,1.5vw,1.16rem);line-height:1.86}.prose h2{margin:3.2rem 0 1rem;padding-top:1.15rem;border-top:1px solid var(--line);font-size:clamp(1.35rem,2.4vw,1.7rem);letter-spacing:-.02em}.prose h3{margin:2.2rem 0 .75rem;font-size:clamp(1.15rem,1.8vw,1.35rem)}.prose ul,.prose ol{padding-left:1.35rem;margin:1.2rem 0}.prose li+li{margin-top:.45rem}.prose strong{color:var(--ink);font-weight:800}.prose img{margin:2rem auto;border:1px solid var(--line);box-shadow:var(--shadow)}.prose hr{margin:3rem 0;border:0;border-top:1px solid var(--line)}.prose blockquote{border-radius:18px;border-left:4px solid var(--accent);background:var(--paper-deep)}.post-cover-wrap{width:min(100% - 2rem,760px);margin-inline:auto;margin-top:1rem;margin-bottom:2.6rem;border:1px solid var(--line);border-radius:24px;background:var(--paper-deep)}.post-cover-hero{width:100%;height:clamp(240px,42vw,420px);aspect-ratio:16 / 9;object-fit:cover;object-position:center center}.post-footer-nav{width:min(100% - 2rem,760px);margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.8rem}.related-posts{width:min(100% - 2rem,760px);margin-top:3rem;padding-top:2rem;border-top:1px solid var(--line)}.related-title{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:1rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.related-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;background:var(--card);overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.related-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.related-img{width:100%;aspect-ratio:16/9;object-fit:cover}.related-body{padding:.8rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.related-card-title{margin:0;font-size:.9rem;font-weight:700;line-height:1.3}.related-card-desc{margin:0;font-size:.78rem;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-tags{display:flex;gap:.3rem;flex-wrap:wrap;margin-top:auto}.tag-sm{font-size:.65rem;padding:.15rem .4rem}@media(max-width:640px){.post-hero h1{font-size:clamp(2rem,12vw,3.2rem)}.post-cover-wrap{border-radius:20px;margin-bottom:2rem}.post-cover-hero{height:240px}.prose p{font-size:1.04rem;line-height:1.78}.related-grid{grid-template-columns:repeat(2,1fr)}.post-footer-nav{flex-direction:column;align-items:stretch}.post-footer-nav .button-link{text-align:center}}.post-hero h1{font-size:clamp(1.4rem,2.6vw,2rem);letter-spacing:-.015em}.post-hero{max-width:760px}.post-topline{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.2rem}.post-topline .kicker{margin:0}.share-actions{display:flex;align-items:center;justify-content:flex-end;gap:.3rem;flex-wrap:wrap}.share-button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--card);color:var(--muted);font:inherit;line-height:1;text-decoration:none;cursor:pointer;box-shadow:var(--shadow);transition:background .18s,border-color .18s,color .18s,transform .18s}.share-button:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.nav{align-items:center}.read-more{font-weight:800;line-height:1.2}.featured-post{grid-template-columns:32% 68%;align-items:stretch}.featured-post-media{display:flex;align-items:center;justify-content:center;min-height:170px;padding:.2rem;background:var(--paper-deep)}.featured-post-media img{width:100%;height:100%;min-height:0;object-fit:contain;border-radius:12px}.featured-post-body{padding:.8rem 1.2rem}.featured-post-body h3{margin:.15rem 0 .4rem;font-size:clamp(1.35rem,2.6vw,2rem);line-height:1.18}.featured-post-body p{margin:.35rem 0}.post-grid{grid-template-columns:1fr;gap:.85rem}.post-grid .post-card{display:grid;grid-template-columns:180px minmax(0,1fr);min-height:140px}.post-grid .post-card-image-link{height:100%;background:var(--paper-deep);padding:.45rem}.post-grid .post-card-cover{height:100%;min-height:130px;object-fit:contain;border-radius:14px}.post-grid .post-card-body{padding:1rem 1.1rem}.post-grid .post-card-body h3{font-size:1.18rem;line-height:1.25}.post-grid .post-card-body p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(max-width:820px){.featured-post,.post-grid .post-card{grid-template-columns:1fr}.featured-post-media,.post-grid .post-card-image-link{height:auto}.featured-post-media img,.post-grid .post-card-cover{height:auto;max-height:260px}}@media(max-width:640px){.post-hero h1{font-size:clamp(1.25rem,6vw,1.65rem)}.post-topline{align-items:flex-start;flex-direction:column}.share-actions{justify-content:flex-start}.featured-post-body,.post-grid .post-card-body{padding:.95rem}}.archive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;padding:0;list-style:none}.archive-grid .post-card{display:flex;flex-direction:column;height:100%}.archive-grid .post-card-image-link{display:block;overflow:hidden;height:190px;background:var(--paper-deep);border-bottom:1px solid var(--line)}.archive-grid .post-card-cover{width:100%;height:100%;object-fit:contain;padding:.6rem;transition:transform .35s ease}.archive-grid .post-card-body{display:flex;flex-direction:column;flex-grow:1;padding:1.25rem}.archive-grid .post-card-body h3{margin:.35rem 0 .5rem;font-size:1.25rem;line-height:1.3}.archive-grid .post-card-body p{font-size:.95rem;line-height:1.5;margin-bottom:1rem}.archive-grid .post-card-body .tags{margin-top:auto;margin-bottom:.85rem}.archive-grid .post-card-body .read-more{margin-top:auto}@media(max-width:768px){.archive-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.2rem}.archive-grid .post-card-image-link{height:170px}}@media(max-width:480px){.archive-grid{grid-template-columns:1fr}}.scroll-top{position:fixed;bottom:4.5rem;right:1.5rem;z-index:100;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid var(--line);border-radius:50%;background:var(--card);color:var(--accent-dark);cursor:pointer;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:opacity .25s,transform .25s}.scroll-top.visible{opacity:1;pointer-events:auto}.scroll-top:hover{transform:translateY(-2px);border-color:var(--accent);color:var(--accent)}.scroll-bottom{position:fixed;bottom:1.5rem;right:1.5rem;z-index:100;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid var(--line);border-radius:50%;background:var(--card);color:var(--accent-dark);cursor:pointer;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:opacity .25s,transform .25s}.scroll-bottom.visible{opacity:1;pointer-events:auto}.scroll-bottom:hover{transform:translateY(2px);border-color:var(--accent);color:var(--accent)}
