/* Rules page overrides */
.rules-page {
    min-height: 100vh;
    min-height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
}

.rules-page .brand-bar {
    position: sticky;
    top: 0;
    z-index: 10;
}

.brand-bar-link {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}

.rules-main {
    display: flex;
    justify-content: center;
    padding: 48px 32px 160px;
}

.rules-content {
    max-width: 680px;
    width: 100%;
}

.rules-content h1 {
    font-family: "Cairo", sans-serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: var(--white);
    margin-bottom: 4px;
}

.rules-content h2 {
    font-family: "Cairo", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--gold);
    margin-bottom: 4px;
}

.rules-venue {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
}

.rules-disclaimer {
    font-family: "Cairo", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--white);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 16px;
    margin-bottom: 32px;
}

.rules-content h3 {
    font-family: "Cairo", sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: var(--white);
    margin-top: 28px;
    margin-bottom: 8px;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.rules-content h3:first-of-type {
    border-top: none;
    padding-top: 0;
}

.rules-content p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
}

.rules-content strong {
    color: rgba(255, 255, 255, 0.9);
}
