.back-button{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:transparent;border:1px solid var(--stone-200);border-radius:6px;color:var(--stone-700);font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.back-button:hover{background:var(--accent-teal-bg);border-color:var(--accent-teal-border);color:var(--accent-teal)}.back-button:focus-visible{outline:2px solid var(--accent-teal);outline-offset:2px}.back-button-arrow{font-size:.875rem;line-height:1}.analyze-gate-panel{max-width:640px;margin:4rem auto;padding:2rem;text-align:center}.analyze-gate-panel__heading{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.analyze-gate-panel__copy{color:var(--stone-700);margin-bottom:1.5rem;line-height:1.5}.analyze-gate-panel__actions{display:flex;justify-content:center;gap:.75rem}.analyze-gate-panel__retry-btn{background:var(--stone-900);color:#fff;border:none;border-radius:6px;padding:.5rem 1.25rem;font-weight:500;cursor:pointer}.analyze-gate-panel__retry-btn:hover:not(:disabled){background:var(--stone-700)}.analyze-gate-panel__retry-btn:disabled{opacity:.6;cursor:not-allowed}.analyze-gate-panel__status{margin-top:1rem;color:var(--stone-600);font-size:.9rem}.analyze-gate-panel__error{margin-top:1rem;color:#b91c1c;font-size:.9rem}.narrative-hub-body--skeleton{padding:1rem}.skeleton-arc-row{display:flex;align-items:center;margin-bottom:.65rem}.characters-hub-skeleton{padding:1rem}.characters-grid-skeleton{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.skeleton-character-tile{height:8rem;border-radius:6px}.issues-hub-skeleton{padding:1rem}.skeleton-issue-row{display:flex;align-items:center;margin-bottom:.65rem}.hub-loading{display:flex;align-items:center;gap:.5rem;padding:2rem;color:var(--stone-500);font-size:.8125rem}.hub-layout{display:flex;height:100%;overflow:hidden}.hub-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.hub-main-body{flex:1;overflow-y:auto;padding:.75rem;min-height:0}.hub-main-foot{flex-shrink:0;padding:.5rem .75rem;border-top:1px solid var(--stone-200);font-size:.75rem;color:var(--stone-500);background:var(--stone-50)}.hub-sidebar{width:200px;flex-shrink:0;border-right:1px solid var(--stone-200);overflow-y:auto;background:var(--stone-50);display:flex;flex-direction:column}.hub-sidebar-filters{padding:.5rem;border-bottom:1px solid var(--stone-200)}.hub-sidebar-group{padding:.25rem 0}.hub-sidebar-group-label{padding:.375rem .625rem .25rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--stone-400)}.hub-sidebar-group--dimmed .hub-sidebar-group-label{color:var(--stone-200)}button.hub-sidebar-group-label--collapsible{display:flex;align-items:center;gap:.375rem;width:100%;background:none;border:none;font-family:inherit;cursor:pointer;text-align:left;transition:color .12s}button.hub-sidebar-group-label--collapsible:hover{color:var(--stone-700)}.hub-sidebar-group-chevron{display:inline-block;width:.625rem;font-size:.5625rem;color:var(--stone-400)}.hub-sidebar-all{margin:.25rem .375rem;font-weight:600}.hub-sidebar-entity{display:flex;flex-direction:column;gap:.25rem;width:100%;text-align:left;padding:.5rem .625rem;background:none;border:none;border-left:3px solid transparent;cursor:pointer;font-size:.75rem;color:var(--stone-700);transition:background .12s,border-color .12s,opacity .15s,transform .15s}.hub-sidebar-entity:hover{background:var(--stone-100)}.hub-sidebar-entity--selected{border-left-color:var(--accent-teal);background:var(--accent-teal-bg);color:var(--stone-900)}.hub-sidebar-entity--dimmed{opacity:.4;transform:scale(.98)}.hub-sidebar-entity-main{display:flex;align-items:center;justify-content:space-between;gap:.375rem}.hub-sidebar-entity-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.hub-sidebar-entity-badges{display:flex;flex-wrap:wrap;gap:.25rem}.hub-sidebar-stats{margin-top:auto;padding:.625rem;border-top:1px solid var(--stone-200);font-size:.6875rem;color:var(--stone-400)}.hub-sidebar-stat-row{display:flex;gap:.75rem}.hub-section{margin-bottom:1.25rem;transition:opacity .15s}.hub-section--dimmed{opacity:.4;pointer-events:none}.hub-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--stone-500);margin:0 0 .625rem;padding-bottom:.375rem;border-bottom:1px solid var(--stone-200)}button.hub-section-title--collapsible{display:flex;align-items:center;gap:.375rem;width:100%;background:none;border:none;border-bottom:1px solid var(--stone-200);text-align:left;cursor:pointer;font-family:inherit;transition:color .12s}button.hub-section-title--collapsible:hover{color:var(--stone-700)}.hub-section-chevron{display:inline-block;width:.75rem;color:var(--stone-400);font-size:.625rem}.hub-section--collapsed .hub-section-title--collapsible{margin-bottom:0;border-bottom-color:transparent}.hub-severity-groups{display:flex;flex-direction:column;gap:.75rem;margin-left:.75rem;padding-left:.875rem;border-left:2px solid var(--stone-200)}.hub-severity-groups .hub-section{margin-bottom:0}.hub-severity-groups .hub-section-title,.hub-severity-groups button.hub-section-title--collapsible{color:var(--stone-400)}.hub-severity-groups button.hub-section-title--collapsible:hover{color:var(--stone-600)}.hub-section-body{font-size:.8125rem;line-height:1.55;color:var(--stone-700)}.hub-empty{color:var(--stone-400);font-size:.8125rem;font-style:italic}.hub-badge{display:inline-block;padding:.0625rem .375rem;border-radius:3px;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.hub-badge--high{background:var(--error-bg);color:var(--error-text);border:1px solid var(--error-border)}.hub-badge--med{background:var(--warning-bg);color:var(--warning-text);border:1px solid var(--warning-border)}.hub-badge--low{background:var(--success-bg);color:var(--success-text);border:1px solid var(--success-border)}.hub-conn-badge{display:inline-block;padding:.0625rem .375rem;border-radius:10px;font-size:.5625rem;font-weight:600;white-space:nowrap}.hub-conn-badge--teal{background:var(--accent-teal-bg);color:var(--accent-teal)}.hub-conn-badge--amber{background:var(--accent-amber-bg);color:var(--accent-amber)}.hub-conn-badge--indigo{background:var(--accent-indigo-bg);color:var(--accent-indigo)}.hub-conn-badge--stone{background:var(--stone-100);color:var(--stone-500)}.hub-role-badge{display:inline-block;padding:.0625rem .375rem;border-radius:3px;font-size:.5625rem;font-weight:600;text-transform:capitalize}.hub-role-badge--protagonist{background:var(--accent-teal-bg);color:var(--accent-teal)}.hub-role-badge--antagonist{background:var(--accent-amber-bg);color:var(--accent-amber)}.hub-scene-ref{display:inline-block;padding:.0625rem .375rem;background:var(--accent-indigo-bg);border:1px solid var(--accent-indigo-bg);border-radius:3px;font-size:.625rem;font-weight:500;color:var(--accent-indigo-dark);cursor:pointer;transition:background .1s}.hub-scene-ref:hover{background:var(--accent-indigo);color:#fff}.hub-sparkline{flex-shrink:0}.hub-sparkline-area{fill:var(--accent-teal-bg);opacity:.6}.hub-sparkline-line{fill:none;stroke:var(--accent-teal);stroke-width:1.5;stroke-linejoin:round}.hub-filter-chips{display:flex;gap:.25rem;flex-wrap:wrap}.hub-chip{padding:.25rem .5rem;background:var(--stone-100);border:1px solid var(--stone-200);border-radius:12px;font-size:.625rem;font-weight:600;color:var(--stone-500);cursor:pointer;transition:all .12s}.hub-chip:hover{border-color:var(--stone-400);color:var(--stone-700)}.hub-chip--active{background:var(--accent-teal-bg);border-color:var(--accent-teal-border);color:var(--accent-teal)}.hub-arc-involvement{display:flex;flex-direction:column;gap:.5rem}.hub-arc-card{width:100%;background:var(--stone-50);border:1px solid var(--stone-200);border-radius:4px;overflow:hidden;transition:border-color .12s}.hub-arc-card--expanded{background:#fff}.hub-arc-card-header{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:none;border:0;border-radius:0;text-align:left;cursor:pointer;font-size:.8125rem;font-family:inherit;color:inherit;transition:background .12s}.hub-arc-card-header:hover{background:var(--stone-100)}.hub-arc-card-rank{font-size:.6875rem;font-weight:700;color:var(--stone-400);font-variant-numeric:tabular-nums;flex-shrink:0}.hub-arc-card-name{font-weight:600;color:var(--stone-900);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hub-arc-card-role{font-size:.6875rem;color:var(--stone-500);text-transform:capitalize;flex-shrink:0}.hub-arc-card-caret{display:inline-block;width:.875rem;font-size:.75rem;line-height:1;color:var(--stone-400);text-align:center;flex-shrink:0}.hub-arc-card-body{padding:.625rem .875rem .75rem;border-top:1px solid var(--stone-200)}.hub-arc-card-role-callout{font-size:.6875rem;color:var(--stone-600);margin-bottom:.5rem;letter-spacing:.02em}.hub-arc-card-role-callout-label{font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--stone-500);font-size:.625rem}.hub-arc-card-role-callout-value{text-transform:capitalize;color:var(--stone-800);font-weight:500}.hub-arc-card-summary{font-family:Georgia,"Source Serif 4",Charter,serif;font-size:.875rem;line-height:1.6;color:var(--stone-800)}.hub-arc-card-summary--empty{font-style:italic;color:var(--stone-400)}.hub-arc-card-summary-text{margin:0 0 .5rem}.hub-arc-card-summary-list{margin:0;padding-left:1.125rem}.hub-arc-card-summary-list li{margin-bottom:.25rem}.hub-arc-card-summary-list li:last-child{margin-bottom:0}.hub-arc-card-footer{display:flex;justify-content:flex-end;margin-top:.625rem}.hub-arc-card-open-link{background:none;border:0;padding:.125rem .25rem;font-family:inherit;font-size:.75rem;color:var(--accent-teal, #0f766e);cursor:pointer;border-radius:3px;transition:background .12s,color .12s}.hub-arc-card-open-link:hover{background:var(--accent-teal-bg, rgba(20, 184, 166, .1));text-decoration:underline}.hub-profile{font-size:.875rem}.hub-profile-sub{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--stone-200)}.hub-profile-sub:first-child{margin-top:0;padding-top:0;border-top:none}.hub-profile-sub-label{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-teal);margin-bottom:.625rem}.hub-profile-archetype{font-style:italic;color:var(--stone-500);margin:0 0 .25rem}.hub-profile-traits{padding-left:1rem}.hub-profile-traits li{margin-bottom:.25rem}.hub-profile-dim{color:var(--stone-500);margin:.125rem 0}.hub-profile-dim-label{font-size:.625rem;font-weight:600;color:var(--stone-500);margin-top:.5rem;margin-bottom:.125rem}.hub-profile-rel{margin-bottom:.375rem}.hub-profile-rel-nature{margin-left:.375rem;font-size:.6875rem;color:var(--stone-500)}.hub-profile-aesthetic-meta{display:flex;gap:.5rem;color:var(--stone-500);font-size:.75rem;margin-bottom:.25rem}.hub-identity-card{display:flex;gap:1.25rem;padding:1.25rem 1.5rem;margin-bottom:1.25rem;background:var(--stone-50);border:1px solid var(--stone-200);border-left:3px solid var(--accent-teal-border);border-radius:6px}.hub-identity-avatar{flex:0 0 auto;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--stone-100);color:var(--stone-700);border:1px solid var(--stone-200);border-radius:50%;font-family:Georgia,"Source Serif 4",Charter,serif;font-size:1.75rem;font-weight:500}.hub-identity-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.25rem}.hub-identity-archetype{font-family:Inter,system-ui,sans-serif;font-size:.6875rem;letter-spacing:.11em;text-transform:uppercase;font-weight:600;color:var(--accent-teal)}.hub-identity-name{font-family:Georgia,"Source Serif 4",Charter,serif;font-size:1.375rem;font-weight:600;color:var(--stone-900);margin:0;line-height:1.2}.hub-identity-tagline{font-family:Georgia,"Source Serif 4",Charter,serif;font-size:.9375rem;font-style:italic;color:var(--stone-600);margin:.125rem 0 .25rem;line-height:1.5}.hub-identity-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;font-family:Inter,system-ui,sans-serif;font-size:.75rem;color:var(--stone-600);margin-top:.375rem}.hub-identity-tier{text-transform:uppercase;letter-spacing:.08em;font-weight:600}.hub-identity-tier--core{color:var(--accent-teal)}.hub-identity-alignment,.hub-identity-role{text-transform:capitalize}.hub-identity-sep{color:var(--stone-300)}.hub-identity-submeta{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:.5rem;font-family:Inter,system-ui,sans-serif;font-size:.6875rem;color:var(--stone-500)}.hub-identity-submeta-label{text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:var(--stone-400);margin-right:.25rem}.hub-identity-star{color:var(--accent-amber);font-size:.75rem;margin-left:.25rem}.hub-profile-facets{display:flex;flex-direction:column;gap:.625rem}.hub-profile-facet{width:100%;min-width:0;padding:.75rem 1rem .875rem;background:var(--stone-50);border:1px solid var(--stone-200);border-radius:4px}.hub-profile-facet--collapsed{padding-bottom:.75rem}.hub-profile-facet-label{display:flex;align-items:center;gap:.5rem;width:100%;margin:0;padding:0 0 .375rem;background:none;border:0;border-bottom:1px solid var(--stone-200);border-radius:0;font-family:Inter,system-ui,sans-serif;font-size:.6875rem;letter-spacing:.11em;text-transform:uppercase;font-weight:600;color:var(--stone-500);text-align:left;cursor:pointer;transition:color .12s,border-color .12s}.hub-profile-facet-label:hover{color:var(--stone-700)}.hub-profile-facet--collapsed .hub-profile-facet-label{padding-bottom:0;border-bottom-color:transparent}.hub-profile-facet-caret{display:inline-block;width:.75rem;font-size:.75rem;line-height:1;color:var(--stone-400);letter-spacing:0}.hub-profile-facet-body{margin-top:.5rem;font-family:Georgia,"Source Serif 4",Charter,serif;font-size:.875rem;line-height:1.65;color:var(--stone-800)}.hub-profile-facet-body .profile-md-p{margin:0 0 .625rem}.hub-profile-facet-body .profile-md-p:last-child{margin-bottom:0}.hub-profile-facet-body .profile-md-list{margin:0;padding-left:1rem}.characters-hub{height:100%;display:flex;flex-direction:column;overflow:hidden;min-width:0}.characters-hub-topbar{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-bottom:1px solid var(--stone-200);background:var(--stone-50);flex-shrink:0}.characters-hub-filter{flex:1;min-width:0;padding:.25rem .5rem;border:1px solid var(--stone-300);border-radius:3px;font-size:.75rem;font-family:inherit;background:#fff;color:inherit}.characters-hub-filter:focus{outline:none;border-color:var(--accent-teal-border)}.characters-hub-sort{display:inline-flex;gap:2px;background:var(--stone-200);border-radius:3px;padding:2px}.characters-hub-sort-btn{padding:.125rem .5rem;border:none;background:transparent;border-radius:2px;font-size:.6875rem;font-weight:500;color:var(--stone-500);cursor:pointer;font-family:inherit}.characters-hub-sort-btn:hover{color:var(--stone-700)}.characters-hub-sort-btn--active{background:var(--stone-50);color:var(--stone-900);box-shadow:0 1px 2px #0000000a}.characters-hub-count{font-size:.6875rem;color:var(--stone-500);white-space:nowrap;font-variant-numeric:tabular-nums}.characters-hub-grid{flex:1;overflow-y:auto;padding:.75rem;min-height:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.625rem;align-content:start}.characters-hub-tile{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;text-align:left;background:var(--stone-50);border:1px solid var(--stone-200);border-radius:4px;cursor:pointer;transition:border-color .12s,background .12s,opacity .12s;font:inherit;color:inherit}.characters-hub-tile:hover{border-color:var(--accent-teal-border);background:var(--stone-100)}.characters-hub-tile--core{border-left:3px solid var(--accent-teal-border)}.characters-hub-tile--unassigned{border-style:dashed;opacity:.75}.characters-hub-tile--dim{opacity:.4}.characters-hub-tile-head{display:flex;gap:.5rem;align-items:center}.characters-hub-tile-avatar{width:32px;height:32px;flex:0 0 auto;background:var(--stone-200);color:var(--stone-700);border:1px solid var(--stone-200);border-radius:4px;display:flex;align-items:center;justify-content:center;font-family:Georgia,"Source Serif 4",Charter,serif;font-weight:600;font-size:.9375rem}.characters-hub-tile-name-wrap{flex:1;min-width:0}.characters-hub-tile-name{font-family:Georgia,"Source Serif 4",Charter,serif;font-weight:600;font-size:.875rem;color:var(--stone-900);display:flex;align-items:center;gap:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.characters-hub-tile-archetype{font-family:Inter,system-ui,sans-serif;font-size:.5625rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-teal);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.characters-hub-tile-tagline{font-family:Georgia,"Source Serif 4",Charter,serif;font-size:.75rem;font-style:italic;color:var(--stone-600);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.characters-hub-tile-meta{display:flex;gap:.5rem;align-items:center;font-size:.6875rem;color:var(--stone-500);font-variant-numeric:tabular-nums}.characters-hub-tile-tier{padding:1px 6px;border-radius:8px;font-size:.5625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.characters-hub-tile-tier--core{background:var(--accent-teal-bg);color:var(--accent-teal)}.characters-hub-tile-tier--supporting{background:var(--stone-100);color:var(--stone-600)}.characters-hub-empty{grid-column:1 / -1;padding:2rem 1rem;text-align:center;color:var(--stone-500);font-size:.8125rem;font-style:italic}.characters-hub-foot{flex-shrink:0;padding:.5rem .75rem;border-top:1px solid var(--stone-200);font-size:.75rem;color:var(--stone-500);background:var(--stone-50)}.characters-hub-backbar{padding:.5rem .75rem;border-bottom:1px solid var(--stone-200);background:var(--stone-50);flex-shrink:0}.characters-hub-detail{flex:1;overflow-y:auto;padding:.75rem;min-height:0;display:flex;flex-direction:column;gap:.875rem}.hub-char-sidebar-role{font-family:Inter,system-ui,sans-serif;font-size:.625rem;text-transform:capitalize;color:var(--stone-500)}.hub-issue-source-badge{display:inline-block;padding:.0625rem .375rem;border-radius:3px;font-size:.5625rem;font-weight:600;white-space:nowrap}.hub-issue-source-badge--arc{background:var(--accent-teal-bg);color:var(--accent-teal)}.hub-issue-source-badge--character{background:var(--accent-amber-bg);color:var(--accent-amber)}.hub-issues-list{display:flex;flex-direction:column;gap:.25rem}.hub-issue-row{display:flex;align-items:center;gap:.5rem;width:100%;text-align:left;padding:.375rem .5rem;background:var(--stone-50);border:1px solid var(--stone-200);border-radius:4px;cursor:pointer;font-size:.75rem;transition:border-color .12s,background .12s}.hub-issue-row:hover{border-color:var(--accent-teal-border);background:var(--accent-teal-bg)}.hub-issue-row-chips{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.hub-issue-location-chip{font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.125rem .375rem;background:var(--stone-100);color:var(--stone-600);border-radius:3px;white-space:nowrap}.hub-issue-row-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--stone-800);font-weight:500;flex:1;min-width:0}.hub-issue-detail{font-size:.8125rem}.hub-issue-meta{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem}.hub-issue-location{font-size:.6875rem;font-weight:500;color:var(--stone-500)}.hub-issue-source{font-size:.6875rem;font-weight:500;padding:.0625rem .375rem;border-radius:3px}.hub-issue-source--arc,.hub-issue-source--plot{background:var(--accent-teal-bg);color:var(--accent-teal)}.hub-issue-source--character{background:var(--accent-amber-bg);color:var(--accent-amber)}.hub-issue-source--continuity{background:var(--error-bg);color:var(--error-text)}.hub-issue-source--prose{background:var(--accent-indigo-bg);color:var(--accent-indigo)}.hub-issue-source--craft{background:var(--stone-100);color:var(--stone-700)}.hub-issue-refs{display:flex;gap:.25rem;flex-wrap:wrap;margin-bottom:.625rem}.hub-issue-block{margin-bottom:.5rem}.hub-issue-block-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--stone-400);margin-bottom:.25rem}.hub-issue-block p{margin:0;color:var(--stone-700)}.hub-issue-block--collapsible{margin-bottom:.25rem;border:1px solid var(--stone-200);border-radius:4px;background:var(--stone-50)}.hub-issue-block--collapsible.is-open{background:#fff;border-color:var(--stone-300)}.hub-issue-block-toggle{display:flex;align-items:center;gap:.375rem;width:100%;padding:.375rem .5rem;background:transparent;border:0;cursor:pointer;text-align:left}.hub-issue-block-toggle:hover{background:var(--stone-100)}.hub-issue-block--collapsible.is-open .hub-issue-block-toggle:hover{background:var(--stone-50)}.hub-issue-block--collapsible .hub-issue-block-label{margin-bottom:0}.hub-issue-block-caret{font-size:.6875rem;color:var(--stone-500);width:.75rem;display:inline-block;text-align:center}.hub-issue-block-body{padding:0 .5rem .5rem;color:var(--stone-700)}.hub-issue-block-body>p:first-child{margin-top:0}.hub-issue-markdown p{margin:0 0 .375rem}.hub-issue-markdown ul{margin:.25rem 0;padding-left:1.25rem}.hub-issue-markdown strong{color:var(--accent-teal)}.hub-issue-block--solution.is-open{border-color:var(--accent-teal-border)}.hub-issue-block--solution .hub-issue-block-body{border-left:2px solid var(--accent-teal);padding-left:.625rem;margin-left:.125rem}.hub-issue-solution-text{color:var(--stone-900);font-weight:500;margin:0}.hub-issue-markdown--notes>p:first-child{font-size:.875rem;line-height:1.5;color:var(--stone-800);margin-bottom:.625rem;padding-bottom:.5rem;border-bottom:1px solid var(--stone-200)}.hub-issue-markdown--notes ul{list-style:none;padding-left:0;margin:.375rem 0}.hub-issue-markdown--notes>ul>li{position:relative;padding-left:1.125rem;margin-bottom:.5rem;line-height:1.5;color:var(--stone-800)}.hub-issue-markdown--notes>ul>li:before{content:"▸";position:absolute;left:0;top:0;color:var(--accent-teal);font-size:.75rem;line-height:1.6}.hub-issue-markdown--notes ul ul{margin:.375rem 0 .25rem;padding-left:.375rem}.hub-issue-markdown--notes ul ul>li{position:relative;padding-left:.875rem;margin-bottom:.25rem;font-size:.75rem;color:var(--stone-500);line-height:1.45}.hub-issue-markdown--notes ul ul>li:before{content:"–";position:absolute;left:0;top:0;color:var(--stone-400);font-size:.75rem}.hub-issue-markdown--notes blockquote{margin:.375rem 0;padding:.25rem 0 .25rem .625rem;border-left:2px solid var(--stone-300);color:var(--stone-600);font-style:italic}.hub-issue-markdown--notes blockquote p{margin:0}.hub-issue-reader-impact{margin:.375rem 0 0;padding-top:.375rem;border-top:1px dashed var(--stone-200);font-style:italic;font-size:.8125rem;color:var(--stone-600);line-height:1.45}.hub-issue-evidence{display:flex;flex-direction:column;gap:.5rem}.hub-issue-evidence-item{display:flex;flex-direction:column;gap:.25rem;padding-bottom:.5rem;border-bottom:1px dashed var(--stone-200)}.hub-issue-evidence-item:last-child{border-bottom:none;padding-bottom:0}.hub-issue-evidence-item .hub-scene-ref{align-self:flex-start}.hub-issue-evidence-quote{margin:0;padding:.375rem 0 .375rem .625rem;border-left:2px solid var(--accent-teal);color:var(--stone-700);font-style:italic;font-size:.8125rem;line-height:1.5}.hub-issue-evidence-relevance{margin:0 0 0 .625rem;color:var(--stone-600);font-style:italic;font-size:.75rem;line-height:1.45}.hub-context-card{display:flex;flex-direction:column;gap:.125rem;width:100%;text-align:left;padding:.625rem;background:var(--accent-teal-bg);border:1px solid var(--accent-teal-border);border-radius:4px;cursor:pointer;transition:background .12s}.hub-context-card:hover{background:var(--accent-teal-bg2)}.hub-context-type{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent-teal)}.hub-context-name{font-weight:700;font-size:.875rem;color:var(--stone-900)}.hub-related-issues{display:flex;flex-direction:column;gap:.25rem}.hub-related-issue{display:flex;align-items:center;gap:.375rem;width:100%;text-align:left;padding:.375rem .5rem;background:var(--stone-50);border:1px solid var(--stone-200);border-radius:4px;cursor:pointer;font-size:.75rem;color:var(--stone-700);transition:border-color .12s}.hub-related-issue:hover{border-color:var(--accent-teal-border)}.narrative-hub{display:flex;flex-direction:column;height:100%;overflow:hidden}.narrative-hub-toolbar{display:flex;justify-content:flex-end;padding:.5rem .75rem 0;flex-shrink:0}.narrative-hub-toggle{display:inline-flex;gap:2px;background:var(--stone-200);border-radius:4px;padding:2px}.narrative-hub-toggle-btn{padding:4px 10px;border:none;background:transparent;border-radius:3px;font-size:.6875rem;font-weight:500;color:var(--stone-500);cursor:pointer;font-family:inherit}.narrative-hub-toggle-btn:hover{color:var(--stone-900)}.narrative-hub-toggle-btn--active{background:var(--stone-50);color:var(--stone-900);box-shadow:0 1px 2px #0000000a}.narrative-hub-body{flex:1;overflow:hidden;min-height:0}.synopsis-root{height:100%;overflow-y:auto;background:var(--stone-100)}.synopsis-doc{max-width:820px;margin:0 auto;padding:1.25rem 2rem 2.5rem}.synopsis-section-head{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.875rem;padding-bottom:.5rem;border-bottom:1px solid var(--stone-200);position:sticky;top:0;background:var(--stone-100);z-index:1}.synopsis-section-label{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--accent-teal)}.synopsis-section-count{font-size:.6875rem;color:var(--stone-500);margin-left:auto;margin-right:.5rem}.synopsis-ctrl-row{display:flex;gap:6px}.synopsis-ctrl-btn{font-size:.625rem;color:var(--stone-500);background:transparent;border:1px solid var(--stone-200);padding:2px 8px;border-radius:3px;cursor:pointer;font-family:inherit}.synopsis-ctrl-btn:hover{color:var(--stone-900);border-color:var(--stone-400)}.synopsis-chapter{margin-bottom:.75rem}.synopsis-chapter>summary{list-style:none;cursor:pointer}.synopsis-chapter>summary::-webkit-details-marker{display:none}.synopsis-chapter-head{display:flex;align-items:baseline;gap:.5rem;padding:.375rem 0}.synopsis-chapter>summary:before{content:"▶";font-size:.5rem;color:var(--accent-teal);margin-right:.125rem;transition:transform .15s;display:inline-block;transform-origin:45% 55%}.synopsis-chapter[open]>summary:before{transform:rotate(90deg)}.synopsis-chapter-num{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-teal);white-space:nowrap}.synopsis-chapter-name{font-size:.8125rem;font-weight:600;color:var(--stone-900)}.synopsis-chapter-count{font-size:.6875rem;color:var(--stone-500);margin-left:auto;white-space:nowrap}.synopsis-chapter-body{padding:.25rem 0 .25rem 1.125rem;border-left:2px solid var(--stone-200);margin-left:.375rem}.synopsis-chapter-summary{font-style:italic;font-size:.75rem;line-height:1.55;color:var(--stone-700);padding-left:.5rem;border-left:3px solid var(--accent-teal-border);margin-bottom:.625rem}.synopsis-scenes-label{font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:1.1px;color:var(--stone-500);margin-bottom:.25rem}.synopsis-scene{background:var(--stone-50);border:1px solid var(--stone-200);border-radius:5px;margin-bottom:.3125rem}.synopsis-scene>summary{list-style:none;cursor:pointer}.synopsis-scene>summary::-webkit-details-marker{display:none}.synopsis-scene-head{display:flex;align-items:center;gap:.5rem;padding:.4375rem .625rem}.synopsis-scene>summary:before{content:"▶";font-size:.4375rem;color:var(--stone-400);margin-right:.125rem;transition:transform .15s;display:inline-block;transform-origin:45% 55%}.synopsis-scene[open]>summary:before{transform:rotate(90deg)}.synopsis-scene-idx{font-size:.625rem;font-weight:600;color:var(--accent-amber-dark);background:var(--accent-amber-bg);border:1px solid var(--accent-amber-border);padding:1px 6px;border-radius:3px;flex-shrink:0}.synopsis-scene-oneline{font-size:.75rem;color:var(--stone-700);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.synopsis-scene-para{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.625rem;color:var(--stone-500);flex-shrink:0}.synopsis-scene-body{padding:0 .625rem .625rem 1.875rem}.synopsis-scene-summary{font-size:.75rem;line-height:1.5;color:var(--stone-900);margin-bottom:.375rem}.synopsis-tag-row{display:flex;flex-wrap:wrap;gap:4px}.synopsis-tag{font-size:.6875rem;background:var(--stone-100);border:1px solid var(--stone-200);border-radius:3px;padding:1px 6px;color:var(--stone-700)}.synopsis-tag--character{border-left:3px solid var(--accent-indigo)}.synopsis-tag--location{border-left:3px solid var(--accent-terracotta)}:root{--role-core-pro: #3d7a6a;--role-core-pro-bg: #e4f0eb;--role-core-pro-border: #9ec5b5;--role-core-ant: #b5503a;--role-core-ant-bg: #fceae5;--role-core-ant-border: #e0a596;--role-sup-pro: #6b9e8f;--role-sup-pro-bg: #f0f6f3;--role-sup-pro-border: #c0d9cf;--role-sup-ant: #c4806a;--role-sup-ant-bg: #fdf1ec;--role-sup-ant-border: #e4c0b3}.metro-timeline{position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden}.metro-filter-bar{display:flex;align-items:center;gap:8px;padding:.5rem 1rem;border-bottom:1px solid var(--stone-200);flex-shrink:0}.metro-filter-label{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:var(--stone-400);margin-right:4px}.metro-filter-pill{font-size:.6875rem;font-weight:500;padding:3px 10px;border-radius:4px;border:1px solid;cursor:pointer;transition:all .12s ease;background:none}.metro-filter-pill--on-teal{background:var(--accent-teal-bg);color:var(--accent-teal);border-color:var(--accent-teal-border)}.metro-filter-pill--on-indigo{background:var(--accent-indigo-bg);color:var(--accent-indigo);border-color:var(--accent-indigo-border)}.metro-filter-pill--off{background:transparent;color:var(--stone-400);border-color:var(--stone-200)}.metro-filter-pill--off:hover{background:var(--stone-100)}.metro-filter-spacer{flex:1}.metro-filter-hint{font-size:.6875rem;color:var(--stone-400);font-style:italic}.metro-panel-body{flex:1;display:flex;flex-direction:row;min-height:0;overflow:hidden}.metro-scroll-region{flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;display:flex;align-items:center}.metro-canvas{position:relative;padding:1.25rem 2rem 1rem;min-height:200px}.metro-zone{position:relative;min-height:220px}.character-rail{position:relative;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--stone-200);background:var(--stone-100);min-height:0}.character-row{display:flex;align-items:flex-start;gap:8px;padding:6px 8px;margin-bottom:1px;border-radius:4px;border-left:2px solid transparent;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .12s ease,opacity .12s ease}.character-row:hover,.character-row--related{background:var(--stone-100)}.character-row--dimmed{opacity:.35}.character-row--dimmed:hover{opacity:.6}.character-row-avatar{width:22px;height:22px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:600;background:#fff;border:1.5px solid;margin-top:1px}.character-row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.character-row-name{font-size:.75rem;font-weight:500;color:var(--stone-900);line-height:1.2;word-break:break-word;overflow-wrap:break-word;white-space:normal}.character-row-sub{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.character-row-meta{font-size:.5625rem;color:var(--stone-400);text-transform:lowercase}.character-row-arcdots{display:flex;gap:2px}.character-row-arcdot{width:6px;height:6px;border-radius:50%}.character-row-badge{flex-shrink:0;align-self:flex-start;margin-top:3px;padding:1px 6px;background:var(--accent-amber, #a16336);color:#fff;font-size:.5625rem;font-weight:600;border-radius:8px;line-height:1.4}.character-row.role-core-pro .character-row-avatar{border-color:var(--role-core-pro);color:var(--role-core-pro)}.character-row.role-core-ant .character-row-avatar{border-color:var(--role-core-ant);color:var(--role-core-ant)}.character-row.role-sup-pro .character-row-avatar{border-color:var(--role-sup-pro);color:var(--role-sup-pro)}.character-row.role-sup-ant .character-row-avatar{border-color:var(--role-sup-ant);color:var(--role-sup-ant)}.character-row--selected{background:var(--stone-100)}.character-row--selected.role-core-pro{border-left-color:var(--role-core-pro);background:var(--role-core-pro-bg)}.character-row--selected.role-core-ant{border-left-color:var(--role-core-ant);background:var(--role-core-ant-bg)}.character-row--selected.role-sup-pro{border-left-color:var(--role-sup-pro);background:var(--role-sup-pro-bg)}.character-row--selected.role-sup-ant{border-left-color:var(--role-sup-ant);background:var(--role-sup-ant-bg)}.metro-arc-lanes{position:relative;margin-top:6px;flex-shrink:0}.metro-arc-lane{position:absolute;left:0;right:0;transition:opacity .15s ease}.metro-arc-lane--dimmed{opacity:.28}.metro-arc-segment{position:absolute;top:0;bottom:0;border-radius:4px;background:color-mix(in srgb,var(--arc-color) 14%,transparent);border:1px solid color-mix(in srgb,var(--arc-color) 45%,transparent);cursor:pointer;transition:all .15s ease;display:flex;align-items:center;overflow:hidden}.metro-arc-segment:hover{background:color-mix(in srgb,var(--arc-color) 20%,transparent);border-color:color-mix(in srgb,var(--arc-color) 60%,transparent)}.metro-arc-lane--active .metro-arc-segment,.metro-arc-lane--selected .metro-arc-segment{background:color-mix(in srgb,var(--arc-color) 26%,transparent);border-color:color-mix(in srgb,var(--arc-color) 75%,transparent);box-shadow:0 0 0 2px color-mix(in srgb,var(--arc-color) 18%,transparent)}.metro-arc-label-sticky{position:sticky;left:0;z-index:2;display:inline-flex;align-items:center;gap:6px;height:100%;padding:0 22px 0 10px;font-family:Georgia,serif;font-size:.75rem;font-weight:600;color:var(--arc-color);white-space:nowrap;pointer-events:none;isolation:isolate}.metro-arc-label-sticky:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;backdrop-filter:blur(6px) saturate(1.15);-webkit-backdrop-filter:blur(6px) saturate(1.15);background:linear-gradient(to right,#fafaf96b,#fafaf938 60%,#fafaf900);mask-image:linear-gradient(to right,black 0%,black 55%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 0%,black 55%,transparent 100%)}.metro-arc-label-name{text-shadow:0 0 3px rgba(250,250,249,.9),0 0 6px rgba(250,250,249,.7)}.metro-arc-label-rank{font-family:system-ui,-apple-system,sans-serif;font-size:.625rem;opacity:.6;text-shadow:0 0 3px rgba(250,250,249,.9)}.metro-arc-gap{position:absolute;top:50%;height:0;border-top:1.5px dotted var(--arc-color);opacity:.32;pointer-events:none}.metro-bezier-links{z-index:0;pointer-events:none}.metro-line-container{position:relative}.metro-line{position:absolute;left:0;height:3px;background:var(--stone-200);border-radius:2px;z-index:4}.metro-ch-station{position:absolute;cursor:pointer;z-index:5}.metro-ch-tick{position:absolute;width:3px;height:18px;background:var(--stone-700);border-radius:1px;left:50%;transform:translate(-50%)}.metro-ch-station:hover .metro-ch-tick{background:var(--stone-900)}.metro-ch-station--active .metro-ch-tick{background:var(--accent-teal)}.metro-ch-label{position:absolute;left:50%;transform:translate(-50%);font-size:.5625rem;font-weight:700;color:var(--stone-700);white-space:nowrap}.metro-sc-wrap{position:absolute;width:18px;height:20px;transform:translate(-50%);cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center}.metro-sc-mark{width:1.5px;height:11px;background:var(--stone-400);opacity:.5;border-radius:1px;transition:all .15s ease}.metro-sc-label{position:absolute;left:50%;transform:translate(-50%);font-family:system-ui,-apple-system,sans-serif;font-size:.5625rem;color:var(--stone-500);white-space:nowrap;pointer-events:none}.metro-sc-wrap:hover .metro-sc-mark{width:8px;height:8px;border-radius:50%;background:var(--stone-500);opacity:.8;box-shadow:0 0 0 3px var(--stone-100)}.metro-sc-wrap--active .metro-sc-mark{width:10px;height:10px;border-radius:50%;background:var(--accent-teal);opacity:1;box-shadow:0 0 0 3px var(--accent-teal-bg)}.metro-sc-wrap--hl .metro-sc-mark{width:2px;height:13px;opacity:1;box-shadow:0 0 6px #3d7a6a40}.metro-sc-wrap--hl.metro-role-core-pro .metro-sc-mark{background:var(--role-core-pro)}.metro-sc-wrap--hl.metro-role-core-ant .metro-sc-mark{background:var(--role-core-ant)}.metro-sc-wrap--hl.metro-role-sup-pro .metro-sc-mark{background:var(--role-sup-pro)}.metro-sc-wrap--hl.metro-role-sup-ant .metro-sc-mark{background:var(--role-sup-ant)}.metro-sc-wrap--hl:hover .metro-sc-mark{width:10px;height:10px;border-radius:50%}.metro-sc-wrap--hl.metro-role-core-pro:hover .metro-sc-mark{background:var(--role-core-pro);box-shadow:0 0 0 3px var(--role-core-pro-bg),0 0 8px #3d7a6a33}.metro-sc-wrap--hl.metro-role-core-ant:hover .metro-sc-mark{background:var(--role-core-ant);box-shadow:0 0 0 3px var(--role-core-ant-bg),0 0 8px #b5503a33}.metro-sc-wrap--hl.metro-role-sup-pro:hover .metro-sc-mark{background:var(--role-sup-pro);box-shadow:0 0 0 3px var(--role-sup-pro-bg)}.metro-sc-wrap--hl.metro-role-sup-ant:hover .metro-sc-mark{background:var(--role-sup-ant);box-shadow:0 0 0 3px var(--role-sup-ant-bg)}.metro-tension-layer{position:absolute;pointer-events:none;transition:opacity .15s ease}.metro-tension-layer svg{overflow:visible;display:block}.metro-tension-layer{transition:opacity .2s ease}.metro-tension--master .metro-t-fill{opacity:.22}.metro-tension--master .metro-t-stroke{opacity:.7;stroke-width:2}.metro-tension--master .metro-t-base{opacity:.35;stroke-width:2}.metro-tension--focused .metro-t-fill{opacity:.28}.metro-tension--focused .metro-t-stroke{opacity:.85;stroke-width:2.5}.metro-tension--focused .metro-t-base{opacity:.5;stroke-width:2}.metro-pinned-card{position:absolute;top:3.25rem;right:1rem;width:var(--pinned-w, 280px);height:var(--pinned-h, auto);min-width:240px;max-width:min(440px,calc(100% - 2rem));min-height:180px;max-height:75%;z-index:40;background:#fafaf9d1;backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);border:1px solid rgba(214,211,209,.6);border-radius:10px;box-shadow:0 8px 32px #00000014,0 1px 3px #0000000f;overflow:hidden;display:flex;flex-direction:column;transition:opacity .18s ease-out,transform .18s ease-out}.metro-pinned-card.is-leaving{opacity:0;transform:translate(20%);pointer-events:none}.metro-pinned-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--stone-400);z-index:1}.metro-card--core-pro:before{background:var(--role-core-pro)}.metro-card--core-ant:before{background:var(--role-core-ant)}.metro-card--sup-pro:before{background:var(--role-sup-pro)}.metro-card--sup-ant:before{background:var(--role-sup-ant)}.metro-card--arc:before{background:var(--accent-indigo)}.metro-card--chapter:before{background:var(--stone-700)}.metro-card-titlebar{display:flex;align-items:center;gap:10px;padding:10px 14px 9px;border-bottom:1px solid rgba(214,211,209,.5);background:#f5f5f473;flex-shrink:0}.metro-card-close{width:12px;height:12px;border-radius:50%;background:#ef4444;border:1px solid rgba(0,0,0,.08);padding:0;cursor:pointer;flex-shrink:0;transition:all .12s ease}.metro-card-close:hover{background:#dc2626;box-shadow:0 0 0 3px #ef44442e}.metro-card-min{width:12px;height:12px;border-radius:50%;background:#f59e0b;border:1px solid rgba(0,0,0,.08);padding:0;cursor:pointer;flex-shrink:0;transition:all .12s ease}.metro-card-min:hover{background:#d97706;box-shadow:0 0 0 3px #f59e0b38}.metro-card-back{width:20px;height:20px;border-radius:50%;background:#78716c14;border:1px solid rgba(120,113,108,.15);padding:0;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;color:var(--stone-700);transition:all .12s ease;margin-right:2px}.metro-card-back:hover{background:var(--accent-indigo-bg);color:var(--accent-indigo-dark);border-color:color-mix(in srgb,var(--accent-indigo) 35%,transparent)}.metro-card-title{flex:1;text-align:center;font-size:.75rem;font-weight:600;color:var(--stone-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metro-card-badge{font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:10px;white-space:nowrap;flex-shrink:0}.metro-card-badge--arc{background:var(--accent-indigo-bg);color:var(--accent-indigo);border:1px solid var(--accent-indigo-border)}.metro-card-badge--chapter{background:var(--stone-100);color:var(--stone-700);border:1px solid var(--stone-200)}.metro-card-body{padding:12px 14px;overflow-y:auto;flex:1 1 auto;min-height:0}.metro-card-field{margin-bottom:.625rem;font-size:.75rem;color:var(--stone-800);line-height:1.45}.metro-card-field:last-child{margin-bottom:0}.metro-card-field strong{display:block;color:var(--stone-400);font-weight:600;font-size:.5625rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.metro-card-field--dim{color:var(--stone-500);font-style:italic;font-size:.6875rem}.metro-card-bullets{margin:0;padding-left:1rem;list-style:disc}.metro-card-bullets li{margin-bottom:.1875rem}.metro-card-bullets li:last-child{margin-bottom:0}.metro-card-prose{margin:0}.profile-md{font-family:Georgia,"Source Serif 4","Source Serif Pro",Charter,Times New Roman,serif;font-size:.9375rem;color:var(--stone-800);line-height:1.7}.profile-md-section+.profile-md-section{margin-top:22px;padding-top:18px;border-top:1px solid var(--stone-200)}.profile-md-heading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.11em;color:var(--accent-indigo);margin:0 0 10px}.profile-md-p{margin:0 0 12px}.profile-md-p:last-child{margin-bottom:0}.profile-md-list{list-style:none;padding:0;margin:0 0 12px}.profile-md-list:last-child{margin-bottom:0}.profile-md-list-item{position:relative;padding-left:18px;line-height:1.65;margin-bottom:8px}.profile-md-list-item:last-child{margin-bottom:0}.profile-md-list-item:before{content:"•";position:absolute;left:4px;top:0;color:var(--accent-indigo);font-weight:700}.profile-md-list-item strong{color:var(--stone-900);font-weight:600}.profile-md-ref{display:inline;background:none;border:none;padding:0 1px;margin:0;font:inherit;color:var(--accent-indigo);cursor:pointer;text-decoration:none;border-bottom:1px dashed color-mix(in srgb,var(--accent-indigo) 45%,transparent);transition:color .12s,background .12s,border-color .12s}.profile-md-ref:hover{color:var(--accent-indigo-dark);background:color-mix(in srgb,var(--accent-indigo) 10%,transparent);border-bottom-color:var(--accent-indigo);border-bottom-style:solid;border-radius:2px}.profile-md-ref:focus-visible{outline:2px solid var(--accent-indigo);outline-offset:1px;border-radius:2px}.metro-card-meta{font-size:.6875rem;color:var(--stone-500);padding:8px 14px;border-top:1px solid rgba(214,211,209,.4);background:#f5f5f44d;flex-shrink:0}.metro-card-read-original{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;border-top:1px solid rgba(214,211,209,.4);color:var(--accent-teal);font-size:.6875rem;font-weight:600;letter-spacing:.02em;text-align:right;padding:8px 14px;cursor:pointer;flex-shrink:0;transition:background-color .12s ease,color .12s ease}.metro-card-read-original:hover{background:var(--accent-teal-bg, rgba(20, 184, 166, .08));color:var(--accent-teal-hover, var(--accent-teal))}.metro-card-read-original:focus-visible{outline:2px solid var(--accent-teal);outline-offset:-2px}.metro-card-handle-w,.metro-card-handle-s,.metro-card-handle-sw{position:absolute;z-index:2;touch-action:none}.metro-card-handle-w{top:0;bottom:0;left:0;width:6px;cursor:ew-resize}.metro-card-handle-s{left:0;right:0;bottom:0;height:6px;cursor:ns-resize}.metro-card-handle-sw{bottom:0;left:0;width:14px;height:14px;cursor:nesw-resize;z-index:3}.metro-card-handle-w:hover,.metro-card-handle-s:hover,.metro-card-handle-sw:hover{background:#0ea5e940}.metro-card-handle-sw:after{content:"";position:absolute;left:3px;bottom:3px;width:7px;height:7px;border-left:1.5px solid rgba(120,113,108,.45);border-bottom:1.5px solid rgba(120,113,108,.45);border-bottom-left-radius:3px}.metro-chip--pinned{position:absolute;top:3.25rem;right:1rem;z-index:40;display:inline-flex;align-items:center;gap:7px;padding:5px 11px 5px 8px;background:#fafaf9f0;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border:1px solid rgba(214,211,209,.65);border-radius:14px;box-shadow:0 4px 14px #00000012,0 1px 2px #0000000d;cursor:pointer;font-size:.75rem;font-weight:500;color:var(--stone-900);max-width:min(260px,calc(100% - 2rem));transition:opacity .18s ease-out,transform .18s ease-out,box-shadow .15s ease}.metro-chip--pinned:hover{box-shadow:0 6px 18px #00000017,0 1px 2px #0000000d}.metro-chip--pinned.is-leaving{opacity:0;transform:translateY(-8px);pointer-events:none}.metro-chip-dot{width:9px;height:9px;border-radius:50%;background:var(--stone-400);flex-shrink:0}.metro-chip--core-pro .metro-chip-dot{background:var(--role-core-pro)}.metro-chip--core-ant .metro-chip-dot{background:var(--role-core-ant)}.metro-chip--sup-pro .metro-chip-dot{background:var(--role-sup-pro)}.metro-chip--sup-ant .metro-chip-dot{background:var(--role-sup-ant)}.metro-chip--arc .metro-chip-dot{background:var(--accent-indigo)}.metro-chip--chapter .metro-chip-dot{background:var(--stone-700)}.metro-chip-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.metro-legend{display:flex;gap:1rem;padding:.375rem 1rem;border-top:1px solid var(--stone-200);flex-shrink:0}.metro-legend-item{display:flex;align-items:center;gap:5px;font-size:.5625rem;font-weight:500;color:var(--stone-500)}.metro-legend-dot{width:8px;height:8px;border-radius:50%}.rail-header{flex-shrink:0;padding:8px 10px 6px;border-bottom:1px solid var(--stone-200);display:flex;flex-direction:column;gap:4px}.rail-search-row{display:flex;align-items:center;gap:6px}.rail-search{flex:1;min-width:0;height:26px;padding:0 8px;font-size:.6875rem;border:1px solid var(--stone-200);border-radius:4px;background:#fff;color:var(--stone-900);outline:none}.rail-search:focus{border-color:var(--accent-indigo, #6366a0)}.rail-clear{align-self:flex-start;background:none;border:none;color:var(--stone-500);font-size:.625rem;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;padding:2px 0 0}.rail-clear:hover{color:var(--stone-900)}.rail-filter-wrap{position:relative;flex-shrink:0}.rail-filter-button{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:1px solid var(--stone-200);border-radius:4px;background:#fff;color:var(--stone-500);cursor:pointer;position:relative;padding:0}.rail-filter-button:hover{color:var(--stone-900);border-color:var(--stone-400)}.rail-filter-button--active{color:var(--accent-indigo, #6366a0);border-color:var(--accent-indigo, #6366a0)}.rail-filter-dot{position:absolute;top:2px;right:2px;width:5px;height:5px;border-radius:50%;background:var(--accent-indigo, #6366a0)}.rail-filter-popover{position:absolute;top:calc(100% + 4px);right:0;z-index:20;width:220px;max-height:360px;overflow-y:auto;background:#fff;border:1px solid var(--stone-200);border-radius:6px;box-shadow:0 8px 24px #00000014;padding:10px;display:flex;flex-direction:column;gap:10px}.rail-filter-group{display:flex;flex-direction:column;gap:4px}.rail-filter-group-label{font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--stone-400)}.rail-filter-options{display:flex;flex-direction:column;gap:2px}.rail-filter-check{display:flex;align-items:center;gap:6px;font-size:.6875rem;color:var(--stone-900);cursor:pointer;padding:3px 4px;border-radius:3px}.rail-filter-check:hover{background:var(--stone-100)}.rail-filter-check input[type=checkbox]{margin:0;cursor:pointer}.rail-filter-arc-swatch{width:8px;height:8px;border-radius:50%;flex-shrink:0}.rail-filter-sort{height:24px;font-size:.6875rem;border:1px solid var(--stone-200);border-radius:4px;background:#fff;color:var(--stone-900);padding:0 4px}.rail-body{flex:1;overflow-y:auto;padding:6px 6px 12px}.rail-empty{padding:16px 12px;font-size:.6875rem;color:var(--stone-400);font-style:italic;text-align:center}.rail-autofilter-banner{display:flex;align-items:center;gap:6px;margin:4px 4px 8px;padding:6px 8px;background:var(--accent-indigo-bg, #ecedf6);border:1px solid var(--accent-indigo-border, #c7c8e0);border-radius:4px;font-size:.625rem;color:var(--accent-indigo, #6366a0);line-height:1.3}.rail-autofilter-banner span{flex:1;min-width:0;word-break:break-word}.rail-autofilter-clear{flex-shrink:0;background:none;border:none;color:var(--accent-indigo, #6366a0);cursor:pointer;font-size:.75rem;padding:0 2px;line-height:1}.rail-autofilter-clear:hover{color:var(--stone-900)}.rail-group+.rail-group{margin-top:10px}.rail-group-label{font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--stone-400);padding:4px 8px}.rail-resize-handle{position:absolute;top:0;right:-2px;width:5px;height:100%;cursor:col-resize;z-index:5;background:transparent}.rail-resize-handle:hover{background:var(--accent-indigo, #6366a0);opacity:.3}
