@import url('https://fonts.googleapis.com/css2?family=Texturina:ital,opsz,wght@0,12..72,100..900;1,12..72,100..900&display=swap');

body {
    margin: 0;
    min-height: 100vh;
    background-color: #000;
    color: #fff;
    font-family: "Texturina", "Helvetica Neue", Arial, sans-serif;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.glitch-overlay {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 10;
    mix-blend-mode: normal;
    opacity: 1;
}

.site-nav {
    display: flex;
    justify-content: center;
    padding: 1.5rem 1rem;
}

.site-title {
    margin: 0;
    font-size: 45pt;
    letter-spacing: 0.15em;
    font-style: italic;
}

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 2rem 1rem 3rem;
    text-align: center;
}

.feature-visual {
    position: relative;
    max-width: 90vw;
    display: flex;
    justify-content: center;
}

@media (min-width: 800px) {
    .feature-visual {
        max-width: 66vw;
    }
}

.feature-image {
    width: 80%;
    height: auto;
    display: block;
}

p {
    margin: 0;
    font-size: 1.125rem;
}

.contact-link {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
}

.contact-link a {
    color: inherit;
    text-decoration: none;
}

.contact-link a:hover,
.contact-link a:focus {
    text-decoration: underline;
}

.site-title a {
    color: inherit;
    text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
    text-decoration: underline;
}

.live-content {
    gap: 1.5rem;
    align-items: stretch;
}

.live-player {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: min(960px, 92vw);
    margin: 0 auto;
}

.live-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.75rem;
}

.live-status {
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.8;
}

.live-help {
    font-size: 0.95rem;
    max-width: min(720px, 92vw);
    margin: 0 auto;
    line-height: 1.6;
}

.live-help a {
    color: inherit;
    text-decoration: underline;
}
