/* ============ FONTS ============
   Quicksand ve Nunito kendi sunucumuzdan servis ediliyor. Onceden
   fonts.googleapis.com'dan geliyorlardi; o istek sayfanin cizimini
   engelliyor, ustune ikinci bir alan adina (fonts.gstatic.com) DNS + TLS
   maliyeti cikariyordu. Yan fayda: ziyaretcinin IP adresi artik Google'a
   gitmiyor.

   Tek dosya tum kalinliklari tasiyor (degisken font), o yuzden
   font-weight bir aralik. unicode-range sayesinde latin-ext yalnizca
   sayfada o karakterler gecerse iniyor.

   Her iki font da SIL Open Font License 1.1 ile dagitiliyor.
   ============================================ */
@font-face{font-family:'Nunito';font-style:italic;font-weight:400 900;font-display:swap;src:url(../assets/fonts/nunito-italic-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Nunito';font-style:italic;font-weight:400 900;font-display:swap;src:url(../assets/fonts/nunito-italic-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Nunito';font-style:normal;font-weight:400 900;font-display:swap;src:url(../assets/fonts/nunito-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Nunito';font-style:normal;font-weight:400 900;font-display:swap;src:url(../assets/fonts/nunito-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Quicksand';font-style:normal;font-weight:400 700;font-display:swap;src:url(../assets/fonts/quicksand-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Quicksand';font-style:normal;font-weight:400 700;font-display:swap;src:url(../assets/fonts/quicksand-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Nunito',system-ui,sans-serif;background:#FFFDF9;color:#20303F;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
::selection{background:#CE1F5B;color:#fff}
a{color:inherit}
[id]{scroll-margin-top:96px}
button{font:inherit}
[hidden]{display:none!important}

:root{
  --accent:#CE1F5B;
  --accent-deep:color-mix(in oklab, var(--accent,#CE1F5B), #2a0010 36%);
}

#top{position:relative;overflow-x:hidden;background:#FFFDF9}

@keyframes rise{from{opacity:0;transform:translateY(34px)}to{opacity:1;transform:translateY(0)}}
@keyframes riseHero{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}
@keyframes sheetIn{from{transform:translateY(34px)}to{transform:translateY(0)}}

.es-scroll::-webkit-scrollbar{width:10px}
.es-scroll::-webkit-scrollbar-thumb{background:rgba(206,31,91,.25);border-radius:99px;border:3px solid #fff}

@media (max-width:860px){[data-navlinks]{display:none!important}}
@media (max-width:680px){.es-pad{padding-top:70px!important;padding-bottom:70px!important}}

.es-container{max-width:1180px;margin:0 auto}

/* ============ NAV ============ */
.es-header{position:sticky;top:0;z-index:60;backdrop-filter:saturate(160%) blur(16px);-webkit-backdrop-filter:saturate(160%) blur(16px);background:rgba(255,253,249,.78);border-bottom:1px solid rgba(206,31,91,.08)}
.es-header-inner{max-width:1180px;margin:0 auto;padding:13px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.es-logo{display:flex;align-items:center;gap:11px;text-decoration:none}
.es-logo-img{height:34px;width:auto;display:block}
.es-logo-text{font-family:'Quicksand';font-weight:700;font-size:23px;color:#20303F;letter-spacing:-.01em}
.es-accent-text{color:var(--accent,#CE1F5B)}
.es-navlinks{display:flex;align-items:center;gap:34px}
.es-nav-link{font-family:'Nunito';font-weight:700;font-size:15px;color:#5C6A78;text-decoration:none;transition:color .2s}
.es-nav-link:hover{color:var(--accent,#CE1F5B)}
.es-nav-link--active{font-weight:800;color:var(--accent,#CE1F5B)!important}
.es-btn-download{display:inline-flex;align-items:center;gap:8px;font-family:'Quicksand';font-weight:700;font-size:15px;color:#fff;text-decoration:none;background:linear-gradient(135deg,var(--accent,#CE1F5B),var(--accent-deep,#9E1342));padding:11px 20px;border-radius:99px;box-shadow:0 12px 24px -10px rgba(206,31,91,.6);transition:transform .25s,box-shadow .25s}
.es-btn-download:hover{transform:translateY(-2px);box-shadow:0 18px 32px -10px rgba(206,31,91,.7)}

/* Editorial hairlines — the whole page is built on these instead of heavy shadows */
:root{
  --rule:rgba(32,48,63,.10);
  --rule-soft:rgba(32,48,63,.06);
  --ink-muted:#8A95A1;
}

/* ============ JOURNAL MASTHEAD ============ */
.es-journal-hero{position:relative;padding:96px 24px 40px;text-align:center}
.es-journal-hero-glow{position:absolute;top:-90px;left:50%;transform:translateX(-50%);width:820px;max-width:96%;height:420px;background:radial-gradient(circle at 50% 30%,rgba(238,127,192,.13),transparent 68%);pointer-events:none}
.es-journal-hero-inner{position:relative;max-width:800px;margin:0 auto;animation:riseHero .9s cubic-bezier(.2,.7,.2,1) both}
.es-masthead{display:flex;align-items:center;justify-content:center;gap:18px}
.es-masthead-rule{flex:1;max-width:96px;height:1px;background:linear-gradient(90deg,transparent,var(--rule))}
.es-masthead-rule:last-child{background:linear-gradient(90deg,var(--rule),transparent)}
.es-masthead-label{font-family:'Nunito';font-weight:800;font-size:11.5px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent,#CE1F5B);white-space:nowrap}
.es-journal-title{font-family:'Quicksand';font-weight:700;font-size:clamp(40px,5.6vw,66px);line-height:1.04;letter-spacing:-.025em;color:#20303F;margin-top:26px}
.es-journal-sub{font-family:'Nunito';font-weight:400;font-size:clamp(17px,2.1vw,20px);line-height:1.75;color:#5C6A78;margin-top:22px;max-width:540px;margin-left:auto;margin-right:auto}
.es-journal-meta{display:inline-flex;align-items:center;gap:14px;margin-top:30px;padding-top:22px;border-top:1px solid var(--rule);font-family:'Nunito';font-weight:700;font-size:12px;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-muted)}
.es-meta-sep{width:3px;height:3px;border-radius:50%;background:#CBD2D9}

/* ============ FEATURED ============ */
.es-featured{display:grid;grid-template-columns:1.35fr 1fr;background:#fff;border:1px solid var(--rule);border-radius:26px;overflow:hidden;box-shadow:0 24px 60px -46px rgba(32,48,63,.5);cursor:pointer;transition:border-color .35s,box-shadow .35s,transform .35s;animation:rise .85s cubic-bezier(.2,.7,.2,1) both}
.es-featured:hover{transform:translateY(-3px);border-color:rgba(206,31,91,.22);box-shadow:0 40px 80px -48px rgba(159,19,66,.5)}
.es-featured-content{padding:clamp(32px,4vw,56px);display:flex;flex-direction:column;justify-content:center}
.es-kicker{display:inline-flex;align-items:center;gap:9px;font-family:'Nunito';font-weight:800;font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-muted)}
.es-kicker-dot{width:6px;height:6px;border-radius:50%}
.es-kicker-cat{font-weight:800}
.es-featured-title{font-family:'Quicksand';font-weight:700;font-size:clamp(28px,3.4vw,42px);line-height:1.1;letter-spacing:-.02em;color:#20303F;margin-top:18px;transition:color .3s}
.es-featured:hover .es-featured-title{color:var(--accent-deep,#9E1342)}
.es-featured-excerpt{font-family:'Nunito';font-weight:400;font-size:17.5px;line-height:1.72;color:#5C6A78;margin-top:18px;max-width:520px}
.es-featured-foot{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:32px;padding-top:22px;border-top:1px solid var(--rule-soft)}
.es-byline{display:flex;flex-direction:column;gap:4px;font-family:'Nunito'}
.es-byline .es-author{font-weight:800;font-size:14px;color:#3D4A57}
.es-byline-sub{font-weight:600;font-size:13px;color:var(--ink-muted)}
.es-read-link{display:inline-flex;align-items:center;gap:9px;font-family:'Quicksand';font-weight:700;font-size:15px;color:var(--accent,#CE1F5B)}
.es-read-link svg{transition:transform .3s cubic-bezier(.2,.7,.2,1)}
.es-featured:hover .es-read-link svg{transform:translateX(5px)}
.es-featured-panel{position:relative;min-height:340px;overflow:hidden}
.es-featured-panel::after{content:'';position:absolute;inset:0;background:linear-gradient(150deg,rgba(255,255,255,.14),rgba(32,9,21,.16))}
.es-featured-ring{position:absolute;right:-70px;top:-70px;width:270px;height:270px;border-radius:50%;border:1px solid rgba(255,255,255,.3)}
.es-featured-ring--2{right:auto;top:auto;left:-90px;bottom:-90px;width:230px;height:230px;border-color:rgba(255,255,255,.2)}
.es-featured-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;color:#fff;opacity:.92;transition:transform .5s cubic-bezier(.2,.7,.2,1)}
.es-featured:hover .es-featured-icon{transform:translate(-50%,-50%) scale(1.07)}
.es-dot{width:3px;height:3px;border-radius:50%;background:#CBD2D9;display:inline-block}

/* ============ CATEGORY TABS ============ */
.es-chips{display:flex;flex-wrap:wrap;gap:4px 30px;justify-content:center;margin-bottom:52px;padding-bottom:2px;border-bottom:1px solid var(--rule-soft)}
.es-tab{position:relative;font-family:'Nunito';font-weight:700;font-size:14px;letter-spacing:.04em;padding:12px 2px 15px;border:none;background:none;color:var(--ink-muted);cursor:pointer;transition:color .25s}
.es-tab::after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:2px;background:var(--tab-color,#CE1F5B);transform:scaleX(0);transform-origin:center;transition:transform .3s cubic-bezier(.2,.7,.2,1)}
.es-tab:hover{color:#3D4A57}
.es-tab--active{color:var(--tab-color,#CE1F5B);font-weight:800}
.es-tab--active::after{transform:scaleX(1)}

/* ============ GRID ============ */
.es-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:24px}
.es-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--rule);border-radius:22px;overflow:hidden;cursor:pointer;transition:transform .35s cubic-bezier(.2,.7,.2,1),border-color .35s,box-shadow .35s;animation:rise .8s cubic-bezier(.2,.7,.2,1) both}
.es-card:hover{transform:translateY(-5px);border-color:color-mix(in oklab,var(--card-color,#CE1F5B),transparent 74%);box-shadow:0 30px 60px -44px color-mix(in oklab,var(--card-color,#CE1F5B),transparent 30%)}
/* a thin colour spine instead of a full gradient block — the palette stays, the weight goes */
.es-card-rule{position:absolute;left:0;right:0;top:0;height:3px}
.es-card-body{padding:30px 28px 26px;display:flex;flex-direction:column;flex:1}
.es-card-head{display:flex;align-items:center;gap:11px}
.es-card-glyph{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:11px;flex:0 0 auto}
.es-card-cat{font-family:'Nunito';font-weight:800;font-size:11px;letter-spacing:.16em;text-transform:uppercase}
.es-card-title{font-family:'Quicksand';font-weight:700;font-size:21.5px;line-height:1.24;letter-spacing:-.015em;color:#20303F;margin-top:20px;transition:color .3s}
.es-card:hover .es-card-title{color:var(--card-color,#CE1F5B)}
.es-card-excerpt{font-family:'Nunito';font-weight:400;font-size:15px;line-height:1.68;color:#677482;margin-top:11px;flex:1}
.es-card-meta{display:flex;align-items:center;gap:10px;margin-top:24px;padding-top:16px;border-top:1px solid var(--rule-soft);font-family:'Nunito';font-weight:600;font-size:12.5px;color:var(--ink-muted)}
.es-card-arrow{margin-left:auto;display:inline-flex;color:var(--card-color,#CE1F5B);opacity:0;transform:translateX(-6px);transition:opacity .3s,transform .3s cubic-bezier(.2,.7,.2,1)}
.es-card:hover .es-card-arrow{opacity:1;transform:translateX(0)}

.es-grid-empty{text-align:center;padding:56px 20px;font-family:'Nunito';font-weight:500;font-size:16px;color:var(--ink-muted)}

/* ============ NEWSLETTER ============ */
/* Takip kutusu. Eskiden burada bir e-posta bulten formu vardi (.es-newsletter,
   .es-subscribe-form, .es-email-input, .es-btn-subscribe, .es-subscribed);
   form hicbir yere baglanmadigi icin kaldirildi, kurallari da onunla gitti. */
.es-follow{max-width:900px;margin:0 auto;position:relative;background:#fff;border:1px solid var(--rule);border-radius:26px;padding:clamp(38px,5vw,64px);text-align:center;overflow:hidden;box-shadow:0 24px 60px -50px rgba(32,48,63,.5)}
.es-follow-glow{position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:520px;height:300px;background:radial-gradient(circle at 50% 40%,rgba(238,127,192,.16),transparent 68%);pointer-events:none}
.es-follow-inner{position:relative;max-width:520px;margin:0 auto}
.es-follow-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;background:#FFF4F8;border:1px solid rgba(206,31,91,.14);color:var(--accent,#CE1F5B)}
.es-follow-title{font-family:'Quicksand';font-weight:700;font-size:clamp(26px,3.2vw,36px);line-height:1.14;letter-spacing:-.02em;color:#20303F;margin-top:22px}
.es-follow-sub{font-family:'Nunito';font-weight:400;font-size:17px;line-height:1.7;color:#5C6A78;margin-top:14px}
.es-btn-follow{display:inline-flex;align-items:center;gap:9px;margin-top:28px;font-family:'Quicksand';font-weight:700;font-size:15.5px;color:#fff;background:linear-gradient(135deg,var(--accent,#CE1F5B),var(--accent-deep,#9E1342));padding:15px 30px;border-radius:14px;text-decoration:none;box-shadow:0 14px 26px -14px rgba(206,31,91,.7);transition:transform .2s,box-shadow .2s}
.es-btn-follow:hover{transform:translateY(-2px);box-shadow:0 20px 32px -14px rgba(206,31,91,.75)}
.es-follow-note{font-family:'Nunito';font-weight:400;font-size:14px;line-height:1.6;color:#8B97A3;margin-top:16px}
.es-follow-link{color:var(--accent,#CE1F5B);font-weight:700;text-decoration:none;border-bottom:1px solid rgba(206,31,91,.28)}
.es-follow-link:hover{border-bottom-color:var(--accent,#CE1F5B)}
.es-follow-panel{margin-top:28px}
.es-follow-label{display:block;font-family:'Quicksand';font-weight:700;font-size:12.5px;letter-spacing:.09em;text-transform:uppercase;color:#8B97A3;margin-bottom:10px}
.es-follow-row{display:flex;gap:10px;justify-content:center}
/* Adres uzun ve kirpilabiliyor; min-width:0 olmadan flex ogesi kendi
   icerigi kadar genisleyip kutuyu tasirdi. */
.es-feed-url{flex:1;min-width:0;font-family:'Nunito';font-weight:500;font-size:15px;color:#20303F;background:#FFFDF9;border:1px solid var(--rule);padding:14px 18px;border-radius:14px;outline:none;text-overflow:ellipsis}
.es-feed-url:focus{border-color:rgba(206,31,91,.4);background:#fff}
.es-feed-copy{flex:none;font-family:'Quicksand';font-weight:700;font-size:15px;color:#fff;background:linear-gradient(135deg,var(--accent,#CE1F5B),var(--accent-deep,#9E1342));border:none;padding:14px 24px;border-radius:14px;cursor:pointer;transition:background .25s}
.es-feed-copy--ok{background:linear-gradient(135deg,#7E9F45,#5F8030)}
.es-follow-status{font-family:'Nunito';font-weight:600;font-size:13.5px;color:#5F8030;margin-top:12px;min-height:1.2em}

/* ============ FOOTER ============ */
.es-footer{position:relative;background:radial-gradient(110% 130% at 12% 0%,#7A1340 0%,#3D0E24 46%,#220915 100%);color:#fff;overflow:hidden}
.es-footer-glow{position:absolute;bottom:-80px;left:-40px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(244,180,0,.14),transparent 68%);pointer-events:none}
.es-footer-inner{position:relative;max-width:1180px;margin:0 auto;padding:60px 24px 36px}
.es-footer-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}
.es-footer-logo{display:flex;align-items:center;gap:11px;text-decoration:none;color:#fff}
.es-footer-logo-img{height:30px;width:auto;display:block}
.es-footer-logo-text{font-family:'Quicksand';font-weight:700;font-size:21px}
.es-footer-tagline{font-family:'Nunito';font-weight:600;font-size:14px;color:rgba(255,255,255,.6);margin-left:6px}
.es-footer-links{display:flex;flex-wrap:wrap;gap:24px;font-family:'Nunito';font-weight:700;font-size:14px;color:rgba(255,255,255,.72)}
.es-footer-link{text-decoration:none;transition:color .2s;color:inherit}
.es-footer-link:hover{color:#fff}
.es-footer-link--active{color:#F4B6D2!important}
.es-footer-divider{height:1px;background:rgba(255,255,255,.14);margin:34px 0 24px}
.es-footer-bottom{display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between;font-family:'Nunito';font-weight:600;font-size:13px;color:rgba(255,255,255,.5)}

/* ============ READING OVERLAY ============ */
.es-overlay{position:fixed;inset:0;z-index:90;background:rgba(34,9,21,.44);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:flex-start;justify-content:center;padding:44px 20px;overflow-y:auto}
.es-sheet{position:relative;width:100%;max-width:740px;background:#FFFDF9;border-radius:24px;overflow:hidden;box-shadow:0 60px 120px -40px rgba(34,9,21,.62);animation:sheetIn .45s cubic-bezier(.2,.7,.2,1)}
.es-sheet-progress{position:sticky;top:0;z-index:6;height:2px;background:rgba(32,48,63,.08)}
.es-sheet-progress-bar{display:block;height:100%;width:0;background:var(--sheet-color,#CE1F5B);transition:width .1s linear}
.es-sheet-hero{position:relative;min-height:168px;padding:30px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}
.es-sheet-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,rgba(255,255,255,.12),rgba(32,9,21,.2))}
.es-sheet-ring{position:absolute;right:-60px;top:-80px;width:240px;height:240px;border-radius:50%;border:1px solid rgba(255,255,255,.3)}
.es-sheet-close{position:absolute;right:18px;top:18px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.94);color:#20303F;border:none;cursor:pointer;box-shadow:0 8px 18px -8px rgba(0,0,0,.4);transition:transform .2s}
.es-sheet-close:hover{transform:rotate(90deg)}
.es-sheet-tag{position:relative;z-index:2;align-self:flex-start;font-family:'Nunito';font-weight:800;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#fff;padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.45)}
.es-sheet-article{padding:44px clamp(24px,6vw,68px) 52px;max-width:660px;margin:0 auto}
.es-sheet-title{font-family:'Quicksand';font-weight:700;font-size:clamp(29px,4vw,42px);line-height:1.1;letter-spacing:-.025em;color:#20303F}
.es-sheet-meta{display:flex;align-items:center;gap:12px;margin-top:20px;padding-bottom:26px;border-bottom:1px solid var(--rule);font-family:'Nunito';font-weight:600;font-size:13px;color:var(--ink-muted)}
.es-sheet-meta .es-author{font-weight:800;color:#3D4A57}
.es-sheet-excerpt{font-family:'Nunito';font-weight:500;font-size:calc(19.5px * var(--read-scale,1));line-height:1.68;color:#3D4A57;margin-top:28px}
/* ---------------------------------------------------------
   ARTICLE BODY
   Written in the admin panel as rich text, so everything here
   is styled by element name — the editor emits no classes.

   Sizes inside the body are in em, not px: --read-scale is the
   reader's own font-size setting (the A− / A+ pill), so the whole
   article has to grow from one number.
   --------------------------------------------------------- */
.es-sheet-body{font-family:'Nunito';font-weight:400;font-size:calc(17px * var(--read-scale,1));line-height:1.82;color:#4C5965}
.es-sheet-body>*{margin-top:22px}
.es-sheet-body>*:first-child{margin-top:22px}
/* drop cap opens the article the way a printed essay would */
.es-sheet-body>p:first-child::first-letter{float:left;font-family:'Quicksand';font-weight:700;font-size:3.65em;line-height:.82;margin:6px 12px 0 0;color:var(--sheet-color,#CE1F5B)}

.es-sheet-body h2,.es-sheet-body h3,.es-sheet-body h4{font-family:'Quicksand';font-weight:700;color:#20303F;letter-spacing:-.02em;line-height:1.25}
.es-sheet-body h2{font-size:1.53em;margin-top:40px}
.es-sheet-body h3{font-size:1.235em;margin-top:32px}
.es-sheet-body h4{font-size:1.03em;margin-top:26px}
.es-sheet-body h2+*,.es-sheet-body h3+*,.es-sheet-body h4+*{margin-top:12px}

.es-sheet-body strong{font-weight:800;color:#3D4A57}
.es-sheet-body em{font-style:italic}
.es-sheet-body a{color:var(--sheet-color,#CE1F5B);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}
.es-sheet-body a:hover{text-decoration-thickness:2px}
.es-sheet-body mark,.es-sheet-body .es-mark{background:color-mix(in oklab,var(--sheet-color,#CE1F5B),#fff 86%);padding:0 3px;border-radius:3px;color:inherit}

.es-sheet-body ul,.es-sheet-body ol{padding-left:26px}
.es-sheet-body li{margin-top:9px}
.es-sheet-body li>ul,.es-sheet-body li>ol{margin-top:9px}
.es-sheet-body ul{list-style:disc}
.es-sheet-body ol{list-style:decimal}
.es-sheet-body li::marker{color:var(--sheet-color,#CE1F5B)}

.es-sheet-body blockquote{padding:4px 0 4px 24px;border-left:2px solid var(--sheet-color,#CE1F5B);color:#3D4A57;font-style:italic}
.es-sheet-body blockquote>*:first-child{margin-top:0}
.es-sheet-body hr{border:0;border-top:1px solid var(--rule);margin-top:34px}
.es-sheet-body code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;background:rgba(32,48,63,.06);padding:2px 6px;border-radius:5px}
.es-sheet-body pre{background:rgba(32,48,63,.05);padding:16px 18px;border-radius:11px;overflow-x:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82em;line-height:1.6}
.es-sheet-body pre code{background:none;padding:0}

/* the wrapper is added by js/richtext.js so a wide table scrolls
   inside its own box instead of stretching the whole page */
.es-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.es-sheet-body table{border-collapse:collapse;width:100%;min-width:420px;font-size:.88em;line-height:1.55}
.es-sheet-body th,.es-sheet-body td{border:1px solid var(--rule);padding:11px 14px;text-align:left;vertical-align:top}
.es-sheet-body th{font-family:'Quicksand';font-weight:700;color:#20303F;background:color-mix(in oklab,var(--sheet-color,#CE1F5B),#fff 94%)}
.es-sheet-body tbody tr:nth-child(even){background:rgba(32,48,63,.025)}
.es-sheet-body caption{caption-side:bottom;padding-top:10px;font-size:.79em;color:var(--ink-muted)}

/* ---------------------------------------------------------
   READING SIZE
   A− / Aa / A+ pill. It lives on <body>, not inside the overlay:
   the overlay has a backdrop-filter, which would make a fixed
   child scroll away with the article instead of staying put.
   --------------------------------------------------------- */
.es-read-size{
  position:fixed;right:22px;bottom:22px;z-index:95;
  display:inline-flex;align-items:center;gap:3px;padding:5px;
  border-radius:99px;border:1px solid rgba(32,48,63,.1);background:rgba(255,253,249,.95);
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  box-shadow:0 14px 30px -12px rgba(34,9,21,.55);
  animation:sizeIn .3s cubic-bezier(.2,.7,.2,1);
}
@keyframes sizeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.es-read-btn{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;padding:0;border:none;border-radius:50%;
  background:transparent;cursor:pointer;
  font-family:'Quicksand';font-weight:700;color:#3D4A57;
  transition:background .15s,color .15s;
}
.es-read-btn:hover:not([disabled]){background:color-mix(in oklab,var(--sheet-color,#CE1F5B),#fff 88%);color:var(--sheet-color,#CE1F5B)}
.es-read-btn[disabled]{opacity:.3;cursor:default}
.es-read-btn--down{font-size:13px}
.es-read-btn--reset{font-size:14px;color:var(--ink-muted)}
.es-read-btn--up{font-size:19px}
.es-sheet-pull{position:relative;margin:38px 0 34px;padding:6px 0 6px 30px;border-left:2px solid var(--sheet-color,#CE1F5B);font-family:'Quicksand';font-weight:700;font-size:clamp(20px,2.4vw,26px);line-height:1.36;letter-spacing:-.015em;color:#20303F}
.es-sheet-pull::before{content:'“';position:absolute;left:24px;top:-18px;font-family:'Quicksand';font-size:64px;line-height:1;color:var(--sheet-color,#CE1F5B);opacity:.16}
.es-sheet-footer{margin-top:42px;padding-top:30px;border-top:1px solid var(--rule);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}
.es-sheet-footer-text{font-family:'Nunito';font-weight:500;font-size:15px;color:#5C6A78}
.es-btn-getapp{display:inline-flex;align-items:center;gap:8px;font-family:'Quicksand';font-weight:700;font-size:15px;color:#fff;text-decoration:none;background:linear-gradient(135deg,var(--accent,#CE1F5B),var(--accent-deep,#9E1342));padding:13px 24px;border-radius:99px;box-shadow:0 14px 28px -12px rgba(206,31,91,.6);transition:transform .2s,box-shadow .2s}
.es-btn-getapp:hover{transform:translateY(-2px);box-shadow:0 20px 34px -12px rgba(206,31,91,.7)}
.es-btn-getapp svg{transition:transform .3s cubic-bezier(.2,.7,.2,1)}
.es-btn-getapp:hover svg{transform:translateX(4px)}

/* =========================================================
   COMMENTS
   Same editorial language as the article: hairlines instead of
   boxes, the post's category colour as the only accent.
   ========================================================= */

.es-comments{margin-top:52px;padding-top:34px;border-top:1px solid var(--rule)}
.es-comments-head{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}
.es-comments-title{font-family:'Quicksand';font-weight:700;font-size:22px;letter-spacing:-.02em;color:#20303F}
.es-comments-count{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-muted)}
.es-comments-loading,.es-comments-empty{padding:26px 0;text-align:center;color:var(--ink-muted);font-size:14.5px}

/* ---- form ---- */

.es-comment-form{margin-bottom:30px}
.es-comment-fields{display:flex;flex-direction:column;gap:9px}
.es-comment-name,.es-comment-text{
  width:100%;font-family:'Nunito';font-size:15px;color:#20303F;
  background:#fff;border:1px solid var(--rule);border-radius:12px;padding:11px 14px;
  transition:border-color .18s,box-shadow .18s;
}
.es-comment-name{max-width:280px;font-weight:700}
.es-comment-text{resize:vertical;min-height:84px;line-height:1.6}
.es-comment-name:focus,.es-comment-text:focus{
  outline:none;border-color:var(--sheet-color,#CE1F5B);
  box-shadow:0 0 0 3px color-mix(in oklab,var(--sheet-color,#CE1F5B),transparent 90%);
}
.es-comment-name::placeholder,.es-comment-text::placeholder{color:#A9B2BC;font-weight:400}

.es-comment-actions{display:flex;align-items:center;gap:12px;margin-top:11px}
.es-comment-msg{flex:1;font-size:13px;color:var(--ink-muted)}
.es-comment-msg--err{color:#CE1F5B;font-weight:700}
.es-comment-submit{
  font-family:'Quicksand';font-weight:700;font-size:14.5px;color:#fff;cursor:pointer;
  background:var(--sheet-color,#CE1F5B);border:0;border-radius:99px;padding:10px 22px;
  transition:filter .18s,transform .12s;
}
.es-comment-submit:hover{filter:brightness(.92)}
.es-comment-submit:active{transform:translateY(1px)}
.es-comment-submit[disabled]{opacity:.55;cursor:not-allowed}
.es-comment-cancel{
  font-family:'Nunito';font-weight:700;font-size:13.5px;color:var(--ink-muted);
  background:none;border:0;cursor:pointer;padding:8px 4px;
}
.es-comment-cancel:hover{color:#20303F}

/* ---- list ---- */

.es-comment{padding:18px 0;border-top:1px solid var(--rule-soft)}
.es-comment:first-child{border-top:0}
.es-comment-main{display:flex;gap:13px}
.es-comment-avatar{
  flex:none;width:38px;height:38px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-family:'Quicksand';font-weight:700;font-size:13.5px;letter-spacing:.02em;
  color:hsl(var(--avatar-hue,340) 55% 32%);
  background:hsl(var(--avatar-hue,340) 62% 93%);
}
.es-comment-content{flex:1;min-width:0}
.es-comment-meta{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}
.es-comment-author{font-family:'Quicksand';font-weight:700;font-size:15px;color:#20303F}
.es-comment-time{font-size:12.5px;color:var(--ink-muted)}
.es-comment-body{margin-top:5px;font-size:15px;line-height:1.65;color:#3C4A57;overflow-wrap:anywhere}

.es-comment-tools{display:flex;align-items:center;gap:6px;margin-top:9px}
.es-vote{
  display:inline-flex;align-items:center;gap:6px;cursor:pointer;
  font-family:'Nunito';font-weight:700;font-size:13px;color:var(--ink-muted);
  background:none;border:1px solid transparent;border-radius:99px;padding:5px 11px;
  transition:background .16s,color .16s,border-color .16s;
}
.es-vote:hover{background:rgba(32,48,63,.05);color:#20303F}
.es-vote--on{color:var(--sheet-color,#CE1F5B);border-color:color-mix(in oklab,var(--sheet-color,#CE1F5B),transparent 78%);background:color-mix(in oklab,var(--sheet-color,#CE1F5B),transparent 94%)}
.es-vote--down.es-vote--on{color:#5C6A78;border-color:rgba(32,48,63,.22);background:rgba(32,48,63,.06)}
.es-vote svg{flex:none}

.es-reply-btn{
  display:inline-flex;align-items:center;gap:6px;cursor:pointer;margin-left:2px;
  font-family:'Nunito';font-weight:700;font-size:13px;color:var(--ink-muted);
  background:none;border:0;padding:5px 8px;border-radius:99px;transition:background .16s,color .16s;
}
.es-reply-btn:hover{background:rgba(32,48,63,.05);color:#20303F}

.es-reply-slot{display:none}
.es-reply-slot--open{display:block;margin-top:14px;padding-left:14px;border-left:2px solid color-mix(in oklab,var(--sheet-color,#CE1F5B),transparent 72%)}
.es-reply-note{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--sheet-color,#CE1F5B);margin-bottom:9px}

/* Yanıtlar sola hizalı ince bir çizgiyle iç içe geçer. */
.es-comment-children{margin-left:19px;padding-left:19px;border-left:1px solid var(--rule-soft)}
.es-comment--reply{padding:15px 0}
.es-comment--reply .es-comment-avatar{width:31px;height:31px;font-size:12px}
.es-comment--reply .es-comment-author{font-size:14px}
.es-comment--reply .es-comment-body{font-size:14.5px}

/* ============ MOBILE HEADER MENU ============ */
.es-nav-toggle{display:none;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex:0 0 auto;width:44px;height:44px;padding:0;border:1px solid rgba(206,31,91,.16);border-radius:14px;background:#fff;cursor:pointer;box-shadow:0 10px 22px -16px rgba(159,19,66,.7)}
.es-nav-toggle-bar{display:block;width:18px;height:2px;border-radius:2px;background:var(--accent,#CE1F5B);transition:transform .26s cubic-bezier(.2,.7,.2,1),opacity .18s}
.es-nav-toggle[aria-expanded="true"] .es-nav-toggle-bar:nth-child(1){transform:translateY(6px) rotate(45deg)}
.es-nav-toggle[aria-expanded="true"] .es-nav-toggle-bar:nth-child(2){opacity:0}
.es-nav-toggle[aria-expanded="true"] .es-nav-toggle-bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.es-mobile-nav{display:none;flex-direction:column;padding:4px 20px 18px;border-top:1px solid rgba(206,31,91,.08);animation:rise .28s cubic-bezier(.2,.7,.2,1) both}
.es-mobile-link{font-family:'Nunito';font-weight:700;font-size:16px;color:#3D4A57;text-decoration:none;padding:14px 4px;border-bottom:1px solid rgba(206,31,91,.07)}
.es-mobile-link--active{color:var(--accent,#CE1F5B)}
.es-mobile-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-family:'Quicksand';font-weight:700;font-size:16px;color:#fff;text-decoration:none;background:linear-gradient(135deg,var(--accent,#CE1F5B),var(--accent-deep,#9E1342));padding:15px 20px;border-radius:99px;box-shadow:0 14px 26px -12px rgba(206,31,91,.6)}

/* =========================================================
   PAYLASIM CUBUGU
   Marka renkleri yalnizca uzerine gelince beliriyor: sayfanin sakin
   tonunu alti tane parlak logo bozmasin.
========================================================= */
.es-share{margin-top:40px;padding-top:26px;border-top:1px solid var(--rule)}
.es-share-label{display:block;font-family:'Nunito';font-weight:800;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-muted)}
.es-share-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.es-share-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid var(--rule);border-radius:50%;background:#FFFDF9;color:#5C6A78;cursor:pointer;text-decoration:none;transition:color .2s,border-color .2s,background .2s,transform .2s}
.es-share-btn svg{width:18px;height:18px;display:block}
.es-share-btn:hover{transform:translateY(-2px);border-color:currentColor}
.es-share-btn--x:hover{color:#000}
.es-share-btn--facebook:hover{color:#1877F2}
.es-share-btn--whatsapp:hover{color:#25D366}
.es-share-btn--reddit:hover{color:#FF4500}
.es-share-btn--mail:hover,.es-share-btn--more:hover{color:var(--sheet-color,#CE1F5B)}
.es-share-btn--copy:hover{color:var(--sheet-color,#CE1F5B)}
/* Kopyalandi geri bildirimi: dugme yesile donuyor, yaninda yazi beliriyor. */
.es-share--copied .es-share-btn--copy{color:#1B7A4B;border-color:#1B7A4B;background:#EAF6EE}
.es-share-durum{display:inline-block;margin-top:10px;font-family:'Nunito';font-weight:700;font-size:13px;color:#1B7A4B;opacity:0;transform:translateY(-4px);transition:opacity .2s,transform .2s}
.es-share--copied .es-share-durum{opacity:1;transform:none}

/* =========================================================
   TEK YAZI SAYFASI  (/blog/<id>/)
   Uretilen statik sayfalar okuma katmaniyla ayni tipografiyi kullanir,
   ama katman degil normal sayfa akisindadir: es-overlay'in fixed
   yerlesimi ve blur'u burada yok.
========================================================= */
.es-postpage{max-width:780px;margin:0 auto;padding:34px 20px 90px}
.es-sheet--page{box-shadow:0 40px 90px -50px rgba(34,9,21,.42);border:1px solid rgba(32,48,63,.06);animation:none}
/* Katmanda ilerleme cubugu sheet'in tepesine yapisirdi; burada sayfanin
   ustunde duran baslik cubugunun altina oturmasi gerekiyor. */
.es-sheet--page .es-sheet-progress{top:0}

.es-postnav{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}
.es-postnav-link{display:flex;flex-direction:column;gap:6px;padding:18px 20px;border:1px solid var(--rule);border-radius:18px;background:#FFFDF9;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s}
.es-postnav-link:hover{border-color:rgba(206,31,91,.34);transform:translateY(-2px);box-shadow:0 18px 34px -24px rgba(34,9,21,.5)}
.es-postnav-link--sonraki{grid-column:2;text-align:right}
.es-postnav-yon{font-family:'Nunito';font-weight:800;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent,#CE1F5B)}
.es-postnav-baslik{font-family:'Quicksand';font-weight:700;font-size:16px;line-height:1.32;color:#20303F}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width:860px){
  [id]{scroll-margin-top:76px}
  .es-header-inner{padding:11px 18px;gap:14px}
  .es-btn-download{display:none}
  .es-nav-toggle{display:flex}
  .es-mobile-nav:not([hidden]){display:flex}
}

@media (max-width:900px){
  /* stack the featured story, colour panel on top so it still leads the eye */
  .es-featured{grid-template-columns:1fr}
  .es-featured-panel{order:-1;min-height:190px}
  .es-featured-ring{right:-90px;top:-110px}
}

@media (max-width:720px){
  .es-pad{padding-left:20px!important;padding-right:20px!important}
  .es-journal-hero{padding-top:64px}
  .es-journal-sub{margin-top:16px}
  .es-journal-meta{margin-top:24px;padding-top:18px;font-size:11px;gap:10px}
  .es-grid{gap:18px}

  /* tabs scroll sideways instead of wrapping into a block */
  .es-chips{flex-wrap:nowrap;justify-content:flex-start;gap:24px;overflow-x:auto;margin-bottom:34px;scrollbar-width:none}
  .es-chips::-webkit-scrollbar{display:none}
  .es-tab{white-space:nowrap;flex:0 0 auto}

  .es-featured-excerpt{font-size:16.5px;margin-top:14px}
  .es-featured-foot{margin-top:24px;padding-top:18px}

  .es-card-body{padding:24px 22px 22px}
  .es-card-title{font-size:20px;margin-top:17px}
  .es-card-arrow{opacity:1;transform:none}

  .es-follow{border-radius:22px}
  .es-follow-sub{font-size:16px}
  /* Dar ekranda dugme tam genislik: eskiden formun girisi ve dugmesi de
     boyle davraniyordu, ayni ritim korunuyor. */
  .es-btn-follow{display:flex;width:100%;justify-content:center}
  /* Dar ekranda adres ve "Copy" yan yana sigmiyor; adres okunamayacak
     kadar kirpiliyordu. */
  .es-follow-row{flex-direction:column}
  .es-feed-copy{width:100%}

  /* reading overlay becomes a full-screen sheet */
  .es-overlay{padding:0}
  .es-sheet{max-width:none;border-radius:0;min-height:100%}
  .es-sheet-hero{min-height:146px;padding:22px}
  .es-sheet-article{padding:30px 20px 44px}

  /* Paylaşım: dokunma hedefi 44px'in altına inmemeli. Yedi düğme dar
     ekrana tek satıra sığmaz; sıkıştırmak yerine alt satıra sarılıyor. */
  .es-share-btn{width:44px;height:44px}
  .es-share-row{gap:9px}

  /* Tek yazı sayfası: kart dar ekranda kenarlara yaslanır ama sayfa
     akışında kaldığı için min-height verilmez. */
  .es-postpage{padding:0 0 60px}
  .es-sheet--page{border:0;border-radius:0;min-height:0}
  .es-postnav{grid-template-columns:1fr;gap:12px;margin:22px 20px 0}
  .es-postnav-link--sonraki{grid-column:1;text-align:left}
  .es-sheet-excerpt{font-size:calc(18px * var(--read-scale,1));margin-top:22px}
  .es-sheet-body{font-size:calc(16.5px * var(--read-scale,1));line-height:1.78}
  .es-sheet-body>p:first-child::first-letter{font-size:3.15em;margin-right:10px}
  .es-sheet-body h2{font-size:1.394em;margin-top:34px}
  .es-sheet-body h3{font-size:1.152em;margin-top:28px}
  .es-sheet-body table{font-size:.848em}
  .es-sheet-body th,.es-sheet-body td{padding:9px 11px}

  /* parmakla rahat basılsın: 44px hedef, ekranın alt köşesinde */
  .es-read-size{right:14px;bottom:14px;padding:4px;gap:2px}
  .es-read-btn{width:44px;height:44px}
  .es-read-btn--down{font-size:14px}
  .es-read-btn--reset{font-size:15px}
  .es-read-btn--up{font-size:21px}
  .es-sheet-pull{margin:30px 0 26px;padding-left:22px}
  .es-sheet-footer{margin-top:34px;gap:14px}
  .es-btn-getapp{width:100%;justify-content:center}

  .es-footer-inner{padding:48px 20px 30px}
  .es-footer-top{gap:16px}
  .es-footer-tagline{margin-left:0;flex-basis:100%}
  .es-footer-links{gap:16px 20px}
  .es-footer-bottom{gap:8px}
}

@media (max-width:480px){
  .es-logo-img{height:30px}
  .es-logo-text{font-size:20px}
  .es-masthead-rule{max-width:40px}
  .es-tab{font-size:13.5px}
  .es-footer-links{gap:14px 18px;font-size:13.5px}
}
