@import '_content/BlazorEssentials/BlazorEssentials.6oydb6jskt.bundle.scp.css';

/* /Pages/BodyMetrics.razor.rz.scp.css */
.bg-dark-soft[b-bikd09gzfo] { background-color: rgba(0,0,0,0.03); }
:host(.dark-mode) .bg-dark-soft[b-bikd09gzfo] { background-color: rgba(255,255,255,0.03); }
.bg-primary-soft[b-bikd09gzfo] { background-color: rgba(255, 87, 51, 0.1); }
.bg-success-soft[b-bikd09gzfo] { background-color: rgba(25, 135, 84, 0.1); }
.ls-1[b-bikd09gzfo] { letter-spacing: 0.5px; }
.btn-ghost[b-bikd09gzfo] { color: var(--text-secondary); border: none; }
.btn-ghost:hover[b-bikd09gzfo] { color: var(--text-primary); background: rgba(0,0,0,0.05); }
.border-subtle-light[b-bikd09gzfo] { border-color: rgba(148, 163, 184, 0.05) !important; }
.hover-bg-tint:hover[b-bikd09gzfo] { background-color: rgba(255, 87, 51, 0.02); }
.btn-icon-ghost[b-bikd09gzfo] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    border: none;
    background: transparent;
}
.btn-icon-ghost:hover[b-bikd09gzfo] {
    background: rgba(220, 53, 69, 0.1);
    transform: scale(1.1);
}
.text-accent[b-bikd09gzfo] { color: var(--accent) !important; }
.btn-accent[b-bikd09gzfo] { 
    background-color: var(--accent) !important; 
    border-color: var(--accent) !important;
    color: white !important;
}
.btn-blue[b-bikd09gzfo] {
    background-color: #33C3FF !important;
    border-color: #33C3FF !important;
    color: white !important;
}

.btn-green[b-bikd09gzfo] {
    background-color: #2ECC71 !important;
    border-color: #2ECC71 !important;
    color: white !important;
}

.sp-card-title[b-bikd09gzfo] {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--text-primary);
}

.sp-stat-label[b-bikd09gzfo] {
    letter-spacing: 1px;
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 600;
}

:host(.dark-mode) .sp-stat-label[b-bikd09gzfo] {
    color: rgba(255, 255, 255, 0.7) !important;
}

:host(.dark-mode) .text-muted[b-bikd09gzfo], 
:host(.dark-mode) .text-secondary[b-bikd09gzfo] {
    color: rgba(255, 255, 255, 0.6) !important;
}

:host(.dark-mode) .sp-stat-value[b-bikd09gzfo] {
    color: #FFFFFF !important;
}

:host(.dark-mode) .fw-bold[b-bikd09gzfo] {
    color: #FFFFFF !important;
}

/* Local FAB Overrides */
.mobile-fab-container[b-bikd09gzfo] {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 100; /* Lowered from 1060 to stay behind modals */
}
.fab-btn[b-bikd09gzfo] {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: var(--accent);
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(255,255,255,0.2);
    overflow: hidden;
    padding: 0;
}
.fab-hover-label[b-bikd09gzfo] {
    max-width: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
    transition: all 0.3s ease;
    opacity: 0;
}
@media (hover: hover) {
    .fab-btn:hover[b-bikd09gzfo] {
        width: 160px;
        padding: 0 20px;
    }
    .fab-btn:hover .fab-hover-label[b-bikd09gzfo] {
        max-width: 100px;
        margin-left: 10px;
        opacity: 1;
    }
}
.fab-btn:active[b-bikd09gzfo] {
    transform: scale(0.9);
}
/* /Shared/AthleteProfileHub.razor.rz.scp.css */
/* ── Profile Hub Container (Integrated Sidebar Style) ── */
.athlete-profile-hub[b-w9h91z8muu] {
    width: 100%;
}

.profile-header-integrated[b-w9h91z8muu] {
    transition: all 0.2s ease;
}

.profile-hexagon[b-w9h91z8muu] {
    background: var(--bg-primary);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.profile-hexagon img[b-w9h91z8muu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── Activity & Sections ── */
.profile-stat-val[b-w9h91z8muu] {
    font-size: 1.05rem;
    letter-spacing: -0.5px;
    line-height: 1;
}

.profile-stat-lbl[b-w9h91z8muu] {
    margin-top: 4px;
}

.latest-activity-entry[b-w9h91z8muu] {
    transition: background-color 0.15s ease, transform 0.15s ease;
    background: transparent;
    border: 1px solid transparent;
}

.latest-activity-entry:hover[b-w9h91z8muu] {
    background-color: var(--border-subtle);
    transform: translateX(4px);
    border-color: var(--border-subtle);
}

.sidebar-section-label[b-w9h91z8muu] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-secondary);
    padding: 0 0 8px;
    opacity: 0.7;
}

.mini-badge-row[b-w9h91z8muu] {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.mini-badge[b-w9h91z8muu] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border: none;
    color: #FFFFFF !important;
}

.mini-badge.bg-silver[b-w9h91z8muu], .mini-badge.bg-platinum[b-w9h91z8muu], .mini-badge.bg-gold[b-w9h91z8muu] {
    color: #333 !important;
}

/* ── Overrides ── */
.text-accent[b-w9h91z8muu] {
    color: var(--accent) !important;
}

.extra-small[b-w9h91z8muu] {
    font-size: 0.65rem;
    letter-spacing: 0.5px;
}

/* Dark mode sensitivity for text */
.dark-mode .latest-activity-entry:hover[b-w9h91z8muu] {
    background-color: rgba(255,255,255,0.05);
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-skmu2mn50f] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    height: auto;
    width: 100%;
    overflow-y: auto !important;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}

.super-header[b-skmu2mn50f] {
    background-color: transparent;
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 10000;
    pointer-events: none;
    padding: 0 16px;
}

.super-pill-nav[b-skmu2mn50f] {
    background-color: rgba(15, 15, 15, 0.85) !important;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    height: 64px;
    padding: 0 8px !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    pointer-events: auto;
    transition: transform 0.3s ease;
    overflow-x: auto;
    scrollbar-width: none; /* Hide scrollbar Firefox */
}
.super-pill-nav[b-skmu2mn50f]::-webkit-scrollbar { display: none; } /* Hide scrollbar Chrome/Safari */

.super-pill-nav[b-skmu2mn50f]  .nav-link {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    border: none !important;
    position: relative;
}

.super-pill-nav[b-skmu2mn50f]  .nav-link:hover {
    color: #FFF !important;
}

.super-pill-nav[b-skmu2mn50f]  .nav-link.active {
    background-color: var(--accent) !important;
    color: #FFF !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

/* Trophy Icon Styling */
.super-pill-nav[b-skmu2mn50f]  .trophy-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.05);
    transition: all 0.2s ease;
    margin: 0 8px;
}

.super-pill-nav[b-skmu2mn50f]  .trophy-link:hover {
    background: rgba(255, 87, 51, 0.15);
    transform: scale(1.1);
}

/* Theme Toggle Switch Styles (Restored) */
.theme-switch[b-skmu2mn50f] {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
}

.theme-switch input[b-skmu2mn50f] {
    opacity: 0;
    width: 0;
    height: 0;
}

.theme-slider[b-skmu2mn50f] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2D3238;
    transition: .4s;
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,0.1);
}

.theme-slider[b-skmu2mn50f]:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .theme-slider[b-skmu2mn50f]:before {
    transform: translateX(22px);
}

@media (max-width: 768px) {
    .super-header[b-skmu2mn50f] {
        top: 8px;
    }
    .super-pill-nav[b-skmu2mn50f] {
        height: 48px;
        width: auto;
        min-width: 0;
        overflow: hidden;
        padding-right: 20px !important;
    }
    .theme-switch-container[b-skmu2mn50f] {
        flex-shrink: 0;
        margin-right: 16px !important;
    }
    .user-pill-action[b-skmu2mn50f] {
        display: flex !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* ── Sidebar nav wrapper ── */
.sidebar-nav[b-wsc8xjvd38] {
    padding: 0;
}

/* ── Profile Activity Card ── */
.profile-activity-card[b-wsc8xjvd38] {
    transition: all 0.3s ease;
}

.latest-activity-entry[b-wsc8xjvd38] {
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.latest-activity-entry:hover[b-wsc8xjvd38] {
    background-color: var(--border-subtle);
    transform: translateX(4px);
}

.profile-stat-val[b-wsc8xjvd38] {
    font-size: 0.95rem;
    letter-spacing: -0.5px;
}

.streak-container[b-wsc8xjvd38] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 1px;
    padding: 0 2px;
}

.streak-day-item[b-wsc8xjvd38] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    flex: 1;
}

.streak-dot[b-wsc8xjvd38] {
    width: 16px; 
    height: 16px;
    border-radius: 50%;
    background-color: var(--bg-primary);
    border: 1.5px solid var(--border-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.streak-dot.active[b-wsc8xjvd38] {
    background-color: var(--text-primary) !important;
    border-color: var(--text-primary) !important;
    color: white;
}

.dark-mode .streak-dot.active[b-wsc8xjvd38] {
    background-color: var(--accent) !important;
    border-color: var(--accent) !important;
}

/* ── Sections & Links ── */
.sidebar-section-label[b-wsc8xjvd38] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-secondary);
    padding: 0 16px 8px;
    opacity: 0.65;
}

.sidebar-links[b-wsc8xjvd38]  a.sidebar-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-radius: 12px;
    text-decoration: none;
    color: var(--text-secondary);
    font-size: 1rem;
    font-weight: 500;
    transition: background 0.15s ease, color 0.15s ease;
    cursor: pointer;
    margin-bottom: 4px;
    min-height: 44px;
}

.sidebar-links[b-wsc8xjvd38]  a.sidebar-link:hover {
    background-color: var(--border-subtle);
    color: var(--text-primary);
}

.sidebar-links[b-wsc8xjvd38]  a.sidebar-link.active {
    background-color: var(--accent) !important;
    color: #fff !important;
}

.sidebar-links[b-wsc8xjvd38]  a.sidebar-link .sidebar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: var(--border-subtle);
    font-size: 1.1rem;
    color: var(--text-secondary);
}

.sidebar-links[b-wsc8xjvd38]  a.sidebar-link.active .sidebar-icon {
    background-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.sidebar-links[b-wsc8xjvd38]  a.sidebar-link .sidebar-label {
    flex: 1;
    line-height: 1;
}
