* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: Verdana, Geneva, sans-serif;
  color: #d1d5db;
  line-height: 1.6;
  background: #000000;
}

/* Navbar */
.navbar { background: #111827; padding: 16px 0; border-bottom: 1px solid rgba(220,38,38,0.3); }
.nav-container { max-width: 960px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.nav-brand { color: #fff; text-decoration: none; font-weight: 700; font-size: 18px; display: flex; align-items: center; gap: 10px; }
.nav-brand img { height: 40px; width: auto; }
.nav-links { display: flex; gap: 20px; align-items: center; }
.nav-links a { color: #9ca3af; text-decoration: none; font-size: 14px; transition: color 0.2s; }
.nav-links a:hover { color: #fff; }
.btn-nav { background: #dc2626; color: #fff !important; padding: 8px 16px; border-radius: 6px; transition: background 0.2s; }
.btn-nav:hover { background: #991b1b; }

/* Main content */
.main-content { max-width: 960px; margin: 0 auto; padding: 40px 20px; }

/* Hero */
.hero { text-align: center; padding: 60px 0 40px; }
.hero h1 { font-size: 42px; color: #ffffff; margin-bottom: 16px; letter-spacing: -1px; }
.hero-subtitle { font-size: 20px; color: #9ca3af; max-width: 600px; margin: 0 auto 12px; }
.hero-audience { font-size: 15px; color: #6b7280; margin-bottom: 28px; }
.hero-cta { display: flex; gap: 12px; justify-content: center; }

/* Buttons */
.btn-primary { display: inline-block; background: #dc2626; color: #fff; padding: 12px 24px; border-radius: 6px; text-decoration: none; font-weight: 600; border: none; cursor: pointer; font-size: 15px; transition: background 0.2s; }
.btn-primary:hover { background: #991b1b; }
.btn-secondary { display: inline-block; background: transparent; color: #dc2626; padding: 12px 24px; border-radius: 6px; text-decoration: none; font-weight: 600; border: 2px solid #dc2626; transition: all 0.2s; }
.btn-secondary:hover { background: rgba(220,38,38,0.1); }

/* Features */
.features { padding: 40px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.feature-card { background: #111827; padding: 28px; border-radius: 8px; border: 1px solid rgba(220,38,38,0.2); transition: border-color 0.2s; }
.feature-card:hover { border-color: rgba(220,38,38,0.5); }
.feature-card:nth-child(2) { border-color: rgba(202,138,4,0.2); }
.feature-card:nth-child(2):hover { border-color: rgba(202,138,4,0.5); }
.feature-card:nth-child(3) { border-color: rgba(22,163,74,0.2); }
.feature-card:nth-child(3):hover { border-color: rgba(22,163,74,0.5); }
.feature-card:nth-child(4) { border-color: rgba(37,99,235,0.2); }
.feature-card:nth-child(4):hover { border-color: rgba(37,99,235,0.5); }
.feature-card:nth-child(5) { border-color: rgba(168,85,247,0.2); }
.feature-card:nth-child(5):hover { border-color: rgba(168,85,247,0.5); }
.feature-card h3 { color: #ffffff; margin-bottom: 10px; font-size: 18px; }
.feature-card p { color: #9ca3af; font-size: 14px; line-height: 1.7; }

/* Forms */
.form-page { max-width: 420px; margin: 40px auto; background: #111827; padding: 40px; border-radius: 8px; border: 1px solid rgba(220,38,38,0.2); }
.form-page h2 { margin-bottom: 24px; color: #ffffff; }
.auth-form label { display: block; font-size: 14px; font-weight: 600; color: #9ca3af; margin-bottom: 4px; margin-top: 16px; }
.auth-form input { width: 100%; padding: 10px 12px; border: 1px solid #374151; border-radius: 6px; font-size: 15px; background: #1f2937; color: #ffffff; }
.auth-form input:focus { outline: none; border-color: #dc2626; box-shadow: 0 0 0 3px rgba(220,38,38,0.15); }
.auth-form input::placeholder { color: #6b7280; }
.auth-form button { width: 100%; margin-top: 24px; }
.form-footer { text-align: center; margin-top: 20px; font-size: 14px; color: #6b7280; }
.form-footer a { color: #dc2626; }
.alert-error { background: rgba(220,38,38,0.1); color: #fca5a5; padding: 12px 16px; border-radius: 6px; margin-bottom: 16px; font-size: 14px; border: 1px solid rgba(220,38,38,0.3); }

/* Archive */
.archive-page h2 { margin-bottom: 24px; color: #ffffff; }
.archive-list { display: flex; flex-direction: column; gap: 16px; }
.archive-card { background: #111827; padding: 24px; border-radius: 8px; border: 1px solid rgba(202,138,4,0.2); transition: border-color 0.2s; }
.archive-card:hover { border-color: rgba(202,138,4,0.5); }
.archive-date { font-size: 13px; color: #ca8a04; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.archive-card h3 { color: #ffffff; margin-bottom: 8px; }
.archive-card p { color: #9ca3af; font-size: 14px; margin-bottom: 12px; }
.gated-notice { color: #6b7280; font-size: 14px; }
.gated-notice a { color: #dc2626; }
.empty-state { color: #6b7280; text-align: center; padding: 40px; }

/* Issue page */
.issue-page { max-width: 720px; margin: 0 auto; }
.issue-header { margin-bottom: 32px; }
.issue-date { font-size: 13px; color: #ca8a04; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.issue-header h1 { color: #ffffff; font-size: 32px; letter-spacing: -0.5px; }
.issue-summary { color: #9ca3af; font-size: 17px; font-style: italic; margin-top: 12px; }
.issue-section { background: #111827; padding: 36px; border-radius: 8px; margin-bottom: 28px; border: 1px solid #1f2937; }
.section-label { display: inline-block; background: rgba(220,38,38,0.1); color: #dc2626; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; padding: 5px 12px; border-radius: 4px; margin-bottom: 18px; }
.section-content { line-height: 1.8; color: #d1d5db; }
.section-content h2 { color: #ffffff; font-size: 26px; margin: 0 0 16px; padding-top: 4px; border-left: 4px solid #dc2626; padding-left: 14px; }
.section-content h3 { color: #e5e7eb; font-size: 20px; margin: 28px 0 12px; padding-top: 16px; border-top: 1px solid #1f2937; }
.section-content h3:first-of-type { border-top: none; padding-top: 0; }
.section-content p { margin-bottom: 16px; }
.section-content ul, .section-content ol { margin-bottom: 16px; padding-left: 28px; }
.section-content li { margin-bottom: 10px; }
.section-content strong { color: #ffffff; }
.section-content a { color: #dc2626; }
.section-content blockquote { margin: 20px 0; padding: 14px 20px; border-left: 4px solid #dc2626; background: rgba(220,38,38,0.05); border-radius: 0 6px 6px 0; color: #e5e7eb; font-style: italic; }
.section-content blockquote p { margin-bottom: 0; }
.section-content hr { border: none; border-top: 1px solid #374151; margin: 28px 0; }
.section-content code { background: rgba(255,255,255,0.08); padding: 2px 6px; border-radius: 4px; font-size: 14px; color: #e5e7eb; }
/* Section references / bibliography */
.section-references { margin-top: 28px; padding: 20px 24px; background: rgba(255,255,255,0.02); border-radius: 6px; border: 1px solid #1f2937; }
.references-heading { color: #9ca3af; font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.references-list { padding-left: 20px; font-size: 14px; line-height: 1.7; color: #9ca3af; }
.references-list li { margin-bottom: 10px; }
.references-list a { color: #dc2626; text-decoration: none; }
.references-list a:hover { text-decoration: underline; }
.ref-authors, .ref-date, .ref-type { margin-left: 6px; color: #6b7280; font-size: 13px; }
.ref-authors::before { content: "— "; }
.ref-date::before { content: "· "; }
.ref-type { background: rgba(220,38,38,0.1); color: #dc2626; font-size: 11px; padding: 1px 6px; border-radius: 3px; text-transform: uppercase; letter-spacing: 0.5px; }
.ref-desc { margin: 4px 0 0; color: #6b7280; font-size: 13px; }

.issue-nav { margin-top: 32px; padding-top: 20px; border-top: 1px solid #1f2937; }
.issue-nav a { color: #dc2626; text-decoration: none; }

/* References search page */
.references-page h2 { color: #ffffff; margin-bottom: 8px; }
.references-intro { color: #9ca3af; margin-bottom: 24px; font-size: 15px; }
.references-search { margin-bottom: 28px; }
.search-row { display: flex; gap: 10px; }
.search-input { flex: 1; padding: 10px 14px; border: 1px solid #374151; border-radius: 6px; font-size: 15px; background: #1f2937; color: #ffffff; }
.search-input:focus { outline: none; border-color: #dc2626; box-shadow: 0 0 0 3px rgba(220,38,38,0.15); }
.search-input::placeholder { color: #6b7280; }
.search-select { padding: 10px 14px; border: 1px solid #374151; border-radius: 6px; font-size: 14px; background: #1f2937; color: #d1d5db; min-width: 140px; }
.search-select:focus { outline: none; border-color: #dc2626; }
.results-count { color: #6b7280; font-size: 13px; margin-bottom: 16px; }
.results-list { list-style: none; padding: 0; }
.result-item { background: #111827; padding: 20px 24px; border-radius: 8px; border: 1px solid #1f2937; margin-bottom: 12px; }
.result-title a { color: #dc2626; text-decoration: none; font-weight: 600; font-size: 16px; }
.result-title a:hover { text-decoration: underline; }
.result-title strong { color: #ffffff; font-size: 16px; }
.result-meta { color: #6b7280; font-size: 13px; margin-top: 4px; }
.result-desc { color: #9ca3af; font-size: 14px; margin: 8px 0 0; }
.result-source { color: #6b7280; font-size: 12px; margin-top: 8px; }
.result-source a { color: #ca8a04; text-decoration: none; }
.result-source a:hover { text-decoration: underline; }

/* Footer */
.site-footer { background: #111827; color: #6b7280; text-align: center; padding: 24px 20px; margin-top: 60px; font-size: 13px; border-top: 1px solid rgba(220,38,38,0.2); }
