/* Casino Roboto Template Styles */
:root {
    --bg-dark: #00131f;
    --bg-header: #010416;
    --bg-footer: #293342;
    --bg-mobile-menu: #132031;
    --text-white: #ffffff;
    --btn-primary: #bbe448;
    --btn-secondary: #4a6cb3;
    --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: #fdfff8;
    text-decoration: none;
}

a:hover {
}

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

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

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

.basil {
    flex-shrink: 0;
}

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

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

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

.lily li {
    padding: 0 !important;
}

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

.michael {
    display: inline-block;
}

/* Buttons */
.cougar,
.meerkat,
.buffalo,
.ruby {
    padding: 10px 20px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.cougar,
.buffalo {
    background-color: var(--btn-secondary);
}

.meerkat,
.ruby {
    color: #000000;
}

.cougar:hover,
.buffalo:hover {
    background-color: #6276c7;
}

.meerkat:hover,
.ruby:hover {
    background-color: #cefa5e;
}

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

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

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

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

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

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

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

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

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

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

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

.jasmine {
    margin-bottom: 10px;
}

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

.unicorn .meerkat,
.unicorn .cougar {
    margin: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.typhoon {
    margin-bottom: 20px;
}

.typhoon img {
    height: 40px;
}

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

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

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

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

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

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

    .cedar {
        display: block;
    }

    .sophia.active {
        display: block;
    }
}

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

    .mason,
    .topaz {
        font-size: 14px;
    }

    .unicorn {
    color: #f8fcff;
        width: 95%;
    }

    .cascade {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fff8ff;
}

.cascade h1 {
    color: #baef46;
        font-size: 24px;
    }

    .cascade h2 {
    color: #bcea4b;
        font-size: 20px;
    }

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

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

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

    .unicorn .meerkat,
    .unicorn .cougar {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

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

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

.gerbil {
    /* Hidden on desktop */
}

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

#mobilMenu.active {
    display: block;
}

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

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

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

.birch .jack {
    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;
}

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

.birch .jack .lion {
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 65px;
}

.birch .jack .swift {
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}

.birch .jack .spark {
    padding: 8px 20px;
    background-color: #087eff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.birch .jack .spark:hover {
    background-color: #0054b8;
}

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

.birch:hover .jack {
    opacity: 1;
}

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

.cascade a:hover {
    color: #d2f46d;
}
