body { margin: 0; font-family: 'Fredoka', Inter, system-ui, -apple-system, Segoe UI, sans-serif; background: var(--bg, #fffefc); color: var(--text, #1f2937); }
.story-wrapper { max-width: 900px; margin: 0 auto; padding: 40px 20px 80px; }
.story-header { display: flex; flex-direction: column; gap: 6px; margin-bottom: 28px; }
.story-header h1 { font-size: clamp(32px, 4vw, 46px); margin: 0; }
.story-header p { margin: 0; color: var(--muted, #6b7280); font-size: 16px; }
.story-section { background: rgba(255,255,255,0.9); border: 1px solid var(--border, #e5e7eb); border-radius: 16px; padding: 22px; margin-bottom: 20px; box-shadow: 0 6px 18px rgba(0,0,0,0.04); }
.story-section h2 { margin-top: 0; margin-bottom: 12px; font-size: 20px; }
.story-section p { margin: 0 0 12px; line-height: 1.6; }
.story-section ul { margin: 0; padding-left: 18px; }
.story-section li { margin-bottom: 8px; line-height: 1.55; }
.back-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--brand, #6c63ff); font-weight: 600; margin-bottom: 24px; }
.back-link:hover { text-decoration: underline; }
.top-badge { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(120deg, rgba(108,99,255,0.12), rgba(245,158,11,0.12)); color: var(--brand, #6c63ff); font-weight: 700; padding: 8px 14px; border-radius: 999px; margin-bottom: 14px; }
@media (max-width: 620px) {
  .story-wrapper { padding: 28px 16px 60px; }
}
