/* Casino Roboto Template Styles */
:root {
    --bg-dark: #001216;
    --bg-header: #000f12;
    --bg-footer: #222c43;
    --bg-mobile-menu: #1d1b2d;
    --text-white: #f9fffc;
    --btn-primary: #b6e350;
    --btn-secondary: #4373bf;
    --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);
}

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

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

.sage {
    flex-shrink: 0;
}

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

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

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

.flamingo li {
    padding: 0 !important;
}

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

.hyena {
    display: inline-block;
}

/* Buttons */
.fusion,
.meerkat,
.tornado,
.falcon {
    padding: 10px 20px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.fusion,
.tornado {
    background-color: var(--btn-secondary);
}

.meerkat,
.falcon {
    color: #020004;
}

.fusion:hover,
.tornado:hover {
    background-color: #5984cd;
}

.meerkat:hover,
.falcon:hover {
    background-color: #dbf75a;
}

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

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

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

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

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

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

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

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

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

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

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

.liam {
    margin-bottom: 10px;
}

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

.emma .meerkat,
.emma .fusion {
    margin: 5px;
}

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

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

.ruby {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fffcff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gazelle {
    margin-bottom: 20px;
}

.gazelle img {
    height: 40px;
}

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

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

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

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

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

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

    .alpha {
        display: block;
    }

    .nexus.active {
        display: block;
    }
}

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

    .pine,
    .dylan {
        font-size: 14px;
    }

    .emma {
    color: #fafffe;
        width: 95%;
    }

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

.ruby h1 {
    color: #bced43;
        font-size: 24px;
    }

    .ruby h2 {
    color: #beef4d;
        font-size: 20px;
    }

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

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

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

    .emma .meerkat,
    .emma .fusion {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.aster {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

.vector .vertex {
    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;
}

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

.vector .vertex .asteroid {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

.vector .vertex .blizzard {
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}

.vector .vertex .vortex {
    padding: 8px 20px;
    background-color: #0077ff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.vector .vertex .vortex:hover {
    background-color: #0651ae;
}

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

.vector:hover .vertex {
    opacity: 1;
}

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

.ruby a:hover {
    color: #dbea62;
}
