.rules-page .content {
    padding: 40px;
}

.rules-wrapper {
    padding: 50px;
    border-radius: 28px;
    background: rgba(15,25,40,0.55);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(0,255,200,0.25);
    box-shadow:
        0 0 60px rgba(0,255,200,0.15),
        0 25px 80px rgba(0,0,0,0.6);
}

.rules-top {
    margin-bottom: 30px;
}

.rules-top h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.rules-top p {
    opacity: 0.8;
}

.rules-section {
    margin-bottom: 40px;
}

.rules-section h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #00ffc8;
}

.rules-section h3 {
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 16px;
}

.rules-section p {
    opacity: 0.9;
    margin-bottom: 10px;
    line-height: 1.6;
}

.divider {
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(0,255,200,0.3),
        transparent
    );
    margin: 35px 0;
}

.warning {
    margin-top: 15px;
    padding: 15px 20px;
    border-radius: 14px;
    background: rgba(255,70,70,0.08);
    border: 1px solid rgba(255,70,70,0.3);
    font-size: 14px;
}

.rules-bottom {
    margin-top: 40px;
    opacity: 0.8;
}
