/* Casino Roboto Template Styles */
:root {
    --bg-dark: #000f13;
    --bg-header: #020611;
    --bg-footer: #262f38;
    --bg-mobile-menu: #212335;
    --text-white: #fbf7ff;
    --btn-primary: #c1ef45;
    --btn-secondary: #5070b2;
    --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: #fbf7f7;
    text-decoration: none;
}

a:hover {
}

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

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

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

.glacier {
    flex-shrink: 0;
}

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

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

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

.nebula li {
    padding: 0 !important;
}

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

.alpha {
    display: inline-block;
}

/* Buttons */
.evelyn,
.magnolia,
.ibex,
.ella {
    padding: 10px 20px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.evelyn,
.ibex {
    background-color: var(--btn-secondary);
}

.magnolia,
.ella {
    color: #000004;
}

.evelyn:hover,
.ibex:hover {
    background-color: #5f81c2;
}

.magnolia:hover,
.ella:hover {
    background-color: #cdff60;
}

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

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

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

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

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

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

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

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

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

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

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

.cosmos {
    margin-bottom: 10px;
}

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

.squirrel .magnolia,
.squirrel .evelyn {
    margin: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sage,
.badger {
    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;
}

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

.sphinx {
    margin-bottom: 20px;
}

.sphinx img {
    height: 40px;
}

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

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

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

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

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

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

    .ocelot {
        display: block;
    }

    .monsoon.active {
        display: block;
    }
}

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

    .grace,
    .topaz {
        font-size: 14px;
    }

    .squirrel {
    color: #f9fcff;
        width: 95%;
    }

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

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

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

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

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

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

    .squirrel .magnolia,
    .squirrel .evelyn {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.oracle {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

.emily .camellia {
    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;
}

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

.emily .camellia .violet {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

.emily .camellia .fennec {
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}

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

.emily .camellia .christopher:hover {
    background-color: #005ead;
}

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

.emily:hover .camellia {
    opacity: 1;
}

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

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