@import 'EuroCollector.Client.lihsx8g5r2.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-agj3tdg89f] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-header[b-agj3tdg89f] {
    position: sticky;
    top: 0;
    z-index: 40;
    min-height: 5.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 2.25rem;
    border-bottom: 1px solid #dbe5ef;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(10px);
}

.brand[b-agj3tdg89f] {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: #67adda;
    font-weight: 800;
    font-size: 1.55rem;
    letter-spacing: -.04em;
    text-decoration: none;
}

.brand-mark[b-agj3tdg89f] {
    display: inline-grid;
    place-items: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    color: white;
    background: #67adda;
    font-size: 1.1rem;
}

.public-nav[b-agj3tdg89f],
.authenticated-nav[b-agj3tdg89f] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.public-nav[b-agj3tdg89f]  a,
.authenticated-nav[b-agj3tdg89f]  a {
    color: #17213a;
    font-weight: 700;
    text-decoration: none;
}

.public-nav[b-agj3tdg89f]  a:hover,
.public-nav[b-agj3tdg89f]  a:focus-visible,
.authenticated-nav[b-agj3tdg89f]  a:hover,
.authenticated-nav[b-agj3tdg89f]  a:focus-visible {
    color: #3c91c6;
}

.coin-search[b-agj3tdg89f] {
    display: flex;
    align-items: center;
    width: min(36vw, 35rem);
    min-width: 13rem;
    gap: .5rem;
    padding: .55rem .9rem;
    border: 1px solid #dbe5ef;
    border-radius: 999px;
    color: #68809d;
    background: #f3f7fb;
}

.coin-search span[b-agj3tdg89f] {
    font-size: 1.35rem;
    line-height: 1;
}

.coin-search input[b-agj3tdg89f] {
    width: 100%;
    border: 0;
    outline: 0;
    color: #68809d;
    background: transparent;
}

.coin-search:focus-within[b-agj3tdg89f] {
    border-color: #67adda;
    box-shadow: 0 0 0 .2rem rgba(103, 173, 218, .16);
}

.authenticated-nav[b-agj3tdg89f] {
    gap: 1.2rem;
}

.language-label[b-agj3tdg89f] {
    padding: .4rem .65rem;
    border: 1px solid #dbe5ef;
    border-radius: .6rem;
    color: #17213a;
    font-size: .78rem;
    font-weight: 700;
}

.account-name[b-agj3tdg89f] {
    max-width: 13rem;
    overflow: hidden;
    color: #579dcc;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-link[b-agj3tdg89f] {
    color: #17213a;
    font-weight: 800;
}

.stats-link[b-agj3tdg89f] {
    color: #168e63;
    font-weight: 800;
}

main[b-agj3tdg89f] {
    flex: 1;
}

.site-footer[b-agj3tdg89f] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    padding: 1.15rem 2.25rem;
    border-top: 1px solid #dbe5ef;
    color: #60718d;
    font-size: 1rem;
    background: white;
}

.site-footer > :last-child[b-agj3tdg89f] {
    justify-self: end;
}

.back-to-top[b-agj3tdg89f] {
    --back-to-top-screen-bottom: 1.35rem;
    --floating-footer-offset: 0px;
    position: fixed;
    right: 1.35rem;
    bottom: calc(max(var(--back-to-top-screen-bottom), env(safe-area-inset-bottom)) + var(--floating-footer-offset));
    z-index: 35;
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(69, 143, 190, .28);
    border-radius: 50%;
    color: white;
    background: #67adda;
    box-shadow: 0 8px 22px rgba(39, 80, 120, .22);
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transform: translateY(.75rem);
    transition: opacity .18s ease, transform .18s ease, background-color .18s ease;
}

.back-to-top.is-visible[b-agj3tdg89f] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.back-to-top:hover[b-agj3tdg89f],
.back-to-top:focus-visible[b-agj3tdg89f] {
    background: #3f96cc;
}

.footer-links[b-agj3tdg89f] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.15rem;
}

.footer-links a[b-agj3tdg89f] {
    color: #60718d;
    font-weight: 700;
    text-decoration: none;
}

.footer-links a:hover[b-agj3tdg89f],
.footer-links a:focus-visible[b-agj3tdg89f] {
    color: #257daf;
    text-decoration: underline;
}

@media (max-width: 900px) {
    .site-footer[b-agj3tdg89f] {
        display: flex;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .site-header[b-agj3tdg89f] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        width: 100%;
        max-width: 100vw;
        gap: .55rem;
        min-height: 0;
        padding: .7rem 1rem .55rem;
        overflow: hidden;
    }

    .site-footer[b-agj3tdg89f] {
        flex-direction: column;
    }

    .brand[b-agj3tdg89f] {
        gap: .4rem;
        width: max-content;
        font-size: 1.15rem;
        white-space: nowrap;
    }

    .brand-mark[b-agj3tdg89f] {
        width: 1.55rem;
        height: 1.55rem;
        font-size: .9rem;
    }

    .coin-search[b-agj3tdg89f] {
        grid-column: 1 / -1;
        grid-row: 2;
        display: flex;
        width: 100%;
        min-width: 0;
        padding: .5rem .8rem;
    }

    .authenticated-nav[b-agj3tdg89f] {
        grid-column: 2;
        width: auto;
        max-width: 100%;
        min-width: 0;
        justify-content: flex-end;
        gap: .85rem;
        padding: .15rem 0 .25rem;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        font-size: .86rem;
        white-space: nowrap;
    }

    .authenticated-nav > *[b-agj3tdg89f] {
        flex: 0 0 auto;
    }

    .authenticated-nav[b-agj3tdg89f]  .account-name {
        display: none;
    }

    .authenticated-nav[b-agj3tdg89f]::-webkit-scrollbar { display: none; }

    .public-nav[b-agj3tdg89f] {
        justify-self: end;
        gap: .45rem;
        font-size: .84rem;
    }

    .public-nav[b-agj3tdg89f]  .button,
    .language-label[b-agj3tdg89f] {
        min-height: 2.35rem;
        padding: .4rem .7rem;
    }
}

@media (max-width: 640px) {
    .site-header[b-agj3tdg89f] {
        grid-template-columns: minmax(0, 1fr);
        gap: .55rem;
        padding: .75rem .9rem .65rem;
    }

    .brand[b-agj3tdg89f] {
        justify-self: center;
    }

    .public-nav[b-agj3tdg89f],
    .authenticated-nav[b-agj3tdg89f] {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        justify-self: stretch;
        justify-content: center;
        gap: .45rem;
        padding: .35rem 0 0;
        border-top: 1px solid #edf2f7;
    }

    .authenticated-nav[b-agj3tdg89f] {
        justify-content: space-evenly;
    }

    .coin-search[b-agj3tdg89f] {
        grid-row: 3;
    }

    .back-to-top[b-agj3tdg89f] {
        right: .9rem;
        --back-to-top-screen-bottom: .9rem;
        width: 2.75rem;
        height: 2.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .back-to-top[b-agj3tdg89f] {
        transition: none;
    }
}

@media (max-width: 480px) {
    .site-header[b-agj3tdg89f] {
        padding-inline: .75rem;
    }

    .brand[b-agj3tdg89f] {
        font-size: 1rem;
    }

    .brand-mark[b-agj3tdg89f] {
        width: 1.4rem;
        height: 1.4rem;
    }

    .public-nav[b-agj3tdg89f] {
        gap: .3rem;
        font-size: .76rem;
    }

    .public-nav[b-agj3tdg89f]  .button,
    .language-label[b-agj3tdg89f] {
        min-height: 2.15rem;
        padding: .3rem .55rem;
    }

    .authenticated-nav[b-agj3tdg89f] {
        gap: .35rem;
        font-size: .82rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yvzj5borev] {
    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-yvzj5borev] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-yvzj5borev] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-yvzj5borev] {
    font-size: 1.1rem;
}

.bi[b-yvzj5borev] {
    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-yvzj5borev] {
    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-yvzj5borev] {
    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-yvzj5borev] {
    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-yvzj5borev] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-yvzj5borev] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-yvzj5borev] {
        padding-bottom: 1rem;
    }

    .nav-item[b-yvzj5borev]  .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-yvzj5borev]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-yvzj5borev]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-yvzj5borev] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-yvzj5borev] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-yvzj5borev] {
        display: none;
    }

    .nav-scrollable[b-yvzj5borev] {
        /* 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 */
.landing-page[b-nbmvj8yxk8] {
    --blue: #5ba8d8;
    --deep: #101d3a;
    --muted: #59708f;
    overflow: hidden;
    background: radial-gradient(circle at 87% 8%, rgba(102,180,222,.16), transparent 24rem), linear-gradient(180deg,#f7fbff 0,#f2f7fc 42rem,#fff 78rem);
}

.landing-hero[b-nbmvj8yxk8] {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(25rem,.95fr);
    align-items: center;
    gap: clamp(2.5rem,6vw,6rem);
    width: min(100% - 3rem,78rem);
    min-height: 40rem;
    margin: 0 auto;
    padding: 4rem 0 5rem;
}

.landing-hero-copy[b-nbmvj8yxk8] { text-align: left; }
.landing-eyebrow[b-nbmvj8yxk8] { margin: 0 0 .9rem; color: #378fbe; font-size: .76rem; font-weight: 900; letter-spacing: .17em; }
.landing-hero h1[b-nbmvj8yxk8] { max-width: 43rem; margin: 0; color: var(--deep); font-size: clamp(3.1rem,5.3vw,5.15rem); font-weight: 800; letter-spacing: -.065em; line-height: .98; }
.landing-hero h1 span[b-nbmvj8yxk8] { color: var(--blue); }
.landing-intro[b-nbmvj8yxk8] { max-width: 40rem; margin: 1.55rem 0 0; color: var(--muted); font-size: clamp(1.05rem,1.5vw,1.25rem); line-height: 1.65; }
.landing-actions[b-nbmvj8yxk8] { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.landing-actions .button[b-nbmvj8yxk8] { min-height: 3.2rem; padding: .8rem 1.25rem; }
.landing-fee-note[b-nbmvj8yxk8] { margin: 1.1rem 0 0; color: #397261; font-size: .88rem; font-weight: 800; }
.landing-fee-note span[b-nbmvj8yxk8] { display: inline-grid; width: 1.35rem; height: 1.35rem; place-items: center; margin-right: .3rem; border-radius: 50%; color: #fff; background: #36a67f; font-size: .72rem; }

.coin-showcase[b-nbmvj8yxk8] {
    position: relative;
    min-height: 32rem;
    overflow: hidden;
    border: 1px solid rgba(118,170,207,.28);
    border-radius: 2.2rem;
    background: linear-gradient(145deg,#e2f2fc,#eef7fb 50%,#d7ecfa);
    box-shadow: 0 28px 70px rgba(40,85,130,.18);
}

.coin-showcase[b-nbmvj8yxk8]::before,.coin-showcase[b-nbmvj8yxk8]::after { position: absolute; border: 1px solid rgba(80,155,200,.2); border-radius: 50%; content: ""; }
.coin-showcase[b-nbmvj8yxk8]::before { inset: -8rem 6rem 15rem -6rem; }
.coin-showcase[b-nbmvj8yxk8]::after { inset: 7rem -9rem -9rem 9rem; }
.coin-orbit[b-nbmvj8yxk8] { position: absolute; top: 3rem; left: 50%; width: 23rem; height: 23rem; border: 1px dashed rgba(44,128,177,.28); border-radius: 50%; transform: translateX(-50%); }
.coin-slides[b-nbmvj8yxk8] { position: relative; z-index: 2; height: 24.8rem; }
.coin-slide[b-nbmvj8yxk8] { position: absolute; inset: 2.2rem 2rem auto; display: grid; height: 21rem; place-items: center; margin: 0; opacity: 0; transform: translateX(1.5rem) scale(.94); transition: opacity .65s ease,transform .65s ease; }
.coin-slide.is-visible[b-nbmvj8yxk8] { opacity: 1; transform: translateX(0) scale(1); }
.coin-slide img[b-nbmvj8yxk8] { width: min(78%,20rem); max-height: 20rem; object-fit: contain; border-radius: 50%; filter: drop-shadow(0 22px 18px rgba(24,48,74,.25)); }

.showcase-caption[b-nbmvj8yxk8] { position: relative; z-index: 3; display: grid; margin: 0 2rem; padding: 1rem 1.15rem; border: 1px solid rgba(255,255,255,.75); border-radius: 1.1rem; text-align: left; background: rgba(255,255,255,.68); box-shadow: 0 10px 30px rgba(38,84,120,.08); backdrop-filter: blur(12px); }
.showcase-caption span[b-nbmvj8yxk8] { color: #3b91c1; font-size: .66rem; font-weight: 900; letter-spacing: .14em; }
.showcase-caption strong[b-nbmvj8yxk8] { margin-top: .25rem; color: var(--deep); font-size: 1.15rem; }
.showcase-caption small[b-nbmvj8yxk8] { margin-top: .18rem; color: var(--muted); }

.landing-statistics[b-nbmvj8yxk8] {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    width: min(100% - 3rem,72rem);
    margin: 0 auto;
    border: 1px solid #d7e5f0;
    border-radius: 1.25rem;
    background: rgba(255,255,255,.92);
    box-shadow: 0 16px 38px rgba(40,85,130,.08);
}

.landing-statistics article[b-nbmvj8yxk8] { display: grid; min-height: 7.4rem; place-content: center; padding: 1rem; text-align: center; }
.landing-statistics article + article[b-nbmvj8yxk8] { border-left: 1px solid #e2ebf3; }
.landing-statistics strong[b-nbmvj8yxk8] { color: var(--deep); font-size: clamp(1.55rem,3vw,2.2rem); line-height: 1; }
.landing-statistics span[b-nbmvj8yxk8] { margin-top: .55rem; color: #64809e; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.collection-types[b-nbmvj8yxk8],.features-section[b-nbmvj8yxk8] { width: min(100% - 3rem,72rem); margin: 0 auto; padding-top: 7rem; }
.section-heading[b-nbmvj8yxk8] { max-width: 44rem; margin: 0 auto 2.3rem; text-align: center; }
.section-heading h2[b-nbmvj8yxk8],.landing-final-action h2[b-nbmvj8yxk8] { margin: 0; color: var(--deep); font-size: clamp(2rem,4vw,3rem); letter-spacing: -.045em; }
.section-heading > p:last-child[b-nbmvj8yxk8] { margin: .8rem 0 0; color: var(--muted); line-height: 1.6; }
.catalogue-type-grid[b-nbmvj8yxk8] { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.25rem; }
.catalogue-type-grid article[b-nbmvj8yxk8] { display: grid; grid-template-columns: auto 1fr; gap: 1.1rem 1.25rem; min-height: 17rem; padding: 2rem; border: 1px solid #d8e5ef; border-radius: 1.5rem; background: #fff; box-shadow: 0 18px 42px rgba(40,85,130,.08); }
.catalogue-type-grid article:last-child[b-nbmvj8yxk8] { background: linear-gradient(145deg,#fff,#f7fbff); }
.catalogue-icon[b-nbmvj8yxk8] { display: grid; width: 3.5rem; height: 3.5rem; place-items: center; border-radius: 1rem; color: #398fc2; background: #e5f4fd; font-size: 1.8rem; }
.catalogue-star[b-nbmvj8yxk8] { color: #fff; background: #66add9; font-size: 2rem; }
.type-label[b-nbmvj8yxk8] { color: #4898c7; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.catalogue-type-grid h3[b-nbmvj8yxk8] { margin: .35rem 0 .7rem; color: var(--deep); font-size: 1.35rem; }
.catalogue-type-grid p[b-nbmvj8yxk8] { margin: 0; color: var(--muted); line-height: 1.6; }
.catalogue-type-grid article > strong[b-nbmvj8yxk8] { grid-column: 1/-1; align-self: end; color: var(--blue); font-size: 2rem; }
.catalogue-type-grid strong small[b-nbmvj8yxk8] { color: #68809b; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.features-section[b-nbmvj8yxk8] { padding-bottom: 7rem; }
.landing-features[b-nbmvj8yxk8] { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.landing-features article[b-nbmvj8yxk8] { min-height: 14.5rem; padding: 1.45rem; border: 1px solid #dbe6ef; border-radius: 1.15rem; background: #fff; box-shadow: 0 12px 30px rgba(40,85,130,.055); transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.landing-features article:hover[b-nbmvj8yxk8] { border-color: #a8d1e9; box-shadow: 0 18px 36px rgba(40,85,130,.1); transform: translateY(-3px); }
.landing-features article > span[b-nbmvj8yxk8] { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; margin-bottom: 1rem; border-radius: .8rem; color: #358ec4; background: #e8f5fd; font-size: 1.35rem; font-weight: 900; }
.landing-features h3[b-nbmvj8yxk8] { margin: 0 0 .6rem; color: var(--deep); font-size: 1.02rem; }
.landing-features p[b-nbmvj8yxk8] { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.58; }

.landing-final-action[b-nbmvj8yxk8] { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.4rem; width: min(100% - 3rem,72rem); margin: 0 auto 7rem; padding: 2.2rem 2.4rem; border-radius: 1.6rem; color: #fff; text-align: left; background: linear-gradient(120deg,#17345b,#276f9b); box-shadow: 0 24px 50px rgba(26,70,105,.22); }
.landing-final-action > span[b-nbmvj8yxk8] { color: #8dd1f6; font-size: 3.3rem; }
.landing-final-action .landing-eyebrow[b-nbmvj8yxk8] { margin-bottom: .35rem; color: #9ed9f7; }
.landing-final-action h2[b-nbmvj8yxk8] { color: #fff; font-size: clamp(1.8rem,3vw,2.5rem); }
.landing-final-action p:last-child[b-nbmvj8yxk8] { margin: .45rem 0 0; color: #d8eaf6; }
.landing-final-action .button[b-nbmvj8yxk8] { min-width: 12.5rem; border-color: #fff; color: #174a6d !important; background: #fff; box-shadow: 0 10px 24px rgba(5,35,62,.18); }
.landing-final-action .button:hover[b-nbmvj8yxk8] { border-color: #dff3ff; color: #123d5c !important; background: #eef9ff; }

@media (max-width:980px) {
    .landing-hero[b-nbmvj8yxk8] { grid-template-columns: 1fr 22rem; gap: 2rem; }
    .coin-showcase[b-nbmvj8yxk8] { min-height: 29rem; }
    .coin-slides[b-nbmvj8yxk8] { height: 22rem; }
    .coin-slide[b-nbmvj8yxk8] { height: 18.5rem; }
    .coin-slide img[b-nbmvj8yxk8] { max-height: 18rem; }
    .landing-features[b-nbmvj8yxk8] { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width:760px) {
    .landing-hero[b-nbmvj8yxk8] { grid-template-columns: 1fr; padding-top: 3.25rem; }
    .landing-hero-copy[b-nbmvj8yxk8] { text-align: center; }
    .landing-hero h1[b-nbmvj8yxk8],.landing-intro[b-nbmvj8yxk8] { margin-right: auto; margin-left: auto; }
    .landing-actions[b-nbmvj8yxk8] { justify-content: center; }
    .coin-showcase[b-nbmvj8yxk8] { width: min(100%,29rem); margin: 0 auto; }
    .landing-statistics[b-nbmvj8yxk8] { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .landing-statistics article + article[b-nbmvj8yxk8] { border-left: 0; }
    .landing-statistics article:nth-child(even)[b-nbmvj8yxk8] { border-left: 1px solid #e2ebf3; }
    .landing-statistics article:nth-child(n+3)[b-nbmvj8yxk8] { border-top: 1px solid #e2ebf3; }
    .catalogue-type-grid[b-nbmvj8yxk8] { grid-template-columns: 1fr; }
    .landing-final-action[b-nbmvj8yxk8] { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width:500px) {
    .landing-hero[b-nbmvj8yxk8],.landing-statistics[b-nbmvj8yxk8],.collection-types[b-nbmvj8yxk8],.features-section[b-nbmvj8yxk8],.landing-final-action[b-nbmvj8yxk8] { width: min(100% - 2rem,72rem); }
    .landing-hero[b-nbmvj8yxk8] { min-height: 0; padding: 2.5rem 0 3.2rem; }
    .landing-hero h1[b-nbmvj8yxk8] { font-size: clamp(2.65rem,13vw,3.5rem); }
    .landing-intro[b-nbmvj8yxk8] { font-size: 1rem; }
    .landing-actions .button[b-nbmvj8yxk8] { width: 100%; }
    .coin-showcase[b-nbmvj8yxk8] { min-height: 25.5rem; border-radius: 1.5rem; }
    .coin-slides[b-nbmvj8yxk8] { height: 19rem; }
    .coin-slide[b-nbmvj8yxk8] { top: 1.5rem; height: 16.5rem; }
    .coin-slide img[b-nbmvj8yxk8] { max-height: 16rem; }
    .showcase-caption[b-nbmvj8yxk8] { margin: 0 1rem; }
    .showcase-caption small[b-nbmvj8yxk8] { line-height: 1.4; }
    .landing-statistics article[b-nbmvj8yxk8] { min-height: 6.5rem; padding: .75rem; }
    .landing-statistics strong[b-nbmvj8yxk8] { font-size: 1.55rem; }
    .landing-statistics span[b-nbmvj8yxk8] { font-size: .61rem; }
    .collection-types[b-nbmvj8yxk8],.features-section[b-nbmvj8yxk8] { padding-top: 5rem; }
    .catalogue-type-grid article[b-nbmvj8yxk8] { grid-template-columns: 1fr; min-height: 0; padding: 1.5rem; }
    .catalogue-type-grid article > strong[b-nbmvj8yxk8] { grid-column: 1; }
    .landing-features[b-nbmvj8yxk8] { grid-template-columns: 1fr; }
    .landing-features article[b-nbmvj8yxk8] { min-height: 0; }
    .features-section[b-nbmvj8yxk8] { padding-bottom: 5rem; }
    .landing-final-action[b-nbmvj8yxk8] { margin-bottom: 5rem; padding: 2rem 1.25rem; }
}

@media (prefers-reduced-motion:reduce) {
    .coin-slide[b-nbmvj8yxk8] { transition: none; }
    .landing-features article[b-nbmvj8yxk8] { transition: none; }
}

.catalogue-updated[b-nbmvj8yxk8] { width: min(100% - 2rem,72rem); margin: .75rem auto 0; color: #64809e; font-size: .85rem; text-align: center; }
