.vp-layout { display: flex; flex-direction: column; gap: var(--space-lg); }
.vp-content { flex-grow: 1; min-width: 0; display: flex; flex-direction: column; gap: var(--space-lg); }
.vp-sidebar { flex-shrink: 0; width: 100%; }
.vp-anchor {
display: block;
height: 0;
overflow: hidden;
scroll-margin-top: calc(var(--header-height, 64px) + var(--space-md, 16px));
}
.vp-breadcrumbs {
margin-bottom: var(--space-lg);
}
.vp-header { padding: var(--space-xs) 0; }
.vp-header-row {
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
gap: var(--space-md);
width: 100%;
}
.vp-nav-button {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 7px 10px;
border-radius: var(--radius-md);
background: transparent;
border: none;
color: var(--color-text-muted);
text-decoration: none;
font-family: var(--font-sans);
font-size: 0.85rem;
font-weight: 500;
transition: color var(--transition-base), background-color var(--transition-base);
cursor: pointer;
line-height: 1.2;
}
.vp-nav-button:hover {
color: var(--color-primary);
background-color: color-mix(in srgb, var(--color-primary) 7%, transparent);
}
.vp-nav-button .nav-text-desktop { display: none; }
.vp-nav-button .nav-text-mobile { display: inline; }
.vp-nav-button--prev { grid-column: 1; justify-self: start; }
.vp-nav-button--next { grid-column: 3; justify-self: end; }
.vp-nav-button i { font-size: 0.78rem; opacity: 0.7; }
.vp-nav-button:hover i { opacity: 1; }
.vp-nav-placeholder {
display: block;
height: 1px;
}
.vp-card-header { display: flex; justify-content: space-between; align-items: center; padding: var(--space-md) var(--space-lg); border-bottom: 1px solid var(--color-border); }
.vp-card-header h2 { margin: 0; font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; }
.vp-verse-card, .vp-study-tools, .vp-sidebar-card { background-color: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-lg); overflow: hidden; }
.vp-card-content, .vp-panel-content { padding: var(--space-lg); }
.vp-verse-card .vp-panel-content { padding: var(--space-lg); }
.vp-version-tabs-container {
display: flex;
align-items: center;
gap: var(--space-sm);
padding: var(--space-sm) var(--space-md);
position: relative;
border-bottom: 1px solid var(--color-border);
background: color-mix(in srgb, var(--color-border) 18%, transparent);
}
.vp-version-tabs-eyebrow {
font-family: var(--font-sans);
font-size: 0.65rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--color-text-muted);
flex-shrink: 0;
padding-right: var(--space-xs);
border-right: 1px solid var(--color-border);
margin-right: var(--space-xs);
}
.vp-version-mobile-row { display: none; flex: 1; min-width: 0; }
.vp-version-tabs {
display: none;
gap: 2px;
overflow-x: auto;
scrollbar-width: none;
align-items: center;
flex: 1;
min-width: 0;
}
.vp-version-tabs::-webkit-scrollbar { display: none; }
.vp-version-tab {
padding: 4px 8px;
font-family: var(--font-mono, ui-monospace, "SF Mono", Menlo, monospace);
font-size: 0.72rem;
font-weight: 500;
letter-spacing: 0.04em;
color: var(--color-text-muted);
background: transparent;
border: none;
cursor: pointer;
transition: color var(--transition-base), background-color var(--transition-base);
white-space: nowrap;
border-radius: var(--radius-sm);
opacity: 0.6;
}
.vp-version-tab:hover { color: var(--color-text); opacity: 1; }
.vp-version-tab.active {
color: var(--color-primary);
opacity: 1;
font-weight: 700;
background: color-mix(in srgb, var(--color-primary) 10%, transparent);
}
.vp-version-select-mobile { display: block; width: 100%; height: 38px; border-radius: var(--radius-md); border: 1px solid var(--color-border); background-color: var(--color-surface-solid); padding: 0 var(--space-md); font-size: 0.9rem; color: var(--color-text); -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236B7280'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 1.25em 1.25em; padding-right: 2.5rem; }
.dark-mode .vp-version-select-mobile { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239CA3AF'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E"); }
.vp-version-lang-row { flex: 0 0 auto; display: flex; align-items: center; }
.vp-version-lang-select {
height: 30px;
max-width: 150px;
border-radius: var(--radius-sm);
border: 1px solid var(--color-border);
background-color: var(--color-surface-solid);
color: var(--color-text-muted);
font-size: 0.72rem;
padding: 0 1.6rem 0 0.55rem;
-webkit-appearance: none;
appearance: none;
cursor: pointer;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236B7280'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 0.4rem center;
background-size: 1.1em 1.1em;
}
.dark-mode .vp-version-lang-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239CA3AF'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E"); }
.vp-version-lang-select:hover { color: var(--color-text); border-color: color-mix(in srgb, var(--color-primary) 40%, var(--color-border)); }
@media (width <= 480px) { .vp-version-lang-select { max-width: 118px; } }
.vp-verse-text[dir="rtl"] { text-align: right; }
.vp-verse-panels-wrapper { position: relative; }
.vp-version-panel { display: none; }
.vp-version-panel.active { display: block; }
.vp-verse-text {
font-family: var(--font-serif);
font-size: clamp(1.4rem, 2.4vw, 1.7rem);
line-height: 1.55;
margin: 0;
color: var(--color-text);
}
.vp-verse-text sup { line-height: 0; }
.vp-verse-text .verse-omission-note {
font-style: italic;
font-size: 0.8em;
color: var(--color-text-muted);
}
.text--red-letter {
color: var(--color-red-letter);
}
.vp-verse-actions {
margin-top: var(--space-lg);
padding-top: var(--space-md);
border-top: 1px solid color-mix(in srgb, var(--color-border) 50%, transparent);
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--space-sm);
}
.vp-verse-utilities {
display: inline-flex;
align-items: center;
gap: 2px;
}
.vp-action-button {
height: 34px;
padding: 0 10px;
gap: 6px;
color: var(--color-text-muted);
font-size: 0.85rem;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: var(--radius-full);
border: none;
background-color: transparent;
cursor: pointer;
transition: color var(--transition-base), background-color var(--transition-base);
text-decoration: none;
}
.vp-action-button:hover { background-color: var(--color-surface-hover); color: var(--color-text); }
.vp-action-button.active { color: var(--color-primary); background-color: color-mix(in srgb, var(--color-primary) 15%, transparent); }
.save-favorite-btn-panel.active { color: var(--color-reaction-heart); background-color: color-mix(in srgb, var(--color-reaction-heart) 15%, transparent); }
.vp-action-label { font-size: 0.85rem; font-weight: 600; }
.vp-verse-utilities .vp-action-button {
width: 34px;
height: 34px;
padding: 0;
opacity: 0.7;
}
.vp-verse-utilities .vp-action-button:hover { opacity: 1; }
.vp-verse-actions .vp-ask-ai-btn {
color: var(--color-primary-contrast);
background: linear-gradient(135deg, var(--color-primary), color-mix(in srgb, var(--color-primary) 88%, black));
padding: 0 16px;
height: 36px;
box-shadow: 0 1px 2px color-mix(in srgb, var(--color-primary) 20%, transparent);
}
.vp-verse-actions .vp-ask-ai-btn:hover {
color: var(--color-primary-contrast);
background: linear-gradient(135deg, var(--color-primary-hover), color-mix(in srgb, var(--color-primary-hover) 85%, black));
}
.vp-verse-actions .vp-ask-ai-btn .trv-ai-sparkle { color: currentcolor; }
.vp-study-tools {
margin-top: var(--space-md);
position: relative;
}
.vp-study-tools::before {
content: '';
display: block;
width: 56px;
height: 2px;
background: var(--color-primary);
border-radius: 2px;
margin: 0 auto var(--space-lg);
opacity: 0.6;
}
.vp-notice {
display: grid;
grid-template-columns: auto 1fr auto auto;
align-items: center;
gap: var(--space-md);
padding: var(--space-md) var(--space-lg);
background: color-mix(in srgb, var(--color-primary) 5%, var(--color-surface));
border: 1px solid color-mix(in srgb, var(--color-primary) 18%, transparent);
border-left-width: 3px;
border-radius: var(--radius-lg);
transition: opacity 0.2s ease, transform 0.2s ease, max-height 0.25s ease, padding 0.25s ease, margin 0.25s ease;
overflow: hidden;
}
.vp-notice[hidden] { display: none; }
.vp-notice.is-dismissing {
opacity: 0;
transform: translateY(-4px);
max-height: 0;
padding-top: 0;
padding-bottom: 0;
margin-top: -1px;
border-width: 0;
border-left-width: 0;
}
.vp-notice-glyph {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background: color-mix(in srgb, var(--color-primary) 14%, transparent);
color: var(--color-primary);
font-size: 1rem;
flex-shrink: 0;
}
.vp-notice-body {
min-width: 0;
}
.vp-notice-title {
margin: 0 0 2px;
font-family: var(--font-sans);
font-size: 0.95rem;
font-weight: 600;
color: var(--color-text);
line-height: 1.3;
}
.vp-notice-native {
color: var(--color-text-muted);
font-weight: 500;
margin-left: 6px;
font-size: 0.92em;
}
.vp-notice-text {
margin: 0;
font-family: var(--font-sans);
font-size: 0.85rem;
line-height: 1.5;
color: var(--color-text-muted);
}
.vp-notice-text strong {
color: var(--color-text);
font-weight: 600;
}
.vp-notice-cta {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 14px;
border-radius: var(--radius-full);
background: var(--color-primary);
color: var(--color-primary-contrast);
font-family: var(--font-sans);
font-size: 0.85rem;
font-weight: 600;
text-decoration: none;
white-space: nowrap;
transition: background-color var(--transition-base);
flex-shrink: 0;
}
.vp-notice-cta:hover {
background: var(--color-primary-hover);
color: var(--color-primary-contrast);
}
.vp-notice-cta i {
font-size: 0.75rem;
transition: transform var(--transition-base);
}
.vp-notice-cta:hover i { transform: translateX(2px); }
.vp-notice-dismiss {
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
background: transparent;
border: none;
color: var(--color-text-muted);
font-size: 1.25rem;
line-height: 1;
cursor: pointer;
border-radius: var(--radius-full);
transition: color var(--transition-base), background-color var(--transition-base);
flex-shrink: 0;
}
.vp-notice-dismiss:hover {
color: var(--color-text);
background: var(--color-surface-hover);
}
@media (width <= 640px) {
.vp-notice {
grid-template-columns: auto 1fr auto;
grid-template-areas:
"glyph body dismiss"
"cta cta cta";
gap: var(--space-sm) var(--space-md);
padding: var(--space-md);
}
.vp-notice-glyph { grid-area: glyph; }
.vp-notice-body { grid-area: body; }
.vp-notice-cta { grid-area: cta; justify-content: center; padding: 10px var(--space-md); }
.vp-notice-dismiss { grid-area: dismiss; align-self: start; margin-top: -2px; }
}
.vp-study-heading {
display: flex;
align-items: center;
justify-content: center;
gap: var(--space-xs);
padding: var(--space-md) var(--space-lg);
border-bottom: 1px solid var(--color-border);
}
.vp-study-heading h3 {
font-family: var(--font-display);
font-size: 1rem;
font-weight: 600;
text-align: center;
color: var(--color-text);
margin: 0;
}
.vp-study-tabs {
display: flex;
justify-content: center;
gap: var(--space-sm);
padding: 0 var(--space-md);
background: transparent;
border-bottom: 1px solid var(--color-border);
}
.vp-study-tab {
flex: 0 1 auto;
padding: 12px calc(var(--space-md) + 10px) 9px var(--space-md);
text-align: center;
background: transparent;
border: none;
border-radius: 0;
cursor: pointer;
font-size: 0.9rem;
font-weight: 500;
color: var(--color-text-muted);
transition: color var(--transition-base);
position: relative;
z-index: 1;
margin-bottom: -1px;
}
.vp-study-tab::before {
content: '';
position: absolute;
inset: 0;
z-index: -1;
background: color-mix(in srgb, var(--color-surface-hover) 55%, var(--color-surface));
border: 1px solid var(--color-border);
border-bottom: none;
border-radius: 6px var(--radius-md) 0 0;
transform: perspective(10px) rotateX(2deg);
transform-origin: bottom left;
transition: background-color var(--transition-base);
}
.vp-study-tab:hover { color: var(--color-text); }
.vp-study-tab:hover::before { background: var(--color-surface-hover); }
.vp-study-tab.active {
color: var(--color-primary);
font-weight: 600;
z-index: 3;
}
.vp-study-tab.active::before { background: var(--color-surface); }
.vp-study-tab.active::after { display: none; }
@media (width <= 640px) {
.vp-study-tab { padding: 11px var(--space-sm) 9px; font-size: 0.8rem; }
.vp-study-tab::before {
transform: none;
border-radius: 6px 6px 0 0;
}
.vp-study-tabs { padding: 0 var(--space-sm); gap: var(--space-xs); }
}
.vp-study-tab-ext { font-size: 0.78em; opacity: 0.65; }
.vp-study-panel { display: none; }
.vp-study-panel.active { display: block; }
.vp-commentary details { border-bottom: 1px solid var(--color-border); }
.vp-commentary details:last-child { border-bottom: none; }
.vp-commentary summary { display: flex; align-items: center; justify-content: space-between; padding: var(--space-md) var(--space-sm); cursor: pointer; list-style: none; transition: background-color var(--transition-base); border-radius: var(--radius-md); }
.vp-commentary summary:hover { background-color: var(--color-surface-hover); }
.vp-commentary summary::-webkit-details-marker { display: none; }
.vp-commentary summary::after { content: '▾'; font-weight: bold; color: var(--color-text-muted); transition: transform 0.2s; margin-left: var(--space-sm); }
.vp-commentary details[open] > summary::after { transform: rotate(180deg); }
.vp-commentary h2, .vp-commentary h3, .vp-commentary h4 { margin: 0; padding: 0; border: none; font-family: var(--font-display); }
.vp-commentary .commentary-subsection summary h4 { font-size: 1.1rem; color: var(--color-text); font-weight: 600; }
.vp-commentary .details-content { padding: var(--space-sm) var(--space-sm) var(--space-md) var(--space-sm); }
.vp-commentary p, .vp-commentary li, .vp-cross-ref-text { font-family: var(--font-serif); font-size: 1.1rem; line-height: 1.8; margin-bottom: var(--space-md); }
.vp-commentary ul { list-style: disc; padding-left: var(--space-lg); margin-bottom: var(--space-md); }
.vp-commentary ol { padding-left: var(--space-lg); margin-bottom: var(--space-md); }
.vp-commentary a {
color: var(--color-primary);
text-decoration: underline;
text-decoration-thickness: 1.5px;
text-underline-offset: 3px;
}
.vp-commentary a:hover {
text-decoration-color: color-mix(in srgb, var(--color-primary) 50%, transparent);
}
.vp-commentary a.trv-link-preview { text-decoration-style: dotted; }
.vp-commentary blockquote { border-left: 3px solid var(--color-primary); padding: var(--space-sm) var(--space-lg); margin: var(--space-md) 0; background-color: var(--color-surface-hover); border-radius: 0 var(--radius-md) var(--radius-md) 0; }
.commentary-subsection-group { margin-top: var(--space-md); margin-left: var(--space-md); padding-left: var(--space-md); border-left: 2px solid var(--color-border); }
.commentary-note {
margin-top: var(--space-xl);
padding-top: var(--space-md);
border-top: 1px solid var(--color-border);
font-size: 0.82rem;
color: var(--color-text-muted);
line-height: 1.6;
}
.commentary-note strong { color: var(--color-text); }
.vp-copy-commentary-wrap { display: flex; align-items: center; justify-content: center; gap: var(--space-xs); flex-wrap: wrap; margin-top: var(--space-lg); padding-top: var(--space-md); border-top: 1px solid var(--color-border); }
.vp-copy-label { font-size: 0.85rem; color: var(--color-text-muted); }
.vp-copy-label i { margin-right: 3px; }
.vp-copy-btn { padding: 4px 12px; font-size: 0.8rem; border: 1px solid var(--color-border); border-radius: var(--radius-full); background: transparent; color: var(--color-text-muted); cursor: pointer; transition: all var(--transition-base); }
.vp-copy-btn:hover { background-color: var(--color-surface-hover); color: var(--color-text); }
.vp-copy-btn.copied { background-color: color-mix(in srgb, var(--color-primary) 15%, transparent); color: var(--color-primary); border-color: var(--color-primary); }
.vp-resources-intro {
font-family: var(--font-serif);
font-size: 1.05rem;
line-height: 1.7;
color: var(--color-text-muted);
margin: 0 0 var(--space-lg);
}
.vp-resources-intro strong { color: var(--color-text); }
.vp-resources-group { margin-bottom: var(--space-lg); }
.vp-resources-group:last-of-type { margin-bottom: 0; }
.vp-resources-group-title {
font-family: var(--font-sans);
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--color-text-muted);
margin: 0 0 var(--space-sm);
}
.vp-resources-list {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: var(--space-sm);
}
.vp-resource-card {
display: flex;
flex-direction: column;
gap: 4px;
height: 100%;
padding: var(--space-sm) var(--space-md);
border: 1px solid var(--color-border);
border-radius: var(--radius-md);
text-decoration: none;
color: inherit;
transition: border-color var(--transition-base), background-color var(--transition-base);
}
.vp-resource-card:hover {
background-color: var(--color-surface-hover);
border-color: color-mix(in srgb, var(--color-primary) 35%, var(--color-border));
}
.vp-resource-head {
display: flex;
align-items: center;
gap: var(--space-sm);
}
.vp-resource-icon {
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 26px;
height: 26px;
border-radius: 7px;
background: #fff;
border: 1px solid var(--color-border);
}
.vp-resource-icon img { width: 18px; height: 18px; border-radius: 3px; }
.vp-resource-name { flex: 1; min-width: 0; font-weight: 600; font-size: 0.95rem; color: var(--color-text); }
.vp-resource-arrow { font-size: 0.7rem; color: var(--color-text-muted); transition: color var(--transition-base); }
.vp-resource-card:hover .vp-resource-arrow { color: var(--color-primary); }
.vp-resource-desc { font-size: 0.85rem; line-height: 1.5; color: var(--color-text-muted); }
.vp-resource-meta { display: flex; align-items: center; gap: var(--space-xs); margin-top: 2px; flex-wrap: wrap; }
.vp-resource-domain { font-size: 0.75rem; color: color-mix(in srgb, var(--color-text-muted) 75%, transparent); }
.vp-resource-chip {
font-size: 0.68rem;
font-weight: 600;
line-height: 1;
padding: 3px 8px;
border-radius: var(--radius-full);
border: 1px solid var(--color-border);
color: var(--color-text-muted);
}
.vp-resource-chip--tradition {
border-color: color-mix(in srgb, var(--color-primary) 30%, transparent);
color: var(--color-primary);
}
.vp-resources-note {
margin: var(--space-lg) 0 0;
padding-top: var(--space-md);
border-top: 1px solid var(--color-border);
font-size: 0.85rem;
line-height: 1.6;
color: var(--color-text-muted);
}
@media (width <= 640px) {
.vp-resources-list { grid-template-columns: 1fr; }
}
.vp-cross-refs-list {
list-style: none;
}
.vp-cross-ref-item {
position: relative;
padding: 10px 0;
border-bottom: 1px solid color-mix(in srgb, var(--color-border) 60%, transparent);
}
.vp-cross-ref-item:first-child {
padding-top: 0;
}
.vp-cross-ref-item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.vp-cross-ref-title {
margin: 0 0 2px;
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--space-sm);
}
.vp-rel {
flex: none;
display: inline-block;
width: 46px;
height: 5px;
border-radius: 999px;
background: color-mix(in srgb, var(--color-text) 12%, transparent);
overflow: hidden;
}
.vp-rel-fill {
display: block;
height: 100%;
border-radius: inherit;
background: var(--color-primary);
}
.vp-rel--legend .vp-rel-fill {
width: 100%;
background: linear-gradient(to right, color-mix(in srgb, var(--color-primary) 22%, transparent), var(--color-primary));
}
.vp-rel-legend {
display: flex;
align-items: center;
gap: var(--space-xs);
margin-top: var(--space-sm);
padding-top: var(--space-sm);
border-top: 1px solid var(--color-border);
}
.vp-rel-legend-label {
font-size: 0.72rem;
color: var(--color-text-muted);
}
.vp-cross-ref-title a {
font-family: var(--font-sans);
font-weight: 700;
font-size: 0.82rem;
letter-spacing: 0.02em;
color: var(--color-primary);
text-decoration: none;
}
.vp-cross-ref-title a:hover {
text-decoration: underline;
}
.vp-cross-ref-text {
font-family: var(--font-serif);
line-height: 1.5;
color: var(--color-text-muted);
font-size: 0.88rem;
margin: 0;
}
.vp-card-empty {
color: var(--color-text-muted);
text-align: center;
font-style: italic;
padding: var(--space-xl) 0;
}
.vp-sidebar-card:not(:last-child) { margin-bottom: var(--space-xl); }
.vp-lookup-recent {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 5px 10px;
border: none;
background: transparent;
color: var(--color-text-muted);
font-family: var(--font-sans);
font-size: 0.78rem;
font-weight: 600;
border-radius: var(--radius-full);
cursor: pointer;
transition: color var(--transition-base), background-color var(--transition-base);
}
.vp-lookup-recent:hover {
color: var(--color-primary);
background: color-mix(in srgb, var(--color-primary) 8%, transparent);
}
.vp-lookup-recent i { font-size: 0.85rem; }
.vp-lookup-eyebrow {
display: block;
margin: 0 0 4px 2px;
font-family: var(--font-sans);
font-size: 0.62rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.14em;
color: var(--color-text-muted);
}
.vp-lookup-eyebrow + .lookup-row,
.vp-lookup-eyebrow + .lookup-row-compact {
margin-top: 0;
}
.vp-lookup-eyebrow:not(:first-child) {
margin-top: var(--space-md);
}
.vp-lookup-eyebrow-sep {
color: color-mix(in srgb, var(--color-text-muted) 60%, transparent);
margin: 0 2px;
font-weight: 400;
}
.vp-lookup-form .lookup-row { margin-bottom: 0; }
.vp-lookup-form .lookup-row-compact {
display: flex;
align-items: center;
gap: 6px;
}
.vp-lookup-form .form-group { flex-grow: 1; min-width: 0; }
.vp-lookup-colon {
font-family: var(--font-display);
font-size: 1.1rem;
color: var(--color-text-muted);
font-weight: 600;
line-height: 1;
flex-shrink: 0;
user-select: none;
}
.vp-lookup-form select {
width: 100%;
height: 42px;
padding: 0 var(--space-md);
border-radius: var(--radius-md);
border: 1px solid var(--color-border);
background-color: var(--color-surface-solid);
font-family: var(--font-sans);
font-size: 0.92rem;
color: var(--color-text);
-webkit-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236B7280'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 0.7rem center;
background-size: 1.1em 1.1em;
padding-right: 2.2rem;
cursor: pointer;
transition: border-color var(--transition-base), background-color var(--transition-base);
}
.vp-lookup-form select:hover:not(:disabled) {
border-color: color-mix(in srgb, var(--color-primary) 40%, var(--color-border));
}
.vp-lookup-form select:focus {
outline: none;
border-color: var(--color-primary);
box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 15%, transparent);
}
.vp-lookup-form select:disabled {
opacity: 0.55;
cursor: not-allowed;
}
.dark-mode .vp-lookup-form select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239CA3AF'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E"); }
.vp-lookup-submit {
margin-top: var(--space-md);
width: 100%;
padding: 0 var(--space-md);
height: 44px;
background: var(--color-primary);
color: var(--color-primary-contrast);
border: none;
border-radius: var(--radius-md);
font-family: var(--font-sans);
font-size: 0.92rem;
font-weight: 600;
letter-spacing: 0.02em;
cursor: pointer;
transition: background-color var(--transition-base);
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.vp-lookup-submit:hover {
background: var(--color-primary-hover);
}
.vp-lookup-submit i { font-size: 0.78rem; opacity: 0.9; }
.related-articles-list {
list-style: none;
display: flex;
flex-direction: column;
margin: 0;
padding: 0;
}
.related-articles-list li {
border-bottom: 1px solid color-mix(in srgb, var(--color-border) 60%, transparent);
}
.related-articles-list li:last-child { border-bottom: none; }
.related-article-link {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--space-sm);
padding: 12px 0;
text-decoration: none;
color: var(--color-text);
transition: color var(--transition-base);
}
.related-articles-list li:first-child .related-article-link { padding-top: 4px; }
.related-articles-list li:last-child .related-article-link { padding-bottom: 4px; }
.related-article-title {
font-family: var(--font-serif);
font-size: 0.92rem;
font-weight: 500;
line-height: 1.4;
flex: 1;
min-width: 0;
}
.related-article-arrow {
font-size: 0.72rem;
color: var(--color-text-muted);
opacity: 0.55;
transition: opacity var(--transition-base), color var(--transition-base);
flex-shrink: 0;
}
.related-article-link:hover {
color: var(--color-primary);
}
.related-article-link:hover .related-article-arrow {
color: var(--color-primary);
opacity: 1;
}
#mobile-verse-lookup-btn { display: flex; align-items: center; justify-content: center; gap: var(--space-sm); width: 100%; padding: var(--space-md); height: 44px; background-color: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-full); font-weight: 500; cursor: pointer; color: var(--color-text); transition: all var(--transition-base); }
#mobile-verse-lookup-btn:hover { border-color: var(--color-primary); background-color: var(--color-surface-hover); }
.verse-lookup-dialog {
max-width: 400px;
max-height: min(600px, 90vh);
padding: 0;
display: flex;
flex-direction: column;
}
.verse-lookup-dialog .vp-card-header { position: relative; flex-shrink: 0; }
.verse-lookup-dialog .trv-modal-close { z-index: 2; }
#history-toggle-desktop, #history-toggle-mobile {
margin-left: auto;
}
#history-toggle-mobile {
position: absolute;
right: 48px;
top: 50%;
transform: translateY(-50%);
}
.vp-history-list {
list-style: none;
margin: 0;
padding: 0;
max-height: 400px;
overflow-y: auto;
overflow-x: hidden;
}
.vp-history-item {
padding: var(--space-sm) 0;
border-bottom: 1px solid var(--color-border);
}
.vp-history-item:last-child { border-bottom: none; padding-bottom: 0; }
.vp-history-item:first-child { padding-top: 0; }
.vp-history-link {
display: block;
text-decoration: none;
color: var(--color-text);
padding: var(--space-xs);
margin: calc(-1 * var(--space-xs));
border-radius: var(--radius-sm);
transition: background-color var(--transition-base), color var(--transition-base);
}
.vp-history-link:hover {
background-color: var(--color-surface-hover);
color: var(--color-primary);
}
.vp-history-ref {
font-weight: 600;
font-size: 0.9rem;
display: block;
color: var(--color-text);
}
.vp-history-snippet {
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin-top: 2px;
font-family: var(--font-serif);
font-size: 0.82rem;
line-height: 1.4;
color: var(--color-text-muted);
}
.vp-history-time {
display: block;
margin-top: 4px;
font-size: 0.72rem;
color: var(--color-text-muted);
opacity: 0.75;
}
.vp-history-empty {
font-size: 0.9rem;
color: var(--color-text-muted);
font-style: italic;
text-align: center;
padding: var(--space-md) 0;
}
@media (width < 768px) {
.vp-version-mobile-row { display: flex; flex: 1; min-width: 0; }
.vp-version-tabs-eyebrow { display: none; }
}
@media (width >= 768px) {
.vp-version-tabs { display: flex; flex: 1; min-width: 0; }
.vp-version-mobile-row { display: none; }
.vp-nav-button .nav-text-desktop { display: inline; }
.vp-nav-button .nav-text-mobile { display: none; }
.vp-study-tab { font-size: 1rem; }
}
@media (width >= 992px) {
.vp-layout {
display: grid;
grid-template-columns: 1fr 320px;
grid-template-areas:
"breadcrumb breadcrumb"
"content sidebar";
align-items: flex-start;
}
.vp-layout > .trv-breadcrumb-row { grid-area: breadcrumb; }
.vp-content { grid-area: content; }
.vp-sidebar { grid-area: sidebar; }
.desktop-lookup-card { display: block; }
#mobile-verse-lookup-btn { display: none; }
}
@media (width <= 991px) {
.desktop-lookup-card { display: none; }
#mobile-verse-lookup-btn { display: flex; }
}
@media (width <= 767px) {
.vp-layout, .vp-content {
gap: var(--space-lg);
}
.vp-card-content, .vp-panel-content {
padding: var(--space-md);
}
.vp-verse-card .vp-panel-content {
padding: var(--space-md);
}
.vp-card-header {
padding: var(--space-sm) var(--space-md);
}
.vp-header { padding: 4px 0 var(--space-sm); }
.vp-header-row { gap: var(--space-xs); }
.vp-header-chip { padding: 5px 12px; gap: 6px; }
.vp-header-chip > i { font-size: 0.75rem; }
.vp-header-chip .vp-header-title { font-size: 0.85rem; }
.vp-header-chip-suffix { display: none; }
.vp-nav-button {
padding: 6px 8px;
font-size: 0.78rem;
}
.vp-nav-button .nav-text-mobile { font-size: 0.78rem; }
.verse-lookup-dialog .vp-sidebar-card {
margin: 0;
border-radius: var(--radius-lg);
border: 1px solid var(--color-border);
background-color: var(--color-surface-solid);
box-shadow: 0 10px 25px hsl(0deg 0% 0% / 10%);
display: flex;
flex-direction: column;
max-height: 100%;
}
.verse-lookup-dialog .vp-card-content {
overflow-y: auto;
}
.vp-verse-text {
font-size: 1.3rem;
line-height: 1.55;
}
.vp-commentary p,
.vp-commentary li,
.vp-cross-ref-text {
font-size: 0.9rem;
line-height: 1.65;
}
.vp-commentary .commentary-subsection summary h4 {
font-family: var(--font-sans);
font-size: 0.95rem;
font-weight: 600;
color: var(--color-text);
}
.vp-commentary summary {
padding-left: 0;
padding-right: 0;
}
.vp-commentary ul {
list-style-position: outside;
padding-left: 20px;
margin-bottom: var(--space-md);
}
.vp-commentary blockquote {
margin-left: 0;
padding-left: var(--space-md);
}
.commentary-subsection-group {
margin-left: 0;
padding-left: var(--space-sm);
border-left: 2px solid var(--color-border);
}
.vp-commentary .details-content {
padding: var(--space-sm) 0 var(--space-md) var(--space-sm);
}
}
.vp-verse-group {
background-color: var(--color-surface);
border: 1px solid var(--color-border);
border-radius: var(--radius-lg);
overflow: hidden;
}
.vp-verse-group .vp-verse-card {
border: none;
border-radius: 0;
}
.vp-orient-belt {
border-top: 1px solid var(--color-border);
background: color-mix(in srgb, var(--color-border) 18%, transparent);
}
.vp-orient-belt:empty { display: none; }
.vp-orient-row {
display: flex;
align-items: baseline;
gap: var(--space-sm) var(--space-md);
padding: 10px var(--space-lg);
flex-wrap: wrap;
}
.vp-orient-row:empty { display: none; }
.vp-orient-row + .vp-orient-row {
border-top: 1px solid color-mix(in srgb, var(--color-border) 60%, transparent);
}
.vp-orient-label {
font-family: var(--font-sans);
font-size: 0.65rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.14em;
color: var(--color-text-muted);
flex-shrink: 0;
line-height: 1.6;
}
.vp-orient-items {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.vp-canon-position {
font-family: var(--font-sans);
font-size: 0.85rem;
color: var(--color-text-muted);
font-variant-numeric: tabular-nums;
}
.vp-orient-row--tags {
padding: 10px var(--space-lg) 12px;
}
.vp-orient-row--tags .vp-tags-grid {
display: flex;
flex-direction: column;
gap: 4px;
width: 100%;
}
.vp-tags-group {
display: flex;
flex-wrap: wrap;
align-items: baseline;
column-gap: var(--space-md);
row-gap: 2px;
min-width: 0;
}
.vp-tags-group-label {
font-family: var(--font-sans);
font-size: 0.66rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--color-text-muted);
line-height: 1.7;
white-space: nowrap;
flex-shrink: 0;
min-width: 64px;
}
.vp-tags-group--people .vp-tags-group-label  { color: var(--color-tag-person); }
.vp-tags-group--places .vp-tags-group-label  { color: var(--color-tag-place); }
.vp-tags-group--period .vp-tags-group-label  { color: var(--color-accent); }
.vp-tags-group--topics .vp-tags-group-label  { color: var(--color-tag-topic); }
.vp-tags-group-items {
display: inline;
min-width: 0;
}
.vp-orient-row--tags .vp-ctx-chip,
.vp-orient-row--tags .vp-ctx-chip:hover,
.vp-orient-row--tags .vp-ctx-chip:focus,
.vp-orient-row--tags .vp-ctx-chip:focus-visible {
background: transparent;
border: none;
border-color: transparent;
box-shadow: none;
padding: 0;
margin: 0;
border-radius: 0;
}
.vp-orient-row--tags .vp-ctx-chip {
font-family: var(--font-sans);
font-size: 0.88rem;
font-weight: 500;
line-height: 1.55;
color: var(--color-text);
text-decoration: none;
}
.vp-orient-row--tags .vp-ctx-chip i { display: none; }
.vp-orient-row--tags .vp-tags-sep {
margin: 0 7px;
color: var(--color-text-muted);
opacity: 0.5;
user-select: none;
}
.vp-orient-row--tags a.vp-ctx-chip:hover {
text-decoration: none;
}
.dark-mode .vp-orient-row--tags .vp-ctx-chip,
.dark-mode .vp-orient-row--tags .vp-ctx-chip:hover {
background: transparent;
border-color: transparent;
}
.vp-orient-row--tags .vp-ctx-chip,
.vp-orient-row--tags a.vp-ctx-chip--person,
.vp-orient-row--tags a.vp-ctx-chip--place,
.vp-orient-row--tags a.vp-ctx-chip--period,
.vp-orient-row--tags .vp-ctx-chip--topic {
color: var(--color-text);
transition: color var(--transition-fast);
}
.vp-orient-row--tags a.vp-ctx-chip--person:hover { color: var(--color-tag-person); }
.vp-orient-row--tags a.vp-ctx-chip--place:hover  { color: var(--color-tag-place); }
.vp-orient-row--tags a.vp-ctx-chip--period:hover { color: var(--color-accent); }
.vp-orient-row--tags a.vp-ctx-chip--topic:hover  { color: var(--color-tag-topic); }
.vp-orient-row--tags .vp-ctx-chip-year-sep {
margin: 0 5px 0 6px;
color: var(--color-text-muted);
opacity: 0.5;
font-style: normal;
}
.vp-orient-row--tags .vp-ctx-chip-year {
font-size: 0.82em;
font-weight: 400;
font-style: italic;
color: var(--color-text-muted);
letter-spacing: 0.01em;
margin-left: 0;
}
.vp-orient-row--tags .vp-context-skeleton { padding: 0; }
@media (width <= 640px) {
.vp-orient-row--tags { padding: 10px var(--space-md) 12px; }
.vp-tags-group { column-gap: var(--space-sm); }
.vp-tags-group-label { min-width: 0; font-size: 0.62rem; }
.vp-orient-row--tags .vp-ctx-chip { font-size: 0.84rem; }
.vp-orient-row--tags .vp-tags-sep { margin: 0 5px; }
}
.vp-orient-row--refs .vp-cross-ref-chip {
padding: 4px 10px;
font-size: 0.78rem;
}
.vp-header-chip {
display: inline-flex;
align-items: baseline;
gap: 8px;
padding: 6px 14px;
color: var(--color-primary);
background: color-mix(in srgb, var(--color-primary) 8%, transparent);
border: 1px solid color-mix(in srgb, var(--color-primary) 22%, transparent);
border-radius: var(--radius-full);
font-family: var(--font-sans);
text-decoration: none;
transition: background-color var(--transition-base), border-color var(--transition-base);
grid-column: 2;
justify-self: center;
white-space: nowrap;
line-height: 1.25;
max-width: 100%;
min-width: 0;
}
.vp-header-chip:hover {
background: color-mix(in srgb, var(--color-primary) 16%, transparent);
border-color: color-mix(in srgb, var(--color-primary) 36%, transparent);
}
.vp-header-chip > i {
font-size: 0.8rem;
opacity: 0.7;
flex-shrink: 0;
}
.vp-header-chip .vp-header-title {
margin: 0;
font-family: var(--font-display);
font-size: 0.95rem;
font-weight: 700;
color: var(--color-primary);
letter-spacing: 0.01em;
line-height: 1.25;
}
.vp-header-chip-suffix {
font-size: 0.72rem;
font-weight: 500;
color: color-mix(in srgb, var(--color-primary) 65%, var(--color-text-muted));
letter-spacing: 0.04em;
margin-left: 2px;
padding-left: 8px;
border-left: 1px solid color-mix(in srgb, var(--color-primary) 25%, transparent);
}
.vp-context-skeleton {
display: flex;
gap: var(--space-sm);
padding: var(--space-md) var(--space-lg);
}
.vp-context-skeleton span {
height: 28px;
border-radius: var(--radius-full);
background: linear-gradient(90deg, var(--color-surface-hover) 25%, var(--color-border) 50%, var(--color-surface-hover) 75%);
background-size: 200% 100%;
animation: shimmer 1.5s infinite;
}
.vp-context-skeleton span:nth-child(1) { width: 90px; }
.vp-context-skeleton span:nth-child(2) { width: 110px; }
.vp-context-skeleton span:nth-child(3) { width: 70px; }
.vp-ctx-chip {
display: inline-flex;
align-items: center;
gap: 5px;
padding: 5px 12px;
font-family: var(--font-sans);
font-size: 0.8rem;
font-weight: 500;
line-height: 1.3;
border-radius: var(--radius-full);
text-decoration: none;
transition: background var(--transition-fast), border-color var(--transition-fast);
white-space: nowrap;
}
.vp-ctx-chip i {
font-size: 0.7rem;
flex-shrink: 0;
}
.vp-ctx-chip--person {
background: hsl(217deg 91% 60% / 10%);
color: var(--color-tag-person);
border: 1px solid hsl(217deg 91% 60% / 22%);
}
.vp-ctx-chip--person:hover {
background: hsl(217deg 91% 60% / 18%);
border-color: hsl(217deg 91% 60% / 35%);
}
.vp-ctx-chip--place {
background: hsl(160deg 84% 39% / 10%);
color: var(--color-tag-place);
border: 1px solid hsl(160deg 84% 39% / 22%);
}
.vp-ctx-chip--place:hover {
background: hsl(160deg 84% 39% / 18%);
border-color: hsl(160deg 84% 39% / 35%);
}
.vp-ctx-chip--period {
background: hsl(42deg 65% 50% / 10%);
color: var(--color-accent);
border: 1px solid hsl(42deg 65% 50% / 22%);
}
.vp-ctx-chip-year {
font-size: 0.72em;
font-weight: 500;
opacity: 0.75;
margin-left: 4px;
}
.vp-ctx-chip--topic {
background: var(--color-surface-hover);
color: var(--color-text-muted);
border: 1px solid var(--color-border);
}
.vp-ctx-chip--topic:hover {
background: var(--color-border);
color: var(--color-text);
}
.dark-mode .vp-ctx-chip--person {
color: hsl(217deg 85% 70%);
background: hsl(217deg 85% 70% / 12%);
border-color: hsl(217deg 85% 70% / 22%);
}
.dark-mode .vp-ctx-chip--person:hover {
background: hsl(217deg 85% 70% / 20%);
}
.dark-mode .vp-ctx-chip--place {
color: hsl(160deg 65% 55%);
background: hsl(160deg 65% 55% / 12%);
border-color: hsl(160deg 65% 55% / 22%);
}
.dark-mode .vp-ctx-chip--place:hover {
background: hsl(160deg 65% 55% / 20%);
}
.dark-mode .vp-ctx-chip--period {
color: var(--color-accent);
background: hsl(42deg 75% 60% / 10%);
border-color: hsl(42deg 75% 60% / 18%);
}
.vp-cross-ref-chip {
display: inline-flex;
align-items: center;
padding: 5px 12px;
font-family: var(--font-sans);
font-size: 0.8rem;
font-weight: 500;
line-height: 1.3;
background: color-mix(in srgb, var(--color-primary) 10%, transparent);
border: 1px solid color-mix(in srgb, var(--color-primary) 22%, transparent);
border-radius: var(--radius-full);
color: var(--color-primary);
text-decoration: none;
transition: background var(--transition-fast), border-color var(--transition-fast);
white-space: nowrap;
}
.vp-cross-ref-chip:hover {
background: color-mix(in srgb, var(--color-primary) 18%, transparent);
border-color: color-mix(in srgb, var(--color-primary) 35%, transparent);
}
@media (width <= 640px) {
.vp-ctx-chip {
font-size: 0.75rem;
padding: 4px 10px;
}
.vp-ctx-chip i {
font-size: 0.65rem;
}
.vp-cross-ref-chip {
font-size: 0.75rem;
padding: 4px 10px;
}
}
@media (width >= 992px) {
#cross-refs-bar { display: none; }
}
.vp-compare-toggle {
display: inline-flex;
align-items: center;
gap: 5px;
padding: 4px 6px;
margin-left: auto;
align-self: center;
font-family: var(--font-sans);
font-size: 0.72rem;
font-weight: 600;
color: var(--color-text-muted);
background: transparent;
border: none;
border-radius: var(--radius-sm);
cursor: pointer;
transition: color var(--transition-base);
line-height: 1.3;
white-space: nowrap;
flex-shrink: 0;
text-transform: uppercase;
letter-spacing: 0.08em;
}
.vp-compare-toggle:hover {
color: var(--color-primary);
}
.vp-compare-toggle.active {
color: var(--color-primary);
}
.vp-compare-toggle i {
font-size: 0.78rem;
}
.vp-compare-label {
display: none;
}
.vp-verse-card.compare-mode .vp-version-tabs,
.vp-verse-card.compare-mode .vp-version-mobile-row {
display: none;
}
.vp-verse-card.compare-mode .vp-version-tabs-container {
justify-content: flex-end;
padding: var(--space-sm);
border-bottom: none;
background: transparent;
}
.vp-verse-card.compare-mode .vp-version-tabs-eyebrow { display: none; }
.vp-verse-card.compare-mode .vp-verse-panels-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0;
}
.vp-verse-card.compare-mode .vp-version-panel {
display: block;
animation: none;
border-bottom: 1px solid var(--color-border);
border-right: 1px solid var(--color-border);
}
.vp-verse-card.compare-mode .vp-version-panel:nth-child(2n) {
border-right: none;
}
.vp-verse-card.compare-mode .vp-version-panel:nth-last-child(-n+2) {
border-bottom: none;
}
.vp-verse-card.compare-mode .vp-version-panel:last-child {
border-bottom: none;
}
.vp-verse-card.compare-mode .vp-compare-label {
display: inline-block;
font-family: var(--font-sans);
font-size: 0.7rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--color-primary);
background: color-mix(in srgb, var(--color-primary) 10%, transparent);
padding: 3px 10px;
border-radius: var(--radius-full);
margin-bottom: var(--space-sm);
}
.vp-verse-card.compare-mode .vp-verse-text {
font-size: clamp(0.95rem, 3vw, 1.15rem);
line-height: 1.7;
}
.vp-verse-card.compare-mode .vp-verse-actions {
margin-top: var(--space-md);
padding-top: var(--space-md);
gap: var(--space-xs);
}
.vp-verse-card.compare-mode .vp-action-button {
width: 34px;
height: 34px;
padding: 0;
gap: 0;
font-size: 0.85rem;
border: none;
}
.vp-verse-card.compare-mode .vp-action-label { display: none; }
@media (width <= 767px) {
.vp-verse-card.compare-mode .vp-verse-panels-wrapper {
grid-template-columns: 1fr;
}
.vp-verse-card.compare-mode .vp-version-panel {
border-right: none;
border-bottom: 1px solid var(--color-border);
}
.vp-verse-card.compare-mode .vp-version-panel:last-child {
border-bottom: none;
}
.vp-verse-card.compare-mode .vp-panel-content {
padding: var(--space-md);
}
.vp-verse-card.compare-mode .vp-verse-text {
font-size: 0.95rem;
line-height: 1.6;
}
.compare-toggle-label {
display: none;
}
}
@media (width >= 1200px) {
.vp-verse-card.compare-mode .vp-verse-panels-wrapper {
grid-template-columns: repeat(3, 1fr);
}
.vp-verse-card.compare-mode .vp-version-panel:nth-child(2n) {
border-right: 1px solid var(--color-border);
}
.vp-verse-card.compare-mode .vp-version-panel:nth-child(3n) {
border-right: none;
}
.vp-verse-card.compare-mode .vp-version-panel:nth-last-child(-n+3) {
border-bottom: none;
}
}
.vp-mh-body { line-height: 1.75; color: var(--color-text); }
.vp-mh-head {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: var(--space-lg);
flex-wrap: wrap;
margin-bottom: var(--space-lg);
}
.vp-mh-head-text { flex: 1 1 20rem; min-width: 0; }
.vp-mh-kicker {
margin: 0 0 var(--space-2xs);
font-family: var(--font-sans);
font-size: 0.68rem;
font-weight: 700;
letter-spacing: var(--tracking-overline);
text-transform: uppercase;
color: var(--color-text-muted);
}
.vp-mh-title {
margin: 0 0 var(--space-xs);
font-family: var(--font-serif);
font-size: 1.6rem;
font-weight: 700;
line-height: 1.15;
color: var(--color-text);
}
.vp-mh-deck {
margin: 0;
max-width: 46ch;
font-size: 0.92rem;
line-height: 1.6;
color: var(--color-text-muted);
}
.vp-mh-count {
flex: 0 0 auto;
align-self: flex-end;
padding: 5px 12px;
border: 1px solid var(--color-border);
border-radius: var(--radius-full);
font-family: var(--font-mono);
font-size: 0.72rem;
color: var(--color-text-muted);
white-space: nowrap;
}
.vp-mh-passage-card {
margin-bottom: var(--space-xl);
border: 1px solid var(--color-border);
border-radius: var(--radius-md);
background: var(--color-surface-solid);
overflow: hidden;
}
.vp-mh-passage-head {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: var(--space-2xs) var(--space-sm);
padding: var(--space-sm) var(--space-md);
border-bottom: 1px solid var(--color-border);
background: var(--color-surface-hover);
}
.vp-mh-passage-label {
font-family: var(--font-sans);
font-size: 0.68rem;
font-weight: 700;
letter-spacing: var(--tracking-overline);
text-transform: uppercase;
color: var(--color-text-muted);
}
.vp-mh-passage-ref {
margin-inline-start: auto;
padding: 4px 10px;
border: 1px solid var(--color-border);
border-radius: var(--radius-full);
background: var(--color-surface-solid);
font-family: var(--font-mono);
font-size: 0.7rem;
color: var(--color-text-muted);
white-space: nowrap;
}
.vp-mh-verse-block {
padding: var(--space-sm) var(--space-md);
line-height: 1.7;
}
.vp-mh-verse-block.is-collapsed {
max-height: 12rem;
overflow: hidden;
-webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}
.vp-mh-verse-toggle {
display: block;
width: 100%;
padding: var(--space-sm);
border: none;
border-top: 1px solid var(--color-border);
background: var(--color-surface-hover);
color: var(--color-primary);
font-family: var(--font-sans);
font-size: 0.82rem;
font-weight: 600;
cursor: pointer;
transition: background var(--transition-fast);
}
.vp-mh-verse-toggle:hover { background: color-mix(in srgb, var(--color-primary) 8%, var(--color-surface-hover)); }
.vp-mh-verse-row {
display: grid;
grid-template-columns: 1.6rem minmax(0, 1fr);
gap: var(--space-xs);
align-items: baseline;
padding: 5px 0;
color: var(--color-text);
font-family: var(--font-serif);
font-size: 0.95rem;
}
.vp-mh-vnum {
justify-self: end;
font-family: var(--font-mono);
font-size: 0.68rem;
font-weight: 600;
color: color-mix(in srgb, var(--color-text-muted) 75%, transparent);
}
.vp-mh-outline { max-width: 70ch; }
.vp-mh-intro {
margin: 0 0 var(--space-md);
font-family: var(--font-serif);
font-size: 1rem;
line-height: 1.7;
}
.vp-mh-intro:last-child { margin-bottom: 0; }
.vp-mh-heading {
display: flex;
align-items: baseline;
gap: 0.85rem;
margin: var(--space-xl) 0 var(--space-md);
font-family: var(--font-serif);
font-size: 1.13rem;
font-weight: normal;
line-height: 1.5;
color: var(--color-text);
}
.vp-mh-heading:first-child { margin-top: 0; }
.vp-mh-roman {
flex: 0 0 auto;
font-size: 1.45rem;
font-weight: 400;
line-height: 1.2;
color: var(--color-accent);
}
.vp-mh-heading-text { min-width: 0; }
.vp-mh-heading.vp-mh-heading--prose {
font-size: 1rem;
line-height: 1.7;
font-weight: normal;
}
.vp-mh-lede {
margin: 0 0 var(--space-md);
font-family: var(--font-serif);
font-size: 1rem;
line-height: 1.7;
color: var(--color-text);
}
.vp-mh-legend {
display: flex;
flex-wrap: wrap;
gap: var(--space-xs);
margin-bottom: var(--space-lg);
}
.vp-mh-legend-item {
display: inline-flex;
align-items: baseline;
gap: 0.4em;
padding: 5px 9px;
border: 1px solid var(--color-border);
border-radius: var(--radius-sm);
background: var(--color-surface-solid);
font-size: 0.74rem;
color: var(--color-text-muted);
white-space: nowrap;
}
.vp-mh-legend-item b {
font-family: var(--font-mono);
font-size: 0.7rem;
font-weight: 700;
color: var(--color-text);
}
.vp-mh-legend-item .vp-mh-legend-roman { color: var(--color-accent); }
.vp-mh-legend-item .vp-mh-legend-num { color: var(--color-primary); }
.vp-mh-point {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
column-gap: 0.65rem;
align-items: baseline;
margin: 0 0 var(--space-md);
}
.vp-mh-point:last-child { margin-bottom: 0; }
.vp-mh-marker {
font-family: var(--font-mono);
font-size: 0.78rem;
font-weight: 600;
}
.vp-mh-text {
min-width: 0;
font-family: var(--font-serif);
font-size: 1rem;
line-height: 1.7;
}
.vp-mh-l1 { padding-inline-start: 1rem; }
.vp-mh-l1 .vp-mh-marker { color: var(--color-primary); }
.vp-mh-l2 { padding-inline-start: 2.4rem; }
.vp-mh-l3 { padding-inline-start: 3.8rem; }
.vp-mh-l4 { padding-inline-start: 5rem; }
.vp-mh-l5 { padding-inline-start: 6.1rem; }
.vp-mh-l6 { padding-inline-start: 7.2rem; }
.vp-mh-l2 .vp-mh-marker,
.vp-mh-l3 .vp-mh-marker,
.vp-mh-l4 .vp-mh-marker,
.vp-mh-l5 .vp-mh-marker,
.vp-mh-l6 .vp-mh-marker { color: var(--color-text-muted); }
@media (width <= 640px) {
.vp-mh-heading { gap: 0.6rem; font-size: 1.05rem; }
.vp-mh-roman { font-size: 1.3rem; }
.vp-mh-point { column-gap: 0.5rem; }
.vp-mh-l1 { padding-inline-start: 0.75rem; }
.vp-mh-l2 { padding-inline-start: 1.6rem; }
.vp-mh-l3 { padding-inline-start: 2.5rem; }
.vp-mh-l4 { padding-inline-start: 3.2rem; }
.vp-mh-l5 { padding-inline-start: 3.8rem; }
.vp-mh-l6 { padding-inline-start: 4.4rem; }
}
@media (width <= 480px) {
.vp-mh-intro,
.vp-mh-lede,
.vp-mh-text { font-size: 0.95rem; line-height: 1.62; }
.vp-mh-heading { margin-top: var(--space-lg); }
.vp-mh-heading.vp-mh-heading--prose { display: block; font-size: 0.95rem; line-height: 1.62; }
.vp-mh-heading--prose .vp-mh-roman { padding-inline-end: 0.4em; }
.vp-mh-verse-row { grid-template-columns: 1.1rem minmax(0, 1fr); }
.vp-mh-point { display: block; margin-bottom: var(--space-mobile-md); }
.vp-mh-marker { padding-inline-end: 0.45em; }
.vp-mh-l1 { padding-inline-start: 0; }
.vp-mh-l2 { padding-inline-start: 0.8rem; }
.vp-mh-l3 { padding-inline-start: 1.6rem; }
.vp-mh-l4 { padding-inline-start: 2.2rem; }
.vp-mh-l5 { padding-inline-start: 2.7rem; }
.vp-mh-l6 { padding-inline-start: 3.1rem; }
.vp-mh-legend { gap: 5px; }
.vp-mh-legend-item { padding: 3px 7px; font-size: 0.7rem; }
.vp-mh-legend-item b { font-size: 0.66rem; }
}
.vp-hidden { display: none !important; }
.vp-fathers-head {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: var(--space-lg);
flex-wrap: wrap;
margin-bottom: var(--space-xl);
}
.vp-fathers-head-text { flex: 1 1 20rem; min-width: 0; }
.vp-fathers-kicker {
margin: 0 0 var(--space-2xs);
font-family: var(--font-sans);
font-size: 0.68rem;
font-weight: 700;
letter-spacing: var(--tracking-overline);
text-transform: uppercase;
color: var(--color-text-muted);
}
.vp-fathers-title {
margin: 0 0 var(--space-xs);
font-family: var(--font-serif);
font-size: 1.6rem;
font-weight: 700;
line-height: 1.15;
color: var(--color-text);
}
.vp-fathers-deck {
margin: 0;
max-width: 46ch;
font-size: 0.92rem;
line-height: 1.6;
color: var(--color-text-muted);
}
.vp-fathers-count {
flex: 0 0 auto;
align-self: flex-end;
padding: 5px 12px;
border: 1px solid var(--color-border);
border-radius: var(--radius-full);
font-family: var(--font-mono);
font-size: 0.72rem;
color: var(--color-text-muted);
white-space: nowrap;
}
.vp-fathers-timeline { margin-bottom: var(--space-xl); }
.vp-tl-scroll {
overflow-x: auto;
overflow-y: hidden;
overscroll-behavior-x: contain;
}
.vp-tl-inner {
min-width: 30rem;
padding: 0 1.75rem 3rem;
}
.vp-tl-bands {
display: flex;
gap: 2px;
margin-bottom: var(--space-xs);
}
.vp-tl-band {
padding: 6px 9px;
background: var(--color-surface-hover);
border-radius: var(--radius-sm);
font-family: var(--font-sans);
font-size: 0.6rem;
font-weight: 700;
letter-spacing: var(--tracking-overline);
text-transform: uppercase;
color: var(--color-text-muted);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.vp-tl-track {
position: relative;
height: 8rem;
border-bottom: 1px solid var(--color-border);
}
.vp-tl-line {
position: absolute;
inset: 0 auto 0 0;
width: 1px;
background: color-mix(in srgb, var(--color-border) 60%, transparent);
}
.vp-tl-line i {
position: absolute;
bottom: -1.35rem;
left: 50%;
transform: translateX(-50%);
font-family: var(--font-mono);
font-size: 0.6rem;
font-style: normal;
color: var(--color-text-muted);
}
.vp-tl-dot {
--stem: calc(1.35rem + var(--lane, 0) * 1.5rem);
position: absolute;
bottom: 0;
width: 13px;
height: 13px;
padding: 0;
border: 2px solid var(--color-primary);
border-radius: 50%;
background: var(--color-surface-solid);
transform: translateX(-50%);
cursor: pointer;
transition: background var(--transition-fast), border-color var(--transition-fast);
}
.vp-tl-dot::after {
content: "";
position: absolute;
left: 50%;
bottom: 100%;
width: 1px;
height: var(--stem);
background: color-mix(in srgb, var(--color-border) 80%, transparent);
transform: translateX(-0.5px);
}
.vp-tl-dot i {
position: absolute;
bottom: calc(100% + var(--stem) + 3px);
left: 50%;
transform: translateX(-50%);
font-family: var(--font-sans);
font-size: 0.6rem;
font-style: normal;
font-weight: 600;
color: var(--color-text-muted);
white-space: nowrap;
}
.vp-tl-dot:hover,
.vp-tl-dot:focus-visible,
.vp-tl-dot.is-active {
background: var(--color-accent);
border-color: var(--color-accent);
}
.vp-tl-dot:hover i,
.vp-tl-dot:focus-visible i,
.vp-tl-dot.is-active i { color: var(--color-accent); }
.vp-tl-dot.is-active::after { background: var(--color-accent); }
.vp-tl-note {
margin: 0;
font-size: 0.78rem;
color: var(--color-text-muted);
}
.vp-fathers-list { display: flex; flex-direction: column; gap: var(--space-md); }
.vp-father-entry {
display: grid;
grid-template-columns: 14rem minmax(0, 1fr);
border: 1px solid var(--color-border);
border-radius: var(--radius-md);
background: var(--color-surface-solid);
overflow: hidden;
transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}
.vp-father-entry.is-highlighted {
border-color: var(--color-accent);
box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-accent) 18%, transparent);
}
.vp-father-head {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: var(--space-xs);
padding: var(--space-lg);
border-inline-end: 1px solid var(--color-border);
background: var(--color-surface-hover);
}
.vp-father-year {
padding: 5px 8px;
border-radius: var(--radius-sm);
background: var(--color-accent);
color: var(--color-accent-contrast);
font-family: var(--font-mono);
font-size: 0.7rem;
font-weight: 600;
white-space: nowrap;
}
.vp-father-name {
font-family: var(--font-serif);
font-size: 1.1rem;
line-height: 1.25;
color: var(--color-text);
}
.vp-father-name a {
color: inherit;
text-decoration: none;
border-bottom: 1px solid var(--color-border);
}
.vp-father-name a:hover {
color: var(--color-primary);
border-bottom-color: var(--color-primary);
}
.vp-father-via {
font-size: 0.72rem;
font-style: italic;
line-height: 1.45;
color: var(--color-text-muted);
}
.vp-father-scope {
font-family: var(--font-mono);
font-size: 0.7rem;
color: var(--color-text-muted);
}
.vp-father-source {
display: flex;
flex-direction: column;
gap: 3px;
margin-top: auto;
padding-top: var(--space-sm);
font-size: 0.72rem;
line-height: 1.45;
color: var(--color-text-muted);
}
.vp-father-source-label {
font-family: var(--font-sans);
font-size: 0.6rem;
font-weight: 700;
letter-spacing: var(--tracking-overline);
text-transform: uppercase;
}
.vp-father-source cite { font-style: normal; }
.vp-father-source a { color: var(--color-primary); text-decoration: none; font-weight: 600; }
.vp-father-source a:hover { text-decoration: underline; }
.vp-father-main { padding: var(--space-lg); min-width: 0; }
.vp-father-quote {
margin: 0;
font-family: var(--font-serif);
font-size: 0.98rem;
line-height: 1.7;
color: var(--color-text);
}
@media (width <= 860px) {
.vp-father-entry { grid-template-columns: 1fr; }
.vp-father-head {
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding: var(--space-sm) var(--space-md);
border-inline-end: none;
border-bottom: 1px solid var(--color-border);
}
.vp-father-source {
flex-direction: row;
align-items: center;
gap: var(--space-xs);
margin: 0;
padding: 0;
width: 100%;
}
}
#study-tab-fathers {
display: flex;
align-items: center;
gap: 6px;
justify-content: center;
}
.vp-study-info-btn {
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--color-text-muted);
font-size: 0.75em;
cursor: pointer;
padding: 0;
opacity: 0.5;
vertical-align: middle;
margin-left: 2px;
transition: opacity var(--transition-base), color var(--transition-base);
}
.vp-study-info-btn:hover {
color: var(--color-primary);
opacity: 1;
}
.commentary-info-dialog { max-width: 560px; }
.vp-info-modal-title {
font-family: var(--font-display);
font-size: 1.25rem;
margin: 0 0 var(--space-lg) 0;
padding-right: var(--space-xl);
color: var(--color-text);
}
.vp-info-modal-body p {
font-size: 0.95rem;
line-height: 1.7;
color: var(--color-text);
margin: 0 0 var(--space-md) 0;
}
.vp-info-modal-body p:last-child { margin-bottom: 0; }
.vp-info-modal-body h4 {
font-family: var(--font-display);
font-size: 1rem;
font-weight: 700;
color: var(--color-text);
margin: var(--space-lg) 0 var(--space-xs) 0;
}
.vp-info-modal-body h4:first-child { margin-top: 0; }
.vp-context-dialog { max-width: 460px; }
.vp-context-title {
font-family: var(--font-display);
font-size: 1.25rem;
margin: 0 0 var(--space-lg) 0;
padding-right: var(--space-xl);
color: var(--color-text);
}
.vp-context-options { display: flex; flex-direction: column; gap: var(--space-sm); }
.vp-context-option {
display: flex;
align-items: center;
gap: var(--space-md);
padding: var(--space-md);
border: 1px solid var(--color-border);
border-radius: var(--radius-md);
background: var(--color-surface-solid);
color: var(--color-text);
text-decoration: none;
transition: background-color var(--transition-base), border-color var(--transition-base);
}
.vp-context-option:hover,
.vp-context-option:focus-visible {
background: color-mix(in srgb, var(--color-primary) 8%, transparent);
border-color: color-mix(in srgb, var(--color-primary) 45%, transparent);
}
.vp-context-option-icon {
flex: 0 0 auto;
width: 1.25rem;
text-align: center;
color: var(--color-primary);
}
.vp-context-option-body { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.vp-context-option-label { font-weight: 600; font-size: 0.98rem; }
.vp-context-option-ref { font-size: 0.85rem; color: var(--color-text-muted); }
.vp-context-option-arrow { flex: 0 0 auto; color: var(--color-text-muted); font-size: 0.8rem; }
.vp-chips-overflow { display: contents; }
.vp-ctx-chip--more {
background: transparent;
color: var(--color-primary);
border: 1px dashed color-mix(in srgb, var(--color-primary) 40%, transparent);
cursor: pointer;
font-weight: 600;
}
.vp-ctx-chip--more:hover {
background: color-mix(in srgb, var(--color-primary) 8%, transparent);
border-style: solid;
}
.vp-sticky-nav {
position: fixed;
top: calc(var(--header-height, 61px) + var(--space-sm));
left: 50%;
transform: translateX(-50%) translateY(calc(-100% - 40px));
z-index: 997;
display: flex;
align-items: center;
gap: var(--space-xs);
padding: 4px 6px;
width: max-content;
max-width: calc(100% - 2rem);
background: color-mix(in srgb, var(--color-primary) 82%, transparent);
-webkit-backdrop-filter: blur(12px) saturate(160%);
backdrop-filter: blur(12px) saturate(160%);
border-radius: var(--radius-full);
box-shadow: 0 4px 16px hsl(0deg 0% 0% / 12%), 0 0 0 1px hsl(0deg 0% 0% / 5%);
transition: transform var(--transition-base), opacity var(--transition-base);
opacity: 0;
}
.vp-sticky-nav.visible {
transform: translateX(-50%) translateY(0);
opacity: 1;
}
.vp-sticky-nav-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
padding: 0;
color: var(--color-primary-contrast);
text-decoration: none;
border-radius: var(--radius-full);
border: none;
background: transparent;
transition: background-color var(--transition-base), opacity var(--transition-base);
flex-shrink: 0;
opacity: 0.8;
}
.vp-sticky-nav-btn:hover {
opacity: 1;
background: hsl(0deg 0% 100% / 18%);
}
.dark-mode .vp-sticky-nav-btn:hover {
background: hsl(0deg 0% 0% / 20%);
}
.vp-sticky-nav-btn--disabled {
display: none;
}
.vp-sticky-nav-ref {
font-family: var(--font-display);
font-size: 0.8rem;
font-weight: 600;
color: var(--color-primary-contrast);
white-space: nowrap;
padding: 4px var(--space-sm);
border-radius: var(--radius-full);
border: none;
background: transparent;
cursor: pointer;
transition: background-color var(--transition-base);
line-height: 1;
}
.vp-sticky-nav-ref:hover {
background: hsl(0deg 0% 100% / 14%);
}
.dark-mode .vp-sticky-nav-ref:hover {
background: hsl(0deg 0% 0% / 15%);
}
.vp-sticky-nav-ref-short { display: none; }
.vp-sticky-nav-ref-full { display: inline; }
@media (width <= 600px) {
.vp-sticky-nav-ref-short { display: inline; }
.vp-sticky-nav-ref-full { display: none; }
}
.vp-sticky-nav-btn i {
font-size: 0.75rem;
}
.vp-commentary .commentary-main-section--accordion > summary h2 {
font-size: 1.3rem;
font-weight: 700;
color: var(--color-text);
letter-spacing: -0.01em;
}
.vp-commentary .commentary-main-section--accordion > summary {
padding: var(--space-md) var(--space-sm);
border-radius: var(--radius-md);
background: color-mix(in srgb, var(--color-primary) 3%, transparent);
}
.vp-commentary .commentary-main-section--accordion > summary:hover {
background: color-mix(in srgb, var(--color-primary) 7%, transparent);
}
.vp-commentary .commentary-subsection summary {
padding: var(--space-sm);
}
@media (width <= 767px) {
.vp-commentary .commentary-main-section--accordion > summary h2 {
font-size: 1.05rem;
letter-spacing: 0;
}
.vp-commentary .commentary-main-section--accordion > summary {
padding: var(--space-sm) var(--space-xs);
}
}
.vp-map-accordion {
display: block;
padding: 0;
}
.vp-map-accordion-toggle {
list-style: none;
cursor: pointer;
padding: 12px var(--space-lg);
display: flex;
align-items: center;
gap: 10px;
font-family: var(--font-sans);
font-size: 0.9rem;
font-weight: 600;
color: var(--color-text);
transition: background var(--transition-fast);
}
.vp-map-accordion-toggle::-webkit-details-marker { display: none; }
.vp-map-accordion-toggle:hover,
.vp-map-accordion-toggle:focus-visible {
background: color-mix(in srgb, var(--color-primary) 4%, transparent);
}
.vp-map-accordion-icon { color: var(--color-primary); font-size: 1rem; }
.vp-map-accordion-label { flex: 1; }
.vp-map-accordion-chev {
font-size: 0.75rem;
color: var(--color-text-muted);
transition: transform var(--transition-fast);
}
.vp-map-accordion[open] .vp-map-accordion-chev { transform: rotate(180deg); }
.vp-map-accordion-body {
padding: 0 var(--space-lg) var(--space-md);
display: flex;
flex-direction: column;
gap: var(--space-sm);
}
.vp-map-figure {
margin: 0;
display: grid;
grid-template-columns: 120px 1fr;
gap: var(--space-sm);
align-items: center;
}
.vp-map-image-link {
display: block;
border-radius: var(--radius-md);
overflow: hidden;
border: 1px solid var(--color-border);
background: var(--color-surface);
line-height: 0;
transition: border-color var(--transition-fast);
cursor: zoom-in;
}
.vp-map-image-link:hover { border-color: var(--color-primary); }
.vp-map-image-link img { width: 100%; height: auto; display: block; }
.vp-map-figure figcaption {
display: flex;
flex-direction: column;
gap: 4px;
font-size: 0.85rem;
line-height: 1.35;
min-width: 0;
}
.vp-map-figure-title { font-weight: 600; color: var(--color-text); }
.vp-map-pdf-link {
color: var(--color-text-muted);
text-decoration: none;
font-size: 0.8rem;
display: inline-flex;
align-items: center;
gap: 4px;
}
.vp-map-pdf-link:hover { color: var(--color-primary); }
.vp-map-accordion-attribution {
margin: 0;
font-size: 0.75rem;
color: var(--color-text-muted);
line-height: 1.4;
}
.vp-map-accordion-attribution a {
color: inherit;
text-decoration: underline;
text-decoration-color: var(--color-border);
text-underline-offset: 2px;
}
.vp-map-accordion-attribution a:hover {
text-decoration-color: var(--color-primary);
color: var(--color-text);
}
.vp-ins-rail {
display: flex;
flex-wrap: wrap;
gap: 4px;
padding: var(--space-xs) 0 var(--space-sm);
margin-bottom: var(--space-xs);
border-bottom: 1px solid var(--color-border);
}
.vp-commentary .vp-ins-rail a {
font-family: var(--font-sans);
font-size: 0.78rem;
font-weight: 600;
color: var(--color-text-muted);
text-decoration: none;
padding: 5px 11px;
border-radius: var(--radius-full);
transition: color var(--transition-fast), background-color var(--transition-fast);
}
.vp-commentary .vp-ins-rail a:hover { background: var(--color-surface-hover); color: var(--color-text); }
.vp-commentary .vp-ins-rail a.on { background: var(--color-primary-active-bg); color: var(--color-primary); }
@media (width >= 968px) {
.vp-ins-rail {
position: sticky;
top: var(--header-height);
z-index: 5;
background: color-mix(in srgb, var(--color-bg-end) 88%, transparent);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
}
#commentary-content-container [id^="section-"] { scroll-margin-top: calc(var(--scroll-offset) + 44px); }
.vp-ins-summary { padding: var(--space-md) var(--space-sm) var(--space-sm); }
.vp-commentary .vp-ins-kicker {
font-family: var(--font-sans);
font-size: var(--font-size-xs);
font-weight: 700;
letter-spacing: var(--tracking-overline);
text-transform: uppercase;
color: var(--color-text-muted);
margin-bottom: var(--space-sm);
}
.vp-ins-lede { border-left: 3px solid var(--color-accent); padding-left: var(--space-md); }
.vp-commentary .vp-ins-lede p { font-size: 1.2rem; line-height: 1.75; color: var(--color-text); }
.vp-commentary .vp-ins-lede p:last-child { margin-bottom: 0; }
.vp-ins-ctx { display: flex; flex-direction: column; gap: var(--space-lg); }
.vp-ins-ctx-card { border-left: 2px solid var(--color-border); padding-left: var(--space-md); }
.vp-commentary .vp-ins-ctx-label {
font-family: var(--font-sans);
font-size: var(--font-size-xs);
font-weight: 700;
letter-spacing: var(--tracking-overline);
text-transform: uppercase;
color: var(--color-primary);
margin-bottom: var(--space-sm);
}
.vp-commentary .vp-ins-ctx-card p { margin-bottom: 0; }
.vp-ins-kw-grid { display: flex; flex-direction: column; gap: var(--space-sm); }
.vp-ins-kw {
border: 1px solid var(--color-border);
border-radius: var(--radius-md);
padding: var(--space-md);
background: var(--color-surface-soft);
}
.vp-ins-kw-head { display: flex; align-items: baseline; gap: var(--space-sm); flex-wrap: wrap; margin-bottom: var(--space-sm); }
.vp-ins-kw-word { font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; color: var(--color-text); }
.vp-ins-kw-xlit { font-family: var(--font-serif); font-style: italic; color: var(--color-text-muted); font-size: 0.92rem; }
.vp-commentary a.vp-ins-kw-num {
margin-left: auto;
font-family: var(--font-mono);
font-size: 0.72rem;
font-weight: 600;
letter-spacing: 0.04em;
color: var(--color-primary);
background: var(--color-primary-active-bg);
border-radius: 6px;
padding: 3px 7px;
text-decoration: none;
transition: background-color var(--transition-fast);
}
.vp-commentary a.vp-ins-kw-num:hover { background: color-mix(in srgb, var(--color-primary) 24%, transparent); }
.vp-commentary .vp-ins-kw-body { font-size: 0.98rem; line-height: 1.7; margin-bottom: 0; }
.vp-ins-brk { border-left: 2px solid var(--color-border); margin-left: 3px; }
.vp-ins-brk-item { position: relative; padding: 0 0 var(--space-md) var(--space-lg); }
.vp-ins-brk-item:last-child { padding-bottom: 0; }
.vp-ins-brk-item::before {
content: '';
position: absolute;
left: -5px;
top: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--color-accent);
}
.vp-commentary .vp-ins-brk-clause {
font-size: 1.08rem;
font-weight: 700;
color: var(--color-text);
line-height: 1.5;
margin-bottom: var(--space-xs);
}
.vp-commentary .vp-ins-brk-note { font-size: 0.98rem; line-height: 1.7; color: var(--color-text-muted); margin-bottom: 0; }
.vp-ins-reflinks { display: flex; flex-wrap: wrap; gap: var(--space-sm); margin-top: var(--space-md); }
.vp-commentary a.vp-ins-reflink {
display: inline-flex;
align-items: center;
gap: 6px;
font-family: var(--font-sans);
font-size: 0.85rem;
font-weight: 600;
color: var(--color-primary);
border: 1px solid var(--color-border);
border-radius: var(--radius-full);
padding: 6px 14px;
text-decoration: none;
background: var(--color-surface-soft);
transition: border-color var(--transition-fast), background-color var(--transition-fast);
}
.vp-commentary a.vp-ins-reflink::after { content: '\2192'; font-size: 0.8em; opacity: 0.6; }
.vp-commentary a.vp-ins-reflink:hover { border-color: var(--color-primary); background: var(--color-primary-active-bg); }
.vp-ins-refrows { display: flex; flex-direction: column; gap: var(--space-sm); margin-top: var(--space-md); }
.vp-ins-refrow {
display: grid;
grid-template-columns: 128px minmax(0, 1fr);
gap: var(--space-md);
align-items: baseline;
border: 1px solid var(--color-border);
border-radius: var(--radius-md);
padding: var(--space-sm) var(--space-md);
background: var(--color-surface-soft);
}
@media (width <= 640px) { .vp-ins-refrow { grid-template-columns: 1fr; gap: var(--space-xs); } }
.vp-commentary a.vp-ins-refrow-ref {
font-family: var(--font-sans);
font-size: 0.85rem;
font-weight: 600;
color: var(--color-primary);
text-decoration: none;
}
.vp-commentary a.vp-ins-refrow-ref:hover { text-decoration: underline; }
.vp-ins-refrow-text { font-family: var(--font-serif); font-size: 0.95rem; line-height: 1.65; color: var(--color-text-muted); }
.vp-commentary .vp-ins-questions {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: var(--space-sm);
counter-reset: vpq;
}
.vp-commentary .vp-ins-questions li {
counter-increment: vpq;
position: relative;
border: 1px solid var(--color-border);
border-radius: var(--radius-md);
background: var(--color-surface-soft);
padding: var(--space-md);
padding-top: 32px;
font-size: 0.98rem;
line-height: 1.65;
margin-bottom: 0;
}
.vp-commentary .vp-ins-questions li::before {
content: 'Q' counter(vpq);
position: absolute;
top: 12px;
left: var(--space-md);
font-family: var(--font-mono);
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.08em;
color: var(--color-accent);
}
.vp-ins-faq {
border: 1px solid var(--color-border);
border-radius: var(--radius-md);
overflow: hidden;
background: var(--color-surface-soft);
}
.vp-commentary .vp-ins-faq-item summary { padding: var(--space-md); border-radius: 0; }
.vp-commentary .vp-ins-faq-q { font-family: var(--font-display); font-size: 1rem; font-weight: 600; line-height: 1.45; color: var(--color-text); }
.vp-ins-faq-a { padding: 0 var(--space-md) var(--space-md); }
.vp-commentary .vp-ins-faq-a p { font-size: 0.98rem; line-height: 1.7; }
.vp-commentary .vp-ins-faq-a p:last-child { margin-bottom: 0; }
.vp-commentary .commentary-subsection-group.vp-ins-subgroup {
margin-left: 0;
padding-left: 0;
border-left: none;
}
.vp-pericope-line {
text-align: center;
margin-top: var(--space-sm);
font-family: var(--font-serif);
font-style: italic;
font-size: 0.92rem;
color: var(--color-text-muted);
}
.vp-pericope-ref {
font-style: normal;
font-family: var(--font-sans);
font-size: 0.85em;
margin-left: 6px;
}
.vp-canon-ruler {
position: relative;
display: block;
width: 100%;
}
.vp-canon-row { display: block; }
.vp-canon-head {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: var(--space-md);
flex-wrap: wrap;
margin-bottom: var(--space-xs);
}
.vp-canon-axis {
position: relative;
display: block;
height: 1.75rem;
border-bottom: 1px solid var(--color-border);
}
.vp-canon-div {
position: absolute;
bottom: 0;
width: 1px;
height: 9px;
background: color-mix(in srgb, var(--color-border) 90%, var(--color-text-muted));
}
.vp-canon-band {
position: absolute;
bottom: 11px;
overflow: hidden;
padding-inline: 2px;
font-family: var(--font-sans);
font-size: 0.58rem;
font-weight: 600;
letter-spacing: 0.02em;
text-transform: uppercase;
text-align: center;
white-space: nowrap;
text-overflow: ellipsis;
color: color-mix(in srgb, var(--color-text-muted) 85%, transparent);
}
.vp-canon-band.is-current {
color: var(--color-primary);
font-weight: 700;
}
.vp-canon-mark {
position: absolute;
bottom: -4px;
width: 9px;
height: 9px;
border: 2px solid var(--color-accent);
border-radius: 50%;
background: var(--color-surface-solid);
transform: translateX(-50%);
}
.vp-canon-mark::after {
content: "";
position: absolute;
left: 50%;
bottom: 100%;
width: 1px;
height: 7px;
background: var(--color-accent);
transform: translateX(-0.5px);
}
.vp-canon-band em { display: none; font-style: normal; }
@media (width <= 560px) {
.vp-canon-band b { display: none; }
.vp-canon-band em { display: inline; }
}
.vp-canon-pct { color: var(--color-text-muted); }
.vp-father-era {
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--color-text-muted);
}
.vp-father-source-link i { font-size: 0.7em; opacity: 0.7; }
.vp-father-quote--clip {
max-height: 210px;
overflow: hidden;
position: relative;
}
.vp-father-quote--clip::after {
content: '';
position: absolute;
inset: auto 0 0 0;
height: 64px;
background: linear-gradient(transparent, var(--color-surface-solid));
}
.vp-father-expand {
display: inline-block;
margin: var(--space-sm) 0 0;
font-size: 0.8rem;
font-weight: 600;
color: var(--color-primary);
background: none;
border: none;
padding: 4px 0;
cursor: pointer;
}
.vp-father-expand:hover { text-decoration: underline; }
.vp-mh-verse-row.is-target {
background: color-mix(in srgb, var(--color-accent) 12%, transparent);
border-radius: var(--radius-sm);
padding: 6px 10px;
margin: 2px -10px;
color: var(--color-text);
}
.vp-mh-verse-row.is-target .vp-mh-vnum { color: var(--color-accent); }
.vp-study-tab-count {
font-family: var(--font-mono);
font-size: 0.72em;
font-weight: 600;
color: var(--color-text-muted);
background: var(--color-surface-hover);
border-radius: var(--radius-full);
padding: 2px 7px;
margin-left: 2px;
}
.vp-study-tab.active .vp-study-tab-count {
color: var(--color-primary);
background: var(--color-primary-active-bg);
}
