/* Static Site CSS - Matches React presentation styling */

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

body {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: #1A0F05;
  color: #C9956A;
}

/* Hero section - matches React presentation */
.hero {
  text-align: center;
  padding: 48px 24px 32px;
  border-bottom: 1px solid #3D1F0A;
}

.hero h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  color: #E8621A;
  letter-spacing: 4px;
  font-style: italic;
  margin: 0 0 12px;
  text-shadow: 3px 3px 0 #8B1A1A;
}

.hero h1 a {
  color: inherit;
  text-decoration: none;
}

.hero h1 a:hover {
  text-decoration: underline;
}

.hero .subtitle {
  font-size: 16px;
  color: #C9956A;
  letter-spacing: 2px;
  margin: 0 0 28px;
}

p {
  color: #C9956A;
  line-height: 1.6;
}

.trailer {
  background: #2a1e15;
  margin: 20px auto;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #3D1F0A;
}

.trailer h2 {
  color: #E8621A;
  margin-top: 0;
}

.trailer .meta {
  color: #C9956A;
  font-size: 0.9em;
  margin-bottom: 10px;
}

.trailer .pitch {
  line-height: 1.6;
  margin: 10px 0;
  color: #fff;
}

.scene {
  margin-left: 20px;
  padding-left: 10px;
  border-left: 3px solid #444;
  margin-top: 10px;
  color: #ddd;
}



.genre {
  color: #E8621A;
  font-weight: bold;
}

.poster {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  border-radius: 5px;
}

.scenes {
  margin-top: 15px;
}

.scene-image {
  max-width: 100%;
  margin: 10px 0;
}

/* Standalone static site additional styles */
.static-export-footer {
  text-align: center;
  color: #666;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #333;
}

.vote-count {
  display: inline-block;
  margin-right: 15px;
  padding: 2px 6px;
  background: #333;
  border-radius: 3px;
  font-size: 0.8em;
  color: #fff;
}

.static-info {
  text-align: center;
  padding: 40px;
}

.static-export-container.dark-theme {
  background: #1A0F05;
  color: #F5E6C8;
  padding: 20px;
  border: 1px solid #3D1F0A;
}

.static-export-container.dark-theme h1 {
  color: #E8621A;
}

.static-export-container.dark-theme .subtitle {
  color: #C9956A;
}

.static-export-container.dark-theme p {
  color: #C9956A;
}

.static-export-container.dark-theme .trailer {
  background: #2a1e15;
  border: 1px solid #3D1F0A;
}

/* Static nojs page logo and subtitle */
.static-logo {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #E8621A;
  text-transform: uppercase;
  font-style: italic;
  text-decoration: none;
  margin-bottom: 10px;
}

.static-logo span {
  color: #D4A017;
}

.static-subtitle {
  font-size: 16px;
  color: #C9956A;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.static-hero {
  text-align: center;
  padding: 40px;
}

.static-hero a {
  text-decoration: none;
}
