*,
*::before,
*::after {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: system-ui, sans-serif;
	font-size: 14px;
	background-color: #E8E8E8;
}
.content {
	max-width: 1375px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	padding-top: 0px;
}
.content5 {
	max-width: 1375px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	padding-top: 0px;
}
.footer {
	background-color: #E8E8E8;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}
header {
	padding: 0;
	padding-top: 13px;
	padding-bottom: 8px;
}
.controls {
	display: grid;
	gap: 10px;
}
.filter-row select, .sort-row select {
	width: 100%;
	padding: 8px;
}
.filter-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 8px;
}
main {
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.movie-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}
/* Force exactly 2 columns on small screens */
@media (max-width: 500px) {
    .movie-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.movie-grid-one-column-ok {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: flex-start;
}
.movie-card {
	background: #fff;
	border-radius: 10px;
	padding: 8px;
	display: flex;
	flex-direction: column;
	max-width: 220px;
	position: relative;
	z-index: 1;
}
.oldstuffinmovieimg {
    aspect-ratio: 1 / 1;
}
.movieimg {
    width: 100%;
    max-width: 200px;
    object-fit: cover;
    align-self: center;
}
.movie-title {
    text-align: center;
    font-weight: 600;
	z-index: 1;
}
.nominee-desc {
    text-align: center;
	z-index: 1;
}
.details {
    font-size: 13px;
    padding-left: 18px;
    margin: 0;
}
.meta {
	font-size: 13px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	align-items: center;
}
.meta img {
    vertical-align: middle;
}
.seen-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
}
.hidden {
    display: none;
}
.DSPERROR {
	background-color: yellow;
	color: red;
	font-weight: bold;
	padding: 12px;
}
.announcement {
	background-color: red;
	color: white;
	padding: 12px;
}
.footerOLD {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 60%;
}
.right {
	text-align: right;
}
.strike {
	text-decoration: line-through;
}
.BulletSeen {
	list-style-type: disc;
}
.BulletUnseen {
	list-style-type: circle;
}
.refresh {
  font-size: 60%;
  font-weight: normal;
}
/* unvisited link */
a:link {
  color: blue;
}
/* visited link */
a:visited {
  color: blue;
}
/* mouse over link */
a:hover {
  color: red;
}
/* selected link */
a:active {
  color: red;
}
table {
    border-collapse: collapse;
}
ul.nominees {
  margin-top: 3px;
}
.CAT {
  font-weight:bold;
  font-family: tahoma,verdana,sans-serif;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
.NOPAD {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.tinyspace {
	font-size: 3px;
}
.CENTER {
  text-align: center;
}
.R {
 color: red;
}
.G {
 color: green;
}
.SIL {
 color: silver;
}
.DSPSUCCESS {
 color: green;
 font-weight: bold;
 text-align: center;
}
.B {
 font-weight:bold;
}
.I {
 font-style:italic;
}
td {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin: 0;
	padding: 8px;
}
.ROW {
  background-color: #231F20;
  color: #FEC81E;
}
.COL {
  background-color: #EDEFF4;
}
.MINCELL {
  border-style: none;
  border-width: 1px;
  font-size: 80%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}
.MINCELLB {
  border-style: solid;
  border-width: 1px;
  font-size: 80%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}
.OVERFLOW {
  white-space: nowrap;
  border-style: solid;
  border-width: 1px;
  font-size: 70%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}
.subfont {
  font-size: 80%;
}
.CATTITLE {
  border-style: none;
  font-size: 120%;
  font-weight: bold;
}
.dbTitle {
	display: inline;
	color: white;
}
.refresh {
  font-size: 60%;
  font-weight: normal;
}
.CATSUBTITLE {
	font-size: 80%;
	margin: 0;
	padding: 0;
	position: relative;
	top: -8px;
}
textarea.COPYTOOL {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 12px;
    resize: none;
    font-family: courier new;
}
ul.parts {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    padding-left: 0px;
}
.ZONE {
	margin: 24px 0 0 0;
	padding: 0 0 0 0;
	font-size: 125%;
}
.SUBZONE {
	margin: 5px 0 0 24px;
	padding: 0 0 0 0;
}
.LOCATION {
	margin: 5px 0 0 48px;
	padding: 0 0 0 0;
	font-size: 80%;
}
.CHKBOX {
	width:24px;
	height:24px;
	position:relative;
	top:6px;
}
select.CATPF {
	width: 75px;
	padding: 12px 5px;
}
.buttonwinner {
  background-color: #4CAF50; /* Green */
  border: none;
  border-radius: 8px;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-appearance: none;
	width: 100%;
}
.buttonvote {
  background-color: silver;
  border: none;
  border-radius: 8px;
  color: black;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-appearance: none;
	width: 100%;
}
.buttonvote:disabled {
  background-color: #ECF0F1;
  border: none;
  border-radius: 8px;
  color: silver;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: default;
  -webkit-appearance: none;
	width: 100%;
}
.buttonheader {
  border: none;
  color: black;
  text-align: center;
  padding-top: 20px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-appearance: none;
	width: 100%;
}
input[type=button]:hover, input[type=submit]:hover {
	background-color: #E7B107;
	-webkit-appearance: none;
}
ulOLD { 
    list-style-type: disc;
    list-style-position: inside;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}
ul {
    list-style-position: inside;
    padding-left: 0;
    margin-left: 0;
}
liOLD { 
    padding: 0px; 
    margin: 0px; 
}
li {
    padding-left: 1.4em;   /* space for bullet */
    text-indent: -1.4em;   /* pull first line back to bullet */
}
a {
	text-decoration: none;
    }
.HOLDER {
	vertical-align: top;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
}
.BIGPADBELOW {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}
.CONFIGNAME {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}
.CONFIGVALUE {
  font-size: 80%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 0;
  padding-top: 5px;
}
@media print {
  .pagebreak {
    page-break-before: always;
  }
}
.FAKEHREF {
  cursor: pointer;
  color: blue;
}
.VB {
  vertical-align: bottom;
}
.RADIOLARGE {
  font-size: 150%;
}
.grid-oscar-night {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 10px;
	padding-top: 10px;
}
.grid-kiosk {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 5px;
	padding: 5px;
	font-size: 32px;
	background: black;
	color: white;
}
.grid-auto {
	display: grid;
	gap: 5px;
	padding: 5px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.grid-container-2 {
	padding-left: 50px;
	display: grid;
	grid-template-columns: 100px auto;
}
.grid-container-buttons {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	grid-column-gap: 2%;
}
.grid-container-pics {
	display: flex;
	flex-wrap: wrap;
	grid-template-columns: 200px 200px 200px 200px 200px;
	grid-column-gap: 10px;
	grid-row-gap: 18px;
}
.selected {
	outline: 5px dashed red;
}
.selectedTest {
    box-shadow: inset 0 0 0 4px black;
}
.imgcontainer {
  position: relative;
  width: 200px;
}
.bottom-right {
  position: absolute;
  top: 68px;
  left: 8px;
}
.strike {
	text-decoration: line-through;
}
.BulletSeen {
	list-style-type: disc;
}
.BulletUnseen {
	list-style-type: circle;
}
.ImgTogTbl {
	width: 95%;
}
.w70p {
	width: 70px;
}
.w50p {
	width: 50px;
}
.parent {
    /* whatever you've already defined */
    width: 100%;
}
.ImgToggleSearchCatParent {
	display: grid;
	width: 100%;
	grid-template-columns: 50px 70px 1fr;
}
.SearchInput {
	width: 100%;
	padding: 12px 20px 12px 40px;
	font-size: 14px;
	box-sizing: border-box;
	background-image: url('/oscars.nsf/searchicon.png?OpenFileResource');
	background-position: 10px 12px;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
}
.vcenter {
	display: flex;
	align-items: center;
}
.Category {
	padding: 0px;
	margin: 0;
}
.CategoryNoImg {
	padding: 8px;
	margin: 0;
}
.CatUserNoImg {
	padding: 0;
	padding-bottom: 12px;
	margin: 0;
}
.catheader {
	padding: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
	font-weight: bold;
}
.moviewatchstats {
	padding-top: 10px;
}
.seen {
	background:
		repeating-linear-gradient(
			45deg,
			#fafafa,
			#fafafa 10px,
			#f0f0f0 10px,
			#f0f0f0 20px
		);
}
.seenYellow {
	background: yellow;
}
.whitebg {
	background: #fff;
}
.NomineeGridNoPics{
	display: grid;
	grid-template-columns: minmax(150px,275px) minmax(50px,120px);
	gap: 0;
	border: 1px solid silver;
	background-color: white;
}
.NomineeNoPics {
	margin: 0;
	padding: 3px;
	border: 1px solid silver;
}
.GuessesNoPics {
	margin: 0;
	padding: 3px;
	border: 1px solid silver;
	z-index: 1;
}
.GuessesWithPics {
	margin: 0;
	padding: 8px;
	z-index: 1;
}
.summary {
    font-size: 13px;
}
/* ===== BASE NAV ===== */
.padlr {
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.statusBox {
	margin: 0;
	margin-bottom: 10px;
	padding: 8px 12px;
	background: #222;
	color: #fff;
	font-family: monospace;
	font-size: 12px;
	border-radius: 6px;
	opacity: 0.85;
	display: none;
}
.checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 12px;
}
.symbol {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.check {
	color: green;
}
.x {
	color: red;
}
.name-td {
	height: 100px;
}
.name-nested-grid {
	display: flex;
	flex-direction: column;    /* stack score on top, name on bottom */
	height: 100%;              /* fill the td */
	justify-content: space-between;  /* push top and bottom to edges */
	align-items: center;       /* center horizontally */
}
.score-sb {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	white-space: nowrap;
	text-align: center;
}
.name-sb {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
}
.votebutton {
	background: #2563eb; /* blue */
	border: none;
	border-radius: 4px;
	color: white;
	cursor: pointer;
	display: inline-block;
	margin: 4px 2px;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	-webkit-appearance: none;
}
.winner-announcement {
	padding-top: 8px;
	text-align: center;
	font-weight: 600;
	color: green;
	z-index: 1;
}
.statue {
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 0;
	opacity: 0.75;	/* adjust to taste */
}
.scoreboard {
	background: #fff;
	width: 100%;
}
.topnav {
	background: #1f2933; /* dark slate */
	display: flex;
	justify-content: space-between;
	padding: 14px;
	padding-left: 0;
	padding-right: 0;
	position: sticky;
	top: 5px;
	width: 100%;
	z-index: 1000;
}
/* Hamburger always visible */
.hamburger {
	display: flex;
	flex-direction: column;
	gap: 4px;
	background: none;
	border: none;
	cursor: pointer;
	margin-left: auto;
	margin-right: 10px;
	padding-right: 0;
}
.hamburger span {
	width: 24px;
	height: 3px;
	background: white;
	display: block;
}
/* Dropdown menu (hidden by default) */
.nav-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: #1f2933; /* dark slate */
	flex-direction: column;
	width: 220px;
	padding: 8px 0;
	border: 1px solid #333;
	margin: 0;
}
/* Show when toggled */
.nav-menu.show {
	display: flex;
}
.nav-links {
	list-style: none;
	padding: 8px 0;
	margin: 0;
}
.nav-links li {
	font-size: 16px;
	padding-right: 0;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 0;
}
/* Normal links */
.nav-links a {
	color: #ccc;
	text-decoration: none;
	display: block;
}
.nav-links a:hover {
	color: white;
}
/* Current page inside menu */
.nav-links .active {
	cursor: default;
	background: #2563eb; /* blue */
	color: #ffffff;
	font-weight: 600;
}
.MainTitle {
	padding-left: 8px;
	font-weight: bold;
	font-size: 16px;
	color: #ccc;
}
.nav-info {
	color: white;
	text-align: center;
}
.topnav::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #E8E8E8; /* same as body background */
}
.winner {
	background: yellow;
}
.topnavold {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 8px;
    background: #1f2933; /* dark slate */
    border-bottom: 1px solid #2f3b47;
}
.topnavold a {
    flex: 1 1 auto;
    min-width: 70px;
    text-align: center;
    text-decoration: none;
    color: #e5e7eb;
    background: #2f3b47;
    padding: 10px 8px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.2;
    transition: background 0.15s ease, transform 0.1s ease;
}
.topnavold a:hover {
    background: #3b4a59;
}
.topnavold a:active {
    transform: translateY(1px);
}
/* ===== ACTIVE STATE ===== */
.topnavold a.active {
    background: #2563eb; /* blue */
    color: #ffffff;
    font-weight: 600;
}
/* ===== REFRESH / META TEXT ===== */
.topnavold .refresh {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    opacity: 0.85;
}
/* ===== SUB NAV ===== */
.topnavold.subnav {
    background: #f3f4f6;
    border-bottom: 1px solid #d1d5db;
}
.topnavold.subnav a {
    background: #ffffff;
    color: #374151;
    font-size: 13px;
}
.topnavold.subnav a:hover {
    background: #e5e7eb;
}
.topnavold.subnav a.active {
    background: #111827;
    color: #ffffff;
}
/* ===== DESKTOP ENHANCEMENT ===== */
@media (min-width: 768px) {
    .topnavold a {
        flex: 0 0 auto;
        min-width: 80px;
        padding: 12px 14px;
    }
}
.span2 {
	grid-column: span 2;
}
.scoreboardheader {
	font-weight: bold;
	border: none;
}
		.gridStreaming {
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
			gap: 12px;
		}
		.service {
			text-align: center;
			cursor: pointer;
			padding: 6px;
			border-radius: 8px;
			border: 2px solid transparent;
			user-select: none;
		}
		.service img {
			width: 50px;
			height: 50px;
			display: block;
			margin: 0 auto 4px;
			opacity: 0.4; /* OFF */
			transition: 0.2s;
		}
		.service span {
			font-size: 12px;
			display: block;
		}
		/* ON */
		.service.active {
			border-color: #4CAF50;
			background-color: #f0fff0;
		}
		.service.active img {
			opacity: 1;
		}
