html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,*:after,*:before {
    box-sizing: border-box;
}

body {
    background: #16110F;
}

.promo-banner {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin:30px auto 40px;
    height: 200px;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
    gap: 10px;
}

.promo-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    text-decoration: none;
    color: white;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
}

.promo-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Welcome Package Section */
.welcome-section {
    background: url("../images/banner_1.webp") no-repeat center center;
    background-size: cover;
}

/* Weekly Cashback Section */
.cashback-section {
    background: url("../images/banner_2.webp") no-repeat center center;
    background-size: cover;
}

/* Highroller Bonus Section */
.highroller-section {
    background: url("../images/banner_3.webp") no-repeat center center;
    background-size: cover;
}

.promo-tag {
    background: rgba(0,0,0,0.6);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border: 1px solid rgba(255,255,255,0.2);
}

.promo-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.promo-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.promo-code {
    font-size: 14px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.1);
    padding: 5px 10px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.2);
}

.sign-up-btn {
    background: #fbbf24;
    color: #000;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.sign-up-btn:hover {
    background: #f59e0b;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .promo-banner {
        flex-direction: column;
        height: auto;
    }

    .promo-section {
        height: 200px;
    }

    .promo-title {
        font-size: 24px;
    }
}

body {
    font-family: 'Arial', sans-serif;
    background: #1a1a1a;
    color: white;
}

.header {
    background: #1a1a1a;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1000;
    max-width: 1400px;
    margin: 0 auto;
}

.logo {
    color: #fbbf24;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Desktop Navigation */
.desktop-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
}

.desktop-nav li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.desktop-nav li a:hover {
    background: rgba(251, 191, 36, 0.1);
    color: #fbbf24;
}

.desktop-nav li.active a {
    background: rgba(251, 191, 36, 0.2);
    color: #fbbf24;
}

.nav-icon {
    width: 20px;
    height: 20px;
    background: currentColor;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.casino-icon {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
}

.sports-icon {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.94-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E");
}

.live-icon {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 14c1.66 0 2.99-1.34 2.99-3L15 5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm5.3-3c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z'/%3E%3C/svg%3E");
}

.promotions-icon {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
}

.auth-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.login-btn {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.login-btn:hover {
    border-color: #fbbf24;
    color: #fbbf24;
}

.signup-btn {
    background: #fbbf24;
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.signup-btn:hover {
    background: #f59e0b;
    transform: translateY(-2px);
}

/* Hamburger Button */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
    z-index: 10001;
    position: relative;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #1a1a1a;
    z-index: 20;
    transition: left 0.3s ease;
    padding-top: 80px;
}

.mobile-menu.active {
    left: 0;
}

.mobile-nav-list {
    padding: 0;
    margin: 0;
}

.mobile-nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-item a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mobile-nav-item a:hover,
.mobile-nav-item.active a {
    background: rgba(251, 191, 36, 0.1);
    color: #fbbf24;
}

.mobile-auth {
    padding: 30px 20px;
}

.mobile-auth .login-btn {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.mobile-auth .signup-btn {
    display: block;
    text-align: center;
}

/* Media Queries */
@media (max-width: 1064px) {
    .desktop-nav,
    .auth-buttons {
        display: none;
    }

    .hamburger {
        display: flex;
    }
}

@media (min-width: 1025px) {
    .mobile-menu {
        display: none !important;
    }
}

/* Footer Styles */
.footer {
    background: #111111;
    color: white;
    border-top: 1px solid rgba(251, 191, 36, 0.2);
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}

.footer-section {
    display: flex;
    flex-direction: column;
}

.footer-title {
    color: #fbbf24;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
}

.footer-links a:hover {
    color: #fbbf24;
    padding-left: 5px;
}

.footer-bottom {
    background: #0a0a0a;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-info p {
    margin: 0 0 5px 0;
    font-size: 13px;
    color: #999999;
}

.footer-social {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-link {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.social-link:hover {
    color: #fbbf24;
    border-color: #fbbf24;
    background: rgba(251, 191, 36, 0.1);
}

.footer-payments {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #999999;
}

.payment-methods {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.payment-link {
    color: #cccccc;
    text-decoration: none;
    font-size: 12px;
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.payment-link:hover {
    color: #fbbf24;
    background: rgba(251, 191, 36, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 40px 20px 30px;
    }

    .footer-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-bottom-container {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-payments {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .payment-methods {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 30px 15px 20px;
    }

    .footer-title {
        font-size: 15px;
    }

    .footer-links a {
        font-size: 13px;
    }

    .social-link {
        padding: 6px 10px;
        font-size: 13px;
    }

    .footer-info p {
        font-size: 12px;
    }
}

.bets-container {
    max-width: 1400px;
    margin: 0 auto 40px;
    background: #262626;
    border-radius: 10px;
    overflow: hidden;
}

/* Tabs */
.tabs {
    display: flex;
    background: #1a1a1a;
    border-bottom: 1px solid #333;
}

.tab {
    padding: 15px 25px;
    color: #999;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    font-weight: 500;
    border-right: 1px solid #333;
}

.tab:hover {
    color: #fbbf24;
}

.tab.active {
    color: #fbbf24;
    border-bottom-color: #fbbf24;
}

.tab-buttons {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
}

.live-bets-btn, .top-wins-btn {
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.live-bets-btn {
    background: #8b5a3c;
    color: white;
}

.top-wins-btn {
    background: #4a5568;
    color: white;
}

.live-bets-btn:hover, .top-wins-btn:hover {
    transform: translateY(-1px);
    opacity: 0.9;
}

/* Table */
.bets-table {
    width: 100%;
    border-collapse: collapse;
}

.table-header {
    background: #2d2d2d;
    color: #ccc;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table-header th {
    padding: 15px 12px;
    text-align: left;
    font-weight: 600;
    border-right: 1px solid #333;
}

.table-header th:last-child {
    border-right: none;
}

.table-row {
    border-bottom: 1px solid #333;
    transition: background-color 0.3s ease;
}

.table-row:hover {
    background: #2d2d2d;
}

.table-row td {
    padding: 12px;
    vertical-align: middle;
    border-right: 1px solid #333;
}

.table-row td:last-child {
    border-right: none;
}

/* Game Column */
.game-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}

.game-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: linear-gradient(135deg, #4a90e2, #357abd);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
    flex-shrink: 0;
}

.game-icon.lightning { background: linear-gradient(135deg, #4a90e2, #357abd); }
.game-icon.piedra { background: linear-gradient(135deg, #f39c12, #e67e22); }
.game-icon.elephant { background: linear-gradient(135deg, #e74c3c, #c0392b); }
.game-icon.fortune { background: linear-gradient(135deg, #9b59b6, #8e44ad); }
.game-icon.mega { background: linear-gradient(135deg, #e74c3c, #c0392b); }
.game-icon.pink { background: linear-gradient(135deg, #e91e63, #c2185b); }
.game-icon.coin { background: linear-gradient(135deg, #4a90e2, #357abd); }

.game-name {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.game-name:hover {
    color: #fbbf24;
}

/* Player Column */
.player-link {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

.player-link:hover {
    color: #fbbf24;
}

/* Time Column */
.time-text {
    color: #999;
    font-size: 13px;
}

/* Bet Column */
.bet-amount {
    background: #8b5a3c;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

/* Multiplier Column */
.multiplier {
    background: #4a90e2;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
}

/* Payout Column */
.payout {
    color: #00ff88;
    font-weight: bold;
    font-size: 14px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .tabs {
        flex-wrap: wrap;
    }

    .tab {
        padding: 12px 15px;
        font-size: 14px;
    }

    .tab-buttons {
        width: 100%;
        justify-content: center;
        border-top: 1px solid #333;
    }

    .bets-table {
        font-size: 12px;
    }

    .table-header th {
        padding: 10px 8px;
        font-size: 11px;
    }

    .table-row td {
        padding: 10px 8px;
    }

    .game-cell {
        gap: 8px;
    }

    .game-icon {
        width: 28px;
        height: 28px;
        font-size: 10px;
    }

    .game-name {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 10px;
    }

    .bets-container {
        border-radius: 5px;
    }

    .tab {
        padding: 10px 12px;
        font-size: 13px;
    }

    /* Stack layout for mobile */
    .table-row {
        display: block;
        border-bottom: 2px solid #333;
        padding: 15px;
    }

    .table-row td {
        display: block;
        padding: 5px 0;
        border: none;
    }

    .table-header {
        display: none;
    }

    .table-row td:before {
        content: attr(data-label) ": ";
        font-weight: bold;
        color: #fbbf24;
        display: inline-block;
        width: 80px;
    }
}

.top-games-section {
    max-width: 1400px;
    margin: 0 auto 40px;
    position: relative;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    color: white;
}

.header-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.view-all-btn {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.view-all-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fbbf24;
}

.nav-controls {
    display: flex;
    gap: 10px;
}

.nav-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.nav-btn:hover {
    background: rgba(251, 191, 36, 0.2);
    color: #fbbf24;
}

.games-container {
    position: relative;
    overflow: hidden;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    transition: transform 0.3s ease;
}

.game-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
    display: block;
}

.game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.game-card:hover .game-image {
    transform: scale(1.05);
}

.game-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
    border-radius: 12px;
}

.game-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.game-details h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2;
}

.game-provider {
    font-size: 12px;
    color: #ccc;
}

.favorite-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.favorite-btn:hover {
    background: rgba(251, 191, 36, 0.3);
    color: #fbbf24;
}

.play-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fbbf24;
    color: #000;
    border: none;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.game-card:hover .play-btn {
    opacity: 1;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.badge.new { background: #00ff88; color: #000; }
.badge.hot { background: #ff4444; }
.badge.bonus { background: #4a90e2; }

/* Mobile Responsive */
@media (max-width: 1024px) {
    .games-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .nav-controls {
        display: none;
    }

    .games-container {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .games-container::-webkit-scrollbar {
        display: none;
    }

    .games-grid {
        display: flex;
        gap: 15px;
        padding-bottom: 10px;
    }

    .game-card {
        min-width: 160px;
        flex-shrink: 0;
    }

    .game-image {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 24px;
    }

    .header-controls {
        gap: 10px;
    }

    .view-all-btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .game-card {
        min-width: 140px;
    }

    .game-image {
        height: 160px;
    }

    .games-grid {
        gap: 12px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 15px;
    }

    .section-title {
        font-size: 20px;
    }

    .game-card {
        min-width: 120px;
    }

    .game-image {
        height: 140px;
    }

    .game-details h3 {
        font-size: 13px;
    }

    .game-provider {
        font-size: 11px;
    }
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

h2 {
    color: #fbbf24;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
    border-bottom: 2px solid #fbbf24;
    padding-bottom: 10px;
}

h2:first-child {
    margin-top: 0;
}

h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
}

p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.7;
}

strong {
    color: #fbbf24;
    font-weight: bold;
}

ul {
    margin: 20px 0;
    padding-left: 25px;
}

ul li {
    margin-bottom: 10px;
    color: #e0e0e0;
    position: relative;
}

ul li::marker {
    color: #fbbf24;
}

/* Table Styles */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: #262626;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

table tbody tr:first-child {
    background: #333333;
}

table tbody tr:first-child td {
    font-weight: bold;
    color: #fbbf24;
    text-align: center;
}

table td {
    padding: 15px 12px;
    border-bottom: 1px solid #404040;
    vertical-align: top;
}

table td p {
    margin: 0;
}

table tbody tr:not(:first-child):hover {
    background: #2d2d2d;
}

table tbody tr:last-child td {
    border-bottom: none;
}

/* Responsive Tables */
@media (max-width: 768px) {
    .table-wrapper {
        overflow-x: auto;
        margin: 20px -20px;
        padding: 0 20px;
        scrollbar-width: thin;
        scrollbar-color: #fbbf24 #262626;
    }

    .table-wrapper::-webkit-scrollbar {
        height: 8px;
    }

    .table-wrapper::-webkit-scrollbar-track {
        background: #262626;
        border-radius: 4px;
    }

    .table-wrapper::-webkit-scrollbar-thumb {
        background: #fbbf24;
        border-radius: 4px;
    }

    table {
        min-width: 600px;
        margin: 10px 0;
    }

    table td {
        padding: 12px 10px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 15px;
    }

    .container {
        padding: 0 10px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 15px;
    }

    table {
        min-width: 500px;
    }

    table td {
        padding: 10px 8px;
        font-size: 13px;
    }

    ul {
        padding-left: 20px;
    }
}

/* Additional responsive improvements */
@media (max-width: 320px) {
    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    table td {
        padding: 8px 6px;
        font-size: 12px;
    }
}