/* Casino Roboto Template Styles */
:root {
    --bg-dark: #02111f;
    --bg-header: #08091d;
    --bg-footer: #2a393d;
    --bg-mobile-menu: #1a1c36;
    --text-white: #ffffff;
    --btn-primary: #beeb4f;
    --btn-secondary: #5171c0;
    --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: #f9ffff;
    text-decoration: none;
}

a:hover {
}

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

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

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

.stoat {
    flex-shrink: 0;
}

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

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

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

.ginger li {
    padding: 0 !important;
}

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

.paladin {
    display: inline-block;
}

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

.ghost,
.yak {
    background-color: var(--btn-secondary);
}

.beech,
.cedar {
    color: #010008;
}

.ghost:hover,
.yak:hover {
    background-color: #527bc6;
}

.beech:hover,
.cedar:hover {
    background-color: #d3fb5f;
}

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

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

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

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

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

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

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

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

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

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

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

.hummingbird {
    margin-bottom: 10px;
}

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

.opal .beech,
.opal .ghost {
    margin: 5px;
}

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

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

.helix {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fffdff;
}

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

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

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

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

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

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

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

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

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

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

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

.nicholas,
.fusion {
    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;
}

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

.crow {
    margin-bottom: 20px;
}

.crow img {
    height: 40px;
}

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

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

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

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

.max {
    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) {
    .ginger {
        display: none;
    }

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

    .tulip {
        display: block;
    }

    .bear.active {
        display: block;
    }
}

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

    .emily,
    .alice {
        font-size: 14px;
    }

    .opal {
    color: #fefffa;
        width: 95%;
    }

    .helix {
    font-size: 14px;
    margin-bottom: 40px;
    color: #faffff;
}

.helix h1 {
    color: #bff150;
        font-size: 24px;
    }

    .helix h2 {
    color: #bde947;
        font-size: 20px;
    }

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

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

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

    .opal .beech,
    .opal .ghost {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.moose {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

.topaz .sophia {
    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;
}

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

.topaz .sophia .isabella {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

.topaz .sophia .nathan {
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}

.topaz .sophia .raven {
    padding: 8px 20px;
    background-color: #0076fd;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.topaz .sophia .raven:hover {
    background-color: #0551b3;
}

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

.topaz:hover .sophia {
    opacity: 1;
}

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

.helix a:hover {
    color: #d8f46f;
}
