@font-face {
    font-family: 'Concourse T3';
    src: url("https://jklol.net/concourse/concourse_t3_regular.woff") format("woff");
}
@font-face {
    font-family: 'Concourse T3';
    src: url("https://jklol.net/concourse/concourse_t3_bold.woff") format("woff");
    font-weight: bold;
}
@font-face {
    font-family: 'Concourse T3';
    src: url("https://jklol.net/concourse/concourse_t3_italic.woff") format("woff");
    font-style: italic;
}
@font-face {
    font-family: 'Concourse T3';
    src: url("https://jklol.net/concourse/concourse_t3_bold_italic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}
header {
    display: flex;
    flex-direction: column;
    /* align-items: baseline; */
    margin-bottom: 18px;
}
h1 {
    font-weight: normal;
    font-family: 'Concourse T3';
    margin: 0;
}
h2 {
    font-size: inherit;
}
h2.subtitle {
    font-weight: normal;
    font-size: 18px;
}
footer {
    padding-top: 20px;
    font-size: 9pt;
    font-style: italic;
}
a:link, a:visited {
    color: inherit;
}
figure { margin: 0 0 1em }
ul { margin: 0; padding: 0; list-style: none;}
div#home ul { margin-bottom: 1ch; }
ul li::before { content: "–"; padding-right: 4px; }
ul li.a-bingo::before { content: "🏅"; font-size: x-small; margin-left: -1ex; padding-right: 4px; }
ul li.a-blackout::before { content: "💯"; font-size: x-small; margin-left: -1ex; padding-right: 4px; }
ul.ing li::before { content: none; padding-right: 0; }
li ul { margin-left: 1em;}
nav ul {
    display: flex;
    column-gap: 18px;
}
header nav > ul {
    margin-bottom: 8pt;
}
nav div {
    display: flex;
    flex-direction: row;
}
nav h2 {
    font-weight: inherit;
    font-style: italic;
    display: inline;
    margin: 0 8pt 0 0;
}
nav ul li::before { content: none; padding-right: 0; }
/* nav ul li { flex-grow: 1;} */
@media (max-width: 600px) {
    nav ul {
        display: flex;
        flex-wrap: wrap;
    }
    table.bingo-board { font-size: 50%}
}
body {
    font-family: 'Concourse T3';
}
main {
    max-width: 70ch;
    padding: 2ch;
    margin: auto;
}
header {
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1000px) {
    main {
        width: 70ch;
        max-width: 1000px;
    }
    main:has(div#home) {
        width: 1000px;
    }
    main:has(div#home p#no-news-is-good-news) {
        width: 70ch;
    }
    div#participants {
        width: 70ch;
        margin: auto;
    }
    div#home {
        display: flex;
        flex-direction: row;
        gap: 18px;
    }
    main:has(div#home p#no-news-is-good-news) div#home {
        display:block;
    }

    div#home ul, div#home p#no-news-is-good-news {
        flex-grow: 1;
    }

    .bingo-board {
        width: 70ch;
    }
}
td { width: 20% }
td.yes { background-color: lightsteelblue; }
:root {
    --y-color: lightsteelblue;
    --y-light: rgb(from var(--y-color) r g b / 40%);
    --yes-2024: #a1ead2;
    --yes-2025: #f1979f;
    --yes-2026: #C2AAE5;
}
.y-2024 td.yes { background-color: var(--yes-2024); }
.y-2025 td.yes { background-color: var(--yes-2025); }
.y-2026 td.yes { background-color: var(--yes-2026); }
.y-2024 {
    --y-color: var(--yes-2024);
    --y-light: rgb(from var(--y-color) r g b / 40%);
}
.y-2025 {
    --y-color: var(--yes-2025);
    --y-light: rgb(from var(--y-color) r g b / 40%);
}
.y-2026 {
    --y-color: var(--yes-2026);
    --y-light: rgb(from var(--y-color) r g b / 40%);
}
span.blackout {
    font-variant-caps: small-caps;
    color: white;
    background: black;
    border-radius: 3pt;
    padding-left: 4pt;
    padding-right: 4pt;
    padding-bottom: 2pt;
}
li#tip-jar a, li#discord a {
    font-variant-caps: small-caps;
    border-radius: 3pt;
    padding-left: 4pt;
    padding-right: 4pt;
    padding-bottom: 2pt;
}
li#tip-jar a {
    color: white;
    background: #33a02b;
}
li#discord a {
    color: #e0e3ff;
    background: #5865f2;
}
div#participants ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
div#participants li::before {
    content: none;
}
div#participants li {
    display: flex;
    flex-direction: column;
    min-width: 3em;
    border: 1px solid var(--y-color);
    background-color: var(--y-light);
    padding: 4px;
}
div#participants li span {
    font-size: 24pt;
}
