/* ===== Shared design system (matches skiller.app main site) ===== */
.hero-gradient {
  background:
    radial-gradient(1200px 600px at 85% -10%, oklch(0.82 0.16 82 / 0.14), transparent 60%),
    radial-gradient(900px 500px at 10% 10%, oklch(0.52 0.24 285 / 0.14), transparent 60%),
    radial-gradient(700px 400px at 50% 100%, oklch(0.52 0.24 285 / 0.08), transparent 70%),
    #fff;
}

.grid-bg {
  background-image:
    linear-gradient(oklch(0 0 0 / 0.04) 1px, transparent 1px),
    linear-gradient(90deg, oklch(0 0 0 / 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}

.text-gradient-brand {
  background: linear-gradient(135deg, oklch(0.14 0 0), oklch(0.52 0.24 285) 60%, oklch(0.82 0.16 82));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.text-gradient-gold {
  background: linear-gradient(135deg, oklch(0.82 0.16 82), oklch(0.7 0.14 60));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.container-x {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 640px)  { .container-x { max-width: 640px; } }
@media (min-width: 768px)  { .container-x { max-width: 768px; } }
@media (min-width: 1024px) { .container-x { max-width: 1024px; } }
@media (min-width: 1280px) { .container-x { max-width: 1200px; } }

.glass {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
}

.card-premium {
  background: #fff;
  border: 1px solid oklch(0.92 0 0);
  border-radius: 1.5rem;
  box-shadow: 0 1px 2px oklch(0 0 0 / 0.04), 0 8px 24px oklch(0 0 0 / 0.06);
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 300ms, border-color 300ms;
}
.card-premium-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px oklch(0 0 0 / 0.04), 0 20px 40px -12px oklch(0 0 0 / 0.12);
  border-color: color-mix(in oklab, oklch(0.52 0.24 285) 30%, oklch(0.92 0 0));
}

.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.875rem 1.5rem; border-radius: 9999px;
  background: linear-gradient(180deg, oklch(0.2 0 0), oklch(0.1 0 0));
  color: #fff; font-weight: 600; font-size: 0.95rem; letter-spacing: -0.01em;
  box-shadow: 0 8px 24px -8px oklch(0 0 0 / 0.4), inset 0 1px 0 oklch(1 0 0 / 0.12);
  transition: transform 200ms, box-shadow 200ms, filter 200ms; text-decoration: none;
}
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.1); color: #fff !important; }
.btn-primary:active { transform: translateY(0); }

.btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.875rem 1.5rem; border-radius: 9999px; background: #fff; color: oklch(0.14 0 0);
  border: 1px solid oklch(0.92 0 0); font-weight: 600; font-size: 0.95rem;
  transition: transform 200ms, border-color 200ms, background 200ms; text-decoration: none;
}
.btn-secondary:hover {
  border-color: oklch(0.52 0.24 285 / 0.4); background: oklch(0.52 0.24 285 / 0.04); color: oklch(0.14 0 0) !important;
}

.btn-brand {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.875rem 1.5rem; border-radius: 9999px;
  background: linear-gradient(135deg, oklch(0.52 0.24 285), oklch(0.42 0.22 280));
  color: #fff; font-weight: 600; font-size: 0.95rem;
  box-shadow: 0 20px 60px -20px oklch(0.52 0.24 285 / 0.55);
  transition: transform 200ms, filter 200ms; text-decoration: none;
}
.btn-brand:hover { transform: translateY(-2px); filter: brightness(1.08); color: #fff !important; }

.chip {
  display: inline-flex; align-items: center; gap: 0.375rem; padding: 0.375rem 0.75rem;
  border-radius: 9999px; font-size: 0.75rem; font-weight: 600;
  border: 1px solid oklch(0.92 0 0); background: #fff; color: oklch(0.14 0 0);
}

@keyframes float-y { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 oklch(0.72 0.18 149 / 0.6); }
  70% { box-shadow: 0 0 0 12px oklch(0.72 0.18 149 / 0); }
  100% { box-shadow: 0 0 0 0 oklch(0.72 0.18 149 / 0); }
}
@keyframes spin-slow { to { transform: rotate(360deg); } }

.animate-float { animation: float-y 6s ease-in-out infinite; }
.animate-pulse-ring { animation: pulse-ring 2s infinite; }
.animate-spin-slow { animation: spin-slow 24s linear infinite; }

.chip-white { background: rgba(255,255,255,0.10) !important; border-color: rgba(255,255,255,0.20) !important; color: #fff !important; }

.btn-ghost-white {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.875rem 1.5rem; border-radius: 9999px;
  background: rgba(255,255,255,0.10) !important; color: #fff !important;
  border: 1px solid rgba(255,255,255,0.20) !important; font-weight: 600; font-size: 0.95rem;
  transition: background 200ms; text-decoration: none;
}
.btn-ghost-white:hover { background: rgba(255,255,255,0.20) !important; color: #fff !important; }

body { font-family: 'Inter', system-ui, sans-serif; background-color: oklch(1 0 0); color: oklch(0.14 0 0); }
h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', 'Inter', system-ui, sans-serif; letter-spacing: -0.02em; }

.hero-float-card {
  background: rgba(255,255,255,0.92) !important; border: 1px solid oklch(0.92 0 0) !important;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}

.bg-white-5  { background: rgba(255,255,255,0.05)  !important; }
.bg-white-10 { background: rgba(255,255,255,0.10)  !important; }
.bg-white-15 { background: rgba(255,255,255,0.15)  !important; }
.border-white-10 { border-color: rgba(255,255,255,0.10) !important; }
.border-white-15 { border-color: rgba(255,255,255,0.15) !important; }
.border-white-20 { border-color: rgba(255,255,255,0.20) !important; }
.bg-brand-40 { background: oklch(0.52 0.24 285 / 0.4) !important; }

.cta-logo-orb { background: rgba(255,255,255,0.05) !important; border: 1px solid rgba(255,255,255,0.15) !important; }

#sc-nav-desktop, #sc-nav-actions { display: none !important; }
@media (min-width: 1024px) { #sc-nav-desktop, #sc-nav-actions { display: flex !important; } }
#sc-nav-hamburger { display: grid !important; }
@media (min-width: 1024px) { #sc-nav-hamburger { display: none !important; } }
#sc-mobile-menu { display: none !important; }
#sc-mobile-menu.open { display: block !important; }
@media (min-width: 1024px) { #sc-mobile-menu { display: none !important; } }

/* ===== New: blog-specific styles ===== */

/* Article body typography — kept under ~72ch for readability */
.prose-article {
  max-width: 68ch;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: oklch(0.3 0 0);
}
.prose-article h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  color: oklch(0.14 0 0);
}
.prose-article h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
  color: oklch(0.14 0 0);
}
.prose-article p { margin-bottom: 1.15rem; }
.prose-article ul, .prose-article ol { margin: 0 0 1.15rem 1.25rem; }
.prose-article li { margin-bottom: 0.5rem; }
.prose-article ul { list-style: disc; }
.prose-article ol { list-style: decimal; }
.prose-article a { color: oklch(0.52 0.24 285); text-decoration: underline; text-underline-offset: 2px; }
.prose-article strong { color: oklch(0.14 0 0); font-weight: 700; }
.prose-article blockquote {
  border-left: 3px solid oklch(0.52 0.24 285 / 0.4);
  padding-left: 1rem;
  margin: 1.5rem 0;
  color: oklch(0.4 0 0);
  font-style: italic;
}

/* Blog listing card */
.blog-card-img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
  background: oklch(0.96 0 0);
}

/* Table of contents box */
.toc-box {
  border: 1px solid oklch(0.92 0 0);
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  background: oklch(0.985 0 0);
}
.toc-box a { display: block; padding: 0.25rem 0; color: oklch(0.3 0 0); text-decoration: none; font-size: 0.9rem; }
.toc-box a:hover { color: oklch(0.52 0.24 285); }
