/* Casino Roboto Template Styles */
:root {
    --bg-dark: #01121f;
    --bg-header: #060c0e;
    --bg-footer: #1d2b40;
    --bg-mobile-menu: #1e2838;
    --text-white: #f9f9ff;
    --btn-primary: #c2e244;
    --btn-secondary: #4e66be;
    --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: #fff7f8;
    text-decoration: none;
}

a:hover {
}

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

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

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

.penelope {
    flex-shrink: 0;
}

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

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

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

.bear li {
    padding: 0 !important;
}

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

.magnolia {
    display: inline-block;
}

/* Buttons */
.leo,
.orchid,
.wren,
.matthew {
    padding: 10px 20px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.leo,
.wren {
    background-color: var(--btn-secondary);
}

.orchid,
.matthew {
    color: #030007;
}

.leo:hover,
.wren:hover {
    background-color: #5f77c7;
}

.orchid:hover,
.matthew:hover {
    background-color: #daff5a;
}

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

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

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

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

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

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

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

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

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

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

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

.badger {
    margin-bottom: 10px;
}

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

.monsoon .orchid,
.monsoon .leo {
    margin: 5px;
}

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

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

.hawk {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fffcfe;
}

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

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

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

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

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

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

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

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

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

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

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

.oregano,
.pulse {
    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;
}

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

.jay {
    margin-bottom: 20px;
}

.jay img {
    height: 40px;
}

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

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

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

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

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

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

    .caleb {
        display: block;
    }

    .cactus.active {
        display: block;
    }
}

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

    .crow,
    .flame {
        font-size: 14px;
    }

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

    .hawk {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fff9fe;
}

.hawk h1 {
    color: #c5e249;
        font-size: 24px;
    }

    .hawk h2 {
    color: #c0ed4b;
        font-size: 20px;
    }

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

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

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

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

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

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

.warrior {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

.spruce .victoria {
    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;
}

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

.spruce .victoria .crane {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

.spruce .victoria .chamomile {
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}

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

.spruce .victoria .quantum:hover {
    background-color: #005eb4;
}

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

.spruce:hover .victoria {
    opacity: 1;
}

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

.hawk a:hover {
    color: #d6f86b;
}
