/* _content/FamilyTree.Web/Components/Charts/D3Wrapper.razor.rz.scp.css */
.chart-container[b-gbxhvrhtxl] {
    width: 100%;
    min-height: 0;
    flex: 1;
} 
/* _content/FamilyTree.Web/Components/DateInput.razor.rz.scp.css */
.date-input[b-djib5ooci0] {
    display: flex;
    gap: 1rem;
}

.date-input > div[b-djib5ooci0] {
    flex: 1;
} 
/* _content/FamilyTree.Web/Components/FamilyBook.razor.rz.scp.css */
.family-book-container[b-betrfhmsc8] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    background-color: var(--color-white);
    color: var(--theme-primary-color);
}

.book-header[b-betrfhmsc8] {
    padding: 3rem 0;
    border-bottom: 3px solid var(--theme-primary-color);
    margin-bottom: 2rem;
}

.book-title[b-betrfhmsc8] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--theme-primary-color);
    margin-bottom: 0.5rem;
}

.book-subtitle[b-betrfhmsc8] {
    font-size: 1.2rem;
    font-style: italic;
}

.table-of-contents[b-betrfhmsc8] {
    background-color: var(--color-gray-f8);
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 3rem;
}

.table-of-contents h2[b-betrfhmsc8] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--theme-primary-color);
}

.toc-list[b-betrfhmsc8] {
    list-style-type: decimal;
    padding-left: 2rem;
}

.toc-list li[b-betrfhmsc8] {
    margin-bottom: 0.5rem;
}

.toc-link[b-betrfhmsc8] {
    color: var(--theme-primary-color);
    text-decoration: none;
    font-size: 1.1rem;
}

.toc-link:hover[b-betrfhmsc8] {
    text-decoration: underline;
}

.book-chapter[b-betrfhmsc8] {
    margin-bottom: 4rem;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
}

.chapter-header[b-betrfhmsc8] {
    border-bottom: 2px solid var(--color-gray-e0);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.chapter-title[b-betrfhmsc8] {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.chapter-title-link[b-betrfhmsc8] {
    color: var(--theme-primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.chapter-title-link:hover[b-betrfhmsc8] {
    color: var(--brand-color);
    text-decoration: underline;
}

.chapter-title-link .oi[b-betrfhmsc8] {
    font-size: 0.7em;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.chapter-title-link:hover .oi[b-betrfhmsc8] {
    opacity: 1;
}

.chapter-generation[b-betrfhmsc8] {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.chapter-info[b-betrfhmsc8] {
    font-size: 0.95rem;
    color: var(--color-gray-666);
}

.chapter-content[b-betrfhmsc8] {
    line-height: 1.8;
    font-size: 1.05rem;
}

.person-story[b-betrfhmsc8] {
    text-align: justify;
    margin-bottom: 2rem;
}

.person-story p[b-betrfhmsc8] {
    margin-bottom: 1rem;
}

.no-story-message[b-betrfhmsc8] {
    padding: 2rem;
    background-color: var(--color-gray-f8);
    border-radius: 8px;
    text-align: center;
}

.relationships-section[b-betrfhmsc8] {
    background-color: var(--color-gray-f8);
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.relationships-section h4[b-betrfhmsc8] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--theme-primary-color);
}

.relationships-list[b-betrfhmsc8] {
    list-style-type: none;
    padding-left: 0;
}

.relationships-list li[b-betrfhmsc8] {
    padding: 0.3rem 0;
    color: var(--color-gray-666);
}

.book-footer[b-betrfhmsc8] {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 2px solid var(--color-gray-e0);
}

/* Print styles */
@media print {
    .family-book-container[b-betrfhmsc8] {
        padding: 0;
        background-color: white;
    }
    
    .book-header[b-betrfhmsc8] {
        page-break-after: always;
    }
    
    .book-chapter[b-betrfhmsc8] {
        page-break-before: always;
    }
    
    .d-print-none[b-betrfhmsc8] {
        display: none !important;
    }
    
    .no-story-message[b-betrfhmsc8] {
        background-color: transparent;
        border: 1px solid var(--color-gray-ccc);
    }
    
    .relationships-section[b-betrfhmsc8] {
        background-color: transparent;
        border: 1px solid var(--color-gray-ccc);
    }
    
    .toc-link[b-betrfhmsc8] {
        color: black;
    }
}
/* _content/FamilyTree.Web/Components/InterviewChatInput.razor.rz.scp.css */
.chat-input[b-0zy80nxfiq] {
    display: flex;
    gap: 8px;
    padding: 16px;
    background-color: var(--color-white);
    border-top: 1px solid var(--color-gray-e0);
}

.chat-input input[b-0zy80nxfiq] {
    flex: 1;
    border-radius: 20px;
    padding: 10px 16px;
    border: 1px solid var(--color-gray-ddd);
}

.chat-input input:focus[b-0zy80nxfiq] {
    outline: none;
    border-color: var(--theme-primary-color);
}

.chat-input button[b-0zy80nxfiq] {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-input button:disabled[b-0zy80nxfiq] {
    opacity: 0.5;
    cursor: not-allowed;
}

.spinner-border-sm[b-0zy80nxfiq] {
    width: 1rem;
    height: 1rem;
}
/* _content/FamilyTree.Web/Components/InterviewMessage.razor.rz.scp.css */
.message[b-9t5swqm5ab] {
    padding: 12px 16px;
    margin-bottom: 8px;
    border-radius: 12px;
    position: relative;
    max-width: 70%;
    word-wrap: break-word;
}

.user-message[b-9t5swqm5ab] {
    background-color: var(--theme-primary-color);
    color: var(--color-white);
    align-self: flex-end;
    margin-left: auto;
}

.ai-message[b-9t5swqm5ab] {
    background-color: var(--color-gray-f0);
    align-self: flex-start;
}

.message-content[b-9t5swqm5ab] {
    font-size: 14px;
    line-height: 1.5;
}

.message-time[b-9t5swqm5ab] {
    font-size: 11px;
    opacity: 0.6;
    margin-top: 4px;
}

.typing-cursor[b-9t5swqm5ab] {
    animation: blink-b-9t5swqm5ab 1s ease-in-out infinite;
}

@keyframes blink-b-9t5swqm5ab {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}
/* _content/FamilyTree.Web/Components/InterviewSkillCalls.razor.rz.scp.css */
.skill-calls-container[b-9q7rb128u1] {
    margin: 8px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.skill-call-inline[b-9q7rb128u1] {
    background-color: var(--color-gray-f8);
    border: 1px solid var(--color-gray-ddd);
    border-radius: 8px;
    padding: 6px 10px;
    display: inline-block;
    font-size: 12px;
    color: var(--color-gray-666);
}

.skill-call-inline.success[b-9q7rb128u1] {
    border-color: var(--alert-success-border);
    background-color: var(--alert-success-bg);
    color: var(--alert-success-color);
}

.skill-call-inline.error[b-9q7rb128u1] {
    border-color: var(--alert-danger-border);
    background-color: var(--alert-danger-bg);
    color: var(--alert-danger-color);
}

.skill-call-inline.system-prompt[b-9q7rb128u1] {
    background-color: var(--color-gray-f0);
    border-color: var(--color-gray-ccc);
    color: var(--color-gray-333);
}

.skill-call-content[b-9q7rb128u1] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.skill-call-clickable:hover[b-9q7rb128u1] {
    opacity: 0.8;
    text-decoration: underline;
}

.skill-call-icon[b-9q7rb128u1] {
    font-size: 14px;
}

.skill-call-description[b-9q7rb128u1] {
    font-weight: 500;
}

.skill-call-error[b-9q7rb128u1] {
    font-style: italic;
    opacity: 0.8;
}

.skill-call-details[b-9q7rb128u1] {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-e0);
    border-radius: 8px;
    padding: 12px;
    margin-top: 8px;
}

.skill-call-section[b-9q7rb128u1] {
    margin-bottom: 16px;
}

.skill-call-section:last-child[b-9q7rb128u1] {
    margin-bottom: 0;
}

.skill-call-section-title[b-9q7rb128u1] {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--color-gray-333);
}

.skill-call-result[b-9q7rb128u1] {
    background-color: var(--color-gray-f8);
    border: 1px solid var(--color-gray-e0);
    border-radius: 4px;
    padding: 8px;
    overflow-x: auto;
}

.skill-call-result pre[b-9q7rb128u1] {
    margin: 0;
    font-size: 12px;
    white-space: pre-wrap;
    word-break: break-word;
}

.error-details[b-9q7rb128u1] {
    background-color: var(--alert-danger-bg);
    border-color: var(--alert-danger-border);
}
/* _content/FamilyTree.Web/Components/InterviewSystemPrompt.razor.rz.scp.css */
.system-prompt-container[b-yase1drnk9] {
    margin: 12px 16px;
    margin-bottom: 16px;
}

.system-prompt-badge[b-yase1drnk9] {
    background-color: var(--color-gray-f0);
    border: 1px solid var(--color-gray-ccc);
    color: var(--color-gray-333);
    border-radius: 8px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.system-prompt-badge:hover[b-yase1drnk9] {
    opacity: 0.8;
    text-decoration: underline;
}

.system-prompt-icon[b-yase1drnk9] {
    font-size: 14px;
}

.system-prompt-label[b-yase1drnk9] {
    font-weight: 500;
}

.system-prompt-content[b-yase1drnk9] {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-e0);
    border-radius: 8px;
    padding: 12px;
    margin-top: 8px;
}

.system-prompt-content pre[b-yase1drnk9] {
    margin: 0;
    font-size: 12px;
    white-space: pre-wrap;
    word-break: break-word;
    color: var(--color-gray-666);
}
/* _content/FamilyTree.Web/Components/PanelLayout.razor.rz.scp.css */
.panel-layout[b-2adqd7ls91] {
    background: var(--color-white);
    border-radius: 0;
    border: 1px solid var(--color-gray-e0);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.panel-header[b-2adqd7ls91] {
    border-color: var(--color-gray-e0) !important;
    min-height: 3.5rem; /* Fixed height for consistent header sizing */
}

.panel-header .d-flex[b-2adqd7ls91] {
    width: 100%;
}

.panel-header .btn[b-2adqd7ls91] {
    line-height: 1;
    display: flex;
    align-items: center;
}

.panel-header h3[b-2adqd7ls91] {
    color: var(--color-gray-333);
}

.panel-content[b-2adqd7ls91] {
    background: var(--color-white);
    color: var(--color-gray-333);
    flex: 1;
    min-height: 0;
    overflow: auto;
}

/* _content/FamilyTree.Web/Components/PersonEvents.razor.rz.scp.css */
.person-events[b-8dxbk8jgp8] {
    display: flex;
    flex-direction: column;
}

.events-list[b-8dxbk8jgp8] {
    flex: 1;
    overflow-y: auto;
}

.event-item[b-8dxbk8jgp8] {
    transition: background-color 0.2s ease;
}

.event-item:hover[b-8dxbk8jgp8] {
    background-color: var(--color-gray-f8);
}

.event-item:last-child[b-8dxbk8jgp8] {
    border-bottom: none !important;
}

.event-icon[b-8dxbk8jgp8] {
    flex-shrink: 0;
}

.event-details[b-8dxbk8jgp8] {
    min-width: 0;
}

.event-title[b-8dxbk8jgp8] {
    color: var(--color-gray-333);
    margin-bottom: 0.25rem;
}

.event-meta[b-8dxbk8jgp8] {
    color: var(--color-gray-666);
    line-height: 1.2;
}

.event-item .btn[b-8dxbk8jgp8] {
    flex-shrink: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.event-item:hover .btn[b-8dxbk8jgp8] {
    opacity: 1;
}
/* _content/FamilyTree.Web/Components/PersonInterview.razor.rz.scp.css */
.person-interview[b-n5ei5hxt9v] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.chat-container[b-n5ei5hxt9v] {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
    flex: 1;
}

.chat-messages[b-n5ei5hxt9v] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.message[b-n5ei5hxt9v] {
    max-width: 80%;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    position: relative;
}

.user-message[b-n5ei5hxt9v] {
    align-self: flex-end;
    background-color: #007bff;
    color: white;
    border-bottom-right-radius: 0.25rem;
}

.ai-message[b-n5ei5hxt9v] {
    align-self: flex-start;
    background-color: #f8f9fa;
    border-bottom-left-radius: 0.25rem;
}

.message-content[b-n5ei5hxt9v] {
    margin-bottom: 0.25rem;
}

.message-time[b-n5ei5hxt9v] {
    font-size: 0.75rem;
    opacity: 0.8;
    text-align: right;
}

.chat-input[b-n5ei5hxt9v] {
    display: flex;
    gap: 0.5rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.chat-input input[b-n5ei5hxt9v] {
    flex: 1;
}

.chat-input button[b-n5ei5hxt9v] {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-input button:disabled[b-n5ei5hxt9v] {
    opacity: 0.5;
    cursor: not-allowed;
}

.typing-cursor[b-n5ei5hxt9v] {
    display: inline-block;
    animation: blink-b-n5ei5hxt9v 1s infinite;
    margin-left: 2px;
    font-weight: bold;
    color: var(--theme-primary-color);
}

@keyframes blink-b-n5ei5hxt9v {
    0%, 50% {
        opacity: 1;
    }
    51%, 100% {
        opacity: 0;
    }
}

/* Debug controls styling */
.debug-controls[b-n5ei5hxt9v] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 1rem;
}

/* Discrete standalone skill calls styling */
.skill-calls-standalone[b-n5ei5hxt9v] {
    margin: 0;
    padding: 0;
}

.skill-call-inline[b-n5ei5hxt9v] {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    color: var(--color-gray-666);
    opacity: 0.7;
    background: none;
    border: none;
    transition: opacity 0.2s ease;
    line-height: 1.2;
}

.skill-call-inline:hover[b-n5ei5hxt9v] {
    opacity: 1;
}

.skill-call-inline.success[b-n5ei5hxt9v] {
    color: var(--color-gray-666);
}

.skill-call-inline.error[b-n5ei5hxt9v] {
    color: var(--bs-danger, #dc3545);
    opacity: 0.8;
}

.skill-call-inline.error:hover[b-n5ei5hxt9v] {
    opacity: 1;
}

.skill-call-inline.system-prompt[b-n5ei5hxt9v] {
    color: var(--color-gray-666);
    opacity: 0.6;
    font-style: italic;
}

.skill-call-inline.system-prompt:hover[b-n5ei5hxt9v] {
    opacity: 1;
}

.skill-call-icon[b-n5ei5hxt9v] {
    display: none;
}

.skill-call-icon.error-icon[b-n5ei5hxt9v] {
    display: inline;
    margin-right: 0.25rem;
    font-size: 0.875rem;
}

.skill-call-content[b-n5ei5hxt9v] {
    display: inline;
}

.skill-call-clickable:hover[b-n5ei5hxt9v] {
    opacity: 1;
    text-decoration: underline;
}

.skill-call-description[b-n5ei5hxt9v] {
    font-weight: normal;
    color: inherit;
    margin: 0;
    display: inline;
}

.skill-call-error[b-n5ei5hxt9v] {
    display: inline;
    color: inherit;
    font-size: inherit;
    margin: 0;
}

.skill-call-meta[b-n5ei5hxt9v] {
    display: inline;
    font-size: inherit;
    color: inherit;
    opacity: inherit;
}

.skill-call-details[b-n5ei5hxt9v] {
    border: 1px solid var(--color-gray-ddd);
    border-radius: 4px;
    background-color: var(--color-white);
}

.skill-call-section[b-n5ei5hxt9v] {
    border-bottom: 1px solid var(--color-gray-e0);
}

.skill-call-section:last-child[b-n5ei5hxt9v] {
    border-bottom: none;
}

.skill-call-section-title[b-n5ei5hxt9v] {
    background-color: var(--color-gray-f8);
    margin: 0;
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--theme-primary-color);
    border-bottom: 1px solid var(--color-gray-e0);
}

.skill-call-result[b-n5ei5hxt9v] {
    background-color: var(--color-white);
    border: none;
    border-radius: 0;
    padding: 0.75rem;
    font-size: 0.75rem;
    max-height: 300px;
    overflow-y: auto;
}

.skill-call-result pre[b-n5ei5hxt9v] {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: 'Courier New', Courier, monospace;
    color: var(--theme-primary-color);
    font-size: 0.75rem;
    line-height: 1.4;
}

.error-details[b-n5ei5hxt9v] {
    background-color: #fff5f5;
    border-left: 3px solid var(--bs-danger, #dc3545);
}

.error-details pre[b-n5ei5hxt9v] {
    color: var(--bs-danger, #dc3545);
    font-weight: 500;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .debug-controls[b-n5ei5hxt9v] {
        flex-wrap: wrap;
    }
    
    .skill-call-inline[b-n5ei5hxt9v] {
        padding: 0.375rem 0.5rem;
        font-size: 0.8125rem;
    }
    
    .skill-call-description[b-n5ei5hxt9v] {
        font-size: 0.8125rem;
    }
}
/* _content/FamilyTree.Web/Components/PersonStorySummary.razor.rz.scp.css */
.person-story-summary[b-rsmlxsiln9] {
    min-height: 400px;
}

.story-content[b-rsmlxsiln9] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
}

.story-header[b-rsmlxsiln9] {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.story-title[b-rsmlxsiln9] {
    margin: 0;
    color: #495057;
    font-weight: 600;
}

.story-body[b-rsmlxsiln9] {
    padding: 1.5rem;
    line-height: 1.6;
    color: #212529;
}

.story-body[b-rsmlxsiln9] (p) {
    margin-bottom: 1rem;
}

.story-body[b-rsmlxsiln9] (p:last-child) {
    margin-bottom: 0;
}

.story-body[b-rsmlxsiln9] (strong) {
    color: #495057;
    font-weight: 600;
}

/* _content/FamilyTree.Web/Components/ProfilePictureUpload.razor.rz.scp.css */
.profile-picture-container[b-q8s8asm7qu] {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.profile-picture[b-q8s8asm7qu] {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    object-fit: cover;
    transition: all 0.3s ease;
    border: 2px solid #dee2e6;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.profile-picture:hover[b-q8s8asm7qu] {
    opacity: 0.8;
    transform: scale(1.05);
} 
/* _content/FamilyTree.Web/Components/ProfileSection.razor.rz.scp.css */
.profile-section[b-wge8u2tptc] {
    margin-bottom: 2rem;
}

.profile-header[b-wge8u2tptc] {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.profile-image[b-wge8u2tptc] {
    flex-shrink: 0;
}

.profile-info[b-wge8u2tptc] {
    flex-grow: 1;
}

.profile-name[b-wge8u2tptc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.profile-name h1[b-wge8u2tptc] {
    margin: 0;
}

.profile-actions[b-wge8u2tptc] {
    display: flex;
    gap: 0.5rem;
}

.info-line[b-wge8u2tptc] {
    margin-bottom: 0.5rem;
}

.biography[b-wge8u2tptc] {
    margin-top: 1rem;
    white-space: pre-wrap;
}

/* Profile Completion Card Styling */
.profile-completion-card[b-wge8u2tptc] {
    background-color: var(--color-white);
    border-radius: 8px;
    padding: 12px;
    margin: 8px 0;
    box-shadow: 0 2px 4px var(--shadow-color);
    border: 1px solid var(--color-gray-ddd);
}

.profile-completion-header[b-wge8u2tptc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.profile-completion-label[b-wge8u2tptc] {
    font-weight: 500;
    color: var(--theme-primary-color);
    font-size: 0.9rem;
}

.profile-completion-percentage[b-wge8u2tptc] {
    font-weight: 600;
    color: var(--theme-primary-color);
    font-size: 1rem;
}

.profile-completion-progress[b-wge8u2tptc] {
    height: 12px;
    margin-bottom: 6px;
    background-color: var(--color-gray-e0);
    border-radius: 6px;
    overflow: hidden;
}

.profile-completion-progress .progress-bar[b-wge8u2tptc] {
    border-radius: 6px;
    transition: width 0.3s ease;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 12px;
}

.profile-completion-status-section[b-wge8u2tptc] {
    text-align: center;
}

.profile-completion-status[b-wge8u2tptc] {
    font-weight: 500;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 8px;
    color: var(--theme-primary-color);
}

.profile-completion-missing[b-wge8u2tptc] {
    margin-top: 6px;
}

.missing-fields-label[b-wge8u2tptc] {
    color: var(--color-gray-666);
    font-weight: 500;
    font-size: 0.8rem;
    display: block;
    margin-bottom: 4px;
}

.missing-fields-list[b-wge8u2tptc] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}

.missing-field-tag[b-wge8u2tptc] {
    background-color: var(--color-gray-f0);
    color: var(--theme-primary-color);
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid var(--color-gray-e0);
}

.missing-field-tag.more-fields[b-wge8u2tptc] {
    background-color: var(--color-gray-e0);
    color: var(--color-gray-666);
    font-style: italic;
}

/* Progress bar colors using predefined profile completion variables */
.profile-completion-progress .bg-danger[b-wge8u2tptc] {
    background-color: var(--profile-weak);
}

.profile-completion-progress .bg-warning[b-wge8u2tptc] {
    background-color: var(--profile-good);
}

.profile-completion-progress .bg-info[b-wge8u2tptc] {
    background-color: var(--profile-strong);
}

.profile-completion-progress .bg-success[b-wge8u2tptc] {
    background-color: var(--profile-complete);
}

/* Text status styling using predefined profile completion colors */
.profile-completion-status.text-danger[b-wge8u2tptc] {
    color: var(--profile-weak);
    font-weight: 600;
}

.profile-completion-status.text-warning[b-wge8u2tptc] {
    color: var(--profile-good);
    font-weight: 600;
}

.profile-completion-status.text-info[b-wge8u2tptc] {
    color: var(--profile-strong);
    font-weight: 600;
}

.profile-completion-status.text-success[b-wge8u2tptc] {
    color: var(--profile-complete);
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .profile-completion-card[b-wge8u2tptc] {
        padding: 8px;
        margin: 4px 0;
    }
    
    .profile-completion-header[b-wge8u2tptc] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    
    .profile-completion-percentage[b-wge8u2tptc] {
        align-self: flex-end;
    }
}

/* Animation for when the component loads */
.profile-completion-card[b-wge8u2tptc] {
    animation: slideIn-b-wge8u2tptc 0.3s ease-out;
}

@keyframes slideIn-b-wge8u2tptc {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover effect for better interactivity */
.profile-completion-card:hover[b-wge8u2tptc] {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

/* _content/FamilyTree.Web/Components/Shared/EntityRevisionsComponent.razor.rz.scp.css */
.revisions-section[b-vlvo4shn1m] {
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem;
}

.revisions-section h6[b-vlvo4shn1m] {
    color: var(--theme-primary-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

.revision-item[b-vlvo4shn1m] {
    border-left: 3px solid var(--bs-secondary);
    background-color: #f8f9fa;
    border-radius: 4px;
    margin-left: 0.5rem;
}

.revision-item:last-child[b-vlvo4shn1m] {
    margin-bottom: 0;
}

.badge[b-vlvo4shn1m] {
    font-size: 0.75rem;
}
/* _content/FamilyTree.Web/Components/Shared/MarkdownRenderer.razor.rz.scp.css */
.markdown-content[b-530udzxchy] {
    color: var(--theme-primary-color);
    line-height: 1.6;
}

.markdown-content h1[b-530udzxchy],
.markdown-content h2[b-530udzxchy],
.markdown-content h3[b-530udzxchy],
.markdown-content h4[b-530udzxchy],
.markdown-content h5[b-530udzxchy],
.markdown-content h6[b-530udzxchy] {
    color: var(--theme-primary-color);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.markdown-content h1[b-530udzxchy] {
    font-size: 1.5rem;
    border-bottom: 2px solid var(--color-gray-e0);
    padding-bottom: 0.5rem;
}

.markdown-content h2[b-530udzxchy] {
    font-size: 1.25rem;
    border-bottom: 1px solid var(--color-gray-e0);
    padding-bottom: 0.25rem;
}

.markdown-content h3[b-530udzxchy] {
    font-size: 1.1rem;
}

.markdown-content p[b-530udzxchy] {
    margin-bottom: 1rem;
    color: var(--color-gray-333);
}

.markdown-content ul[b-530udzxchy],
.markdown-content ol[b-530udzxchy] {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.markdown-content li[b-530udzxchy] {
    margin-bottom: 0.25rem;
    color: var(--color-gray-333);
}

.markdown-content blockquote[b-530udzxchy] {
    border-left: 4px solid var(--theme-primary-color);
    padding-left: 1rem;
    margin: 1rem 0;
    color: var(--color-gray-666);
    font-style: italic;
}

.markdown-content pre[b-530udzxchy] {
    background-color: var(--color-gray-f8);
    border: 1px solid var(--color-gray-e0);
    border-radius: 4px;
    padding: 1rem;
    overflow-x: auto;
    margin-bottom: 1rem;
}

.markdown-content pre code[b-530udzxchy] {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: var(--theme-primary-color) !important;
}

.markdown-content code[b-530udzxchy] {
    background-color: var(--color-gray-f0);
    border: 1px solid var(--color-gray-e0);
    border-radius: 3px;
    padding: 0.125rem 0.25rem;
    font-size: 0.875em;
    color: var(--theme-primary-color);
}

.markdown-content table[b-530udzxchy] {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

.markdown-content th[b-530udzxchy],
.markdown-content td[b-530udzxchy] {
    padding: 0.5rem;
    border: 1px solid var(--color-gray-ddd);
    text-align: left;
}

.markdown-content th[b-530udzxchy] {
    background-color: var(--color-gray-f8);
    font-weight: 600;
    color: var(--theme-primary-color);
}

.markdown-content td[b-530udzxchy] {
    color: var(--color-gray-333);
}

.markdown-content a[b-530udzxchy] {
    color: var(--theme-primary-color);
    text-decoration: underline;
}

.markdown-content a:hover[b-530udzxchy] {
    color: var(--color-gray-333);
}

.markdown-content strong[b-530udzxchy] {
    font-weight: 600;
    color: var(--theme-primary-color);
}

.markdown-content em[b-530udzxchy] {
    font-style: italic;
    color: var(--color-gray-666);
}

.markdown-content hr[b-530udzxchy] {
    border: none;
    border-top: 1px solid var(--color-gray-e0);
    margin: 2rem 0;
}
/* _content/FamilyTree.Web/Components/Shared/Modal.razor.rz.scp.css */
.modal[b-jyl0rb5li1] {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog[b-jyl0rb5li1] {
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal-content[b-jyl0rb5li1] {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.modal-header[b-jyl0rb5li1] {
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title[b-jyl0rb5li1] {
    margin: 0;
    font-size: 1.25rem;
    color: var(--theme-primary-color);
}

.modal-body[b-jyl0rb5li1] {
    padding: 1rem;
    color: var(--theme-primary-color);
}

.modal-footer[b-jyl0rb5li1] {
    padding: 1rem;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.modal-backdrop[b-jyl0rb5li1] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
} 
/* _content/FamilyTree.Web/Components/Shared/PersonImage.razor.rz.scp.css */
.person-image img[b-yr37s1z6vl] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 2px solid white;
} 
/* _content/FamilyTree.Web/Components/Shared/PersonReference.razor.rz.scp.css */
.person-reference[b-lnpw07vxks] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: currentColor;
    text-decoration: none;
}

.person-reference:hover[b-lnpw07vxks] {
    color: currentColor;
    text-decoration: underline;
}

.person-reference img[b-lnpw07vxks] {
    width: 1.4em;
    height: 1.4em;
    border-radius: 50%;
    object-fit: cover;
} 
/* _content/FamilyTree.Web/Components/Shared/PersonSelector.razor.rz.scp.css */
.person-selector-input[b-rskosxn6ae] {
    position: relative;
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    height: auto;
    min-height: calc(1.625rem + 0.625rem + 32px);
}

.person-selector-input:focus-within[b-rskosxn6ae] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.person-search-input:focus[b-rskosxn6ae] {
    outline: none;
}

.search-results[b-rskosxn6ae] {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    margin-top: 0.25rem;
    position: absolute;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.search-result-item[b-rskosxn6ae] {
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.search-result-item:hover[b-rskosxn6ae] {
    background-color: #f8f9fa;
}

.search-result-item.add-new[b-rskosxn6ae] {
    display: flex;
    align-items: center;
}

.search-result-item.add-new:hover[b-rskosxn6ae] {
    background-color: #f8f9fa;
}

.selected-people-list[b-rskosxn6ae] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.selected-person[b-rskosxn6ae] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #e9ecef;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.remove-person-btn[b-rskosxn6ae] {
    opacity: 0.5;
    transition: opacity 0.2s;
}

.remove-person-btn:hover[b-rskosxn6ae] {
    opacity: 1;
    color: var(--bs-secondary);
}
/* _content/FamilyTree.Web/Components/Shared/PersonTreeNode.razor.rz.scp.css */
.person-tree-node[b-1o3xhzn0ho] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75em;
    width: max-content;
}

.person-tree-node.main-person > .current-person-container > .person-info[b-1o3xhzn0ho],
.person-tree-node.main-person > .current-person-container > a.person-info[b-1o3xhzn0ho] {
    border-color: white;
    border-width: 3px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
    cursor: default;
}

.person-tree-node.main-person > .current-person-container > div.person-info:hover[b-1o3xhzn0ho] {
    background: rgba(255, 255, 255, 0.15);
    border-color: white;
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

/* Font sizes and image sizes are now handled by inline styles for better scalability */

.loading-spinner[b-1o3xhzn0ho] {
    padding: 1rem;
}

.parents-level[b-1o3xhzn0ho] {
    display: flex;
    gap: 0.5em;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: max-content;
}

.current-person-container[b-1o3xhzn0ho] {
    display: flex;
    justify-content: center;
}

.person-info[b-1o3xhzn0ho] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25em;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 0.75em;
    background: rgba(255, 255, 255, 0.05);
    color: white;
    text-decoration: none;
    transition: all 0.2s ease;
}

a.person-info[b-1o3xhzn0ho] {
    color: white;
    text-decoration: none;
}

a.person-info:hover[b-1o3xhzn0ho] {
    color: white;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.person-info img[b-1o3xhzn0ho] {
    border-radius: 50%;
    object-fit: cover;
}

.person-info span:not(.relationship-label)[b-1o3xhzn0ho] {
    text-align: center;
}

.relationship-label[b-1o3xhzn0ho] {
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    text-align: center;
}

.children-level[b-1o3xhzn0ho] {
    display: flex;
    gap: 0.5em;
    justify-content: center;
    flex-wrap: nowrap;
    width: max-content;
    align-items: flex-start;
}

.parent-placeholder[b-1o3xhzn0ho],
.child-placeholder[b-1o3xhzn0ho] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-parent-btn[b-1o3xhzn0ho],
.add-child-btn[b-1o3xhzn0ho] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25em;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 0.75em;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    /* Match person-info dimensions exactly */
    min-height: auto;
    height: auto;
}

.add-parent-btn:hover[b-1o3xhzn0ho],
.add-child-btn:hover[b-1o3xhzn0ho] {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.add-parent-btn .oi[b-1o3xhzn0ho],
.add-child-btn .oi[b-1o3xhzn0ho] {
    font-size: 1.2rem;
}

.add-parent-btn span:last-child[b-1o3xhzn0ho],
.add-child-btn span:last-child[b-1o3xhzn0ho] {
    font-size: 0.9rem;
    font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .person-tree-node[b-1o3xhzn0ho] {
        gap: 0.5em;
    }
    
    .parents-level[b-1o3xhzn0ho],
    .children-level[b-1o3xhzn0ho] {
        gap: 0.25em;
    }
}
/* _content/FamilyTree.Web/Components/Shared/RelativioText.razor.rz.scp.css */
.relativio-text[b-ku01pt4uwg] {
    font-family: ui-sans-serif, -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
    font-weight: 700;
}

.rela-segment[b-ku01pt4uwg] {
    font-weight: 700;
}

.tiv-segment[b-ku01pt4uwg] {
    font-weight: 700;
}

.io-segment[b-ku01pt4uwg] {
    color: var(--accent-color);
    font-weight: 700;
}
/* _content/FamilyTree.Web/Pages/EventPage.razor.rz.scp.css */
.event-page[b-l531ozgc1b] {
    max-width: 800px;
    margin: 0 auto;
}

.event-type-header[b-l531ozgc1b] {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
}

.loading-container[b-l531ozgc1b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.loading-text[b-l531ozgc1b] {
    margin-top: 1rem;
    font-size: 1.1rem;
}
/* _content/FamilyTree.Web/Pages/Index.razor.rz.scp.css */
.landing-page[b-fnvvq848yp] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.hero[b-fnvvq848yp] {
    background: #f8f8f8;
    padding: 80px 20px;
    text-align: center;
    border-radius: 10px;
    margin: 20px 0;
    border: 1px solid #e0e0e0;
}

.hero h1[b-fnvvq848yp] {
    font-size: 3rem;
    color: var(--theme-primary-color);
    margin-bottom: 20px;
}

.subheading[b-fnvvq848yp] {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.cta-button[b-fnvvq848yp] {
    background-color: var(--theme-primary-color);
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cta-button:hover[b-fnvvq848yp] {
    background-color: #333;
}

.how-it-works[b-fnvvq848yp] {
    padding: 60px 0;
    text-align: center;
}

.how-it-works h2[b-fnvvq848yp] {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.steps[b-fnvvq848yp] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}

.step[b-fnvvq848yp] {
    flex: 1;
    min-width: 250px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.step-number[b-fnvvq848yp] {
    width: 40px;
    height: 40px;
    background-color: var(--theme-primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.2rem;
}

.testimonials[b-fnvvq848yp] {
    background-color: #f8f8f8;
    padding: 60px 0;
    text-align: center;
}

.testimonial[b-fnvvq848yp] {
    max-width: 800px;
    margin: 0 auto;
}

blockquote[b-fnvvq848yp] {
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author[b-fnvvq848yp] {
    font-weight: bold;
}

 
/* _content/FamilyTree.Web/Pages/Invite.razor.rz.scp.css */
.invite-container[b-ncw6bs26jm] {
    max-width: 600px;
    margin: 0 auto;
}

.invite-details[b-ncw6bs26jm] {
    text-align: center;
}

.loading-container[b-ncw6bs26jm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    gap: 1rem;
}

.loading-text[b-ncw6bs26jm] {
    font-size: 1.1rem;
} 
/* _content/FamilyTree.Web/Pages/Notifications.razor.rz.scp.css */
.notifications-page[b-9l7ghavf2k] {
    max-width: 800px;
    margin: 0 auto;
}

.notifications-header[b-9l7ghavf2k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.notifications-container[b-9l7ghavf2k] {
    margin-top: 2rem;
}

.notification-section[b-9l7ghavf2k] {
    margin-bottom: 2rem;
}

.notification-section h2[b-9l7ghavf2k] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.notification-list[b-9l7ghavf2k] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.notification-item[b-9l7ghavf2k] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background-color: var(--color-white);
    color: var(--theme-primary-color);
    border-radius: 8px;
    border: 1px solid var(--color-gray-e0);
    transition: all 0.3s ease;
    cursor: pointer;
}

.notification-item:hover[b-9l7ghavf2k] {
    background-color: var(--color-gray-f8);
}

.notification-item.new[b-9l7ghavf2k] {
    background-color: var(--color-gray-f8);
    border-left: 4px solid var(--theme-primary-color);
}

.notification-icon[b-9l7ghavf2k] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--color-gray-f8);
    border-radius: 50%;
    overflow: hidden;
}

.profile-picture[b-9l7ghavf2k] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notification-content[b-9l7ghavf2k] {
    flex: 1;
}

.notification-title[b-9l7ghavf2k] {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.notification-message[b-9l7ghavf2k] {
    margin-bottom: 0.25rem;
}

.notification-time[b-9l7ghavf2k] {
    font-size: 0.875rem;
    color: var(--color-gray-666);
}

.empty-state[b-9l7ghavf2k] {
    text-align: center;
    padding: 3rem;
}

.empty-state .oi[b-9l7ghavf2k] {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
} 
/* _content/FamilyTree.Web/Pages/PersonView.razor.rz.scp.css */
/* Custom styles that can't be replaced with Bootstrap */
.person-layout[b-2lh68v3pjx] {
    background-color: var(--color-gray-f8);
}

/* Override Bootstrap bg-light to use our theme colors */
.bg-light[b-2lh68v3pjx] {
    background-color: var(--color-gray-f8) !important;
}

/* Ensure proper flex behavior */
.flex-1[b-2lh68v3pjx] {
    flex: 1;
}

/* Column width control */
.interview-width[b-2lh68v3pjx] {
    flex: 0 0 500px; /* Fixed width of 500px for interview panel */
    max-width: 500px;
}

.right-column-width[b-2lh68v3pjx] {
    flex: 1; /* Take remaining space */
}

/* Top panels row - takes exactly half the right column height */
.top-panels-row[b-2lh68v3pjx] {
    flex: 1 1 50%; /* Half of right column height */
    max-height: 50%; /* Prevent expansion beyond 50% */
    min-height: 0; /* Allow content to shrink and scroll */
}

.events-panel[b-2lh68v3pjx] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tree-panel[b-2lh68v3pjx] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Story panel - takes exactly half the right column height to match events/tree */
.story-panel[b-2lh68v3pjx] {
    flex: 1 1 50%; /* Half of right column height, same as top-panels-row */
    max-height: 50%; /* Prevent expansion beyond 50% */
    min-height: 0; /* Allow content to shrink and scroll */
    display: flex;
    flex-direction: column;
}



/* Interview Panel */
.placeholder-content[b-2lh68v3pjx] {
    color: var(--color-gray-666);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.placeholder-content p[b-2lh68v3pjx] {
    color: var(--color-gray-666);
}

/* Events Panel */
.event-arrow[b-2lh68v3pjx] {
    color: var(--color-gray-666);
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Tree Panel */
.tree-visualization[b-2lh68v3pjx] {
    position: relative;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tree-node[b-2lh68v3pjx] {
    width: 80px;
    height: 80px;
    font-size: 1rem;
}

.empty-node[b-2lh68v3pjx] {
    background: var(--color-gray-f0);
    border: 2px dashed var(--color-gray-ccc);
    color: var(--color-gray-666);
}

.current-node[b-2lh68v3pjx] {
    background: var(--bs-success);
    color: var(--color-white);
    border: 2px solid var(--brand-color);
}

/* Story Panel */
.story-text[b-2lh68v3pjx] {
    color: var(--color-gray-333);
    line-height: 1.6;
}

.story-text p[b-2lh68v3pjx] {
    color: var(--color-gray-333);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .person-layout[b-2lh68v3pjx] {
        flex-direction: column;
        height: auto;
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .person-layout[b-2lh68v3pjx] {
        padding: 0.5rem;
        gap: 1rem;
    }
}
/* _content/FamilyTree.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-3flmadlrlb] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main[b-3flmadlrlb] {
    flex: 1;
    min-height: 0;
}

.top-bar[b-3flmadlrlb] {
    background-color: var(--theme-primary-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 3.5rem;
    position: relative;
    z-index: 1000;
}

.top-bar-content[b-3flmadlrlb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 1rem;
    width: 100%;
}

.current-person[b-3flmadlrlb] {
    color: white;
    font-weight: 500;
    font-size: 1.1rem;
}

.top-nav[b-3flmadlrlb] {
    display: flex;
    align-items: center;
}

/* Fixed version info at bottom right */
.fixed-version-info[b-3flmadlrlb] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.7);
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.8rem;
    z-index: 1000;
    backdrop-filter: blur(4px);
}

.fixed-version-info small[b-3flmadlrlb] {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Default page content - no margins/padding */
.content[b-3flmadlrlb] {
    max-width: none;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Content with spacing - pages can add this class if they want margins */
.content-spaced[b-3flmadlrlb] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

@media (min-width: 641px) {
    .content-spaced[b-3flmadlrlb] {
        padding: 2rem;
    }
}

@media (min-width: 768px) {
    .content-spaced[b-3flmadlrlb] {
        padding: 2rem 3rem;
    }
}

@media (min-width: 992px) {
    .content-spaced[b-3flmadlrlb] {
        padding: 2rem 4rem;
    }
}
/* _content/FamilyTree.Web/Shared/NavMenu.razor.rz.scp.css */
.top-nav-menu[b-bd61elgbv1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav-items[b-bd61elgbv1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-item[b-bd61elgbv1] {
    display: flex;
    align-items: center;
}

.nav-link[b-bd61elgbv1] {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

/* Ensure NavLink components also use white color */
.nav-items a.nav-link[b-bd61elgbv1] {
    color: rgba(255, 255, 255, 0.8) !important;
}

.nav-link:hover[b-bd61elgbv1],
.nav-items a.nav-link:hover[b-bd61elgbv1] {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.nav-link.active[b-bd61elgbv1],
.nav-items a.nav-link.active[b-bd61elgbv1] {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.2);
}

.nav-link .oi[b-bd61elgbv1] {
    font-size: 1rem;
}

.notification-badge[b-bd61elgbv1] {
    margin-left: 0.25rem;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

/* Logout positioning */
.nav-logout[b-bd61elgbv1] {
    margin-left: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .nav-items[b-bd61elgbv1] {
        gap: 0.25rem;
    }
    
    .nav-link[b-bd61elgbv1] {
        padding: 0.375rem 0.5rem;
        font-size: 0.8rem;
    }
} 
