/* /Components/Layout/LandingLayout.razor.rz.scp.css */
.landing-page[b-s8ui5zfw44] {
    position: relative;
    min-height: 100vh;
    width: 100%;
    background: #0b0e1a;
    overflow: hidden;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-u9l8ucopxu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u9l8ucopxu] {
    flex: 1;
}

.sidebar[b-u9l8ucopxu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u9l8ucopxu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u9l8ucopxu]  a, .top-row[b-u9l8ucopxu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-u9l8ucopxu]  a:hover, .top-row[b-u9l8ucopxu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-u9l8ucopxu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-u9l8ucopxu] {
        justify-content: space-between;
    }

    .top-row[b-u9l8ucopxu]  a, .top-row[b-u9l8ucopxu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u9l8ucopxu] {
        flex-direction: row;
    }

    .sidebar[b-u9l8ucopxu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u9l8ucopxu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-u9l8ucopxu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-u9l8ucopxu], article[b-u9l8ucopxu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-u9l8ucopxu] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-u9l8ucopxu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0jvvqnus3l] {
    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-0jvvqnus3l] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-0jvvqnus3l] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0jvvqnus3l] {
    font-size: 1.1rem;
}

.bi[b-0jvvqnus3l] {
    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-0jvvqnus3l] {
    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-0jvvqnus3l] {
    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-0jvvqnus3l] {
    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-0jvvqnus3l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0jvvqnus3l] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0jvvqnus3l] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0jvvqnus3l]  .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-0jvvqnus3l]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-0jvvqnus3l]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-0jvvqnus3l] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-0jvvqnus3l] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0jvvqnus3l] {
        display: none;
    }

    .nav-scrollable[b-0jvvqnus3l] {
        /* 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-u6f4w82rms],
.components-reconnect-repeated-attempt-visible[b-u6f4w82rms],
.components-reconnect-failed-visible[b-u6f4w82rms],
.components-pause-visible[b-u6f4w82rms],
.components-resume-failed-visible[b-u6f4w82rms],
.components-rejoining-animation[b-u6f4w82rms] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-u6f4w82rms],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-u6f4w82rms],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-u6f4w82rms],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-u6f4w82rms],
#components-reconnect-modal.components-reconnect-retrying[b-u6f4w82rms],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-u6f4w82rms],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-u6f4w82rms],
#components-reconnect-modal.components-reconnect-failed[b-u6f4w82rms],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-u6f4w82rms] {
    display: block;
}


#components-reconnect-modal[b-u6f4w82rms] {
    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-u6f4w82rms 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-u6f4w82rms 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-u6f4w82rms 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-u6f4w82rms]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-u6f4w82rms 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-u6f4w82rms {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-u6f4w82rms {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-u6f4w82rms {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-u6f4w82rms] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-u6f4w82rms] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-u6f4w82rms] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-u6f4w82rms] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-u6f4w82rms] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-u6f4w82rms] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-u6f4w82rms] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-u6f4w82rms 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-u6f4w82rms] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-u6f4w82rms {
    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/BottomNav.razor.rz.scp.css */
.bottom-nav[b-cctum74zvq] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    display: flex;
    justify-content: center;
    background: #0b0e1a;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: env(safe-area-inset-bottom);
}

.bottom-nav-inner[b-cctum74zvq] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 360px;
    padding: 0.4rem 0.75rem 0.45rem;
    box-sizing: border-box;
}

.nav-item[b-cctum74zvq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 48px;
    color: #a6acc3;
    text-decoration: none;
    transition: color 0.2s ease;
}

.nav-item svg[b-cctum74zvq] {
    width: 22px;
    height: 22px;
}

.nav-label[b-cctum74zvq] {
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.nav-item:hover[b-cctum74zvq] {
    color: #f5f6fa;
    text-decoration: none;
}

.nav-item.active[b-cctum74zvq] {
    color: #5aa9ff;
}

@media (min-width: 720px) {
    .bottom-nav-inner[b-cctum74zvq] {
        max-width: 620px;
    }
}
/* /Components/Pages/ChainWelcome.razor.rz.scp.css */
.home[b-3fzhwak006] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 0.75rem 0.75rem 6.5rem;
    color: #f5f6fa;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

.home-content[b-3fzhwak006] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 430px;
    margin-top: 0;
}

.heading[b-3fzhwak006] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    font-size: 1.625rem;
    line-height: 1.08;
    font-weight: 800;
    margin: 0 0 0.1rem;
    letter-spacing: 0.01em;
}

.heading-line[b-3fzhwak006] {
    display: block;
    color: #f5f6fa;
}

.heading-accent[b-3fzhwak006] {
    background: linear-gradient(90deg, #5aa9ff, #b06bff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.heading[b-3fzhwak006]::after {
    content: '';
    display: block;
    width: 2.75rem;
    height: 3px;
    margin-top: 0.4rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #5aa9ff, #9b6bff, #ff6bb5);
    box-shadow: 0 0 12px rgba(90, 169, 255, 0.55);
}

.subtitle[b-3fzhwak006] {
    color: #b9bfd9;
    font-size: 0.95rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin: 0 0 0.25rem;
}

.graph-wrap[b-3fzhwak006] {
    width: 100%;
    max-width: 430px;
    align-self: center;
    margin: 0 0 0.9rem;
}

.graph[b-3fzhwak006] {
    width: 100%;
    height: auto;
    display: block;
}

.edge[b-3fzhwak006] {
    stroke-width: 2;
    stroke-opacity: 0.55;
    stroke-linecap: round;
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    animation: edge-draw-b-3fzhwak006 0.7s ease forwards;
}

.scatter-dot[b-3fzhwak006] {
    fill: #5aa9ff;
    fill-opacity: 0.3;
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(1.35);
}

.orbit-ring[b-3fzhwak006] {
    fill: none;
    stroke: #5aa9ff;
}

.orbit-ring--outer[b-3fzhwak006] {
    stroke-opacity: 0.07;
    stroke-width: 1;
    stroke-dasharray: 2 8;
}

.orbit-ring--inner[b-3fzhwak006] {
    stroke-opacity: 0.045;
    stroke-width: 1;
    stroke-dasharray: 1 6;
}

.placeholder-node[b-3fzhwak006] {
    fill: rgba(255, 255, 255, 0.02);
    stroke: rgba(255, 255, 255, 0.12);
    stroke-width: 1;
    stroke-dasharray: 4 4;
}

.center-halo[b-3fzhwak006] {
    fill: url(#brandGrad);
    fill-opacity: 0.12;
    filter: blur(9px);
}

.center-glow[b-3fzhwak006] {
    fill: #5aa9ff;
    fill-opacity: 0.2;
    filter: blur(2px);
}

.center-ring[b-3fzhwak006] {
    fill: #0b0e1a;
    stroke: url(#brandGrad);
    stroke-width: 2;
}

.center-initials[b-3fzhwak006] {
    fill: #f5f6fa;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.center-name[b-3fzhwak006] {
    fill: #e7eaf4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.you-chip[b-3fzhwak006] {
    fill: #5aa9ff;
    fill-opacity: 0.18;
}

.you-chip-text[b-3fzhwak006] {
    fill: #5aa9ff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.person-node[b-3fzhwak006] {
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
    animation: node-pop-b-3fzhwak006 0.5s ease forwards;
    cursor: pointer;
    outline: none;
}

.person-node:hover .node-ring[b-3fzhwak006],
.person-node:focus-visible .node-ring[b-3fzhwak006] {
    stroke-width: 3;
}

.person-node:hover .node-glow[b-3fzhwak006],
.person-node:focus-visible .node-glow[b-3fzhwak006] {
    fill-opacity: 0.32;
}

.person-node:hover .person-name[b-3fzhwak006],
.person-node:focus-visible .person-name[b-3fzhwak006] {
    fill: #ffffff;
}

.node-glow[b-3fzhwak006] {
    fill-opacity: 0.2;
    filter: blur(1.5px);
    transition: fill-opacity 0.15s ease;
}

.node-ring[b-3fzhwak006] {
    fill: #0b0e1a;
    stroke-width: 1.75;
    transition: stroke-width 0.15s ease;
}

.person-initials[b-3fzhwak006] {
    fill: #f5f6fa;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.person-name[b-3fzhwak006] {
    fill: #f5f6fa;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    stroke: #0b0e1a;
    stroke-width: 2.5px;
    paint-order: stroke;
    stroke-linejoin: round;
}

@keyframes edge-draw-b-3fzhwak006 {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes node-pop-b-3fzhwak006 {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.stats[b-3fzhwak006] {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0 1.25rem;
}

.stat-value[b-3fzhwak006] {
    font-size: 1.75rem;
    font-weight: 800;
    color: #f5f6fa;
    line-height: 1;
}

.stat-caption[b-3fzhwak006] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #a6acc3;
    letter-spacing: 0.02em;
}

.cta-button[b-3fzhwak006] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: linear-gradient(90deg, #5aa9ff, #9b6bff);
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(90, 169, 255, 0.25);
    transition: transform 0.15s ease;
    text-decoration: none;
    min-height: 48px;
    align-self: center;
}

.cta-button--secondary[b-3fzhwak006] {
    background: rgba(255, 255, 255, 0.06);
    color: #f5f6fa;
    box-shadow: none;
}

.cta-button:hover[b-3fzhwak006] {
    transform: translateY(-2px);
}

.arrow[b-3fzhwak006] {
    font-size: 1rem;
}

@media (min-width: 720px) {
    .home-content[b-3fzhwak006] {
        max-width: 680px;
    }

    .heading[b-3fzhwak006] {
        font-size: 3.2rem;
        line-height: 1.18;
        gap: 0.15rem;
        margin-bottom: 0.25rem;
    }

    .subtitle[b-3fzhwak006] {
        font-size: 1.15rem;
    }

    .graph-wrap[b-3fzhwak006] {
        max-width: 640px;
    }

    .stat-value[b-3fzhwak006] {
        font-size: 2.4rem;
    }

    .stat-caption[b-3fzhwak006] {
        font-size: 1.1rem;
    }
}
/* /Components/Pages/Friends.razor.rz.scp.css */
.friends[b-p91a7u103d] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 1.25rem 1.5rem 6.5rem;
    color: #f5f6fa;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

.friends-content[b-p91a7u103d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-top: 0;
}

.heading[b-p91a7u103d] {
    font-size: 2.4rem;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 0.75rem;
    letter-spacing: 0.02em;
}

.subtitle[b-p91a7u103d] {
    color: #a6acc3;
    font-size: 1.05rem;
    margin: 0 0 2rem;
}

.share-section[b-p91a7u103d],
.requests-section[b-p91a7u103d],
.chain-section[b-p91a7u103d] {
    width: 100%;
    margin-top: 1.75rem;
    text-align: left;
}

.section-title[b-p91a7u103d] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #a6acc3;
    margin: 0 0 0.5rem;
}

.section-hint[b-p91a7u103d] {
    color: #a6acc3;
    font-size: 0.85rem;
    margin: 0 0 0.75rem;
}

.share-row[b-p91a7u103d] {
    display: flex;
    gap: 0.5rem;
    width: 100%;
}

.share-input[b-p91a7u103d] {
    flex: 1;
    min-width: 0;
    min-height: 44px;
    box-sizing: border-box;
    padding: 0.65rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: #a6acc3;
    font-size: 0.8rem;
    font-family: inherit;
    outline: none;
}

.copy-button[b-p91a7u103d] {
    flex: 0 0 auto;
    min-width: 84px;
    min-height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(90, 169, 255, 0.5);
    background: transparent;
    color: #5aa9ff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
    padding: 0.5rem 1rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.copy-button:hover[b-p91a7u103d] {
    background: rgba(90, 169, 255, 0.12);
}

.copy-button.is-copied[b-p91a7u103d] {
    color: #10131f;
    background: #5aa9ff;
    border-color: #5aa9ff;
}

.empty[b-p91a7u103d] {
    color: #a6acc3;
    font-size: 0.9rem;
    margin: 0.25rem 0 0;
}

.request-list[b-p91a7u103d],
.friend-list[b-p91a7u103d] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.request-row[b-p91a7u103d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.avatar[b-p91a7u103d] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f5f6fa;
    font-size: 0.8rem;
    font-weight: 700;
}

.avatar-img[b-p91a7u103d] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #0b0e1a;
    letter-spacing: 0.05em;
}

.request-info[b-p91a7u103d] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.name[b-p91a7u103d] {
    font-size: 1rem;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.message[b-p91a7u103d] {
    color: #a6acc3;
    font-size: 0.85rem;
    font-style: italic;
    overflow-wrap: anywhere;
}

.time[b-p91a7u103d] {
    color: #a6acc3;
    font-size: 0.7rem;
    letter-spacing: 0.03em;
}

.request-actions[b-p91a7u103d] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.approve-button[b-p91a7u103d],
.decline-button[b-p91a7u103d] {
    min-height: 44px;
    border-radius: 999px;
    border: 1px solid;
    background: transparent;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 0.35rem 0.9rem;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.approve-button[b-p91a7u103d] {
    color: #5aa9ff;
    border-color: rgba(90, 169, 255, 0.5);
}

.approve-button:hover[b-p91a7u103d] {
    background: rgba(90, 169, 255, 0.12);
}

.decline-button[b-p91a7u103d] {
    color: #a6acc3;
    border-color: rgba(255, 255, 255, 0.15);
}

.decline-button:hover[b-p91a7u103d] {
    color: #f5f6fa;
    border-color: rgba(255, 255, 255, 0.3);
}

.chain-head[b-p91a7u103d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chain-count[b-p91a7u103d] {
    min-width: 22px;
    height: 22px;
    padding: 0 0.4rem;
    border-radius: 999px;
    background: rgba(90, 169, 255, 0.15);
    color: #5aa9ff;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.friend-row[b-p91a7u103d] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.55rem 0.25rem;
}

.friend-row .name[b-p91a7u103d] {
    flex: 1;
    font-size: 1.05rem;
}

.connected[b-p91a7u103d] {
    flex: 0 0 auto;
    color: #5aa9ff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.remove-button[b-p91a7u103d] {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    color: #a6acc3;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.remove-button:hover[b-p91a7u103d] {
    color: #ff7a7a;
    border-color: rgba(255, 122, 122, 0.5);
    background: rgba(255, 122, 122, 0.08);
}

.remove-confirm[b-p91a7u103d],
.remove-cancel[b-p91a7u103d] {
    flex: 0 0 auto;
    min-height: 30px;
    border-radius: 999px;
    border: 1px solid;
    background: transparent;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 0.2rem 0.7rem;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.remove-confirm[b-p91a7u103d] {
    color: #ff7a7a;
    border-color: rgba(255, 122, 122, 0.5);
}

.remove-confirm:hover[b-p91a7u103d] {
    background: rgba(255, 122, 122, 0.12);
}

.remove-cancel[b-p91a7u103d] {
    color: #a6acc3;
    border-color: rgba(255, 255, 255, 0.15);
}

.remove-cancel:hover[b-p91a7u103d] {
    color: #f5f6fa;
    border-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 720px) {
    .friends-content[b-p91a7u103d] {
        max-width: 620px;
    }

    .heading[b-p91a7u103d] {
        font-size: 3.6rem;
    }

    .section-title[b-p91a7u103d] {
        font-size: 0.85rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-fklzi9fvn9] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 3rem 1.5rem 2rem;
    color: #f5f6fa;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

.blob[b-fklzi9fvn9] {
    position: absolute;
    border-radius: 50%;
    filter: blur(0px);
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
}

.blob-top-left[b-fklzi9fvn9] {
    top: -80px;
    left: -80px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle at 30% 30%, #2b3a67, transparent 70%);
}

.blob-bottom-right[b-fklzi9fvn9] {
    bottom: -100px;
    right: -100px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle at 70% 70%, #2b3a67, transparent 70%);
}

.logo[b-fklzi9fvn9] {
    position: relative;
    z-index: 1;
    letter-spacing: 0.25em;
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 1rem;
}

.logo-accent[b-fklzi9fvn9] {
    color: #5aa9ff;
}

.hero-content[b-fklzi9fvn9] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: auto;
    padding: 2rem 0;
    transform: translateY(-40px);
}

.headline[b-fklzi9fvn9] {
    font-size: 2.6rem;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.headline-accent[b-fklzi9fvn9] {
    background: linear-gradient(90deg, #5aa9ff, #9b7bff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.subtitle[b-fklzi9fvn9] {
    color: #a6acc3;
    font-size: 1.05rem;
    margin: 0 0 2.5rem;
}

.join-button[b-fklzi9fvn9] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: #ffffff;
    color: #10131f;
    border: none;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transition: transform 0.15s ease;
    text-decoration: none;
}

.join-button:hover[b-fklzi9fvn9],
.join-button:focus[b-fklzi9fvn9],
.join-button:visited[b-fklzi9fvn9] {
    text-decoration: none;
    color: #10131f;
}

.join-button:hover[b-fklzi9fvn9] {
    transform: translateY(-2px);
}

.arrow[b-fklzi9fvn9] {
    font-size: 1rem;
}

.login-hint[b-fklzi9fvn9] {
    margin-top: 1.1rem;
    font-size: 0.85rem;
    color: #a6acc3;
}

.login-link[b-fklzi9fvn9] {
    color: #f5f6fa;
    text-decoration: underline;
}

.chain-preview[b-fklzi9fvn9] {
    position: relative;
    z-index: 1;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 7rem;
}

.chain-teaser[b-fklzi9fvn9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    color: #a6acc3;
    margin: 0;
}

.teaser-you[b-fklzi9fvn9],
.teaser-anyone[b-fklzi9fvn9] {
    font-weight: 700;
    color: #f5f6fa;
}

.teaser-link[b-fklzi9fvn9] {
    position: relative;
    flex: 0 0 auto;
    width: 46px;
    height: 1.5px;
    background: linear-gradient(90deg, rgba(90, 169, 255, 0.65), rgba(155, 123, 255, 0.55));
}

.teaser-link[b-fklzi9fvn9]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 22%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #5aa9ff;
    transform: translate(-50%, -50%);
}
/* /Components/Pages/Invite.razor.rz.scp.css */
.invite[b-41j4on7sj4] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 3rem 1.5rem 2rem;
    color: #f5f6fa;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

.logo[b-41j4on7sj4] {
    letter-spacing: 0.25em;
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 1rem;
}

.logo-accent[b-41j4on7sj4] {
    color: #5aa9ff;
}

.profile-card[b-41j4on7sj4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 360px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 1.5rem;
    padding: 1.75rem 1.5rem 1.5rem;
    box-sizing: border-box;
    margin-bottom: 1.75rem;
}

.profile-avatar[b-41j4on7sj4] {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    padding: 3px;
    background: conic-gradient(from 210deg, #5aa9ff, #9b6bff, #f38db2, #5aa9ff);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 36px rgba(90, 169, 255, 0.25);
    margin-bottom: 0.9rem;
}

.profile-avatar-initials[b-41j4on7sj4] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0b0e1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    color: #f5f6fa;
    letter-spacing: 0.03em;
}

.profile-avatar-img[b-41j4on7sj4] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #0b0e1a;
}

.profile-name[b-41j4on7sj4] {
    font-size: 1.45rem;
    font-weight: 800;
    margin: 0 0 0.35rem;
    letter-spacing: 0.01em;
}

.profile-bio[b-41j4on7sj4] {
    color: #c3c9dc;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 0.5rem;
    max-width: 280px;
}

.profile-location[b-41j4on7sj4] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #5aa9ff;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0;
}

.invite-content[b-41j4on7sj4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-top: 3rem;
}

.heading[b-41j4on7sj4] {
    font-size: 2.4rem;
    line-height: 1.15;
    font-weight: 800;
    margin: 1.25rem 0 0.75rem;
    letter-spacing: 0.02em;
}

.heading-accent[b-41j4on7sj4] {
    background: linear-gradient(90deg, #5aa9ff, #9b6bff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.subtitle[b-41j4on7sj4] {
    color: #a6acc3;
    font-size: 1.05rem;
    margin: 0 0 2rem;
}

.message-input[b-41j4on7sj4] {
    width: 100%;
    box-sizing: border-box;
    min-height: 84px;
    padding: 0.9rem 1rem;
    margin-bottom: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    color: #f5f6fa;
    font-size: 1rem;
    font-family: inherit;
    line-height: 1.4;
    resize: none;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.message-input[b-41j4on7sj4]::placeholder {
    color: #a6acc3;
}

.message-input:focus[b-41j4on7sj4] {
    border-color: #5aa9ff;
    background: rgba(255, 255, 255, 0.05);
}

.primary-button[b-41j4on7sj4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: #ffffff;
    color: #10131f;
    border: none;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transition: transform 0.15s ease;
    text-decoration: none;
    min-height: 48px;
}

.primary-button:hover[b-41j4on7sj4] {
    transform: translateY(-2px);
    text-decoration: none;
    color: #10131f;
}

.primary-button:disabled[b-41j4on7sj4] {
    opacity: 0.6;
    cursor: default;
    transform: none;
}

.secondary-button[b-41j4on7sj4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.9rem;
    min-height: 48px;
    padding: 0.8rem 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #f5f6fa;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.secondary-button:hover[b-41j4on7sj4] {
    border-color: #5aa9ff;
    color: #5aa9ff;
    text-decoration: none;
}

.arrow[b-41j4on7sj4] {
    font-size: 1rem;
}
/* /Components/Pages/JoinChain.razor.rz.scp.css */
.onboarding[b-yyt5ahy6nt] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 3rem 1.5rem 2rem;
    color: #f5f6fa;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

.logo[b-yyt5ahy6nt] {
    position: relative;
    z-index: 1;
    letter-spacing: 0.25em;
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 1rem;
}

.logo-accent[b-yyt5ahy6nt] {
    color: #5aa9ff;
}

.onboarding-content[b-yyt5ahy6nt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-top: 3rem;
}

.heading[b-yyt5ahy6nt] {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 0.75rem;
    letter-spacing: 0.02em;
}

.subtitle[b-yyt5ahy6nt] {
    color: #a6acc3;
    font-size: 1.05rem;
    margin: 0 0 2.5rem;
}

.onboarding-form[b-yyt5ahy6nt] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 1.25rem;
}

.field[b-yyt5ahy6nt] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    text-align: left;
}

.field-label[b-yyt5ahy6nt] {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    color: #a6acc3;
    font-weight: 700;
}

.field-input[b-yyt5ahy6nt] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(166, 172, 195, 0.35);
    color: #f5f6fa;
    font-size: 1.05rem;
    padding: 0.6rem 0.1rem;
    box-sizing: border-box;
    font-family: inherit;
    min-height: 44px;
    transition: border-color 0.15s ease;
}

.field-input[b-yyt5ahy6nt]::placeholder {
    color: #565c76;
}

.field-input:focus[b-yyt5ahy6nt] {
    outline: none;
    border-bottom-color: #5aa9ff;
}

.field-input:disabled[b-yyt5ahy6nt] {
    opacity: 0.6;
}

.field-error[b-yyt5ahy6nt] {
    margin: 0;
    font-size: 0.8rem;
    color: #ff8a8a;
    text-align: left;
}

.continue-button[b-yyt5ahy6nt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: #ffffff;
    color: #10131f;
    border: none;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transition: transform 0.15s ease, opacity 0.15s ease;
    margin-top: 0.75rem;
    min-height: 48px;
}

.continue-button:not(:disabled):hover[b-yyt5ahy6nt] {
    transform: translateY(-2px);
}

.continue-button:disabled[b-yyt5ahy6nt] {
    opacity: 0.35;
    cursor: not-allowed;
    box-shadow: none;
}

.arrow[b-yyt5ahy6nt] {
    font-size: 1rem;
}

.spinner[b-yyt5ahy6nt] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(16, 19, 31, 0.25);
    border-top-color: #10131f;
    animation: spin-b-yyt5ahy6nt 0.7s linear infinite;
}

@keyframes spin-b-yyt5ahy6nt {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/JoinName.razor.rz.scp.css */
.onboarding[b-5frb0fimrh] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 3rem 1.5rem 2rem;
    color: #f5f6fa;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

.logo[b-5frb0fimrh] {
    position: relative;
    z-index: 1;
    letter-spacing: 0.25em;
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 1rem;
}

.logo-accent[b-5frb0fimrh] {
    color: #5aa9ff;
}

.onboarding-content[b-5frb0fimrh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-top: 3rem;
}

.heading[b-5frb0fimrh] {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 0.75rem;
    letter-spacing: 0.02em;
}

.subtitle[b-5frb0fimrh] {
    color: #a6acc3;
    font-size: 1.05rem;
    margin: 0 0 2.5rem;
}

.onboarding-form[b-5frb0fimrh] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 1.25rem;
}

.field[b-5frb0fimrh] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    text-align: left;
}

.field-label[b-5frb0fimrh] {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    color: #a6acc3;
    font-weight: 700;
}

.field-input[b-5frb0fimrh] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(166, 172, 195, 0.35);
    color: #f5f6fa;
    font-size: 1.05rem;
    padding: 0.6rem 0.1rem;
    box-sizing: border-box;
    font-family: inherit;
    min-height: 44px;
    transition: border-color 0.15s ease;
}

.field-input[b-5frb0fimrh]::placeholder {
    color: #565c76;
}

.field-input:focus[b-5frb0fimrh] {
    outline: none;
    border-bottom-color: #5aa9ff;
}

.field-input:disabled[b-5frb0fimrh] {
    opacity: 0.6;
}

.field-error[b-5frb0fimrh] {
    margin: 0;
    font-size: 0.8rem;
    color: #ff8a8a;
    text-align: left;
}

.continue-button[b-5frb0fimrh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: #ffffff;
    color: #10131f;
    border: none;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transition: transform 0.15s ease, opacity 0.15s ease;
    margin-top: 0.75rem;
    min-height: 48px;
}

.continue-button:not(:disabled):hover[b-5frb0fimrh] {
    transform: translateY(-2px);
}

.continue-button:disabled[b-5frb0fimrh] {
    opacity: 0.35;
    cursor: not-allowed;
    box-shadow: none;
}

.arrow[b-5frb0fimrh] {
    font-size: 1rem;
}

.spinner[b-5frb0fimrh] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(16, 19, 31, 0.25);
    border-top-color: #10131f;
    animation: spin-b-5frb0fimrh 0.7s linear infinite;
}

@keyframes spin-b-5frb0fimrh {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/JoinVerify.razor.rz.scp.css */
.onboarding[b-dm2qwd7uma] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 3rem 1.5rem 2rem;
    color: #f5f6fa;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

.logo[b-dm2qwd7uma] {
    position: relative;
    z-index: 1;
    letter-spacing: 0.25em;
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 1rem;
}

.logo-accent[b-dm2qwd7uma] {
    color: #5aa9ff;
}

.onboarding-content[b-dm2qwd7uma] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-top: 3rem;
}

.heading[b-dm2qwd7uma] {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 0.75rem;
    letter-spacing: 0.02em;
}

.subtitle[b-dm2qwd7uma] {
    color: #a6acc3;
    font-size: 1.05rem;
    margin: 0 0 2.5rem;
}

.onboarding-form[b-dm2qwd7uma] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 1.25rem;
}

.field[b-dm2qwd7uma] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    text-align: left;
}

.field-label[b-dm2qwd7uma] {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    color: #a6acc3;
    font-weight: 700;
}

.field-input[b-dm2qwd7uma] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(166, 172, 195, 0.35);
    color: #f5f6fa;
    font-size: 1.05rem;
    padding: 0.6rem 0.1rem;
    box-sizing: border-box;
    font-family: inherit;
    min-height: 44px;
    transition: border-color 0.15s ease;
}

.field-input[b-dm2qwd7uma]::placeholder {
    color: #565c76;
}

.field-input:focus[b-dm2qwd7uma] {
    outline: none;
    border-bottom-color: #5aa9ff;
}

.field-input:disabled[b-dm2qwd7uma] {
    opacity: 0.6;
}

.field-error[b-dm2qwd7uma] {
    margin: 0;
    font-size: 0.8rem;
    color: #ff8a8a;
    text-align: left;
}

.continue-button[b-dm2qwd7uma] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: #ffffff;
    color: #10131f;
    border: none;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transition: transform 0.15s ease, opacity 0.15s ease;
    margin-top: 0.75rem;
    min-height: 48px;
}

.continue-button:not(:disabled):hover[b-dm2qwd7uma] {
    transform: translateY(-2px);
}

.continue-button:disabled[b-dm2qwd7uma] {
    opacity: 0.35;
    cursor: not-allowed;
    box-shadow: none;
}

.arrow[b-dm2qwd7uma] {
    font-size: 1rem;
}

.spinner[b-dm2qwd7uma] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(16, 19, 31, 0.25);
    border-top-color: #10131f;
    animation: spin-b-dm2qwd7uma 0.7s linear infinite;
}

@keyframes spin-b-dm2qwd7uma {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.onboarding[b-sposc1wwsh] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 3rem 1.5rem 2rem;
    color: #f5f6fa;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

.logo[b-sposc1wwsh] {
    position: relative;
    z-index: 1;
    letter-spacing: 0.25em;
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 1rem;
}

.logo-accent[b-sposc1wwsh] {
    color: #5aa9ff;
}

.onboarding-content[b-sposc1wwsh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-top: 3rem;
}

.heading[b-sposc1wwsh] {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 0.75rem;
    letter-spacing: 0.02em;
}

.subtitle[b-sposc1wwsh] {
    color: #a6acc3;
    font-size: 1.05rem;
    margin: 0 0 2.5rem;
}

.onboarding-form[b-sposc1wwsh] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 1.25rem;
}

.field[b-sposc1wwsh] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    text-align: left;
}

.field-label[b-sposc1wwsh] {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    color: #a6acc3;
    font-weight: 700;
}

.field-input[b-sposc1wwsh] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(166, 172, 195, 0.35);
    color: #f5f6fa;
    font-size: 1.05rem;
    padding: 0.6rem 0.1rem;
    box-sizing: border-box;
    font-family: inherit;
    min-height: 44px;
    transition: border-color 0.15s ease;
}

.field-input[b-sposc1wwsh]::placeholder {
    color: #565c76;
}

.field-input:focus[b-sposc1wwsh] {
    outline: none;
    border-bottom-color: #5aa9ff;
}

.field-input:disabled[b-sposc1wwsh] {
    opacity: 0.6;
}

.field-error[b-sposc1wwsh] {
    margin: 0;
    font-size: 0.8rem;
    color: #ff8a8a;
    text-align: left;
}

.continue-button[b-sposc1wwsh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: #ffffff;
    color: #10131f;
    border: none;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transition: transform 0.15s ease, opacity 0.15s ease;
    margin-top: 0.75rem;
    min-height: 48px;
}

.continue-button:not(:disabled):hover[b-sposc1wwsh] {
    transform: translateY(-2px);
}

.continue-button:disabled[b-sposc1wwsh] {
    opacity: 0.35;
    cursor: not-allowed;
    box-shadow: none;
}

.arrow[b-sposc1wwsh] {
    font-size: 1rem;
}

.spinner[b-sposc1wwsh] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(16, 19, 31, 0.25);
    border-top-color: #10131f;
    animation: spin-b-sposc1wwsh 0.7s linear infinite;
}

@keyframes spin-b-sposc1wwsh {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/LoginVerify.razor.rz.scp.css */
.onboarding[b-ktc1juyw0p] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 3rem 1.5rem 2rem;
    color: #f5f6fa;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

.logo[b-ktc1juyw0p] {
    position: relative;
    z-index: 1;
    letter-spacing: 0.25em;
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 1rem;
}

.logo-accent[b-ktc1juyw0p] {
    color: #5aa9ff;
}

.onboarding-content[b-ktc1juyw0p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-top: 3rem;
}

.heading[b-ktc1juyw0p] {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 0.75rem;
    letter-spacing: 0.02em;
}

.subtitle[b-ktc1juyw0p] {
    color: #a6acc3;
    font-size: 1.05rem;
    margin: 0 0 2.5rem;
}

.onboarding-form[b-ktc1juyw0p] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 1.25rem;
}

.field[b-ktc1juyw0p] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    text-align: left;
}

.field-label[b-ktc1juyw0p] {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    color: #a6acc3;
    font-weight: 700;
}

.field-input[b-ktc1juyw0p] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(166, 172, 195, 0.35);
    color: #f5f6fa;
    font-size: 1.05rem;
    padding: 0.6rem 0.1rem;
    box-sizing: border-box;
    font-family: inherit;
    min-height: 44px;
    transition: border-color 0.15s ease;
}

.field-input[b-ktc1juyw0p]::placeholder {
    color: #565c76;
}

.field-input:focus[b-ktc1juyw0p] {
    outline: none;
    border-bottom-color: #5aa9ff;
}

.field-input:disabled[b-ktc1juyw0p] {
    opacity: 0.6;
}

.field-error[b-ktc1juyw0p] {
    margin: 0;
    font-size: 0.8rem;
    color: #ff8a8a;
    text-align: left;
}

.continue-button[b-ktc1juyw0p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: #ffffff;
    color: #10131f;
    border: none;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transition: transform 0.15s ease, opacity 0.15s ease;
    margin-top: 0.75rem;
    min-height: 48px;
}

.continue-button:not(:disabled):hover[b-ktc1juyw0p] {
    transform: translateY(-2px);
}

.continue-button:disabled[b-ktc1juyw0p] {
    opacity: 0.35;
    cursor: not-allowed;
    box-shadow: none;
}

.arrow[b-ktc1juyw0p] {
    font-size: 1rem;
}

.spinner[b-ktc1juyw0p] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(16, 19, 31, 0.25);
    border-top-color: #10131f;
    animation: spin-b-ktc1juyw0p 0.7s linear infinite;
}

@keyframes spin-b-ktc1juyw0p {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/PersonConnection.razor.rz.scp.css */
.person-page[b-l7a6n4gi7g] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 1rem 1.5rem 7rem;
    color: #f5f6fa;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

.topbar[b-l7a6n4gi7g] {
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    padding: 0.25rem 0 0.75rem;
}

.topbar-button[b-l7a6n4gi7g] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #f5f6fa;
    border-radius: 999px;
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease;
    flex-shrink: 0;
}

.back-button:hover[b-l7a6n4gi7g] {
    background: rgba(255, 255, 255, 0.12);
}

.person-content[b-l7a6n4gi7g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
}

.heading[b-l7a6n4gi7g] {
    font-size: 2rem;
    line-height: 1.18;
    font-weight: 800;
    margin: 0 0 0.75rem;
    letter-spacing: 0.01em;
}

.subtitle[b-l7a6n4gi7g] {
    color: #a6acc3;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 auto 1rem;
    max-width: 320px;
}

.avatar-wrap[b-l7a6n4gi7g] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.5rem 0 0.75rem;
}

.avatar-ring[b-l7a6n4gi7g] {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    padding: 4px;
    background: conic-gradient(from 210deg, #5aa9ff, #9b6bff, #f38db2, #5aa9ff);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 44px rgba(90, 169, 255, 0.28);
}

.avatar-initials[b-l7a6n4gi7g] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0b0e1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    font-weight: 800;
    color: #f5f6fa;
    letter-spacing: 0.03em;
}

.avatar-img[b-l7a6n4gi7g] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #0b0e1a;
}

.name[b-l7a6n4gi7g] {
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0 0 0.25rem;
    letter-spacing: 0.01em;
}

.steps[b-l7a6n4gi7g] {
    color: #a6acc3;
    font-size: 0.95rem;
    margin: 0 0 1.25rem;
}

.stats[b-l7a6n4gi7g] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    width: 100%;
    max-width: 360px;
    margin: 0 0 1.25rem;
}

.stat[b-l7a6n4gi7g] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 0.85rem 0.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    min-width: 0;
}

.stat-value[b-l7a6n4gi7g] {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
}

.stat-label[b-l7a6n4gi7g] {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #a6acc3;
}

.highlight-card[b-l7a6n4gi7g] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    max-width: 360px;
    background: linear-gradient(135deg, rgba(246, 168, 107, 0.14), rgba(246, 168, 107, 0.03));
    border: 1px solid rgba(246, 168, 107, 0.35);
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    margin: 0 0 1.25rem;
    text-align: left;
    box-sizing: border-box;
}

.highlight-icon[b-l7a6n4gi7g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f6a86b;
    flex-shrink: 0;
}

.highlight-text[b-l7a6n4gi7g] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.highlight-title[b-l7a6n4gi7g] {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #f6a86b;
}

.highlight-subtitle[b-l7a6n4gi7g] {
    font-size: 1.1rem;
    font-weight: 800;
    color: #f5f6fa;
}

.highlight-chevron[b-l7a6n4gi7g] {
    color: #f6a86b;
    font-size: 1.5rem;
    line-height: 1;
    flex-shrink: 0;
}

.primary-button[b-l7a6n4gi7g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    max-width: 360px;
    background: linear-gradient(90deg, #5aa9ff, #f38db2);
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 0.95rem 2rem;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(90, 169, 255, 0.25);
    transition: transform 0.15s ease;
    min-height: 52px;
    margin: 0 0 0.75rem;
    box-sizing: border-box;
}

.primary-button:hover:not(:disabled)[b-l7a6n4gi7g] {
    transform: translateY(-2px);
}

.primary-button:disabled[b-l7a6n4gi7g] {
    cursor: default;
    opacity: 0.9;
}

.primary-button.is-requested[b-l7a6n4gi7g] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(123, 216, 194, 0.55);
    color: #7bd8c2;
    box-shadow: none;
}

.secondary-button[b-l7a6n4gi7g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #e7eaf4;
    border-radius: 999px;
    padding: 0.85rem 2rem;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    cursor: pointer;
    min-height: 48px;
    margin: 0 0 1.5rem;
    box-sizing: border-box;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.secondary-button:hover[b-l7a6n4gi7g] {
    border-color: rgba(255, 255, 255, 0.28);
    color: #f5f6fa;
}

.arrow[b-l7a6n4gi7g] {
    font-size: 1.1rem;
}

@media (min-width: 720px) {
    .topbar[b-l7a6n4gi7g] {
        max-width: 620px;
    }

    .person-content[b-l7a6n4gi7g] {
        max-width: 620px;
    }

    .avatar-ring[b-l7a6n4gi7g] {
        width: 150px;
        height: 150px;
    }

    .avatar-initials[b-l7a6n4gi7g] {
        font-size: 2.5rem;
    }

    .name[b-l7a6n4gi7g] {
        font-size: 2rem;
    }

    .stats[b-l7a6n4gi7g],
    .highlight-card[b-l7a6n4gi7g],
    .primary-button[b-l7a6n4gi7g],
    .secondary-button[b-l7a6n4gi7g] {
        max-width: 420px;
    }
}

/* /Components/Pages/Profile.razor.rz.scp.css */
.profile[b-eqnqhw31ju] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 2rem 1.5rem 6.5rem;
    color: #f5f6fa;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

.profile-content[b-eqnqhw31ju] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 360px;
}

.heading[b-eqnqhw31ju] {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 0.75rem;
    letter-spacing: 0.02em;
}

.subtitle[b-eqnqhw31ju] {
    color: #a6acc3;
    font-size: 1.05rem;
    margin: 0;
}

.avatar-wrap[b-eqnqhw31ju] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 1.25rem;
}

.avatar-ring[b-eqnqhw31ju] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #5aa9ff, #9b6bff);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(90, 169, 255, 0.25);
}

.avatar-initials[b-eqnqhw31ju] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0b0e1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    font-weight: 800;
    color: #f5f6fa;
    letter-spacing: 0.03em;
}

.avatar-img[b-eqnqhw31ju] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background: #0b0e1a;
}

.name[b-eqnqhw31ju] {
    font-size: 1.7rem;
    font-weight: 800;
    margin: 0 0 0.4rem;
    letter-spacing: 0.01em;
}

.location[b-eqnqhw31ju] {
    color: #a6acc3;
    font-size: 0.95rem;
    margin: 0 0 0.25rem;
}

.bio[b-eqnqhw31ju] {
    color: #e7eaf4;
    font-size: 0.98rem;
    line-height: 1.55;
    margin: 0.4rem 0 1.25rem;
    max-width: 30ch;
}

.stats[b-eqnqhw31ju] {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin: 0.25rem 0 1.75rem;
}

.stat[b-eqnqhw31ju] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.stat-value[b-eqnqhw31ju] {
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.stat-label[b-eqnqhw31ju] {
    color: #a6acc3;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.edit-button[b-eqnqhw31ju] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: linear-gradient(90deg, #5aa9ff, #9b6bff);
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 0.95rem 2.25rem;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(90, 169, 255, 0.25);
    transition: transform 0.15s ease;
    min-height: 50px;
    width: 100%;
    max-width: 320px;
}

.edit-button:hover[b-eqnqhw31ju] {
    transform: translateY(-2px);
}

.arrow[b-eqnqhw31ju] {
    font-size: 1rem;
}

.logout-button[b-eqnqhw31ju] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    margin-top: 1rem;
    background: transparent;
    color: #ff8a8a;
    border: 1px solid rgba(255, 138, 138, 0.45);
    border-radius: 999px;
    padding: 1rem 2rem;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    cursor: pointer;
    min-height: 54px;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.logout-button:hover[b-eqnqhw31ju],
.logout-button:focus[b-eqnqhw31ju] {
    background: rgba(255, 138, 138, 0.12);
    border-color: #ff8a8a;
    color: #ffffff;
}

@media (min-width: 720px) {
    .profile-content[b-eqnqhw31ju] {
        max-width: 620px;
    }

    .avatar-ring[b-eqnqhw31ju] {
        width: 192px;
        height: 192px;
    }

    .avatar-initials[b-eqnqhw31ju] {
        font-size: 3.3rem;
    }

    .name[b-eqnqhw31ju] {
        font-size: 2.2rem;
    }

    .bio[b-eqnqhw31ju] {
        font-size: 1.05rem;
    }

    .stat-value[b-eqnqhw31ju] {
        font-size: 2.3rem;
    }
}
/* /Components/Pages/ProfileEdit.razor.rz.scp.css */
.edit-page[b-xv2r20onj1] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 1rem 1.5rem 3rem;
    color: #f5f6fa;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

.topbar[b-xv2r20onj1] {
    width: 100%;
    max-width: 360px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.25rem 0 0.75rem;
}

.back-button[b-xv2r20onj1] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #f5f6fa;
    border-radius: 999px;
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease;
    flex-shrink: 0;
}

.back-button:hover[b-xv2r20onj1] {
    background: rgba(255, 255, 255, 0.12);
}

.topbar-title[b-xv2r20onj1] {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: #e7eaf4;
}

.edit-content[b-xv2r20onj1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 360px;
}

.heading[b-xv2r20onj1] {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 0.75rem;
    letter-spacing: 0.02em;
}

.subtitle[b-xv2r20onj1] {
    color: #a6acc3;
    font-size: 1.05rem;
    margin: 0;
}

.avatar-edit[b-xv2r20onj1] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.5rem 0 1.75rem;
    cursor: pointer;
}

.avatar-edit[b-xv2r20onj1]  .file-input {
    display: none;
}

.avatar-ring[b-xv2r20onj1] {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #5aa9ff, #9b6bff);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(90, 169, 255, 0.25);
    transition: box-shadow 0.15s ease;
}

.avatar-edit:hover .avatar-ring[b-xv2r20onj1] {
    box-shadow: 0 14px 48px rgba(90, 169, 255, 0.4);
}

.avatar-initials[b-xv2r20onj1] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0b0e1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: 800;
    color: #f5f6fa;
    letter-spacing: 0.03em;
}

.avatar-img[b-xv2r20onj1] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background: #0b0e1a;
}

.camera-badge[b-xv2r20onj1] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0b0e1a;
    border: 1px solid rgba(155, 107, 255, 0.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d7bfff;
}

.camera-badge svg[b-xv2r20onj1] {
    width: 18px;
    height: 18px;
}

.edit-form[b-xv2r20onj1] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 1.25rem;
}

.field[b-xv2r20onj1] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    text-align: left;
}

.field-label[b-xv2r20onj1] {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    color: #a6acc3;
    font-weight: 700;
}

.field-input[b-xv2r20onj1] {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    color: #f5f6fa;
    font-size: 1.05rem;
    padding: 0.75rem 0.9rem;
    box-sizing: border-box;
    font-family: inherit;
    min-height: 48px;
    transition: border-color 0.15s ease;
}

.field-textarea[b-xv2r20onj1] {
    resize: vertical;
    min-height: 96px;
    line-height: 1.5;
}

.field-input[b-xv2r20onj1]::placeholder {
    color: #565c76;
}

.field-input:focus[b-xv2r20onj1] {
    outline: none;
    border-color: #5aa9ff;
}

.field-error[b-xv2r20onj1] {
    margin: 0;
    font-size: 0.8rem;
    color: #ff8a8a;
    text-align: left;
}

.save-button[b-xv2r20onj1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #5aa9ff, #9b6bff);
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 0.95rem 2.25rem;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(90, 169, 255, 0.25);
    transition: transform 0.15s ease, opacity 0.15s ease;
    min-height: 50px;
    margin-top: 0.25rem;
}

.save-button:not(:disabled):hover[b-xv2r20onj1] {
    transform: translateY(-2px);
}

.save-button:disabled[b-xv2r20onj1] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

@media (min-width: 720px) {
    .topbar[b-xv2r20onj1],
    .edit-content[b-xv2r20onj1] {
        max-width: 620px;
    }

    .avatar-ring[b-xv2r20onj1] {
        width: 160px;
        height: 160px;
    }

    .avatar-initials[b-xv2r20onj1] {
        font-size: 2.8rem;
    }
}
/* /Components/Pages/WhoDoYouKnow.razor.rz.scp.css */
.know[b-3tta2jd1he] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 1.25rem 1.5rem 6.5rem;
    color: #f5f6fa;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

.know-content[b-3tta2jd1he] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-top: 0;
}

.heading[b-3tta2jd1he] {
    position: relative;
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0.02em;
    margin: 0 0 1.5rem;
    padding-bottom: 0.65rem;
    background: linear-gradient(90deg, #5aa9ff, #b06bff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.heading[b-3tta2jd1he]::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 3rem;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #5aa9ff, #b06bff, #f38db2);
    box-shadow: 0 0 12px rgba(155, 107, 255, 0.6);
}

.search-wrap[b-3tta2jd1he] {
    position: relative;
    width: 100%;
    max-width: 340px;
}

.search-icon[b-3tta2jd1he] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    pointer-events: none;
    color: #a6acc3;
}

.filter-icon[b-3tta2jd1he] {
    position: absolute;
    right: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    pointer-events: none;
    color: #5aa9ff;
}

.search-input[b-3tta2jd1he] {
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    padding: 0.8rem 2.75rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: #f5f6fa;
    font-size: 1rem;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.search-input[b-3tta2jd1he]::placeholder {
    color: #a6acc3;
}

.search-input:focus[b-3tta2jd1he] {
    border-color: #5aa9ff;
    background: rgba(255, 255, 255, 0.05);
}

.tabs[b-3tta2jd1he] {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    margin-top: 1rem;
}

.tab[b-3tta2jd1he] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: #a6acc3;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.tab:hover[b-3tta2jd1he] {
    color: #f5f6fa;
    border-color: rgba(255, 255, 255, 0.25);
}

.tab.is-active[b-3tta2jd1he] {
    background: linear-gradient(90deg, #5aa9ff, #b06bff);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 0 16px rgba(155, 107, 255, 0.45);
}

.people-section[b-3tta2jd1he] {
    width: 100%;
    margin-top: 1.5rem;
    text-align: left;
}

.section-head[b-3tta2jd1he] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.25rem 0.75rem;
}

.section-title[b-3tta2jd1he] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #a6acc3;
    margin: 0;
}

.chain-count[b-3tta2jd1he] {
    min-width: 22px;
    height: 22px;
    padding: 0 0.4rem;
    border-radius: 999px;
    background: rgba(90, 169, 255, 0.15);
    color: #5aa9ff;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.people-list[b-3tta2jd1he] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.person-row[b-3tta2jd1he] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.6rem 0.25rem;
    border-radius: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.person-row:hover[b-3tta2jd1he] {
    background: rgba(255, 255, 255, 0.04);
}

.person-row:focus-visible[b-3tta2jd1he] {
    outline: 1px solid #5aa9ff;
    outline-offset: 2px;
}

.person-avatar[b-3tta2jd1he] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 2px solid var(--ring, rgba(255, 255, 255, 0.16));
    color: #f5f6fa;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    box-shadow: 0 0 18px -6px var(--ring, transparent);
    object-fit: cover;
}

.person-info[b-3tta2jd1he] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    text-align: left;
}

.person-name[b-3tta2jd1he] {
    font-size: 1.02rem;
    font-weight: 700;
    color: #f5f6fa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.person-meta[b-3tta2jd1he] {
    font-size: 0.74rem;
    color: #a6acc3;
    line-height: 1.3;
}

.add-icon[b-3tta2jd1he] {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #f5f6fa;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.add-icon:hover:not(:disabled)[b-3tta2jd1he] {
    border-color: #5aa9ff;
    color: #5aa9ff;
}

.add-icon.is-added[b-3tta2jd1he] {
    background: rgba(90, 169, 255, 0.15);
    border-color: rgba(90, 169, 255, 0.4);
    color: #5aa9ff;
    cursor: default;
    font-size: 0.8rem;
}

.chevron[b-3tta2jd1he] {
    flex: 0 0 auto;
    color: #a6acc3;
    font-size: 1.35rem;
    line-height: 1;
    padding: 0 0.1rem;
}

.no-results[b-3tta2jd1he] {
    width: 100%;
    margin-top: 1.5rem;
    color: #a6acc3;
    font-size: 0.95rem;
    text-align: center;
}

@media (min-width: 720px) {
    .know-content[b-3tta2jd1he] {
        max-width: 620px;
    }

    .heading[b-3tta2jd1he] {
        font-size: 3.6rem;
    }

    .search-wrap[b-3tta2jd1he] {
        max-width: 560px;
    }

    .tab[b-3tta2jd1he] {
        font-size: 0.8rem;
        padding: 0.55rem 1.3rem;
    }

    .section-title[b-3tta2jd1he] {
        font-size: 0.85rem;
    }
}
