@import 'WildOkieCollectibles.Client.vac4u9u6ji.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-header[b-vfos4mb2cf] {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 28px;
    background: rgba(2, 6, 23, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
    .site-header > .mobile-cart[b-vfos4mb2cf] {
        display: none !important;
    }

.site-nav .desktop-cart[b-vfos4mb2cf] {
    display: inline-flex !important;
}

.site-header > .menu-toggle[b-vfos4mb2cf] {
    display: none !important;
}
.site-brand a[b-vfos4mb2cf] {
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.site-nav[b-vfos4mb2cf] {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .site-nav a[b-vfos4mb2cf] {
        color: #d6e1f0;
        text-decoration: none;
        padding: 10px 14px;
        border-radius: 12px;
        transition: all .2s ease;
        font-weight: 700;
    }

        .site-nav a:hover[b-vfos4mb2cf] {
            background: rgba(255,255,255,.06);
            color: white;
        }

        .site-nav a.active[b-vfos4mb2cf] {
            background: rgba(220,38,38,.16);
            color: white;
        }

.cart-link[b-vfos4mb2cf] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cart-badge[b-vfos4mb2cf] {
    min-width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #dc2626;
    color: white;
    font-size: .78rem;
    font-weight: 800;
    padding: 0 6px;
}

.menu-toggle[b-vfos4mb2cf] {
    display: none;
}

.mobile-cart[b-vfos4mb2cf] {
    display: none !important;
}

.desktop-cart[b-vfos4mb2cf] {
    display: inline-flex !important;
}

@media (max-width: 600px) {

    .site-header[b-vfos4mb2cf] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 18px;
    }

    .site-brand a[b-vfos4mb2cf] {
        font-size: 1.1rem;
        white-space: nowrap;
    }

    .menu-toggle[b-vfos4mb2cf] {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,.14);
        background: rgba(255,255,255,.06);
        color: white;
        font-size: 1.2rem;
    }

    .site-nav[b-vfos4mb2cf] {
        display: none !important;
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        background: rgba(2, 6, 23, 0.98);
        backdrop-filter: blur(14px);
        padding: 14px 18px 20px;
        flex-direction: column;
        gap: 8px;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

        .site-nav.open[b-vfos4mb2cf] {
            display: flex !important;
        }

        .site-nav a[b-vfos4mb2cf] {
            width: 100%;
            padding: 14px 16px;
            border-radius: 12px;
            text-align: left;
        }

        .site-nav .cart-link[b-vfos4mb2cf] {
            margin-top: 10px;
            justify-content: center;
            background: linear-gradient(135deg, #dc2626, #ff5a5f);
            color: white;
            border-radius: 999px;
        }

    .site-header button.menu-toggle[b-vfos4mb2cf] {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,.14);
        background: rgba(255,255,255,.06);
        color: white;
        font-size: 1.4rem;
        cursor: pointer;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-slo4wpurib] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-slo4wpurib] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-slo4wpurib] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-slo4wpurib] {
    font-size: 1.1rem;
}

.bi[b-slo4wpurib] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-slo4wpurib] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-slo4wpurib] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-slo4wpurib] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-slo4wpurib] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-slo4wpurib] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-slo4wpurib] {
        padding-bottom: 1rem;
    }

    .nav-item[b-slo4wpurib]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-slo4wpurib]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-slo4wpurib]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-slo4wpurib] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-slo4wpurib] {
    display: block;
}

.site-nav a:hover[b-slo4wpurib] {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255,255,255,.35);
}

@media (min-width: 641px) {
    .navbar-toggler[b-slo4wpurib] {
        display: none;
    }

    .nav-scrollable[b-slo4wpurib] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.wild-homepage[b-n8cc1l7x15] {
    min-height: 100vh;
    background: #020617;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.container[b-n8cc1l7x15] {
    width: min(1200px, calc(100% - 2rem));
    margin: 0 auto;
}

/* HERO */

.hero-section[b-n8cc1l7x15] {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(135deg, #020617 0%, #0f172a 45%, #082f49 100%);
    max-width: 1500px;
    margin: 0 auto;
    padding: 42px 56px 60px;
}

.hero-title[b-n8cc1l7x15] {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto 34px auto;
    text-align: center;
    font-size: clamp(2.6rem, 4.1vw, 4.9rem);
    line-height: 1;
    letter-spacing: -0.045em;
    font-weight: 900;
}

.hero-title-line[b-n8cc1l7x15] {
    display: block;
}

.hero-main[b-n8cc1l7x15] {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 480px;
    gap: 44px;
    align-items: center;
}

.hero-copy[b-n8cc1l7x15] {
    max-width: 760px;
}

.hero-description[b-n8cc1l7x15] {
    color: #d6e1f0;
    line-height: 1.7;
    font-size: 1.08rem;
    margin-bottom: 28px;
}

.hero-actions[b-n8cc1l7x15] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 24px;
}

.hero-stats[b-n8cc1l7x15] {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 28px;
}

    .hero-stats span[b-n8cc1l7x15] {
        padding: 10px 16px;
        border-radius: 999px;
        background: rgba(255,255,255,0.06);
        border: 1px solid rgba(255,255,255,0.08);
        color: #d6e1f0;
        font-size: 0.92rem;
        font-weight: 700;
    }

.hero-logo-panel[b-n8cc1l7x15] {
    width: 100%;
    min-height: 320px;
    padding: 24px;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at center, rgba(255,255,255,0.13), transparent 58%), rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 18px 44px rgba(0,0,0,0.32);
}

.hero-logo[b-n8cc1l7x15] {
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
    filter: drop-shadow(0 16px 28px rgba(0,0,0,0.50));
}

.hero-glow[b-n8cc1l7x15] {
    position: absolute;
    border-radius: 999px;
    filter: blur(80px);
    opacity: .22;
    pointer-events: none;
}

.hero-glow-left[b-n8cc1l7x15] {
    width: 18rem;
    height: 18rem;
    left: -4rem;
    top: -3rem;
    background: #dc2626;
}

.hero-glow-right[b-n8cc1l7x15] {
    width: 22rem;
    height: 22rem;
    right: -5rem;
    top: 1rem;
    background: #06b6d4;
}

/* BUTTONS */

.btn[b-n8cc1l7x15] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .95rem 1.4rem;
    border-radius: 1rem;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

    .btn:hover[b-n8cc1l7x15] {
        transform: translateY(-1px);
    }

.btn-primary[b-n8cc1l7x15] {
    background: #dc2626;
    color: #fff;
    box-shadow: 0 14px 30px rgba(127, 29, 29, .35);
}

.btn-secondary[b-n8cc1l7x15] {
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.05);
    color: #fff;
}

/* HIGHLIGHTS */

.highlights-grid[b-n8cc1l7x15] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
}

.highlight-card[b-n8cc1l7x15],
.info-card[b-n8cc1l7x15] {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 1.15rem;
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(6px);
    color: #fff;
    line-height: 1.5;
}

/* SECTIONS */

.section[b-n8cc1l7x15] {
    padding: 4.5rem 0;
}

.section-header[b-n8cc1l7x15] {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

    .section-header h2[b-n8cc1l7x15],
    .shop-grid h2[b-n8cc1l7x15],
    .cta-panel h2[b-n8cc1l7x15] {
        font-size: clamp(2rem, 3vw, 3rem);
        margin: 0;
        font-weight: 900;
        letter-spacing: -.03em;
        line-height: 1.05;
    }

.section-copy[b-n8cc1l7x15] {
    max-width: 42rem;
    margin: 0;
    color: #cbd5e1;
    line-height: 1.75;
}

.eyebrow[b-n8cc1l7x15] {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .78rem;
    margin-bottom: .65rem;
}

.eyebrow-cyan[b-n8cc1l7x15] {
    color: #67e8f9;
}

.eyebrow-red[b-n8cc1l7x15] {
    color: #fca5a5;
}

/* CATEGORY CARDS */

.category-grid[b-n8cc1l7x15],
.info-grid[b-n8cc1l7x15] {
    display: grid;
    gap: 1.25rem;
}

.category-grid[b-n8cc1l7x15] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-card[b-n8cc1l7x15] {
    padding: 1.5rem;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 1.6rem;
    background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,.18);
    transition: transform .2s ease, border-color .2s ease;
}

    .category-card:hover[b-n8cc1l7x15] {
        transform: translateY(-4px);
        border-color: rgba(34,211,238,.35);
    }

.tag-pill[b-n8cc1l7x15] {
    display: inline-flex;
    align-items: center;
    padding: .45rem .7rem;
    border-radius: 999px;
    border: 1px solid rgba(239,68,68,.35);
    background: rgba(239,68,68,.10);
    color: #fecaca;
    font-size: .74rem;
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.category-card h3[b-n8cc1l7x15],
.info-title[b-n8cc1l7x15] {
    margin: 0;
    font-weight: 800;
    color: #fff;
}

.category-card h3[b-n8cc1l7x15] {
    font-size: 1.6rem;
}

.category-card p[b-n8cc1l7x15],
.info-card p[b-n8cc1l7x15] {
    color: #cbd5e1;
    line-height: 1.75;
}

.card-link[b-n8cc1l7x15] {
    display: inline-block;
    margin-top: 1.25rem;
    padding: .7rem 1rem;
    border-radius: .85rem;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.05);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

/* SHOP BAND */

.shop-band[b-n8cc1l7x15] {
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(15,23,42,.72);
}

.shop-grid[b-n8cc1l7x15] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 4.5rem 0;
}

.wide-copy[b-n8cc1l7x15],
.cta-copy[b-n8cc1l7x15] {
    max-width: 44rem;
}

.info-grid[b-n8cc1l7x15] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-title[b-n8cc1l7x15] {
    font-size: 1.1rem;
    margin-bottom: .5rem;
}

/* CTA */

.cta-border[b-n8cc1l7x15] {
    padding: 1px;
    border-radius: 2rem;
    background: linear-gradient(90deg, #dc2626 0%, #2563eb 100%);
    box-shadow: 0 25px 50px rgba(0,0,0,.25);
}

.cta-panel[b-n8cc1l7x15] {
    padding: 3rem 2rem;
    border-radius: 2rem;
    background: #020617;
    text-align: center;
}

.center-actions[b-n8cc1l7x15] {
    justify-content: center;
}

/* RESPONSIVE */

@media (max-width: 1100px) {

    .hero-main[b-n8cc1l7x15],
    .shop-grid[b-n8cc1l7x15],
    .section-header[b-n8cc1l7x15] {
        grid-template-columns: 1fr;
    }

    .category-grid[b-n8cc1l7x15] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-logo-panel[b-n8cc1l7x15] {
        max-width: 100%;
    }
}

@media (max-width: 700px) {

    .hero-section[b-n8cc1l7x15] {
        padding: 32px 22px 42px;
    }

    .hero-title[b-n8cc1l7x15] {
        font-size: clamp(2.1rem, 9vw, 3.8rem);
    }

    .hero-actions[b-n8cc1l7x15],
    .hero-stats[b-n8cc1l7x15],
    .highlights-grid[b-n8cc1l7x15],
    .category-grid[b-n8cc1l7x15],
    .info-grid[b-n8cc1l7x15] {
        grid-template-columns: 1fr;
    }

    .btn[b-n8cc1l7x15] {
        width: 100%;
    }

    .hero-main[b-n8cc1l7x15] {
        gap: 28px;
    }
}
