code { background: rgba(139,92,246,.13); color: #a78bfa; padding: 2px 7px; border-radius: 5px; font-size: .88em; font-family: 'Cascadia Code', 'Fira Code', monospace; }
kbd { background: #27272a; border: 1px solid #3f3f46; color: #e4e4e7; padding: 2px 8px; border-radius: 5px; font-size: .82em; font-family: 'Space Grotesk', sans-serif; }
.nav-link { font-size: 13px; color: #71717a; text-decoration: none; padding: 8px 4px; transition: color .2s; }
.nav-link:hover { color: #fafafa; }
.hero h1 { white-space: nowrap; }
.snippet-demo { display: flex; align-items: center; gap: 10px; justify-content: center; margin: 36px 0 0; flex-wrap: wrap; }
.snippet-demo-item { background: #18181b; border: 1px solid #27272a; border-radius: 12px; padding: 18px 28px; min-width: 200px; text-align: left; }
.snippet-demo-item .sd-trigger { font-size: 22px; font-weight: 700; color: #a78bfa; letter-spacing: -.5px; }
.snippet-demo-item .sd-arrow { color: #52525b; margin: 6px 0; font-size: 13px; }
.snippet-demo-item .sd-value { color: #a1a1aa; font-size: 13px; line-height: 1.5; }
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media(max-width:900px){ .how-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:500px){ .how-grid { grid-template-columns: 1fr; } }
.how-card { background: #1f1f23; border: 1px solid #27272a; border-radius: 12px; padding: 28px 24px; text-align: center; }
.how-card .how-num { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #8b5cf6; margin-bottom: 14px; }
.how-card i { font-size: 26px; color: #a78bfa; margin-bottom: 14px; display: block; }
.how-card h4 { font-size: 15px; font-weight: 600; margin-bottom: 8px; }
.how-card p { color: #71717a; font-size: 13px; line-height: 1.65; }
.snippets-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media(max-width:900px){ .snippets-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:560px){ .snippets-grid { grid-template-columns: 1fr; } }
.snippet-cat { background: #18181b; border: 1px solid #27272a; border-radius: 12px; padding: 22px 24px; }
.snippet-cat-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid #27272a; }
.snippet-cat-head i { font-size: 15px; color: #a78bfa; width: 20px; text-align: center; }
.snippet-cat-head h4 { font-size: 13px; font-weight: 700; letter-spacing: .1px; margin: 0; }
.snippet-row { display: flex; align-items: baseline; gap: 0; padding: 6px 0; border-bottom: 1px solid #1f1f23; font-size: 13px; }
.snippet-row:last-child { border-bottom: none; padding-bottom: 0; }
.snippet-trigger { color: #a78bfa; font-family: 'Cascadia Code','Fira Code',monospace; font-size: 12px; font-weight: 600; min-width: 76px; flex-shrink: 0; }
.snippet-sep { color: #3f3f46; margin: 0 8px; flex-shrink: 0; font-size: 11px; }
.snippet-expand { color: #71717a; font-size: 12px; line-height: 1.4; }
.text-strong { color: #e4e4e7; }
.store-badge-wrap { display: flex; justify-content: center; margin-top: 14px; min-height: 82px; overflow: visible; }
.store-badge-scale { transform: scale(.62); transform-origin: top center; }
footer { background: #0f0f12; border-top: 1px solid #27272a; padding: 32px 48px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
footer span { color: #52525b; font-size: 13px; }
footer a { color: #71717a; font-size: 13px; text-decoration: none; }
footer a:hover { color: #a1a1aa; }
.footer-links { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

@media(max-width:640px) {
  .hero h1 { font-size: 30px; letter-spacing: -1px; }
}

@media(max-width:360px) {
  .hero h1 { font-size: 27px; }
}
