/* Casino Roboto Template Styles */
:root {
    --bg-dark: #000818;
    --bg-header: #000718;
    --bg-footer: #28353b;
    --bg-mobile-menu: #141b39;
    --text-white: #f7feff;
    --btn-primary: #b7ec48;
    --btn-secondary: #4b6db2;
    --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: #fffff7;
    text-decoration: none;
}

a:hover {
}

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

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

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

.palm {
    flex-shrink: 0;
}

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

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

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

.antelope li {
    padding: 0 !important;
}

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

.bobcat {
    display: inline-block;
}

/* Buttons */
.ferret,
.lynx,
.adam,
.whale {
    padding: 10px 20px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.ferret,
.adam {
    background-color: var(--btn-secondary);
}

.lynx,
.whale {
    color: #070008;
}

.ferret:hover,
.adam:hover {
    background-color: #5675cf;
}

.lynx:hover,
.whale:hover {
    background-color: #cdff57;
}

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

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

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

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

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

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

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

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

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

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

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

.aurora {
    margin-bottom: 10px;
}

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

.monsoon .lynx,
.monsoon .ferret {
    margin: 5px;
}

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

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

.cosmos {
    font-size: 14px;
    margin-bottom: 40px;
    color: #f7f9ff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.andrew {
    margin-bottom: 20px;
}

.andrew img {
    height: 40px;
}

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

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

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

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

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

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

    .zoe {
        display: block;
    }

    .bison.active {
        display: block;
    }
}

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

    .logan,
    .birch {
        font-size: 14px;
    }

    .monsoon {
    color: #fffff8;
        width: 95%;
    }

    .cosmos {
    font-size: 14px;
    margin-bottom: 40px;
    color: #f9fefc;
}

.cosmos h1 {
    color: #c3e84b;
        font-size: 24px;
    }

    .cosmos h2 {
    color: #baeb46;
        font-size: 20px;
    }

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

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

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

    .monsoon .lynx,
    .monsoon .ferret {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.ocelot {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

/* Slot Grid Container */
.abigail {
    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 .lion {
    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 .beech {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

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

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

.fern .lion .scout {
    padding: 8px 20px;
    background-color: #0080f8;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.fern .lion .scout:hover {
    background-color: #0854af;
}

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

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

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

.cosmos a:hover {
    color: #d0f26a;
}
