html,
body {
    margin: 0;
    padding: 0;
    background: #050505;
    color: #f4ead7;
    font-family: Georgia, 'Times New Roman', serif;
}

* {
    box-sizing: border-box;
}

.lp-rules-page {
    min-height: 100vh;
    background: #050505;
}

.lp-rules-hero {
    min-height: 100vh;
    background-image: linear-gradient(90deg, rgba(0,0,0,.28), rgba(0,0,0,.56) 42%, rgba(0,0,0,.20)), url('/assets/img/normas-bg.png');
    background-size: cover;
    background-position: center;
    padding: 54px 7vw;
}

.lp-rules-panel {
    width: min(1040px, 100%);
    background: rgba(0,0,0,.76);
    border: 1px solid rgba(255,190,80,.22);
    border-radius: 18px;
    padding: 34px;
    box-shadow: 0 20px 55px rgba(0,0,0,.55);
    backdrop-filter: blur(2px);
}

.lp-back-btn,
.lp-discord-btn {
    display: inline-block;
    padding: 10px 18px;
    background: linear-gradient(180deg, #d4aa45 0%, #a97818 100%);
    border: 1px solid #ffd37a;
    border-radius: 10px;
    color: #111;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
}

.lp-back-btn {
    margin-bottom: 22px;
}

.lp-discord-btn {
    width: fit-content;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.lp-back-btn:hover,
.lp-discord-btn:hover {
    background: linear-gradient(180deg, #ffd37a 0%, #c9972b 100%);
}

.lp-kicker {
    color: #ffd37a;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 900;
    font-size: 13px;
    margin-bottom: 8px;
}

.lp-rules-panel h1 {
    margin: 0;
    font-size: clamp(32px, 4.6vw, 62px);
    line-height: .95;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #f8ead1;
}

.lp-law {
    display: inline-block;
    margin: 14px 0 0;
    padding: 7px 12px;
    background: rgba(255,190,80,.10);
    border: 1px solid rgba(255,190,80,.22);
    border-radius: 999px;
    color: #ffd37a;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.lp-intro {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.55;
    color: #e6d7bd;
    margin: 20px 0 10px;
}

.lp-warning {
    display: inline-block;
    margin: 8px 0 24px;
    padding: 12px 15px;
    background: rgba(120, 15, 15, .50);
    border: 1px solid rgba(255, 80, 60, .48);
    border-radius: 12px;
    color: #ffd0c8;
    font-weight: 900;
}

.lp-rules-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.lp-rule-card {
    background: rgba(0,0,0,.68);
    border: 1px solid rgba(255,190,80,.16);
    border-radius: 14px;
    padding: 18px;
}

.lp-rule-number {
    display: inline-block;
    color: #ff5a36;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 8px;
}

.lp-rule-card h2 {
    margin: 0 0 10px;
    color: #ffd37a;
    font-size: 22px;
    text-transform: uppercase;
}

.lp-rule-card p {
    margin: 0 0 10px;
    color: #e2d1b3;
    line-height: 1.48;
    font-size: 16px;
}

.lp-rule-card ul {
    margin: 8px 0 0;
    padding-left: 20px;
    color: #e2d1b3;
    line-height: 1.5;
}

.lp-final-note {
    margin-top: 18px;
    padding: 18px;
    border-radius: 14px;
    background: rgba(255,190,80,.10);
    border: 1px solid rgba(255,190,80,.26);
    display: grid;
    gap: 6px;
}

.lp-final-note strong {
    color: #ffd37a;
    font-size: 18px;
}

.lp-final-note span {
    color: #e5d5bc;
}

@media (max-width: 900px) {
    .lp-rules-hero {
        padding: 28px 16px;
        background-position: center top;
    }

    .lp-rules-panel {
        padding: 22px;
    }

    .lp-rules-grid {
        grid-template-columns: 1fr;
    }
}
