/* Casino Roboto Template Styles */
:root {
    --bg-dark: #030b17;
    --bg-header: #020319;
    --bg-footer: #242b3c;
    --bg-mobile-menu: #1d1c3a;
    --text-white: #ffffff;
    --btn-primary: #bae646;
    --btn-secondary: #5075b9;
    --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: #fcfff7;
    text-decoration: none;
}

a:hover {
}

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

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

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

.caleb {
    flex-shrink: 0;
}

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

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

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

.moss li {
    padding: 0 !important;
}

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

.hunter {
    display: inline-block;
}

/* Buttons */
.magpie,
.alice,
.cole,
.sophia {
    padding: 10px 20px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.magpie,
.cole {
    background-color: var(--btn-secondary);
}

.alice,
.sophia {
    color: #000000;
}

.magpie:hover,
.cole:hover {
    background-color: #6181cc;
}

.alice:hover,
.sophia:hover {
    background-color: #d1ff59;
}

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

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

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

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

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

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

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

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

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

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

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

.quantum {
    margin-bottom: 10px;
}

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

.monsoon .alice,
.monsoon .magpie {
    margin: 5px;
}

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

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

.python {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fffffd;
}

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

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

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

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

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

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

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

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

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

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

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

.guardian,
.magnolia {
    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;
}

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

.amber {
    margin-bottom: 20px;
}

.amber img {
    height: 40px;
}

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

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

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

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

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

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

    .specter {
        display: block;
    }

    .mouse.active {
        display: block;
    }
}

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

    .fennec,
    .rosemary {
        font-size: 14px;
    }

    .monsoon {
    color: #f7fcff;
        width: 95%;
    }

    .python {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fff7ff;
}

.python h1 {
    color: #baf143;
        font-size: 24px;
    }

    .python h2 {
    color: #bbe352;
        font-size: 20px;
    }

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

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

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

    .monsoon .alice,
    .monsoon .magpie {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.zoe {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

.meerkat .sparrow {
    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;
}

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

.meerkat .sparrow .sage {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

.meerkat .sparrow .ginger {
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}

.meerkat .sparrow .macaw {
    padding: 8px 20px;
    background-color: #007cfb;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.meerkat .sparrow .macaw:hover {
    background-color: #0052b5;
}

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

.meerkat:hover .sparrow {
    opacity: 1;
}

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

.python a:hover {
    color: #d7f571;
}
