/* 8 Minute Reviews - groovin' since 1996 */

body {
  background-color: #000080;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><rect width='40' height='40' fill='%23000080'/><circle cx='20' cy='20' r='2' fill='%2300ffff'/><circle cx='5' cy='5' r='1' fill='%23ff00ff'/><circle cx='35' cy='35' r='1' fill='%23ffff00'/></svg>");
  color: #ffff00;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  padding: 0;
}

.tagline,
.under-construction,
.webring {
  font-family: "Comic Sans MS", "Comic Sans", cursive, sans-serif;
}

.page {
  width: 760px;
  margin: 10px auto;
  background-color: #c0c0c0;
  color: #000000;
  border: 4px ridge #ffff00;
  padding: 16px;
}

h1 {
  font-family: "Impact", "Arial Black", sans-serif;
  font-size: 56px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
  margin: 16px 0 12px;
  /* fallback solid color in case background-clip isn't supported */
  color: #ffd700;
  /* chrome/gold gradient fill */
  background: linear-gradient(180deg,
    #fff5cc 0%,
    #ffd700 28%,
    #ff8c00 52%,
    #ffd700 72%,
    #fff5cc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* dark outline */
  -webkit-text-stroke: 2px #1a0066;
  /* stacked drop-shadows for the extruded WordArt look */
  filter:
    drop-shadow(1px 1px 0 #4d004d)
    drop-shadow(2px 2px 0 #4d004d)
    drop-shadow(3px 3px 0 #4d004d)
    drop-shadow(4px 4px 0 #4d004d)
    drop-shadow(4px 6px 6px rgba(0, 0, 0, 0.5));
}

h2 {
  font-family: "Times New Roman", serif;
  color: #800000;
  border-bottom: 3px double #800000;
  padding-bottom: 4px;
}

h3 {
  color: #008000;
  font-style: italic;
}

a:link    { color: #0000ff; text-decoration: underline; }
a:visited { color: #800080; }
a:hover   { color: #ff0000; background-color: #ffff00; }
a:active  { color: #ff00ff; }

.marquee-bar {
  background-color: #000000;
  color: #00ff00;
  font-family: "Courier New", monospace;
  font-weight: bold;
  padding: 6px;
  border-top: 2px solid #00ff00;
  border-bottom: 2px solid #00ff00;
}

.nav {
  background-color: #ff00ff;
  color: #ffff00;
  text-align: center;
  padding: 8px;
  border: 2px outset #ffffff;
  margin: 8px 0;
  font-weight: bold;
}

.nav a, .nav a:visited {
  color: #ffff00;
  margin: 0 10px;
  text-decoration: none;
}

.nav a:hover {
  color: #00ffff;
  background-color: #000000;
}

.review-card {
  background-color: #ffffff;
  border: 3px ridge #808080;
  padding: 12px;
  margin: 12px 0;
}

.review-card img.poster {
  float: left;
  margin-right: 12px;
  border: 2px solid #000000;
}

.stars {
  color: #ffaa00;
  font-size: 24px;
  letter-spacing: 4px;
  text-shadow: 1px 1px 0 #000000;
}

.stars-emoji {
  font-size: 22px;
  letter-spacing: 2px;
  margin: 8px 0;
}

.review-date {
  display: inline-block;
  background-color: #000080;
  color: #ffff00;
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
  border: 1px solid #000000;
  margin: 0 0 6px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

ul.checklist {
  list-style: none;
  padding-left: 0;
  margin-left: 4px;
}

ul.checklist li {
  margin: 4px 0;
  padding-left: 2px;
}

.review-card s {
  color: #808080;
  text-decoration: line-through;
}

.review-card p {
  margin: 8px 0;
}

.pagination {
  background-color: #000000;
  color: #00ff00;
  text-align: center;
  padding: 10px;
  border: 2px ridge #00ff00;
  margin: 12px 0;
  font-family: "Courier New", monospace;
  font-size: 14px;
}

.pagination a,
.pagination a:visited {
  color: #00ffff;
  text-decoration: underline;
  font-weight: bold;
}

.pagination a:hover {
  color: #ffff00;
  background-color: #000080;
}

.pagination .current {
  color: #ff00ff;
  font-weight: bold;
}

.pagination .disabled {
  color: #606060;
}

.page-numbers {
  text-align: center;
  margin: 8px 0;
  font-family: "Courier New", monospace;
  font-size: 16px;
  font-weight: bold;
}

.page-numbers a,
.page-numbers a:visited {
  display: inline-block;
  background-color: #c0c0c0;
  color: #0000ff;
  border: 2px outset #ffffff;
  padding: 2px 10px;
  margin: 0 3px;
  text-decoration: none;
}

.page-numbers a:hover {
  background-color: #ffff00;
  color: #ff0000;
}

.page-numbers .current {
  display: inline-block;
  background-color: #ff00ff;
  color: #ffff00;
  border: 2px inset #ffffff;
  padding: 2px 10px;
  margin: 0 3px;
}

/* === Update / "stuff added later" block === */

.update {
  position: relative;
  background-color: #fff58a;
  border: 1px solid #d4c43c;
  padding: 22px 16px 12px;
  margin: 18px 0 6px;
  font-family: "Comic Sans MS", "Comic Sans", cursive, sans-serif;
  font-size: 13px;
  color: #1a1a1a;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.update p {
  margin: 6px 0;
}

.update .checklist {
  margin-top: 6px;
  margin-bottom: 6px;
}

.update-label {
  position: absolute;
  top: -10px;
  left: 14px;
  background-color: #ff0000;
  color: #ffff00;
  font-family: "Impact", "Arial Black", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 2px 8px;
  border: 1px solid #000000;
  transform: rotate(-3deg);
}

/* === Spoiler tag (highlight or hover to reveal) === */

.spoiler {
  background-color: #000000;
  color: #000000;
  padding: 0 4px;
  border-radius: 2px;
  cursor: help;
  transition: color 0.15s ease-in;
}

.spoiler:hover,
.spoiler:focus {
  color: #ffffff;
}

.spoiler::selection {
  background-color: #316ac5;
  color: #ffffff;
}

.spoiler::-moz-selection {
  background-color: #316ac5;
  color: #ffffff;
}

/* === Cookie Notice Modal (a parody, of course) === */

.cookie-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-family: "MS Sans Serif", Tahoma, Geneva, sans-serif;
}

.cookie-modal {
  background-color: #c0c0c0;
  border: 2px outset #ffffff;
  width: 380px;
  color: #000000;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.cookie-modal-title {
  background: linear-gradient(to right, #000080, #1084d0);
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  padding: 3px 4px 3px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-modal-close-x {
  background-color: #c0c0c0;
  color: #000000;
  border: 2px outset #ffffff;
  padding: 0 6px;
  font-family: "MS Sans Serif", Tahoma, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}

.cookie-modal-close-x:active {
  border-style: inset;
}

.cookie-modal-body {
  padding: 18px 18px 8px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.cookie-modal-icon {
  font-size: 36px;
  line-height: 1;
  flex-shrink: 0;
}

.cookie-modal-text p {
  margin: 0 0 8px;
}

.cookie-modal-buttons {
  text-align: center;
  padding: 8px 16px 16px;
}

.win95-button {
  background-color: #c0c0c0;
  color: #000000;
  border: 2px outset #ffffff;
  padding: 4px 16px;
  margin: 0 6px;
  font-family: "MS Sans Serif", Tahoma, sans-serif;
  font-size: 13px;
  cursor: pointer;
  min-width: 90px;
}

.win95-button:hover {
  /* keep the same look on hover; 90s buttons didn't change on hover */
}

.win95-button:active {
  border-style: inset;
}

.win95-button:focus {
  outline: 1px dotted #000000;
  outline-offset: -4px;
}

/* === "Critical Acclaim" press quote === */

.press-quote {
  background-color: #000000;
  color: #ffffff;
  border: 3px ridge #ffd700;
  padding: 14px 20px 16px;
  margin: 14px 0;
  text-align: center;
}

.press-label {
  font-family: "Impact", "Arial Black", sans-serif;
  color: #ffd700;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 6px;
  text-shadow: 1px 1px 0 #800000;
}

.press-quote blockquote {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  color: #ffffff;
  margin: 8px 12px;
  line-height: 1.55;
}

.press-attribution {
  color: #ffd700;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin: 6px 0 0;
}

/* === Sparkle cursor trail === */

.sparkle {
  position: fixed;
  pointer-events: none;
  font-weight: bold;
  z-index: 9000;
  text-shadow: 0 0 4px currentColor;
  animation: sparkle-fade 0.85s ease-out forwards;
  font-family: "Courier New", monospace;
}

@keyframes sparkle-fade {
  0%   { transform: translateY(0)    scale(1);   opacity: 1; }
  100% { transform: translateY(18px) scale(0.3); opacity: 0; }
}

.under-construction {
  text-align: center;
  background-color: #ffff00;
  color: #000000;
  border: 3px dashed #ff0000;
  padding: 10px;
  margin: 16px 0;
  font-weight: bold;
}

.under-construction .barber {
  display: inline-block;
  width: 100%;
  height: 14px;
  background: repeating-linear-gradient(
    45deg,
    #ffff00,
    #ffff00 10px,
    #000000 10px,
    #000000 20px
  );
  margin: 6px 0;
}

.counter {
  display: inline-block;
  background-color: #000000;
  color: #00ff00;
  font-family: "Courier New", monospace;
  padding: 4px 8px;
  border: 2px inset #444444;
  letter-spacing: 4px;
}

.footer {
  text-align: center;
  background-color: #000000;
  color: #c0c0c0;
  padding: 10px;
  margin-top: 16px;
  font-size: 13px;
  border-top: 2px ridge #00ffff;
}

.footer .badge {
  display: inline-block;
  background-color: #c0c0c0;
  color: #000000;
  font-family: "Times New Roman", serif;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 6px;
  border: 1px solid #000000;
  margin: 2px;
}

.webring {
  text-align: center;
  background-color: #008080;
  color: #ffffff;
  padding: 8px;
  border: 2px groove #ffffff;
  margin: 8px 0;
}

.webring a, .webring a:visited { color: #ffff00; }

blockquote.pullquote {
  background-color: #ffffcc;
  border-left: 6px solid #ff00ff;
  padding: 8px 12px;
  font-style: italic;
  color: #400040;
}

.clear { clear: both; }

.tagline {
  text-align: center;
  font-style: italic;
  color: #000080;
  margin-top: -8px;
  margin-bottom: 8px;
}

.blink {
  animation: blinker 1s steps(2, start) infinite;
}

@keyframes blinker {
  to { visibility: hidden; }
}

table.reviews {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}

table.reviews th {
  background-color: #000080;
  color: #ffff00;
  padding: 6px;
  border: 2px outset #c0c0c0;
}

table.reviews td {
  border: 1px solid #808080;
  padding: 6px;
}

table.reviews tr:nth-child(even) td { background-color: #e0e0ff; }
