.rules-page-container {
    padding-top: 30px;
    padding-bottom: 60px;
}
.rules-page-header {
    margin-bottom: 30px;
}
.rules-page-heading {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 10px 0 4px;
}
.rules-page-subheading {
    font-size: 15px;
    margin: 0 0 16px;
    opacity: 0.6;
}
.rules-section-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    padding: 20px 24px;
    margin-bottom: 16px;
}
[data-theme="light"] .rules-section-card {
    background: #f4faf4;
    border-color: #b0ccb0;
}
.rules-section-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgb(166,205,99);
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
[data-theme="light"] .rules-section-title {
    color: #3d5c3d;
    border-bottom-color: #b0ccb0;
}
.rules-list {
    margin: 0;
    padding-left: 20px;
}
.rules-list-item {
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.6;
}
.rules-empty-state {
    text-align: center;
    padding: 60px 40px;
    opacity: 0.5;
}
