 body { width: 100%; padding: 0% 1%; min-width: 660px !important; }
body.public-site {
	background-color: #f2f5f9;
	color: #0f172a;
}
body.public-site a {
	color: #0f4c81;
}
body.public-site #header {
	background: linear-gradient(180deg, #f8fafc 0%, #dde5ef 100%);
	border-bottom: 1px solid #c6d0dc;
}
#header { height: 11.3em; text-align: center;}
#header h1 { font-size: 7.5em; line-height: .25em; }
#header h2 { font-size: 2em;
	-webkit-text-fill-color: black; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: .1px;
	-webkit-text-stroke-color: white;
}

body.public-site #header h1,
body.public-site #header h2,
body.public-site #body,
body.public-site #footer {
	color: inherit;
}

#header #tools { text-align: center; background-color: #ccc; height: 2.7em;} 
body.public-site #header #tools {
	background-color: #d8dee8;
	border-top: 1px solid #c6d0dc;
	border-bottom: 1px solid #c6d0dc;
}
#header #tools ul {
	margin: 0 auto;
	padding: 0; 
	display:inline-block;
}
#header #tools ul li { 
	float: left;
    height: 1.8em;
    cursor: pointer;
    width: auto;
    font-size: 1.8em;
    font-family: d3photography;
    padding: 0.1em 0.5em;
    margin-top: 0.2em;}
body.public-site #header #tools ul li {
	border-radius: 999px;
	margin: 0.2em 0.15em 0;
}
#header #tools ul li:hover { background-color: #f00; color: #fff; }
#header #tools ul li:hover a { 
	background-color: #f00; color: #fff;
}
body.public-site .site-theme-tools {
	position: fixed;
	top: 1rem;
	right: 1rem;
	z-index: 1300;
}
body.public-site .site-theme-toggle {
	padding: 0.55em 0.9em;
	border: 1px solid #94a3b8;
	border-radius: 999px;
	background: #ffffff;
	color: #0f172a;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
	box-shadow: 0 0.75rem 1.75rem rgba(15, 23, 42, 0.2);
}
#body p { font-size: 1.3em; min-width: 660px !important; }
body.public-site #body,
body.public-site #body p,
body.public-site #body li,
body.public-site #body td,
body.public-site #body th,
body.public-site #body label,
body.public-site #body strong,
body.public-site #body em {
	color: inherit;
}

#body h1 {font-size: 4em;}
#body h2 {font-size: 3em; }
#body h3 {font-size: 2em; }
#body h4 {font-size: 1.5em; }
#body h1, #body h2, #body h3, #body h4 {  margin-left: 15px; padding: .25em 0em; }

.game_picker {font-size: 2em; }
.game_picker tr td,  .game_picker tr th { padding: .5em;}



/* START Login/Register Page CSS */

.header ul {min-width: 90em; max-width: 50%; display: block; margin: 0 auto; clear: right; }
.header ul li {min-width: 44em; max-width: 25%; float: left; text-align: center;} 


#register {clear: both; margin: 0 auto; min-width: 60em; max-width: 50%; padding-top: 3em;  }

#change_password { clear: both; margin: 0 auto; min-width: 60em; max-width: 50%; padding-top: 3em;  }
#change_password ul li label { width: 15em; }

#signin {clear: both; margin: 0 auto; min-width: 60em; max-width: 50%; padding-top: 3em;  }

#overlay_black, #overlay_white {display: none; }
html body #overlay_black { z-index: 500; position: fixed; top: 0; left: 0; bottom: 0; right: 0; }
html body #overlay_white { z-index: 600; position: fixed; top: 5%; left: 5%; width: 85%; height: 85%;}
body.public-site #overlay_white {
	background-color: #ffffff;
	color: #0f172a;
	border-color: #94a3b8;
	box-shadow: 0 24px 80px rgba(15, 23, 42, 0.28);
}
body.public-site #overlay_black {
	background-color: rgba(15, 23, 42, 0.45);
}

/* END Login/Register Page CSS */

/* START Brackets Designer */

#brackets_container { font-size: 1.1em; min-width: 660px !important; }
#brackets_container .matchup span { }
#brackets_container .matchup.right_bracket {border: 1px solid black;  border-right: none; min-width: 5em; max-width: 9%; margin: 2em 0em;  }

#brackets_container .matchup.left_bracket {border: 1px solid black;  border-left: none; min-width: 5em; max-width: 9%; margin: 2em 0em;  }
#brackets_container .matchup .top_post { display: block; position: relative; left: 0; top: 0; padding-left: 0.25em;}
#brackets_container .matchup.round1 { background-color: #fff; z-index:+5;}
#brackets_container .matchup { z-index: +1;}
#brackets_container .matchup.round1 .bottom_post { position: relative !important;}
#brackets_container .matchup .bottom_post { display: block; position: absolute; left: 0; bottom: 0; right: 0; padding-left: 0.25em;
}

#brackets_container .matchup span { cursor: pointer; overflow: hidden; height: 1em; padding: .25em 0em;}
#brackets_container .matchup span:hover { background-color: #000; color: #fff;}
#brackets_container .matchup.game-live { box-shadow: inset 0 0 0 2px #059669; }
#brackets_container .matchup.game-final { box-shadow: inset 0 0 0 2px #2563eb; }
#brackets_container .matchup .live-stats-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.75rem;
	font-weight: bold;
	padding: 0.15rem 0.35rem;
	border: 1px solid #1d4ed8;
	border-radius: 0.2rem;
	background: #eff6ff;
	color: #1d4ed8;
	white-space: nowrap;
	text-decoration: none;
	z-index: 4;
}
#brackets_container .matchup .live-stats-link:hover {
	background: #dbeafe;
	color: #1e3a8a;
}
.bracket-live-status[data-state='live'] { color: #047857; }
.bracket-live-status[data-state='error'] { color: #b91c1c; }
.mobile_autofocus_tools {
	display: none;
	margin: 0.75em auto 1.25em;
	font-size: 1.15em;
}
.mobile_autofocus_tools.is_visible {
	display: block;
}
@media (max-width: 768px) {
	.mobile_autofocus_tools {
		display: block;
	}
}
@media (pointer: coarse) {
	.mobile_autofocus_tools {
		display: block;
	}
}
.mobile_autofocus_tools label {
	display: inline-block;
	padding: 0.45em 0.9em;
	border: 1px solid #000;
	background-color: #fff;
	cursor: pointer;
}
.mobile_autofocus_tools input {
	margin-right: 0.35em;
}
.mobile_headtohead_tools {
	display: none;
	margin: 0em auto 1.25em;
	font-size: 1.15em;
}
.mobile_headtohead_tools.is_visible {
	display: block;
}
.mobile_headtohead_tools label {
	display: inline-block;
	padding: 0.45em 0.9em;
	border: 1px solid #000;
	background-color: #fff;
	cursor: pointer;
}
.mobile_headtohead_tools input {
	margin-right: 0.35em;
}
.mobile_headtohead_panel {
	display: none;
}
.mobile_headtohead_panel.is_visible {
	display: block;
}
body.public-site .mobile_headtohead_panel.is_visible {
	background: #f2f5f9;
	border-color: #94a3b8;
	color: #0f172a;
}
body.public-site .mobile_headtohead_panel .mobile_headtohead_pick {
	background: #e8eef6;
	border-color: #94a3b8;
	color: #0f172a;
}
html.site-theme-dark body.public-site .mobile_headtohead_panel.is_visible,
body.public-site.site-theme-dark .mobile_headtohead_panel.is_visible {
	background: #020617;
	border-color: #475569;
	color: #dbe4f0;
}
html.site-theme-dark body.public-site .mobile_headtohead_panel .mobile_headtohead_pick,
body.public-site.site-theme-dark .mobile_headtohead_panel .mobile_headtohead_pick {
	background: #0f172a;
	border-color: #475569;
	color: #dbe4f0;
}
@media (max-width: 768px) {
	.mobile_headtohead_tools {
		display: block;
	}
	.mobile_headtohead_panel.is_visible {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2500;
		background: #fff;
		border: 3px solid #000;
		border-radius: 0.6em;
		padding: 0.75em;
		width: min(92vw, 30em);
		box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.45), 0 0.5em 1.2em rgba(0, 0, 0, 0.3);
	}
	.mobile_headtohead_panel .mobile_headtohead_game {
		font-weight: bold;
		font-size: 1.1em;
		margin-bottom: 0.15em;
		text-align: center;
	}
	.mobile_headtohead_panel .mobile_headtohead_prompt {
		font-size: 1em;
		margin-bottom: 0.45em;
		text-align: center;
	}
	.mobile_headtohead_panel .mobile_headtohead_pick {
		display: block;
		width: 100%;
		padding: 0.65em 0.5em;
		margin: 0.35em 0;
		border: 1px solid #000;
		background: #f9fafb;
		font-size: 1.15em;
		text-align: left;
		line-height: 1.25;
		white-space: normal;
	}
	html.site-theme-dark body.public-site .mobile_headtohead_panel.is_visible,
	body.public-site.site-theme-dark .mobile_headtohead_panel.is_visible {
		box-shadow: 0 0 0 100vmax rgba(2, 6, 23, 0.6), 0 0.5em 1.2em rgba(2, 6, 23, 0.45);
	}
}
@media (pointer: coarse) {
	.mobile_headtohead_tools {
		display: block;
	}
}
#brackets_container .matchup.mobile_autofocus_target,
.championship_game .matchup.mobile_autofocus_target {
	box-shadow: 0 0 0 4px rgba(255, 196, 0, 0.7);
	background-color: rgba(255, 244, 179, 0.85);
}
#brackets_container .matchup span.mobile_autofocus_flash,
.championship_game .matchup span.mobile_autofocus_flash,
.championship_game .champion.mobile_autofocus_flash {
	animation: mobile-autofocus-flash 0.35s ease-in-out 1;
}
@keyframes mobile-autofocus-flash {
	0% { background-color: #fff1a8; }
	100% { background-color: inherit; }
}
.playingamepicker .playin_table_matchup thead th { background-color: blue; color: white; padding: .5em }
.playingamepicker .playin_table_matchup tbody tr { cursor: pointer; overflow: hidden; height: 1em;}
.playingamepicker .playin_table_matchup tbody tr:hover { background-color: #000; color: #fff;}
.playingamepicker .playin_table_matchup tbody tr th { padding: .25em; }


/* END Brackets Designer */

.playingamepicker { clear: both; height: 12.5em; margin: 0 auto; width: 125em; }
.playingamepicker .playin_table_matchup { width: 20%; max-width: 24%; float: left; margin: 0em 2em; border: 2px solid black; font-size: 1.4em; }
.playingamepicker .table_div {margin: 0em auto; height: auto; }
.playingamepicker tr {cursor: pointer; }
.playin_table_matchup thead th { font-size: 1.25em; }


form #register { font-size: 1.3em; width: 75%; }
form ul li { clear: both; font-size: 1.3em;}
form ul li label { width: 10em; float: left;  font-size: 1.3em;}

form ul li label.error { width: auto;  font-size: auto;}
form ul input[type=text] {font-size: 1.3em; width: 15em;}
form ul input[type=text].error {background-color: red; color: #fff; border: black solid 2px;}
.championship_game {position: absolute; top: 35em; left: 37.5%; width: 25%; height: 15em;} 
.championship_game div {  border: 1px solid black;}
.championship_game .matchup { width: 40%;
	left: 10%; 
	height: 5em;
	top: 25%;
	position: relative;
	border-left: none;
}
.championship_game .champion, div.championlabel {
	width: 50%;
	left: 50%;
	position: absolute;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid black;
	text-align: center;
}
div.championlabel {
    top: 6.5em;
    border: 0;
    font-weight: bold;
}
.championship_game .tiebreaker { display: none;
	z-index: 10;
    position: absolute;
    bottom: 3em;
    left: 12.5%;
    width: 75%;
    border: 0;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}
.bracket_view .championship_game .tiebreaker { display: inline; }
.championship_game button.updateballot, .championship_game button.submitballot { 
    position: absolute;
    bottom: 0em;
    left: 32%;
    width: 33%;
    border: 0;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}

.championship_game button.submitballot { display: none;}


ul.list_of_things li { font-size: 1.5em; }


#overlay_white {
  border: 2px solid;
  padding: 20px; 
  width: 300px;
  resize: both;
  overflow: auto;
}

hr { clear: both; }

/* START Login Page Things */ 
button.continue_with { width: 12em; height: 1.44em; font-size: 1em font-weight: bold; text-align: left; display:block; margin: .5em auto; font-family: d3photography; }
button.continue_with img { max-height: 1em; position: relative; top: -.25em; width: auto; padding-right: .25em; vertical-align: middle;}
/* button.continue_with.apple img { padding-right: ;} */
button.create_with { margin-top: .25em !important; font-size: 3em !important; text-align: center; }
button.continue_with.email { margin-top: .25em; font-size: 1.2em; text-align: center; }
button.continue_with.google { background-color: #fff; font-size: 3em;  color: #000; }
button.continue_with.linkedin { background-color: #369; font-size: 3em;  color: white; }
button.continue_with.apple { background-color: black; font-size: 3em;  color: white;  }
button.continue_with.disabled { opacity: .25;}

form#login_page { font-size: 24px; width: 16em; height: auto; border: 5px solid black; margin: 0 auto; font-family: d3photography; }

#login_page div.title strong {font-size: 3em; display: block; margin-bottom: .1em; }
#login_page div.title em {display: block; margin-bottom: .25em;  font-family: arial; }
#login_page div { clear: both; }
#login_page div label { float: left; width: 13em; font-weight: bold; font-size: .6em; text-align: right; margin: 0; padding: 0; padding-right: .5em}
div.container div.or { font-size: 2em; font-color: #000; opacity: .75; }
div span span.record { display: none; }
div.round1 span span.record { display: inline;}
/* END Login Page Things */ 


ul.challenges, table.challenges { font-size: 1.4em;}
table.challenges thead { font-size: 1.2em; background-color: #000; color: #fff}
table.challenges th, table.challenges td { padding: .1em .5em; }
table.challenges tbody tr:hover td { background-color: #ccc; color: #000}
table.challenges tbody tr:hover th { background-color: #ccc; color: #000}
body.public-site table,
body.public-site table.challenges,
body.public-site table.standings {
	background-color: rgba(255, 255, 255, 0.88);
	border-collapse: collapse;
}
body.public-site table th,
body.public-site table td {
	border-bottom: 1px solid #c6d0dc;
}
div.bracket_view.tools { font-size: 2.5em; font-weight: bold; }
button a { color: #000 !important; text-decoration: none;}

div.note {min-width: 50% ; max-width: 75%; border: 5px solid black; padding: 1em; background-color: yellow; font-size: 1.3em; margin: 0 auto; margin-top: 2em;  }
#body { padding-bottom: 10em; }
#body div.note p { width: 100% !important; min-width: 100% !important; }
#login_page a {text-decoration: none !important; }
#login_page a.smaller { font-size: 1em; text-align: center; display: block; padding-bottom: 1em; }
#footer { width: 100% !important; padding: .25em;} 
body.public-site #footer {
	background-color: #d8dee8;
	border-top: 1px solid #c6d0dc;
}
body.public-site input[type='text'],
body.public-site input[type='email'],
body.public-site input[type='password'],
body.public-site input[type='search'],
body.public-site input[type='datetime'],
body.public-site input[type='button'],
body.public-site textarea,
body.public-site select,
body.public-site button {
	border-radius: 0.35em;
	border: 1px solid #94a3b8;
	background-color: #ffffff;
	color: #0f172a;
}
body.public-site input[type='checkbox'] {
	accent-color: #0f4c81;
}

#registration_form { max-width: 750px; min-width: 150px; width: 50%;}

.devnote { position: fixed; top: 1em; left: 1em; right: 1em; z-index: 99; background-color: yellow;}
form.reset_password {margin-top: 2em !important; }
div.challenges { padding: .5em; margin-top: 1em; }
div.challenges h4 { padding-left: 1em; }
:root {
	--bracket-win-text: #166534;
	--bracket-win-bg: #eaf7ee;
	--bracket-win-border: #16a34a;
	--bracket-loss-text: #9f1239;
	--bracket-loss-bg: #fdecec;
	--bracket-loss-border: #e11d48;
	--bracket-pending-text: #334155;
	--bracket-pending-bg: #f8fafc;
}

#brackets_container .matchup span:not(.winner):not(.loser),
.championship_game .matchup span:not(.winner):not(.loser),
.championship_game .champion:not(.winner):not(.loser) {
	color: var(--bracket-pending-text);
	background-color: var(--bracket-pending-bg);
}

span.winner {
	font-weight: 700;
	color: var(--bracket-win-text);
	background-color: var(--bracket-win-bg);
	border-left: 0.22em solid var(--bracket-win-border);
	padding-left: 0.3em !important;
}

span.loser {
	color: var(--bracket-loss-text);
	background-color: var(--bracket-loss-bg);
	text-decoration: line-through;
	border-left: 0.22em solid var(--bracket-loss-border);
	padding-left: 0.3em !important;
}

table.standings { font-size: 1.5em; margin: 0 auto; }
ul.standings, table.standings { font-size: 1.4em;}
table.standings thead { font-size: 1.2em; background-color: #000; color: #fff}
table.standings th, table.standings td { padding: .1em .5em; }
table.standings th { padding: .1em 1em; }
table.standings tbody tr:hover td { background-color: #ccc; color: #000}
table.standings tbody tr:hover th { background-color: #ccc; color: #000}
table.standings tbody tr.me { background-color: goldenrod; color: #000; }

div.updates {     float: right;
  max-width: 48%;
  min-width: 35em;
  width: 50%; }
div.compose { float: left; max-width: 48%; width: 50em; height: 100em; margin-right: 2em;}
div.mce-tinymce{
    width: 50em !important;
}
input[type='text'].headline { font-size: 3em; width: 15em; }

.results_others {padding: .25em; margin: .1em; width: 20em; height: auto; background-color: #ccc; z-index: 9999; border: 3px solid black;  }
.results_others div { padding: .2em; }

.results_others div:hover { background-color: #000; color: white; }
.results_others div span { float: right; }
.results_others h1 { font-size: 1.5em !important;}
.matchup span.grey { color: #cccccc;}

.site-panel-shell {
	display: none;
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 20000;
	max-width: calc(100% - 2rem);
	isolation: isolate;
}

.site-panel-shell.is-visible,
.site-panel-shell.is-preview {
	display: block;
}

.site-panel-shell::before {
	content: "";
	position: absolute;
	inset: -1rem;
	z-index: -1;
	border-radius: 1.5rem;
	background: #f2f5f9;
	box-shadow: 0 1.5rem 3rem rgba(15, 23, 42, 0.18);
}

.site-panel-shell--banner {
	width: min(64rem, calc(100% - 2rem));
}

.site-panel-shell--card {
	width: min(28rem, calc(100% - 2rem));
}

.site-panel-shell.is-preview {
	position: static;
	right: auto;
	bottom: auto;
	max-width: 100%;
}

.site-panel-shell.is-preview::before {
	display: none;
}

.site-panel {
	position: relative;
	padding: 1.25rem 1.25rem 1rem;
	border: 3px solid #111;
	background: linear-gradient(180deg, #fff 0%, #f5f1e8 100%);
	box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.3);
	font-family: Arial, sans-serif;
	width: 100%;
	box-sizing: border-box;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.site-panel,
.site-panel * {
	max-width: 100%;
	box-sizing: border-box;
	min-width: 0;
}

.site-panel--feature {
	background: linear-gradient(180deg, #fff8dc 0%, #ffe7a8 100%);
}

.site-panel--notice {
	background: linear-gradient(180deg, #f7fbff 0%, #d9e9ff 100%);
}

.site-panel--issue {
	background: linear-gradient(180deg, #fff7f5 0%, #ffd0c7 100%);
}

.site-panel__preview-label,
.site-panel__eyebrow {
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.site-panel__preview-label {
	margin-bottom: 0.5rem;
	color: #555;
}

.site-panel__title {
	margin: 0.35rem 0 0.75rem;
	font-size: 1.6rem;
	line-height: 1.1;
	font-family: Arial, sans-serif;
}

.site-panel__body {
	font-size: 1rem;
	line-height: 1.45;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.site-panel__title,
.site-panel__body p,
.site-panel__body div,
.site-panel__body span,
.site-panel__body li,
.site-panel__body a,
.site-panel__eyebrow,
.site-panel__preview-label {
	overflow-wrap: anywhere;
	word-break: break-word;
	white-space: normal;
}

#body .site-panel__body p,
#body .site-panel__body div,
#body .site-panel__body li,
#body .site-panel__body ul,
#body .site-panel__body ol {
	min-width: 0 !important;
	width: auto !important;
	max-width: 100% !important;
}

.site-panel__body p,
.site-panel__body ul,
.site-panel__body ol {
	margin-bottom: 0.75rem;
}

.site-panel__actions,
.site-panel__dismissals {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	margin-top: 1rem;
}

.site-panel__action {
	display: inline-block;
	padding: 0.7rem 1rem;
	border: 2px solid #111;
	text-decoration: none;
	font-weight: bold;
	overflow-wrap: anywhere;
	word-break: break-word;
	white-space: normal;
}

.site-panel__action--primary {
	background: #111;
	color: #fff;
}

.site-panel__action--secondary {
	background: transparent;
	color: #111;
}

.site-panel__link,
.site-panel__close {
	border: 0;
	background: transparent;
	padding: 0;
	text-decoration: underline;
	font-size: 0.95rem;
	cursor: pointer;
	color: #111;
}

.site-panel__close {
	position: absolute;
	top: 0.85rem;
	right: 1rem;
	font-weight: bold;
}

.panel-admin {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: flex-start;
}

.panel-admin__editor {
	flex: 1 1 42rem;
}

.panel-admin__preview {
	flex: 1 1 40rem;
	min-width: 32rem;
	max-width: 100%;
}

#site-panel-preview {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.panel-form {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1rem;
	align-items: start;
}

.panel-form li {
	margin-bottom: 0;
	padding: 0.85rem 1rem;
	border: 1px solid transparent;
	transition: background-color 0.15s ease, border-color 0.15s ease;
	list-style: none;
}

.panel-form li:hover {
	background: #f4f0e6;
	border-color: #d2c4a3;
}

.panel-form__item--full {
	grid-column: span 6;
}

.panel-form__item--half {
	grid-column: span 3;
}

.panel-form__item--third {
	grid-column: span 2;
}

.panel-form__item--two-thirds {
	grid-column: span 4;
}

.panel-form__item--quarter {
	grid-column: span 1;
}

.panel-form label {
	display: block;
	width: auto;
	float: none;
	font-weight: bold;
	margin-bottom: 0.35rem;
}

.panel-form input[type='text'],
.panel-form select,
.panel-form textarea {
	width: 100%;
	font-size: 1.5rem;
}

.panel-form textarea {
	min-height: 28rem;
}

.panel-form__actions button,
.panel-delete button {
	padding: 0.5rem 0.9rem;
	font-size: 1rem;
	font-weight: bold;
}

.panel-form__actions {
	display: flex;
	align-items: center;
}

.field-note {
	display: block;
	margin-top: 0.3rem;
	font-size: 0.85rem;
	color: #555;
}

.panel-admin__table {
	width: 100%;
	margin-top: 1.5rem;
	font-size: 1.1rem;
}

.panel-admin__table thead th {
	background: #111;
	color: #fff;
	padding: 0.5rem;
}

.panel-admin__table tbody th,
.panel-admin__table tbody td {
	padding: 0.5rem;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

.panel-admin__table tbody tr:hover th,
.panel-admin__table tbody tr:hover td {
	background: #f4f0e6;
}

.panel-admin__empty td {
	text-align: center;
	font-style: italic;
	padding: 1rem;
}

body.admin-area.admin-theme-dark #site-panel-preview {
	background: transparent;
}

body.admin-area.admin-theme-dark .site-panel {
	border-color: #475569;
	background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
	box-shadow: 0 1.25rem 2.5rem rgba(2, 6, 23, 0.55);
	color: #e2e8f0;
}

body.admin-area.admin-theme-dark .site-panel--feature {
	background: linear-gradient(180deg, #3f2f12 0%, #5b4212 100%);
}

body.admin-area.admin-theme-dark .site-panel--notice {
	background: linear-gradient(180deg, #0f2942 0%, #16385d 100%);
}

body.admin-area.admin-theme-dark .site-panel--issue {
	background: linear-gradient(180deg, #4a1d1f 0%, #6b2527 100%);
}

body.admin-area.admin-theme-dark .site-panel__preview-label,
body.admin-area.admin-theme-dark .site-panel__eyebrow,
body.admin-area.admin-theme-dark .site-panel__title,
body.admin-area.admin-theme-dark .site-panel__body,
body.admin-area.admin-theme-dark .site-panel__body p,
body.admin-area.admin-theme-dark .site-panel__body div,
body.admin-area.admin-theme-dark .site-panel__body span,
body.admin-area.admin-theme-dark .site-panel__body li,
body.admin-area.admin-theme-dark .site-panel__body a {
	color: #e2e8f0;
}

body.admin-area.admin-theme-dark .site-panel__preview-label {
	color: #cbd5e1;
}

body.admin-area.admin-theme-dark .site-panel__action {
	border-color: #cbd5e1;
}

body.admin-area.admin-theme-dark .site-panel__action--primary {
	background: #e2e8f0;
	color: #0f172a;
}

body.admin-area.admin-theme-dark .site-panel__action--secondary,
body.admin-area.admin-theme-dark .site-panel__link,
body.admin-area.admin-theme-dark .site-panel__close {
	color: #e2e8f0;
}

body.admin-area.admin-theme-dark .panel-form li:hover {
	background: #1e293b;
	border-color: #60a5fa;
}

body.admin-area.admin-theme-dark .panel-form li:hover label,
body.admin-area.admin-theme-dark .panel-form li:hover .field-note,
body.admin-area.admin-theme-dark .panel-form li:hover input,
body.admin-area.admin-theme-dark .panel-form li:hover textarea,
body.admin-area.admin-theme-dark .panel-form li:hover select,
body.admin-area.admin-theme-dark .panel-form li:hover a {
	color: #f8fafc;
}

body.admin-area.admin-theme-dark .panel-form li:hover input,
body.admin-area.admin-theme-dark .panel-form li:hover textarea,
body.admin-area.admin-theme-dark .panel-form li:hover select {
	border-color: #93c5fd;
}

body.admin-area.admin-theme-dark .panel-form li:hover a,
body.admin-area.admin-theme-dark .panel-admin__table tbody tr:hover a {
	color: #9a3412;
}

body.admin-area.admin-theme-dark .field-note {
	color: #cbd5e1;
}

body.admin-area.admin-theme-dark .panel-admin__table thead th {
	background: #1e293b;
	color: #f8fafc;
}

body.admin-area.admin-theme-dark .panel-admin__table tbody th,
body.admin-area.admin-theme-dark .panel-admin__table tbody td {
	background: #0f172a;
}

body.admin-area.admin-theme-dark .panel-admin__table tbody th,
body.admin-area.admin-theme-dark .panel-admin__table tbody td {
	border-bottom-color: #334155;
}

body.admin-area.admin-theme-dark .panel-admin__table tbody tr:hover th,
body.admin-area.admin-theme-dark .panel-admin__table tbody tr:hover td {
	background: #1e293b;
}

html.site-theme-dark body.public-site,
body.public-site.site-theme-dark {
	background-color: #020617;
	color: #dbe4f0;
}

html.site-theme-dark body.public-site a,
body.public-site.site-theme-dark a {
	color: goldenrod;
}

html.site-theme-dark body.public-site #header,
body.public-site.site-theme-dark #header {
	background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
	border-bottom-color: #334155;
}

html.site-theme-dark body.public-site #header h2,
body.public-site.site-theme-dark #header h2 {
	-webkit-text-fill-color: #dbe4f0;
	-webkit-text-stroke-color: #0f172a;
}

html.site-theme-dark body.public-site #header #tools,
body.public-site.site-theme-dark #header #tools {
	background-color: #0f172a;
	border-top-color: #334155;
	border-bottom-color: #334155;
}

html.site-theme-dark body.public-site #header #tools ul li:hover,
html.site-theme-dark body.public-site #header #tools ul li:hover a,
body.public-site.site-theme-dark #header #tools ul li:hover,
body.public-site.site-theme-dark #header #tools ul li:hover a {
	background-color: #2563eb;
	color: #eff6ff;
}

html.site-theme-dark body.public-site .site-theme-toggle,
body.public-site.site-theme-dark .site-theme-toggle {
	background: #1e293b;
	border-color: #475569;
	color: #e2e8f0;
	box-shadow: 0 0.9rem 2rem rgba(2, 6, 23, 0.5);
}

html.site-theme-dark body.public-site #body,
html.site-theme-dark body.public-site #body p,
html.site-theme-dark body.public-site #body li,
html.site-theme-dark body.public-site #body td,
html.site-theme-dark body.public-site #body th,
html.site-theme-dark body.public-site #body label,
html.site-theme-dark body.public-site #body strong,
html.site-theme-dark body.public-site #body em,
body.public-site.site-theme-dark #body,
body.public-site.site-theme-dark #body p,
body.public-site.site-theme-dark #body li,
body.public-site.site-theme-dark #body td,
body.public-site.site-theme-dark #body th,
body.public-site.site-theme-dark #body label,
body.public-site.site-theme-dark #body strong,
body.public-site.site-theme-dark #body em {
	color: inherit;
}

html.site-theme-dark body.public-site #footer,
body.public-site.site-theme-dark #footer {
	background-color: #0f172a;
	border-top-color: #334155;
}

html.site-theme-dark body.public-site #overlay_white,
body.public-site.site-theme-dark #overlay_white {
	background-color: #0f172a;
	color: #dbe4f0;
	border-color: #475569;
	box-shadow: 0 24px 80px rgba(2, 6, 23, 0.65);
}

html.site-theme-dark body.public-site #overlay_black,
body.public-site.site-theme-dark #overlay_black {
	background-color: rgba(2, 6, 23, 0.7);
}

html.site-theme-dark body.public-site input[type='text'],
html.site-theme-dark body.public-site input[type='email'],
html.site-theme-dark body.public-site input[type='password'],
html.site-theme-dark body.public-site input[type='search'],
html.site-theme-dark body.public-site input[type='datetime'],
html.site-theme-dark body.public-site textarea,
html.site-theme-dark body.public-site select,
body.public-site.site-theme-dark input[type='text'],
body.public-site.site-theme-dark input[type='email'],
body.public-site.site-theme-dark input[type='password'],
body.public-site.site-theme-dark input[type='search'],
body.public-site.site-theme-dark input[type='datetime'],
body.public-site.site-theme-dark textarea,
body.public-site.site-theme-dark select {
	background-color: #0f172a;
	color: #e2e8f0;
	border-color: #475569;
}

html.site-theme-dark body.public-site input[type='button'],
html.site-theme-dark body.public-site button,
body.public-site.site-theme-dark input[type='button'],
body.public-site.site-theme-dark button {
	background-color: #1d4ed8;
	color: #eff6ff;
	border-color: #60a5fa;
}

html.site-theme-dark body.public-site input[type='checkbox'],
body.public-site.site-theme-dark input[type='checkbox'] {
	accent-color: #38bdf8;
}

html.site-theme-dark body.public-site table,
html.site-theme-dark body.public-site table.challenges,
html.site-theme-dark body.public-site table.standings,
html.site-theme-dark body.public-site div.note,
html.site-theme-dark body.public-site .results_others,
body.public-site.site-theme-dark table,
body.public-site.site-theme-dark table.challenges,
body.public-site.site-theme-dark table.standings,
body.public-site.site-theme-dark div.note,
body.public-site.site-theme-dark .results_others {
	background-color: #111827;
	color: #dbe4f0;
	border-color: #475569;
}

html.site-theme-dark body.public-site table th,
html.site-theme-dark body.public-site table td,
body.public-site.site-theme-dark table th,
body.public-site.site-theme-dark table td {
	border-bottom-color: #334155;
}

html.site-theme-dark body.public-site table.challenges thead,
html.site-theme-dark body.public-site table.standings thead,
body.public-site.site-theme-dark table.challenges thead,
body.public-site.site-theme-dark table.standings thead {
	background-color: #1e293b;
	color: #f8fafc;
}

html.site-theme-dark body.public-site table.challenges tbody tr:hover td,
html.site-theme-dark body.public-site table.challenges tbody tr:hover th,
html.site-theme-dark body.public-site table.standings tbody tr:hover td,
html.site-theme-dark body.public-site table.standings tbody tr:hover th,
body.public-site.site-theme-dark table.challenges tbody tr:hover td,
body.public-site.site-theme-dark table.challenges tbody tr:hover th,
body.public-site.site-theme-dark table.standings tbody tr:hover td,
body.public-site.site-theme-dark table.standings tbody tr:hover th {
	background-color: #1d4ed8;
	color: #eff6ff;
}

html.site-theme-dark body.public-site table.standings tbody tr.me,
body.public-site.site-theme-dark table.standings tbody tr.me {
	background-color: #a16207;
	color: #fef3c7;
}

html.site-theme-dark body.public-site #brackets_container .matchup.right_bracket,
html.site-theme-dark body.public-site #brackets_container .matchup.left_bracket,
html.site-theme-dark body.public-site .championship_game div,
html.site-theme-dark body.public-site .championship_game .champion,
html.site-theme-dark body.public-site div.championlabel,
html.site-theme-dark body.public-site .playingamepicker .playin_table_matchup,
body.public-site.site-theme-dark #brackets_container .matchup.right_bracket,
body.public-site.site-theme-dark #brackets_container .matchup.left_bracket,
body.public-site.site-theme-dark .championship_game div,
body.public-site.site-theme-dark .championship_game .champion,
body.public-site.site-theme-dark div.championlabel,
body.public-site.site-theme-dark .playingamepicker .playin_table_matchup {
	border-color: #ffffff;
}

html.site-theme-dark body.public-site #brackets_container .matchup.round1,
body.public-site.site-theme-dark #brackets_container .matchup.round1 {
	background-color: #020617;
}

html.site-theme-dark body.public-site #brackets_container .matchup,
html.site-theme-dark body.public-site #brackets_container .matchup span,
html.site-theme-dark body.public-site .championship_game,
html.site-theme-dark body.public-site .championship_game .champion,
html.site-theme-dark body.public-site div.championlabel,
body.public-site.site-theme-dark #brackets_container .matchup,
body.public-site.site-theme-dark #brackets_container .matchup span,
body.public-site.site-theme-dark .championship_game,
body.public-site.site-theme-dark .championship_game .champion,
body.public-site.site-theme-dark div.championlabel {
	color: #e2e8f0;
}

html.site-theme-dark body.public-site #brackets_container .matchup span:hover,
html.site-theme-dark body.public-site .playingamepicker .playin_table_matchup tbody tr:hover,
body.public-site.site-theme-dark #brackets_container .matchup span:hover,
body.public-site.site-theme-dark .playingamepicker .playin_table_matchup tbody tr:hover {
	background-color: #1d4ed8;
	color: #eff6ff;
}

html.site-theme-dark body.public-site .playingamepicker .playin_table_matchup thead th,
body.public-site.site-theme-dark .playingamepicker .playin_table_matchup thead th {
	background-color: #1e293b;
	color: #f8fafc;
}

html.site-theme-dark body.public-site .matchup span.grey,
body.public-site.site-theme-dark .matchup span.grey {
	color: #64748b;
}

html.site-theme-dark body.public-site,
body.public-site.site-theme-dark {
	--bracket-win-text: #86efac;
	--bracket-win-bg: rgba(74, 222, 128, 0.28);
	--bracket-win-border: #22c55e;
	--bracket-loss-text: #fda4af;
	--bracket-loss-bg: rgba(251, 113, 133, 0.28);
	--bracket-loss-border: #f43f5e;
	--bracket-pending-text: #cbd5e1;
	--bracket-pending-bg: rgba(51, 65, 85, 0.35);
}

html.site-theme-dark body.public-site .site-panel-shell::before,
body.public-site.site-theme-dark .site-panel-shell::before {
	background: #020617;
	box-shadow: 0 1.5rem 3rem rgba(2, 6, 23, 0.55);
}

html.site-theme-dark body.public-site .site-panel,
body.public-site.site-theme-dark .site-panel {
	border-color: #475569;
	background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
	box-shadow: 0 1.25rem 2.5rem rgba(2, 6, 23, 0.55);
	color: #e2e8f0;
}

html.site-theme-dark body.public-site .site-panel--feature,
body.public-site.site-theme-dark .site-panel--feature {
	background: linear-gradient(180deg, #3f2f12 0%, #5b4212 100%);
}

html.site-theme-dark body.public-site .site-panel--notice,
body.public-site.site-theme-dark .site-panel--notice {
	background: linear-gradient(180deg, #0f2942 0%, #16385d 100%);
}

html.site-theme-dark body.public-site .site-panel--issue,
body.public-site.site-theme-dark .site-panel--issue {
	background: linear-gradient(180deg, #4a1d1f 0%, #6b2527 100%);
}

html.site-theme-dark body.public-site .site-panel__preview-label,
html.site-theme-dark body.public-site .site-panel__eyebrow,
html.site-theme-dark body.public-site .site-panel__title,
html.site-theme-dark body.public-site .site-panel__body,
html.site-theme-dark body.public-site .site-panel__body p,
html.site-theme-dark body.public-site .site-panel__body div,
html.site-theme-dark body.public-site .site-panel__body span,
html.site-theme-dark body.public-site .site-panel__body li,
html.site-theme-dark body.public-site .site-panel__body a,
body.public-site.site-theme-dark .site-panel__preview-label,
body.public-site.site-theme-dark .site-panel__eyebrow,
body.public-site.site-theme-dark .site-panel__title,
body.public-site.site-theme-dark .site-panel__body,
body.public-site.site-theme-dark .site-panel__body p,
body.public-site.site-theme-dark .site-panel__body div,
body.public-site.site-theme-dark .site-panel__body span,
body.public-site.site-theme-dark .site-panel__body li,
body.public-site.site-theme-dark .site-panel__body a {
	color: #e2e8f0;
}

html.site-theme-dark body.public-site .site-panel__preview-label,
body.public-site.site-theme-dark .site-panel__preview-label {
	color: #cbd5e1;
}

html.site-theme-dark body.public-site .site-panel__action,
body.public-site.site-theme-dark .site-panel__action {
	border-color: #cbd5e1;
}

html.site-theme-dark body.public-site .site-panel__action--primary,
body.public-site.site-theme-dark .site-panel__action--primary {
	background: #e2e8f0;
	color: #0f172a;
}

html.site-theme-dark body.public-site .site-panel__action--secondary,
html.site-theme-dark body.public-site .site-panel__link,
html.site-theme-dark body.public-site .site-panel__close,
body.public-site.site-theme-dark .site-panel__action--secondary,
body.public-site.site-theme-dark .site-panel__link,
body.public-site.site-theme-dark .site-panel__close {
	color: #e2e8f0;
}

@media (max-width: 1100px) {
	.panel-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.panel-form__item--full,
	.panel-form__item--half,
	.panel-form__item--third,
	.panel-form__item--two-thirds,
	.panel-form__item--quarter {
		grid-column: span 2;
	}
}
