/* Casino Roboto Template Styles */
:root {
    --bg-dark: #01031b;
    --bg-header: #05111a;
    --bg-footer: #1e3537;
    --bg-mobile-menu: #1c2b35;
    --text-white: #fffffb;
    --btn-primary: #bfe248;
    --btn-secondary: #416bb8;
    --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: #fbffff;
    text-decoration: none;
}

a:hover {
}

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

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

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

.surge {
    flex-shrink: 0;
}

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

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

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

.spruce li {
    padding: 0 !important;
}

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

.hummingbird {
    display: inline-block;
}

/* Buttons */
.serval,
.helix,
.bobcat,
.oliver {
    padding: 10px 20px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.serval,
.bobcat {
    background-color: var(--btn-secondary);
}

.helix,
.oliver {
    color: #040000;
}

.serval:hover,
.bobcat:hover {
    background-color: #5578ca;
}

.helix:hover,
.oliver:hover {
    background-color: #d8ff59;
}

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

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

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

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

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

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

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

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

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

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

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

.begonia {
    margin-bottom: 10px;
}

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

.meerkat .helix,
.meerkat .serval {
    margin: 5px;
}

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

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

.antelope {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fafffa;
}

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

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

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

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

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

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

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

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

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

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

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

.stella,
.thunder {
    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;
}

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

.eagle {
    margin-bottom: 20px;
}

.eagle img {
    height: 40px;
}

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

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

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

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

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

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

    .comet {
        display: block;
    }

    .hunter.active {
        display: block;
    }
}

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

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

    .meerkat {
    color: #fff8fa;
        width: 95%;
    }

    .antelope {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fffff9;
}

.antelope h1 {
    color: #c1e44e;
        font-size: 24px;
    }

    .antelope h2 {
    color: #b6e450;
        font-size: 20px;
    }

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

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

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

    .meerkat .helix,
    .meerkat .serval {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.jacob {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

.fern .jade {
    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;
}

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

.fern .jade .vine {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

.fern .jade .palm {
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}

.fern .jade .sage {
    padding: 8px 20px;
    background-color: #017ef9;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.fern .jade .sage:hover {
    background-color: #0150ac;
}

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

.fern:hover .jade {
    opacity: 1;
}

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

.antelope a:hover {
    color: #d5ea6a;
}
