/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pf76j7tp8e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pf76j7tp8e] {
    flex: 1;
}

.sidebar[b-pf76j7tp8e] {
    /*background: #fff;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.08);*/
    transition: width 0.25s ease;
}

.top-row[b-pf76j7tp8e] {
    /*background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(180deg, rgb(5, 39, 103) 0%, rgb(20, 29, 89) 100%);*/
    justify-content: flex-end;
    height: 5rem;
    display: flex;
    align-items: center;
    color: #173a63;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);*/
}

.top-row[b-pf76j7tp8e]  a,
.top-row[b-pf76j7tp8e]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-pf76j7tp8e]  a:hover,
.top-row[b-pf76j7tp8e]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-pf76j7tp8e]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-pf76j7tp8e] {
        justify-content: space-between;
    }

    .top-row[b-pf76j7tp8e]  a,
    .top-row[b-pf76j7tp8e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pf76j7tp8e] {
        flex-direction: row;
    }

    .sidebar[b-pf76j7tp8e] {
        width: 250px;
        position: sticky;
        top: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
    }

    /* ── Collapsed: icon-only sidebar ─────────────────────── */
    .sidebar.sidebar-collapsed[b-pf76j7tp8e] {
        width: 72px;
    }

    /* Hide the logo image when collapsed */
    .sidebar.sidebar-collapsed[b-pf76j7tp8e]  .nav-logo {
        opacity: 0;
        max-width: 0;
    }

    /* Hide nav labels */
    .sidebar.sidebar-collapsed[b-pf76j7tp8e]  .nav-label {
        display: none;
    }

    /* Center icon inside link */
    .sidebar.sidebar-collapsed[b-pf76j7tp8e]  .nav-item ::deep .nav-link {
        justify-content: center;
        padding: 0;
    }

    /* Remove icon margin so it sits centered */
    .sidebar.sidebar-collapsed[b-pf76j7tp8e]  .nav-icon {
        margin-right: 0;
    }

    /* Collapse nav-item padding */
    .sidebar.sidebar-collapsed[b-pf76j7tp8e]  .nav-item {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    /* Hide active left-bar indicator when collapsed (no room) */
    .sidebar.sidebar-collapsed[b-pf76j7tp8e]  a.active::before {
        display: none;
    }

    /* Center the toggle button header */
    .sidebar.sidebar-collapsed[b-pf76j7tp8e]  .nav-header {
        justify-content: center;
        padding: 0;
    }
    /* ── End collapsed ────────────────────────────────────── */

    main[b-pf76j7tp8e] {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-width: 0;
    }

    .top-row[b-pf76j7tp8e] {
        /*position: sticky;*/
        top: 0;
        z-index: 10;
        flex-shrink: 0;
    }

    .top-row.auth[b-pf76j7tp8e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pf76j7tp8e],
    article[b-pf76j7tp8e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    article[b-pf76j7tp8e] {
        flex: 1;
        overflow-y: visible;
    }
}

#blazor-error-ui[b-pf76j7tp8e] {
    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-pf76j7tp8e] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ── Mobile hamburger toggler ─────────────────────────────── */
.navbar-toggler[b-xwlddbydk5] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #333;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2880,80,80,0.8%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(0, 0, 0, 0.04);
    border-radius: 6px;
}

.navbar-toggler:checked[b-xwlddbydk5] {
    background-color: rgba(0, 0, 0, 0.08);
}

/* ── Logo / header row ────────────────────────────────────── */
.nav-header[b-xwlddbydk5] {
    height: 5rem;
    background: #fff;
    border-bottom: 1px solid #e8eaf0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.875rem 0 1.25rem;
    overflow: hidden;
    flex-shrink: 0;
}

.nav-logo-link[b-xwlddbydk5] {
    display: flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    flex: 1;
    min-width: 0;
}

.nav-logo[b-xwlddbydk5] {
    max-height: 5rem;
    width: auto;
    object-fit: contain;
    transition: opacity 0.2s, max-width 0.25s;
}

/* ── Sidebar collapse toggle button ──────────────────────── */
.sidebar-toggle-btn[b-xwlddbydk5] {
    background: none;
    border: none;
    cursor: pointer;
    color: #7b8190;
    font-size: 1.5rem;
    padding: 0.45rem 0.5rem;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

.sidebar-toggle-btn:hover[b-xwlddbydk5] {
    color: #111;
    background: rgba(0, 0, 0, 0.06);
}

/* ── Nav items ────────────────────────────────────────────── */
.nav-item[b-xwlddbydk5] {
    font-size: 0.875rem;
    padding: 0.125rem 0.75rem;
}

.nav-item:first-of-type[b-xwlddbydk5] {
    padding-top: 0.75rem;
}

.nav-item:last-of-type[b-xwlddbydk5] {
    padding-bottom: 1rem;
}

.nav-item[b-xwlddbydk5]  .nav-link {
    color: #7b8190;
    background: none;
    border: none;
    border-radius: 8px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0.875rem;
    transition: color 0.2s, background 0.2s;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

/* ── Icon ─────────────────────────────────────────────────── */
.nav-icon[b-xwlddbydk5] {
    font-size: 1.05rem;
    min-width: 1.2rem;
    width: 1.2rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ── Label ────────────────────────────────────────────────── */
.nav-label[b-xwlddbydk5] {
    overflow: hidden;
    white-space: nowrap;
    transition: opacity 0.15s;
}

/* ── Active state ─────────────────────────────────────────── */
.nav-item[b-xwlddbydk5]  a.active {
    background: rgba(5, 39, 103, 0.07);
    color: #052767;
    font-weight: 600;
}

.nav-item[b-xwlddbydk5]  a.active .nav-icon {
    color: #052767;
}

.nav-item[b-xwlddbydk5]  a.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.35rem;
    bottom: 0.35rem;
    width: 3px;
    background: #052767;
    border-radius: 0 3px 3px 0;
}

/* ── Hover state ──────────────────────────────────────────── */
.nav-item[b-xwlddbydk5]  .nav-link:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #111;
}

.nav-item[b-xwlddbydk5]  .nav-link:hover .nav-icon {
    color: #111;
}

/* ── Scrollable nav area ──────────────────────────────────── */
.nav-scrollable[b-xwlddbydk5] {
    display: none;
    /*background: #fff;*/
}

.navbar-toggler:checked ~ .nav-scrollable[b-xwlddbydk5] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xwlddbydk5] {
        display: none;
    }

    .nav-scrollable[b-xwlddbydk5] {
        display: block;
        height: calc(100vh - 5rem);
        overflow-y: auto;
       /* background: #fff;*/
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jqu2ao63z4],
.components-reconnect-repeated-attempt-visible[b-jqu2ao63z4],
.components-reconnect-failed-visible[b-jqu2ao63z4],
.components-pause-visible[b-jqu2ao63z4],
.components-resume-failed-visible[b-jqu2ao63z4],
.components-rejoining-animation[b-jqu2ao63z4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jqu2ao63z4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jqu2ao63z4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jqu2ao63z4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jqu2ao63z4],
#components-reconnect-modal.components-reconnect-retrying[b-jqu2ao63z4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jqu2ao63z4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jqu2ao63z4],
#components-reconnect-modal.components-reconnect-failed[b-jqu2ao63z4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jqu2ao63z4] {
    display: block;
}


#components-reconnect-modal[b-jqu2ao63z4] {
    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-jqu2ao63z4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jqu2ao63z4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jqu2ao63z4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jqu2ao63z4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jqu2ao63z4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jqu2ao63z4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jqu2ao63z4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jqu2ao63z4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jqu2ao63z4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jqu2ao63z4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jqu2ao63z4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jqu2ao63z4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jqu2ao63z4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jqu2ao63z4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jqu2ao63z4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jqu2ao63z4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jqu2ao63z4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jqu2ao63z4 {
    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/Measurement.razor.rz.scp.css */
/* Measurement Scoped Styles */

.measurement-page-container[b-jde2vla7ub] {
    min-height: calc(100vh - 70px); /* Adjust to content area height */
    /*background: linear-gradient(135deg, #e4f6f8 0%, #faedf1 100%);*/
    background: linear-gradient(90deg, #b6d9e0 0%, #d9b2c3 100%);
    position: relative;
    overflow: hidden;
    padding: 1.25rem 2rem;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #1e293b;
    z-index: 1;
    border-radius: 10px;
}

/* Background Blobs */
.bg-blob[b-jde2vla7ub] {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    z-index: 0;
    pointer-events: none;
    opacity: 0.6;
}

.blob-teal[b-jde2vla7ub] {
    width: 350px;
    height: 350px;
    background: rgba(13, 161, 188, 0.25);
    bottom: -80px;
    left: -50px;
}

.blob-pink[b-jde2vla7ub] {
    width: 400px;
    height: 400px;
    background: rgba(251, 113, 133, 0.2);
    bottom: -100px;
    right: -50px;
}

.blob-top-pink[b-jde2vla7ub] {
    width: 300px;
    height: 300px;
    background: rgba(251, 113, 133, 0.15);
    top: 15%;
    right: 20%;
}

/* Floating Shapes */
.floating-shape[b-jde2vla7ub] {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    animation: float-b-jde2vla7ub 8s ease-in-out infinite;
}

.shape-1[b-jde2vla7ub] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0da1bc 0%, #00c2e8 100%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    top: 18%;
    right: 50%;
    opacity: 0.7;
}

.shape-2[b-jde2vla7ub] {
    width: 32px;
    height: 48px;
    background: linear-gradient(135deg, #fb7185 0%, #fda4af 100%);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    top: 15%;
    right: 8%;
    opacity: 0.65;
    transform: rotate(45deg);
    animation-delay: -2s;
}

.shape-3[b-jde2vla7ub] {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #0da1bc 0%, #00c2e8 100%);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    bottom: 12%;
    left: 8%;
    opacity: 0.55;
    animation-delay: -4s;
}

.shape-4[b-jde2vla7ub] {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #fb7185 0%, #fda4af 100%);
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    bottom: 8%;
    right: 15%;
    opacity: 0.5;
    transform: rotate(-15deg);
    animation-delay: -6s;
}

@keyframes float-b-jde2vla7ub {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(6deg); }
}

/* Glassmorphic Cards */
.custom-glass-card[b-jde2vla7ub] {
    background: rgba(255, 255, 255, 0.48);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    padding: 1.4rem 1.6rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.025);
    z-index: 2;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-glass-card:hover[b-jde2vla7ub] {
    border-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
    transform: translateY(-2px);
}

/* Headings & Text */
.page-title[b-jde2vla7ub] {
    color: #0c2340;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 0.2rem;
}

.page-subtitle[b-jde2vla7ub] {
    color: #475569;
    font-size: 1rem;
    margin-bottom: 1.1rem;
    font-weight: 500;
}

.card-title[b-jde2vla7ub] {
    color: #0c2340;
    font-weight: 750;
    font-size: 1.2rem;
    margin-bottom: 1.1rem;
}

/* Inputs & Form Groups */
.custom-form-label[b-jde2vla7ub] {
    color: #1e293b;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    display: block;
}

.custom-form-input[b-jde2vla7ub] {
    background: #ffffff !important;
    border: 1px solid #d1d5db !important;
    border-radius: 12px !important;
    color: #1e293b !important;
    padding: 0.55rem 0.85rem !important;
    width: 100%;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02);
}

.custom-form-input:focus[b-jde2vla7ub] {
    outline: none !important;
    border-color: #00a2c2 !important;
    box-shadow: 0 0 0 4px rgba(0, 162, 194, 0.15) !important;
}

/* Styled File Upload */
.upload-item input[type="file"][b-jde2vla7ub] {
    display: block;
    width: 100%;
    font-size: 0.85rem;
    color: #475569;
    background: #ffffff;
    border: 1px solid #d8dee4;
    border-radius: 12px;
    padding: 0.35rem;
    transition: all 0.2s ease;
}

.upload-item input[type="file"]:focus[b-jde2vla7ub] {
    outline: none;
    border-color: #00a2c2;
    box-shadow: 0 0 0 3px rgba(0, 162, 194, 0.1);
}

.upload-item input[type="file"][b-jde2vla7ub]::file-selector-button {
    border: 1px solid #cbd5e1;
    padding: 0.35rem 0.85rem;
    border-radius: 8px;
    background-color: #f1f5f9;
    color: #334155;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 0.75rem;
}

.upload-item input[type="file"][b-jde2vla7ub]::file-selector-button:hover {
    background-color: #e2e8f0;
    border-color: #94a3b8;
}

/* premium Action button */
.btn-calculate[b-jde2vla7ub] {
    background: linear-gradient(135deg, #00a2c2 0%, #008fae 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 0.9rem 1.5rem;
    font-weight: 750;
    font-size: 1.05rem;
    letter-spacing: 0.3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    box-shadow: 0 4px 15px rgba(0, 162, 194, 0.3);
}

.btn-calculate:hover:not(:disabled)[b-jde2vla7ub] {
    box-shadow: 0 6px 22px rgba(0, 162, 194, 0.4);
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.btn-calculate:active:not(:disabled)[b-jde2vla7ub] {
    transform: translateY(0px);
}

.btn-calculate:disabled[b-jde2vla7ub] {
    background: #cbd5e1;
    color: #94a3b8;
    box-shadow: none;
    cursor: not-allowed;
}

/* Results Structure */
.results-flex-container[b-jde2vla7ub] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    width: 100%;
}

@media (max-width: 991px) {
    .results-flex-container[b-jde2vla7ub] {
        flex-direction: column;
        gap: 2rem;
    }
}

.body-visual-wrapper[b-jde2vla7ub] {
    position: relative;
    flex: 1;
    max-width: 320px;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Spotlight container */
.spotlight-circle[b-jde2vla7ub] {
    position: absolute;
    width: 270px;
    height: 270px;
    background: radial-gradient(circle, rgba(251, 113, 133, 0.15) 0%, rgba(251, 113, 133, 0.02) 65%, rgba(251, 113, 133, 0) 100%);
    border-radius: 50%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.front-pose-image-display[b-jde2vla7ub] {
    position: relative;
    z-index: 2;
    max-height: 350px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 20px;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.06));
    animation: fadeIn 0.4s ease-out;
}

/* Pulse Animation for Skeleton in Empty State */
.pulsing[b-jde2vla7ub] {
    animation: pulse-b-jde2vla7ub 3s ease-in-out infinite;
}

@keyframes pulse-b-jde2vla7ub {
    0%, 100% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.03); }
}

/* Elegant Anatomical Indicators Overlay */
.anatomy-pointer[b-jde2vla7ub] {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    pointer-events: none;
    animation: fadeIn 0.5s ease-out forwards;
}

.anatomy-dot[b-jde2vla7ub] {
    width: 9px;
    height: 9px;
    background-color: #00a2c2;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(0, 162, 194, 0.25), 0 0 10px #00a2c2;
}

.anatomy-line[b-jde2vla7ub] {
    height: 1px;
    background: linear-gradient(90deg, #00a2c2, rgba(0, 162, 194, 0));
    width: 32px;
}

.anatomy-label[b-jde2vla7ub] {
    color: #475569;
    font-size: 0.75rem;
    font-weight: 700;
    padding-left: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Pointer coordinate overrides */
.ptr-shoulder[b-jde2vla7ub] { top: 22%; left: 34%; } /* Points to shoulder boundary */
.ptr-chest[b-jde2vla7ub] { top: 32%; left: 32%; }    /* Points to chest boundary */
.ptr-waist[b-jde2vla7ub] { top: 43%; left: 33%; }    /* Points to waist boundary */
.ptr-hips[b-jde2vla7ub] { top: 52%; left: 30%; }     /* Points to hip boundary */

/* Right metrics block */
.results-metrics-list[b-jde2vla7ub] {
    flex: 1.1;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.5rem 0;
}

.metric-item[b-jde2vla7ub] {
    display: flex;
    align-items: baseline;
    font-size: 1.05rem;
    font-weight: 500;
    color: #0c2340;
}

.metric-label[b-jde2vla7ub] {
    font-weight: 600;
    color: #334155;
    margin-right: 0.5rem;
}

.metric-value[b-jde2vla7ub] {
    font-weight: 850;
    color: #00a2c2;
    letter-spacing: -0.2px;
    margin-right: 0.35rem;
}

.metric-unit[b-jde2vla7ub] {
    color: #64748b;
    font-weight: 550;
    font-size: 0.85rem;
}

.confidence-text[b-jde2vla7ub] {
    margin-top: 0.75rem;
    color: #475569;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 0.75rem;
    letter-spacing: 0.2px;
}

/* Inline Skeleton empty state */
.empty-skeleton-svg[b-jde2vla7ub] {
    position: relative;
    z-index: 2;
    width: 120px;
    height: 270px;
    opacity: 0.65;
    filter: drop-shadow(0 4px 12px rgba(13, 161, 188, 0.15));
}

/* Hidden state for indicators */
.hidden[b-jde2vla7ub] {
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Premium Custom Toggle Switch */
.custom-switch[b-jde2vla7ub] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    z-index: 5;
}

.custom-switch input[type="checkbox"][b-jde2vla7ub] {
    width: 2.2rem;
    height: 1.2rem;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 50px;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    outline: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.custom-switch input[type="checkbox"]:checked[b-jde2vla7ub] {
    background-color: #00a2c2;
    border-color: #00a2c2;
}

.custom-switch input[type="checkbox"][b-jde2vla7ub]::before {
    content: '';
    position: absolute;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 50%;
    top: 50%;
    left: 0.1rem;
    transform: translateY(-50%);
    background-color: #ffffff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.custom-switch input[type="checkbox"]:checked[b-jde2vla7ub]::before {
    left: 1.1rem;
}

.custom-switch-label[b-jde2vla7ub] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    user-select: none;
}

