/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-to6z2w28er] {
    position: relative;
}

.page-ad-top[b-to6z2w28er] {
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    border: 0px none;
    background-color: #FFFFFF;
}

.page-announcement-content[b-to6z2w28er] {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: #F6CD02;
}

.page-layout[b-to6z2w28er] {
    position: relative;
    background-color: #FFFFFF;
}

/* Keep the header pinned to the top of the viewport while the page scrolls.
   The sticky header also becomes the containing block for the mobile menu's
   absolutely positioned toggler / .nav-scrollable panel, so those travel with it. */
header[b-to6z2w28er] {
    position: sticky;
    top: 0;
    /* Above page content and the Bootstrap sticky-* utilities (1020), below modals (1055). */
    z-index: 1030;
}

.header[b-to6z2w28er] {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    background-color: var(--header-background-color);
}

.header-nav[b-to6z2w28er] {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 2rem;
    max-width: 1320px;
    width: 100%;
    height: 100%;
}

.header-nav-item[b-to6z2w28er] {
    padding: 8px 10px;
    color: #FFFFFF;
}

.header-nav-item-link[b-to6z2w28er] {
    text-decoration: none;
    color: #FFFFFF;
}

.header-nav-item-link:hover[b-to6z2w28er] {
    text-decoration: underline;
}

.authenticated-user-email[b-to6z2w28er] {
    display: none;
    height:50px;
    align-items: center;
    margin-left: auto;
}

/* Ticker start */

.ticker-coin-logo[b-to6z2w28er] {
    width: 24px;
    height: 24px;
}

.asset-prices-content-wrapper[b-to6z2w28er] {
    display: inline-block;
}

.asset-prices-content[b-to6z2w28er] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0px 2rem;
    background-color: #FFFFFF;
}

.asset-prices-content-coin-name[b-to6z2w28er] {
}

.asset-prices-content-coin-price[b-to6z2w28er] {
    margin: 0px 5px;
}

.asset-prices-content-coin-price-percentage-change-24h[b-to6z2w28er] {
}

/* Ticker end */

.page-ad-bottom[b-to6z2w28er] {
    position: fixed;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    bottom: 0px;
}

.page-ad-bottom-content[b-to6z2w28er] {
    display: flex;
    width: 320px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.page-main[b-to6z2w28er] {
    max-width: 1320px;
    margin: 0px auto;
    padding: 2rem;
}

.page-main-prices[b-to6z2w28er] {
    max-width: 1320px;
    margin: 0px auto;
    padding: 2rem;
}

main[b-to6z2w28er] {
}

.footer[b-to6z2w28er] {
    padding: 2rem 0px 2rem 0px;
    background-image: linear-gradient(to right, var(--footer-background-image-to), var(--footer-background-image-right));
    color: #FFFFFF;
}

.footer-content[b-to6z2w28er] {
    max-width: 1320px;
    margin: 0px auto;
    padding: 0px 2rem;
}

.footer-grid[b-to6z2w28er] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 1rem;
    gap: 2rem 1rem;
    color: #FFFFFF;
}

.footer-grid a[b-to6z2w28er] {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-grid a:hover[b-to6z2w28er] {
    text-decoration: underline;
}

.footer-ul[b-to6z2w28er] {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-separator[b-to6z2w28er] {
    margin-bottom: 1rem;
}

.footer-separator-content[b-to6z2w28er] {
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #cbc9c0;
    margin: 0px;
    padding: 0px;
}

.footer-social[b-to6z2w28er] {
    display: grid;
    grid-template-columns: 2rem 2rem 2rem;
    grid-column-gap: 1rem;
}

.footer-social-icon a[b-to6z2w28er] {
    display: inline-block;
    color: #FFFFFF;
}

.footer-copyright[b-to6z2w28er] {
    margin-top: 3rem;
}

.sidebar[b-to6z2w28er] {
    height: 50px;
}

.top-row[b-to6z2w28er] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.125rem;
    display: flex;
    align-items: center;
}

.top-row[b-to6z2w28er]  a, .top-row[b-to6z2w28er]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-to6z2w28er]  a:hover, .top-row[b-to6z2w28er]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-to6z2w28er]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Begin header navigation dropdown */

/* Dropdown Button */
.dropbtn[b-to6z2w28er] {
    display: block;
    padding: 13px 19px;
    text-decoration: none;
    color: #FFFFFF;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.header-nav-dropdown[b-to6z2w28er] {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.header-nav-dropdown-content[b-to6z2w28er] {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.header-nav-dropdown-content a[b-to6z2w28er] {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.header-nav-dropdown-content a:hover[b-to6z2w28er] {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.header-nav-dropdown:hover .header-nav-dropdown-content[b-to6z2w28er] {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.header-nav-dropdown:hover[b-to6z2w28er] {
    background-color: var(--header-nav-dropdown-hover-background-color);
}

/* Small red pulsating "live" dot on the YouTube Trending link */
.header-nav-trending[b-to6z2w28er] {
    position: relative;
}

.trending-live-dot[b-to6z2w28er] {
    position: absolute;
    top: 10px;
    right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff0000;
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
    animation: trending-pulse-b-to6z2w28er 1.5s ease-out infinite;
    pointer-events: none;
}

@keyframes trending-pulse-b-to6z2w28er {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(255, 0, 0, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

/* Respect users who prefer reduced motion: show the dot, but don't animate it */
@media (prefers-reduced-motion: reduce) {
    .trending-live-dot[b-to6z2w28er] {
        animation: none;
    }
}

/* The live dot lives inside the "YouTube Trending" <a>; anchoring it to that link keeps it
   in place whether Top Channels is a dropdown child (< 1280px) or an inline top-level link
   (>= 1280px, where .header-nav-trending becomes a flex row). */
.header-nav-trending .dropbtn[b-to6z2w28er] {
    position: relative;
}

/* End header navigation dropdown*/

@media (max-width:375px) {
    .page-main[b-to6z2w28er] {
        padding: 0.8rem;
    }
}

@media (max-width:540px) {
    .page-main-prices[b-to6z2w28er] {
        padding: 0.2rem;
    }
}

@media (max-width:413px) {
}

@media (max-width: 767.98px) {
    .top-row[b-to6z2w28er] {
        justify-content: space-between;
    }

        .top-row[b-to6z2w28er]  a, .top-row[b-to6z2w28er]  .btn-link {
            margin-left: 0;
        }

    .header-nav[b-to6z2w28er] {
        background-color: var(--header-nav-background-color);
    }

    .header-logo[b-to6z2w28er], .header-nav-dropdown[b-to6z2w28er] {
        display: none;
    }

    .footer-grid[b-to6z2w28er] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width:412px) {
}

@media (min-width: 768px) {

    .sidebar[b-to6z2w28er] {
        display: none;
    }

    .authenticated-user-email[b-to6z2w28er] {
        display: flex;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 912px) {
}

@media (max-width: 992px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 1079px) {
    .span-username[b-to6z2w28er] {
        display: none;
    }
}

@media (max-width: 1232px) {
}

@media (max-width: 1250px) {
}

@media (max-width: 1279px) {
    .header-nav[b-to6z2w28er] {
/*        font-size: 0.9rem;*/
        gap:0rem;
    }
    .btn-signout[b-to6z2w28er]{
/*        font-size:0.9rem;*/
    }
}

@media (min-width: 1280px) {
    .header-nav[b-to6z2w28er] {
        font-size: 1rem;
        gap: 0.5rem;
    }
    .btn-signout[b-to6z2w28er]
    {
        font-size:1rem;
    }

    /* Render "YouTube Trending" and "YouTube Top Channels" as two separate top-level links
       (single markup, no duplicate <a> hrefs). The Top Channels dropdown is pulled out of its
       popup and laid inline next to Trending inside the same flex row. */
    .header-nav-trending[b-to6z2w28er] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .header-nav-trending .header-nav-dropdown-content[b-to6z2w28er] {
        display: block;
        position: static;
        min-width: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .header-nav-trending .header-nav-dropdown-content a[b-to6z2w28er] {
        padding: 13px 19px;
        color: #000000;
    }

    /* Highlight each of the two links independently on hover (not the whole combined box). */
    .header-nav-trending:hover[b-to6z2w28er] {
        background-color: transparent;
    }

    .header-nav-trending .dropbtn:hover[b-to6z2w28er],
    .header-nav-trending .header-nav-dropdown-content a:hover[b-to6z2w28er] {
        background-color: var(--header-nav-dropdown-hover-background-color);
    }
}

@media (max-width: 1366px) {
}

@media (max-width: 1450px) {
}

@media (min-width: 1451px) {
}

#blazor-error-ui[b-to6z2w28er] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-to6z2w28er] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7ri6snq34g] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.3125rem;
    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);
    background-color: #cbccda;
}

.navbar-toggler:checked[b-7ri6snq34g] {
    background-color: rgba(210, 210, 210, 0.5);
}

.top-row[b-7ri6snq34g] {
    min-height: 3.125rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7ri6snq34g] {
    display:block;
    margin:0px;
    padding:0px;
}

.bi[b-7ri6snq34g] {
    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-7ri6snq34g] {
    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-7ri6snq34g] {
    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-7ri6snq34g] {
    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-7ri6snq34g] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-7ri6snq34g] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-7ri6snq34g] {
    padding-bottom: 1rem;
}

.nav-item[b-7ri6snq34g]  .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-7ri6snq34g]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-7ri6snq34g]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* Signed-in user's email, shown above the Sign Out button in the collapsed menu. */
.nav-user-email[b-7ri6snq34g] {
    color: #d7d7d7;
    display: flex;
    align-items: center;
    min-height: 3rem;
    width: 100%;
    word-break: break-all;
}

/* Sign Out submits an SSR form post, so it's a <button>; style it to match the nav links. */
.nav-signout[b-7ri6snq34g] {
    color: #ff9d9d;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    cursor: pointer;
    text-align: left;
}

.nav-signout:hover[b-7ri6snq34g] {
    background-color: rgba(255,255,255,0.1);
    color: #ffbdbd;
}

.nav-scrollable[b-7ri6snq34g] {
    display: none;
    position: absolute;
    left: 0px;
    width: 100%;
    background-color: var(--nav-scrollable-background-color);
    z-index: 3;
}

/* Small red pulsating "live" dot on the YouTube Trending link, mirroring the one in
   MainLayout. The nav link is a full-width flex row, so the dot sits inline just after
   the label (raised toward the top like a superscript badge) rather than being absolutely
   positioned at the far right edge of the row. */
.trending-live-dot[b-7ri6snq34g] {
    align-self: flex-start;
    width: 8px;
    height: 8px;
    margin-top: 0.2rem;
    margin-left: 0.4rem;
    border-radius: 50%;
    background-color: #ff0000;
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
    animation: trending-pulse-b-7ri6snq34g 1.5s ease-out infinite;
    pointer-events: none;
}

@keyframes trending-pulse-b-7ri6snq34g {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(255, 0, 0, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

/* Respect users who prefer reduced motion: show the dot, but don't animate it */
@media (prefers-reduced-motion: reduce) {
    .trending-live-dot[b-7ri6snq34g] {
        animation: none;
    }
}

.navbar-toggler:checked ~ .nav-scrollable[b-7ri6snq34g] {
    display: block;
}

@media (min-width: 768px) {
    .navbar-toggler[b-7ri6snq34g] {
        display: none;
    }

    .nav-scrollable[b-7ri6snq34g] {
        /* 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/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-isbdf5k7pf],
.components-reconnect-repeated-attempt-visible[b-isbdf5k7pf],
.components-reconnect-failed-visible[b-isbdf5k7pf],
.components-pause-visible[b-isbdf5k7pf],
.components-resume-failed-visible[b-isbdf5k7pf],
.components-rejoining-animation[b-isbdf5k7pf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-isbdf5k7pf],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-isbdf5k7pf],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-isbdf5k7pf],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-isbdf5k7pf],
#components-reconnect-modal.components-reconnect-retrying[b-isbdf5k7pf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-isbdf5k7pf],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-isbdf5k7pf],
#components-reconnect-modal.components-reconnect-failed[b-isbdf5k7pf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-isbdf5k7pf] {
    display: block;
}


#components-reconnect-modal[b-isbdf5k7pf] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-isbdf5k7pf 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-isbdf5k7pf 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-isbdf5k7pf 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-isbdf5k7pf]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-isbdf5k7pf 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-isbdf5k7pf {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-isbdf5k7pf {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-isbdf5k7pf {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-isbdf5k7pf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-isbdf5k7pf] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-isbdf5k7pf] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-isbdf5k7pf] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-isbdf5k7pf] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-isbdf5k7pf] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-isbdf5k7pf] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-isbdf5k7pf 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-isbdf5k7pf] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-isbdf5k7pf {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/*
    Home page styling. Uses the same brand palette as the Features/Pricing pages (see the ft-*
    block in app.css) so the marketing pages read as one set; the ft-grid / ft-card / ft-cta /
    ft-btn classes are reused directly from there and only the home-specific pieces are defined
    below under an hm- prefix.

    Palette: #0527f4 brand blue, #15103a headings, #6b6890 body copy, #f0eefd tint, #e6e4f5 borders.
*/

.hm-hero[b-rztqyndlvl],
.hm-section[b-rztqyndlvl] {
    max-width: 1080px;
    margin: 0 auto;
}

/* ---------------------------------------------------------------------------- Hero ---- */

.hm-hero[b-rztqyndlvl] {
    text-align: center;
    padding: 2.5rem 0 1rem 0;
}

.hm-eyebrow[b-rztqyndlvl] {
    display: inline-block;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #0527f4;
    background: #f0eefd;
    padding: .35rem .85rem;
    border-radius: 999px;
    margin-bottom: 1.15rem;
}

.hm-hero h1[b-rztqyndlvl] {
    font-weight: 800;
    color: #15103a;
    font-size: clamp(1.85rem, 4vw, 2.9rem);
    line-height: 1.18;
    margin-bottom: 1.1rem;
}

.hm-lede[b-rztqyndlvl] {
    color: #6b6890;
    font-size: 1.06rem;
    line-height: 1.65;
    max-width: 780px;
    margin: 0 auto 2.25rem auto;
}

.hm-search-card[b-rztqyndlvl] {
    background: #fff;
    border: 1px solid #e6e4f5;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(20, 12, 80, .07);
    padding: 1.75rem 1.6rem 1.5rem 1.6rem;
    max-width: 640px;
    margin: 0 auto;
    text-align: left;
}

.hm-search-title[b-rztqyndlvl] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #15103a;
    margin-bottom: 1rem;
}

.hm-search-btn[b-rztqyndlvl] {
    width: 140px;
}

.hm-search-examples[b-rztqyndlvl] {
    margin: 1rem 0 0 0;
    font-size: .88rem;
    color: #6b6890;
}

    .hm-search-examples a[b-rztqyndlvl] {
        color: #0527f4;
        text-decoration: none;
    }

        .hm-search-examples a:hover[b-rztqyndlvl] {
            text-decoration: underline;
        }

.hm-sep[b-rztqyndlvl] {
    color: #c8c4e4;
    margin: 0 .2rem;
}

.hm-hero-note[b-rztqyndlvl] {
    margin: 1.5rem auto 0 auto;
    max-width: 640px;
    font-size: .88rem;
    color: #6b6890;
}

/* ------------------------------------------------------------------------ Sections ---- */

.hm-section[b-rztqyndlvl] {
    padding: 3.25rem 0 0 0;
}

.hm-section-head[b-rztqyndlvl] {
    margin-bottom: 2rem;
}

    .hm-section-head h2[b-rztqyndlvl] {
        font-weight: 800;
        color: #15103a;
        font-size: clamp(1.5rem, 2.6vw, 2rem);
        margin-bottom: .6rem;
    }

    .hm-section-head p[b-rztqyndlvl] {
        color: #6b6890;
        font-size: 1rem;
        max-width: 760px;
        margin: 0;
    }

.hm-prose p[b-rztqyndlvl] {
    color: #33305a;
    line-height: 1.7;
    max-width: 840px;
    margin-bottom: 1rem;
}

.hm-muted[b-rztqyndlvl] {
    color: #6b6890;
    font-size: .95rem;
    margin-top: 1.5rem;
}

.hm-center[b-rztqyndlvl] {
    text-align: center;
}

/* ------------------------------------------------------------------- How it works ---- */

.hm-steps[b-rztqyndlvl] {
    list-style: none;
    counter-reset: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.hm-step[b-rztqyndlvl] {
    border: 1px solid #e6e4f5;
    border-radius: 14px;
    background: #fff;
    padding: 1.75rem 1.6rem;
    box-shadow: 0 4px 14px rgba(20, 12, 80, .05);
}

.hm-step-num[b-rztqyndlvl] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #0527f4;
    color: #fff;
    font-weight: 800;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.hm-step h3[b-rztqyndlvl] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #15103a;
    margin-bottom: .55rem;
}

.hm-step p[b-rztqyndlvl] {
    color: #6b6890;
    font-size: .95rem;
    line-height: 1.6;
    margin: 0;
}

/* --------------------------------------------------------------------- Use cases ---- */

/* Deliberately wide track minimum: there are four use cases, so this settles on a 2x2 at desktop
   instead of the lopsided 3 + 1 a 300px minimum produces at the 1080px content width. */
.hm-use-grid[b-rztqyndlvl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 1.75rem 2.25rem;
}

.hm-use h3[b-rztqyndlvl] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #15103a;
    margin-bottom: .45rem;
    padding-left: .9rem;
    border-left: 3px solid #0527f4;
}

.hm-use p[b-rztqyndlvl] {
    color: #6b6890;
    font-size: .95rem;
    line-height: 1.6;
    margin: 0;
    padding-left: .9rem;
}

/* ---------------------------------------------------------------- Explore / links ---- */

.hm-links[b-rztqyndlvl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem 2.5rem;
}

.hm-links-col h3[b-rztqyndlvl] {
    font-size: 1rem;
    font-weight: 700;
    color: #15103a;
    margin-bottom: .75rem;
}

.hm-links-col ul[b-rztqyndlvl] {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 1.5rem;
}

.hm-links-col li[b-rztqyndlvl] {
    padding: .3rem 0;
    break-inside: avoid;
}

.hm-links-col a[b-rztqyndlvl] {
    color: #0527f4;
    text-decoration: none;
    font-size: .93rem;
}

    .hm-links-col a:hover[b-rztqyndlvl] {
        text-decoration: underline;
    }

/* ------------------------------------------------------------------------- FAQ ---- */

.hm-faq[b-rztqyndlvl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.25rem 2.5rem;
}

.hm-faq-item h3[b-rztqyndlvl] {
    font-size: 1.02rem;
    font-weight: 700;
    color: #15103a;
    margin-bottom: .4rem;
}

.hm-faq-item p[b-rztqyndlvl] {
    color: #6b6890;
    font-size: .94rem;
    line-height: 1.6;
    margin: 0;
}

/* ------------------------------------------------- Popular-channel card carry-overs ---- */

.hover-card[b-rztqyndlvl] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    .hover-card:hover[b-rztqyndlvl] {
        transform: translateY(-5px);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

.card-title a:hover[b-rztqyndlvl] {
    color: #dc3545 !important;
    text-decoration: underline !important;
}

.hm-badge-link[b-rztqyndlvl] {
    color: #ffffff;
}

    .hm-badge-link:hover[b-rztqyndlvl] {
        color: #bdbdbd;
    }

/* ------------------------------------------------------------------------ Mobile ---- */

@media (max-width: 575.98px) {
    .hm-hero[b-rztqyndlvl] {
        padding-top: 1.5rem;
    }

    .hm-search-card[b-rztqyndlvl] {
        padding: 1.25rem 1rem;
    }

    .hm-search-btn[b-rztqyndlvl] {
        width: auto;
    }

    .hm-links-col ul[b-rztqyndlvl] {
        columns: 1;
    }
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
/*
    Scoped styles for Privacy.razor (Blazor CSS isolation).
    Every selector here is automatically scoped to this component, so it
    won't affect the rest of your app. Override any --pp-* variable from a
    parent (e.g. set --pp-accent to your brand colour) if you want.
*/

.privacy[b-27w0nh8q4e] {
    --pp-max-width: 760px;
    --pp-text: #1f2933;
    --pp-heading: #111827;
    --pp-muted: #6b7280;
    --pp-accent: #0527f4; /* YouTube-ish red; change to your brand colour */
    --pp-border: #e5e7eb;
    --pp-callout-bg: #f8f9fb;
    max-width: var(--pp-max-width);
    margin: 0 auto;
    padding: 2rem 1.25rem 4rem;
    color: var(--pp-text);
    font-size: 1rem;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

    /* ---- Headings ---------------------------------------------------------- */

    .privacy h1[b-27w0nh8q4e] {
        color: var(--pp-heading);
        font-size: clamp(1.75rem, 4vw, 2.25rem);
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: -0.01em;
        margin: 0.25rem 0 1rem;
    }

    .privacy h2[b-27w0nh8q4e] {
        color: var(--pp-heading);
        font-size: 1.35rem;
        font-weight: 650;
        line-height: 1.3;
        margin: 0 0 1rem;
    }

    /* Hairline separator above each numbered section for clear structure */
    .privacy section[b-27w0nh8q4e] {
        margin-top: 2.75rem;
        padding-top: 2.25rem;
        border-top: 1px solid var(--pp-border);
    }

    .privacy h3[b-27w0nh8q4e] {
        color: var(--pp-heading);
        font-size: 1.05rem;
        font-weight: 650;
        line-height: 1.4;
        margin: 1.75rem 0 0.65rem;
    }

    /* ---- Body -------------------------------------------------------------- */

    .privacy p[b-27w0nh8q4e] {
        margin: 0 0 1rem;
    }

    .privacy ul[b-27w0nh8q4e] {
        margin: 0 0 1rem;
        padding-left: 1.35rem;
    }

    .privacy li[b-27w0nh8q4e] {
        margin-bottom: 0.6rem;
    }

        .privacy li[b-27w0nh8q4e]::marker {
            color: var(--pp-muted);
        }

    .privacy strong[b-27w0nh8q4e] {
        font-weight: 650;
        color: var(--pp-heading);
    }

    /* ---- Links ------------------------------------------------------------- */

    .privacy a[b-27w0nh8q4e] {
        color: var(--pp-accent);
        text-decoration: none;
        border-bottom: 1px solid color-mix(in srgb, var(--pp-accent) 35%, transparent);
        overflow-wrap: anywhere;
        transition: border-color 0.15s ease;
    }

        .privacy a:hover[b-27w0nh8q4e] {
            border-bottom-color: var(--pp-accent);
        }

        .privacy a:focus-visible[b-27w0nh8q4e] {
            outline: 2px solid var(--pp-accent);
            outline-offset: 2px;
            border-radius: 2px;
        }

/* ---- Intro block ------------------------------------------------------- */

.privacy__intro[b-27w0nh8q4e] {
    margin-bottom: 2.5rem;
}

.privacy__eyebrow[b-27w0nh8q4e] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 650;
    color: var(--pp-accent);
    margin: 0 0 0.5rem;
}

/* ---- Title + effective date ------------------------------------------- */

.privacy__meta[b-27w0nh8q4e] {
    margin-bottom: 1.5rem;
}

.privacy__title[b-27w0nh8q4e] {
    margin-bottom: 0.35rem;
}

.privacy__date[b-27w0nh8q4e] {
    color: var(--pp-muted);
    font-size: 0.92rem;
    margin: 0;
}

    .privacy__date strong[b-27w0nh8q4e] {
        color: var(--pp-muted);
    }

/* ---- Consent callout --------------------------------------------------- */

.privacy__consent[b-27w0nh8q4e] {
    background: var(--pp-callout-bg);
    border: 1px solid var(--pp-border);
    border-left: 3px solid var(--pp-accent);
    border-radius: 6px;
    padding: 1rem 1.15rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--pp-heading);
}

/* ---- Contact block ----------------------------------------------------- */

.privacy__contact[b-27w0nh8q4e] {
    font-style: normal;
    line-height: 1.8;
}

/* ---- Small screens ----------------------------------------------------- */

@media (max-width: 600px) {
    .privacy[b-27w0nh8q4e] {
        padding: 1.5rem 1rem 3rem;
    }

        .privacy section[b-27w0nh8q4e] {
            margin-top: 2.25rem;
            padding-top: 1.75rem;
        }
}
/* /Components/Pages/SignIn.razor.rz.scp.css */
/*
    Scoped styles for SignIn.razor (Blazor CSS isolation).
    Colours mirror the site design system: brand #0527f4, card border #e6e4f5,
    heading #15103a, muted text #6b6890.
*/

.signin[b-7ferhcybxw] {
    display: flex;
    justify-content: center;
    padding: 2.5rem 1rem 4rem;
}

.signin-card[b-7ferhcybxw] {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border: 1px solid #e6e4f5;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(20, 12, 80, .05);
    padding: 2rem 1.85rem 2.15rem;
}

.signin-card__title[b-7ferhcybxw] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #15103a;
    text-align: center;
    margin: 0 0 1.5rem;
}

/* ---- Error returned from the Google callback (query string) ------------- */

.signin-alert[b-7ferhcybxw] {
    background: #fdecea;
    border: 1px solid #f5c6c2;
    color: #b32121;
    border-radius: 8px;
    padding: .65rem .85rem;
    font-size: .9rem;
    line-height: 1.45;
    margin-bottom: 1.25rem;
}

/* ---- Consent checkboxes ------------------------------------------------- */

.signin-consent[b-7ferhcybxw] {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.signin-check[b-7ferhcybxw] {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    font-size: .92rem;
    line-height: 1.45;
    color: #33305a;
    cursor: pointer;
}

.signin-check__input[b-7ferhcybxw] {
    flex: 0 0 auto;
    width: 1.05rem;
    height: 1.05rem;
    margin-top: .12rem;
    accent-color: #0527f4;
    cursor: pointer;
}

.signin-check a[b-7ferhcybxw] {
    color: #0527f4;
    text-decoration: none;
    border-bottom: 1px solid color-mix(in srgb, #0527f4 35%, transparent);
    transition: border-color .15s ease;
}

    .signin-check a:hover[b-7ferhcybxw] {
        border-bottom-color: #0527f4;
    }

/* ---- Reserved error slot (above the button) ----------------------------- */
/* visibility (not display) keeps the box in the layout so nothing shifts
   when the message toggles on. */

.signin-error[b-7ferhcybxw] {
    visibility: hidden;
    background: #fdecea;
    border: 1px solid #f5c6c2;
    color: #b32121;
    border-radius: 8px;
    padding: .55rem .7rem;
    font-size: .85rem;
    line-height: 1.4;
    margin: .95rem 0;
}

    .signin-error.is-visible[b-7ferhcybxw] {
        visibility: visible;
    }

/* ---- Google button + gate ---------------------------------------------- */

.signin-google-row[b-7ferhcybxw] {
    display: flex;
    justify-content: center;
}

.signin-google[b-7ferhcybxw] {
    position: relative;
    display: inline-block;
    transition: opacity .15s ease;
}

    /* Grey the real Google button out while the gate is closed. */
    .signin-google.is-disabled[b-7ferhcybxw] {
        opacity: .55;
    }

.signin-google__shield[b-7ferhcybxw] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 4px;
    cursor: not-allowed;
}

    .signin-google__shield:focus-visible[b-7ferhcybxw] {
        outline: 2px solid #0527f4;
        outline-offset: 2px;
    }

@media (max-width: 480px) {
    .signin[b-7ferhcybxw] {
        padding: 1.75rem 1rem 3rem;
    }

    .signin-card[b-7ferhcybxw] {
        padding: 1.6rem 1.35rem 1.85rem;
    }
}
/* /Components/Pages/SignUp.razor.rz.scp.css */
/*
    Scoped styles for SignUp.razor (Blazor CSS isolation).
    Mirrors SignIn.razor.css so both auth pages share the same look.
    Colours mirror the site design system: brand #0527f4, card border #e6e4f5,
    heading #15103a, muted text #6b6890.
*/

.signin[b-r92lp6cg93] {
    display: flex;
    justify-content: center;
    padding: 2.5rem 1rem 4rem;
}

.signin-card[b-r92lp6cg93] {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border: 1px solid #e6e4f5;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(20, 12, 80, .05);
    padding: 2rem 1.85rem 2.15rem;
}

.signin-card__title[b-r92lp6cg93] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #15103a;
    text-align: center;
    margin: 0 0 1.5rem;
}

/* ---- Error / success banners ------------------------------------------- */

.signin-alert[b-r92lp6cg93] {
    background: #fdecea;
    border: 1px solid #f5c6c2;
    color: #b32121;
    border-radius: 8px;
    padding: .65rem .85rem;
    font-size: .9rem;
    line-height: 1.45;
    margin-bottom: 1.25rem;
}

.signin-success[b-r92lp6cg93] {
    background: #eafaf0;
    border: 1px solid #bfe6cd;
    color: #1c6b3c;
    border-radius: 8px;
    padding: .65rem .85rem;
    font-size: .9rem;
    line-height: 1.45;
    margin-bottom: 1.25rem;
}

/* ---- Consent checkboxes ------------------------------------------------- */

.signin-consent[b-r92lp6cg93] {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.signin-check[b-r92lp6cg93] {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    font-size: .92rem;
    line-height: 1.45;
    color: #33305a;
    cursor: pointer;
}

.signin-check__input[b-r92lp6cg93] {
    flex: 0 0 auto;
    width: 1.05rem;
    height: 1.05rem;
    margin-top: .12rem;
    accent-color: #0527f4;
    cursor: pointer;
}

.signin-check a[b-r92lp6cg93] {
    color: #0527f4;
    text-decoration: none;
    border-bottom: 1px solid color-mix(in srgb, #0527f4 35%, transparent);
    transition: border-color .15s ease;
}

    .signin-check a:hover[b-r92lp6cg93] {
        border-bottom-color: #0527f4;
    }

/* ---- Reserved error slot (above the button) ----------------------------- */
/* visibility (not display) keeps the box in the layout so nothing shifts
   when the message toggles on. */

.signin-error[b-r92lp6cg93] {
    visibility: hidden;
    background: #fdecea;
    border: 1px solid #f5c6c2;
    color: #b32121;
    border-radius: 8px;
    padding: .55rem .7rem;
    font-size: .85rem;
    line-height: 1.4;
    margin: .95rem 0;
}

    .signin-error.is-visible[b-r92lp6cg93] {
        visibility: visible;
    }

/* ---- Google button + gate ---------------------------------------------- */

.signin-google-row[b-r92lp6cg93] {
    display: flex;
    justify-content: center;
}

.signin-google[b-r92lp6cg93] {
    position: relative;
    display: inline-block;
    transition: opacity .15s ease;
}

    /* Grey the real Google button out while the gate is closed. */
    .signin-google.is-disabled[b-r92lp6cg93] {
        opacity: .55;
    }

.signin-google__shield[b-r92lp6cg93] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 4px;
    cursor: not-allowed;
}

    .signin-google__shield:focus-visible[b-r92lp6cg93] {
        outline: 2px solid #0527f4;
        outline-offset: 2px;
    }

@media (max-width: 480px) {
    .signin[b-r92lp6cg93] {
        padding: 1.75rem 1rem 3rem;
    }

    .signin-card[b-r92lp6cg93] {
        padding: 1.6rem 1.35rem 1.85rem;
    }
}
/* /Components/Pages/Terms.razor.rz.scp.css */
/*
    Scoped styles for Terms.razor (Blazor CSS isolation).
    These mirror Privacy.razor.css so the two legal pages match. Every
    selector here is automatically scoped to this component. Override any
    --tos-* variable from a parent (e.g. set --tos-accent to your brand
    colour) if you want.

    Tip: if you'd rather not duplicate these rules, move the shared
    declarations into a global stylesheet under a common class and keep
    only page-specific overrides here.
*/

.terms[b-xwhfy956xg] {
    --tos-max-width: 760px;
    --tos-text: #1f2933;
    --tos-heading: #111827;
    --tos-muted: #6b7280;
    --tos-accent: #0527f4; /* YouTube-ish red; change to your brand colour */
    --tos-border: #e5e7eb;
    --tos-callout-bg: #f8f9fb;
    max-width: var(--tos-max-width);
    margin: 0 auto;
    padding: 2rem 1.25rem 4rem;
    color: var(--tos-text);
    font-size: 1rem;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* ---- Headings ---------------------------------------------------------- */

.terms h1[b-xwhfy956xg] {
    color: var(--tos-heading);
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0.25rem 0 1rem;
}

.terms h2[b-xwhfy956xg] {
    color: var(--tos-heading);
    font-size: 1.35rem;
    font-weight: 650;
    line-height: 1.3;
    margin: 0 0 1rem;
}

/* Hairline separator above each numbered section for clear structure */
.terms section[b-xwhfy956xg] {
    margin-top: 2.75rem;
    padding-top: 2.25rem;
    border-top: 1px solid var(--tos-border);
}

.terms h3[b-xwhfy956xg] {
    color: var(--tos-heading);
    font-size: 1.05rem;
    font-weight: 650;
    line-height: 1.4;
    margin: 1.75rem 0 0.65rem;
}

/* ---- Body -------------------------------------------------------------- */

.terms p[b-xwhfy956xg] {
    margin: 0 0 1rem;
}

.terms ul[b-xwhfy956xg] {
    margin: 0 0 1rem;
    padding-left: 1.35rem;
}

.terms li[b-xwhfy956xg] {
    margin-bottom: 0.6rem;
}

.terms li[b-xwhfy956xg]::marker {
    color: var(--tos-muted);
}

.terms strong[b-xwhfy956xg] {
    font-weight: 650;
    color: var(--tos-heading);
}

/* ---- Links ------------------------------------------------------------- */

.terms a[b-xwhfy956xg] {
    color: var(--tos-accent);
    text-decoration: none;
    border-bottom: 1px solid color-mix(in srgb, var(--tos-accent) 35%, transparent);
    overflow-wrap: anywhere;
    transition: border-color 0.15s ease;
}

.terms a:hover[b-xwhfy956xg] {
    border-bottom-color: var(--tos-accent);
}

.terms a:focus-visible[b-xwhfy956xg] {
    outline: 2px solid var(--tos-accent);
    outline-offset: 2px;
    border-radius: 2px;
}

/* ---- Intro block ------------------------------------------------------- */

.terms__intro[b-xwhfy956xg] {
    margin-bottom: 2.5rem;
}

.terms__eyebrow[b-xwhfy956xg] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 650;
    color: var(--tos-accent);
    margin: 0 0 0.5rem;
}

/* ---- Title + effective date ------------------------------------------- */

.terms__meta[b-xwhfy956xg] {
    margin-bottom: 1.5rem;
}

.terms__title[b-xwhfy956xg] {
    margin-bottom: 0.35rem;
}

.terms__date[b-xwhfy956xg] {
    color: var(--tos-muted);
    font-size: 0.92rem;
    margin: 0;
}

.terms__date strong[b-xwhfy956xg] {
    color: var(--tos-muted);
}

/* ---- Acceptance callout ------------------------------------------------ */

.terms__consent[b-xwhfy956xg] {
    background: var(--tos-callout-bg);
    border: 1px solid var(--tos-border);
    border-left: 3px solid var(--tos-accent);
    border-radius: 6px;
    padding: 1rem 1.15rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--tos-heading);
}

/* ---- Contact block ----------------------------------------------------- */

.terms__contact[b-xwhfy956xg] {
    font-style: normal;
    line-height: 1.8;
}

/* ---- Small screens ----------------------------------------------------- */

@media (max-width: 600px) {
    .terms[b-xwhfy956xg] {
        padding: 1.5rem 1rem 3rem;
    }

    .terms section[b-xwhfy956xg] {
        margin-top: 2.25rem;
        padding-top: 1.75rem;
    }
}
