.regulamin-wejscie {
    padding: 72px 24px;
    background: #050505;
    border-top: 1px solid rgba(255,106,0,.07);
}

.regulamin-wejscie__karta {
    width: min(1040px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 20px 22px;
    border: 1px solid rgba(255,106,0,.14);
    border-radius: 14px;
    background: linear-gradient(145deg, #0e0e0e, #080808);
    box-shadow: 0 25px 80px rgba(0,0,0,.28);
}

.regulamin-wejscie__znak {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,106,0,.24);
    border-radius: 11px;
    background: rgba(255,106,0,.05);
    color: #ff6a00;
    font-size: 21px;
}

.regulamin-wejscie__oznaczenie {
    color: #ff7417;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 2px;
}

.regulamin-wejscie__tekst h2 {
    margin-top: 6px;
    color: #fff;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 900;
    font-style: italic;
    letter-spacing: -1px;
}

.regulamin-wejscie__tekst h2 span {
    color: #ff6a00;
}

.regulamin-wejscie__tekst p {
    margin-top: 5px;
    color: #666;
    font-size: 11px;
}

.regulamin-wejscie__przycisk {
    min-height: 46px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255,106,0,.24);
    border-radius: 9px;
    background: rgba(255,106,0,.07);
    color: #ff6a00;
    font-family: inherit;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.3px;
    cursor: pointer;
    transition: .2s ease;
}

.regulamin-wejscie__przycisk:hover {
    color: #fff;
    background: #ff6a00;
    border-color: #ff6a00;
    transform: translateY(-1px);
}

.regulamin-modal {
    position: fixed;
    inset: 0;
    z-index: 6000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.regulamin-modal--otwarte {
    display: flex;
}

.regulamin-modal__tlo {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.8);
    backdrop-filter: blur(9px);
}

.regulamin-modal__panel {
    position: relative;
    z-index: 2;
    width: min(1050px, 100%);
    max-height: calc(100vh - 36px);
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,106,0,.18);
    border-radius: 15px;
    background: linear-gradient(145deg,#101010,#060606);
    box-shadow: 0 35px 120px rgba(0,0,0,.65);
}

.regulamin-modal__zamknij {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 4;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 9px;
    background: #0a0a0a;
    color: #777;
    cursor: pointer;
    transition: .2s ease;
}

.regulamin-modal__zamknij:hover {
    color: #fff;
    border-color: rgba(255,106,0,.35);
}

.regulamin-modal__naglowek {
    padding: 4px 50px 18px 2px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.regulamin-modal__naglowek > span {
    color: #ff7417;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 2px;
}

.regulamin-modal__naglowek h2 {
    margin-top: 7px;
    color: #fff;
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 900;
    font-style: italic;
}

.regulamin-modal__naglowek h2 b {
    color: #ff6a00;
}

.regulamin-modal__naglowek p {
    margin-top: 6px;
    color: #686868;
    font-size: 11px;
}

.regulamin-modal__przewijanie {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    padding: 18px 7px 6px 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,106,0,.45) transparent;
}

.regulamin__lista-blokow {
    display: grid;
    gap: 14px;
}

.regulamin__blok {
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 12px;
    background: linear-gradient(145deg,#0e0e0e,#080808);
    overflow: hidden;
}

.regulamin__blok-gora {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 17px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    background: rgba(255,106,0,.025);
}

.regulamin__numer {
    color: #ff6a00;
    font-size: 10px;
    font-weight: 900;
}

.regulamin__blok h3 {
    margin: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 800;
}

.regulamin__lista {
    margin: 0;
    padding: 16px 22px 18px 39px;
}

.regulamin__lista li {
    margin-bottom: 8px;
    color: #777;
    font-size: 11px;
    line-height: 1.7;
}

.regulamin__lista li:last-child {
    margin-bottom: 0;
}

.regulamin__stopka {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    padding: 13px 15px;
    border: 1px solid rgba(255,106,0,.10);
    border-radius: 10px;
    color: #5f5f5f;
    font-size: 10px;
    line-height: 1.65;
}

.regulamin__stopka i {
    color: #ff6a00;
    margin-top: 2px;
}

.regulamin-blokada {
    overflow: hidden;
}

@media (max-width: 760px) {
    .regulamin-wejscie {
        padding: 55px 13px;
    }

    .regulamin-wejscie__karta {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
    }

    .regulamin-wejscie__przycisk {
        width: 100%;
    }

    .regulamin-modal {
        padding: 8px;
    }

    .regulamin-modal__panel {
        max-height: calc(100vh - 16px);
        padding: 18px;
        border-radius: 12px;
    }

    .regulamin-modal__przewijanie {
        max-height: calc(100vh - 135px);
    }

    .regulamin__lista {
        padding-left: 29px;
    }
}