/* Casino Roboto Template Styles */
:root {
    --bg-dark: #04051a;
    --bg-header: #030819;
    --bg-footer: #233639;
    --bg-mobile-menu: #222035;
    --text-white: #ffffff;
    --btn-primary: #b8eb44;
    --btn-secondary: #4d69b5;
    --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: #f9fbff;
    text-decoration: none;
}

a:hover {
}

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

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

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

.deer {
    flex-shrink: 0;
}

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

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

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

.lavender li {
    padding: 0 !important;
}

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

.heron {
    display: inline-block;
}

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

.moss,
.oracle {
    background-color: var(--btn-secondary);
}

.otter,
.whale {
    color: #060000;
}

.moss:hover,
.oracle:hover {
    background-color: #5a77ca;
}

.otter:hover,
.whale:hover {
    background-color: #cffa5a;
}

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

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

.aurora 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 */
.ibex {
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

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

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

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

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

.stellar {
    margin-bottom: 10px;
}

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

.prime .otter,
.prime .moss {
    margin: 5px;
}

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

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

.monsoon {
    font-size: 14px;
    margin-bottom: 40px;
    color: #f9ffff;
}

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

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

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

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

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

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

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

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

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

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

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

.logan,
.moose {
    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;
}

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

.storm {
    margin-bottom: 20px;
}

.storm img {
    height: 40px;
}

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

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

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

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

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

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

    .aurora {
        display: block;
    }

    .ruby.active {
        display: block;
    }
}

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

    .matthew,
    .samuel {
        font-size: 14px;
    }

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

    .monsoon {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fbfcfd;
}

.monsoon h1 {
    color: #b7ef47;
        font-size: 24px;
    }

    .monsoon h2 {
    color: #b7e144;
        font-size: 20px;
    }

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

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

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

    .prime .otter,
    .prime .moss {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.mouse {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

.wraith .fox {
    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;
}

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

.wraith .fox .ella {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

.wraith .fox .leo {
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}

.wraith .fox .emily {
    padding: 8px 20px;
    background-color: #0074ff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.wraith .fox .emily:hover {
    background-color: #0056ad;
}

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

.wraith:hover .fox {
    opacity: 1;
}

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

.monsoon a:hover {
    color: #d9f763;
}
