/* Casino Roboto Template Styles */
:root {
    --bg-dark: #001018;
    --bg-header: #080715;
    --bg-footer: #203139;
    --bg-mobile-menu: #1b1b35;
    --text-white: #fffef9;
    --btn-primary: #c4ef4f;
    --btn-secondary: #4969bd;
    --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: #fcfffb;
    text-decoration: none;
}

a:hover {
}

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

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

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

.python {
    flex-shrink: 0;
}

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

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

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

.paladin li {
    padding: 0 !important;
}

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

.aria {
    display: inline-block;
}

/* Buttons */
.juniper,
.cobra,
.wizard,
.mystic {
    padding: 10px 20px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.juniper,
.wizard {
    background-color: var(--btn-secondary);
}

.cobra,
.mystic {
    color: #000600;
}

.juniper:hover,
.wizard:hover {
    background-color: #5485cc;
}

.cobra:hover,
.mystic:hover {
    background-color: #cffb5a;
}

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

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

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

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

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

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

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

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

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

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

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

.blizzard {
    margin-bottom: 10px;
}

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

.mint .cobra,
.mint .juniper {
    margin: 5px;
}

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

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

.macaw {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fff9ff;
}

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

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

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

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

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

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

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

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

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

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

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

.petunia,
.nathan {
    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;
}

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

.meerkat {
    margin-bottom: 20px;
}

.meerkat img {
    height: 40px;
}

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

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

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

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

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

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

    .joseph {
        display: block;
    }

    .chamomile.active {
        display: block;
    }
}

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

    .ethan,
    .lemming {
        font-size: 14px;
    }

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

    .macaw {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fffffa;
}

.macaw h1 {
    color: #c1ec42;
        font-size: 24px;
    }

    .macaw h2 {
    color: #bae746;
        font-size: 20px;
    }

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

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

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

    .mint .cobra,
    .mint .juniper {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.begonia {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

.ginger .daisy {
    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;
}

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

.ginger .daisy .victoria {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

.ginger .daisy .lotus {
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}

.ginger .daisy .amber {
    padding: 8px 20px;
    background-color: #0679fe;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.ginger .daisy .amber:hover {
    background-color: #0050b5;
}

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

.ginger:hover .daisy {
    opacity: 1;
}

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

.macaw a:hover {
    color: #cdf170;
}
