/* Blog Post Styles — Hardcoded dark theme colors */

:root {
  --post-bg: #0a0e17;
  --post-card: #1a2235;
  --post-border: #1e293b;
  --post-text-primary: #f8fafc;
  --post-text-secondary: #94a3b8;
  --post-accent-green: #00c853;
  --post-accent-gold: #f0b90b;
  --post-accent-blue: #3b82f6;
}

.post-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--post-text-secondary);
  background: var(--post-bg);
}

.post-header {
  text-align: center;
  padding: 3rem 1rem 2.5rem;
  border-bottom: 1px solid var(--post-border);
  margin-bottom: 2.5rem;
  background: var(--post-bg);
}

.post-category {
  display: inline-block;
  background: var(--post-card);
  color: var(--post-accent-green);
  padding: 0.3rem 0.75rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  border: 1px solid var(--post-border);
}

.post-header h1 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  line-height: 1.2;
  color: var(--post-text-primary) !important;
  margin: 0;
  font-weight: 700;
  background: var(--post-bg);
}

.post-body .hook {
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--post-text-primary);
  border-left: 3px solid var(--post-accent-green);
  padding: 0.75rem 1.25rem;
  margin: 2rem 0 2.5rem;
  background: var(--post-card);
  border-radius: 0 6px 6px 0;
  font-weight: 400;
}

.key-takeaways {
  background: var(--post-card);
  border: 1px solid var(--post-border);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin: 2rem 0 2.5rem;
}

.key-takeaways-label {
  display: block;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--post-accent-green);
  margin-bottom: 0.75rem;
}

.key-takeaways ul {
  margin: 0;
  padding: 0 0 0 1.25rem;
}

.key-takeaways li {
  margin-bottom: 0.4rem;
  color: var(--post-text-secondary);
  line-height: 1.5;
}

.key-takeaways li a {
  color: var(--post-accent-green);
  text-decoration: none;
  font-weight: 500;
}

.key-takeaways li a:hover {
  text-decoration: underline;
}

.bridge {
  background: var(--post-card);
  border-left: 3px solid var(--post-accent-gold);
  padding: 1rem 1.25rem;
  margin: 2rem 0;
  font-style: italic;
  color: var(--post-text-secondary);
  border-radius: 0 6px 6px 0;
  font-size: 0.95rem;
  line-height: 1.65;
}

.post-body h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem;
  color: var(--post-text-primary) !important;
  border-bottom: 2px solid var(--post-accent-green);
  padding-bottom: 0.5rem;
  line-height: 1.3;
  background: var(--post-bg);
  display: block;
}

.post-body h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
  color: var(--post-text-primary);
  line-height: 1.4;
  background: var(--post-bg);
}

.post-body .casino-review {
  background: var(--post-card);
  border: 1px solid var(--post-border);
  border-radius: 10px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.post-body .casino-review img.casino-screenshot {
  width: 100%;
  max-height: 240px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  display: block;
  background: #0d1220;
}

.post-body .casino-review p {
  margin: 0.6rem 0;
  color: var(--post-text-secondary);
  line-height: 1.65;
  background: transparent;
}

.post-body .casino-review strong {
  color: var(--post-text-primary);
}

.faq-section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--post-border);
}

.faq-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--post-border);
}

.faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-item h3 {
  color: var(--post-text-primary) !important;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  background: transparent;
}

.faq-item p {
  margin: 0;
  color: var(--post-text-secondary);
  line-height: 1.7;
  background: transparent;
}

.faq-item a {
  color: var(--post-accent-blue);
  text-decoration: none;
}

.faq-item a:hover {
  text-decoration: underline;
}

.post-body p {
  margin: 0.85rem 0;
  line-height: 1.75;
  color: var(--post-text-secondary);
  background: transparent;
}

.post-body ul, .post-body ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
  color: var(--post-text-secondary);
}

.post-body li {
  margin-bottom: 0.4rem;
  line-height: 1.65;
}

.post-body strong {
  color: var(--post-text-primary);
  font-weight: 600;
  background: transparent;
}

.post-body a {
  color: var(--post-accent-blue);
  text-decoration: none;
}

.post-body a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .post-header h1 {
    font-size: 1.5rem;
  }
  .post-body {
    padding: 1.5rem 1rem 3rem;
    font-size: 1rem;
  }
  .post-body .casino-review {
    padding: 1rem;
  }
  .post-body .casino-review img.casino-screenshot {
    max-height: 180px;
  }
}
/* Header/Nav styles for blog posts */
.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000;
  background-color: var(--bg-primary) !important;
  height: 60px;
}

.header-inner {
  height: 60px;
  padding: 0 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.mobile-toggle {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  gap: 2px;
  flex-direction: column;
  border-radius: 6px;
  margin-left: auto;
}

.mobile-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
}

.nav-links {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: var(--bg-primary);
  border-bottom: 1px solid var(--border);
  padding: 16px 20px;
  gap: 0;
  flex-direction: column;
  z-index: 999;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.nav-links.open {
  display: flex;
}

.nav-links li {
  width: 100%;
  border-bottom: 1px solid var(--border);
}

.nav-links li:last-child {
  border-bottom: none;
}

.nav-links a {
  display: block;
  padding: 14px 0;
  font-size: 1rem;
}

@media (min-width: 769px) {
  .mobile-toggle {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .nav-links {
    display: flex;
    position: static;
    flex-direction: row;
    background: transparent;
    border: none;
    padding: 0;
    gap: 32px;
    box-shadow: none;
  }
  .nav-links li {
    width: auto;
    border: none;
  }
  .nav-links a {
    padding: 0;
  }
}

/* Ensure footer sticks to bottom when content is short */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main.blog-post-content {
  flex: 1;
}
