﻿/*===================== GENERAL STYLES ======================= */
* {
    border: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

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

.container {
    max-width: 1360px;
}
body {
    padding-top: 90px;
    padding-bottom: 20px;
    background: url('green.jpg');
    color: #fff;
    min-width: 300px
}
 
h3 {
    margin:10px 0 ;
}
.clear {
    clear:both;
}
.formField input, .formField select {
    margin:4px 0;
}
 
p {
    margin: 4px 0 5px 0;
    line-height: 16px;
}


@media(max-width: 768px) {
    .full-width {
        width: 100%;
    }
}


/*input,
select,
textarea {
    max-width: 280px;
    border: 1px solid #333;
    padding: 4px;
}*/
/*button, input[type=button], input[type=submit] {
    padding: 5px;
    background: #222;
    color: #fff;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 4px;
}
button:hover, input[type=button]:hover, input[type=submit]:hover {
    color:#E8E800;
    cursor: pointer;
}*/
table {
    border-collapse: collapse
}
table td, th {
    border-collapse: collapse;
    padding: 2px;
}
.warning {
    color:#b94a48;
    font-weight: bold;
    font-size: .9em;
}

 
    
/*===================== NAVIGATION ======================= */
/*.navbar {
    width: 100%;
    height: 42px;
    background: #222;
    position: absolute;
    top: 0;
    box-shadow: 0 0 5px #111
}*/
.logo {
    width:32px;
    height:32px;
    position:relative;
    margin-right: 4px;
    background:url('TrophyLogo.png');
    float:left;
}

.boardsquaresBrand {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    letter-spacing: .2px;
    line-height: 1;
}

.boardsquaresBrandMark {
    display: block;
    height: 34px;
    width: 34px;
}

.brandBoard {
    color: #fff;
    font-weight: 800;
}

.brandSquares {
    color: #6bc526;
    font-weight: 800;
}

.navbar-dark .navbar-nav .nav-link {
    min-width: 74px;
    text-align: center;
}

.navbar-dark .navbar-nav .dropdown-menu {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 6px;
    box-shadow: 0 14px 30px rgba(0,0,0,.22);
    margin-top: 8px;
}

.navbar-dark .navbar-nav .dropdown-item {
    color: #17231d;
    font-size: 14px;
    padding: 8px 14px;
}

.navbar-dark .navbar-nav .dropdown-item:focus,
.navbar-dark .navbar-nav .dropdown-item:hover {
    background: #e8efe9;
    color: #174f3b;
}
/*.navbar div {
    margin: 8px 10px 4px 10px;
}
.navbar-header {
    float: left;
    width: 360px;
    font-size: 20px;
    color: #fff;
}
.navbar-header a {
    color: #fff;
    font-weight: normal;
    line-height:26px;
}
.navbar-header a:hover {
    color: #E8E800;
}
.headerBoardName {
    font-size: .8em;
    margin-left: 15px;
}

.fb-like {

    vertical-align: middle;
    margin-top: -50px;
}*/



/*===================== Recover Password ======================= */
#recoverPassSection {
    margin:10px;
}
#recoverPassSection label {
    min-width:60px;
    float:left;
    margin-top:3px;
}


/*===================== PROFILE PAGE ======================= */
#Profile {
    margin-top: 20px;
}
#Profile .formField {
    height: 25px;
    margin-bottom: 12px;
}
#Profile .formField input[type=text], #Profile .formField input[type=password], #Profile .formField input[type=checkbox] {
    height: 18px;
}
#Profile .formField label {
    width: 140px;
    float: left;
    margin-right: 14px;
    line-height: 28px;
    text-align: right;
}



/*===================== POPUP ======================= */
.popup {
    background: #fffdf7;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .38);
    color: #17231d;
    display: none;
    line-height: 22px;
    margin: 0;
    max-width: calc(100vw - 32px);
    padding: 18px;
    text-align: left;
    width: 430px;
}

.resultPopup {
    border-top: 5px solid #d9aa3e;
}

.popupHeader {
    border-bottom: 1px solid #e5dcc8;
    margin: -2px 0 14px;
    padding-bottom: 12px;
}

.popupHeader h3 {
    color: #17231d;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    margin: 2px 0 0;
}

.popupEyebrow {
    color: #2c6f4d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

#winnings {
    color: #263b31;
    max-height: 50vh;
    overflow-y: auto;
}

.emptyResults {
    background: #f7f3e8;
    border: 1px dashed #d7d1bf;
    border-radius: 6px;
    color: #5f6963;
    margin: 0;
    padding: 12px;
}

.resultItem {
    background: #f7f3e8;
    border: 1px solid #ded2b4;
    border-radius: 6px;
    font-weight: 700;
    margin: 0 0 8px;
    padding: 10px 12px;
}

.popupOk, #popupCreate {
    background: #174f3b;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    float: right;
    font-weight: 700;
    margin: 14px 0 0 20px;
    min-width: 88px;
    padding: 8px 12px;
}

.popupOk:hover, #popupCreate:hover {
    background: #0d2f25;
    cursor: pointer;
}
#winningsContainer table td, #winningsContainer table th {
    border:1px solid #333;
    padding:0 4px;
    font-size:.9em;
    height:15px;
    width: 100%;
}

 

/*===================== MAIN BOARDS ======================= */
.boardPage {
    --board-cell: clamp(56px, calc((100vw - 650px) / 10), 66px);
    --board-num: 24px;
    --board-side-label: 30px;
    --stadium-green: #174f3b;
    --stadium-green-dark: #0d2f25;
    --stadium-gold: #d9aa3e;
    --stadium-cream: #f7f3e8;
    --stadium-paper: #fffdf7;
    --stadium-line: #d7d1bf;
    --stadium-taken: #e4dfd1;
    --stadium-owned: #dff1df;
    --stadium-text: #17231d;
    background: linear-gradient(135deg, #0e2d24 0%, #164c38 52%, #25352d 100%);
    border-radius: 6px;
    color: var(--stadium-text);
    margin: 0 0 24px;
    padding: 12px;
}

.boardHero {
    align-items: center;
    color: #fffdf7;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0 auto 12px;
    max-width: 1280px;
}

.boardHero h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 2px 0 4px;
}

.boardEyebrow {
    color: #f0cc78;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.boardGameLine {
    color: rgba(255, 253, 247, .82);
    font-size: 13px;
}

.boardHostActions {
    margin-top: 8px;
}

.boardHostToolsLink {
    background: #d9aa3e;
    border-radius: 6px;
    color: #0d2f25;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    padding: 7px 11px;
    text-decoration: none;
}

.boardHostToolsLink:hover,
.boardHostToolsLink:focus {
    background: #f0cc78;
    color: #0d2f25;
    text-decoration: none;
}

.boardMetrics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.boardMetric {
    background: rgba(255, 253, 247, .12);
    border: 1px solid rgba(255, 253, 247, .22);
    border-radius: 6px;
    min-width: 94px;
    padding: 7px 9px;
}

.boardMetric span {
    color: rgba(255, 253, 247, .72);
    display: block;
    font-size: 12px;
}

.boardMetric strong {
    color: #fffdf7;
    display: block;
    font-size: 18px;
    line-height: 1.1;
}

.boardMain {
    align-items: stretch;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr) 310px;
    margin: 0 auto;
    max-width: 1280px;
}

.boardStage {
    background: var(--stadium-paper);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 6px 0 0 6px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
    overflow-x: auto;
    padding: 16px;
    -webkit-overflow-scrolling: touch;
}

.board {
    float: none;
    min-width: calc(var(--board-side-label) + var(--board-num) + (var(--board-cell) * 10));
    width: max-content;
}

.boardAxisLayout {
    display: grid;
    grid-template-columns: var(--board-side-label) var(--board-num) repeat(10, var(--board-cell));
    grid-template-rows: 24px var(--board-num) repeat(10, var(--board-cell));
    justify-content: center;
}

.boardCorner {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}

.topRowName {
    align-items: center;
    display: flex;
    color: #174327;
    font-size: 13px;
    font-weight: 700;
    grid-column: 3 / span 10;
    grid-row: 1;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.sideSpotHeader {
    align-items: center;
    display: flex;
    color: #7a4b28;
    font-size: 13px;
    font-weight: 700;
    grid-column: 1;
    grid-row: 3 / span 10;
    justify-content: center;
    left: auto;
    overflow: visible;
    position: static;
    text-align: center;
    top: auto;
    transform: rotate(180deg);
    width: auto;
    writing-mode: vertical-rl;
}

#sideRow {
    display: grid;
    float: none;
    grid-column: 2;
    grid-row: 3 / span 10;
    grid-template-rows: repeat(10, var(--board-cell));
    margin: 0;
    width: auto;
}

.boardSquares {
    display: grid;
    float: none;
    grid-column: 3 / span 10;
    grid-row: 2 / span 11;
    grid-template-columns: repeat(10, var(--board-cell));
    grid-template-rows: var(--board-num) repeat(10, var(--board-cell));
}

.topNumSpot,
.sideNumSpot {
    align-items: center;
    color: #263b31;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    text-align: center;
}

.topNumSpot {
    height: auto;
    width: auto;
}

.sideNumSpot {
    border-right: 1px solid var(--stadium-line);
    margin: 0;
    width: auto;
}

.BoardSquare {
    align-items: center;
    background: var(--stadium-taken);
    border: 1px solid #cfc4a7;
    border-radius: 6px;
    color: #14251d;
    display: flex;
    float: none;
    font-size: 12px;
    height: var(--board-cell);
    justify-content: center;
    line-height: 1.1;
    max-height: none;
    min-width: 0;
    overflow: hidden;
    padding: 4px;
    text-align: center;
    width: var(--board-cell);
}

.available {
    background: #fffdf7;
    border-style: dashed;
    color: #69746d;
    line-height: 1.1;
}

.squareNum,
.squareParticipant {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
}

.squareParticipant {
    font-size: .85em;
    font-weight: 700;
    overflow-wrap: normal;
    white-space: nowrap;
}

.pendingList {
    font-size: .9em;
    font-style: italic;
}

.pendingSquare {
    background: #f2d06d;
    border: 2px solid #9b6d0f;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .55);
    color: #5a410c;
}

.available.pendingSquare {
    background: #f2d06d;
    border: 2px solid #9b6d0f;
}

.BoardSquare:hover,
.squareHover {
    background: #cfe8dc;
    border: 2px solid #174f3b;
    cursor: pointer;
}

.BoardSquare.available.pendingSquare:hover {
    background: #f2d06d;
    border: 2px solid #9b6d0f;
    color: #5a410c;
}

.hostAssignableSquare.available.pendingSquare {
    background: #f2d06d;
    border: 2px solid #9b6d0f;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65), 0 0 0 2px rgba(155, 109, 15, .16);
}

.taken.notWinner:hover {
    background: var(--stadium-taken);
    border: 1px solid #cfc4a7;
    cursor: default;
}

.resultSquare:hover {
    cursor: pointer;
}

.winningSquare {
    background: #bfe7b7;
    font-weight: bold;
}

.numPlace {
    width:65px;
}

.yourSquare {
    background: var(--stadium-owned);
    border: 2px solid #0f7b4a;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
    color: #073b23;
    font-style: normal;
    font-weight: 800;
    height: 100%;
    width: 100%;
}


/*===================== BOARD RIGHT COLUMN ======================= */
.boardRight {
    background: var(--stadium-paper);
    border: 1px solid rgba(255, 255, 255, .35);
    border-left: 0;
    border-radius: 0 6px 6px 0;
    float: none;
    margin-top: 0;
    width: auto;
}

.boardRightContent {
    display: grid;
    gap: 0;
    line-height: 18px;
    padding: 0;
}

.boardPanel {
    background: var(--stadium-paper);
    border: 0;
    border-top: 1px solid #ded2b4;
    border-radius: 0;
    box-shadow: none;
    padding: 12px;
}

.boardPanel:first-child {
    border-top: 0;
}

.boardPanel h3 {
    color: #15261f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}

.boardPanel p {
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 10px;
}

.boardPanel p:last-child {
    margin-bottom: 0;
}

.boardPanel-accent {
    border-left: 5px solid var(--stadium-gold);
}

.boardResultList {
    display: grid;
    gap: 6px;
}

.boardResultItem {
    align-items: center;
    background: rgba(21, 96, 71, 0.08);
    border: 1px solid #d9cdaF;
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr auto auto;
    padding: 7px 8px;
}

.boardResultItem span {
    color: #6f4617;
    font-size: 12px;
    font-weight: 700;
}

.boardResultItem span small {
    color: #5f6963;
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
}

.boardResultItem strong {
    color: #123c2b;
    font-size: 12px;
}

.boardResultItem em {
    color: #15261f;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.boardGameStatusLine {
    align-items: center;
    background: #f7f3e8;
    border: 1px solid #e0dac9;
    border-radius: 6px;
    color: #17231d;
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
    padding: 8px 10px;
}

.boardGameStatusLine span {
    color: #5f6963;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.boardGameStatusLine strong {
    color: #174f3b;
    font-size: 14px;
}

.hostAssignableSquare {
    cursor: pointer;
}

.hostAssignableSquare:hover {
    border-color: #1f7a59;
    box-shadow: inset 0 0 0 2px rgba(31, 122, 89, 0.28);
}

.mutedText {
    color: #5f6963;
    font-size: 13px;
    line-height: 17px;
}

.numberDrawNote {
    border-top: 1px solid #e4d8bb;
    margin-top: 10px;
    padding-top: 10px;
}

.numberDrawCard {
    background: #f7f3e8;
    border: 1px solid #e0dac9;
    border-radius: 6px;
    color: #435048;
    margin-top: 10px;
    padding: 10px;
}

.numberDrawCard p {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 4px;
}

.numberDrawCard p:last-child {
    margin-bottom: 0;
}

.numberDrawCard span {
    color: #5f6963;
}

.numberDrawCard strong {
    color: #17231d;
}

.quarterNumberSetCard {
    border-top: 1px solid #e0dac9;
    margin-top: 9px;
    padding-top: 9px;
}

.quarterNumberSetCard > strong {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
}

.quarterNumberSetCard table {
    border-collapse: collapse;
    font-size: 11px;
    table-layout: fixed;
    width: 100%;
}

.quarterNumberSetCard th,
.quarterNumberSetCard td {
    border-bottom: 1px solid #e4dcc9;
    padding: 4px 3px;
    text-align: left;
    vertical-align: top;
}

.quarterNumberSetCard th {
    color: #5f6963;
    font-size: 10px;
    text-transform: uppercase;
}

.quarterNumberSetCard td {
    color: #17231d;
    font-weight: 800;
}

.quarterNumberSetCard small {
    color: #5f6963;
    display: block;
    font-size: 10px;
    font-weight: 700;
}

.quarterNumberSetCard th:first-child,
.quarterNumberSetCard td:first-child {
    width: 34%;
}

.quarterNumberSetCard th:nth-child(2),
.quarterNumberSetCard td:nth-child(2),
.quarterNumberSetCard th:nth-child(3),
.quarterNumberSetCard td:nth-child(3) {
    width: 33%;
}

.scoreCard {
    display: grid;
    gap: 8px;
}

.pregameCard {
    background: var(--stadium-cream);
    border: 1px solid #e0dac9;
    border-radius: 6px;
    display: grid;
    gap: 5px;
    padding: 9px 10px;
}

.pregameCard strong {
    color: #143e2e;
    font-size: 14px;
    line-height: 18px;
}

.pregameCard span {
    color: #5f6963;
    font-size: 12px;
    font-weight: 700;
}

.scoreCard div {
    align-items: center;
    background: var(--stadium-cream);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 6px 8px;
}

.scoreCard strong {
    font-size: 18px;
}

.claimProgress {
    background: #e7e1d2;
    border-radius: 999px;
    height: 10px;
    margin: 12px 0 8px;
    overflow: hidden;
}

.claimProgress span {
    background: linear-gradient(90deg, #2f8e5d, #d9aa3e);
    display: block;
    height: 100%;
}

.boardCountLine {
    color: #3e4942;
    font-size: 12px;
    line-height: 16px;
}

#printBoardBtn {
    margin: 0;
}

.boardRightContent table {
    background: #ffffff;
    border: 1px solid #ddd5c1;
    border-radius: 5px;
    color: #222;
    overflow: hidden;
    width: 100%;
}

.boardRightContent table th,
.boardRightContent table td {
    border-bottom: 1px solid #ebe5d6;
    font-size: 11px;
    padding: 5px 5px;
}

.boardRightContent table th {
    background: #f2ead8;
    color: #24342d;
}

.boardRight h4:hover {
    cursor:pointer;
}

#claimBtn,
#hostAssignSelectedBtn {
    background: #174f3b;
    border: 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-weight: 700;
    margin: 0;
    padding: 10px 12px;
    width: 100%;
}

.hostBatchAssignPanel {
    background: #f7f3e8;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    display: grid;
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
}

.hostBatchAssignPanel span {
    color: #5f6963;
    font-size: 13px;
}

.hostBatchAssignPanel strong {
    color: #17231d;
    font-size: 18px;
}

.hostBatchAssignPanel .claimBtn:disabled {
    background: #cfc4a7;
    color: #6b6250;
    cursor: not-allowed;
}

.boardDisplayNameEditor {
    background: #f7f2e8;
    border: 1px solid #d8cdae;
    border-radius: 6px;
    margin: 10px 0 12px;
    padding: 10px;
}

.boardDisplayNameEditor label {
    color: #14382c;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.boardDisplayNameEditor__row {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.boardDisplayNameEditor input[type="text"] {
    border: 1px solid #c9bfa5;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    min-width: 0;
    padding: 8px 10px;
}

.boardDisplayNameEditor .homeButton {
    padding: 8px 10px;
    white-space: nowrap;
}

.boardDisplayNameEditor .mutedText {
    font-size: 12px;
    margin: 7px 0 0;
}

.claimStatus {
    display: none;
    margin: 10px 0;
    padding: 8px 10px;
    border: 1px solid #777;
    border-radius: 4px;
    font-size: .9em;
    line-height: 18px;
}
.claimStatus-info {
    background: #e8f4ff;
    border-color: #7abaff;
    color: #163f5f;
}
.claimStatus-success {
    background: #e8f7ed;
    border-color: #7fc592;
    color: #205b31;
}
.claimStatus-warning {
    background: #fff4dc;
    border-color: #e5b95b;
    color: #62430c;
}
#potentialOutcomes tr:hover {
    background: #c9f2ff;
    cursor: pointer;
}
.popupContainer {
    align-items: center;
    background: rgba(9, 24, 19, .62);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    min-height: 100%;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.popupContainer[style*="display: block"],
.popupContainer[style*="display: inline"] {
    display: flex !important;
}

.popupContainer[style*="display: none"] {
    display: none;
}
#potentialOutcomes, #topWinners {
    font-size: .85em;
}
#potentialOutcomes td, #topWinners td, #potentialOutcomes th, #topWinners th {
    text-align:center;
    border: 1px solid #999;
    padding: 2px;
}
.boardPanel #potentialOutcomes td,
.boardPanel #potentialOutcomes th {
    border: 0;
    border-bottom: 1px solid #ebe5d6;
    padding: 4px 5px;
}

.potentialOutcomesCompact {
    table-layout: fixed;
}

.potentialOutcomeMeta {
    align-items: center;
    background: #f7f3e8;
    border: 1px solid #e0dac9;
    border-radius: 5px;
    color: #24342d;
    display: flex;
    font-size: 11px;
    font-weight: 800;
    justify-content: space-between;
    line-height: 15px;
    margin: 0 0 8px;
    padding: 6px 7px;
}

.potentialOutcomeMeta em {
    color: #5f6963;
    font-style: normal;
    font-weight: 700;
}

.potentialOutcomeMeta small {
    color: #174f3b;
    display: inline-block;
    font-size: 10px;
    margin-left: 6px;
}

.potentialOutcomesCompact .poTeamCol {
    width: 36px;
}

.potentialOutcomesCompact .poNextCol {
    width: 82px;
}

.potentialOutcomesCompact .poComboCol {
    width: 46px;
}

.potentialOutcomesCompact .poWinnerCol {
    width: auto;
}

.potentialOutcomesCompact th:first-child,
.potentialOutcomesCompact td:first-child {
    padding-left: 2px;
    padding-right: 2px;
}

.potentialOutcomesCompact th,
.potentialOutcomesCompact td {
    white-space: nowrap;
}

.potentialOutcomesCompact .outcomeWinner {
    text-align: left;
}

.teamPill {
    align-items: center;
    background: #174f3b;
    border-radius: 4px;
    color: #ffffff;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    height: 19px;
    justify-content: center;
    line-height: 1;
    min-width: 28px;
    padding: 0 3px;
}

.team-nfc .teamPill {
    background: #d9aa3e;
    color: #3d2a05;
}

.outcomeName,
.outcomeWinner {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.outcomeWinner {
    font-weight: 700;
}
.showHide {
    float:right;
    font-size:.8em;
    font-weight:normal;
    color:#fff;
}
.showHide:hover {
    color:#E8E800;
}

/*===================== HOME PAGE ======================= */
 
 
.homeBoard {
   
    text-align: center;
    border-radius:5px;
    height: 250px;
    font-size:.7em;
    color: #fff;
    background: #999;
    line-height: 18px;
    background:rgba(55,55,55,0.5);
    box-shadow: 0 0 4px #111 inset; 
}
.homeBoard h1 {
    font-size:17px;
    font-weight:bold;
    margin:0;
    text-align: left;
}
.homeBoard h2 {
    font-size:12px;
    font-weight:bold;
    margin:2px;
}
.homeBoard a {
    display: block;
    width: 215px;
    height: 100%;
    width: 100%;
    position: relative;
    font-size:9px;
    color: #fff;
}
.homeBoard a:hover {
    text-decoration: none;
}
.homeBoard:hover {
    background: #999;
    background:rgba(155,155,155,0.5);
}




/*===================== LOGIN / SIGNUP ======================= */
/*#LoginForm {
    float: right;
    position:relative;
    width: 530px;
    margin-top: 12px;
}
#LoginForm .formField {
    float:left;
    margin: 0;
}
#LoginForm a {
    display:block;
    color:#fff;
    float: right;
    text-decoration:none;
    padding-bottom:11px;
    font-size:13px;
    border-bottom: 3px solid #fff;
    margin-left:14px;
}
#LoginForm a:hover {
    color: #E8E800;
    border-bottom: 3px solid #E8E800;
}
#LoginForm strong {
    display:block;
    float: right;
    color:#fff;
    margin-left:10px;
}
#LoginForm form {
    float: right;
}
#LoginForm .formField input {
    margin:0 5px 5px 5px;
    width:100px;
    height:18px;
    border:1px solid #888;
    padding:2px;
    border-radius:4px;
}
#LoginForm .formField a {
    float: left;
    border: none;
    padding: 0;
    margin: 3px 0 0 10px;
    display: inline;
    font-size:  .9em;
}
#LoginForm input[type=button], #LoginForm input[type=submit] {
    width:60px;
    font-size:12px;
    height: 22px;
}

#signUpPopup label {
    width: 75px;
    display: block;
    float: left;
    font-size: .9em;
}
#signUpPopup input[type=text], #signUpPopup input[type=password] {
    width: 130px;
}*/


/*===================== ADMIN PAGE ======================= */

.adminNav {
    width:190px;
    float:left;
    background:#222;
    padding:10px;
    margin-top:25px;
    border-radius:5px;
}
.adminNav li {
    list-style: none;
    font-weight:bold;    
    margin-top:10px;
}
#GameTypes {
    margin-bottom:10px;
}
.adminNav li:hover {
    cursor:pointer;
    color:#68d;
}
.adminSectionContainer {
    width:780px;
    float:right;
    padding:10px;
    margin-top:25px;
    background:#222;
    border-radius:5px;
}
.adminSection {
    float:left;
    border-radius:5px;
    margin:15px;
    padding:10px;
    display:none;
}
.adminSection table td {
        border:1px solid #aaa;
}
#Admin-participantsList tbody, #Admin-participantsList {
    margin:0;
    padding:0;
    display:block;    
    border-collapse: collapse;
    border-spacing: 0;
    width:105%;
}
#Admin-participantsList td, #Admin-participantsList th {
    width: 57px;
    height: 18px;
    display: inline-block;
    border:1px solid #777;
    overflow: hidden;
    border-collapse: collapse;
    font-size:.75em;
}
#Admin-balanceView input {
    width: 90px;
}
#Admin-balanceView th {
    border: 1px solid #fff;
}
#Admin-participantsList tr:not(#userTableHeader):hover {
    background: #bcf;
}
#Admin-participantsList input {
    height: 14px;
    padding: 1px;
    width:95%;
    font-size: .9em;
}
#Admin-participantsList input[type=submit] {
    width: 105px;
    height: 18px;
}
#scoresTable, #scoresTable td, #scoresTable th {
    border: 1px solid #aaa;
    padding: 4px;
    border-collapse: collapse;
}
#scoresTable input[type=text] {
    width: 70px;
    border: none;
}




/*===================== FOOTER ======================= */
footer {
    margin-top:40px;
    text-align: center;
    width:100%;
}
footer p {
    color: rgba(255, 253, 247, .88);
    margin: 10px;
}

footer a,
footer a:visited {
    color: #fffdf7;
    font-weight: 800;
}

footer a:hover,
footer a:focus {
    color: #d9aa3e;
}

.footerLinks,
.footerLinks span {
    color: rgba(255, 253, 247, .9);
}

.footerDisclaimer {
    color: rgba(255, 253, 247, .74);
    font-size: 12px;
    line-height: 18px;
    margin: 4px auto;
    max-width: 980px;
}

 
.boardPayouts {
    display:none;
}

/*===================== HOME LANDING ======================= */
.homeLanding {
    background: linear-gradient(135deg, #0f3328 0%, #174f3b 58%, #24332b 100%);
    border-radius: 8px;
    color: #fffdf7;
    margin: 0 0 28px;
    overflow: hidden;
}

.homeHero {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
    min-height: 500px;
    padding: 30px 40px;
}

.homeHeroCopy {
    padding-top: 18px;
}

.homeEyebrow {
    color: #f0cc78;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.homeHero h1 {
    color: #fffdf7;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 10px;
    opacity: 1;
    transition: opacity .14s ease;
}

.homeHero p {
    color: rgba(255,255,255,.82);
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    max-width: 650px;
}

.homeActionPanel {
    align-items: start;
    display: grid;
    gap: 14px;
    grid-template-columns: auto auto;
    margin-top: 16px;
    max-width: 560px;
}

.homeActions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding-top: 25px;
}

.homeButton {
    align-items: center;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    text-decoration: none;
}

.homeButton:hover {
    text-decoration: none;
}

.homeButton-primary {
    background: #fffdf7;
    color: #174327;
}

.homeButton-primary:hover {
    color: #174327;
}

.homeButton-secondary {
    background: #d9aa3e;
    color: #17231d;
}

.homeButton-secondary:hover {
    color: #17231d;
}

.homeJoinBox {
    margin-top: 0;
    max-width: 390px;
}

.homeJoinBox label {
    color: rgba(255,255,255,.9);
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.homeCodeRow {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(150px, 190px) auto;
}

.homeCodeRow input {
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 6px;
    color: #17231d;
    font-size: 16px;
    min-height: 42px;
    padding: 9px 10px;
}

.homeJoinBox p {
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 18px;
    margin-top: 8px;
}

.homeJoinError {
    background: rgba(255,255,255,.92);
    border-left: 4px solid #d9aa3e;
    border-radius: 6px;
    color: #5a2319;
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
    padding: 9px 11px;
}

.homeFeatureRow {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.homeFeature {
    align-content: start;
    aspect-ratio: 1 / 1;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 6px;
    color: rgba(255,255,255,.84);
    display: grid;
    gap: 7px;
    min-height: 0;
    padding: 16px 14px 14px;
}

.homeFeature strong {
    color: #d9aa3e;
    display: block;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 3px;
    text-align: center;
}

.homeFeature span {
    color: rgba(255,255,255,.82);
    display: block;
    font-size: 13px;
    line-height: 17px;
}

.homeLegalNote {
    border-top: 1px solid rgba(255,255,255,.16);
    color: rgba(255,255,255,.78);
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0 28px 22px;
}

.whatsNewHero {
    background: linear-gradient(135deg, #0f3328 0%, #174f3b 100%);
    border-radius: 8px;
    color: #fffdf7;
    margin-bottom: 18px;
    padding: 28px;
}

.whatsNewHero h1 {
    color: #fffdf7;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px;
}

.whatsNewHero p:last-child {
    color: rgba(255,255,255,.8);
    font-size: 16px;
    line-height: 23px;
    margin: 0;
    max-width: 760px;
}

.whatsNewGrid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 18px;
}

.whatsNewCard,
.whatsNewSection {
    background: #fffdf7;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    color: #17231d;
    padding: 18px;
}

.whatsNewCard-featured {
    background: #e8efe9;
    border-color: #b8d0c2;
}

.whatsNewCard span {
    color: #6f4a05;
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.whatsNewCard-featured span {
    color: #174f3b;
}

.whatsNewCard h2 {
    color: #17231d;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    margin: 5px 0 8px;
}

.whatsNewCard p {
    color: #5f6963;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.whatsNewSection {
    margin-bottom: 18px;
}

.whatsNewSection-muted {
    background: #f7f3e8;
}

.whatsNewListGrid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.whatsNewListGrid ul {
    margin: 0;
    padding-left: 18px;
}

.whatsNewListGrid li {
    color: #3d4942;
    line-height: 21px;
    margin-bottom: 8px;
}

.whatsNewRoadmap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.whatsNewRoadmap span {
    background: #e8efe9;
    border: 1px solid #b8d0c2;
    border-radius: 999px;
    color: #174f3b;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 10px;
}

.legalPage {
    background: #fffdf7;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    color: #17231d;
    margin-bottom: 24px;
    padding: 28px;
}

.legalPage h1 {
    color: #17231d;
    font-size: 34px;
    font-weight: 800;
    margin: 0 0 10px;
}

.legalPage h2 {
    color: #174f3b;
    font-size: 18px;
    font-weight: 800;
    margin: 22px 0 8px;
}

.legalPage p {
    color: #3d4942;
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    max-width: 900px;
}

.legalNotice {
    background: #f7f3e8;
    border-left: 4px solid #dba927;
    margin: 10px 0 18px !important;
    padding: 10px 12px;
}

.homePreview {
    background: #fffdf7;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(0,0,0,.28);
    color: #17231d;
    padding: 18px;
    position: relative;
}

.homePreviewHeader {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.homePreviewHeader h2 {
    color: #17231d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 3px;
}

.homePreviewHeader span {
    color: #5f6963;
}

.homePreviewMetric {
    background: #f7f3e8;
    border-radius: 6px;
    min-width: 90px;
    padding: 8px 10px;
}

.homePreviewMetric strong {
    display: block;
    font-size: 18px;
}

.homePreviewMetric span {
    color: #5f6963;
    font-size: 12px;
}

.homeMiniGrid {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(10, 1fr);
}

.homeMiniGridWrap {
    position: relative;
}

.homeMiniGrid div {
    align-items: center;
    aspect-ratio: 1;
    background: #fffdf7;
    border: 1px dashed #d4ccb8;
    border-radius: 4px;
    color: #25382f;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
}

.homeMiniGrid .taken {
    background: #e4dfd1;
    border-style: solid;
}

.homeSampleWatermark {
    color: rgba(16, 76, 56, .16);
    font-size: clamp(52px, 8vw, 104px);
    font-weight: 900;
    left: 50%;
    letter-spacing: .04em;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-28deg);
    white-space: nowrap;
    z-index: 2;
}

.homeMiniGrid .owned {
    background: #dff1df;
    border: 2px solid #0f7b4a;
}

.homeBoardsSection {
    background: #fffdf7;
    border-radius: 8px;
    color: #17231d;
    margin-bottom: 28px;
    padding: 24px;
}

.homeSectionHeader h2 {
    color: #17231d;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 4px;
}

.homeSectionHeader p {
    color: #5f6963;
    margin: 0 0 18px;
}

.homeBoardType {
    color: #17231d;
    font-size: 18px;
    font-weight: 700;
    margin: 18px 0 10px;
}

.homeBoardGrid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.homeBoardCard {
    background: #f7f3e8;
    border: 1px solid #d7d1bf;
    border-radius: 6px;
    color: #17231d;
    display: block;
    padding: 14px;
    text-decoration: none;
}

.homeBoardCard:hover {
    color: #17231d;
    text-decoration: none;
}

.homeBoardCard strong,
.homeBoardCard span {
    display: block;
}

.homeBoardCard span {
    color: #5f6963;
    font-size: 13px;
    margin-top: 6px;
}

/*===================== DASHBOARDS ======================= */
.dashboardHero {
    align-items: start;
    background: linear-gradient(135deg, #0f3328 0%, #174f3b 100%);
    border-radius: 8px;
    color: #fffdf7;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(260px, .9fr) minmax(360px, 1.1fr);
    margin-bottom: 18px;
    padding: 24px;
}

.dashboardEyebrow {
    color: #f2cf63;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.dashboardHero h1 {
    color: #fffdf7;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 6px;
}

.dashboardHero p {
    color: rgba(255,255,255,.78);
    font-size: 15px;
    line-height: 21px;
    margin: 0;
}

.dashboardHeroActions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.hostToolsHero {
    gap: 14px;
    grid-template-columns: 1fr;
    margin-bottom: 14px;
    padding: 18px;
}

.hostToolsHeroHeader {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.hostToolsHeroHeader .dashboardHeroActions {
    flex: 0 0 auto;
    margin-top: 0;
}

.hostHeroIntro {
    align-self: start;
    padding-top: 0;
}

.dashboardJoin {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    padding: 14px;
}

.dashboardJoin label {
    color: rgba(255,255,255,.9);
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.dashboardJoinRow {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.dashboardJoinRow input {
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 6px;
    color: #17231d;
    min-height: 42px;
    padding: 9px 10px;
}

.dashboardSection,
.dashboardEmpty {
    background: #fffdf7;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    color: #17231d;
    margin-bottom: 18px;
    padding: 20px;
}

.dashboardEmpty h2,
.dashboardSectionHeader h2 {
    color: #17231d;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 4px;
}

.dashboardSectionHeader p,
.dashboardEmpty p {
    color: #5f6963;
    margin: 0 0 14px;
}

.dashboardEmpty-small p {
    margin-bottom: 0;
}

.dashboardGrid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboardCard {
    background: #f7f3e8;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    color: #17231d;
    min-width: 0;
    padding: 16px;
}

.dashboardActionCard {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 246px;
}

.dashboardCardTop {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.dashboardCard h3 {
    color: #17231d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 7px 0 0;
    overflow-wrap: anywhere;
}

.dashboardActionCard p {
    color: #5f6963;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0;
}

.dashboardPill,
.dashboardRole {
    border-radius: 999px;
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 8px;
}

.dashboardPill {
    background: #e8efe9;
    color: #174f3b;
}

.dashboardStatusPill {
    background: #efe6cd;
    color: #6f4a05;
    margin-left: 4px;
}

.dashboardRole {
    background: #fffdf7;
    border: 1px solid #d7d1bf;
    color: #5f6963;
}

.dashboardStats,
.hostToolsGrid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboardStats {
    margin-top: 16px;
}

.dashboardStats div,
.hostMetricCard {
    background: #fffdf7;
    border: 1px solid #e0dac9;
    border-radius: 6px;
    padding: 10px;
}

.dashboardStats strong,
.hostMetricCard strong {
    color: #17231d;
    display: block;
    font-size: 20px;
    line-height: 1;
}

.dashboardStats span,
.hostMetricCard span {
    color: #5f6963;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.dashboardProgress {
    background: #e2ddcf;
    border-radius: 999px;
    height: 10px;
    margin-top: 14px;
    overflow: hidden;
}

.dashboardProgress span {
    background: linear-gradient(90deg, #1c7c58, #d9aa3e);
    display: block;
    height: 100%;
}

.dashboardCardActions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.dashboardCardActions .homeButton {
    text-align: center;
}

.dashboardCreateActions {
    align-items: stretch;
}

.dashboardCreateActions .homeButton {
    flex: 1 1 145px;
}

.dashboardJoinForm {
    margin-top: 16px;
}

.dashboardJoinForm label {
    color: #174f3b;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 6px;
}

.dashboardJoinCard .dashboardJoinRow {
    grid-template-columns: minmax(145px, 1fr) auto;
}

.dashboardJoinCard .dashboardJoinRow input {
    border-color: #d7d1bf;
}

.dashboardGhostButton {
    background: #174f3b;
    color: #fffdf7;
}

.dashboardGhostButton:hover {
    color: #fffdf7;
}

.hostInviteBox {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 270px;
    overflow: visible;
    padding: 12px;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
    width: 260px;
}

.hostBoardCards {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 260px));
    justify-content: start;
}

.hostInviteBox-clickable {
    cursor: pointer;
}

.hostInviteBox-clickable:hover,
.hostInviteBox-clickable:focus {
    border-color: rgba(242, 207, 99, .55);
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
    outline: none;
    transform: translateY(-1px);
}

.hostInviteBox-selected {
    border-color: rgba(242, 207, 99, .65);
    box-shadow: inset 0 0 0 1px rgba(242, 207, 99, .25);
}

.hostBoardCardHeader {
    border-bottom: 1px solid rgba(255,255,255,.15);
    margin-bottom: 7px;
    min-height: 38px;
    padding-bottom: 7px;
}

.hostInviteBox span {
    color: #f2cf63;
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.hostInviteBox strong {
    color: #fffdf7;
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin-top: 2px;
    overflow-wrap: anywhere;
}

.hostBoardCardHeader strong {
    display: -webkit-box;
    font-size: 15px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hostBoardCardDetails {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hostBoardCardGame {
    grid-column: 1 / -1;
}

.hostBoardCardDetails .hostInviteBox strong,
.hostBoardCardDetails strong {
    font-size: 13px;
    line-height: 15px;
}

.hostBoardCardGame strong {
    display: -webkit-box;
    max-height: 30px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hostInviteActions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
    padding-top: 8px;
}

.hostCardActionForm {
    margin: 0;
}

.hostInviteActions .homeButton {
    flex: 1 1 calc(50% - 6px);
    font-size: 12px;
    line-height: 16px;
    min-height: 30px;
    padding: 6px 8px;
}

.hostInviteActions .dashboardGhostButton {
    background: #fffdf7;
    border: 1px solid rgba(242, 207, 99, .65);
    color: #123629;
}

.hostInviteActions .dashboardGhostButton:hover,
.hostInviteActions .dashboardGhostButton:focus {
    background: #f2cf63;
    color: #17231d;
}

.hostInviteActions .homeButton-primary {
    background: #d9aa3e;
    color: #17231d;
}

.hostInviteActions .homeButton-primary:hover,
.hostInviteActions .homeButton-primary:focus {
    background: #c99828;
    color: #17231d;
}

.hostToolsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 18px;
}

.hostMetricCard {
    background: #fffdf7;
    color: #17231d;
    padding: 16px;
}

.hostStatusCard {
    grid-column: auto;
}

.hostStatusForm {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 8px;
}

.hostStatusForm .form-control {
    border-color: #d7d1bf;
    box-shadow: none;
    height: 38px;
}

.hostStatusHelp {
    color: #5f6963;
    display: block;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 8px;
}

.hostScoringPanel {
    background: #fffdf7;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    color: #17231d;
    margin-bottom: 18px;
    padding: 20px;
}

.hostScoringHeader {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.hostScoringStatus {
    background: #e8efe9;
    border: 1px solid #b8d0c2;
    border-radius: 999px;
    color: #174f3b;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 10px;
}

.hostScoringGrid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 14px;
}

.hostScoringSummary {
    background: #f7f3e8;
    border: 1px solid #e0dac9;
    border-radius: 6px;
    padding: 14px;
}

.hostScoringSummary span,
.hostManualScoreFields span {
    color: #5f6963;
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.hostScoringSummary strong {
    color: #17231d;
    display: block;
    font-size: 18px;
    line-height: 1.15;
    margin-top: 5px;
    overflow-wrap: anywhere;
}

.hostScoringSummary small {
    color: #5f6963;
    display: block;
    line-height: 16px;
    margin-top: 7px;
}

.hostManualScoreShell {
    align-items: center;
    border-top: 1px solid #e5dfcf;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
    margin-top: 16px;
    padding-top: 16px;
}

.hostManualScoreShell h3 {
    color: #17231d;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
}

.hostManualScoreShell p {
    color: #5f6963;
    line-height: 19px;
    margin: 0;
}

.hostClosedScoreShell {
    background: #f7f3e8;
    border: 1px solid #e0dac9;
    border-radius: 6px;
    padding: 14px;
}

.hostManualScoreFields {
    align-items: end;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
}

.hostManualScoreGameForm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hostCorrectionForm {
    grid-template-columns: minmax(0, 1fr) auto;
}

.hostCorrectionReadOnly {
    align-self: center;
    background: #ebe5d6;
    border: 1px solid #d7d1bf;
    border-radius: 6px;
    color: #5f6963;
    font-weight: 700;
    padding: 12px 14px;
}

.hostManualScoreFields input {
    background: #ebe5d6;
    border: 1px solid #d7d1bf;
    border-radius: 6px;
    color: #17231d;
    height: 38px;
    margin-top: 5px;
    padding: 8px 10px;
    width: 100%;
}

.hostManualScoreFields button:disabled {
    cursor: not-allowed;
    opacity: .62;
}

.hostScoreEventButtons {
    display: grid;
    gap: 8px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hostScoreEventButtons .homeButton {
    min-height: 38px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    width: 100%;
}

.scoreResultCorrected {
    color: #7a6c4c;
}

.scoreResultCorrected td {
    background: #f7f0db;
}

.hostUpgradePanel {
    align-items: stretch;
    background: #fffdf7;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    color: #17231d;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
    margin-bottom: 18px;
    padding: 20px;
}

.hostUpgradeIntro h2 {
    color: #17231d;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 8px;
}

.hostUpgradeIntro p:last-child {
    color: #5f6963;
    line-height: 20px;
    margin: 0;
}

.hostUpgradeCompare {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hostUpgradeCompare article {
    background: #f7f3e8;
    border: 1px solid #e0dac9;
    border-radius: 8px;
    padding: 16px;
}

.hostUpgradeCompare .hostUpgradePaid {
    background: #e8efe9;
    border-color: #b8d0c2;
}

.hostUpgradeCompare span {
    color: #6f4a05;
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.hostUpgradeCompare .hostUpgradePaid span {
    color: #174f3b;
}

.hostUpgradeCompare h3 {
    color: #17231d;
    font-size: 18px;
    font-weight: 700;
    margin: 4px 0 10px;
}

.hostUpgradeCompare ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hostUpgradeCompare li {
    color: #3d4942;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
}

.hostUpgradeCompare li::before {
    background: #d9aa3e;
    border-radius: 999px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 6px;
}

.hostUpgradePaid li::before {
    background: #1c7c58;
}

.createBoardHero {
    grid-template-columns: 1fr;
}

.createBoardShell {
    background: #fffdf7;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    color: #17231d;
    margin-bottom: 22px;
    padding: 20px;
}

.createQuestion {
    align-items: flex-start;
    border-bottom: 1px solid #e5dfcf;
    display: grid;
    gap: 14px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 14px 0;
}

.createQuestion:first-child {
    padding-top: 0;
}

.createQuestionGrid {
    border-bottom: 1px solid #e5dfcf;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px 0;
}

.createQuestionGrid .createQuestion {
    border-bottom: 0;
    padding: 0;
}

.createQuestion > span {
    align-items: center;
    background: #174f3b;
    border-radius: 999px;
    color: #fffdf7;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.createQuestion label {
    color: #17231d;
    font-size: 13px;
    font-weight: 800;
}

.createPlanCompare {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
}

.createPlanCompare div {
    background: #f7f3e8;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    padding: 12px;
}

.createPlanCompare strong {
    color: #174f3b;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.createPlanCompare p {
    color: #5f6963;
    font-size: 12px;
    line-height: 17px;
    margin: 0;
}

.createGameFilters {
    align-items: end;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(90px, 120px) minmax(140px, 180px) minmax(150px, 1fr) auto;
    margin: 8px 0 10px;
}

.createGameFilters label {
    color: #566058;
    display: block;
    font-size: 11px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.createGameFilters .form-control {
    height: 36px;
}

.createGameFilters .homeButton {
    min-height: 36px;
    padding: 8px 14px;
}

.createQuestion select:disabled,
.createQuestion input:disabled {
    background-color: #ebe5d6;
    color: #817767;
    cursor: not-allowed;
}

.createSplit {
    grid-template-columns: 34px minmax(160px, 260px) minmax(0, 1fr);
}

.createCheck {
    background: #f7f3e8;
    border: 1px solid #d7d1bf;
    border-radius: 6px;
    padding: 10px 12px;
}

.createCheck label {
    margin-left: 6px;
}

.createCheck p {
    color: #5f6963;
    font-size: 12px;
    line-height: 17px;
    margin: 4px 0 0 22px;
}

.createHelpText {
    color: #5f6963;
    font-size: 12px;
    line-height: 17px;
    margin: 7px 0 0;
}

.hostCertification {
    background: #eef6f0;
    border-color: #bdd4c4;
}

.hostLegalNotice,
.checkoutDisclaimer {
    background: #eef6f0;
    border: 1px solid #bdd4c4;
    border-radius: 6px;
    color: #234338;
    font-size: 13px;
    line-height: 19px;
    margin-top: 14px;
    padding: 12px 14px;
}

.hostSettingsNotice {
    background: #e8efe9;
    border: 1px solid #b8d0c2;
    border-radius: 8px;
    color: #174f3b;
    font-weight: 700;
    margin-bottom: 12px;
    padding: 12px 14px;
}

.hostSettingsShell {
    margin-bottom: 18px;
}

.settingsHeaderRow {
    align-items: center;
    background: #f7f3e8;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 12px 14px;
}

.settingsHeaderRow span {
    color: #5f6963;
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.settingsHeaderRow strong {
    color: #17231d;
    display: block;
    font-size: 22px;
    line-height: 1;
    margin-top: 4px;
}

.settingsTriple {
    grid-template-columns: 34px repeat(3, minmax(0, 1fr));
}

.settingsTeamGrid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 16px;
}

.settingsLinkedGameNotice {
    background: #e8efe9;
    border: 1px solid #b8d0c2;
    border-radius: 8px;
    color: #174f3b;
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 16px;
    padding: 12px 14px;
}

.settingsTeamCard {
    background: #f7f3e8;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    padding: 16px;
}

.settingsTeamCard h2 {
    color: #17231d;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.settingsTeamCard label {
    color: #17231d;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin: 10px 0 5px;
}

.settingsReadonlyTeam {
    display: grid;
    gap: 10px;
}

.settingsReadonlyTeam div {
    background: #fffdf7;
    border: 1px solid #d7d1bf;
    border-radius: 6px;
    padding: 10px 12px;
}

.settingsReadonlyTeam span {
    color: #5f6963;
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.settingsReadonlyTeam strong {
    align-items: center;
    color: #17231d;
    display: flex;
    font-size: 16px;
    gap: 8px;
    margin-top: 3px;
}

.settingsReadonlyTeam i {
    border: 1px solid rgba(23,35,29,.2);
    border-radius: 999px;
    display: inline-block;
    height: 14px;
    width: 14px;
}

.createActions {
    align-items: center;
    display: flex;
    gap: 16px;
    padding-top: 16px;
}

.checkoutShell {
    max-width: 1100px;
    margin: 24px auto 60px;
    padding: 0 18px;
}

.checkoutCard {
    background: #f7f3e8;
    border: 1px solid rgba(17, 72, 54, .18);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 14px 35px rgba(7, 28, 22, .16);
}

.checkoutCard h2 {
    margin: 4px 0 8px;
    color: #0f352a;
}

.checkoutSummary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.checkoutSummary div {
    background: rgba(18, 87, 65, .08);
    border: 1px solid rgba(18, 87, 65, .15);
    border-radius: 8px;
    padding: 14px;
}

.checkoutSummary span {
    display: block;
    color: #54635d;
    font-size: 12px;
    text-transform: uppercase;
}

.checkoutSummary strong {
    display: block;
    color: #0f352a;
    font-size: 18px;
    margin-top: 4px;
}

/*===================== ACCOUNT PAGES ======================= */
.accountIntro {
    background: linear-gradient(135deg, #0f3328 0%, #174f3b 100%);
    border-radius: 8px;
    color: #fffdf7;
    margin-bottom: 10px;
    padding: 12px 16px;
}

.accountIntro h2 {
    color: #fffdf7;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 3px;
}

.accountIntro p {
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

.accountShell {
    align-items: stretch;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) 320px;
}

.accountPanel,
.accountAside {
    background: #fffdf7;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    color: #17231d;
    padding: 16px;
}

.accountAside {
    background: linear-gradient(180deg, #f7f3e8 0%, #fffdf7 100%);
}

.accountAside h3 {
    color: #17231d;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
}

.accountAside p {
    color: #5f6963;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 16px;
}

.accountAside .homeButton-primary {
    background: #d9aa3e;
    color: #17231d;
}

.accountAside .homeButton-primary:hover {
    background: #c99828;
    color: #17231d;
}

.accountButtonRow {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 12px;
}

.accountLink {
    color: #174f3b;
    font-size: 13px;
    font-weight: 700;
}

.accountLink:hover {
    color: #0d2f25;
}

.accountForm .form-group {
    margin-bottom: 8px;
}

.accountForm label {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 3px;
}

.accountForm .form-control {
    min-height: 36px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.accountForm .form-text {
    font-size: 11px;
    line-height: 14px;
    margin-top: 3px;
}

.accountForm .text-warning {
    display: block;
    font-size: 11px;
    line-height: 14px;
    margin-top: 2px;
}

.accountOptions {
    margin-top: 2px;
}

.accountOptions .form-check {
    background: rgba(255,253,247,.08);
    border: 1px solid rgba(255,253,247,.22);
    border-radius: 6px;
    color: #fffdf7;
    min-height: 0;
    padding: 8px 10px 7px 30px;
}

.accountOptions .form-check-label {
    color: #fffdf7;
    font-size: 12px;
    line-height: 15px;
}

.accountOptions p {
    margin: 2px 0 0;
}

.accountOptions .form-text {
    color: rgba(255,255,255,.72);
}

.profileIntro {
    margin: 12px auto 10px;
    max-width: 900px;
    padding: 10px 14px;
}

.profileIntro p {
    font-size: 14px;
    line-height: 18px;
}

.profilePage {
    margin: 0 auto 18px;
    max-width: 900px;
}

.profilePanel {
    padding: 14px 16px 12px;
}

.profileForm .form-group {
    margin-bottom: 7px;
}

.profileForm label {
    font-size: 12px;
    margin-bottom: 2px;
}

.profileForm .form-control {
    font-size: 13px;
    min-height: 32px;
    padding: 4px 8px;
}

.profileForm .input-group-text {
    min-height: 32px;
    padding: 4px 9px;
}

.profileForm .form-text {
    font-size: 10.5px;
    line-height: 13px;
}

.profileStateInput {
    text-align: center;
    text-transform: uppercase;
}

.profileOptions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2px;
}

.profileOptions .form-check {
    background: #f4efe2;
    border: 1px solid #d7d1bf;
    border-radius: 6px;
    min-height: 0;
    padding: 8px 10px 7px 30px;
}

.profileOptions .form-check-label {
    color: #17231d;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
}

.profileOptions .form-text {
    color: #5f6963;
    margin: 1px 0 0;
}

.profileActions {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
}

.profileActions .btn {
    min-width: 132px;
    padding: 7px 18px;
}

@media (max-width: 767px) {
    .profileOptions {
        grid-template-columns: 1fr;
    }
}

/*===================== ACTIVITY LOG ======================= */
.activityLogHeader {
    align-items: center;
    background: linear-gradient(135deg, #0f3328 0%, #174f3b 100%);
    border-radius: 8px;
    color: #fffdf7;
    display: flex;
    justify-content: space-between;
    margin: 18px 0 14px;
    padding: 16px;
}

.activityLogHeader h2 {
    color: #fffdf7;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 4px;
}

.activityLogHeader p {
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

.activityEyebrow {
    color: #f2cf63 !important;
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: 3px !important;
    text-transform: uppercase;
}

.activityLogShell {
    background: #fffdf7;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    overflow-x: auto;
    padding: 10px;
}

.activityLogTable {
    color: #17231d;
    font-size: 13px;
    margin-bottom: 0;
}

.activityLogTable th {
    border-top: 0;
    color: #39443d;
    font-size: 12px;
    text-transform: uppercase;
}

.activityLogTable td {
    max-width: 520px;
    vertical-align: top;
}

.providerResolveForm {
    display: grid;
    gap: 6px;
    min-width: 190px;
}

.providerResolveForm .form-control {
    font-size: 12px;
    height: 32px;
    padding: 4px 8px;
}

.admin-detail-page {
    background: #fffdf7;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    color: #17231d;
    padding: 20px;
}

.admin-detail-header {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.admin-detail-header h1 {
    margin: 0;
}

.admin-detail-header p:not(.eyebrow) {
    color: #5f6963;
    margin: 6px 0 0;
}

.admin-panel {
    background: #f7f3e8;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 16px;
}

.adminSummaryGrid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 14px 0;
}

.adminSummaryGrid div {
    background: #fffdf7;
    border: 1px solid #ddd7c8;
    border-radius: 8px;
    padding: 12px;
}

.adminSummaryGrid span {
    color: #6b716a;
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.adminSummaryGrid strong {
    display: block;
    font-size: 15px;
    margin-top: 5px;
}

.statusBadge {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    padding: 7px 10px;
}

.statusBadge-success {
    background: #e5f2dc;
    color: #255f16;
}

.statusBadge-warning {
    background: #fff1c8;
    color: #704f00;
}

.manualVerifyForm {
    margin-top: 12px;
}

.activityBadge {
    background: #e8efe9;
    border: 1px solid #c9d8cb;
    border-radius: 999px;
    color: #174f3b;
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 8px;
}

.activityBadge-success {
    background: #e8efe9;
    border-color: #9ec5a8;
    color: #174f3b;
}

.activityBadge-warning {
    background: #fff3cf;
    border-color: #e3c15e;
    color: #6f4a05;
}

.activityBadge-danger {
    background: #f8ded9;
    border-color: #dfa59b;
    color: #7a251a;
}

.securitySummaryGrid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin: 0 0 14px;
}

.securitySummaryGrid article {
    background: #fffdf7;
    border: 1px solid #d7d1bf;
    border-radius: 8px;
    padding: 14px;
}

.securitySummaryGrid span {
    color: #55665e;
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.securitySummaryGrid strong {
    color: #082d24;
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-top: 6px;
}

.providerOpsTable td {
    max-width: 360px;
}

.adminFilterBar {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 12px;
}

.adminFilterBar label {
    margin: 0;
}

.adminFilterBar label span {
    color: #425046;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.adminCheckboxFilter {
    align-items: center;
    display: flex;
    gap: 6px;
    min-height: 34px;
}

.adminCheckboxFilter span {
    display: inline !important;
    margin: 0 !important;
}

.providerTeamSummary {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 14px;
}

.providerTeamSummary article {
    background: #f7f3e8;
    border: 1px solid #d7d1bf;
    border-radius: 6px;
    padding: 12px;
}

.providerTeamSummary span {
    color: #5f6963;
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.providerTeamSummary strong {
    color: #17231d;
    display: block;
    font-size: 22px;
    line-height: 1.1;
    margin-top: 4px;
}

.providerTeamsTable input.form-control {
    font-size: 13px;
    height: 32px;
    min-width: 110px;
    padding: 4px 8px;
}

.providerTeamsTable .providerTeamAbbrInput {
    max-width: 90px;
    min-width: 80px;
    text-transform: uppercase;
}

.providerTeamVerify {
    align-items: center;
    display: flex;
    gap: 5px;
    margin-bottom: 6px;
}

.providerOpsTable small {
    color: #5f6963;
    display: block;
    font-size: 11px;
    line-height: 15px;
    margin-top: 3px;
}

.providerRawPreview summary {
    color: #174f3b;
    cursor: pointer;
    font-weight: 800;
}

.providerRawPreview pre {
    background: #17231d;
    border-radius: 6px;
    color: #fffdf7;
    font-size: 11px;
    line-height: 15px;
    margin: 8px 0 0;
    max-height: 160px;
    max-width: 420px;
    overflow: auto;
    padding: 10px;
    white-space: pre-wrap;
}

.hostAssignModal {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 18px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.hostAssignModal__backdrop {
    background: rgba(5, 20, 16, .68);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hostAssignModal__card {
    background: #fffdf7;
    border: 1px solid rgba(9, 61, 47, .25);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
    color: #17231d;
    max-width: 420px;
    padding: 22px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.hostAssignModal__close {
    background: transparent;
    border: 0;
    color: #5f6963;
    font-size: 20px;
    line-height: 1;
    padding: 4px;
    position: absolute;
    right: 14px;
    top: 12px;
}

.hostAssignModal__eyebrow {
    color: #7a5b00;
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.hostAssignModal h3 {
    color: #17231d;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 6px;
}

.hostAssignModal__current {
    color: #5f6963;
    margin: 0 0 14px;
}

.hostAssignModal label {
    color: #17231d;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 5px;
}

.hostAssignModal input[type="text"] {
    background: #f7f3e8;
    border: 1px solid #d7d1bf;
    border-radius: 6px;
    color: #17231d;
    height: 40px;
    padding: 8px 10px;
    width: 100%;
}

.hostAssignModal__status {
    background: #fff3cf;
    border: 1px solid #e3c15e;
    border-radius: 6px;
    color: #6f4a05;
    font-size: 13px;
    margin: 10px 0 0;
    padding: 8px 10px;
}

.hostAssignModal__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.hostAssignModal__cancel {
    background: transparent;
    border: 0;
    color: #174f3b;
    font-weight: 800;
    padding: 8px 4px;
}

.boardPanel-print {
    padding-top: 12px;
}

.boardPanel-outcomes {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.boardPanel-outcomes #potentialOutcomes {
    table-layout: fixed;
}

.boardPanel-outcomes #potentialOutcomes th:nth-child(1),
.boardPanel-outcomes #potentialOutcomes td:nth-child(1) {
    width: 36px;
}

.boardPanel-outcomes #potentialOutcomes th:nth-child(2),
.boardPanel-outcomes #potentialOutcomes td:nth-child(2) {
    width: 82px;
}

.boardPanel-outcomes #potentialOutcomes th:nth-child(3),
.boardPanel-outcomes #potentialOutcomes td:nth-child(3) {
    width: 46px;
}

.boardPanel-outcomes #potentialOutcomes th:nth-child(4),
.boardPanel-outcomes #potentialOutcomes td:nth-child(4) {
    width: auto;
}

@media (max-width: 1180px) {
    .boardMain {
        grid-template-columns: 1fr;
    }

    .boardStage {
        border-radius: 6px 6px 0 0;
    }

    .boardRight {
        border-left: 1px solid rgba(255, 255, 255, .35);
        border-radius: 0 0 6px 6px;
    }

    .boardRightContent {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .boardPanel-outcomes,
    .boardPanel-print {
        grid-column: 1 / -1;
    }

    .hostScoringGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hostManualScoreShell {
        align-items: stretch;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .boardPage {
        --board-cell: 44px;
        --board-num: 22px;
        --board-side-label: 26px;
        padding: 8px;
    }

    .boardHero {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 8px;
    }

    .boardHero h2 {
        font-size: 20px;
    }

    .boardMetrics {
        justify-content: flex-start;
        width: 100%;
    }

    .boardMetric {
        flex: 1 1 calc(50% - 8px);
        min-width: 0;
    }

    .boardStage {
        padding: 8px;
    }

    .boardAxisLayout {
        grid-template-rows: 22px var(--board-num) repeat(10, var(--board-cell));
    }

    .topRowName,
    .sideSpotHeader {
        font-size: 11px;
    }

    .topNumSpot,
    .sideNumSpot {
        font-size: 11px;
    }

    .BoardSquare {
        border-radius: 5px;
        font-size: 10px;
        padding: 2px;
    }

    .boardRightContent {
        grid-template-columns: 1fr;
    }

    .boardPanel {
        padding: 10px;
    }

    .quarterNumberSetCard {
        overflow-x: auto;
    }

    .quarterNumberSetCard table {
        min-width: 280px;
    }

    .boardPanel-outcomes #potentialOutcomes {
        min-width: 340px;
    }

    .homeHero,
    .homeActionPanel,
    .homeFeatureRow,
    .homeBoardGrid,
    .createPlanCompare,
    .whatsNewGrid,
    .whatsNewListGrid,
    .accountShell,
    .dashboardHero,
    .dashboardGrid,
    .hostScoringGrid,
    .hostToolsGrid,
    .createQuestionGrid,
    .createQuestion,
    .createGameFilters,
    .createSplit {
        grid-template-columns: 1fr;
    }

    .homeHero {
        padding: 24px;
    }

    .homeHero h1 {
        font-size: 32px;
    }

    .homeFeatureRow {
        gap: 8px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .homeFeature {
        gap: 4px;
        padding: 9px 7px;
    }

    .homeFeature strong {
        font-size: 11px;
        line-height: 14px;
    }

    .homeFeature span {
        font-size: 10px;
        line-height: 14px;
    }

    .homeActionPanel {
        grid-template-columns: auto auto;
    }

    .homeActions {
        padding-top: 25px;
    }

    .homeCodeRow {
        grid-template-columns: minmax(130px, 180px) auto;
    }

    .homePreviewHeader {
        padding-right: 0;
        padding-top: 34px;
    }

    .dashboardJoinRow {
        grid-template-columns: 1fr;
    }

    .dashboardActionCard {
        min-height: 0;
    }

    .dashboardCardActions .homeButton {
        flex: 1 1 100%;
    }

    .hostToolsHero {
        padding: 14px;
    }

    .hostBoardCards {
        grid-template-columns: 1fr;
    }

    .hostInviteBox {
        height: auto;
        min-height: 230px;
        width: 100%;
    }

    .hostUpgradePanel,
    .hostUpgradeCompare,
    .hostManualScoreShell,
    .hostManualScoreFields,
    .settingsTriple,
    .settingsTeamGrid {
        grid-template-columns: 1fr;
    }

    .hostScoringHeader {
        flex-direction: column;
    }

    .hostToolsHeroHeader {
        flex-direction: column;
    }

    .hostToolsHeroHeader .dashboardHeroActions {
        margin-top: 6px;
    }

    .settingsHeaderRow {
        align-items: flex-start;
        flex-direction: column;
    }

    .hostStatusCard {
        grid-column: auto;
    }

    .hostStatusForm {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .boardPage {
        --board-cell: 30px;
        --board-num: 16px;
        --board-side-label: 20px;
    }

    .boardHero h2 {
        font-size: 18px;
    }

    .boardGameLine {
        font-size: 12px;
    }

    .boardMetric {
        flex-basis: calc(50% - 6px);
        padding: 6px 7px;
    }

    .boardMetric strong {
        font-size: 16px;
    }

    .boardStage {
        padding: 4px;
    }

    .boardAxisLayout {
        grid-template-rows: 20px var(--board-num) repeat(10, var(--board-cell));
    }

    .topRowName,
    .sideSpotHeader {
        font-size: 10px;
    }

    .topNumSpot,
    .sideNumSpot {
        font-size: 10px;
    }

    .BoardSquare {
        font-size: 9px;
        line-height: 1.1;
    }

    .squareParticipant {
        font-size: 9px;
        line-height: 1.1;
        max-width: 100%;
    }

    .hostBoardCardDetails {
        grid-template-columns: 1fr;
    }

    .hostBoardCardGame {
        grid-column: auto;
    }

    .hostInviteActions .homeButton {
        flex: 1 1 100%;
        text-align: center;
    }

    .hostCardActionForm {
        width: 100%;
    }

    .hostManualScoreFields button,
    .hostManualScoreFields .homeButton {
        width: 100%;
    }

    .homeActionPanel,
    .homeCodeRow {
        grid-template-columns: 1fr;
        max-width: none;
    }

    .homeActions {
        padding-top: 0;
    }

    .homeActions .homeButton,
    .homeCodeRow .homeButton,
    .createGameFilters .homeButton {
        width: 100%;
    }

    .boardPanel-outcomes #potentialOutcomes {
        min-width: 0;
        width: 100%;
    }

    .potentialOutcomesCompact th,
    .potentialOutcomesCompact td {
        padding-left: 4px;
        padding-right: 4px;
    }

    .quarterNumberSetCard > strong {
        font-size: 11px;
    }

    .quarterNumberSetCard table {
        font-size: 10px;
        min-width: 0;
    }

    .quarterNumberSetCard th,
    .quarterNumberSetCard td {
        padding: 3px 2px;
    }

    .quarterNumberSetCard small {
        font-size: 9px;
    }

    .homeJoinBox {
        max-width: none;
        width: 100%;
    }

    .createGameFilters {
        align-items: stretch;
    }
}

/*===================== ADMIN HUB ======================= */
.admin-hub {
    margin: 36px auto 48px;
    max-width: 1180px;
    padding: 0 18px;
}

.admin-hub__header {
    align-items: center;
    background: linear-gradient(135deg, #093d2f 0%, #135f43 100%);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    min-height: 152px;
    padding: 26px 28px;
}

.admin-hub__header h1 {
    color: #fff;
    font-size: 38px;
    line-height: 1.08;
    margin: 0 0 8px;
}

.admin-hub__header p {
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    margin: 0;
    max-width: 680px;
}

.admin-hub .eyebrow {
    color: #f2c94c;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.admin-hub__grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.admin-hub-card {
    background: #f7f4ea;
    border: 1px solid rgba(9, 61, 47, .18);
    border-radius: 8px;
    color: #082d24;
    display: block;
    min-height: 190px;
    padding: 20px;
    text-decoration: none;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.admin-hub-card:hover,
.admin-hub-card:focus {
    border-color: rgba(19, 95, 67, .45);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
    color: #082d24;
    text-decoration: none;
    transform: translateY(-2px);
}

.admin-hub-card span {
    color: #7a5b00;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.admin-hub-card strong {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.admin-hub-card p {
    color: #35564d;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}

.admin-hub__legacy-note {
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(9, 61, 47, .14);
    border-radius: 8px;
    margin-top: 18px;
    padding: 18px 20px;
}

.admin-hub__legacy-note h2 {
    color: #082d24;
    font-size: 18px;
    margin: 0 0 8px;
}

.admin-hub__legacy-note p {
    color: #35564d;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/*===================== TV MODE ======================= */
.hostTvModePanel {
    align-items: stretch;
    background: rgba(9, 61, 47, .92);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    color: #fffdf7;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    margin: 0 0 18px;
    padding: 18px;
}

.hostTvModePanel h2 {
    color: #fffdf7;
    font-size: 24px;
    line-height: 1.15;
    margin: 0 0 8px;
}

.hostTvModePanel p {
    color: rgba(255, 253, 247, .84);
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 14px;
}

.hostTvModePanel ol {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    color: rgba(255, 253, 247, .9);
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 16px 16px 16px 34px;
}

.hostTvModePanel li {
    font-size: 13px;
    line-height: 1.35;
    padding-left: 2px;
}

.hostTvModePanel li strong {
    color: #f2cf63;
}

.hostTvModeUrl {
    align-items: end;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.hostTvModeUrl label {
    color: #f2cf63;
    display: block;
    font-size: 12px;
    font-weight: 800;
    grid-column: 1 / -1;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.hostTvModeUrl input {
    background: rgba(255, 253, 247, .96);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 6px;
    color: #17231d;
    font-size: 14px;
    min-height: 42px;
    padding: 9px 12px;
    width: 100%;
}

.hostTvQrGrid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 150px));
    margin-top: 14px;
}

.hostTvQrCard {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
    padding: 10px;
}

.hostTvQrCard span {
    color: #f2cf63;
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.hostTvQrCode {
    align-items: center;
    background: #fffdf7;
    border-radius: 6px;
    display: flex;
    height: 140px;
    justify-content: center;
    padding: 4px;
    width: 140px;
}

.hostTvQrCode img,
.hostTvQrCode canvas {
    display: block;
    height: 132px;
    width: 132px;
}

.tvModeBody {
    background: #08130f;
    color: #fffdf7;
    min-height: 100vh;
    overflow: hidden;
    padding: 0;
}

.tvModeShell {
    background:
        linear-gradient(135deg, rgba(8, 19, 15, .96), rgba(17, 67, 50, .94)),
        url('green.jpg');
    display: grid;
    gap: 14px;
    grid-template-rows: auto minmax(0, 1fr);
    height: 100vh;
    padding: 18px;
}

.tvModeHeader {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    min-height: 88px;
}

.tvModeEyebrow,
.tvPanelLabel {
    color: #f2cf63;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.tvModeHeader h1 {
    color: #fffdf7;
    font-size: clamp(34px, 4.2vw, 72px);
    font-weight: 900;
    line-height: .96;
    margin: 0;
}

.tvJoinCard {
    background: rgba(255, 253, 247, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    min-width: 330px;
    padding: 14px 16px;
    text-align: right;
}

.tvJoinCard span,
.tvJoinCard small {
    color: rgba(255, 253, 247, .78);
    display: block;
    font-size: 13px;
}

.tvJoinCard strong {
    color: #f2cf63;
    display: block;
    font-size: clamp(30px, 3.5vw, 54px);
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    margin: 4px 0 6px;
}

.tvJoinCard small {
    font-size: 12px;
    max-width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tvModeBoardGrid {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(760px, 1fr) minmax(280px, 360px);
    min-height: 0;
}

.tvModeBoardCard,
.tvPanel {
    background: #fffdf7;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .26);
}

.tvModeBoardCard {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 0;
    overflow: auto;
    padding: 16px;
}

.tvBoardAxisLayout {
    --tv-side-label: clamp(34px, 3vw, 58px);
    --tv-num: clamp(26px, 2.2vw, 38px);
    --tv-cell: min(calc((100vw - 500px) / 10), calc((100vh - 190px) / 11));
    display: grid;
    grid-template-columns: var(--tv-side-label) var(--tv-num) repeat(10, var(--tv-cell));
    grid-template-rows: 28px var(--tv-num) repeat(10, var(--tv-cell));
}

.tvBoardCorner {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}

.tvTopTeam {
    align-items: center;
    color: #174327;
    display: flex;
    font-size: clamp(14px, 1.3vw, 22px);
    font-weight: 900;
    grid-column: 3 / span 10;
    grid-row: 1;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tvSideTeam {
    align-items: center;
    color: #7a4b28;
    display: flex;
    font-size: clamp(14px, 1.2vw, 20px);
    font-weight: 900;
    grid-column: 1;
    grid-row: 3 / span 10;
    justify-content: center;
    overflow: visible;
    text-align: center;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
}

.tvSideNumbers {
    display: grid;
    grid-column: 2;
    grid-row: 3 / span 10;
    grid-template-rows: repeat(10, var(--tv-cell));
}

.tvSideNumbers div,
.tvTopNumber {
    align-items: center;
    color: #263b31;
    display: flex;
    font-size: clamp(15px, 1.4vw, 24px);
    font-weight: 900;
    justify-content: center;
    line-height: 1;
}

.tvSideNumbers div {
    border-right: 1px solid #d5c8a5;
}

.tvBoardSquares {
    display: grid;
    grid-column: 3 / span 10;
    grid-row: 2 / span 11;
    grid-template-columns: repeat(10, var(--tv-cell));
    grid-template-rows: var(--tv-num) repeat(10, var(--tv-cell));
}

.tvSquare {
    align-items: center;
    background: #ded5bf;
    border: 1px solid #cbbd9d;
    border-radius: 7px;
    color: #10251d;
    display: flex;
    justify-content: center;
    margin: 2px;
    min-width: 0;
    overflow: hidden;
    padding: 5px;
    text-align: center;
}

.tvSquare span {
    color: #67746c;
    font-size: clamp(12px, 1vw, 17px);
}

.tvSquare strong {
    display: block;
    font-size: clamp(12px, 1vw, 20px);
    font-weight: 900;
    line-height: 1.05;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.tvSquare-available {
    background: #fffdf7;
    border-style: dashed;
}

.tvSquare-result {
    background: #bfe7b7;
    border-color: #21965c;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .7);
}

.tvModeSidebar {
    display: grid;
    gap: 12px;
    grid-auto-rows: min-content;
    min-width: 0;
    overflow: hidden;
}

.tvPanel {
    color: #17231d;
    padding: 16px;
}

.tvPanel strong {
    color: #10251d;
    display: block;
    font-size: clamp(22px, 2.3vw, 36px);
    font-weight: 900;
    line-height: 1.05;
}

.tvPanel p,
.tvPanel em {
    color: #53665d;
    display: block;
    font-size: clamp(13px, 1.1vw, 18px);
    font-style: normal;
    line-height: 1.3;
    margin: 8px 0 0;
}

.tvScoreGrid {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
}

.tvScoreGrid div {
    background: #efe8d5;
    border-radius: 8px;
    padding: 12px;
}

.tvScoreGrid span {
    color: #53665d;
    display: block;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.tvScoreGrid strong {
    font-size: clamp(42px, 5vw, 76px);
    line-height: .9;
}

.tvProgress {
    background: #e2ddcf;
    border-radius: 999px;
    height: 18px;
    margin-top: 14px;
    overflow: hidden;
}

.tvProgress span {
    background: linear-gradient(90deg, #1c7c58, #d9aa3e);
    display: block;
    height: 100%;
}

.tvResultsPanel {
    overflow: hidden;
}

.tvResultRow {
    align-items: center;
    border-top: 1px solid #e0dac9;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(78px, .75fr) minmax(90px, .8fr) minmax(50px, .5fr);
    padding: 10px 0;
}

.tvResultRow:first-of-type {
    border-top: 0;
}

.tvResultRow span,
.tvResultRow em {
    color: #53665d;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.tvResultRow strong {
    font-size: 18px;
}

@media (max-width: 1000px) {
    .hostTvModePanel,
    .hostTvModeUrl {
        grid-template-columns: 1fr;
    }

    .hostTvModeUrl .homeButton {
        text-align: center;
    }

    .hostTvQrGrid {
        grid-template-columns: repeat(2, minmax(0, 150px));
        justify-content: start;
    }

    .tvModeBody {
        overflow: auto;
    }

    .tvModeShell {
        height: auto;
        min-height: 100vh;
    }

    .tvModeHeader,
    .tvModeBoardGrid {
        grid-template-columns: 1fr;
    }

    .tvModeHeader {
        align-items: stretch;
        flex-direction: column;
    }

    .tvJoinCard {
        min-width: 0;
        text-align: left;
    }

    .tvModeBoardGrid {
        display: grid;
    }

    .tvBoardAxisLayout {
        --tv-cell: 54px;
    }
}

/*===================== PRINT ======================= */
@media print {
    @page {
        size: landscape
    }
    .boardRight, footer, .navbar {
        display: none;
    }
    .board {
        margin:0;
        margin-left:35px;
        margin-top:-20px;
        float:left;
        width:760px;
        display:block;
        color:#000;
    }
    .boardPayouts {
        display:block;
        float:right;
        width:180px;
        margin:0;
        margin-top:-660px;
        color:#000;
    }

}
