/* Tucker McBuckets Action Archive
   Old-web fan archive CSS. Loud on purpose, but kept readable. */

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #fff6c9;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #120013;
  background-image:
    radial-gradient(circle at 10px 10px, rgba(255,255,0,.20) 2px, transparent 3px),
    linear-gradient(45deg, #210036 25%, transparent 25%),
    linear-gradient(-45deg, #2b001b 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #210036 75%),
    linear-gradient(-45deg, transparent 75%, #2b001b 75%);
  background-size: 28px 28px, 36px 36px, 36px 36px, 36px 36px, 36px 36px;
  background-position: 0 0, 0 0, 0 18px, 18px -18px, -18px 0px;
}

a { color: #00ffff; font-weight: bold; }
a:hover { color: #fffb00; background: #5b005b; }

.page-shell {
  width: min(1180px, calc(100% - 20px));
  margin: 10px auto 35px auto;
  border: 6px ridge #fffb00;
  background: rgba(0,0,0,.75);
  box-shadow: 0 0 35px #00ffff, inset 0 0 25px rgba(255,0,255,.35);
}

.site-header {
  text-align: center;
  border-bottom: 5px ridge #ff00ff;
  background:
    linear-gradient(90deg, rgba(255,0,0,.60), rgba(255,255,0,.40), rgba(0,255,255,.45), rgba(255,0,255,.55)),
    #000;
  padding: 10px 12px 14px;
}

.under-construction {
  background: repeating-linear-gradient(45deg, #ffdf00 0 12px, #111 12px 24px);
  font: bold 14px Impact, Arial Black, sans-serif;
  letter-spacing: 1px;
  padding: 5px;
  color: #fff;
  text-shadow: 2px 2px #000;
  border: 3px outset #fff200;
}

h1 {
  margin: 12px 0 4px;
  font-family: Impact, Haettenschweiler, 'Arial Black', sans-serif;
  font-size: clamp(34px, 6vw, 74px);
  line-height: .9;
  color: #fffb00;
  letter-spacing: 2px;
  text-shadow: 4px 4px 0 #ff0000, 7px 7px 0 #000, 0 0 12px #00ffff;
}

.tagline {
  margin: 8px auto 12px;
  max-width: 900px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 2px 2px #000;
}

marquee {
  color: #00ff66;
  background: #000;
  border: 3px inset #00ffff;
  padding: 5px;
  font-weight: bold;
}

.navbar {
  display: block;
  text-align: center;
  padding: 8px;
  border-bottom: 4px double #00ffff;
  background: #330033;
}
.navbar a {
  display: inline-block;
  margin: 4px 5px;
  padding: 5px 8px;
  color: #000;
  background: #00ffff;
  border: 3px outset #fff;
  text-decoration: none;
  font-size: 13px;
}
.navbar a:hover, .navbar a.active {
  color: #000;
  background: #fffb00;
  border-style: inset;
}

.main-table {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 12px;
  padding: 12px;
}

.sidebar {
  background: #120022;
  border: 4px groove #ff00ff;
  padding: 8px;
  align-self: start;
  position: sticky;
  top: 8px;
}

.counter-box, .side-card, .badge {
  border: 3px ridge #00ffff;
  background: #000;
  margin: 0 0 12px;
  padding: 8px;
}
.counter-title { color: #fffb00; font-weight: bold; font-size: 12px; }
.counter-digits {
  margin-top: 5px;
  font-family: 'Courier New', monospace;
  font-weight: bold;
  color: #00ff66;
  background: #111;
  border: 2px inset #999;
  padding: 5px;
  letter-spacing: 3px;
}
.badge {
  text-align: center;
  color: #fff;
  background: #d60000;
  font-family: Impact, 'Arial Black', sans-serif;
  letter-spacing: 1px;
  text-shadow: 2px 2px #000;
  transform: rotate(-1deg);
}
.badge.yellow { color: #000; background: #fffb00; text-shadow: none; transform: rotate(1deg); }
.badge.green { background: #008b2e; transform: rotate(-.5deg); }

.call-card {
  border-color: #fffb00;
  background: #230023;
  box-shadow: 0 0 10px #ff00ff;
}
.call-card h2 {
  color: #00ffff;
  text-shadow: 2px 2px #000;
}
.call-card a {
  display: inline-block;
  margin-top: 2px;
  padding: 3px 5px;
  background: #000;
  border: 2px inset #00ffff;
}
.webring-box {
  margin: 0 0 12px;
  padding: 8px;
  text-align: center;
  border: 4px ridge #fffb00;
  background: #000066;
  box-shadow: inset 0 0 12px #000;
}
.ring-title {
  color: #fffb00;
  font-family: Impact, 'Arial Black', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-shadow: 2px 2px #000;
  margin-bottom: 6px;
}
.webring-box a {
  display: block;
  color: #00ffff;
  background: #000;
  border: 2px outset #fff;
  padding: 5px;
  text-decoration: none;
  font-size: 12px;
}
.webring-box a:hover {
  background: #fffb00;
  color: #000;
}

.side-card h2 {
  margin: 0 0 8px;
  color: #fffb00;
  font-size: 18px;
  text-shadow: 2px 2px #a000a0;
}
.side-card p { margin: 7px 0; }

.content { min-width: 0; }
.panel {
  margin: 0 0 14px;
  padding: 12px;
  border: 5px ridge #fffb00;
  background: rgba(0,0,0,.84);
}
.panel h2 {
  margin: 0 0 10px;
  padding: 6px;
  color: #000;
  background: linear-gradient(90deg, #fffb00, #ff00ff, #00ffff);
  font-family: Impact, 'Arial Black', sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  border: 3px outset #fff;
  text-shadow: 1px 1px #fff;
}
.lead { font-size: 18px; color: #ffffff; }

.front-splash {
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr;
  gap: 14px;
  align-items: start;
}
.welcome-copy {
  border: 4px groove #00ffff;
  background: #160016;
  padding: 10px;
}
.update-box, .notice-box {
  margin-top: 12px;
  padding: 8px;
  color: #000;
  background: #fffb00;
  border: 4px outset #fff;
  font-weight: bold;
}
.notice-box { background: #00ffff; }

.gallery, .film-grid, .home-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 12px;
}
.film-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.home-links { margin-top: 14px; }

.home-link-card, .film-card {
  border: 4px groove #00ffff;
  background: #1c001c;
  padding: 8px;
}
.home-link-card h3, .film-card h3 {
  margin: 0 0 8px;
  color: #fffb00;
  font-size: 19px;
  text-shadow: 2px 2px #000;
}
.home-link-card a { display: inline-block; margin-top: 5px; }
.film-card.comeback { background: #111827; border-color: #9ca3af; }

.artifact {
  margin: 0;
  padding: 7px;
  background: #050505;
  border: 4px ridge #888;
  box-shadow: 5px 5px 0 rgba(255,0,255,.35);
}
.artifact img {
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid #fff6c9;
  background: #111;
}
.artifact figcaption {
  margin-top: 6px;
  color: #fff6c9;
  font-size: 12px;
  line-height: 1.35;
}
.assetno {
  color: #00ffff;
  font-family: 'Courier New', monospace;
  font-weight: bold;
}

.photo-old img, .photo-old-bw img {
  image-rendering: auto;
  filter: contrast(1.04) saturate(.92);
}
.photo-old, .photo-old-bw {
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.05) 0 1px, rgba(0,0,0,.06) 1px 3px),
    #050505;
}
.modern-find {
  border-color: #c0c0c0;
  box-shadow: 5px 5px 0 rgba(0,255,255,.25);
}
.poster {
  border-color: #fffb00;
  box-shadow: 5px 5px 0 rgba(255,0,0,.55);
}
.print { border-color: #f7c26b; }
.oddity { border-color: #ff00ff; }

.timeline {
  width: 100%;
  border-collapse: collapse;
  background: #000;
  font-size: 14px;
}
.timeline th {
  background: #fffb00;
  color: #000;
  border: 3px outset #fff;
  padding: 6px;
}
.timeline td {
  border: 2px solid #00ffff;
  padding: 7px;
  vertical-align: top;
}
.timeline tr:nth-child(odd) td { background: #160022; }
.timeline td:first-child {
  color: #fffb00;
  font-weight: bold;
  font-family: 'Courier New', monospace;
  white-space: nowrap;
}

.guestbook-entry {
  border: 3px ridge #00ffff;
  background: #09001a;
  margin: 9px 0;
  padding: 8px;
}
.guestbook-entry.old { background: #160016; }
.guestbook-entry.quiet { background: #0b0b0b; border-color: #777; }
.guestbook-meta {
  color: #fffb00;
  font-family: 'Courier New', monospace;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px dashed #00ffff;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
.guestbook-entry p { margin: 6px 0 0; }

.footer { text-align: center; }
.tiny-text { font-size: 12px; color: #d8d8d8; }
code { color: #00ff66; background: #111; padding: 1px 3px; }

.blink { animation: blinker .85s step-start infinite; }
@keyframes blinker { 50% { opacity: 0; } }

@media (max-width: 850px) {
  .main-table { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .front-splash { grid-template-columns: 1fr; }
  .panel h2 { font-size: 24px; }
}
