@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;600&display=swap');

:root{
  --bg:#07090d; --bg-soft:#0d1118; --surface:#111722; --surface-2:#161e2b;
  --line:#273244; --text:#f4f7fb; --muted:#9aa7b9; --dim:#667386;
  --orange:#ff6a00; --orange-2:#ff9b45; --green:#32f5a4; --red:#ff4d5f;
  --shadow:0 24px 80px rgba(0,0,0,.34); --max:1180px; --radius:24px;
  --sans:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --mono:'JetBrains Mono',ui-monospace,SFMono-Regular,Menlo,monospace;
}
*{box-sizing:border-box} html{font-size:16px;-webkit-font-smoothing:antialiased} body{margin:0;background:radial-gradient(circle at 20% 0%,rgba(255,106,0,.18),transparent 34rem),radial-gradient(circle at 85% 10%,rgba(50,245,164,.09),transparent 28rem),var(--bg);color:var(--text);font-family:var(--sans);line-height:1.65} a{color:inherit;text-decoration:none} img{display:block;max-width:100%;height:auto}.page-shell{overflow:hidden}.site-header{position:sticky;top:0;z-index:50;background:rgba(7,9,13,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.header-inner{max-width:var(--max);margin:auto;padding:16px 24px;display:flex;align-items:center;gap:24px;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,var(--orange),#c93e00);box-shadow:0 14px 34px rgba(255,106,0,.26)}.brand-mark svg{width:30px;height:34px;fill:none}.brand-mark path:first-child{fill:rgba(0,0,0,.16);stroke:#fff;stroke-width:1.8}.brand-mark path:last-child{stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-copy strong{font-size:1.08rem;letter-spacing:.01em}.brand-copy em{font-style:normal;color:var(--muted);font-family:var(--mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.site-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:22px}.site-nav a{color:var(--muted);font-size:.95rem;font-weight:600}.site-nav a:hover{color:var(--orange-2)}.header-cta,.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800;letter-spacing:-.01em}.header-cta,.btn-primary{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#130903;padding:12px 18px;box-shadow:0 14px 32px rgba(255,106,0,.2)}.btn-secondary{border:1px solid var(--line);color:var(--text);padding:12px 18px;background:rgba(255,255,255,.03)}.hero{max-width:var(--max);margin:0 auto;padding:86px 24px 48px;display:block}.hero-copy h1{font-size:clamp(3rem,8vw,6.9rem);line-height:.88;letter-spacing:-.08em;margin:12px 0 24px;max-width:900px}.hero-copy p{font-size:1.18rem;color:var(--muted);max-width:670px}.kicker{margin:0;color:var(--green);font-family:var(--mono);font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-panel{position:relative;align-self:end;min-height:360px;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:28px;background:linear-gradient(180deg,rgba(22,30,43,.94),rgba(13,17,24,.94));box-shadow:var(--shadow);overflow:hidden}.hero-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:26px 26px;mask-image:linear-gradient(#000,transparent 85%)}.pulse{position:relative;display:block;width:14px;height:14px;border-radius:50%;background:var(--green);box-shadow:0 0 0 12px rgba(50,245,164,.12),0 0 45px rgba(50,245,164,.7)}.panel-label{position:relative;margin:38px 0 8px;color:var(--muted);font-family:var(--mono);text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.hero-panel h2{position:relative;font-size:2rem;line-height:1.05;margin:0 0 22px}.hero-panel ul{position:relative;margin:0;padding:0;list-style:none}.hero-panel li{padding:14px 0;border-top:1px solid rgba(255,255,255,.1);color:var(--muted)}.featured-article,.post-feed,.archive-header,.error-page,.subscribe-section,.site-footer{max-width:var(--max);margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.featured-article{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:20px}.featured-media,.post-card-image{background:var(--surface);border-radius:var(--radius);overflow:hidden;border:1px solid rgba(255,255,255,.08)}.featured-media img,.post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.featured-media{min-height:390px}.featured-copy{border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:34px;background:linear-gradient(180deg,rgba(17,23,34,.94),rgba(13,17,24,.94))}.tag-pill{display:inline-flex;color:var(--orange-2);border:1px solid rgba(255,106,0,.28);background:rgba(255,106,0,.08);padding:6px 10px;border-radius:999px;font-family:var(--mono);font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.featured-copy .tag-pill{margin-top:18px}.featured-copy h2{font-size:clamp(2rem,4vw,3.6rem);line-height:.98;letter-spacing:-.055em;margin:20px 0}.featured-copy p,.post-card p,.archive-header p,.subscribe-card p,.site-footer p,.error-page p{color:var(--muted)}.meta-line{display:flex;gap:9px;align-items:center;flex-wrap:wrap;color:var(--dim);font-family:var(--mono);font-size:.82rem}.meta-line.small{font-size:.78rem}.topic-band{max-width:var(--max);margin:42px auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.topic-band a{border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px;background:rgba(255,255,255,.03);font-weight:800;color:var(--muted)}.topic-band a:hover{color:var(--text);border-color:rgba(255,106,0,.5)}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.section-heading h2{font-size:2.2rem;margin:0;letter-spacing:-.04em}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.post-card{border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);background:rgba(17,23,34,.72);overflow:hidden;box-shadow:0 10px 34px rgba(0,0,0,.18)}.post-card:hover img{transform:scale(1.04)}.post-card-image{display:block;height:210px;border-radius:0;border:0}.post-card-body{padding:22px}.post-card h2,.post-card h3{font-size:1.35rem;line-height:1.15;margin:14px 0 10px;letter-spacing:-.035em}.post-card p{font-size:.95rem}.pagination{margin:42px 0 10px;display:flex;justify-content:center;gap:12px;color:var(--muted)}.post-full{max-width:var(--max);margin:0 auto;padding:70px 24px 0}.post-hero{max-width:880px;margin:0 auto 30px;text-align:center}.post-hero h1{font-size:clamp(2.8rem,7vw,6.1rem);line-height:.9;letter-spacing:-.075em;margin:18px 0}.post-hero>p{color:var(--muted);font-size:1.18rem}.post-byline{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--dim);font-family:var(--mono);font-size:.84rem}.post-byline img{width:32px;height:32px;border-radius:50%}.post-feature{margin:36px 0 44px;border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow)}.post-feature img{width:100%}.content-layout{display:grid;grid-template-columns:260px minmax(0,760px);gap:48px;align-items:start;justify-content:center}.content-layout.single{display:block;max-width:780px;margin:auto}.post-aside{position:sticky;top:110px;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:20px;background:rgba(255,255,255,.03)}.post-aside p:last-child{color:var(--muted);font-size:.92rem}.gh-content{font-size:1.08rem;color:#dfe6ef}.gh-content a{color:var(--orange-2);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.gh-content h2,.gh-content h3{color:var(--text);line-height:1.1;letter-spacing:-.04em;margin:2.2em 0 .7em}.gh-content h2{font-size:2rem}.gh-content h3{font-size:1.45rem}.gh-content p,.gh-content ul,.gh-content ol,.gh-content blockquote{margin:0 0 1.3em}.gh-content pre{background:#05070a;border:1px solid var(--line);border-radius:18px;padding:18px;overflow:auto}.gh-content code{font-family:var(--mono);font-size:.9em}.gh-content blockquote{border-left:3px solid var(--orange);padding-left:18px;color:var(--muted)}.post-tags{display:flex;gap:10px;flex-wrap:wrap;margin:34px 0}.post-tags a{color:var(--orange-2);font-family:var(--mono);font-size:.8rem}.archive-header{text-align:center;padding-top:74px;padding-bottom:34px}.archive-header h1,.error-page h1{font-size:clamp(2.7rem,7vw,5.3rem);line-height:.92;letter-spacing:-.07em;margin:12px 0}.archive-header span{color:var(--dim);font-family:var(--mono)}.author-avatar{width:92px;height:92px;border-radius:50%;margin:0 auto 18px;border:2px solid var(--orange)}.subscribe-section{padding-top:80px;padding-bottom:42px}.subscribe-card{border:1px solid rgba(255,255,255,.1);border-radius:30px;background:linear-gradient(135deg,rgba(255,106,0,.12),rgba(17,23,34,.96) 44%,rgba(50,245,164,.08));padding:42px;text-align:center}.subscribe-card h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1;letter-spacing:-.055em;margin:14px auto;max-width:850px}.subscribe-form{display:flex;gap:10px;justify-content:center;max-width:560px;margin:26px auto 0}.subscribe-input{flex:1;min-width:0;background:#080b10;border:1px solid var(--line);border-radius:999px;color:var(--text);padding:14px 18px;font:inherit}.member-note{font-family:var(--mono)}.site-footer{display:flex;justify-content:space-between;gap:24px;padding-top:36px;padding-bottom:46px;border-top:1px solid rgba(255,255,255,.08);color:var(--muted)}.footer-meta{font-family:var(--mono);font-size:.8rem}.error-page{text-align:center;padding-top:100px;padding-bottom:120px}
@media (max-width: 900px){.header-inner{align-items:flex-start}.site-nav{display:none}.hero,.featured-article,.content-layout{grid-template-columns:1fr}.hero{padding-top:54px}.hero-panel{min-height:280px}.post-grid,.topic-band{grid-template-columns:1fr 1fr}.post-aside{position:relative;top:0}.site-footer{display:block}.featured-media{min-height:280px}}
@media (max-width: 620px){.header-cta{display:none}.brand-copy em{display:none}.hero-copy h1{font-size:3.15rem}.post-grid,.topic-band{grid-template-columns:1fr}.featured-copy,.subscribe-card{padding:24px}.subscribe-form{display:block}.subscribe-input{width:100%;margin-bottom:10px}.post-hero h1{font-size:3rem}.post-full{padding-top:44px}}

/* Ghost Koenig editor width helpers required by theme validation */
.gh-content .kg-width-wide {
  width: min(100vw - 48px, 1040px);
  max-width: 1040px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.gh-content .kg-width-full {
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.gh-content .kg-width-wide img,
.gh-content .kg-width-full img,
.gh-content .kg-width-wide video,
.gh-content .kg-width-full video {
  width: 100%;
  height: auto;
}

.gh-content .kg-width-full img,
.gh-content .kg-width-full video {
  border-radius: 0;
}

.gh-content figure.kg-width-wide,
.gh-content figure.kg-width-full {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}
