/* Casino Roboto Template Styles */
:root {
    --bg-dark: #00091f;
    --bg-header: #061110;
    --bg-footer: #2a373e;
    --bg-mobile-menu: #1c1d2f;
    --text-white: #fbffff;
    --btn-primary: #b9ec48;
    --btn-secondary: #4f75b9;
    --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: #fbfffc;
    text-decoration: none;
}

a:hover {
}

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

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

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

.diamond {
    flex-shrink: 0;
}

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

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

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

.helix li {
    padding: 0 !important;
}

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

.jack {
    display: inline-block;
}

/* Buttons */
.kingfisher,
.hunter,
.macaw,
.oracle {
    padding: 10px 20px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.kingfisher,
.macaw {
    background-color: var(--btn-secondary);
}

.hunter,
.oracle {
    color: #000300;
}

.kingfisher:hover,
.macaw:hover {
    background-color: #567fca;
}

.hunter:hover,
.oracle:hover {
    background-color: #d2f755;
}

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

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

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

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

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

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

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

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

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

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

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

.basil {
    margin-bottom: 10px;
}

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

.pearl .hunter,
.pearl .kingfisher {
    margin: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.christopher,
.squirrel {
    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;
}

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

.shadow {
    margin-bottom: 20px;
}

.shadow img {
    height: 40px;
}

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

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

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

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

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

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

    .frost {
        display: block;
    }

    .grace.active {
        display: block;
    }
}

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

    .oak,
    .panther {
        font-size: 14px;
    }

    .pearl {
    color: #fefcff;
        width: 95%;
    }

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

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

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

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

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

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

    .pearl .hunter,
    .pearl .kingfisher {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.hydra {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

.archer .camellia {
    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;
}

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

.archer .camellia .aria {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

.archer .camellia .oleander {
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}

.archer .camellia .bear {
    padding: 8px 20px;
    background-color: #0076fd;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.archer .camellia .bear:hover {
    background-color: #005bb3;
}

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

.archer:hover .camellia {
    opacity: 1;
}

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

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