/* blog.css — /blog launch post */

.page-wrap { max-width: 720px; margin: 0 auto; padding: 0 2rem 6rem; }

/* Back link */
.back-row { padding: 2.5rem 0 0; }
.back-link { font-family: var(--mono); font-size: 0.78rem; color: var(--text-muted); text-decoration: none; transition: color 0.15s; }
.back-link:hover { color: var(--accent); }

/* Hero — CSS-generated abstract scene */
.blog-hero-wrap { padding: 2.5rem 0 0; }
.blog-hero-css {
  position: relative; width: 100%; height: 380px; border-radius: 12px;
  border: 1px solid var(--border); overflow: hidden;
  background: radial-gradient(ellipse at 30% 50%, #0d1a2e 0%, #080c10 70%);
}
.hero-grid-lines { position: absolute; inset: 0; display: flex; justify-content: space-around; pointer-events: none; }
.grid-line { width: 1px; height: 100%; background: linear-gradient(180deg, transparent, rgba(255,180,0,0.07) 30%, rgba(255,180,0,0.04) 70%, transparent); }
.hero-browser {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 580px; background: #0d1117; border: 1px solid rgba(255,180,0,0.25); border-radius: 12px;
  box-shadow: 0 0 60px rgba(255,180,0,0.12), 0 24px 80px rgba(0,0,0,0.6);
  overflow: hidden;
}
.browser-bar { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1rem; background: #161b22; border-bottom: 1px solid #21262d; }
.browser-dots { display: flex; gap: 0.4rem; }
.browser-dots span { width: 10px; height: 10px; border-radius: 50%; background: #21262d; }
.browser-url { font-family: var(--mono); font-size: 0.7rem; color: var(--text-dim); background: #080c10; border: 1px solid #21262d; border-radius: 4px; padding: 0.2rem 0.6rem; }
.browser-content { padding: 1.25rem 1.5rem; display: flex; flex-direction: column; gap: 0.875rem; }
.bc-section { height: 10px; background: #161b22; border-radius: 4px; }
.bc-1 { width: 65%; }
.bc-2 { width: 45%; }
.bc-3 { width: 80%; }
.bc-change { background: #0a0f18; border: 1px solid rgba(255,180,0,0.3); border-radius: 8px; padding: 1rem; }
.change-label { font-family: var(--mono); font-size: 0.65rem; color: var(--accent); letter-spacing: 0.08em; margin-bottom: 0.625rem; }
.change-blocks { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.cb-block { width: 48px; height: 28px; border-radius: 5px; }
.cb-old { background: rgba(255,180,0,0.15); border: 1px solid rgba(255,180,0,0.3); }
.cb-new { background: rgba(255,180,0,0.25); border: 1px solid rgba(255,180,0,0.5); }
.cb-arrow { font-family: var(--mono); font-size: 0.75rem; color: var(--text-dim); }
.change-alert { font-family: var(--mono); font-size: 0.65rem; color: var(--text-dim); display: flex; align-items: center; gap: 0.4rem; }
.alert-dot { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 6px #22c55e; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; }
.hero-orb-1 { width: 200px; height: 200px; top: 10%; right: 10%; background: rgba(255,180,0,0.08); }
.hero-orb-2 { width: 140px; height: 140px; bottom: 15%; left: 8%; background: rgba(255,180,0,0.05); }

/* Article header */
.blog-header { padding: 2rem 0 1.5rem; }
.blog-eyebrow { font-family: var(--mono); font-size: 0.72rem; color: var(--accent); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem; }
.blog-title { font-family: var(--head); font-size: clamp(1.875rem, 4vw, 2.5rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; color: var(--text); margin-bottom: 1.25rem; }
.blog-byline { font-family: var(--mono); font-size: 0.75rem; color: var(--text-dim); }

/* Body copy */
.blog-body { font-size: 1.0625rem; line-height: 1.75; color: var(--text-muted); padding-top: 0.5rem; }
.blog-body p { margin-bottom: 1.5rem; }
.blog-body p:last-child { margin-bottom: 0; }

.blog-body h2 { font-family: var(--head); font-size: 1.5rem; font-weight: 700; color: var(--text); margin: 2.5rem 0 1rem; letter-spacing: -0.02em; }
.blog-body h3 { font-family: var(--head); font-size: 1.125rem; font-weight: 700; color: var(--text); margin: 2rem 0 0.75rem; }

.blog-body strong { color: var(--text); font-weight: 600; }
.blog-body em { color: var(--text); font-style: italic; }

.blog-body ul, .blog-body ol { margin: 0 0 1.5rem 1.5rem; }
.blog-body li { margin-bottom: 0.5rem; }
.blog-body li::marker { color: var(--accent); }

.blog-body blockquote {
  border-left: 3px solid var(--accent);
  margin: 2rem 0;
  padding: 0.75rem 1.5rem;
  background: var(--surface);
  border-radius: 0 8px 8px 0;
}
.blog-body blockquote p { color: var(--text); margin-bottom: 0; font-style: italic; }

.blog-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.blog-body a:hover { opacity: 0.8; }

.blog-body code { font-family: var(--mono); font-size: 0.875em; background: var(--surface); border: 1px solid var(--border); padding: 0.1em 0.4em; border-radius: 4px; color: var(--accent); }
.blog-body pre { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem 1.5rem; margin: 1.5rem 0; overflow-x: auto; }
.blog-body pre code { background: none; border: none; padding: 0; color: var(--text-muted); font-size: 0.875rem; }

.blog-body hr { border: none; border-top: 1px solid var(--border); margin: 2.5rem 0; }

/* Feature callout grid */
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5rem 0 2rem; }
.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1.25rem;
}
.feature-card h3 { font-family: var(--head); font-size: 0.9375rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
.feature-card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.feature-card .feature-icon { font-size: 1.5rem; margin-bottom: 0.75rem; display: block; }

/* Social share */
.share-row { display: flex; align-items: center; gap: 1rem; padding: 2rem 0 0; border-top: 1px solid var(--border); margin-top: 2.5rem; }
.share-label { font-family: var(--mono); font-size: 0.75rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.08em; }
.share-btn {
  font-family: var(--mono); font-size: 0.78rem; font-weight: 500; color: var(--text); background: var(--surface); border: 1px solid var(--border); border-radius: 100px; padding: 0.5rem 1.25rem; text-decoration: none; cursor: pointer; transition: border-color 0.2s, color 0.2s; display: inline-flex; align-items: center; gap: 0.4rem;
}
.share-btn:hover { border-color: var(--accent); color: var(--accent); }