/* Casino Roboto Template Styles */
:root {
    --bg-dark: #050f19;
    --bg-header: #020818;
    --bg-footer: #273343;
    --bg-mobile-menu: #1f1e32;
    --text-white: #fef9ff;
    --btn-primary: #c2ed42;
    --btn-secondary: #4c66c0;
    --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: #fffff9;
    text-decoration: none;
}

a:hover {
}

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

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

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

.orchid {
    flex-shrink: 0;
}

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

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

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

.victoria li {
    padding: 0 !important;
}

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

.charlotte {
    display: inline-block;
}

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

.cedar,
.chipmunk {
    background-color: var(--btn-secondary);
}

.elm,
.wave {
    color: #030105;
}

.cedar:hover,
.chipmunk:hover {
    background-color: #5879cd;
}

.elm:hover,
.wave:hover {
    background-color: #d8fe60;
}

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

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

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

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

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

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

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

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

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

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

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

.logan {
    margin-bottom: 10px;
}

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

.aria .elm,
.aria .cedar {
    margin: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.weasel {
    margin-bottom: 20px;
}

.weasel img {
    height: 40px;
}

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

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

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

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

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

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

    .pulse {
        display: block;
    }

    .ruby.active {
        display: block;
    }
}

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

    .griffin,
    .cobra {
        font-size: 14px;
    }

    .aria {
    color: #f8fffa;
        width: 95%;
    }

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

.cyclone h1 {
    color: #c2e249;
        font-size: 24px;
    }

    .cyclone h2 {
    color: #b7f151;
        font-size: 20px;
    }

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

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

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

    .aria .elm,
    .aria .cedar {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.ethan {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

.flux .pine {
    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;
}

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

.flux .pine .rat {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

.flux .pine .mink {
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}

.flux .pine .lily {
    padding: 8px 20px;
    background-color: #0575ff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.flux .pine .lily:hover {
    background-color: #004fac;
}

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

.flux:hover .pine {
    opacity: 1;
}

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

.cyclone a:hover {
    color: #d3f56c;
}
