/* Casino Roboto Template Styles */
:root {
    --bg-dark: #000320;
    --bg-header: #00070e;
    --bg-footer: #2a3943;
    --bg-mobile-menu: #1b282e;
    --text-white: #f7faff;
    --btn-primary: #bbe851;
    --btn-secondary: #446fbc;
    --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: #f7fcff;
    text-decoration: none;
}

a:hover {
}

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

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

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

.blizzard {
    flex-shrink: 0;
}

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

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

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

.alex li {
    padding: 0 !important;
}

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

.vole {
    display: inline-block;
}

/* Buttons */
.sage,
.cedar,
.lightning,
.oregano {
    padding: 10px 20px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.sage,
.lightning {
    background-color: var(--btn-secondary);
}

.cedar,
.oregano {
    color: #000002;
}

.sage:hover,
.lightning:hover {
    background-color: #5e7bd0;
}

.cedar:hover,
.oregano:hover {
    background-color: #dbf857;
}

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

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

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

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

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

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

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

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

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

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

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

.avery {
    margin-bottom: 10px;
}

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

.sentinel .cedar,
.sentinel .sage {
    margin: 5px;
}

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

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

.yak {
    font-size: 14px;
    margin-bottom: 40px;
    color: #f9fff8;
}

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

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

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

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

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

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

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

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

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

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

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

.chamomile,
.python {
    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;
}

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

.elk {
    margin-bottom: 20px;
}

.elk img {
    height: 40px;
}

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

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

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

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

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

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

    .ember {
        display: block;
    }

    .isabella.active {
        display: block;
    }
}

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

    .leopard,
    .ryan {
        font-size: 14px;
    }

    .sentinel {
    color: #fafff7;
        width: 95%;
    }

    .yak {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fffeff;
}

.yak h1 {
    color: #c2eb52;
        font-size: 24px;
    }

    .yak h2 {
    color: #c3e642;
        font-size: 20px;
    }

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

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

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

    .sentinel .cedar,
    .sentinel .sage {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.finn {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

.cipher .antelope {
    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;
}

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

.cipher .antelope .swift {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

.cipher .antelope .evelyn {
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}

.cipher .antelope .ferret {
    padding: 8px 20px;
    background-color: #017dfb;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.cipher .antelope .ferret:hover {
    background-color: #0253b7;
}

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

.cipher:hover .antelope {
    opacity: 1;
}

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

.yak a:hover {
    color: #d0f162;
}
