@font-face {
    font-family: 'Comic Neue';
    src: url(/fonts/ComicNeue-Regular.eot);
    src: url(/fonts/ComicNeue-Regular.eot?#iefix) format('embedded-opentype'), url(/fonts/ComicNeue-Regular.woff2) format('woff2'), url(/fonts/ComicNeue-Regular.woff) format('woff'), url(/fonts/ComicNeue-Regular.ttf) format('truetype');
    font-weight: 700
}

@font-face {
    font-family: 'Comic Neue';
    src: url(/fonts/ComicNeue-Bold.eot);
    src: url(/fonts/ComicNeue-Bold.eot?#iefix) format('embedded-opentype'), url(/fonts/ComicNeue-Bold.woff2) format('woff2'), url(/fonts/ComicNeue-Bold.woff) format('woff'), url(/fonts/ComicNeue-Bold.ttf) format('truetype');
    font-weight: 700
}

body {
    margin: 0;
    color: #111;
    background: #fdfcf9;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

#bq-root {
    flex: 0 0 auto;
}

.tagline {
    text-align: center;
    margin-top: auto;
    margin-bottom: 16px;
}

#bq-footer {
    border-top: 6px double #111;
}

.bq-footer-links {
    max-width: 60rem;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}

.bq-footer-links section {
    min-width: 0;
}

.bq-footer-links h3 {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #111;
    margin: 0 0 0.9rem;
}

.bq-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bq-footer-links li {
    margin-bottom: 0.5rem;
}

.bq-footer-links a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
}

.bq-footer-links a:hover {
    color: #000;
    text-decoration: underline;
}

.bq-wordmark {
    background: #111;
    padding: 1.25rem 1rem;
    margin: 0 0 8px;
    overflow: hidden;
}

.bq-wordmark svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #f5f5f0;
    font-weight: 900;
    letter-spacing: -0.04em;
}

@media (max-width: 640px) {
    .bq-footer-links {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        padding: 2rem 1.25rem;
    }

    #bq-footer {
        margin-top: 2rem;
    }

    .bq-wordmark {
        padding: 0.75rem 0.75rem;
    }

    #bq-header {
        padding: 0.75rem 0.6rem;
        gap: 0.5rem;
    }

    #bq-header button,
    #bq-header a.bq-random {
        padding: 0.3rem 0.6rem;
    }
}

#bq-banner {
    color: #fff;
    padding: 0.6rem 1rem;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.3;
}

#bq-banner a {
    color: #fff;
    text-decoration: underline;
}

#bq-banner a:hover {
    color: #fff;
    opacity: 0.85;
}

#bq-header {
    border-bottom: 1px solid #eee;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

#bq-header form {
    display: flex;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
    max-width: 40rem;
}

#bq-header a {
    color: #333;
    text-decoration: none;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#bq-header a:hover {
    color: #000;
    text-decoration: underline;
}

#bq-header a.bq-random {
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 0.3rem 0.85rem;
    font-size: 0.85rem;
}

#bq-header a.bq-random:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.85;
}

#bq-header input {
    flex: 1;
    min-width: 0;
    font-size: 1rem;
    padding: 0.4rem 0.6rem;
    border: 1px solid #888;
}

#bq-header button {
    background: #111;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0.3rem 0.85rem;
    font: inherit;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}

#bq-header button:hover {
    opacity: 0.85;
}

#bq-root {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem;
}

[data-card] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
}

[data-card]>header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

[data-card]>header p {
    margin: 0;
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 0.15rem 0.7rem;
    font-size: 0.85rem;
}

[data-card]>header a {
    color: #333;
}

[data-card]>header nav[data-nav="back"]::before {
    content: "\2190\00a0";
    color: #888;
}

[data-card]>header nav[data-nav="next"]::after {
    content: "\00a0\2192";
    color: #888;
}

[data-card] figure {
    margin: 0 0 1.5rem;
    display: inline-block;
    border: 2px solid #111;
    background: #fff;
    padding: 6px;
    box-shadow: 6px 6px 0 #111;
}

[data-card] img {
    max-width: 100%;
    height: auto;
    display: block;
}

[data-field="hd"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0 1.25rem;
}

[data-field="hd"] a {
    display: block;
    line-height: 0;
}

[data-field="hd"] img {
    height: 80px;
    width: auto;
    display: block;
}

[data-hd-intro] {
    max-width: 36rem;
    margin: 0 auto 1.5rem;
    padding: 0 1rem;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #444;
}

[data-hd-card] {
    width: 100%;
    min-width: 0;
}

[data-hd-card] figure {
    max-width: 100%;
}

[data-hd-card] figure img {
    max-width: 100%;
    width: auto;
    height: auto;
}

@media (min-width: 768px) {

    [data-hd-card] figure,
    [data-hd-card] figure img {
        max-width: none;
    }
}

[data-hd-card] [data-field="author"] {
    margin: 0 0 0.25rem;
    font-style: italic;
    color: #555;
}

[data-hd-card] [data-field="tumblr"] {
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
}

[data-card] h1 {
    font-size: 2rem;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
}

[data-card] time {
    display: block;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 1rem;
}

[data-field="hifi"] {
    margin: 0 0 1rem;
}

[data-field="hifi"] a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #111;
    color: #fff;
    padding: 0.2rem 0.9rem 0.2rem 0.7rem;
    border-radius: 999px;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 2px 2px 0 #111;
    transition: transform 0.05s ease, box-shadow 0.05s ease;
}

[data-field="hifi"] a:active {
    transform: translate(2px, 2px);
    box-shadow: 0 0 0 #111;
}

[data-field="hifi"] [data-play] {
    font-size: 0.7rem;
    line-height: 1;
}

[data-field="tags"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
}

[data-field="tags"] .tag-pills {
    display: contents;
    list-style: none;
    padding: 0;
    margin: 0;
}

[data-field="tags"] li {
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 0.2rem 0.75rem;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

[data-field="tags"] li a {
    color: inherit;
    text-decoration: none;
}

[data-field="tags"] li a:hover {
    text-decoration: underline;
}

.tag-pills-editing {
    flex: 1 0 100%;
    justify-content: flex-start;
}

.tag-remove {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    opacity: 0.7;
}

.tag-remove:hover {
    opacity: 1;
}

.tag-remove:disabled {
    cursor: not-allowed;
}

.tag-edit {
    background: #fff;
    color: #111;
    border: 1px solid #111;
    border-radius: 999px;
    padding: 0.2rem 0.75rem;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.tag-edit:hover {
    background: #111;
    color: #fff;
}

.tag-edit-wrap {
    flex: 1 0 100%;
    position: relative;
    min-width: 280px;
}

.tag-edit-input {
    width: 100%;
    font-size: 0.9rem;
    padding: 0.4rem 0.6rem;
    border: 1px solid #111;
    border-radius: 0.4rem;
    box-sizing: border-box;
}

.tag-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #111;
    border-top: none;
    border-radius: 0 0 0.4rem 0.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 12rem;
    overflow-y: auto;
}

.tag-autocomplete:empty {
    display: none;
}

.tag-autocomplete li {
    background: #fff;
    color: #111;
    border-radius: 0;
    padding: 0.3rem 0.6rem;
    font-size: 0.85rem;
    letter-spacing: normal;
    display: block;
    cursor: pointer;
}

.tag-autocomplete li:hover,
.tag-autocomplete li[aria-selected="true"] {
    background: #111;
    color: #fff;
}

.tag-edit-controls {
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tag-edit-save,
.tag-edit-cancel {
    background: #111;
    color: #fff;
    border: 1px solid #111;
    border-radius: 999px;
    padding: 0.2rem 0.9rem;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.tag-edit-cancel {
    background: #fff;
    color: #111;
}

.tag-edit-save:disabled,
.tag-edit-cancel:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.tag-edit-error {
    color: #b00;
    font-size: 0.8rem;
}

nav[data-chrome] {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

nav[data-chrome] a {
    color: #333;
    text-decoration: none;
}

nav[data-chrome] a:hover {
    color: #000;
    text-decoration: underline;
}

nav[data-chrome] a[aria-current="page"] {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

[data-chrome-slice] {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

[data-chrome-years] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem 0.9rem;
    font-size: 0.85rem;
}

[data-chrome-players] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3rem 0.7rem;
    font-size: 0.8rem;
    color: #555;
    max-height: 8rem;
    overflow-y: auto;
}

header[data-listing] {
    text-align: center;
    margin-bottom: 2rem;
}

header[data-listing] h1 {
    font-size: 2rem;
    margin: 0 0 0.25rem;
    letter-spacing: -0.01em;
}

header[data-listing] p {
    margin: 0;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #555;
}

[data-pagination] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0 4rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

[data-pagination] a {
    color: #333;
    text-decoration: none;
}

[data-pagination] a:hover {
    color: #000;
    text-decoration: underline;
}

[data-tag-index] {
    list-style: none;
    margin: 0 auto 2rem;
    padding: 0;
    max-width: 32rem;
}

[data-tag-index] li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.4rem 0.6rem;
    border-bottom: 1px solid #eee;
}

[data-tag-index] li:hover {
    background: #f7f7f7;
}

[data-tag-index] a {
    color: #333;
    text-decoration: none;
    font-family: monospace;
    font-size: 0.95rem;
}

[data-tag-index] a:hover {
    color: #000;
    text-decoration: underline;
}

[data-tag-index] span {
    color: #888;
    font-size: 0.85rem;
    font-variant-numeric: tabular-nums;
}

[data-splash] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    gap: 2rem;
}

[data-splash] h1 {
    font-size: 3rem;
    margin: 0;
    letter-spacing: -0.02em;
}

[data-splash] form {
    display: flex;
    gap: 0.5rem;
}

[data-splash] input {
    width: 28rem;
    max-width: 80vw;
    font-size: 1.25rem;
    padding: 0.4rem 0.6rem;
    border: 1px solid #888;
}

[data-splash] button {
    font-size: 1rem;
    padding: 0.4rem 1rem;
}

.icon_of_faggotry {
    height: 42px;
}

.copy {
    font-size: 0.8rem;
    text-align: center;
    margin-top: auto;
    margin-bottom: 8px;
}

.foot {
    text-decoration: underline;
}