/* Casino Roboto Template Styles */
:root {
    --bg-dark: #001116;
    --bg-header: #000614;
    --bg-footer: #2c3945;
    --bg-mobile-menu: #202635;
    --text-white: #f7ffff;
    --btn-primary: #c1e650;
    --btn-secondary: #5170bc;
    --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: #ffffff;
    text-decoration: none;
}

a:hover {
}

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

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

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

.michael {
    flex-shrink: 0;
}

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

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

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

.maria li {
    padding: 0 !important;
}

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

.ox {
    display: inline-block;
}

/* Buttons */
.cherry,
.lavender,
.jade,
.lucas {
    padding: 10px 20px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.cherry,
.jade {
    background-color: var(--btn-secondary);
}

.lavender,
.lucas {
    color: #040800;
}

.cherry:hover,
.jade:hover {
    background-color: #597ecc;
}

.lavender:hover,
.lucas:hover {
    background-color: #d4f85c;
}

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

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

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

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

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

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

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

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

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

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

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

.charlotte {
    margin-bottom: 10px;
}

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

.cobra .lavender,
.cobra .cherry {
    margin: 5px;
}

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

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

.sigma {
    font-size: 14px;
    margin-bottom: 40px;
    color: #f7fdfc;
}

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

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

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

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

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

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

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

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

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

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

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

.gardenia,
.ash {
    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;
}

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

.weasel {
    margin-bottom: 20px;
}

.weasel img {
    height: 40px;
}

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

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

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

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

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

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

    .scout {
        display: block;
    }

    .matthew.active {
        display: block;
    }
}

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

    .hunter,
    .owen {
        font-size: 14px;
    }

    .cobra {
    color: #fffbff;
        width: 95%;
    }

    .sigma {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fff9f8;
}

.sigma h1 {
    color: #c2e246;
        font-size: 24px;
    }

    .sigma h2 {
    color: #b8ea51;
        font-size: 20px;
    }

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

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

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

    .cobra .lavender,
    .cobra .cherry {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.basil {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

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

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

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

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

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

.pine .crow .rosemary:hover {
    background-color: #0457b9;
}

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

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

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

.sigma a:hover {
    color: #dceb6e;
}
