.refp {
            --primary: #009688;
            --primary-dark: #00796b;
            --primary-light: #e0f2f1;
            --dark: #263238;
            --text-gray: #546e7a;
            --bg-light: #f4f7f6;
            --white: #ffffff;
            --border: #eef2f4;
            --dashed-border: #cfd8dc;
        
            --primary: #009688;
            --primary-dark: #00796b;
            --primary-light: #e0f2f1;
            --dark: #263238;
            --text-gray: #546e7a;
            --bg-light: #f4f7f6;
            --white: #ffffff;
            --border: #eef2f4;
            --accent-red: #ff5252;
            --teal-hover: #f1f9f8;
        
& * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }& { background: var(--bg-light); color: var(--dark); line-height: 1.6; }& header { background: var(--white); height: 85px; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 1000; }& .nav-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 100%; padding: 0 20px; }& .nav-links { display: flex; gap: 40px; align-items: center; }& .nav-item { display: flex; flex-direction: column; align-items: center; color: var(--text-gray); text-decoration: none; position: relative; }& .nav-item i { font-size: 1.3rem; margin-bottom: 4px; }& .nav-item span { font-size: 0.75rem; font-weight: 600; }& .user-menu { display: flex; align-items: center; gap: 10px; cursor: pointer; padding-left: 20px; border-left: 1.5px solid var(--border); height: 40px; }& .user-avatar-placeholder { width: 42px; height: 42px; border-radius: 50%; background: #eceff1; display: flex; align-items: center; justify-content: center; color: #b0bec5; }& .profile-top-card { background: var(--white); border-bottom: 1px solid var(--border); margin-bottom: 30px; }& .banner-empty { width: 100%; height: 260px; background: #eceff1; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--border); }& .profile-identity-row { max-width: 1200px; margin: 0 auto; padding: 25px 20px; display: flex; align-items: center; gap: 30px; }& .avatar-empty-main { width: 160px; height: 160px; border-radius: 20px; border: 3px dashed var(--dashed-border); background: #fafafa; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--text-gray); cursor: pointer; transition: 0.3s; }& .avatar-empty-main:hover { border-color: var(--primary); background: var(--primary-light); }& .identity-text { flex: 1; }& .identity-text h1 { font-size: 2rem; font-weight: 800; color: var(--dark); }& .main-grid { max-width: 1200px; margin: 0 auto; padding: 0 20px 60px; display: grid; grid-template-columns: 1fr 380px; gap: 30px; }& .card { background: var(--white); border-radius: 16px; border: 1px solid var(--border); padding: 25px; margin-bottom: 25px; }& .card-header { font-size: 1.2rem; font-weight: 700; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #f6f8f9; padding-bottom: 12px; }& .card-header i { color: var(--primary); }& .empty-prompt { text-align: center; padding: 20px 10px; border: 2px dashed #f0f4f7; border-radius: 12px; transition: 0.3s; }& .empty-prompt p { font-size: 0.9rem; color: var(--text-gray); margin-bottom: 15px; }& .btn-cta { background: var(--white); border: 1.5px solid var(--primary); color: var(--primary); padding: 10px 24px; border-radius: 10px; font-weight: 700; cursor: pointer; transition: 0.2s; }& .btn-cta:hover { background: var(--primary); color: white; }& .url-box { background: var(--bg-light); padding: 12px; border-radius: 10px; border: 1px dashed var(--dashed-border); color: #b0bec5; font-size: 0.85rem; }@media (max-width: 992px) {& .main-grid { grid-template-columns: 1fr; }& .profile-identity-row { flex-direction: column; text-align: center; }}& .header-wrapper {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    width: 100%;
}& .completion-banner {
    background: #e0f2f1; /* Light mint tint derived from --primary-light */
    border-bottom: 1px solid #b2dfdb;
    height: 54px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
}& .completion-banner.hidden {
    height: 0;
    border-bottom: none;
}& .banner-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}& .banner-content {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: var(--dark);
}& .banner-icon {
    color: var(--primary);
    font-size: 0.9rem;
}& .banner-text strong {
    color: var(--primary-dark);
}& .progress-bar-track {
    width: 70px;
    height: 6px;
    background: rgba(0, 150, 136, 0.2);
    border-radius: 10px;
    overflow: hidden;
}& .progress-bar-fill {
    height: 100%;
    background: var(--primary);
    border-radius: 10px;
}& .banner-action-link {
    color: var(--primary-dark);
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
}& .banner-action-link:hover {
    text-decoration: underline;
}& .banner-close-btn {
    background: transparent;
    border: none;
    color: var(--text-gray);
    font-size: 0.85rem;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.2s;
}& .banner-close-btn:hover {
    color: var(--dark);
    background: rgba(0, 0, 0, 0.05);
}& .nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    padding: 0 20px;
}@media (max-width: 768px) {& .progress-bar-track, & .banner-action-link {
        display: none;
    }& .banner-text {
        font-size: 0.75rem;
    }}& header { background: var(--white); height: 85px; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 1000; }& .nav-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 100%; padding: 0 20px; }& .nav-links { display: flex; gap: 40px; align-items: center; }& .nav-item { display: flex; flex-direction: column; align-items: center; color: var(--text-gray); text-decoration: none; position: relative; }& .nav-item i { font-size: 1.3rem; margin-bottom: 4px; }& .nav-item span { font-size: 0.75rem; font-weight: 600; }& .badge { position: absolute; top: -5px; right: 0; background: var(--accent-red); color: white; font-size: 0.65rem; font-weight: 800; padding: 2px 6px; border-radius: 10px; border: 2px solid white; }& .user-menu { display: flex; align-items: center; gap: 10px; cursor: pointer; padding-left: 20px; border-left: 1.5px solid var(--border); height: 40px; }& .user-avatar-sm { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }& .profile-strength-card {
    border: 1px solid #ffe0b2;
    background: #fffcf8;
    border-radius: 12px;
    padding: 20px;
}& .strength-header {
    border-bottom: none;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}& .strength-title {
    font-size: 0.95rem;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 8px;
}& .strength-icon {
    color: #fb8c00;
    font-size: 1.1rem;
}& .target-badge {
    font-size: 0.75rem;
    font-weight: 700;
    color: #e65100;
    background: #ffe0b2;
    padding: 2px 8px;
    border-radius: 12px;
}& .strength-progress-track {
    background: #f5e6d3;
    height: 8px;
    border-radius: 10px;
    margin-bottom: 14px;
    overflow: hidden;
}& .strength-progress-fill {
    background: linear-gradient(90deg, #fb8c00 0%, #f57c00 100%);
    height: 100%;
    border-radius: 10px;
    transition: width 0.4s ease;
}& .strength-subtext {
    font-size: 0.82rem;
    color: var(--text-gray);
    margin-bottom: 14px;
}& .strength-options-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}& .strength-option-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: var(--white);
    border: 1px solid #ffecb3;
    border-radius: 8px;
    text-decoration: none;
    color: var(--dark);
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.2s ease;
}& .strength-option-item:hover {
    border-color: #fb8c00;
    background: #fff8e1;
    transform: translateX(3px);
}& .option-info {
    display: flex;
    align-items: center;
    gap: 10px;
}& .option-icon {
    color: #fb8c00;
    font-size: 0.9rem;
    width: 16px;
    text-align: center;
}& .option-boost {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary-dark);
    background: var(--primary-light);
    padding: 2px 6px;
    border-radius: 4px;
}& .add-role-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-gray);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s ease;
    padding: 4px 0;
}& .add-role-btn:hover {
    color: var(--primary);
}& .role-icon {
    color: var(--primary);
    font-size: 1rem;
}& .modal-overlay {
    display: none; /* Controlled via JS */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 50, 56, 0.5); /* Slate grey shadow overlay */
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}& .modal-card {
    background: var(--white);
    width: 100%;
    max-width: 520px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    animation: modalFadeIn 0.25s ease-out;
}& .modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}& .modal-header h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--dark);
}& .modal-close-btn {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: var(--text-gray);
    cursor: pointer;
    line-height: 1;
}& .modal-body {
    padding: 24px;
}& .modal-subtitle {
    font-size: 0.85rem;
    color: var(--text-gray);
    margin-bottom: 20px;
    line-height: 1.4;
}& .role-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}& .role-chip {
    cursor: pointer;
}& .role-chip input[type="radio"] {
    display: none; /* Hide default radio button */
}& .role-chip span {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid var(--border);
    border-radius: 30px; /* Pill Filter standard */
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--dark);
    background: var(--bg-light);
    transition: all 0.2s ease;
}& .role-chip input[type="radio"]:checked + span {
    background: var(--primary-light);
    border-color: var(--primary);
    color: var(--primary-dark);
}& .other-role-input {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}& .other-role-input.hidden {
    display: none;
}& .other-role-input label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--dark);
}& .form-control {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 0.9rem;
    outline: none;
    transition: border 0.2s ease;
}& .form-control:focus {
    border-color: var(--primary);
}& .modal-footer {
    padding: 16px 24px;
    background: var(--bg-light);
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}& .btn-cancel {
    background: transparent;
    border: 1px solid var(--border);
    padding: 8px 18px;
    border-radius: 8px;
    color: var(--text-gray);
    font-weight: 600;
    cursor: pointer;
}& .btn-save {
    background: var(--primary);
    border: none;
    padding: 8px 18px;
    border-radius: 8px;
    color: var(--white);
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}& .btn-save:hover {
    background: var(--primary-dark);
}& .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}& .form-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--dark);
}& .text-area {
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
    line-height: 1.4;
}& .char-counter {
    font-size: 0.75rem;
    color: var(--text-gray);
    text-align: right;
    margin-top: 4px;
}& .modal-card.modal-lg {
    max-width: 650px;
}& .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}& .full-width {
    grid-column: span 2;
}& select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%546e7a' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}& .file-upload-box {
    border: 2px dashed var(--border);
    border-radius: 10px;
    padding: 14px;
    text-align: center;
    background: var(--bg-light);
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}& .file-upload-box:hover {
    border-color: var(--primary);
    background: var(--primary-light);
}& .upload-icon {
    color: var(--primary);
    font-size: 1.2rem;
}& .file-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-gray);
    word-break: break-all;
}& .hidden-file-input {
    display: none;
}@media (max-width: 600px) {& .form-grid {
        grid-template-columns: 1fr;
    }& .full-width {
        grid-column: span 1;
    }}& .modal-overlay {
    display: none; /* Dynamic control via JS */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 50, 56, 0.5);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}& .modal-card {
    background: var(--white);
    width: 100%;
    max-width: 520px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    animation: modalFadeIn 0.25s ease-out;
}& .modal-card.modal-lg {
    max-width: 650px;
}& .modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}& .modal-header h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--dark);
}& .modal-close-btn {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: var(--text-gray);
    cursor: pointer;
    line-height: 1;
}& .modal-body {
    padding: 24px;
}& .modal-subtitle {
    font-size: 0.85rem;
    color: var(--text-gray);
    margin-bottom: 20px;
    line-height: 1.4;
}& .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}& .full-width {
    grid-column: span 2;
}& .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}& .form-label {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--dark);
}& .field-icon {
    color: var(--primary);
    font-size: 0.85rem;
    margin-right: 6px;
}& .form-control {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s ease;
}& .form-control:focus {
    border-color: var(--primary);
}& select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%546e7a' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}& .file-upload-box {
    border: 2px dashed var(--border);
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    background: var(--bg-light);
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}& .file-upload-box:hover {
    border-color: var(--primary);
    background: var(--primary-light);
}& .upload-icon {
    color: var(--primary);
    font-size: 1.3rem;
}& .file-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-gray);
    word-break: break-all;
}& .hidden-file-input {
    display: none;
}& .modal-footer {
    padding: 16px 24px;
    background: var(--bg-light);
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}& .btn-cancel {
    background: transparent;
    border: 1px solid var(--border);
    padding: 8px 18px;
    border-radius: 8px;
    color: var(--text-gray);
    font-weight: 600;
    cursor: pointer;
}& .btn-save {
    background: var(--primary);
    border: none;
    padding: 8px 18px;
    border-radius: 8px;
    color: var(--white);
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}& .btn-save:hover {
    background: var(--primary-dark);
}@media (max-width: 600px) {& .form-grid {
        grid-template-columns: 1fr;
    }& .full-width {
        grid-column: span 1;
    }}& * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }& { background: var(--bg-light); color: var(--dark); line-height: 1.6; }& header { background: var(--white); height: 85px; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 1000; }& .nav-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 100%; padding: 0 20px; }& .nav-links { display: flex; gap: 40px; align-items: center; }& .nav-item { display: flex; flex-direction: column; align-items: center; color: var(--text-gray); text-decoration: none; position: relative; }& .nav-item i { font-size: 1.3rem; margin-bottom: 4px; }& .nav-item span { font-size: 0.75rem; font-weight: 600; }& .badge { position: absolute; top: -5px; right: 0; background: var(--accent-red); color: white; font-size: 0.65rem; font-weight: 800; padding: 2px 6px; border-radius: 10px; border: 2px solid white; }& .user-menu { display: flex; align-items: center; gap: 10px; cursor: pointer; padding-left: 20px; border-left: 1.5px solid var(--border); height: 40px; }& .user-avatar-sm { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }& .profile-top-card { background: var(--white); border-bottom: 1px solid var(--border); margin-bottom: 30px; }& .banner-container { width: 100%; height: 260px; overflow: hidden; }& .banner-img { width: 100%; height: 100%; object-fit: cover; }& .profile-identity-row { max-width: 1200px; margin: 0 auto; padding: 25px 20px; display: flex; align-items: center; gap: 30px; }& .profile-img-main { width: 160px; height: 160px; border-radius: 20px; object-fit: cover; box-shadow: 0 12px 30px rgba(0,0,0,0.1); border: 1px solid var(--border); }& .identity-text { flex: 1; }& .identity-text h1 { font-size: 2rem; font-weight: 800; }& .verified-tag { color: #2196F3; font-size: 1.2rem; margin-left: 5px; }& .designation { color: var(--primary); font-weight: 700; font-size: 1.1rem; }& .header-meta { display: flex; align-items: center; gap: 15px; color: var(--text-gray); font-size: 0.95rem; margin-top: 8px; flex-wrap: wrap; }& .meta-item i { color: var(--primary); margin-right: 5px; }& .connection-link { color: var(--primary); font-weight: 700; text-decoration: none; }& .main-grid { max-width: 1200px; margin: 0 auto; padding: 0 20px 60px; display: grid; grid-template-columns: 1fr 380px; gap: 30px; }& .card { background: var(--white); border-radius: 16px; border: 1px solid var(--border); padding: 25px; margin-bottom: 25px; }& .card-header { font-size: 1.2rem; font-weight: 700; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #f6f8f9; padding-bottom: 12px; }& .card-header i { color: var(--primary); }& .timeline-item { position: relative; padding-left: 25px; border-left: 2px solid var(--primary-light); margin-bottom: 25px; }& .timeline-item::before { content: ''; position: absolute; left: -7px; top: 5px; width: 12px; height: 12px; border-radius: 50%; background: var(--primary); border: 2px solid white; }& .title-bold { font-weight: 700; font-size: 1.05rem; display: block; }& .sub-text { color: var(--primary); font-weight: 600; font-size: 0.9rem; }& .date-text { font-size: 0.8rem; color: var(--text-gray); font-weight: 600; }& .case-study-card { display: block; padding: 20px; border-radius: 12px; background: var(--white); border: 1.5px solid #f0f0f0; margin-bottom: 15px; text-decoration: none; transition: all 0.3s ease; position: relative; }& .case-study-card h4 { color: var(--dark); font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; display: flex; justify-content: space-between; align-items: center; }& .case-study-card h4 i { color: var(--primary); font-size: 0.9rem; }& .case-study-card p { font-size: 0.9rem; color: var(--text-gray); }& .case-study-card:hover { border-color: var(--primary); background: var(--teal-hover); box-shadow: 0 4px 12px rgba(0, 150, 136, 0.08); }& .rec-item { padding: 20px 0; border-bottom: 1px solid #f0f0f0; }& .rec-item:last-child { border-bottom: none; }& .rec-user { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; text-decoration: none; }& .rec-img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 2px solid var(--primary-light); }& .rec-name { font-weight: 700; font-size: 0.95rem; color: var(--dark); transition: 0.2s; }& .rec-name:hover { color: var(--primary); }& .quote { font-style: italic; color: var(--text-gray); font-size: 0.9rem; padding-left: 15px; border-left: 3px solid var(--primary-light); }& .url-box { background: var(--bg-light); padding: 12px; border-radius: 10px; display: flex; justify-content: space-between; border: 1px dashed var(--primary); font-size: 0.85rem; font-weight: 700; color: var(--primary-dark); }& .skill-tag { display: inline-block; background: var(--primary-light); color: var(--primary-dark); padding: 8px 16px; border-radius: 25px; font-size: 0.85rem; font-weight: 600; margin: 0 6px 10px 0; transition: 0.3s; }& .skill-tag:hover { background: var(--primary); color: white; }@media (max-width: 992px) {& .main-grid { grid-template-columns: 1fr; }& .profile-identity-row { flex-direction: column; text-align: center; }& .header-meta { justify-content: center; }}& .profile-img-container {
            position: relative;
            width: 160px;
            height: 160px;
        }& .edit-overlay {
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(0,0,0,0.5); /* Semi-transparent black */
            border-radius: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: white;
            opacity: 0; /* Hidden by default */
            transition: 0.3s;
            cursor: pointer;
            font-size: 0.8rem;
            font-weight: 600;
        }& .profile-img-container:hover .edit-overlay {
            opacity: 1; /* Visible on hover */
        }& .banner-edit-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}& .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Slightly lighter than the avatar overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; /* Hidden by default */
    transition: opacity 0.3s ease;
    z-index: 5;
}& .banner-overlay .overlay-content {
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}& .banner-overlay i {
    font-size: 2rem;
}& .banner-edit-wrapper:hover .banner-overlay {
    opacity: 1;
}& .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}& .modal-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
}& .modal-card {
    background: var(--white);
    width: 90%;
    max-width: 550px;
    border-radius: 16px;
    overflow: hidden;
    animation: slideUp 0.3s ease-out;
}& .modal-header {
    padding: 20px 25px;
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}& .modal-header h3 { font-weight: 700; color: var(--dark); }& .close-modal {
    background: none; border: none; font-size: 1.5rem; color: var(--text-gray); cursor: pointer;
}& .modal-body { padding: 25px; }& .form-group { margin-bottom: 20px; }& .form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-gray);
    margin-bottom: 8px;
}& .form-group input, & .form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--dashed-border);
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.95rem;
}& .form-group input:focus, & .form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-light);
}& .modal-footer {
    padding: 15px 25px;
    background: #fcfdfe;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}& .btn-cancel {
    background: none; border: none; padding: 10px 20px; font-weight: 600; color: var(--text-gray); cursor: pointer;
}& .btn-save {
    background: var(--primary); color: white; border: none; padding: 10px 24px; border-radius: 8px; font-weight: 700; cursor: pointer;
}& .btn-delete:hover {
    text-decoration: underline;
    color: #d32f2f; /* Darker red on hover */
}& .care-details-display-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px;
}& .care-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}& .care-info-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}& .info-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}& .info-value-text {
    font-weight: 600;
    color: var(--dark);
    font-size: 0.95rem;
    line-height: 1.4;
}& .info-code-badge {
    display: inline-block;
    width: fit-content;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
    color: var(--primary-dark);
    background: var(--primary-light);
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.9rem;
}& .status-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    font-size: 0.85rem;
    font-weight: 600;
    color: #2e7d32;
    background: #e8f5e9;
    padding: 4px 12px;
    border-radius: 20px;
}& .file-attachment-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--bg-light);
    border: 1px solid var(--border);
    padding: 6px 12px;
    border-radius: 8px;
    width: fit-content;
    max-width: 100%;
}& .file-icon {
    color: #e53935; /* Crisp PDF Red */
    font-size: 0.95rem;
}& .file-name {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--dark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}& .file-download-btn {
    color: var(--primary);
    font-size: 0.8rem;
    margin-left: 4px;
    transition: color 0.2s ease;
}& .file-download-btn:hover {
    color: var(--primary-dark);
}@media (max-width: 768px) {& .care-details-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }}& .employment-details-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 4px;
}& .pref-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
}& .pref-item.full-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}& .pref-label {
    color: var(--text-gray);
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}& .pref-icon {
    color: var(--primary);
    font-size: 0.85rem;
    width: 14px;
    text-align: center;
}& .pref-value {
    color: var(--dark);
    font-weight: 700;
    font-size: 0.85rem;
}& .pref-value.status-pill {
    color: #2e7d32;
    background: #e8f5e9;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
}& .cv-chip-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--bg-light);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 6px 10px;
    width: 100%;
    text-decoration: none;
    color: var(--dark);
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.2s ease;
}& .cv-chip-link:hover {
    border-color: var(--primary);
    background: var(--primary-light);
}& .cv-icon {
    color: #e53935; /* PDF Red accent */
}& .cv-name {
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}& .download-icon {
    color: var(--primary);
    font-size: 0.75rem;
}
}
@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(-12px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(-12px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}