@import 'EuroCollector.Client.n5qyf0pg18.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: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 2.25rem;
    border-top: 1px solid #dbe5ef;
    color: #60718d;
    font-size: 1rem;
    background: white;
}

.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: 640px) {
    .site-header[b-agj3tdg89f],
    .site-footer[b-agj3tdg89f] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

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

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

    .coin-search[b-agj3tdg89f] {
        display: none;
    }

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

    .authenticated-nav[b-agj3tdg89f]  a:first-child,
    .account-name[b-agj3tdg89f] {
        display: none;
    }
}
/* /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] {
    width: min(100%, 76rem);
    margin: 0 auto;
    padding: 4.75rem 1.5rem 5rem;
    text-align: center;
}

.landing-hero[b-nbmvj8yxk8] {
    max-width: 53rem;
    margin: 0 auto;
}

.landing-hero h1[b-nbmvj8yxk8],
.catalogue-summary h2[b-nbmvj8yxk8] {
    margin-bottom: 1rem;
}

.landing-hero h1[b-nbmvj8yxk8] {
    border: 0;
    font-size: clamp(2.35rem, 5vw, 4.25rem);
    line-height: 1.04;
    outline: 0;
}

.landing-intro[b-nbmvj8yxk8] {
    max-width: 49rem;
    margin: 0 auto;
    color: #587194;
    font-size: clamp(1rem, 1.8vw, 1.28rem);
    line-height: 1.65;
}

.landing-actions[b-nbmvj8yxk8] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2rem;
}

.free-promise[b-nbmvj8yxk8] {
    max-width: 42rem;
    margin: 3.25rem auto 2rem;
    padding: 1.35rem 1.5rem;
    border: 1px solid #9eeadf;
    border-radius: 1rem;
    background: linear-gradient(115deg, #ecfff8, #effaff);
    box-shadow: 0 12px 30px rgba(36, 112, 127, .06);
}

.free-promise h2[b-nbmvj8yxk8] {
    margin-bottom: .85rem;
    color: #007b68;
    font-size: 1.2rem;
}

.free-promise h2 span[b-nbmvj8yxk8],
.free-promise li span[b-nbmvj8yxk8] {
    color: #00a77c;
}

.free-promise ul[b-nbmvj8yxk8] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .55rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.free-promise li[b-nbmvj8yxk8] {
    padding: .38rem .75rem;
    border: 1px solid #bdece2;
    border-radius: 999px;
    color: #1c4250;
    background: rgba(255, 255, 255, .76);
    font-size: .82rem;
    font-weight: 800;
}

.landing-statistics[b-nbmvj8yxk8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
    max-width: 48rem;
    margin: 0 auto 3.5rem;
}

.landing-statistics article[b-nbmvj8yxk8],
.catalogue-type-grid article[b-nbmvj8yxk8],
.landing-features article[b-nbmvj8yxk8] {
    border: 1px solid #dbe5ef;
    border-radius: 1rem;
    background: white;
    box-shadow: 0 12px 30px rgba(40, 85, 130, .06);
}

.landing-statistics article[b-nbmvj8yxk8] {
    display: grid;
    min-height: 7.25rem;
    place-content: center;
    padding: 1rem;
}

.landing-statistics article:last-child[b-nbmvj8yxk8] {
    grid-column: 2;
}

.landing-statistics strong[b-nbmvj8yxk8],
.catalogue-type-grid strong[b-nbmvj8yxk8] {
    display: block;
    color: #67adda;
    font-size: clamp(1.75rem, 4vw, 2.4rem);
    line-height: 1;
}

.landing-statistics span[b-nbmvj8yxk8],
.catalogue-type-grid article > span:last-child[b-nbmvj8yxk8] {
    margin-top: .45rem;
    color: #547090;
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.catalogue-summary[b-nbmvj8yxk8] {
    margin: 0 auto 3.25rem;
}

.catalogue-summary h2[b-nbmvj8yxk8] {
    font-size: clamp(1.6rem, 3vw, 2rem);
}

.catalogue-type-grid[b-nbmvj8yxk8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 12rem));
    justify-content: center;
    gap: 1rem;
}

.catalogue-type-grid article[b-nbmvj8yxk8] {
    display: grid;
    min-height: 11.5rem;
    place-content: center;
    padding: 1.25rem;
}

.catalogue-icon[b-nbmvj8yxk8] {
    margin-bottom: .7rem;
    color: #67adda;
    font-size: 2.7rem;
    line-height: 1;
}

.catalogue-star[b-nbmvj8yxk8] {
    font-size: 3rem;
}

.landing-features[b-nbmvj8yxk8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 61rem;
    margin: 0 auto;
    text-align: left;
}

.landing-features article[b-nbmvj8yxk8] {
    min-height: 13.5rem;
    padding: 1.55rem;
}

.landing-features article > span[b-nbmvj8yxk8] {
    display: grid;
    width: 2.45rem;
    height: 2.45rem;
    place-items: center;
    margin-bottom: 1.1rem;
    border-radius: .7rem;
    color: #398ec4;
    background: #e6f5ff;
    font-size: 1.45rem;
}

.landing-features h2[b-nbmvj8yxk8] {
    margin-bottom: .65rem;
    font-size: 1.05rem;
}

.landing-features p[b-nbmvj8yxk8] {
    margin-bottom: 0;
    color: #60718d;
    font-size: .9rem;
    line-height: 1.55;
}

.landing-final-action[b-nbmvj8yxk8] {
    margin-top: 2.4rem;
}

@media (max-width: 720px) {
    .landing-page[b-nbmvj8yxk8] {
        padding-top: 3.25rem;
    }

    .landing-statistics[b-nbmvj8yxk8],
    .landing-features[b-nbmvj8yxk8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-statistics article:last-child[b-nbmvj8yxk8] {
        grid-column: auto;
    }
}

@media (max-width: 500px) {
    .landing-page[b-nbmvj8yxk8] {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .landing-statistics[b-nbmvj8yxk8],
    .landing-features[b-nbmvj8yxk8],
    .catalogue-type-grid[b-nbmvj8yxk8] {
        grid-template-columns: 1fr;
    }

    .landing-statistics article:last-child[b-nbmvj8yxk8] {
        grid-column: auto;
    }

    .catalogue-type-grid[b-nbmvj8yxk8] {
        justify-content: stretch;
    }
}
