/* /Components/Pages/Admin/ProviderApprovals.razor.rz.scp.css */
.photo-clickable[b-35ukyadmp9] {
    cursor: zoom-in;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.photo-clickable:hover[b-35ukyadmp9] {
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.pp-modal-backdrop[b-35ukyadmp9] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
    animation: pp-fade-in-b-35ukyadmp9 0.2s ease;
}

@keyframes pp-fade-in-b-35ukyadmp9 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.pp-modal-box[b-35ukyadmp9] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    animation: pp-scale-in-b-35ukyadmp9 0.2s ease;
}

@keyframes pp-scale-in-b-35ukyadmp9 {
    from { transform: scale(0.85); opacity: 0; }
    to   { transform: scale(1);    opacity: 1; }
}

.pp-modal-img[b-35ukyadmp9] {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid white;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

.pp-modal-name[b-35ukyadmp9] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.pp-modal-close[b-35ukyadmp9] {
    position: absolute;
    top: -2.5rem;
    right: -0.5rem;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background 0.15s ease;
}

.pp-modal-close:hover[b-35ukyadmp9] {
    background: rgba(255, 255, 255, 0.3);
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* ============================================================
   Auth Pages - Premium Floating Card Design  (Login)
   ============================================================ */

/* ---- Page background ---------------------------------------- */
.auth-page[b-3ffhp2i2xc] {
    min-height: 100vh;
    background: linear-gradient(145deg, #eef2ff 0%, #f5f3ff 50%, #fdf2f8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

/* Soft decorative blobs */
.auth-blob[b-3ffhp2i2xc] {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.auth-blob-1[b-3ffhp2i2xc] {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle at center, rgba(99,102,241,0.13) 0%, transparent 70%);
    top: -160px;
    right: -160px;
}
.auth-blob-2[b-3ffhp2i2xc] {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at center, rgba(168,85,247,0.11) 0%, transparent 70%);
    bottom: -120px;
    left: -120px;
}
.auth-blob-3[b-3ffhp2i2xc] {
    width: 260px;
    height: 260px;
    background: radial-gradient(circle at center, rgba(236,72,153,0.07) 0%, transparent 70%);
    top: 45%;
    left: 28%;
}

/* ---- Floating card ------------------------------------------ */
.auth-card[b-3ffhp2i2xc] {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 1.375rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04),
                0 12px 30px rgba(0,0,0,0.09),
                0 6px 18px rgba(99,102,241,0.07);
    width: 100%;
    max-width: 480px;
    overflow: hidden;
}

/* Colourful top accent stripe */
.auth-card-accent[b-3ffhp2i2xc] {
    height: 4px;
    background: linear-gradient(90deg, #1a56db 0%, #7c3aed 55%, #a855f7 100%);
}

/* ---- Card body ---------------------------------------------- */
.auth-card-body[b-3ffhp2i2xc] {
    padding: 1.875rem 2rem 1.5rem;
}
.auth-form-heading[b-3ffhp2i2xc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-bottom: 0.3rem;
}
.auth-form-icon[b-3ffhp2i2xc] {
    font-size: 1.55rem;
    line-height: 1;
    background: linear-gradient(135deg, #1a56db 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    flex-shrink: 0;
}
.auth-form-title[b-3ffhp2i2xc] {
    font-size: 1.3125rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0;
    letter-spacing: -0.2px;
}
.auth-forgot-link[b-3ffhp2i2xc] {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.8125rem;
    color: #64748b;
    text-decoration: none;
}
.auth-forgot-link:hover[b-3ffhp2i2xc] {
    color: #334155;
    text-decoration: underline;
}

/* ---- Labels ------------------------------------------------- */
.auth-label[b-3ffhp2i2xc] {
    font-weight: 600;
    font-size: 0.8375rem;
    color: #334155;
    margin-bottom: 0.375rem;
    display: block;
}

/* ---- Input groups (icon prefix) ----------------------------- */
.auth-input-group[b-3ffhp2i2xc] {
    display: flex;
    border: 1.5px solid #e2e8f0;
    border-radius: 0.6875rem;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.18s, box-shadow 0.18s;
}
.auth-input-group:focus-within[b-3ffhp2i2xc] {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.13);
}
.auth-input-group .input-group-text[b-3ffhp2i2xc] {
    background: #f8fafc;
    border: none;
    border-right: 1.5px solid #e2e8f0;
    color: #94a3b8;
    padding: 0 0.9rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    transition: color 0.18s, border-color 0.18s;
}
.auth-input-group:focus-within .input-group-text[b-3ffhp2i2xc] {
    border-right-color: #c7d2fe;
    color: #6366f1;
}
/* Eye-toggle sits on the right */
.auth-input-group .input-group-text:last-child[b-3ffhp2i2xc] {
    border-right: none;
    border-left: 1.5px solid #e2e8f0;
    cursor: pointer;
    background: #f8fafc;
}
.auth-input-group:focus-within .input-group-text:last-child[b-3ffhp2i2xc] {
    border-left-color: #c7d2fe;
    color: #6366f1;
}
.auth-input-group .form-control[b-3ffhp2i2xc] {
    border: none;
    background: transparent;
    padding: 0.7rem 0.875rem;
    font-size: 0.9375rem;
    color: #0f172a;
    box-shadow: none !important;
    flex: 1;
}
.auth-input-group .form-control:focus[b-3ffhp2i2xc] {
    outline: none;
}

/* ---- Plain inputs (no icon, e.g. name fields) --------------- */
.auth-plain-input.form-control[b-3ffhp2i2xc] {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 0.6875rem !important;
    padding: 0.7rem 0.875rem;
    font-size: 0.9375rem;
    color: #0f172a;
    background: #fff;
    box-shadow: none !important;
    transition: border-color 0.18s, box-shadow 0.18s;
}
.auth-plain-input.form-control:focus[b-3ffhp2i2xc] {
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.13) !important;
    outline: none;
}

/* ---- Pill toggles (role & method) --------------------------- */
.auth-toggle-group[b-3ffhp2i2xc] {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 4px;
    display: flex;
    gap: 4px;
}
.auth-toggle-group .btn-check + label[b-3ffhp2i2xc] {
    flex: 1;
    text-align: center;
    border-radius: 0.5625rem;
    border: none;
    background: transparent;
    color: #64748b;
    font-weight: 500;
    font-size: 0.8375rem;
    padding: 0.475rem 0.5rem;
    transition: all 0.18s;
    cursor: pointer;
    margin: 0;
    line-height: 1.4;
    user-select: none;
}
.auth-toggle-group .btn-check:checked + label[b-3ffhp2i2xc] {
    background: #fff;
    color: #4f46e5;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 0 0 1px rgba(99,102,241,0.18);
}
.auth-toggle-group .btn-check:checked + label.provider-label[b-3ffhp2i2xc] {
    color: #059669;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 0 0 1px rgba(5,150,105,0.18);
}

/* ---- Primary (submit) button -------------------------------- */
.auth-btn-primary[b-3ffhp2i2xc] {
    background: linear-gradient(135deg, #1a56db 0%, #7c3aed 100%);
    border: none;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.8125rem 1rem;
    letter-spacing: 0.01em;
    color: #fff;
    transition: opacity 0.18s, transform 0.15s, box-shadow 0.18s;
    box-shadow: 0 4px 14px rgba(26,86,219,0.32);
}
.auth-btn-primary:hover:not(:disabled)[b-3ffhp2i2xc] {
    transform: translateY(-1px);
    box-shadow: 0 6px 22px rgba(26,86,219,0.42);
    color: #fff;
    opacity: 0.94;
}
.auth-btn-primary:active:not(:disabled)[b-3ffhp2i2xc] {
    transform: translateY(0);
}
.auth-btn-primary:disabled[b-3ffhp2i2xc] {
    opacity: 0.62;
    box-shadow: none;
}

/* ---- Secondary button (register / back link) ---------------- */
.auth-btn-secondary[b-3ffhp2i2xc] {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 0.75rem;
    font-weight: 500;
    font-size: 0.9375rem;
    padding: 0.75rem 1rem;
    color: #334155;
    transition: all 0.18s;
    text-align: center;
    display: block;
    text-decoration: none;
}
.auth-btn-secondary:hover[b-3ffhp2i2xc] {
    background: #f8fafc;
    border-color: #6366f1;
    color: #4f46e5;
    text-decoration: none;
}

/* ---- Divider ------------------------------------------------ */
.auth-divider[b-3ffhp2i2xc] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    color: #94a3b8;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.auth-divider[b-3ffhp2i2xc]::before,
.auth-divider[b-3ffhp2i2xc]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

/* ---- Alerts ------------------------------------------------- */
.auth-alert-error[b-3ffhp2i2xc] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-left: 3px solid #ef4444;
    border-radius: 0.625rem;
    color: #991b1b;
    font-size: 0.875rem;
}
.auth-alert-success[b-3ffhp2i2xc] {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-left: 3px solid #22c55e;
    border-radius: 0.625rem;
    color: #166534;
    font-size: 0.875rem;
}
.auth-alert-info[b-3ffhp2i2xc] {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-left: 3px solid #3b82f6;
    border-radius: 0.625rem;
    color: #1e40af;
    font-size: 0.875rem;
}

/* ---- Hint text --------------------------------------------- */
.auth-hint[b-3ffhp2i2xc] {
    font-size: 0.78rem;
    color: #94a3b8;
}

/* ---- Checkbox ---------------------------------------------- */
.auth-card .form-check-input:checked[b-3ffhp2i2xc] {
    background-color: #4f46e5;
    border-color: #4f46e5;
}

/* ---- Card footer ------------------------------------------- */
.auth-card-footer[b-3ffhp2i2xc] {
    padding: 1.25rem 2rem 1.75rem;
    border-top: 1px solid #f1f5f9;
}

/* ---- Responsive -------------------------------------------- */
@media (max-width: 767.98px) {
    .auth-page[b-3ffhp2i2xc] { padding: 1rem; }
    .auth-card[b-3ffhp2i2xc] { max-width: 100%; }
    .auth-card-body[b-3ffhp2i2xc] { padding: 1.5rem 1.5rem 1.25rem; }
    .auth-card-footer[b-3ffhp2i2xc] { padding: 1.125rem 1.5rem 1.5rem; }
    .auth-card-header[b-3ffhp2i2xc] { padding: 1.5rem 1.5rem 1.25rem; }
}

@media (max-width: 479.98px) {
    .auth-page[b-3ffhp2i2xc] {
        padding: 0;
        align-items: flex-start;
    }
    .auth-card[b-3ffhp2i2xc] {
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-top: none;
        box-shadow: none;
        min-height: 100dvh;
    }
    .auth-card-body[b-3ffhp2i2xc] { padding: 1.375rem 1.25rem 1.25rem; }
    .auth-card-header[b-3ffhp2i2xc] { padding: 1.375rem 1.25rem 1.125rem; }
    .auth-card-footer[b-3ffhp2i2xc] { padding: 1rem 1.25rem 2rem; }
}
/* /Components/Pages/ProviderDetails.razor.rz.scp.css */
/* ==========================================
   YOUTUBE-STYLE COVER BANNER
   ========================================== */

.provider-banner-container[b-58tvormxc9] {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.cover-banner[b-58tvormxc9] {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cover-banner[b-58tvormxc9]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.55) 100%);
    pointer-events: none;
}

.cover-banner--repositioning[b-58tvormxc9] {
    cursor: grab;
    user-select: none;
}

.cover-banner--repositioning:active[b-58tvormxc9] {
    cursor: grabbing;
}

.cover-reposition-overlay[b-58tvormxc9] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.cover-reposition-hint[b-58tvormxc9] {
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    backdrop-filter: blur(6px);
}

.cover-reposition-slider-wrap[b-58tvormxc9] {
    width: min(320px, 80%);
    z-index: 6;
    pointer-events: all;
}

.cover-reposition-slider[b-58tvormxc9] {
    width: 100%;
    accent-color: #fff;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,0.5));
}

.cover-banner-controls[b-58tvormxc9] {
    z-index: 5; /* Lower than top-row navigation */
}

.cover-banner-controls .btn[b-58tvormxc9] {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.cover-banner-controls .btn:hover[b-58tvormxc9] {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.cover-banner-controls .btn-danger[b-58tvormxc9] {
    background: rgba(220, 53, 69, 0.9) !important;
    color: #fff !important;
}

.cover-banner-controls .btn-danger:hover[b-58tvormxc9] {
    background: rgba(200, 35, 51, 1) !important;
    color: #fff !important;
}

/* Back button specific styling for high visibility */
.back-button[b-58tvormxc9] {
    background-color: #ffffff !important;
    color: #333333 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    font-weight: 500 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

.back-button:hover[b-58tvormxc9] {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

/* ==========================================
   PROFILE HEADER OVERLAY
   ========================================== */

.profile-header-overlay[b-58tvormxc9] {
    margin-top: -80px;
    position: relative;
    z-index: 5;
    padding: 0 20px;
}

/* ==========================================
   PROVIDER INFO BLOCK (name + rating below overlay)
   ========================================== */

.provider-info-block[b-58tvormxc9] {
    padding: 0.75rem 1.25rem 1rem;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
}

.provider-display-name[b-58tvormxc9] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

/* ==========================================
   PROVIDER ACTION BUTTONS (share + back)
   ========================================== */

.provider-action-buttons[b-58tvormxc9] {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
}

.share-btn-name[b-58tvormxc9] {
    width: 36px;
    height: 36px;
    padding: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: 1.5px solid #d1d5db;
    color: #6b7280;
    font-size: 1rem;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.share-btn-name:hover[b-58tvormxc9] {
    background: #f0f4ff;
    border-color: #0d6efd;
    color: #0d6efd;
}

.share-copied-badge[b-58tvormxc9] {
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 500;
    color: #16a34a;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    padding: 0.15rem 0.65rem;
    vertical-align: middle;
    animation: fadeInBadge-b-58tvormxc9 0.2s ease;
}

@keyframes fadeInBadge-b-58tvormxc9 {
    from { opacity: 0; transform: translateY(4px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ==========================================
   PROFILE PICTURE
   ========================================== */

.profile-picture-container[b-58tvormxc9] {
    width: 160px;
    height: 160px;
}

.profile-picture[b-58tvormxc9] {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    background-color: #fff;
}

.profile-picture-controls[b-58tvormxc9] {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.profile-picture-controls .btn[b-58tvormxc9] {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.profile-picture-controls .btn:hover[b-58tvormxc9] {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* ==========================================
   TEXT EFFECTS
   ========================================== */

.text-shadow[b-58tvormxc9] {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7),
                 0 0 10px rgba(0, 0, 0, 0.5);
}

.provider-name-row[b-58tvormxc9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */

@media (max-width: 768px) {
    .cover-banner[b-58tvormxc9] {
        height: 150px;
    }

    .profile-picture-container[b-58tvormxc9] {
        width: 120px;
        height: 120px;
    }

    .profile-picture[b-58tvormxc9] {
        width: 120px;
        height: 120px;
        border-width: 4px;
    }

    .profile-header-overlay[b-58tvormxc9] {
        margin-top: -55px;
    }

    .profile-header-overlay .pb-3[b-58tvormxc9] {
        padding-bottom: 0.4rem !important;
    }

    .provider-display-name[b-58tvormxc9] {
        font-size: 1.4rem;
    }

    .provider-info-block[b-58tvormxc9] {
        padding: 0.6rem 1rem 0.75rem;
    }
}

@media (max-width: 576px) {
    .cover-banner[b-58tvormxc9] {
        height: 90px;
    }

    .profile-picture-container[b-58tvormxc9] {
        width: 80px;
        height: 80px;
    }

    .profile-picture[b-58tvormxc9] {
        width: 80px;
        height: 80px;
        border-width: 3px;
    }

    .profile-header-overlay[b-58tvormxc9] {
        margin-top: -50px;
    }

    .provider-display-name[b-58tvormxc9] {
        font-size: 1.25rem;
    }

    .provider-info-block[b-58tvormxc9] {
        padding: 0.5rem 0.85rem 0.65rem;
    }

    .profile-header-overlay .pb-3[b-58tvormxc9] {
        padding-bottom: 0.2rem !important;
        margin-top: 0.2rem;
    }

    .cover-banner-controls .btn[b-58tvormxc9] {
        font-size: 0.8rem;
        padding: 0.25rem 0.5rem;
    }
}

/* ==========================================
   LOCATION CARDS WITH SERVICES
   ========================================== */

.location-card[b-58tvormxc9] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.location-card:hover[b-58tvormxc9] {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
}

.location-card .card-header[b-58tvormxc9] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 2px solid var(--bs-info);
}

.location-card .badge[b-58tvormxc9] {
    font-size: 0.75rem;
    padding: 0.35rem 0.6rem;
    margin-bottom: 0.25rem;
}

.location-card .badge i[b-58tvormxc9] {
    margin-right: 0.25rem;
}

/* Address block styling */
.address-block[b-58tvormxc9] {
    font-size: 0.9rem;
    line-height: 1.5;
}

.address-block p[b-58tvormxc9] {
    margin-bottom: 0.25rem;
}

/* Services with Subtypes */
.services-with-subtypes[b-58tvormxc9] {
    max-height: 250px;
    overflow-y: auto;
}

.subtypes[b-58tvormxc9] {
    font-size: 0.85rem;
    line-height: 1.6;
}

.subtypes small[b-58tvormxc9] {
    opacity: 0.9;
}

/* ── Rating Pill (banner header) ── */
.rating-pill[b-58tvormxc9] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.45rem;
    padding: 0.2rem 0.5rem 0.2rem 0.35rem;
    background: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: transform 0.15s ease;
    text-decoration: none;
    color: inherit;
}

.rating-pill:hover[b-58tvormxc9] {
    background: transparent;
    transform: translateY(-1px);
}

.rating-pill--static[b-58tvormxc9],
.rating-pill--static:hover[b-58tvormxc9] {
    cursor: default;
    transform: none;
    background: transparent;
}

.rating-pill__stars[b-58tvormxc9] {
    display: inline-flex;
    gap: 0.08rem;
    font-size: 1.15rem;
    line-height: 1;
    /* Gold fill with dark stroke via text-shadow */
    color: #f59e0b;
    -webkit-text-stroke: 0.6px #92400e;
}

.rating-pill__star--empty[b-58tvormxc9] {
    color: #d1d5db;
    -webkit-text-stroke: 0.6px #6b7280;
}

.rating-pill__score[b-58tvormxc9] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #111827;
    line-height: 1;
}

.rating-pill__sep[b-58tvormxc9] {
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1;
}

.rating-pill__count[b-58tvormxc9] {
    font-size: 0.82rem;
    font-weight: 500;
    color: #374151;
    line-height: 1;
}

/* Override rating pill margin — now sits on white bg, no top margin needed */
.provider-info-block .rating-pill[b-58tvormxc9] {
    margin-top: 0.15rem;
    padding-left: 0;
}

/* ── Social Links ── */
.social-links-row[b-58tvormxc9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.social-link[b-58tvormxc9] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.15s ease;
    color: #fff;
}

.social-link:hover[b-58tvormxc9] {
    opacity: 0.85;
    transform: translateY(-1px);
    text-decoration: none;
    color: #fff;
}

.social-link--youtube[b-58tvormxc9] {
    background: #ff0000;
}

.social-link--instagram[b-58tvormxc9] {
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/* ==========================================
   PROFILE PICTURE LIGHTBOX
   ========================================== */

.profile-picture--clickable[b-58tvormxc9] {
    cursor: zoom-in;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.profile-picture--clickable:hover[b-58tvormxc9] {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.pp-modal-backdrop[b-58tvormxc9] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
    animation: pp-fade-in-b-58tvormxc9 0.2s ease;
}

@keyframes pp-fade-in-b-58tvormxc9 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.pp-modal-box[b-58tvormxc9] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    animation: pp-scale-in-b-58tvormxc9 0.2s ease;
}

@keyframes pp-scale-in-b-58tvormxc9 {
    from { transform: scale(0.85); opacity: 0; }
    to   { transform: scale(1);    opacity: 1; }
}

.pp-modal-img[b-58tvormxc9] {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid white;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

.pp-modal-name[b-58tvormxc9] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.pp-modal-close[b-58tvormxc9] {
    position: absolute;
    top: -2.5rem;
    right: -0.5rem;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.pp-modal-close:hover[b-58tvormxc9] {
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 480px) {
    .pp-modal-img[b-58tvormxc9] {
        width: 260px;
        height: 260px;
    }
}
/* /Components/Pages/Register.razor.rz.scp.css */
/* ============================================================
   Auth Pages - Premium Floating Card Design  (Register)
   Extends Login.razor.css base styles; wider card + extras
   ============================================================ */

/* ---- Page background ---------------------------------------- */
.auth-page[b-lpo0bjozx9] {
    min-height: 100vh;
    background: linear-gradient(145deg, #eef2ff 0%, #f5f3ff 50%, #fdf2f8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}
.auth-blob[b-lpo0bjozx9] {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.auth-blob-1[b-lpo0bjozx9] {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle at center, rgba(99,102,241,0.13) 0%, transparent 70%);
    top: -160px;
    right: -160px;
}
.auth-blob-2[b-lpo0bjozx9] {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at center, rgba(168,85,247,0.11) 0%, transparent 70%);
    bottom: -120px;
    left: -120px;
}

/* ---- Floating card (wider for register) --------------------- */
.auth-card[b-lpo0bjozx9] {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 1.375rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04),
                0 12px 30px rgba(0,0,0,0.09),
                0 6px 18px rgba(99,102,241,0.07);
    width: 100%;
    max-width: 560px;
    overflow: hidden;
}
.auth-card-accent[b-lpo0bjozx9] {
    height: 4px;
    background: linear-gradient(90deg, #1a56db 0%, #7c3aed 55%, #a855f7 100%);
}

/* ---- Card body ---------------------------------------------- */
.auth-card-body[b-lpo0bjozx9] {
    padding: 1.75rem 2rem 1.375rem;
}
.auth-form-title[b-lpo0bjozx9] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.4rem;
    letter-spacing: -0.2px;
    text-align: center;
}
.auth-form-subtitle[b-lpo0bjozx9] {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 0;
    text-align: center;
}
.auth-campaign-msg[b-lpo0bjozx9] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #6d28d9;
    background: linear-gradient(135deg, #ede9fe 0%, #fdf4ff 100%);
    border: 1px solid #ddd6fe;
    border-radius: 2rem;
    padding: 0.3rem 0.85rem;
    margin-bottom: 0;
    letter-spacing: 0.01em;
}

/* ---- Labels ------------------------------------------------- */
.auth-label[b-lpo0bjozx9] {
    font-weight: 600;
    font-size: 0.8375rem;
    color: #334155;
    margin-bottom: 0.375rem;
    display: block;
}

/* ---- Input groups ------------------------------------------- */
.auth-input-group[b-lpo0bjozx9] {
    display: flex;
    border: 1.5px solid #e2e8f0;
    border-radius: 0.6875rem;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.18s, box-shadow 0.18s;
}
.auth-input-group:focus-within[b-lpo0bjozx9] {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.13);
}
.auth-input-group .input-group-text[b-lpo0bjozx9] {
    background: #f8fafc;
    border: none;
    border-right: 1.5px solid #e2e8f0;
    color: #94a3b8;
    padding: 0 0.9rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    transition: color 0.18s, border-color 0.18s;
}
.auth-input-group:focus-within .input-group-text[b-lpo0bjozx9] {
    border-right-color: #c7d2fe;
    color: #6366f1;
}
.auth-input-group .input-group-text:last-child[b-lpo0bjozx9] {
    border-right: none;
    border-left: 1.5px solid #e2e8f0;
    cursor: pointer;
    background: #f8fafc;
}
.auth-input-group:focus-within .input-group-text:last-child[b-lpo0bjozx9] {
    border-left-color: #c7d2fe;
    color: #6366f1;
}
.auth-input-group .form-control[b-lpo0bjozx9] {
    border: none;
    background: transparent;
    padding: 0.7rem 0.875rem;
    font-size: 0.9375rem;
    color: #0f172a;
    box-shadow: none !important;
    flex: 1;
}
.auth-input-group .form-control:focus[b-lpo0bjozx9] { outline: none; }

/* ---- Plain inputs (name row) -------------------------------- */
.auth-plain-input.form-control[b-lpo0bjozx9] {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 0.6875rem !important;
    padding: 0.7rem 0.875rem;
    font-size: 0.9375rem;
    color: #0f172a;
    background: #fff;
    box-shadow: none !important;
    transition: border-color 0.18s, box-shadow 0.18s;
}
.auth-plain-input.form-control:focus[b-lpo0bjozx9] {
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.13) !important;
    outline: none;
}

/* ---- Pill toggles ------------------------------------------- */
.auth-toggle-group[b-lpo0bjozx9] {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 4px;
    display: flex;
    gap: 4px;
}
.auth-toggle-group .btn-check + label[b-lpo0bjozx9] {
    flex: 1;
    text-align: center;
    border-radius: 0.5625rem;
    border: none;
    background: transparent;
    color: #64748b;
    font-weight: 500;
    font-size: 0.8375rem;
    padding: 0.475rem 0.5rem;
    transition: all 0.18s;
    cursor: pointer;
    margin: 0;
    line-height: 1.4;
    user-select: none;
}
.auth-toggle-group .btn-check:checked + label[b-lpo0bjozx9] {
    background: #fff;
    color: #4f46e5;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 0 0 1px rgba(99,102,241,0.18);
}
.auth-toggle-group .btn-check:checked + label.provider-label[b-lpo0bjozx9] {
    color: #059669;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 0 0 1px rgba(5,150,105,0.18);
}

/* ---- Submit button ------------------------------------------ */
.auth-btn-primary[b-lpo0bjozx9] {
    background: linear-gradient(135deg, #1a56db 0%, #7c3aed 100%);
    border: none;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.8125rem 1rem;
    letter-spacing: 0.01em;
    color: #fff;
    transition: opacity 0.18s, transform 0.15s, box-shadow 0.18s;
    box-shadow: 0 4px 14px rgba(26,86,219,0.32);
}
.auth-btn-primary:hover:not(:disabled)[b-lpo0bjozx9] {
    transform: translateY(-1px);
    box-shadow: 0 6px 22px rgba(26,86,219,0.42);
    color: #fff;
    opacity: 0.94;
}
.auth-btn-primary:active:not(:disabled)[b-lpo0bjozx9] { transform: translateY(0); }
.auth-btn-primary:disabled[b-lpo0bjozx9] { opacity: 0.62; box-shadow: none; }

/* ---- Secondary button --------------------------------------- */
.auth-btn-secondary[b-lpo0bjozx9] {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 0.75rem;
    font-weight: 500;
    font-size: 0.9375rem;
    padding: 0.75rem 1rem;
    color: #334155;
    transition: all 0.18s;
    text-align: center;
    display: block;
    text-decoration: none;
}
.auth-btn-secondary:hover[b-lpo0bjozx9] {
    background: #f8fafc;
    border-color: #6366f1;
    color: #4f46e5;
    text-decoration: none;
}

/* ---- Divider ------------------------------------------------ */
.auth-divider[b-lpo0bjozx9] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    color: #94a3b8;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.auth-divider[b-lpo0bjozx9]::before,
.auth-divider[b-lpo0bjozx9]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

/* ---- Alerts ------------------------------------------------- */
.auth-alert-error[b-lpo0bjozx9] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-left: 3px solid #ef4444;
    border-radius: 0.625rem;
    color: #991b1b;
    font-size: 0.875rem;
}
.auth-alert-success[b-lpo0bjozx9] {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-left: 3px solid #22c55e;
    border-radius: 0.625rem;
    color: #166534;
    font-size: 0.875rem;
}
.auth-alert-info[b-lpo0bjozx9] {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-left: 3px solid #3b82f6;
    border-radius: 0.625rem;
    color: #1e40af;
    font-size: 0.875rem;
}

/* ---- Hint text --------------------------------------------- */
.auth-hint[b-lpo0bjozx9] { font-size: 0.78rem; color: #94a3b8; }

/* ---- Checkbox ---------------------------------------------- */
.auth-card .form-check-input:checked[b-lpo0bjozx9] {
    background-color: #4f46e5;
    border-color: #4f46e5;
}

/* ---- Card footer ------------------------------------------- */
.auth-card-footer[b-lpo0bjozx9] {
    padding: 1.25rem 2rem 1.75rem;
    border-top: 1px solid #f1f5f9;
}

/* ---- Responsive -------------------------------------------- */
@media (max-width: 767.98px) {
    .auth-page[b-lpo0bjozx9] { padding: 1rem; }
    .auth-card[b-lpo0bjozx9] { max-width: 100%; }
    .auth-card-body[b-lpo0bjozx9] { padding: 1.5rem 1.5rem 1.25rem; }
    .auth-card-footer[b-lpo0bjozx9] { padding: 1.125rem 1.5rem 1.5rem; }
    .auth-card-header[b-lpo0bjozx9] { padding: 1.5rem 1.5rem 1.125rem; }
}
@media (max-width: 479.98px) {
    .auth-page[b-lpo0bjozx9] { padding: 0; align-items: flex-start; }
    .auth-card[b-lpo0bjozx9] {
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-top: none;
        box-shadow: none;
        min-height: 100dvh;
    }
    .auth-card-body[b-lpo0bjozx9] { padding: 1.25rem 1.125rem 1.125rem; }
    .auth-card-header[b-lpo0bjozx9] { padding: 1.25rem 1.125rem 1rem; }
    .auth-card-footer[b-lpo0bjozx9] { padding: 1rem 1.125rem 2rem; }
}
/* /Components/Shared/LanguageSwitcher.razor.rz.scp.css */
.lang-dropdown-btn[b-mdjc50cbqf] {
    font-size: 0.82rem;
}

.dropdown-item[b-mdjc50cbqf] {
    font-family: 'Noto Sans Telugu', sans-serif;
}

.collapsed .lang-btn[b-mdjc50cbqf] {
    flex: unset;
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.74rem;
}

.lang-short[b-mdjc50cbqf] {
    font-family: 'Noto Sans Telugu', sans-serif;
}
/* /Components/Shared/ProviderLocationManager.razor.rz.scp.css */
/* Location card action footer */
.lc-actions[b-4934l8dnns] {
    display: flex;
    gap: 0.5rem;
    padding: 0.625rem 1rem 1rem 1rem;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
    border-radius: 0 0 0.5rem 0.5rem;
}

.lc-btn[b-4934l8dnns] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

.lc-btn-edit[b-4934l8dnns] {
    background: #fff;
    border-color: #6366f1;
    color: #6366f1;
}

.lc-btn-edit:hover[b-4934l8dnns] {
    background: #6366f1;
    color: #fff;
}

.lc-btn-delete[b-4934l8dnns] {
    background: #fff;
    border-color: #dc3545;
    color: #dc3545;
}

.lc-btn-delete:hover[b-4934l8dnns] {
    background: #dc3545;
    color: #fff;
}

/* Service display styling */
.services-with-subtypes[b-4934l8dnns] {
    max-height: 250px;
    overflow-y: auto;
}

.services-with-subtypes .badge[b-4934l8dnns] {
    font-size: 0.85rem;
}

.services-with-subtypes .subtypes[b-4934l8dnns] {
    line-height: 1.6;
}

.services-with-subtypes .subtypes small[b-4934l8dnns] {
    display: inline-block;
    margin-bottom: 0.25rem;
}

/* Location card hover effect */
.card[b-4934l8dnns] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-4934l8dnns] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/* /Components/Shared/ServiceSelector.razor.rz.scp.css */
/* ========================================
   Modern Service Selector - 2024 Design
   Inspired by Linear, Notion, and Vercel
   ======================================== */

/* ==================== Container ==================== */
.modern-service-selector[b-ip6pk95cu6] {
    --primary: #6366f1;
    --primary-light: #818cf8;
    --primary-dark: #4f46e5;
    --success: #10b981;
    --surface: #ffffff;
    --surface-hover: #f9fafb;
    --border: #e5e7eb;
    --text-primary: #111827;
    --text-secondary: #6b7280;
    --text-muted: #9ca3af;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --radius: 12px;
    --radius-sm: 8px;
    --radius-xs: 6px;
    --category: #f59e0b;
    --category-light: #fbbf24;

    font-family:
    padding: 0;
}

/* ==================== Header ==================== */
.selector-header[b-ip6pk95cu6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border);
}

.selector-title[b-ip6pk95cu6] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    letter-spacing: -0.01em;
}

.selection-badge[b-ip6pk95cu6] {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    border-radius: 50px;
    padding: 0.375rem 0.875rem;
    box-shadow: var(--shadow-sm);
    animation: fadeIn-b-ip6pk95cu6 0.3s ease-out;
}

.badge-content[b-ip6pk95cu6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
}

.badge-content i[b-ip6pk95cu6] {
    font-size: 1rem;
}

/* ==================== Loading State ==================== */
.loading-state[b-ip6pk95cu6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
}

.spinner-container[b-ip6pk95cu6] {
    margin-bottom: 1rem;
}

.modern-spinner[b-ip6pk95cu6] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--border);
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: spin-b-ip6pk95cu6 0.8s linear infinite;
}

@keyframes spin-b-ip6pk95cu6 {
    to { transform: rotate(360deg); }
}

.loading-text[b-ip6pk95cu6] {
    color: #6b7280;
    font-size: 0.938rem;
    margin: 0;
}

/* ==================== Empty State ==================== */
.empty-state[b-ip6pk95cu6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    background: var(--surface-hover);
    border-radius: var(--radius);
    border: 1px dashed var(--border);
}

.empty-icon[b-ip6pk95cu6] {
    font-size: 3rem;
    color: #9ca3af;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.empty-state h6[b-ip6pk95cu6] {
    margin: 0 0 0.5rem 0;
    color: #111827;
    font-weight: 600;
}

.empty-state p[b-ip6pk95cu6] {
    margin: 0;
    color: #6b7280;
    font-size: 0.875rem;
}

/* ==================== Search Bar ==================== */
.selector-search[b-ip6pk95cu6] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    align-items: center;
}

.search-input-wrapper[b-ip6pk95cu6] {
    position: relative;
    flex: 1;
}

.search-input-wrapper i.bi-search[b-ip6pk95cu6] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 1rem;
    pointer-events: none;
}

.search-input[b-ip6pk95cu6] {
    width: 100%;
    padding: 0.75rem 2.75rem 0.75rem 2.5rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 0.938rem;
    color: #111827;
    background: var(--surface);
    transition: all 0.2s ease;
}

.search-input:focus[b-ip6pk95cu6] {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.search-input[b-ip6pk95cu6]::placeholder {
    color: #9ca3af;
}

.clear-search[b-ip6pk95cu6] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
}

.clear-search:hover[b-ip6pk95cu6] {
    color: #111827;
}

.clear-search i[b-ip6pk95cu6] {
    font-size: 1.125rem;
}

.expand-collapse-btn[b-ip6pk95cu6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.expand-collapse-btn:hover[b-ip6pk95cu6] {
    background: var(--surface-hover);
    border-color: var(--primary-light);
    color: #111827;
}

.expand-collapse-btn i[b-ip6pk95cu6] {
    font-size: 1rem;
}

/* ==================== Category Sections ==================== */
.categories-container[b-ip6pk95cu6] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.category-section[b-ip6pk95cu6] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all 0.3s ease;
}

.category-section:hover[b-ip6pk95cu6] {
    border-color: var(--primary-light);
    box-shadow: var(--shadow-sm);
}

.category-header[b-ip6pk95cu6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    cursor: pointer;
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.category-header:hover[b-ip6pk95cu6] {
    background: #f1f3f5;
}

.category-info[b-ip6pk95cu6] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    flex: 1;
}

.category-icon[b-ip6pk95cu6] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--category) 0%, var(--category-light) 100%);
    border-radius: var(--radius-xs);
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.category-details[b-ip6pk95cu6] {
    flex: 1;
    min-width: 0;
}

.category-name[b-ip6pk95cu6] {
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    letter-spacing: -0.01em;
}

.category-count[b-ip6pk95cu6] {
    color: #6b7280;
    font-size: 0.813rem;
    font-weight: 500;
}

.selected-indicator[b-ip6pk95cu6] {
    color: var(--primary);
    font-weight: 600;
}

.category-toggle[b-ip6pk95cu6] {
    color: #9ca3af;
    font-size: 1.25rem;
    transition: transform 0.3s ease, color 0.2s ease;
    flex-shrink: 0;
}

.category-section.expanded .category-toggle[b-ip6pk95cu6] {
    transform: rotate(0deg);
    color: var(--primary);
}

.category-section.collapsed .category-toggle[b-ip6pk95cu6] {
    transform: rotate(0deg);
}

/* ==================== Services Grid ==================== */
.empty-state[b-ip6pk95cu6] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-icon[b-ip6pk95cu6] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    border-radius: 50%;
}

.empty-icon i[b-ip6pk95cu6] {
    font-size: 2rem;
    color: #9ca3af;
}

.empty-state h6[b-ip6pk95cu6] {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.5rem 0;
}

.empty-state p[b-ip6pk95cu6] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

/* ==================== Services Grid ==================== */
.services-grid[b-ip6pk95cu6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* ==================== Service Item ==================== */
.service-item[b-ip6pk95cu6] {
    background: var(--surface);
    border: 2px solid var(--border);
    border-radius: var(--radius);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.service-item:hover[b-ip6pk95cu6] {
    border-color: #d1d5db;
    box-shadow: var(--shadow-md);
}

.service-item.selected[b-ip6pk95cu6] {
    border-color: var(--primary);
    background: linear-gradient(135deg, #f5f3ff 0%, #ffffff 100%);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

/* Gray out unselected services */
.service-item:not(.selected)[b-ip6pk95cu6] {
    opacity: 0.6;
}

.service-item:not(.selected):hover[b-ip6pk95cu6] {
    opacity: 0.8;
}

/* Gray out unselected service icons */
.service-item:not(.selected) .service-icon[b-ip6pk95cu6] {
    background: linear-gradient(135deg, #9ca3af 0%, #6b7280 100%);
    opacity: 0.7;
}

.service-item:not(.selected) .service-name[b-ip6pk95cu6] {
    color: #9ca3af;
}

.service-item:not(.selected) .service-description[b-ip6pk95cu6] {
    color: #9ca3af;
}

/* ==================== Service Header ==================== */
.service-header[b-ip6pk95cu6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    cursor: pointer;
    transition: background 0.2s ease;
    user-select: none;
}

.service-header:hover[b-ip6pk95cu6] {
    background: var(--surface-hover);
}

.service-item.selected .service-header[b-ip6pk95cu6] {
    background: transparent;
}

.service-info[b-ip6pk95cu6] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex: 1;
}

.service-icon[b-ip6pk95cu6] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    border-radius: var(--radius-sm);
    flex-shrink: 0;
    box-shadow: var(--shadow-sm);
}

.service-item.selected .service-icon[b-ip6pk95cu6] {
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    transform: scale(1.05);
    transition: transform 0.2s ease;
}

.service-icon i[b-ip6pk95cu6] {
    font-size: 1.5rem;
    color: white;
}

.service-details[b-ip6pk95cu6] {
    flex: 1;
    min-width: 0;
}

.service-name[b-ip6pk95cu6] {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.25rem 0;
    letter-spacing: -0.01em;
}

.service-description[b-ip6pk95cu6] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* ==================== Toggle Switch ==================== */
.service-toggle[b-ip6pk95cu6] {
    flex-shrink: 0;
}

.toggle-switch[b-ip6pk95cu6] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
    cursor: pointer;
}

.toggle-switch input[b-ip6pk95cu6] {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider[b-ip6pk95cu6] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cbd5e1;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.toggle-slider[b-ip6pk95cu6]::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background: white;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-switch input:checked + .toggle-slider[b-ip6pk95cu6] {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}

.toggle-switch input:checked + .toggle-slider[b-ip6pk95cu6]::before {
    transform: translateX(24px);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.4);
}

.toggle-switch:hover .toggle-slider[b-ip6pk95cu6] {
    background: #94a3b8;
}

.toggle-switch input:checked:hover + .toggle-slider[b-ip6pk95cu6] {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
}

/* ==================== Service Toggle Switch ==================== */
.service-toggle-switch[b-ip6pk95cu6] {
    flex-shrink: 0;
    appearance: none;
    -webkit-appearance: none;
    width: 2.75em;
    height: 1.5em;
    border: 2px solid #cbd5e1;
    border-radius: 2em;
    background-color: #cbd5e1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 0.2em center;
    background-size: 1.15em auto;
    transition: background-color 0.2s ease, border-color 0.2s ease, background-position 0.2s ease;
    cursor: pointer;
}

.service-toggle-switch:checked[b-ip6pk95cu6] {
    background-color: var(--primary);
    border-color: var(--primary);
    background-position: right 0.2em center;
}

.service-toggle-switch:focus[b-ip6pk95cu6] {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
}

/* ==================== Subtypes Section ==================== */
.subtypes-section[b-ip6pk95cu6] {
    border-top: 1px solid var(--border);
    padding: 1.25rem;
    background: linear-gradient(135deg, #fafafb 0%, #ffffff 100%);
    animation: expandDown-b-ip6pk95cu6 0.3s ease-out;
}

@keyframes expandDown-b-ip6pk95cu6 {
    from {
        opacity: 0;
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    to {
        opacity: 1;
        max-height: 500px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

.subtypes-header[b-ip6pk95cu6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.subtypes-label[b-ip6pk95cu6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.813rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.subtypes-label i[b-ip6pk95cu6] {
    font-size: 0.938rem;
    color: var(--primary);
}

.select-all-btn[b-ip6pk95cu6] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    background: transparent;
    border: 1px solid var(--border);
    border-radius: var(--radius-xs);
    font-size: 0.813rem;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s ease;
}

.select-all-btn:hover[b-ip6pk95cu6] {
    background: var(--surface-hover);
    border-color: var(--primary);
    color: var(--primary);
}

.select-all-btn i[b-ip6pk95cu6] {
    font-size: 0.938rem;
}

/* ==================== Subtype Tags ==================== */
.subtypes-tags[b-ip6pk95cu6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.subtype-tag[b-ip6pk95cu6] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.875rem;
    background: white;
    border: 2px solid var(--border);
    border-radius: var(--radius-xs);
    font-size: 0.875rem;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
}

.subtype-tag:hover[b-ip6pk95cu6] {
    border-color: var(--primary-light);
    background: #f5f3ff;
    color: var(--primary);
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
}

.subtype-tag.selected[b-ip6pk95cu6] {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    border-color: var(--primary);
    color: white;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
}

.subtype-tag.selected:hover[b-ip6pk95cu6] {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.35);
}

.subtype-tag i[b-ip6pk95cu6] {
    font-size: 1rem;
    font-weight: 700;
}

/* ==================== Animations ==================== */
@keyframes fadeIn-b-ip6pk95cu6 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ==================== Responsive ==================== */
@media (max-width: 768px) {
    .modern-service-selector[b-ip6pk95cu6] {
        padding: 0;
    }

    .selector-header[b-ip6pk95cu6] {
        margin-bottom: 1rem;
        padding-bottom: 0.75rem;
    }

    .selector-title[b-ip6pk95cu6] {
        font-size: 1rem;
    }

    .service-header[b-ip6pk95cu6] {
        padding: 1rem;
    }

    .service-icon[b-ip6pk95cu6] {
        width: 40px;
        height: 40px;
    }

    .service-icon i[b-ip6pk95cu6] {
        font-size: 1.25rem;
    }

    .service-name[b-ip6pk95cu6] {
        font-size: 0.938rem;
    }

    .subtypes-section[b-ip6pk95cu6] {
        padding: 1rem;
    }

    .toggle-switch[b-ip6pk95cu6] {
        width: 48px;
        height: 26px;
    }

    .toggle-slider[b-ip6pk95cu6]::before {
        height: 18px;
        width: 18px;
    }

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

/* ==================== Accessibility ==================== */
.toggle-switch input:focus + .toggle-slider[b-ip6pk95cu6] {
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.3);
}

.subtype-tag:focus[b-ip6pk95cu6] {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

.select-all-btn:focus[b-ip6pk95cu6] {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

/* ==================== Dark Mode Support ==================== */
@media (prefers-color-scheme: dark) {
    .modern-service-selector[b-ip6pk95cu6] {
        --surface: #1f2937;
        --surface-hover: #374151;
        --border: #4b5563;
        --text-primary: #f9fafb;
        --text-secondary: #d1d5db;
        --text-muted: #9ca3af;
    }

    .service-item[b-ip6pk95cu6] {
        background: #111827;
    }

    .service-item.selected[b-ip6pk95cu6] {
        background: linear-gradient(135deg, #1e1b4b 0%, #111827 100%);
    }

    .subtypes-section[b-ip6pk95cu6] {
        background: #0f172a;
    }

    .subtype-tag[b-ip6pk95cu6] {
        background: #1f2937;
    }

    .subtype-tag:hover[b-ip6pk95cu6] {
        background: #1e1b4b;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-41kxhnjnkt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-41kxhnjnkt] {
    flex: 1;
}

.sidebar[b-41kxhnjnkt] {
    background: linear-gradient(180deg, #ff6b35 0%, #f7931e 50%, #e85d04 100%);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Sidebar theme variants */
.sidebar.theme-gradient[b-41kxhnjnkt] {
    background: linear-gradient(180deg, #ff6b35 0%, #f7931e 50%, #e85d04 100%);
    box-shadow: 4px 0 25px rgba(255, 107, 53, 0.2);
}

.sidebar.theme-modern[b-41kxhnjnkt] {
    background: linear-gradient(180deg, #6c80a8 0%, #8b7199 50%, #7a6b99 100%);
    box-shadow: 4px 0 20px rgba(100, 150, 200, 0.15);
}

.sidebar.theme-minimal[b-41kxhnjnkt] {
    background: linear-gradient(180deg, #4a4a58 0%, #3e3e4c 50%, #363644 100%);
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.25);
}

.sidebar.theme-professional[b-41kxhnjnkt] {
    background: linear-gradient(180deg, #1f4e79 0%, #3b82b4 50%, #2d6a99 100%);
    box-shadow: 4px 0 20px rgba(31, 78, 121, 0.2);
}

.top-row[b-41kxhnjnkt] {
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.95) 0%, rgba(147, 51, 234, 0.95) 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.3);
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(96, 165, 250, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* On very narrow viewports, let the top-row grow vertically rather than
   clipping the right-hand controls (theme / language / login avatar). */
@media (max-width: 575.98px) {
    .top-row[b-41kxhnjnkt] {
        height: auto;
        min-height: 3.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.top-row[data-theme="gradient"][b-41kxhnjnkt] {
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.95) 0%, rgba(147, 51, 234, 0.95) 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.3);
    box-shadow: 0 4px 12px rgba(96, 165, 250, 0.2);
}

.top-row[data-theme="modern"][b-41kxhnjnkt] {
    background: linear-gradient(90deg, rgba(100, 150, 200, 0.9) 0%, rgba(120, 100, 180, 0.9) 100%);
    border-bottom: 1px solid rgba(80, 120, 160, 0.2);
    box-shadow: 0 2px 8px rgba(100, 150, 200, 0.15);
}

.top-row[data-theme="minimal"][b-41kxhnjnkt] {
    background: linear-gradient(90deg, #525262 0%, #464655 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.top-row[data-theme="professional"][b-41kxhnjnkt] {
    background: linear-gradient(90deg, rgba(31, 78, 121, 0.92) 0%, rgba(59, 130, 180, 0.92) 100%);
    border-bottom: 1px solid rgba(31, 78, 121, 0.4);
    box-shadow: 0 2px 8px rgba(31, 78, 121, 0.15);
}

    .top-row[b-41kxhnjnkt]  a, .top-row[b-41kxhnjnkt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.85);
        transition: color 0.2s ease;
    }

    .top-row[b-41kxhnjnkt]  a:hover, .top-row[b-41kxhnjnkt]  .btn-link:hover {
        color: white;
        text-decoration: none;
    }

    .top-row[data-theme="minimal"][b-41kxhnjnkt]  a,
    .top-row[data-theme="minimal"][b-41kxhnjnkt]  .btn-link {
        color: rgba(255, 255, 255, 0.85);
    }

    .top-row[data-theme="minimal"][b-41kxhnjnkt]  a:hover,
    .top-row[data-theme="minimal"][b-41kxhnjnkt]  .btn-link:hover {
        color: white;
    }

    .top-row[b-41kxhnjnkt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Themed button styling for header */
.top-row[b-41kxhnjnkt]  .btn-success {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
}

.top-row[b-41kxhnjnkt]  .btn-success:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .btn-success {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .btn-success:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .btn-outline-secondary {
    --bs-btn-color: rgba(255, 255, 255, 0.85);
    --bs-btn-border-color: rgba(255, 255, 255, 0.3);
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: rgba(255, 255, 255, 0.12);
    --bs-btn-hover-border-color: rgba(255, 255, 255, 0.55);
    color: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.3);
    background: transparent;
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .btn-outline-secondary:hover {
    color: white;
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.12);
}

/* Login button: solid blue — matches Register (btn-primary) */
.top-row[data-theme="minimal"][b-41kxhnjnkt]  .btn-outline-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .btn-outline-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    color: #fff;
}

/* ─── Dropdown Toggle Buttons ─────────────────────────────────────────────── */
.top-row[b-41kxhnjnkt]  .dropdown-toggle {
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    padding: 0.4rem 0.85rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    backdrop-filter: blur(4px);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.top-row[b-41kxhnjnkt]  .dropdown-toggle:hover,
.top-row[b-41kxhnjnkt]  .dropdown-toggle.show {
    color: white;
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    outline: none;
}

.top-row[data-theme="gradient"][b-41kxhnjnkt]  .dropdown-toggle {
    border-color: rgba(147, 51, 234, 0.3);
}
.top-row[data-theme="gradient"][b-41kxhnjnkt]  .dropdown-toggle:hover,
.top-row[data-theme="gradient"][b-41kxhnjnkt]  .dropdown-toggle.show {
    border-color: rgba(147, 51, 234, 0.55);
    box-shadow: 0 2px 14px rgba(147, 51, 234, 0.22);
}

.top-row[data-theme="modern"][b-41kxhnjnkt]  .dropdown-toggle {
    border-color: rgba(120, 100, 180, 0.28);
}
.top-row[data-theme="modern"][b-41kxhnjnkt]  .dropdown-toggle:hover,
.top-row[data-theme="modern"][b-41kxhnjnkt]  .dropdown-toggle.show {
    border-color: rgba(120, 100, 180, 0.5);
    box-shadow: 0 2px 10px rgba(100, 110, 180, 0.18);
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
}
.top-row[data-theme="minimal"][b-41kxhnjnkt]  .dropdown-toggle:hover,
.top-row[data-theme="minimal"][b-41kxhnjnkt]  .dropdown-toggle.show {
    color: white;
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.top-row[data-theme="professional"][b-41kxhnjnkt]  .dropdown-toggle {
    border-color: rgba(59, 130, 180, 0.28);
}
.top-row[data-theme="professional"][b-41kxhnjnkt]  .dropdown-toggle:hover,
.top-row[data-theme="professional"][b-41kxhnjnkt]  .dropdown-toggle.show {
    border-color: rgba(59, 130, 180, 0.55);
    box-shadow: 0 2px 14px rgba(31, 78, 121, 0.28);
}

/* ─── Dropdown Menus ───────────────────────────────────────────────────────── */
.top-row[b-41kxhnjnkt]  .dropdown-menu {
    transform-origin: top right;
    border-radius: 12px;
    padding: 0.4rem;
    min-width: 210px;
    margin-top: 0.5rem;
    animation: dropdownReveal-b-41kxhnjnkt 0.22s cubic-bezier(0.16, 1, 0.3, 1) both;
    /* default = gradient — matches the header blue-purple gradient */
    background: linear-gradient(160deg, rgba(65, 110, 205, 0.97) 0%, rgba(115, 30, 190, 0.97) 100%);
    backdrop-filter: blur(8px) saturate(140%);
    -webkit-backdrop-filter: blur(8px) saturate(140%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38), 0 2px 10px rgba(147, 51, 234, 0.25);
}

.top-row[data-theme="gradient"][b-41kxhnjnkt]  .dropdown-menu {
    background: linear-gradient(160deg, rgba(65, 110, 205, 0.97) 0%, rgba(115, 30, 190, 0.97) 100%);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38), 0 2px 10px rgba(147, 51, 234, 0.25);
}

.top-row[data-theme="modern"][b-41kxhnjnkt]  .dropdown-menu {
    background: linear-gradient(160deg, rgba(75, 120, 175, 0.97) 0%, rgba(95, 75, 160, 0.97) 100%);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32), 0 2px 8px rgba(100, 110, 175, 0.18);
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .dropdown-menu {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: none;
    border: 1px solid rgba(31, 78, 121, 0.1);
    box-shadow: 0 8px 32px rgba(31, 78, 121, 0.1), 0 2px 8px rgba(0, 0, 0, 0.05);
}

.top-row[data-theme="professional"][b-41kxhnjnkt]  .dropdown-menu {
    background: linear-gradient(160deg, rgba(18, 50, 95, 0.98) 0%, rgba(42, 105, 158, 0.98) 100%);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42), 0 2px 10px rgba(59, 130, 180, 0.3);
}

/* ─── Dropdown Items ──────────────────────────────────────────────────────── */
.top-row[b-41kxhnjnkt]  .dropdown-item {
    border-radius: 8px;
    padding: 0.6rem 0.85rem;
    font-size: 0.875rem;
    transition: background 0.15s ease, color 0.15s ease, transform 0.12s ease;
    /* default = gradient */
    color: rgba(205, 212, 255, 0.85);
}

.top-row[b-41kxhnjnkt]  .dropdown-item:hover {
    transform: translateX(2px);
    color: white;
    background: rgba(255, 255, 255, 0.15);
}

.top-row[b-41kxhnjnkt]  .dropdown-item.active,
.top-row[b-41kxhnjnkt]  .dropdown-item:active {
    background: rgba(255, 255, 255, 0.22);
    color: white;
    font-weight: 600;
}

.top-row[data-theme="modern"][b-41kxhnjnkt]  .dropdown-item {
    color: rgba(195, 205, 240, 0.85);
}
.top-row[data-theme="modern"][b-41kxhnjnkt]  .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.15);
    color: white;
}
.top-row[data-theme="modern"][b-41kxhnjnkt]  .dropdown-item.active {
    background: rgba(255, 255, 255, 0.22);
    color: white;
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .dropdown-item {
    color: rgba(25, 45, 80, 0.85);
}
.top-row[data-theme="minimal"][b-41kxhnjnkt]  .dropdown-item:hover {
    background: rgba(31, 78, 121, 0.07);
    color: rgba(10, 35, 75, 1);
    transform: translateX(2px);
}
.top-row[data-theme="minimal"][b-41kxhnjnkt]  .dropdown-item.active,
.top-row[data-theme="minimal"][b-41kxhnjnkt]  .dropdown-item:active {
    background: rgba(31, 78, 121, 0.1);
    color: rgba(10, 35, 75, 1);
    font-weight: 600;
}

.top-row[data-theme="professional"][b-41kxhnjnkt]  .dropdown-item {
    color: rgba(175, 205, 235, 0.85);
}
.top-row[data-theme="professional"][b-41kxhnjnkt]  .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.15);
    color: white;
}
.top-row[data-theme="professional"][b-41kxhnjnkt]  .dropdown-item.active {
    background: rgba(255, 255, 255, 0.22);
    color: white;
}

/* ─── Dropdown Header (profile menu user info) ────────────────────────────── */
.top-row[b-41kxhnjnkt]  .dropdown-header {
    padding: 0.55rem 0.85rem;
    color: rgba(210, 220, 255, 0.75);
    font-size: 0.8rem;
}

.top-row[b-41kxhnjnkt]  .dropdown-header .fw-semibold {
    color: white;
}

.top-row[b-41kxhnjnkt]  .dropdown-header .text-muted {
    color: rgba(210, 220, 255, 0.8) !important;
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .dropdown-header {
    color: rgba(50, 75, 115, 0.65);
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .dropdown-header .fw-semibold {
    color: rgba(20, 45, 85, 0.95);
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .dropdown-header .text-muted {
    color: rgba(70, 100, 140, 0.7) !important;
}

/* ─── Login / Register Buttons ───────────────────────────────────────────── */
.top-row[b-41kxhnjnkt]  .btn-group .btn,
.top-row[b-41kxhnjnkt]  .d-flex > .btn {
    font-weight: 700;
    border-radius: 8px;
    font-size: 0.875rem;
    padding: 0.4rem 1rem;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.top-row[b-41kxhnjnkt]  .btn-group .btn-outline-primary,
.top-row[b-41kxhnjnkt]  .d-flex > .btn-outline-primary {
    color: white;
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.1);
}

.top-row[b-41kxhnjnkt]  .btn-group .btn-outline-primary:hover,
.top-row[b-41kxhnjnkt]  .d-flex > .btn-outline-primary:hover {
    color: white;
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.top-row[b-41kxhnjnkt]  .btn-group .btn-primary,
.top-row[b-41kxhnjnkt]  .d-flex > .btn-primary {
    color: white;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.2);
}

.top-row[b-41kxhnjnkt]  .btn-group .btn-primary:hover,
.top-row[b-41kxhnjnkt]  .d-flex > .btn-primary:hover {
    background: rgba(255, 255, 255, 0.32);
    border-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .btn-group .btn-outline-primary,
.top-row[data-theme="minimal"][b-41kxhnjnkt]  .d-flex > .btn-outline-primary {
    color: rgba(31, 78, 121, 0.9);
    border-color: rgba(31, 78, 121, 0.45);
    background: transparent;
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .btn-group .btn-outline-primary:hover,
.top-row[data-theme="minimal"][b-41kxhnjnkt]  .d-flex > .btn-outline-primary:hover {
    color: white;
    background: rgba(31, 78, 121, 0.85);
    border-color: rgba(31, 78, 121, 0.85);
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .btn-group .btn-primary,
.top-row[data-theme="minimal"][b-41kxhnjnkt]  .d-flex > .btn-primary {
    background: rgba(31, 78, 121, 0.85);
    border-color: rgba(31, 78, 121, 0.85);
    color: white;
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .btn-group .btn-primary:hover,
.top-row[data-theme="minimal"][b-41kxhnjnkt]  .d-flex > .btn-primary:hover {
    background: rgba(21, 60, 100, 0.95);
    border-color: rgba(21, 60, 100, 0.95);
}

/* ─── Dropdown Divider ────────────────────────────────────────────────────── */
.top-row[b-41kxhnjnkt]  .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.07);
    margin: 0.3rem 0.4rem;
}

.top-row[data-theme="minimal"][b-41kxhnjnkt]  .dropdown-divider {
    border-color: rgba(31, 78, 121, 0.09);
}

/* ─── Dropdown Reveal Animation ───────────────────────────────────────────── */
@keyframes dropdownReveal-b-41kxhnjnkt {
    0% {
        opacity: 0;
        transform: translateY(-10px) scale(0.95);
    }
    65% {
        opacity: 1;
        transform: translateY(1.5px) scale(1.003);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


@media (max-width: 640.98px) {
    .sidebar[b-41kxhnjnkt] {
        position: sticky;
        top: 0;
        z-index: 1031;
    }

    .top-row[b-41kxhnjnkt] {
        justify-content: space-between;
    }

    .top-row[b-41kxhnjnkt]  a, .top-row[b-41kxhnjnkt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-41kxhnjnkt] {
        flex-direction: row;
    }

    .sidebar[b-41kxhnjnkt] {
        width: 275px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 4px 0 25px rgba(255, 107, 53, 0.2);
    }

    /* Collapsed sidebar state */
    .sidebar:has(.nav-scrollable.collapsed)[b-41kxhnjnkt] {
        width: 80px;
    }

    .top-row[b-41kxhnjnkt] {
        position: sticky;
        top: 0;
        z-index: 1030; /* Higher than Bootstrap modals (1050) but ensures dropdowns work */
    }

    .top-row.auth[b-41kxhnjnkt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-41kxhnjnkt], article[b-41kxhnjnkt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Push content above the mobile bottom nav bar */
@media (max-width: 640.98px) {
    article.content[b-41kxhnjnkt] {
        padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
    }
}
/* /Layout/MobileBottomNav.razor.rz.scp.css */
/* ============================================================
   MOBILE BOTTOM NAVIGATION BAR
   Visible only on mobile (≤640px) — matches sidebar breakpoint
   ============================================================ */

.mobile-bottom-nav[b-zedegzbp1a] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* Respect iOS home indicator in PWA standalone mode */
    height: calc(56px + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
    z-index: 1031;
    display: flex;
    align-items: stretch;
    background: #181825;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.35);
}

/* Hide on desktop — matches the 641px sidebar breakpoint */
@media (min-width: 641px) {
    .mobile-bottom-nav[b-zedegzbp1a] {
        display: none !important;
    }
}

/* ── Tab ─────────────────────────────────────────────────── */

.mbn-tab[b-zedegzbp1a] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: color 0.15s ease;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    position: relative;
}

.mbn-tab i[b-zedegzbp1a] {
    font-size: 1.3rem;
    transition: transform 0.15s ease;
    line-height: 1;
}

.mbn-tab:hover[b-zedegzbp1a] {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

/* ── Active state ─────────────────────────────────────────── */

.mbn-tab--active[b-zedegzbp1a] {
    color: #ff6b35;
}

.mbn-tab--active i[b-zedegzbp1a] {
    transform: translateY(-1px) scale(1.1);
}

/* Active indicator dot above the icon */
.mbn-tab--active[b-zedegzbp1a]::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff6b35;
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* ==========================================
   KAMWALA SIDEBAR - High-Tech Navigation Design
   ========================================== */

/* Admin nav group toggle button */
.nav-group-toggle[b-ck1fg4xquh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    background: none;
    border: none;
    padding: 0.55rem 1rem;
    color: inherit;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: left;
    border-radius: 0.375rem;
    transition: background 0.15s;
}

.nav-group-toggle:hover[b-ck1fg4xquh] {
    background: rgba(255, 255, 255, 0.08);
}

.nav-group-chevron[b-ck1fg4xquh] {
    margin-left: auto;
    font-size: 0.7rem;
    opacity: 0.6;
}

.nav-sublist[b-ck1fg4xquh] {
    padding-left: 1rem;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    margin-left: 1.25rem;
    margin-bottom: 0.25rem;
}

/* Mobile backdrop — closes sidebar when tapping outside */
.mobile-nav-backdrop[b-ck1fg4xquh] {
    position: fixed;
    inset: 0;
    z-index: 1030;
    background: rgba(0, 0, 0, 0.4);
}

/* Sidebar Header / Brand */
.sidebar-header[b-ck1fg4xquh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow-x: hidden;
}

.brand-home-link[b-ck1fg4xquh] {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1 1 auto;
    min-width: 0;
}

.brand-home-link:hover[b-ck1fg4xquh] {
    text-decoration: none;
    color: inherit;
}

.brand-container[b-ck1fg4xquh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    min-width: 0;
}

.brand-text[b-ck1fg4xquh] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.logo-img[b-ck1fg4xquh] {
    width: 88px;
    height: 88px;
    object-fit: contain;
    border-radius: 4px;
    flex-shrink: 0;
}

.brand-name[b-ck1fg4xquh] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #212529;
    letter-spacing: 0px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

:lang(te) .brand-name[b-ck1fg4xquh] {
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: none;
}

.brand-tagline-wrap[b-ck1fg4xquh] {
    position: relative;
    display: inline-block;
    overflow: visible;
}

.brand-tagline[b-ck1fg4xquh] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    white-space: nowrap;
    display: block;
}

/* ====== Walking man animation ====== */
.tagline-walker[b-ck1fg4xquh] {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1rem;
    line-height: 1;
    pointer-events: none;
    animation: walker-journey-b-ck1fg4xquh 8s linear infinite;
    will-change: transform;
}

/* Bob runs on its own fast cycle to simulate foot-steps */
.tw-walk[b-ck1fg4xquh] {
    display: inline-block;
    animation: tw-walk-show-b-ck1fg4xquh 8s linear infinite,
               walker-bob-b-ck1fg4xquh   0.35s ease-in-out infinite;
}

.tw-cheer[b-ck1fg4xquh] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    animation: tw-cheer-show-b-ck1fg4xquh 8s linear infinite;
}

/*
  Timeline (8 s):
   0  –  3 %  : fade-in at start, facing right (scaleX -1 flips the left-facing emoji)
   3  – 57 %  : walk right to 11em (past end of text by ~3-4 chars)
  57  – 59 %  : brief pause at end
  59  – 73 %  : cheer phase (walk hidden, 🙌 bounces)
  73  – 74 %  : whole walker fades out
  74  –100 %  : invisible; position snaps back to 0 silently, waits, then loops
*/
@keyframes walker-journey-b-ck1fg4xquh {
    0%   { transform: translateY(-50%) translateX(0)    scaleX(-1); opacity: 0; }
    3%   { transform: translateY(-50%) translateX(0)    scaleX(-1); opacity: 1; }
    57%  { transform: translateY(-50%) translateX(8.5em) scaleX(-1); opacity: 1; }
    73%  { transform: translateY(-50%) translateX(8.5em) scaleX(-1); opacity: 0; }
    74%  { transform: translateY(-50%) translateX(0)    scaleX(-1); opacity: 0; }
    100% { transform: translateY(-50%) translateX(0)    scaleX(-1); opacity: 0; }
}

/* Subtle up-down step bounce */
@keyframes walker-bob-b-ck1fg4xquh {
    0%, 100% { transform: translateY(0px);  }
    50%       { transform: translateY(-3px); }
}

@keyframes tw-walk-show-b-ck1fg4xquh {
    0%   { opacity: 1; }
    57%  { opacity: 1; }
    60%  { opacity: 0; }
    73%  { opacity: 0; }
    74%  { opacity: 1; }
    100% { opacity: 1; }
}

@keyframes tw-cheer-show-b-ck1fg4xquh {
    0%   { opacity: 0; transform: scale(1);   }
    59%  { opacity: 0; transform: scale(1);   }
    62%  { opacity: 1; transform: scale(1.6); }
    66%  { opacity: 1; transform: scale(0.8); }
    70%  { opacity: 1; transform: scale(1.1); }
    72%  { opacity: 0; transform: scale(1);   }
    100% { opacity: 0; transform: scale(1);   }
}

.navbar-toggler[b-ck1fg4xquh] {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 0.5rem;
    border-radius: 8px;
    color: #fff;
    font-size: 1.25rem;
}

/* Collapse Button */
.btn-collapse[b-ck1fg4xquh] {
    position: absolute;
    right: -12px;
    top: 70px;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border: 2px solid #e85d04;
    border-radius: 50%;
    color: #fff;
    font-size: 0.7rem;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.btn-collapse:hover[b-ck1fg4xquh] {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.5);
}

/* User Profile Section - Glassmorphism Style */
.user-profile-section[b-ck1fg4xquh] {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.user-profile-section.collapsed[b-ck1fg4xquh] {
    padding: 0.75rem;
}

.user-profile-card[b-ck1fg4xquh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.user-profile-card[b-ck1fg4xquh]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.3) 0%, rgba(247, 147, 30, 0.15) 100%);
    border-radius: 16px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.user-profile-card[b-ck1fg4xquh]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 70%
    );
    transform: translateX(-100%) rotate(45deg);
    transition: transform 0.6s ease;
    z-index: 1;
}

.user-profile-card > *[b-ck1fg4xquh] {
    position: relative;
    z-index: 2;
}

.user-profile-section.collapsed .user-profile-card[b-ck1fg4xquh] {
    justify-content: center;
    padding: 0.5rem;
}

.user-profile-section.collapsed .user-info[b-ck1fg4xquh] {
    display: none;
}

.user-avatar[b-ck1fg4xquh] {
    position: relative;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.user-avatar img[b-ck1fg4xquh] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.avatar-placeholder[b-ck1fg4xquh] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 0 20px rgba(255, 107, 53, 0.4);
}

.status-indicator[b-ck1fg4xquh] {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #e85d04;
}

.status-indicator.online[b-ck1fg4xquh] {
    background: #00d26a;
    box-shadow: 0 0 8px #00d26a, 0 0 16px #00d26a;
    animation: statusPulse-b-ck1fg4xquh 2s ease-in-out infinite;
}

@keyframes statusPulse-b-ck1fg4xquh {
    0%, 100% { box-shadow: 0 0 8px #00d26a, 0 0 16px #00d26a; }
    50% { box-shadow: 0 0 12px #00d26a, 0 0 24px #00d26a; }
}

.user-info[b-ck1fg4xquh] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.user-name[b-ck1fg4xquh] {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-role[b-ck1fg4xquh] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    text-transform: capitalize;
}

/* Navigation Sections */
.nav-scrollable[b-ck1fg4xquh] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem 0;
}

.nav-scrollable[b-ck1fg4xquh]::-webkit-scrollbar {
    width: 4px;
}

.nav-scrollable[b-ck1fg4xquh]::-webkit-scrollbar-track {
    background: transparent;
}

.nav-scrollable[b-ck1fg4xquh]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

.sidebar-nav[b-ck1fg4xquh] {
    padding: 0;
}

.nav-section[b-ck1fg4xquh] {
    margin-bottom: 0.35rem;
}

.nav-section-title[b-ck1fg4xquh] {
    display: block;
    padding: 0.5rem 1.5rem;
    font-size: 0.65rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nav-scrollable.collapsed .nav-section-title[b-ck1fg4xquh] {
    text-align: center;
    font-size: 0.6rem;
    padding: 0.25rem;
}

.nav-list[b-ck1fg4xquh] {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ==========================================
   NAV ITEM STYLING
   ========================================== */

.nav-item[b-ck1fg4xquh] {
    margin-bottom: 2px;
    position: relative;
}

.nav-item[b-ck1fg4xquh]  .nav-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.85rem;
    padding: 0.65rem 1.5rem;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    border-radius: 0;
    transition: background 0.15s ease, color 0.15s ease;
    background: transparent;
    border: none;
    width: 100%;
}

.nav-item[b-ck1fg4xquh]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

/* Active state */
.nav-item[b-ck1fg4xquh]  .nav-link.active {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    font-weight: 600;
    border-left: 3px solid #ff6b35;
    padding-left: calc(1.5rem - 3px);
}

/* ==========================================
   NAV ICON - Animated & Glowing
   ========================================== */

.nav-icon[b-ck1fg4xquh] {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    opacity: 0.8;
}

.nav-item[b-ck1fg4xquh]  .nav-link:hover .nav-icon {
    opacity: 1;
}

.nav-item[b-ck1fg4xquh]  .nav-link.active .nav-icon {
    opacity: 1;
    color: #ff6b35;
}

/* ==========================================
   NAV TEXT - Smooth Transitions
   ========================================== */

.nav-text[b-ck1fg4xquh] {
    font-size: 0.95rem;
    font-weight: 600;
    white-space: nowrap;
}

/* ==========================================
   BADGES - Animated & Glowing
   ========================================== */

.nav-badge[b-ck1fg4xquh] {
    margin-left: auto;
    padding: 0.25rem 0.6rem;
    font-size: 0.65rem;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.nav-badge.new[b-ck1fg4xquh] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: #fff;
    box-shadow: 0 2px 10px rgba(56, 239, 125, 0.4);
    animation: badgePulse-b-ck1fg4xquh 2s ease-in-out infinite;
}

.nav-badge.hot[b-ck1fg4xquh] {
    background: linear-gradient(135deg, #ff6b35 0%, #e85d04 100%);
    color: #fff;
    box-shadow: 0 2px 15px rgba(255, 107, 53, 0.5);
    animation: hotGlow-b-ck1fg4xquh 1.5s ease-in-out infinite alternate;
}

@keyframes badgePulse-b-ck1fg4xquh {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 2px 10px rgba(56, 239, 125, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 4px 20px rgba(56, 239, 125, 0.6);
    }
}

@keyframes hotGlow-b-ck1fg4xquh {
    from {
        box-shadow: 0 2px 15px rgba(255, 107, 53, 0.5);
    }
    to {
        box-shadow: 0 4px 25px rgba(255, 107, 53, 0.8), 0 0 40px rgba(255, 107, 53, 0.4);
    }
}

/* ==========================================
   COLLAPSED STATE
   ========================================== */

.nav-scrollable.collapsed .nav-text[b-ck1fg4xquh],
.nav-scrollable.collapsed .nav-badge[b-ck1fg4xquh] {
    display: none;
}

.nav-scrollable.collapsed .nav-item[b-ck1fg4xquh]  .nav-link {
    justify-content: center;
    padding: 0.75rem;
}

.nav-scrollable.collapsed .nav-icon[b-ck1fg4xquh] {
    width: 36px;
    height: 36px;
    font-size: 1.25rem;
}

/* ==========================================
   FOOTER
   ========================================== */
.sidebar-footer[b-ck1fg4xquh] {
    padding: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

.sidebar-footer.collapsed .footer-content[b-ck1fg4xquh] {
    flex-direction: column;
    gap: 0.25rem;
}

.footer-content[b-ck1fg4xquh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.version[b-ck1fg4xquh] {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.05);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}

.copyright[b-ck1fg4xquh] {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.3);
}

.sidebar-footer.collapsed .copyright[b-ck1fg4xquh] {
    display: none;
}

/* Mobile Responsive */
@media (max-width: 640.98px) {
    .mobile-sidebar-shell[b-ck1fg4xquh] {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1031;
        max-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .sidebar-header[b-ck1fg4xquh] {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1032;
        background: inherit;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .mobile-header-actions[b-ck1fg4xquh],
    .navbar-toggler[b-ck1fg4xquh] {
        flex-shrink: 0;
    }

    .btn-collapse[b-ck1fg4xquh] {
        display: none;
    }

    .mobile-sidebar-shell.mobile-collapsed[b-ck1fg4xquh] {
        max-height: none;
        overflow: visible;
    }

    .user-profile-section.mobile-collapsed[b-ck1fg4xquh],
    .nav-scrollable.mobile-collapsed[b-ck1fg4xquh],
    .sidebar-footer.mobile-collapsed[b-ck1fg4xquh] {
        display: none;
    }

    .brand-home-link[b-ck1fg4xquh] {
        gap: 0.75rem;
    }

    .mobile-header-actions[b-ck1fg4xquh] {
        display: flex;
        align-items: center;
        gap: 1.25rem;
        margin-left: auto;
        margin-right: 0.75rem;
    }

    .navbar-toggler[b-ck1fg4xquh] {
        margin-left: 0.25rem;
    }

    .mobile-header-action[b-ck1fg4xquh] {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.1) 100%);
        border: 1px solid rgba(255, 255, 255, 0.26);
        text-decoration: none;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
        transition: all 0.22s ease;
    }

    .mobile-header-action:hover[b-ck1fg4xquh],
    .mobile-header-action.active[b-ck1fg4xquh] {
        color: #fff;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.18) 100%);
        border-color: rgba(255, 255, 255, 0.4);
        transform: translateY(-1px) scale(1.03);
        text-decoration: none;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    }

    .mobile-header-action i[b-ck1fg4xquh] {
        font-size: 1.15rem;
        font-weight: 700;
        color: #fff;
    }
}

/* Hide in collapsed mode on desktop */
@media (min-width: 641px) {
    .navbar-toggler[b-ck1fg4xquh] {
        display: none;
    }

    .mobile-header-actions[b-ck1fg4xquh] {
        display: none;
    }

    /* Shell must fill the full sticky sidebar height so nav-scrollable can flex-grow */
    .mobile-sidebar-shell[b-ck1fg4xquh] {
        display: flex;
        flex-direction: column;
        height: 100vh;
        overflow: hidden;
    }

    /* nav-scrollable already has flex:1 + overflow-y:auto — it now has a bounded parent to scroll within */
}
/* /Pages/Home.razor.rz.scp.css */
/* How It Works — desktop cards */
.hiw-card[b-izrotzos3v] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.hiw-card:hover[b-izrotzos3v] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,.10);
}

.hiw-icon-wrap[b-izrotzos3v] {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hiw-icon-wrap i[b-izrotzos3v] {
    font-size: 2rem;
}

.hiw-step-badge[b-izrotzos3v] {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
