/* Shared article styling, dark theme */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,450;0,9..144,600;1,9..144,400&family=Outfit:wght@400;500;600&family=Source+Sans+3:ital,wght@0,400;0,500;0,600;1,400&display=swap');

*,*::before,*::after{box-sizing:border-box}
body{margin:0;font-family:"Source Sans 3",system-ui,sans-serif;font-size:1.075rem;line-height:1.78;color:#d4d6de;background:#040610;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(ellipse 90% 60% at 50% -10%,rgba(46,196,182,.12),transparent 55%),linear-gradient(180deg,#040610,#070a12 60%,#040610);pointer-events:none}
a{color:#2ec4b6;text-decoration:none}a:hover{text-decoration:underline}
::selection{background:rgba(46,196,182,.28);color:#fff}

.article-shell{max-width:740px;margin:0 auto;padding:3.5rem 1.5rem 5rem}

.back-link{display:inline-flex;align-items:center;gap:.4rem;font-family:"Outfit",sans-serif;font-size:.85rem;font-weight:500;color:#7c8198;margin-bottom:2.5rem;text-decoration:none;transition:color .2s}
.back-link:hover{color:#2ec4b6;text-decoration:none}

.article-header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08)}
.article-kicker{font-family:"Outfit",sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#c9a962;margin-bottom:.75rem;display:block}
.article-title{font-family:"Fraunces",Georgia,serif;font-size:clamp(1.85rem,4vw,2.7rem);font-weight:600;letter-spacing:-.03em;line-height:1.12;color:#f4f5f8;margin:0 0 1rem}
.article-meta{display:flex;flex-wrap:wrap;gap:1rem;font-family:"Outfit",sans-serif;font-size:.8rem;color:#6b7289;font-weight:500}
.article-meta span{display:inline-flex;align-items:center;gap:.35rem}

.article-cover{width:calc(100% + 3rem);margin-left:-1.5rem;margin-bottom:2.5rem;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.06)}
.article-cover img{display:block;width:100%;height:auto;object-fit:cover}

.article-body h2{font-family:"Fraunces",Georgia,serif;font-size:1.45rem;font-weight:600;letter-spacing:-.02em;color:#eef0f5;margin:2.5rem 0 .85rem;padding-left:1rem;border-left:3px solid #2ec4b6}
.article-body h3{font-family:"Outfit",sans-serif;font-size:1.12rem;font-weight:600;color:#d8dae2;margin:2rem 0 .6rem}
.article-body p{margin:0 0 1.35rem}
.article-body strong{color:#eef0f5;font-weight:600}
.article-body ul,.article-body ol{margin:1rem 0 1.5rem;padding-left:1.75rem}
.article-body li{margin-bottom:.55rem;color:#b0b4c4}
.article-body li strong{color:#d8dae2}
.article-body blockquote{margin:2rem 0;padding:1.25rem 1.5rem;border-left:3px solid #c9a962;background:rgba(255,255,255,.03);border-radius:0 10px 10px 0;color:#c8cad4;font-style:italic}
.article-body .highlight-box{margin:2rem 0;padding:1.5rem 1.75rem;border-radius:12px;border:1px solid rgba(46,196,182,.2);background:rgba(46,196,182,.05)}
.article-body .highlight-box h3{margin-top:0;color:#2ec4b6;border:none;padding-left:0}

.article-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);font-family:"Outfit",sans-serif;font-size:.85rem;color:#6b7289;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.article-footer a{color:#2ec4b6;font-weight:500}
