/* Casino Roboto Template Styles */
:root {
    --bg-dark: #000a13;
    --bg-header: #000b0f;
    --bg-footer: #233841;
    --bg-mobile-menu: #122135;
    --text-white: #ffffff;
    --btn-primary: #bee24d;
    --btn-secondary: #4374b1;
    --border-radius: 8px;
}

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

body {
    font-family: 'Sora', sans-serif;
    background-color: var(--bg-dark);
    line-height: 1.6;
}

a {
    color: #fffff8;
    text-decoration: none;
}

a:hover {
}

/* Header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: var(--bg-header);
}

.maria {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.thunder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.liam {
    flex-shrink: 0;
}

.liam a {
    display: flex;
    align-items: center;
}

.claire {
    height: 40px;
    width: auto;
}

.flamingo {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 5px;
}

.flamingo li {
    padding: 0 !important;
}

.flamingo a {
    padding: 10px 15px;
    transition: color 0.3s;
}

.jack {
    display: inline-block;
}

/* Buttons */
.parrot,
.marten,
.beech,
.orchid {
    padding: 10px 20px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.parrot,
.beech {
    background-color: var(--btn-secondary);
}

.marten,
.orchid {
    color: #000000;
}

.parrot:hover,
.beech:hover {
    background-color: #6285c2;
}

.marten:hover,
.orchid:hover {
    background-color: #d4fd56;
}

/* Mobile Menu Toggle */
.adam {
    display: none;
}

.thyme {
    display: none;
    cursor: pointer;
}

.thyme svg {
    stroke: var(--text-white);
}

.rose {
    display: none;
    background-color: var(--bg-mobile-menu);
    padding: 10px 0;
}

.rose li {
    list-style: none;
    text-align: center;
}

.rose a {
    display: block;
    padding: 10px;
}

/* Slider Section */
.rat {
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.magnolia {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}

.magnolia > img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.alpha {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    max-width: 600px;
}

.oliver {
    display: block;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.vole {
    margin-bottom: 10px;
}

.caleb,
.helix {
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.alpha .marten,
.alpha .parrot {
    margin: 5px;
}

/* Main Content */
.cherry {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.ethan {
    font-size: 14px;
    margin-bottom: 40px;
}

.ethan {
    font-size: 14px;
    margin-bottom: 40px;
    color: #ffffff;
}

.ethan h1 {
    color: #bee345;
    font-size: 27px;
    margin-bottom: 20px;
}

.ethan h2 {
    color: #c0e84d;
    font-size: 20px;
    margin-bottom: 15px;
}

.ethan ul {
    margin-bottom: 20px;
}

.ethan p {
    margin-bottom: 15px;
    line-height: 1.8;
}

.ivy {
    text-align: center;
    padding: 30px 0;
}

/* Features List */
.prime,
ul.prime {
    list-style: none;
    padding: 20px;
    background: rgba(255,255,255,0.05);
    border-radius: var(--border-radius);
}

.prime li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
}

.prime li::before {
    content: "✓";
    position: absolute;
    left: 0;
}

/* Slots Grid */
.buffalo {
    padding: 40px 0;
}

.comet {
    text-align: center;
    margin-bottom: 30px;
}

.ginger {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}

.cipher,
.zenith {
    background: rgba(255,255,255,0.05);
    padding: 20px;
    border-radius: var(--border-radius);
    text-align: center;
}

/* Footer */
footer ul { list-style: none; padding: 0; margin: 0 0 20px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }

footer ul li a { opacity: 0.8; }

footer ul li a:hover { opacity: 1; }

footer {
    background-color: var(--bg-footer);
    padding: 40px 20px;
    margin-top: 40px;
}

.archer {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.violet {
    margin-bottom: 20px;
}

.violet img {
    height: 40px;
}

.octopus {
    margin-bottom: 20px;
    font-size: 14px;
    opacity: 0.8;
}

.vertex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.scout {
    font-size: 14px;
    opacity: 0.7;
}

.iris {
    display: flex;
    gap: 10px;
}

.dylan {
    background: rgba(255,255,255,0.1);
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 12px;
}

/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

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

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

tr:nth-child(even) {
    background-color: rgba(255,255,255,0.05);
}

/* Responsive */
@media (max-width: 992px) {
    .flamingo {
        display: none;
    }

    .adam {
        display: flex;
        gap: 10px;
    }

    .thyme {
        display: block;
    }

    .rose.active {
        display: block;
    }
}

@media (max-width: 768px) {
    .oliver {
        font-size: 20px;
    }

    .caleb,
    .helix {
        font-size: 14px;
    }

    .alpha {
    color: #ffffff;
        width: 95%;
    }

    .ethan {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fdfdfb;
}

.ethan h1 {
    color: #b9ee42;
        font-size: 24px;
    }

    .ethan h2 {
    color: #bcea48;
        font-size: 20px;
    }

    .vertex {
        flex-direction: column;
        text-align: center;
    }

    .ginger {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
}

@media (max-width: 480px) {
    .oliver {
        font-size: 18px;
    }

    .alpha .marten,
    .alpha .parrot {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .cherry {
        padding: 20px 15px;
    }
}

/* Utility */
.zinnia {
    cursor: pointer;
}

.jacob {
    /* Hidden on desktop */
}

/* Mobile menu toggle function */
#mobilMenu {
    display: none;
}

#mobilMenu.active {
    display: block;
}

/* Slot Grid Container */
.hamster {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    padding: 20px;
}

/* Slot Card */
.charlotte {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
}

.charlotte img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s, filter 0.3s;
}

.charlotte .noah {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    text-align: center;
}

.charlotte .ox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.charlotte .noah .elizabeth {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

.charlotte .noah .pearl {
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}

.charlotte .noah .hummingbird {
    padding: 8px 20px;
    background-color: #067bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.charlotte .noah .hummingbird:hover {
    background-color: #0459b0;
}

.charlotte:hover img {
    filter: brightness(50%);
    transform: scale(1.05);
}

.charlotte:hover .noah {
    opacity: 1;
}

/* Internal links in content */
.ethan a {
    color: #b9e54e;
    text-decoration: underline;
}

.ethan a:hover {
    color: #cdeb6e;
}
