:root {
    --primary-color: #2a1b3d;
    --secondary-color: #44318d;
    --accent-color: #4ec743;
    --text-light: #ffffff;
    --card-bg: #1f1635;
    --border-radius: 12px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: var(--primary-color);
    color: var(--text-light);
    line-height: 1.6;
}

header {
    text-align: center;
    padding: 3rem 1rem;
    background: linear-gradient(to bottom, var(--secondary-color), var(--primary-color));
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.intro-text {
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
}

.casino-cards {
    display: flex;
    gap: 1.5rem;
    padding: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.casino-card {
    width: 300px;
    background: linear-gradient(180deg, #2a1b3d 0%, #1a1028 100%);
    border-radius: var(--border-radius);
    overflow: hidden;
    padding: 1rem;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.casino-card.featured {
    background: linear-gradient(180deg, #44318d 0%, #2a1b3d 100%);
    transform: scale(1.05);
    border: 2px solid #8d31c4;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.rank {
    background: #44318d;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.9rem;
}

.top-rated {
    background: #8d31c4;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
}

.rating {
    color: #ffd700;
    font-weight: bold;
}

.card-image {
    border-radius: var(--border-radius);
    overflow: hidden;
    margin-bottom: 1rem;
}

.card-image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.casino-name {
    font-size: 0.9rem;
    color: #a99fb8;
    text-align: center;
    margin-bottom: 0.5rem;
}

.bonus-text {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #fff;
}

.card-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8rem;
    text-align: center;
}

.stat .icon {
    font-size: 1.2rem;
}

.stat span {
    color: #a99fb8;
}

.stat strong {
    color: #fff;
}

.visit-btn {
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    background: linear-gradient(90deg, #4ec743 0%, #3da934 100%);
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.visit-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(90deg, #3da934 0%, #4ec743 100%);
}

.more-details {
    text-align: center;
    color: #a99fb8;
    font-size: 0.9rem;
    cursor: pointer;
}

.comparison-table {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.table-container {
    overflow-x: auto;
    background: var(--card-bg);
    border-radius: var(--border-radius);
    margin-top: 1rem;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

th {
    background: var(--secondary-color);
}

.article {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
}

footer {
    text-align: center;
    padding: 2rem;
    background: #140c32;
    margin-top: 2rem;
    position: relative;
}



.dodo {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-family: Roboto,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    gap: .5rem;
    display: flex;
    grid-template-columns: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 70%;
    align-items: center;
    margin-left: 15%;
    margin-right: 15%;
}

.article {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    background-color: #2d2b3e;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.article h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.article h2 {
    font-size: 20px;
    margin: 25px 0 15px 0;
}

.article p {
    margin-bottom: 15px;
}

.article ul {
    margin: 15px 0;
    padding-left: 20px;
}

.article li {
    margin-bottom: 8px;
}

/* Add spacing between sections */
.article section {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .casino-cards {
        flex-direction: column;
        align-items: center;
    }

    .casino-card {
        width: 100%;
        max-width: 350px;
    }

    .casino-card.featured {
        transform: none;
    }

    h1 {
        font-size: 2rem;
    }

    .table-container {
        margin: 1rem -1rem;
        border-radius: 0;
    }
}