/* theme:auto font:system prefix:x5ad */
/* Auto-generated from inline critical CSS */
:root {
  --bg-dark:#0d0a06;
  --bg-dark-2:#16110a;
  --bg-card:#1f1810;
  --text-white:#f0f6fc;
  --text-muted:#8b949e;
  --border:#34281a;
  --accent:#a8753a;
  
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: system-ui, -apple-system, Arial, sans-serif; background: var(--bg-dark); color: var(--text-white); line-height: 1.8; }
a { color: inherit; text-decoration: none; }

/* Header */
header { position: sticky; top: 0; z-index: 100; background: var(--bg-dark); padding: 0 20px; }
header .x5ad-header-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 60px; }
header.x5ad-scrolled { backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--border); }
.x5ad-logo { font-size: 20px; font-weight: 700; color: var(--text-white); }
.x5ad-logo span { color: var(--accent); }
nav { display: flex; gap: 28px; align-items: center; }
nav a { color: var(--text-muted); font-size: 14px; font-weight: 500; transition: opacity 0.2s; }
nav a:hover { color: var(--text-white); }
.x5ad-burger { display: none; background: none; border: none; color: var(--text-white); font-size: 22px; cursor: pointer; }

/* Hero */
.x5ad-hero { background: var(--bg-dark); color: var(--text-white); padding: 40px 20px 24px; }
.x5ad-hero-inner { max-width: 900px; margin: 0 auto; }
.x5ad-hero h1 { font-size: clamp(26px, 5vw, 44px); font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
.x5ad-hero-sub { font-size: 18px; line-height: 1.7; color: var(--text-muted); max-width: 620px; margin-bottom: 32px; }

/* Buttons */
.x5ad-cta-btn, .btn-primary, .cta-btn, .btn-cta, .btn-claim {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent); color: #fff; padding: 14px 28px;
  border-radius: 8px; font-weight: 700; font-size: 16px;
  border: none; cursor: pointer; text-decoration: none;
  transition: opacity 0.2s;
}
.x5ad-cta-btn:hover, .btn-primary:hover, .cta-btn:hover { opacity: 0.9; }

/* Cards */
.x5ad-card { background: var(--bg-dark-2); border: 1px solid var(--border); border-radius: 12px; padding: 20px; }

/* FAQ */
.x5ad-faq-item { border-bottom: 1px solid var(--border); padding: 16px 0; }
.x5ad-faq-question { cursor: pointer; font-weight: 600; color: var(--text-white); }
.x5ad-faq-answer { display: none; color: var(--text-muted); margin-top: 8px; line-height: 1.7; }
.x5ad-faq-item.x5ad-open .x5ad-faq-answer { display: block; }

/* TOC */
.x5ad-toc-block { min-height: 54px; contain: layout; }

/* Section */
section { padding: 48px 20px; }
.x5ad-section-inner { max-width: 1100px; margin: 0 auto; }

/* Footer */
footer { background: var(--bg-dark); color: var(--text-muted); padding: 32px 20px; text-align: center; font-size: 14px; }

/* Responsive */
@media (max-width: 768px) {
  .x5ad-burger { display: block; }
  nav { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--bg-dark); flex-direction: column; justify-content: center; align-items: center; gap: 32px; z-index: 200; }
  nav.x5ad-open { display: flex; }
  nav a { font-size: 20px; }
}
