/* Casino Roboto Template Styles */
:root {
    --bg-dark: #050f1b;
    --bg-header: #000116;
    --bg-footer: #25363b;
    --bg-mobile-menu: #172830;
    --text-white: #fffff7;
    --btn-primary: #b7f14d;
    --btn-secondary: #4170b4;
    --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: #feffff;
    text-decoration: none;
}

a:hover {
}

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

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

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

.tiger {
    flex-shrink: 0;
}

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

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

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

.ella li {
    padding: 0 !important;
}

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

.hibiscus {
    display: inline-block;
}

/* Buttons */
.cockatoo,
.gazelle,
.nathan,
.cipher {
    padding: 10px 20px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.cockatoo,
.nathan {
    background-color: var(--btn-secondary);
}

.gazelle,
.cipher {
    color: #000008;
}

.cockatoo:hover,
.nathan:hover {
    background-color: #5e78cb;
}

.gazelle:hover,
.cipher:hover {
    background-color: #d9f85e;
}

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

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

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

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

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

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

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

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

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

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

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

.mink {
    margin-bottom: 10px;
}

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

.phantom .gazelle,
.phantom .cockatoo {
    margin: 5px;
}

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

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

.matthew {
    font-size: 14px;
    margin-bottom: 40px;
    color: #ffffff;
}

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

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

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

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

.wizard {
    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 */
.ocelot {
    padding: 40px 0;
}

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

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

.daniel,
.caleb {
    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;
}

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

.kraken {
    margin-bottom: 20px;
}

.kraken img {
    height: 40px;
}

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

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

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

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

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

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

    .nicholas {
        display: block;
    }

    .basil.active {
        display: block;
    }
}

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

    .sofia,
    .magpie {
        font-size: 14px;
    }

    .phantom {
    color: #ffffff;
        width: 95%;
    }

    .matthew {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fffffe;
}

.matthew h1 {
    color: #c0f04e;
        font-size: 24px;
    }

    .matthew h2 {
    color: #bce24d;
        font-size: 20px;
    }

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

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

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

    .phantom .gazelle,
    .phantom .cockatoo {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.griffin {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

.evelyn .asteroid {
    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;
}

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

.evelyn .asteroid .cobra {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

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

.evelyn .asteroid .leo {
    padding: 8px 20px;
    background-color: #0079ff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.evelyn .asteroid .leo:hover {
    background-color: #0051b6;
}

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

.evelyn:hover .asteroid {
    opacity: 1;
}

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

.matthew a:hover {
    color: #cfed71;
}
