/* Casino Roboto Template Styles */
:root {
    --bg-dark: #000f1e;
    --bg-header: #000914;
    --bg-footer: #1d363f;
    --bg-mobile-menu: #162938;
    --text-white: #fffff9;
    --btn-primary: #c1e54d;
    --btn-secondary: #476bb1;
    --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: #fffffd;
    text-decoration: none;
}

a:hover {
}

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

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

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

.ranger {
    flex-shrink: 0;
}

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

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

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

.aria li {
    padding: 0 !important;
}

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

.mystic {
    display: inline-block;
}

/* Buttons */
.nebula,
.beech,
.joseph,
.hibiscus {
    padding: 10px 20px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.nebula,
.joseph {
    background-color: var(--btn-secondary);
}

.beech,
.hibiscus {
    color: #000007;
}

.nebula:hover,
.joseph:hover {
    background-color: #5680ce;
}

.beech:hover,
.hibiscus:hover {
    background-color: #d8fc5d;
}

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

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

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

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

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

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

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

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

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

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

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

.wizard {
    margin-bottom: 10px;
}

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

.charlotte .beech,
.charlotte .nebula {
    margin: 5px;
}

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

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

.jade {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fcffff;
}

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

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

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

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

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

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

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

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

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

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

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

.thrush,
.gray {
    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;
}

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

.kraken {
    margin-bottom: 20px;
}

.kraken img {
    height: 40px;
}

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

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

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

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

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

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

    .matrix {
        display: block;
    }

    .civet.active {
        display: block;
    }
}

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

    .stella,
    .ocelot {
        font-size: 14px;
    }

    .charlotte {
    color: #feffff;
        width: 95%;
    }

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

.jade h1 {
    color: #baec43;
        font-size: 24px;
    }

    .jade h2 {
    color: #b6e251;
        font-size: 20px;
    }

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

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

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

    .charlotte .beech,
    .charlotte .nebula {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.frost {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

.deer .nexus {
    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;
}

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

.deer .nexus .daniel {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

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

.deer .nexus .clover {
    padding: 8px 20px;
    background-color: #0883ff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.deer .nexus .clover:hover {
    background-color: #0055b1;
}

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

.deer:hover .nexus {
    opacity: 1;
}

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

.jade a:hover {
    color: #dbf067;
}
