.srv-detail-side {
    display: grid;
    gap: 14px;
    position: sticky;
    top: 96px;
}

.srv-detail-side .srv-detail-card--killfeed {
    position: static;
    top: auto;
}

.srv-detail-card--rules {
    padding: 14px;
    border: 1px solid rgba(255, 198, 112, 0.16);
    background:
        radial-gradient(circle at top right, rgba(255, 176, 90, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(20, 21, 30, 0.96), rgba(14, 16, 24, 0.92));
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.srv-rules-card__head {
    display: grid;
    gap: 6px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.srv-rules-card__head h2 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.05;
    text-transform: uppercase;
}

.srv-rules-card__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(247, 164, 70, 0.14);
    color: #ffcc7e;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.srv-rules-card__intro {
    margin: 0 0 12px;
    color: rgba(234, 238, 247, 0.78);
    font-size: 0.83rem;
    line-height: 1.5;
}

.srv-rules-card__list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.srv-rules-card__list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
    padding: 0;
    color: #f2f5fb;
    font-size: 0.78rem;
    line-height: 1.5;
}

.srv-rules-card__dot {
    width: 8px;
    height: 8px;
    margin-top: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f6b764, #ff7c61);
    box-shadow: none;
}

.srv-rules-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: fit-content;
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffcb84;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: none;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.srv-rules-card__button:hover {
    color: #ffe0ad;
    opacity: 0.92;
}

.rules-page {
    position: relative;
    padding: 88px 0 84px;
    overflow: hidden;
}

.rules-page__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 158, 68, 0.16), transparent 24%),
        radial-gradient(circle at top right, rgba(92, 174, 255, 0.14), transparent 26%),
        linear-gradient(180deg, rgba(10, 12, 18, 0.92), rgba(9, 11, 18, 0.98));
    pointer-events: none;
}

.rules-page__shell {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 24px;
}

.rules-page__hero {
    display: grid;
    gap: 16px;
    padding: 30px 32px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top right, rgba(246, 183, 100, 0.18), transparent 28%),
        linear-gradient(160deg, rgba(19, 22, 34, 0.96), rgba(12, 14, 22, 0.94));
    box-shadow: 0 28px 54px rgba(0, 0, 0, 0.28);
}

.rules-page__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 188, 92, 0.14);
    color: #ffcf8d;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.rules-page__hero h1 {
    margin: 0;
    color: #f8fafc;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    line-height: 0.94;
    text-transform: uppercase;
}

.rules-page__hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(226, 232, 240, 0.8);
    font-size: 1rem;
    line-height: 1.7;
}

.rules-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.rules-page__highlights {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.rules-page__highlight-card {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(20, 24, 35, 0.94), rgba(12, 15, 23, 0.9));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.rules-page__highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(246, 183, 100, 0.18), rgba(69, 163, 255, 0.16));
    color: #fff1da;
    font-size: 1rem;
}

.rules-page__highlight-card strong {
    font-size: 1rem;
    color: #f8fafc;
}

.rules-page__highlight-card p {
    margin: 0;
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.88rem;
    line-height: 1.6;
}

.rules-page__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: start;
}

.rules-page__sections {
    display: grid;
    gap: 18px;
}

.rules-page__section {
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(20, 23, 35, 0.95), rgba(11, 13, 21, 0.92));
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.2);
}

.rules-page__section-head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start;
    margin-bottom: 16px;
}

.rules-page__section-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    padding: 0 14px;
    border-radius: 16px;
    background: rgba(249, 115, 22, 0.14);
    color: #ffc889;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.rules-page__section-head h2 {
    margin: 0 0 6px;
    color: #f8fafc;
    font-size: 1.22rem;
}

.rules-page__section-head p {
    margin: 0;
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.92rem;
    line-height: 1.65;
}

.rules-page__rule-list {
    display: grid;
    gap: 12px;
}

.rules-page__rule-item {
    display: grid;
    gap: 6px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

.rules-page__rule-item strong {
    color: #fff5e6;
    font-size: 0.94rem;
    line-height: 1.55;
}

.rules-page__rule-item p {
    margin: 0;
    color: rgba(226, 232, 240, 0.76);
    font-size: 0.88rem;
    line-height: 1.6;
}

.rules-page__sidebar {
    position: sticky;
    top: 96px;
}

.rules-page__sidebar-card {
    display: grid;
    gap: 14px;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 200, 122, 0.18);
    background:
        radial-gradient(circle at top right, rgba(246, 183, 100, 0.16), transparent 32%),
        linear-gradient(180deg, rgba(20, 24, 34, 0.96), rgba(12, 14, 22, 0.92));
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
}

.rules-page__sidebar-tag {
    display: inline-flex;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(246, 183, 100, 0.14);
    color: #ffd39c;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.rules-page__sidebar-card h2 {
    margin: 0;
    color: #f8fafc;
    font-size: 1.12rem;
}

.rules-page__sidebar-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rules-page__sidebar-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
    color: #edf2f7;
    font-size: 0.84rem;
    line-height: 1.6;
}

.rules-page__sidebar-dot {
    width: 8px;
    height: 8px;
    margin-top: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f6b764, #46a3ff);
    box-shadow: 0 0 0 4px rgba(70, 163, 255, 0.12);
}

.rules-page__sidebar-note {
    margin: 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(226, 232, 240, 0.7);
    font-size: 0.8rem;
    line-height: 1.65;
}

@media (max-width: 1100px) {
    .srv-detail-side {
        position: static;
        top: auto;
    }

    .rules-page__highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rules-page__grid {
        grid-template-columns: 1fr;
    }

    .rules-page__sidebar {
        position: static;
        top: auto;
    }
}

@media (max-width: 700px) {
    .rules-page {
        padding: 72px 0 68px;
    }

    .rules-page__hero {
        padding: 22px 20px;
    }

    .rules-page__highlights {
        grid-template-columns: 1fr;
    }

    .rules-page__section {
        padding: 18px;
    }

    .rules-page__section-head {
        grid-template-columns: 1fr;
    }

    .rules-page__section-index {
        min-width: 0;
        width: fit-content;
    }
}