
:root{
  --bg:#f5f8fb; --panel:#ffffff; --ink:#172033; --muted:#5d6b7a;
  --brand:#0e3a5b; --brand-2:#1f78b4; --line:#d5e0ea;
  --blue:#eef6ff; --blue-border:#a8c9e9; --green:#f1fbf2; --green-border:#70b77e;
  --orange:#fff7ea; --orange-border:#e0a04b; --red:#fff0f0; --red-border:#c25a5a;
  --purple:#f3f0ff; --purple-border:#9b8ad9; --shadow:0 12px 36px rgba(15,42,68,.12);
  --radius:18px; --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, Liberation Mono, monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
*{box-sizing:border-box}
html,body{margin:0;height:100%;font-family:var(--sans);color:var(--ink);background:var(--bg);line-height:1.55;overflow:hidden}
a{color:#0b67a3;text-decoration:none} a:hover{text-decoration:underline}
button{font-family:inherit}
.app-shell{height:100vh;height:100dvh;display:flex;overflow:hidden;background:linear-gradient(135deg,#eef5fb,#f9fbfd)}
.sidebar{width:330px;min-width:330px;background:#0f2a44;color:#eaf3fb;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.12);transition:margin-left .22s ease, transform .22s ease;z-index:20}
body:not(.nav-open) .sidebar{margin-left:-330px}
.sidebar-head{padding:22px 22px 14px;display:flex;gap:12px;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.12)}
.sidebar-head h2{margin:.1rem 0 0;font-size:1.25rem;color:#fff;border:0;padding:0}.brand-kicker{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:#b6d7ef;font-weight:700}
.toc-nav{padding:14px;overflow:auto;display:flex;flex-direction:column;gap:6px}.toc-nav a{color:#eaf3fb;border-radius:12px;padding:9px 12px;font-weight:650;font-size:.93rem;line-height:1.25}.toc-nav a:hover,.toc-nav a.is-current{background:rgba(255,255,255,.12);text-decoration:none}.sidebar-note{margin:auto 16px 18px;padding:12px 14px;border:1px solid rgba(255,255,255,.15);border-radius:14px;color:#d6e7f4;font-size:.87rem;background:rgba(255,255,255,.06)}
.workspace{flex:1;min-width:0;display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden}.mini-link,.ghost-link{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 10px;font-size:.84rem;font-weight:700;color:#17466f;text-decoration:none;cursor:pointer}.mini-link:hover,.ghost-link:hover{text-decoration:none;background:#f1f6fb}.icon-btn{border:1px solid var(--line);background:#fff;border-radius:12px;width:40px;height:40px;font-weight:800;font-size:1.15rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#17324d}.icon-btn:hover{background:#f3f7fb}.mobile-only{display:none}
.tabbar{height:54px;flex:0 0 54px;display:flex;gap:8px;align-items:flex-end;padding:0 10px;background:#eef4f9;border-bottom:1px solid var(--line);overflow-x:auto;position:relative;z-index:18}.tab-menu{margin:0 2px 7px 0;flex:0 0 auto}.tab{border:1px solid var(--line);border-bottom:0;background:#f7fafc;color:#20354d;border-radius:12px 12px 0 0;padding:10px 12px 9px;font-weight:700;white-space:nowrap;cursor:pointer;display:flex;align-items:center;gap:8px}.tab.is-active{background:#fff;color:#0e3a5b}.tab-close{border:0;background:transparent;color:#718096;font-size:1rem;cursor:pointer;padding:0 0 0 4px}.panels{flex:1 1 auto;position:relative;min-height:0;overflow:hidden}.panel{position:absolute;inset:0;overflow:auto;display:none;background:#fff}.panel.is-active{display:block}.panel.source-panel{overflow:hidden}.panel.source-panel.is-active{display:flex}.document-panel{padding:0 0 80px}.document-panel>section{max-width:1180px;margin:0 auto}.document-panel>section{padding:42px 38px;border-bottom:1px solid #edf2f7}.document-panel .cover{min-height:calc(100vh - 110px);display:flex;flex-direction:column;justify-content:center;text-align:center;background:linear-gradient(135deg,#f8fbff,#eef6ff);max-width:none;margin:0;padding:64px 14vw}.cover h1{font-size:clamp(2rem,4vw,4.2rem);line-height:1.05;color:var(--brand);margin:0 0 18px}.cover .subtitle{font-size:1.2rem;color:#405264}.cover .meta{max-width:900px;margin:30px auto 0;color:#435266}.warning,.warn{border-left:5px solid var(--orange-border);background:var(--orange);padding:14px 16px;border-radius:12px;margin:16px 0}.note,.callout{border-left:5px solid var(--brand-2);background:#f2f8fc;padding:14px 16px;border-radius:12px;margin:16px auto}.ok{border-left:5px solid #2d7b3f;background:var(--green);padding:14px 16px;border-radius:12px;margin:16px 0}.risk{border-left:5px solid var(--red-border);background:var(--red);padding:14px 16px;border-radius:12px;margin:16px 0}.hypo{border-left:5px solid var(--orange-border);background:var(--orange);padding:14px 16px;border-radius:12px;margin:16px 0}.decision{border-left:5px solid #2d7b3f;background:var(--green);padding:14px 16px;border-radius:12px;margin:16px 0}.sourcebox{border-left:5px solid #7a5ccf;background:#f5f1ff;padding:14px 16px;border-radius:12px;margin:16px 0}.lead{font-size:1.08rem;color:#2c3d50;font-weight:520}h1,h2,h3{color:var(--brand);line-height:1.18}h1{font-size:clamp(1.8rem,2.4vw,2.7rem);margin:0 0 18px}h2{font-size:1.45rem;margin:34px 0 12px;padding-bottom:6px;border-bottom:2px solid #d7e5f2}h3{font-size:1.1rem;margin:18px 0 8px}p{margin:9px 0 12px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.kpi{border:1px solid var(--line);border-radius:14px;padding:16px;background:#f8fbfd}.kpi b{display:block;color:var(--brand);font-size:1.35rem}ul,ol{padding-left:1.25rem}li{margin:.25rem 0}.small{font-size:.88rem;color:var(--muted)}.num{text-align:right;white-space:nowrap}.budget-total{font-size:1.1rem;font-weight:800;color:#0e3a5b;background:#eef6ff;border:1px solid #c9dff3;padding:16px;border-radius:14px}.bad{color:#a62b2b;font-weight:800}.warntext{color:#a35d00;font-weight:800}.todo{background:#f7f9fc;border:1px dashed #9aaabe;border-radius:12px;padding:10px 12px}.calc{background:#f6fafc;border:1px solid #d8e4ed;border-radius:12px;padding:12px;font-family:var(--mono)}
table{width:100%;border-collapse:separate;border-spacing:0;margin:16px 0 22px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}th,td{border-bottom:1px solid var(--line);border-right:1px solid var(--line);padding:10px 12px;vertical-align:top}th:last-child,td:last-child{border-right:0}tr:last-child td{border-bottom:0}th{background:#eaf2f8;color:#12364f;font-weight:800;text-align:left}tr:nth-child(even) td{background:#fbfdff}.source-table{font-size:.92rem}.src{display:inline-flex;align-items:center;justify-content:center;min-width:34px;margin:0 3px 3px 0;padding:2px 7px;border-radius:999px;background:#e9f3ff;border:1px solid #acd1f4;color:#0d5790;font-size:.82em;font-weight:850;text-decoration:none;vertical-align:baseline}.src:hover{text-decoration:none;background:#d8ecff}.inline-table-sources{display:inline}.cite-ref{min-width:1.35em;width:auto;height:1.35em;margin:0 .08em;padding:0 .32em;border-radius:999px;background:#eef6ff;border:1px solid #bfdaf1;color:#0c5f94;font-size:.64em;font-weight:850;line-height:1;transform:translateY(-.28em)}.cite-ref:hover{background:#dff0ff;text-decoration:none}.cite-ref.is-highlighted{animation:sourcePulse 1.8s ease}.section-sources{margin:28px 0 0;padding:0;border:1px solid #d9e6f1;border-left:5px solid #7a5ccf;border-radius:16px;background:#faf8ff;overflow:hidden}.section-sources-summary{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 18px;cursor:pointer;font-weight:850;color:#2d2764}.section-sources-summary span:last-child{font-size:.8rem;color:#64748b;font-weight:750}.section-source-list{list-style:none;margin:0;padding:0 18px 16px;display:grid;gap:8px}.section-source-item{margin:0;padding:0}.section-source-detail{border:1px solid #e2dff7;border-radius:12px;background:#fff}.section-source-detail.is-highlighted{animation:sourcePulse 1.8s ease}.section-source-detail summary{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start;padding:10px 12px;cursor:pointer;font-size:.9rem;line-height:1.35}.section-source-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#edf4ff;border:1px solid #b9d4ef;color:#0d5790;font-weight:850;text-decoration:none}.section-source-body{padding:0 12px 12px 56px}.section-source-body p{margin:0 0 5px;font-size:.9rem;line-height:1.42}.section-source-body p:last-of-type{margin-bottom:8px}.section-source-context{color:#26384b}.section-source-meta{color:#64748b}.section-source-open{padding:5px 9px;font-size:.78rem}.kbd{font-family:var(--mono);background:#edf2f7;border:1px solid #cfd8e3;border-radius:6px;padding:2px 5px}@keyframes sourcePulse{0%{box-shadow:0 0 0 0 rgba(122,92,207,.32);border-color:#9b8ad9}70%{box-shadow:0 0 0 10px rgba(122,92,207,0)}100%{box-shadow:0 0 0 0 rgba(122,92,207,0)}}
.diagram-card{margin:22px 0 26px;border:1px solid #d4e1ec;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(15,42,68,.06);overflow:hidden}.diagram-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #edf2f7;background:linear-gradient(90deg,#f8fbff,#ffffff)}.diagram-card-head h3{margin:4px 0 0;font-size:1.15rem}.eyebrow{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#527089;font-weight:850}.diagram-actions{display:flex;gap:8px;flex-wrap:wrap}.ghost-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 10px;font-weight:800;color:#17466f;cursor:pointer}.ghost-btn:hover{background:#f1f6fb}.diagram-live{position:relative;background:#fff;padding:18px;min-height:260px;display:flex;align-items:center;justify-content:center;overflow:auto}.diagram-live .mermaid-target{width:100%;text-align:center}.diagram-live svg{max-width:100%;height:auto}.diagram-fallback{max-width:100%;height:auto;display:none;margin:0 auto}.diagram-fallback.is-visible{display:block}.mermaid-ok .diagram-fallback{display:none!important}.single-diagram pre{white-space:pre-wrap;overflow:auto;background:#f7fafc;border:1px solid #d9e5ef;border-radius:12px;padding:14px;font-family:var(--mono);font-size:.86rem}figcaption{padding:10px 18px 15px;color:#516275;font-size:.92rem;border-top:1px solid #edf2f7}.caption-note{color:#64748b;font-style:italic}.source-panel{flex-direction:column;background:#f7fafc}.source-toolbar{flex:0 0 auto;padding:14px 18px;display:flex;gap:14px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff}.source-toolbar h2{margin:0;border:0;padding:0;font-size:1.1rem}.source-meta{color:#56697b;font-size:.85rem}.source-actions{display:flex;gap:8px;flex-wrap:wrap}.source-frame-wrap{flex:1 1 auto;min-height:0;padding:10px;overflow:auto;-webkit-overflow-scrolling:touch}.source-frame{display:block;width:100%;height:100%;min-height:620px;border:1px solid var(--line);border-radius:12px;background:#fff}.source-fallback-note{font-size:.85rem;color:#6a7785;margin:0}.modal{position:fixed;inset:0;z-index:100}.modal-backdrop{position:absolute;inset:0;background:rgba(4,18,31,.58)}.modal-card{position:absolute;inset:4vh 4vw;background:#fff;border-radius:20px;box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden}.modal-head{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line)}.modal-head h2{font-size:1.1rem;margin:0;border:0;padding:0}.modal-body{flex:1;overflow:auto;padding:18px;display:flex;align-items:center;justify-content:center}.modal-body img,.modal-body svg{max-width:100%;height:auto}.diagram-page{background:#f5f8fb}.single-diagram{max-width:1280px;margin:0 auto;padding:32px}.backlink{display:inline-flex;margin-bottom:18px;font-weight:800}.foot,.appendix{color:#556273}.source-view-card{max-width:960px;margin:22px auto;padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(15,42,68,.08)}
.comment-target{position:relative}.comments-visible .comment-target:hover{outline:2px dashed rgba(31,120,180,.42);outline-offset:4px}.is-comment-highlighted{animation:commentPulse 1.8s ease}.comment-pin-cell{position:relative}.comment-pin{position:absolute;top:6px;right:6px;z-index:12;width:26px;height:26px;border-radius:999px;border:2px solid #fff;background:#8d5bd3;color:#fff;font-size:.78rem;font-weight:900;box-shadow:0 6px 16px rgba(52,31,84,.28);cursor:pointer}.comment-pin:hover{transform:translateY(-1px);background:#7345b8}.comment-dock{position:fixed;right:18px;bottom:18px;z-index:80;display:flex;gap:8px;align-items:center}.comment-toggle,.comment-list-toggle{border:1px solid #cfc8ef;background:#fff;color:#2c235a;border-radius:999px;box-shadow:0 10px 28px rgba(15,42,68,.16);font-weight:850;cursor:pointer}.comment-toggle{display:flex;align-items:center;gap:9px;padding:10px 12px 10px 14px}.comment-toggle strong{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:999px;background:#8d5bd3;color:#fff;font-size:.8rem}.comment-list-toggle{padding:10px 12px}.comment-dock.is-active .comment-toggle{background:#8d5bd3;color:#fff}.comment-dock.is-active .comment-toggle strong{background:#fff;color:#6337a5}.comment-panel{position:fixed;right:18px;bottom:72px;z-index:79;width:min(390px,calc(100vw - 36px));max-height:min(620px,calc(100dvh - 96px));display:none;flex-direction:column;border:1px solid #d8d0f3;border-radius:16px;background:#fff;box-shadow:0 18px 42px rgba(15,42,68,.2);overflow:hidden}.comments-panel-open .comment-panel{display:flex}.comment-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 14px 10px;border-bottom:1px solid #ece8fb;background:#fbfaff}.comment-panel-head h2,.comment-sheet-head h2{margin:1px 0 0;border:0;padding:0;font-size:1.05rem;color:#2d2764}.comment-kicker{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;font-weight:900;color:#7255b8}.comment-panel-meta{display:flex;gap:8px;flex-wrap:wrap;padding:10px 14px;border-bottom:1px solid #f0edf8;color:#5c6780;font-size:.78rem}.comment-panel-meta span{border:1px solid #e2dff7;border-radius:999px;padding:3px 7px;background:#faf8ff}.comment-list{padding:12px;overflow:auto;display:grid;gap:10px}.comment-item{border:1px solid #e2dff7;border-radius:12px;background:#fff;padding:10px}.comment-item-head{display:flex;justify-content:space-between;gap:8px;font-size:.86rem}.comment-item-head span{color:#7255b8;font-weight:850}.comment-item p{font-size:.86rem;margin:6px 0}.comment-item-context{color:#52687d}.comment-jump{border:0;background:transparent;color:#0b67a3;font-size:.78rem;font-weight:850;padding:0;cursor:pointer}.comment-status-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.comment-status-actions button{border:1px solid #d9e2ec;background:#f8fbfd;border-radius:999px;padding:4px 7px;font-size:.75rem;font-weight:800;color:#31465b;cursor:pointer}.comment-status-resolved{opacity:.62}.comment-empty{color:#66758a;font-size:.9rem}.comment-modal{position:fixed;inset:0;z-index:110}.comment-modal-backdrop{position:absolute;inset:0;background:rgba(4,18,31,.54)}.comment-sheet{position:absolute;right:18px;bottom:18px;width:min(430px,calc(100vw - 36px));border-radius:18px;background:#fff;box-shadow:0 18px 48px rgba(15,42,68,.28);overflow:hidden}.comment-sheet-head{display:flex;justify-content:space-between;gap:12px;padding:14px;border-bottom:1px solid #ece8fb;background:#fbfaff}.comment-context{margin:0;padding:11px 14px;color:#52687d;background:#f8fbfd;border-bottom:1px solid #edf2f7;font-size:.88rem}.comment-sheet label{display:grid;gap:6px;padding:12px 14px 0;color:#2d3e50;font-size:.84rem;font-weight:850}.comment-sheet input,.comment-sheet textarea{width:100%;border:1px solid #cfdae5;border-radius:10px;padding:9px 10px;font:inherit;color:var(--ink);resize:vertical}.comment-actions{display:flex;justify-content:flex-end;gap:8px;padding:14px}.comment-primary{background:#8d5bd3;color:#fff;border-color:#8d5bd3}.comment-primary:hover{background:#7345b8}@keyframes commentPulse{0%{box-shadow:0 0 0 0 rgba(141,91,211,.32)}70%{box-shadow:0 0 0 12px rgba(141,91,211,0)}100%{box-shadow:0 0 0 0 rgba(141,91,211,0)}}
@media (max-width: 980px){
  .app-shell,.workspace,.panels,.panel{max-width:100vw;overflow-x:hidden}.panel{touch-action:pan-y;overscroll-behavior-x:none}.panel.source-panel{touch-action:auto;overscroll-behavior:auto}.sidebar{position:fixed;inset:0 auto 0 0;transform:translateX(-100%);margin-left:0!important}.nav-open .sidebar{transform:translateX(0)}.mobile-only{display:inline-flex}.document-panel>section{padding:34px 20px}.document-panel .cover{padding:54px 24px}.grid2,.grid3{grid-template-columns:1fr}.source-toolbar{align-items:flex-start;flex-direction:column}.source-actions{width:100%;}.source-actions a,.source-actions button{flex:1;justify-content:center}.tabbar{height:48px;flex-basis:48px;max-width:100vw;scrollbar-width:none}.tabbar::-webkit-scrollbar{display:none}.modal-card{inset:2vh 2vw}.diagram-card-head{flex-direction:column}}
@media (max-width: 640px){
  body{font-size:14.5px;line-height:1.45}.document-panel{padding-bottom:46px}.document-panel>section{padding:22px 12px}.document-panel .cover{min-height:auto;justify-content:flex-start;padding:38px 20px 30px}.cover h1{font-size:1.78rem;line-height:1.08;margin-bottom:14px}.cover .subtitle{font-size:1rem}.cover .meta{margin-top:20px}.lead{font-size:.98rem}h1{font-size:1.58rem;margin-bottom:12px}h2{font-size:1.12rem;margin:22px 0 9px;padding-bottom:5px}h3{font-size:1rem;margin:14px 0 7px}p{margin:7px 0 10px}ul,ol{padding-left:1.05rem}.warning,.warn,.note,.callout,.ok,.risk,.hypo,.decision,.sourcebox{margin:11px 0;padding:10px 11px;border-left-width:4px;border-radius:10px}.grid2,.grid3{gap:10px}.kpi{padding:11px;border-radius:11px}.kpi b{font-size:1.05rem}.small{font-size:.82rem}.budget-total{font-size:.95rem;padding:11px;border-radius:11px}.todo,.calc{padding:9px 10px;border-radius:10px}.foot,.appendix{overflow-wrap:anywhere}.diagram-card{margin:16px 0 18px;border-radius:12px}.diagram-card-head{gap:8px;padding:11px 12px}.diagram-card-head h3{font-size:1rem}.eyebrow{font-size:.66rem}.diagram-actions{width:100%}.ghost-btn{padding:6px 9px;font-size:.84rem}.diagram-live{min-height:150px;padding:0;overflow:hidden}.diagram-fallback{width:100%;max-width:100%;display:none}.diagram-fallback.is-visible{display:block}.diagram-live svg{width:100%;max-width:100%;min-width:0}.diagram-live .mermaid-target{overflow:hidden}.modal-head{height:56px;padding:0 12px}.modal-head h2{font-size:1rem}.modal-body{align-items:flex-start;padding:8px}.modal-body img,.modal-body svg{width:100%;max-width:100%;height:auto}.src{min-width:28px;padding:1px 6px;font-size:.76em}.cite-ref{min-width:1.42em;height:1.42em;font-size:.62em;padding:0 .34em}.section-sources{margin-top:20px;border-radius:12px}.section-sources-summary{padding:11px 12px}.section-source-list{padding:0 10px 10px}.section-source-detail summary{grid-template-columns:30px minmax(0,1fr);gap:8px;padding:9px 10px;font-size:.82rem}.section-source-number{width:25px;height:25px;font-size:.84rem}.section-source-body{padding:0 10px 10px 48px}.section-source-body p{font-size:.82rem}.section-source-open{width:100%;justify-content:center}.tab{padding:8px 9px;font-size:.82rem}.icon-btn{width:38px;height:38px}.source-frame-wrap{padding:0;overflow:auto}.source-frame{border-radius:0;border-left:0;border-right:0;min-height:calc(100dvh - 190px)}.single-diagram{padding:18px}
  table{display:block;width:100%;border:0;border-radius:0;background:transparent;overflow:visible;margin:12px 0 16px}table.mobile-card-table tbody,table.mobile-card-table tr,table.mobile-card-table td{display:block;width:100%}table.mobile-card-table .mobile-table-header{display:none}table.mobile-card-table tr{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;margin:0 0 10px;box-shadow:0 5px 16px rgba(15,42,68,.045)}table.mobile-card-table td{min-width:0;border:0;border-bottom:1px solid #e8eef4!important;padding:8px 10px 8px 112px;position:relative;min-height:34px;overflow-wrap:anywhere;word-break:normal}table.mobile-card-table td:last-child{border-bottom:0!important}table.mobile-card-table td::before{content:attr(data-label);position:absolute;left:10px;top:8px;width:88px;color:#52687d;font-size:.72rem;line-height:1.18;font-weight:850;text-transform:uppercase;letter-spacing:.02em}table.mobile-card-table td:empty{display:none}table.mobile-card-table td.num{text-align:left;white-space:normal}table.mobile-card-table tr:nth-child(even) td{background:#fff}table.mobile-card-table.source-table td{padding-left:98px}table.mobile-card-table.source-table td::before{width:76px}
  .comment-dock{right:10px;bottom:10px;gap:6px}.comment-toggle{padding:9px 10px;font-size:.84rem}.comment-list-toggle{padding:9px 10px;font-size:.84rem}.comment-panel{right:8px;left:8px;bottom:60px;width:auto;max-height:calc(100dvh - 74px);border-radius:14px}.comment-sheet{left:8px;right:8px;bottom:8px;width:auto;border-radius:16px}.comment-pin{width:23px;height:23px;font-size:.7rem;top:4px;right:4px}.comments-visible .comment-target:hover{outline-offset:2px}.comment-item p{font-size:.82rem}.comment-panel-head h2,.comment-sheet-head h2{font-size:.98rem}
}
