/* Casino Roboto Template Styles */
:root {
    --bg-dark: #00131a;
    --bg-header: #000414;
    --bg-footer: #1c2e36;
    --bg-mobile-menu: #1d2333;
    --text-white: #feffff;
    --btn-primary: #bee74d;
    --btn-secondary: #456bb3;
    --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: #fffff8;
    text-decoration: none;
}

a:hover {
}

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

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

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

.iris {
    flex-shrink: 0;
}

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

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

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

.quantum li {
    padding: 0 !important;
}

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

.moss {
    display: inline-block;
}

/* Buttons */
.stella,
.heron,
.max,
.dingo {
    padding: 10px 20px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.stella,
.max {
    background-color: var(--btn-secondary);
}

.heron,
.dingo {
    color: #000000;
}

.stella:hover,
.max:hover {
    background-color: #5f7cd0;
}

.heron:hover,
.dingo:hover {
    background-color: #d9ff52;
}

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

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

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

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

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

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

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

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

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

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

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

.ivy {
    margin-bottom: 10px;
}

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

.wildcat .heron,
.wildcat .stella {
    margin: 5px;
}

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

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

.andrew {
    font-size: 14px;
    margin-bottom: 40px;
    color: #f7fff8;
}

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

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

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

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

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

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

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

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

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

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

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

.flamingo,
.amber {
    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;
}

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

.ethan {
    margin-bottom: 20px;
}

.ethan img {
    height: 40px;
}

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

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

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

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

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

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

    .elizabeth {
        display: block;
    }

    .luke.active {
        display: block;
    }
}

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

    .kraken,
    .helix {
        font-size: 14px;
    }

    .wildcat {
    color: #fffbfb;
        width: 95%;
    }

    .andrew {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fbfffb;
}

.andrew h1 {
    color: #c0ee50;
        font-size: 24px;
    }

    .andrew h2 {
    color: #b8ef49;
        font-size: 20px;
    }

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

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

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

    .wildcat .heron,
    .wildcat .stella {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.henry {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

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

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

.penguin .python .mink {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

.penguin .python .caleb {
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}

.penguin .python .moose {
    padding: 8px 20px;
    background-color: #0074f7;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.penguin .python .moose:hover {
    background-color: #005dab;
}

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

.penguin:hover .python {
    opacity: 1;
}

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

.andrew a:hover {
    color: #daf26e;
}
