::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:6px}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:6px;border:2px solid #f1f5f9}::-webkit-scrollbar-thumb:hover{background:#64748b}.viewer-host *{scrollbar-width:auto;scrollbar-color:#94a3b8 #f1f5f9}.viewer-host{--paper: #fdfcf9;--ink: #1a1a1a;--muted: #666;--light: #f0ede6;--border: #ddd8cc;--accent: #3498db;--accent2: #2c3e50;--link: #2563eb;--lora: "Lora", Georgia, serif;--sans: "DM Sans", sans-serif;--mono: "Source Code Pro", monospace}.viewer-host *,.viewer-host *:before,.viewer-host *:after{box-sizing:border-box;margin:0;padding:0}.viewer-host{font-family:var(--sans);background:#e8e4dc;color:var(--ink);min-height:100vh}.viewer-host #dropZone{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a1433,#2c3e50);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;z-index:1000;transition:opacity .4s}.viewer-host #dropZone.hidden{opacity:0;pointer-events:none}.drop-circle{width:180px;height:180px;border:2px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{border-color:#ffffff26;transform:scale(1)}50%{border-color:#3498dbb3;transform:scale(1.04)}}.viewer-host #dropZone h1{font-family:var(--lora);font-size:2.4rem;font-weight:400;color:#fff;letter-spacing:-.02em}.viewer-host #dropZone p{font-size:.85rem;color:#ffffff73}.drop-row{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.drop-btn{background:none;border:1px solid rgba(255,255,255,.2);color:#fffc;border-radius:8px;padding:10px 22px;font-family:var(--sans);font-size:.85rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px}.drop-btn:hover{border-color:var(--accent);color:#fff;background:#c0392b1a}.drop-btn.active{border-color:var(--accent);background:#3498db33;color:#fff}.viewer-host #dropZone.dragging{background:linear-gradient(135deg,#0f0d22,#1e2a4a)}.viewer-host #dropZone.dragging .drop-circle{border-color:var(--accent);transform:scale(1.1)}.viewer-host #app{display:none;height:100vh;overflow:hidden}.viewer-host #app.visible{display:flex}.viewer-host #sidebar{width:260px;flex-shrink:0;background:var(--accent2);display:flex;flex-direction:column;height:100vh;overflow-y:auto}.sidebar-header{padding:20px 18px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-header .journal{font-size:.68rem;font-family:var(--mono);color:#fff6;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.sidebar-header .short-title{font-family:var(--lora);font-size:.9rem;color:#fff;line-height:1.4}.viewer-host #toc{padding:12px 0;flex:1}.toc-item{display:block;padding:7px 18px;font-size:.78rem;color:#ffffff8c;text-decoration:none;border-left:2px solid transparent;transition:all .15s;cursor:pointer;border:none;background:none;width:100%;text-align:left;font-family:var(--sans)}.toc-item:hover{color:#fff;background:#ffffff0d}.toc-item.active{color:#fff;border-left-color:var(--accent);background:#ffffff12}.toc-item.sub{padding-left:30px;font-size:.73rem}.sidebar-footer{padding:12px 18px;border-top:1px solid rgba(255,255,255,.08);font-size:.68rem;color:#ffffff40;font-family:var(--mono)}.viewer-host #fileStrip{padding:8px 18px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;gap:8px;flex-wrap:wrap}.file-chip{font-size:.65rem;font-family:var(--mono);background:#ffffff14;color:#ffffff80;border-radius:4px;padding:2px 8px;white-space:nowrap;display:flex;align-items:center;gap:4px}.file-chip.img,.viewer-host .viewer-file-chip.image{color:#7ec8a4;background:#7ec8a41a}.viewer-host .viewer-file-chip.resolved{color:#dcfce7;background:#16a34a47;border:1px solid rgba(74,222,128,.45)}.viewer-host .viewer-file-chip.table{color:#dbeafe;background:#3b82f62e;border:1px solid rgba(96,165,250,.38)}.add-files-btn{font-size:.82rem;font-family:var(--sans);font-weight:600;background:#ffffff14;border:1px dashed rgba(255,255,255,.35);color:#ffffffe6;border-radius:8px;padding:8px 12px;cursor:pointer;transition:all .2s;width:100%;text-align:center}.add-files-btn:hover{border-color:#fff;background:#ffffff24;color:#fff}.viewer-host #main{flex:1;overflow-y:auto;background:var(--paper)}.viewer-host #article{max-width:820px;margin:0 auto;padding:48px 60px 80px;background:var(--paper);box-shadow:0 0 60px #00000026}.article-header{border-bottom:2px solid var(--ink);padding-bottom:28px;margin-bottom:32px}.article-meta-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px;gap:12px;flex-wrap:wrap}.journal-badge{font-family:var(--mono);font-size:.7rem;background:var(--accent);color:#fff;padding:3px 10px;border-radius:3px;text-transform:uppercase;letter-spacing:.05em}.article-type-badge{font-family:var(--mono);font-size:.7rem;border:1px solid var(--border);color:var(--muted);padding:3px 10px;border-radius:3px;text-transform:uppercase;letter-spacing:.05em}.article-doi{font-family:var(--mono);font-size:.72rem;color:var(--link)}h1.article-title{font-family:var(--lora);font-size:1.75rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;margin-bottom:20px}.authors-block{margin-bottom:16px}.author-name{font-size:.88rem;font-weight:600;color:var(--ink);margin-right:4px}.author-sup{font-size:.65rem;vertical-align:super;color:var(--accent)}.author-sep{color:var(--muted);margin:0 3px}.affiliations-block{margin-bottom:16px}.affiliation{font-size:.8rem;color:var(--muted);line-height:1.5;margin-bottom:3px}.affiliation-num{font-size:.65rem;vertical-align:super;color:var(--accent);margin-right:3px;font-weight:600}.dates-block{display:flex;gap:20px;flex-wrap:wrap;border-top:1px solid var(--border);padding-top:12px;margin-top:12px}.date-item{font-size:.75rem;color:var(--muted)}.date-item strong{color:var(--ink);font-weight:600}.corresponding-block{font-size:.78rem;color:var(--muted);margin-top:8px}.corresponding-block a{color:var(--link)}.abstract-section{background:var(--light);border-left:3px solid var(--accent2);padding:20px 24px;margin-bottom:32px;border-radius:0 6px 6px 0}.abstract-section h2{font-family:var(--lora);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;color:var(--accent2)}.abstract-para{margin-bottom:10px}.abstract-para strong{font-weight:600}.abstract-para:last-child{margin-bottom:0}.keywords-block{margin-bottom:32px;padding:12px 16px;border:1px solid var(--border);border-radius:6px;font-size:.82rem}.keywords-block strong{font-weight:600;margin-right:6px}.kwd{display:inline-block;background:var(--light);border-radius:3px;padding:1px 8px;margin:2px;font-size:.78rem}.article-sec{margin-bottom:36px;scroll-margin-top:24px}h2.sec-title{font-family:var(--lora);font-size:1.2rem;font-weight:700;border-bottom:1px solid var(--border);padding-bottom:6px;margin-bottom:16px;color:var(--accent2);text-transform:uppercase;letter-spacing:.04em;font-size:1rem}h3.sec-title{font-family:var(--lora);font-size:.95rem;font-weight:700;margin:18px 0 10px;color:var(--ink);font-style:italic}.article-sec p{font-family:var(--lora);font-size:.95rem;line-height:1.8;margin-bottom:12px;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.article-sec p:last-child{margin-bottom:0}a.xref{color:var(--link);text-decoration:none;font-size:.9em;vertical-align:baseline}a.xref:hover{text-decoration:underline}a.xref-fig{color:var(--accent);font-size:1em;vertical-align:baseline;font-style:italic}a.xref-table{color:#1a7a4a;font-size:1em;vertical-align:baseline;font-style:italic}a.xref-fn{color:var(--muted);font-size:.8em;vertical-align:super}sup,sub{font-size:.7em}i,em{font-style:italic}b,strong{font-weight:600}.fig-wrap{margin:24px 0;border:1px solid var(--border);border-radius:6px;overflow:hidden;page-break-inside:avoid}.fig-img-wrap{background:#f5f5f5;display:flex;align-items:center;justify-content:center;min-height:120px;padding:12px}.fig-img-wrap canvas,.fig-img-wrap img{max-width:100%;height:auto;display:block;border-radius:3px}.fig-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:#aaa;font-size:.8rem;padding:32px}.fig-placeholder .icon{font-size:2.5rem;opacity:.4}.fig-caption{padding:10px 14px;background:var(--light);border-top:1px solid var(--border);font-family:var(--lora);font-size:.82rem;line-height:1.5}.fig-caption strong{font-weight:700}.table-wrap{margin:24px 0;overflow-x:auto}.table-label{font-family:var(--lora);font-size:.82rem;font-weight:700;margin-bottom:6px}.table-caption{font-family:var(--lora);font-size:.82rem;color:var(--muted);margin-bottom:10px;line-height:1.5}table.article-table{width:100%;border-collapse:collapse;font-size:.83rem;font-family:var(--sans)}table.article-table th{background:var(--accent2);color:#fff;padding:8px 12px;text-align:left;font-weight:600;font-size:.78rem}table.article-table td{padding:7px 12px;border-bottom:1px solid var(--border);vertical-align:top;line-height:1.4}table.article-table tr:nth-child(2n) td{background:var(--light)}table.article-table tr:hover td{background:#eae6de}.table-fn{font-size:.75rem;color:var(--muted);margin-top:6px;font-style:italic}.fn-group{margin-bottom:32px}.fn-group h2{font-family:var(--lora);font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;padding-bottom:6px;border-bottom:1px solid var(--border)}.fn-item{display:flex;gap:10px;margin-bottom:8px;font-size:.82rem;line-height:1.5}.fn-label{font-weight:700;min-width:28px;color:var(--accent2);font-size:.78rem}.fn-body{font-family:var(--lora);color:var(--muted);flex:1}.ref-list-section{margin-bottom:40px}.ref-list-section h2{font-family:var(--lora);font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;padding-bottom:6px;border-bottom:2px solid var(--ink)}.ref-item{display:flex;gap:10px;margin-bottom:10px;font-size:.8rem;line-height:1.55;font-family:var(--lora);scroll-margin-top:24px}.ref-num{min-width:26px;font-weight:700;color:var(--accent);font-family:var(--mono);font-size:.72rem;padding-top:2px}.ref-body{flex:1;color:#333}.ref-body .ref-source{font-style:italic}.ref-body a{color:var(--link);word-break:break-all}.ref-body .ref-pmid{font-family:var(--mono);font-size:.7rem;color:var(--muted)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}@media print{.viewer-host #sidebar,.viewer-host #dropZone{display:none!important}.viewer-host #app{display:block!important}.viewer-host #article{box-shadow:0 0 60px #00000026}}.broken-xref{color:#e74c3c;text-decoration:underline dashed #e74c3c}.missing-figure{border:2px dashed #e74c3c;background:#e74c3c0d}.missing-figure-text{color:#e74c3c;font-weight:600;font-family:var(--sans);font-size:.85rem;text-align:center;width:100%;display:flex;align-items:center;justify-content:center;min-height:80px}.integrity-panel{background:#fff;border:1px solid var(--border);border-radius:8px;margin:0 auto 24px;max-width:820px;overflow:hidden;box-shadow:0 4px 15px #0000000d}.integrity-header{background:var(--accent2);color:#fff;padding:10px 16px;font-family:var(--lora);font-size:.85rem;font-weight:600;display:flex;justify-content:space-between;align-items:center}.integrity-summary{display:flex;gap:20px;padding:12px 16px;background:#fcfbf8;border-bottom:1px solid var(--border)}.stat-item{display:flex;flex-direction:column;gap:2px}.stat-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:700}.stat-value{font-size:1.1rem;font-weight:600;font-family:var(--mono);color:var(--accent2)}.stat-value.matched{color:#27ae60}.stat-value.missing{color:#e74c3c}.stat-value.extra{color:#f39c12}.integrity-table-box{max-height:250px;overflow-y:auto}.integrity-table{width:100%;border-collapse:collapse;font-size:.75rem;font-family:var(--sans)}.integrity-table th{position:sticky;top:0;background:#f5f2eb;color:var(--accent2);text-align:left;padding:8px 12px;font-weight:700;border-bottom:1px solid var(--border)}.integrity-table td{padding:8px 12px;border-bottom:1px solid #efeee9;vertical-align:middle}.integrity-table tr:last-child td{border-bottom:none}.status-tag{display:inline-block;padding:2px 6px;border-radius:4px;font-size:.65rem;font-weight:700;font-family:var(--mono);text-transform:uppercase}.tag-match{background:#27ae601a;color:#27ae60;border:1px solid rgba(39,174,96,.2)}.tag-missing{background:#e74c3c1a;color:#e74c3c;border:1px solid rgba(231,76,60,.2)}.tag-extra{background:#f39c121a;color:#f39c12;border:1px solid rgba(243,156,18,.2)}.tag-unresolved{background:#eee;color:#666;border:1px solid #ddd}.integrity-panel.hidden{display:none}.cite-meta-line{font-family:var(--mono);font-size:.74rem;color:var(--muted);margin:4px 0 18px;letter-spacing:.01em}.pmc-info-bar{display:flex;flex-wrap:wrap;align-items:center;margin-top:14px;gap:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5px 0}.pmc-info-bar .author-details-toggle{margin-top:0;padding:2px 12px 2px 0;border-right:1px solid var(--border);margin-right:12px}.pmc-info-bar .author-details-toggle:last-child{border-right:none;margin-right:0}.author-details-toggle{background:none;border:none;padding:4px 0;font-family:var(--sans);font-size:.78rem;color:var(--link);cursor:pointer;display:inline-block;margin-top:8px;text-decoration:underline;text-underline-offset:2px}.author-details-toggle:hover{color:var(--accent)}.toggle-arrow{font-size:.7rem;margin-left:2px}.author-details{display:none;margin-top:10px;padding:12px 14px;background:var(--light);border-radius:6px;border:1px solid var(--border)}.author-details.open{display:block}.ref-ext-link{display:inline-block;margin-left:5px;font-family:var(--mono);font-size:.62rem;padding:1px 6px;border-radius:3px;border:1px solid;text-decoration:none;vertical-align:middle;transition:background .15s;font-weight:600;letter-spacing:.02em}.ref-ext-link.doi-link{color:#1a5276;border-color:#aec6e8;background:#eaf2fb}.ref-ext-link.doi-link:hover{background:#d0e8f5}.ref-ext-link.pmid-link{color:#1a7a4a;border-color:#a9d4b8;background:#e8f5ee}.ref-ext-link.pmid-link:hover{background:#c8e8d4}.fig-open-link{text-align:right;padding:5px 12px;font-family:var(--sans);font-size:.71rem;border-bottom:1px solid var(--border);background:#faf9f6}.fig-open-link a{color:var(--link);text-decoration:none}.fig-open-link a:hover{text-decoration:underline;color:var(--accent)}.fig-group-wrap{margin:2em 0;border:1px solid var(--border);border-radius:10px;padding:1.2em;background:var(--light)}.fig-group-header{margin-bottom:.8em}.fig-group-label{font-weight:700;font-size:1em;font-family:var(--lora)}.fig-group-caption{font-style:italic;color:var(--muted);font-size:.9em;margin-top:4px}.fig-group-row{display:flex;gap:1em;flex-wrap:wrap}.fig-group-item{flex:1 1 200px;min-width:0}.disp-formula{display:flex;align-items:center;justify-content:center;gap:1.5em;padding:.85em 1em;margin:1em 0;background:var(--light);border-radius:6px;border-left:3px solid var(--border);overflow-x:auto}.disp-formula-label{color:var(--muted);font-size:.88em;flex-shrink:0;font-family:var(--sans)}.inline-formula{font-style:italic;display:inline}#readingProgress{position:fixed;top:0;left:0;height:3px;background:var(--accent);width:0%;z-index:9999;transition:width .1s linear;pointer-events:none;border-radius:0 2px 2px 0}#backToTop{position:fixed;bottom:32px;right:28px;background:var(--accent2);color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.1rem;cursor:pointer;z-index:500;opacity:0;pointer-events:none;transition:opacity .25s,background .2s;box-shadow:0 2px 12px #0000004d;display:flex;align-items:center;justify-content:center;font-family:var(--sans)}#backToTop.visible{opacity:1;pointer-events:auto}#backToTop:hover{background:var(--accent)}#lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#000000ed;display:none;align-items:center;justify-content:center;flex-direction:column;gap:16px;cursor:pointer}#lightbox.open{display:flex}#lightboxContent{cursor:default;text-align:center}#lightboxContent img,#lightboxContent canvas{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:4px;box-shadow:0 4px 40px #0009;display:block}#lightboxCaption{font-family:var(--lora);font-size:.85rem;color:#ffffffb3;max-width:700px;text-align:center;line-height:1.6;padding:0 24px;cursor:default}#lightboxClose{position:fixed;top:18px;right:22px;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);color:#fff;width:36px;height:36px;border-radius:50%;font-size:1rem;cursor:pointer;z-index:2001;display:flex;align-items:center;justify-content:center;transition:background .2s}#lightboxClose:hover{background:#ffffff38}#xrefTooltip{position:fixed;z-index:1500;max-width:380px;min-width:200px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:11px 14px;box-shadow:0 6px 24px #00000029;font-family:var(--lora);font-size:.8rem;line-height:1.55;color:var(--ink);pointer-events:none;display:none;transition:opacity .1s}#xrefTooltip.visible{display:block}#xrefTooltip .tooltip-label{font-weight:700;font-family:var(--sans);font-size:.66rem;color:var(--accent);margin-bottom:6px;text-transform:uppercase;letter-spacing:.06em}.fig-img-wrap{cursor:zoom-in}.fig-img-wrap.missing-figure{cursor:default}.viewer-host .viewer-progress-bar{position:sticky;top:0;height:3px;width:0;background:var(--accent);z-index:4;transition:width .1s linear}.viewer-host .viewer-back-top{position:fixed;right:24px;bottom:24px;opacity:0;pointer-events:none;transition:opacity .2s}.viewer-host .viewer-back-top.visible{opacity:1;pointer-events:auto}.viewer-host .viewer-tooltip{position:fixed;z-index:20;max-width:340px;background:#fff;border:1px solid var(--border);box-shadow:0 14px 40px #0000002e;padding:10px 12px;border-radius:6px;font-size:.78rem}.viewer-host .viewer-tooltip-label{font-weight:700;margin-bottom:4px}.viewer-host .viewer-tooltip-image{max-width:120px;max-height:90px;display:block;margin-bottom:6px}.viewer-host .viewer-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d1;z-index:6000;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 32px 32px}.viewer-host .viewer-lightbox[hidden],.viewer-host .viewer-tooltip[hidden]{display:none}.viewer-host .viewer-lightbox-content{max-width:calc(100vw - 88px);max-height:calc(100vh - 150px);overflow:auto;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:10px}.viewer-host .viewer-lightbox-content img{display:block;width:auto;height:auto;max-width:none;max-height:none;background:#fff}.viewer-host .viewer-lightbox-caption{color:#fff;margin-top:12px;max-width:760px;text-align:center}.viewer-host .viewer-lightbox-close{position:fixed;top:84px;right:28px;z-index:6001;width:44px;height:44px;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:#0f172aeb;color:#fff;font-size:1.8rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 44px #00000059}.viewer-host .viewer-lightbox-close:hover,.viewer-host .viewer-lightbox-close:focus-visible{background:#fff;color:#0f172a;outline:3px solid rgba(96,165,250,.65);outline-offset:2px}.viewer-host .highlight-target{outline:3px solid var(--accent);outline-offset:4px;background:#3498db14}.viewer-host .broken-xref{color:#b91c1c;text-decoration:underline wavy}.viewer-host .viewer-shell-note{padding:10px 14px;background:#fff8e1;border-bottom:1px solid var(--border);font-size:.78rem;color:#6b5d2e}.viewer-host .viewer-loaded-assets-panel{max-width:820px;margin:0 auto 48px;padding:14px;background:#fff;border:1px solid var(--border);border-radius:6px}.viewer-host .viewer-loaded-assets-head{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:.8rem;margin-bottom:10px}.viewer-host .viewer-loaded-assets-head strong{color:var(--ink)}.viewer-host .viewer-loaded-assets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.viewer-host .viewer-loaded-asset-card{border:1px solid var(--border);border-radius:6px;overflow:hidden;background:#f8f6f0;min-height:120px;display:flex;flex-direction:column}.viewer-host .viewer-loaded-asset-card img,.viewer-host .viewer-loaded-asset-icon{width:100%;height:96px;object-fit:contain;background:#f0ede6;display:flex;align-items:center;justify-content:center;font-family:var(--mono);color:var(--muted);font-size:.75rem}.viewer-host .viewer-loaded-asset-card span{padding:8px;font-family:var(--mono);font-size:.68rem;color:var(--muted);word-break:break-word}.viewer-host .viewer-loaded-assets-note{margin-top:10px;color:#8a5a16;font-size:.78rem;line-height:1.45}.viewer-host .viewer-article-header{border-bottom:2px solid var(--ink);padding-bottom:28px;margin-bottom:32px}.viewer-host .viewer-article-meta-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:18px}.viewer-host .viewer-journal-badge,.viewer-host .viewer-article-type-badge{font-family:var(--mono);font-size:.7rem;padding:3px 10px;border-radius:3px;text-transform:uppercase;letter-spacing:.05em}.viewer-host .viewer-journal-badge{background:var(--accent);color:#fff}.viewer-host .viewer-article-type-badge{border:1px solid var(--border);color:var(--muted)}.viewer-host .viewer-article-doi,.viewer-host .viewer-ref-link{color:var(--link);font-family:var(--mono);font-size:.72rem;text-decoration:none}.viewer-host .viewer-article-title{font-family:var(--lora);font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 14px}.viewer-host .viewer-cite-meta-line{font-family:var(--lora);color:var(--muted);font-size:.85rem;margin-bottom:18px}.viewer-host .viewer-authors-block{margin-bottom:16px;line-height:1.7}.viewer-host .viewer-author-name{font-size:.88rem;font-weight:600}.viewer-host .viewer-author-sup{font-size:.65rem;vertical-align:super;color:var(--accent);margin-left:2px}.viewer-host .viewer-author-sep{color:var(--muted);margin:0 4px}.viewer-host .viewer-info-bar{border-top:1px solid var(--border);padding-top:10px;display:grid;gap:8px}.viewer-host .viewer-info-toggle{border:1px solid var(--border);border-radius:6px;background:#f0ede680;padding:9px 12px}.viewer-host .viewer-info-toggle summary{cursor:pointer;font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}.viewer-host .viewer-info-toggle-body{margin-top:9px;font-size:.8rem;color:var(--muted);line-height:1.55}.viewer-host .viewer-affiliation,.viewer-host .viewer-date-item{display:block;margin-bottom:4px}.viewer-host .viewer-affiliation-num{color:var(--accent);font-weight:700;margin-right:4px}.viewer-host .viewer-corresponding-author{display:grid;gap:4px}.viewer-host .viewer-corresponding-author p{margin:0}.viewer-host .viewer-corresponding-kicker{color:var(--ink);font-weight:700}.viewer-host .viewer-corresponding-label{color:var(--accent);font-weight:700}.viewer-host .viewer-corresponding-author a{color:var(--link)}.viewer-host .viewer-abstract-section{background:var(--light);border-left:3px solid var(--accent2);padding:20px 24px;margin-bottom:32px;border-radius:0 6px 6px 0}.viewer-host .viewer-abstract-section h2,.viewer-host .viewer-ref-list-section h2,.viewer-host .fn-group h2{font-family:var(--lora);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.viewer-host .viewer-abstract-para,.viewer-host .viewer-article-sec p,.viewer-host .viewer-ref-body,.viewer-host .fn-body{font-family:var(--lora);font-size:.92rem;line-height:1.78}.viewer-host .viewer-keywords-block{border-bottom:1px solid var(--border);padding-bottom:20px;margin-bottom:34px;font-size:.82rem}.viewer-host .viewer-keyword{display:inline-block;background:#eef5fb;color:#25506f;border-radius:3px;padding:2px 7px;margin:2px 3px}.viewer-host .viewer-article-sec{margin-bottom:34px}.viewer-host .viewer-sec-title{font-family:var(--lora);font-size:1.28rem;line-height:1.3;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid var(--border)}.viewer-host .viewer-article-sec .viewer-article-sec{margin:24px 0 0}.viewer-host .viewer-article-sec .viewer-article-sec .viewer-sec-title{font-size:1.05rem;border-bottom:0;padding-bottom:0}.viewer-host .viewer-xref{color:var(--link);cursor:pointer;border-bottom:1px dotted currentColor}.viewer-host .viewer-fig-wrap,.viewer-host .viewer-fig-group,.viewer-host .viewer-table-wrap{margin:28px 0;border:1px solid var(--border);border-radius:6px;background:#fff;overflow:hidden}.viewer-host .viewer-fig-img-wrap{background:#f5f3ee;min-height:180px;max-height:72vh;overflow:auto;display:flex;align-items:flex-start;justify-content:flex-start;padding:18px}.viewer-host .viewer-fig-img-wrap img,.viewer-host .viewer-fig-img-wrap canvas{max-width:100%;max-height:none;object-fit:contain;cursor:zoom-in;margin:auto}.viewer-host .viewer-fig-caption,.viewer-host .viewer-fig-group-header,.viewer-host .viewer-table-caption{padding:12px 14px;border-top:1px solid var(--border);font-family:var(--lora);font-size:.82rem;line-height:1.55;color:var(--muted)}.viewer-host .viewer-fig-group-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;padding:14px}.viewer-host .viewer-fig-group-row .viewer-fig-wrap{margin:0}.viewer-host .viewer-fig-placeholder{min-height:160px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-family:var(--mono);font-size:.75rem;text-align:center}.viewer-host .viewer-fig-placeholder-icon{border:1px solid var(--border);border-radius:4px;padding:8px 10px;color:var(--accent2)}.viewer-host .viewer-fig-placeholder-name{color:#8a7f6e}.viewer-host .viewer-article-table{width:max-content;min-width:100%;border-collapse:collapse;font-size:.8rem;background:#fff;empty-cells:show}.viewer-host .viewer-table-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-gutter:stable}.viewer-host .viewer-article-table th,.viewer-host .viewer-article-table td{border:1px solid var(--border);padding:7px 9px;vertical-align:top;min-width:68px;overflow-wrap:anywhere;white-space:normal}.viewer-host .viewer-article-table th{background:#f0ede6;font-weight:700;text-align:center;vertical-align:middle}.viewer-host .viewer-article-table .viewer-empty-cell{color:transparent}.viewer-host .viewer-article-table th.viewer-empty-header-cell{background:#fff;font-weight:400}.viewer-host .viewer-article-table th.viewer-generated-cell{background:#fff}.viewer-host .viewer-table-fn{padding:10px 14px;color:var(--muted);font-size:.78rem;border-top:1px solid var(--border)}.viewer-host .viewer-article-list{margin:12px 0 18px 22px;font-family:var(--lora);line-height:1.7}.viewer-host .viewer-ref-list-section{margin-top:42px;border-top:2px solid var(--ink);padding-top:24px}.viewer-host .viewer-ref-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;margin-bottom:14px}.viewer-host .viewer-ref-num{color:var(--accent2);font-weight:700;font-family:var(--mono);font-size:.78rem}.viewer-host .viewer-ref-source{font-style:italic}.viewer-host .viewer-toc-item{display:block;padding:7px 18px;font-size:.78rem;color:#ffffff8c;text-decoration:none;border-left:2px solid transparent;border-top:0;border-right:0;border-bottom:0;background:none;width:100%;text-align:left;font-family:var(--sans);cursor:pointer}.viewer-host .viewer-toc-item:hover,.viewer-host .viewer-toc-item.active{color:#fff;background:#ffffff12;border-left-color:var(--accent)}.viewer-host .viewer-toc-item.sub{padding-left:30px;font-size:.73rem}.viewer-host .viewer-integrity-panel{margin:16px auto 0;max-width:820px;background:#fff7ed;border:1px solid #fed7aa;border-radius:6px;padding:12px 14px}.viewer-host .viewer-integrity-header{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700}.viewer-host .validation-pill-row{display:flex;gap:6px}.viewer-host .validation-pill{border-radius:999px;padding:2px 8px;font-size:.72rem}.viewer-host .validation-pill-error{background:#fee2e2;color:#991b1b}.viewer-host .validation-pill-warning{background:#fef3c7;color:#92400e}.viewer-host .warning-text{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;border-radius:6px;padding:10px 12px;margin-bottom:18px}.viewer-host .muted-text{color:var(--muted)}@media (max-width: 860px){.viewer-host #app.visible{display:block;height:auto;min-height:100vh}.viewer-host #sidebar{width:100%;height:auto;max-height:none}.viewer-host #main{min-height:70vh}.viewer-host #article{padding:32px 20px 56px;box-shadow:none}}:root{--bg: #f3f8fb;--surface: #ffffff;--surface-soft: #f8fafc;--line: #d8e8f2;--line-strong: #bdd2df;--text: #162234;--muted: #637285;--primary: #2c66df;--primary-soft: #eaf4ff;--brand-aqua: #46cfd0;--brand-blue: #4f74f2;--danger: #b42318;--shadow: 0 18px 44px rgba(26, 86, 150, .09);--radius: 22px;--radius-control: 14px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at 8% -8%,rgba(79,116,242,.13),transparent 30%),radial-gradient(circle at 92% 0%,rgba(70,207,208,.16),transparent 34%),var(--bg);color:var(--text)}html{scrollbar-width:auto;scrollbar-color:#475569 #dbe5ef}body::-webkit-scrollbar{width:18px;height:18px}body::-webkit-scrollbar-track{background:#dbe5ef}body::-webkit-scrollbar-thumb{background:#475569;border-radius:999px;border:4px solid #dbe5ef}body::-webkit-scrollbar-thumb:hover{background:#334155}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}.page-shell{min-height:100vh;padding:24px 32px 32px}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;padding:16px;border:1px solid rgba(216,232,242,.78);border-radius:28px;background:#ffffffa3;box-shadow:0 18px 48px #1a569612;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar-main{display:flex;align-items:flex-start;gap:18px;min-width:0;flex:1 1 auto}.brand-lockup{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;min-height:50px;padding:7px 12px 7px 7px;border:1px solid rgba(216,232,242,.86);border-radius:999px;background:#ffffffc7;box-shadow:0 12px 30px #2c66df14}.brand-mark{width:40px;height:40px;display:block;border-radius:14px}.brand-word{font-size:18px;font-weight:800;letter-spacing:0;background:linear-gradient(135deg,var(--brand-blue),#2c66df 56%,#35bfc9);-webkit-background-clip:text;background-clip:text;color:transparent}.topbar-title{min-width:0;padding-top:2px}.topbar h1{font-size:clamp(30px,3vw,42px);line-height:1.04;letter-spacing:0;color:#64748b}.topbar h1,.section-head h2,.section-head h3{margin:0}.topbar-subtitle,.section-head p,.muted-text,.tool-summary p,.tool-placeholder p{margin:0;color:var(--muted);line-height:1.6}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.topbar-right,.button-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.topbar-right{flex:0 1 auto;justify-content:flex-end;max-width:48%}.topbar-right .status-pill{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.help-button{border:1px solid #cfe0eb;background:#ffffffdb;color:#1d4ed8;box-shadow:0 8px 22px #2563eb14;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:0 0 auto}.help-button:hover{border-color:#93c5fd;background:#eff6ff}.help-button-icon{width:34px;height:34px;border-radius:999px;font-weight:900}.help-button-text{min-height:38px;padding:0 13px;border-radius:999px;font-weight:750}.help-button-text span{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:#dbeafe}.help-button-inline{margin-left:8px;vertical-align:middle}.help-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;background:#0f172a6b;display:flex;justify-content:flex-end;padding:18px;overflow:hidden}.help-dialog{width:min(960px,100%);height:calc(100vh - 36px);max-height:calc(100vh - 36px);background:#fffffffa;border:1px solid #cfe0eb;border-radius:18px;box-shadow:0 24px 70px #0f172a3d;display:flex;flex-direction:column;overflow:hidden}.help-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid #e2edf4}.help-dialog-head h2{margin:4px 0 0;color:#172033;font-size:26px;letter-spacing:0}.help-close-button{flex:0 0 auto}.help-dialog-body{min-height:0;flex:1;display:flex;overflow:hidden}.help-dialog-body.has-help-nav{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr)}.help-nav{border-right:1px solid #e2edf4;background:#f8fbfd;padding:16px;min-height:0;overflow:auto;overscroll-behavior:contain}.help-search{width:100%;border:1px solid #cfe0eb;border-radius:10px;padding:11px 12px;font:inherit;margin-bottom:12px}.help-nav-list{display:flex;flex-direction:column;gap:7px}.help-nav-item{border:1px solid transparent;border-radius:10px;padding:10px 11px;text-align:left;background:transparent;color:#334155;cursor:pointer;font-weight:700}.help-nav-item:hover,.help-nav-item.is-active{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.help-content-panel{flex:1 1 auto;min-height:0;max-height:100%;overflow:auto;overscroll-behavior:contain;padding:22px 28px 32px}.help-mdx-content{max-width:780px;color:#334155;line-height:1.65}.help-mdx-content h2,.help-mdx-content h3,.help-mdx-content h4{color:#172033;letter-spacing:0}.help-mdx-content h2{font-size:28px;margin:0 0 14px}.help-mdx-content h3{font-size:20px;margin:28px 0 8px}.help-mdx-content h4{font-size:16px;margin:20px 0 6px}.help-mdx-content p{margin:0 0 13px}.help-mdx-content ul,.help-mdx-content ol{margin:0 0 16px 20px;padding:0}.help-mdx-content li{margin:6px 0}.help-mdx-content code{background:#eef4f8;border:1px solid #dbe8f0;border-radius:6px;padding:1px 5px;font-size:.92em}.help-inline-link{border:0;background:transparent;color:#1d4ed8;text-decoration:underline;cursor:pointer;padding:0;font:inherit}.help-hint{margin-top:12px;border:1px solid #cfe0eb;background:#f8fbfd;border-radius:12px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.help-hint strong{color:#172033}.help-hint p{margin:2px 0 0;color:#64748b}.package-billing-help{margin:14px 0}.status-pill{padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--muted);font-size:13px}.status-pill-neutral{background:var(--surface)}.status-pill-info{background:#eef4ff;border-color:#c9d8ff;color:#3157a5}.status-pill-success{background:#ecfdf3;border-color:#b7ebc6;color:#166534}.status-pill-error{background:#fff2f0;border-color:#f3c5bf;color:#b42318}.workspace-hero-panel{display:flex;justify-content:center;align-items:center;padding:26px;border:1px solid var(--line);border-radius:28px;background:radial-gradient(circle at 92% 0%,rgba(70,207,208,.14),transparent 28%),#ffffffe6;box-shadow:var(--shadow)}.workspace-topbar-actions{justify-content:flex-end;max-width:48%}.workspace-action-card{position:relative;border-radius:24px;border-color:#d9e7f3;background:#fffffff5;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.workspace-action-card:before{content:"";position:absolute;inset:18px auto 18px 0;width:5px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,var(--brand-blue),#35bfc9)}.workspace-action-card-primary{box-shadow:0 18px 34px #2c66df14}.workspace-action-card:not(:disabled):hover{transform:translateY(-2px);border-color:#bfd5ec;box-shadow:0 22px 42px #2563a01f}.workspace-action-card-article-library:before{background:#38bdf8}.workspace-action-card-template-create:before{background:#14b8a6}.workspace-action-card-template-library:before{background:#6366f1}.workspace-action-card span:first-child{color:#334155}.workspace-action-card span:last-child{color:#667085}.workspace-action-card:disabled{background:#f2f6fa}.workspace-utility-grid .button{min-height:54px;border-radius:18px;background:#ffffffc2}.my-page-grid{width:100%}.my-page-accordion{overflow:hidden}.my-page-accordion-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;list-style:none}.my-page-accordion-summary::-webkit-details-marker{display:none}.my-page-accordion-toggle{flex:0 0 auto;min-width:84px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cfe0ec;border-radius:999px;background:#f8fbff;color:#475569;font-weight:800;font-size:0}.my-page-accordion-toggle:before{content:"Open";font-size:14px}.my-page-accordion[open] .my-page-accordion-toggle{background:linear-gradient(135deg,var(--brand-blue),#35bfc9);border-color:transparent;color:#fff}.my-page-accordion[open] .my-page-accordion-toggle:before{content:"Close"}.my-page-accordion-body{margin-top:18px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.section-head{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.button{border:1px solid var(--line);border-radius:var(--radius-control);padding:11px 14px;background:#fff;color:var(--text);cursor:pointer;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.button:disabled{opacity:.6;cursor:not-allowed}.button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 24px #1f4ed81f}.button-primary{background:linear-gradient(135deg,var(--brand-blue),#2c66df 56%,#35bfc9);border-color:#2c66df;color:#fff}.button-primary:not(:disabled):hover{background:#2858e3;border-color:#2858e3}.button-secondary{background:var(--surface-soft)}.button-secondary:not(:disabled):hover{background:#eef4fb;border-color:var(--line-strong)}.body-toolbox-disclosure{position:relative;display:inline-flex;align-items:flex-start}.body-toolbox-disclosure>summary{list-style:none;-webkit-user-select:none;user-select:none}.body-toolbox-disclosure>summary::-webkit-details-marker{display:none}.body-toolbox-disclosure[open]>summary{background:var(--primary);border-color:var(--primary);color:#fff}.body-toolbox-panel{position:absolute;z-index:8;top:calc(100% + 8px);left:0;min-width:min(680px,calc(100vw - 48px));max-width:min(760px,calc(100vw - 48px));box-shadow:0 18px 42px #0f172a24}.body-toolbox-disclosure-end .body-toolbox-panel{left:auto;right:0}.button-ghost{color:var(--danger)}.body-tag-preview{display:flex;flex-direction:column;gap:12px}.body-tag-preview-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.body-tag-preview-counters{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.body-tag-counter{padding:4px 8px;border-radius:999px;font-size:12px;border:1px solid var(--line);background:var(--surface);color:var(--muted)}.body-guide-current-match{margin:0 0 .85rem;padding:14px 16px;border:2px solid #dc2626;border-radius:var(--radius-control);background:#fef2f2;color:#991b1b;font-size:1.15rem;line-height:1.5;font-weight:900;box-shadow:0 12px 30px #dc262629}.body-tag-counter-plain-bibr{background:#fff3cd;color:#8a5a00}.body-tag-counter-plain-fig{background:#e6f4ff;color:#0c62a8}.body-tag-counter-plain-table{background:#f3e8ff;color:#7c3aed}.body-tag-counter-plain-sec{background:#eef2ff;color:#4338ca}.body-tag-counter-tagged-bibr{background:#fff8e1;color:#7a4b00}.body-tag-counter-tagged-fig{background:#e0f2fe;color:#075985}.body-tag-counter-tagged-table{background:#f5f3ff;color:#6d28d9}.body-tag-preview-surface{padding:14px;border-radius:var(--radius-control);border:1px solid var(--line);background:var(--surface-soft);white-space:pre-wrap;line-height:1.7}.body-editor-paragraph-block{margin:0 0 18px}.body-editor-paragraph-copy{line-height:1.8}.body-editor-structural-block{margin:0 0 14px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#ffffff80}.body-editor-structural-copy{line-height:1.7}.body-block-outline{display:flex;flex-direction:column;gap:10px}.body-block-outline-list{display:flex;flex-direction:column;gap:8px}.body-block-outline-item{border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:10px 12px}.body-block-outline-label{font-size:12px;font-weight:700;color:var(--primary);margin-bottom:4px}.body-block-outline-text{color:var(--muted);line-height:1.55;white-space:pre-wrap}.body-tag-mark{padding:1px 3px;border-radius:6px}.body-tag-mark-plain-bibr{background:#fff3cd;color:#8a5a00}.body-tag-mark-plain-fig{background:#dbeafe;color:#1d4ed8}.body-tag-mark-plain-table{background:#f3e8ff;color:#7c3aed}.body-tag-mark-tagged-bibr{background:#fde68a;color:#854d0e}.body-tag-mark-tagged-fig{background:#93c5fd;color:#1e3a8a}.body-tag-mark-tagged-table{background:#d8b4fe;color:#6b21a8}.login-page{min-height:100vh;display:grid;padding:0;background:var(--bg)}.login-container{width:100%;min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,1fr);gap:0;align-items:stretch;background:linear-gradient(90deg,var(--bg) 0%,var(--bg) 50%,var(--brand-blue) 50%,#2c66df 78%,#35bfc9 100%)}.landing-page{min-height:100vh;background:#f7fbff;color:var(--text)}.landing-hero{position:relative;min-height:88vh;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(24px,4vw,54px);overflow:hidden;background:linear-gradient(90deg,#f7fbfffa,#f7fbffeb 42%,#f7fbff70),url(/brand/logoflow.png) center right / min(980px,72vw) auto no-repeat,#f7fbff}.landing-nav{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px}.landing-nav img{width:min(240px,48vw);height:auto;object-fit:contain}.landing-hero-copy{position:relative;z-index:1;width:min(740px,100%);padding:8vh 0 6vh}.landing-eyebrow{margin:0 0 14px;color:var(--primary);font-size:13px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.landing-hero h1{margin:0;color:#10223c;font-size:clamp(42px,6vw,82px);line-height:.98;letter-spacing:0;max-width:780px}.landing-hero-copy>p:not(.landing-eyebrow){max-width:620px;margin:22px 0 0;color:#4b5f7a;font-size:clamp(18px,1.7vw,22px);line-height:1.55}.landing-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.landing-workflow{padding:0 clamp(24px,4vw,54px) clamp(32px,4vw,54px);margin-top:-54px;position:relative;z-index:2}.landing-workflow-inner{width:min(1180px,100%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.landing-feature{min-height:112px;padding:22px;border:1px solid #d9e7f3;border-radius:8px;background:#fffffff0;box-shadow:0 18px 42px #1f4ed81c}.landing-feature span{display:block;color:var(--muted);font-size:13px;font-weight:800;margin-bottom:10px}.landing-feature strong{display:block;color:#10223c;font-size:clamp(20px,2vw,27px);line-height:1.12}.login-hero{min-height:100%;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;padding:clamp(32px,5vw,78px);overflow:hidden}.auth-logo-full{display:block;width:100%;max-width:660px;height:auto;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(3,18,64,.2))}.auth-logo-copy{display:flex;flex-direction:column;gap:2px}.auth-logo-row{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.auth-logo-word{font-size:34px;font-weight:800;color:var(--text)}.auth-version-pill{padding:4px 8px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:11px;font-weight:800}.auth-logo-tagline{color:var(--muted);font-size:14px;font-weight:600}.auth-brand-copy{max-width:620px;margin:0;font-size:clamp(21px,1.8vw,27px);line-height:1.3;font-weight:560;text-align:center;background:linear-gradient(135deg,var(--brand-blue),#2c66df 56%,#35bfc9);-webkit-background-clip:text;background-clip:text;color:transparent}.login-hero h1{margin:0;font-size:32px;font-weight:800;color:var(--primary);letter-spacing:-.02em}.hero-mark{width:64px;height:64px;border-radius:16px;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:800;font-size:20px;box-shadow:0 10px 20px #1f4ed826}.login-card{width:min(100% - 88px,500px);align-self:center;justify-self:center;padding:44px;display:flex;flex-direction:column;gap:22px;border-radius:26px;box-shadow:0 24px 62px #1622341a}.auth-form-head{margin-bottom:8px;gap:8px}.auth-home-link{align-self:flex-start;color:var(--primary);font-size:14px;font-weight:700;text-decoration:none}.auth-home-link:hover{text-decoration:underline}.auth-form-kicker{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:0;color:var(--primary)}.auth-form-head h2{font-size:32px;line-height:1.1;color:var(--text)}.auth-form-head p{max-width:360px}.login-actions{display:flex;flex-direction:column;gap:20px;margin-top:8px}.login-actions .button{width:100%;padding:15px;font-weight:750;font-size:15px}.auth-footer{display:flex;justify-content:space-between;align-items:center;gap:12px}.link-button{background:none;border:none;padding:0;color:var(--primary);font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;transition:opacity .2s}.link-button:hover{text-decoration:underline;opacity:.8}.link-button:disabled{opacity:.5;cursor:not-allowed}.page-content{display:flex;flex-direction:column;gap:20px}.feedback-card{display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:14px;background:var(--surface-soft);padding:16px 18px}.feedback-card strong,.inline-message strong{display:block;margin-bottom:4px}.feedback-card p,.inline-message p{margin:0;color:var(--muted);line-height:1.6}.feedback-card.is-compact{padding:14px 16px}.feedback-spinner{width:18px;height:18px;border-radius:50%;border:2px solid #c7d3df;border-top-color:var(--primary);animation:spin .8s linear infinite;flex-shrink:0}.inline-message{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;border-radius:14px;border:1px solid var(--line);background:var(--surface);padding:16px 18px}.inline-message-info{background:#f8fbff;border-color:#d7e5ff}.inline-message-warning{background:#fff9ef;border-color:#efd7aa}.inline-message-error{background:#fff5f4;border-color:#f0c5c1}.inline-message-action{flex-shrink:0}.empty-state{text-align:left}.dashboard-grid,.split-layout,.form-panel-grid,.article-builder-layout,.form-grid{display:grid;gap:18px}.dashboard-grid,.split-layout,.form-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-builder-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start}.dashboard-card,.record-card,.subcard{display:flex;flex-direction:column;gap:14px}.record-list{display:flex;flex-direction:column;gap:12px}.stacked-checkbox-list{display:flex;flex-direction:column;gap:10px}.checkbox-card{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft)}.checkbox-card input[type=checkbox]{margin-top:3px}.checkbox-card span{display:flex;flex-direction:column;gap:4px}.record-card{border:1px solid var(--line);border-radius:20px;background:var(--surface-soft);padding:16px}.section-eyebrow{display:inline-flex;align-items:center;width:fit-content;border:1px solid #d4e2f2;border-radius:999px;background:#f6faff;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:0;padding:6px 10px}.article-library-group{gap:16px}.article-library-panel{display:flex;flex-direction:column;gap:18px}.article-library-overview{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,#eff6ffdb,#fffffff0)}.article-library-overview h2{margin:10px 0 8px;font-size:26px}.article-library-overview p{max-width:720px;margin:0}.article-library-stats{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.article-library-stats span{min-width:132px;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:#ffffffc7;color:var(--muted);font-weight:700}.article-library-stats strong{color:var(--text);font-size:24px;margin-right:5px}.article-library-tabs{margin-bottom:0}.article-library-tab-note{margin:-4px 0 0}.article-library-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.article-library-group-head h3{margin:0 0 10px;line-height:1.28}.article-library-variant-list{display:flex;flex-direction:column;gap:12px;border-top:1px solid var(--line);padding-top:14px}.article-library-variant{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border:1px solid var(--line);border-radius:16px;background:#ffffffb8}.article-library-variant-primary{background:var(--surface);border-color:#c9d8ea;box-shadow:0 14px 30px #0f172a12}.article-library-variant-success{border-left:5px solid #16a34a;background:#f0fdf4}.article-library-variant-info{border-left:5px solid #2563eb;background:#eff6ff}.article-library-variant-warning{border-left:5px solid #d97706;background:#fff8e8}.article-library-variant-neutral{border-left:5px solid #94a3b8;background:#f8fafc}.article-library-variant-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.article-library-variant-copy strong{color:var(--text)}.article-library-other-copies{margin-top:0}.article-library-other-copies summary{cursor:pointer;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);color:var(--muted);font-weight:700;padding:9px 12px}.article-library-other-copy-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.article-library-draft-usage{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.article-library-draft-usage p{margin:4px 0 0}.article-library-draft-usage-warning{border-color:#f4c56f;background:#fff8e8}.article-library-draft-usage-warning .status-pill{border-color:#f4c56f;color:#7a4d00}.article-library-limit-note{margin-top:12px;padding:10px 12px;border:1px solid #f4c56f;border-radius:10px;background:#fff8e8;color:#7a4d00;font-weight:700}.design-library-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;background:#ffffffd1}.design-library-panel{display:flex;flex-direction:column;gap:18px}.design-library-overview{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,#eff6ffdb,#fffffff0)}.design-library-overview h2{margin:10px 0 8px;font-size:26px}.design-library-overview p{max-width:680px;margin:0}.design-library-stats{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.design-library-stats span{min-width:112px;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:#ffffffc7;color:var(--muted);font-weight:700}.design-library-stats strong{color:var(--text);font-size:24px;margin-right:5px}.design-library-tabs{margin-bottom:0}.design-library-copy{display:flex;flex-direction:column;gap:12px;min-width:0}.design-library-copy p{margin:0}.design-library-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.design-library-title-row h3{margin:0}.design-library-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:10px;max-width:760px}.design-library-meta-grid span{display:flex;flex-direction:column;gap:5px;padding:12px;border:1px solid var(--line);border-radius:14px;background:#ffffffb3;color:var(--text)}.design-library-meta-grid strong{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:0}.design-library-note{max-width:760px;margin:0;padding:10px 12px;border:1px solid #f4c56f;border-radius:14px;background:#fff8e8;color:#7a4d00;font-weight:700;line-height:1.5}.design-library-actions{justify-content:flex-end}.select-card{border:1px solid var(--line);border-radius:14px;background:var(--surface-soft);padding:16px;text-align:left;display:flex;flex-direction:column;gap:6px;cursor:pointer}.select-card.is-selected{border-color:var(--primary);background:var(--primary-soft)}.recent-row{display:flex;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft)}.field{display:flex;flex-direction:column;gap:8px}.field span{font-size:13px;font-weight:700;color:var(--muted)}.field-label-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.field-label-text{min-width:0}.field-label-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.field-required-mark{color:#d92d20}.field-help-badge{width:20px;height:20px;display:inline-grid;place-items:center;border-radius:999px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:800;line-height:1;cursor:help;flex-shrink:0}.field-auto-check-badge{display:inline-flex;align-items:center;border:1px solid #bfdbfe;border-radius:999px;background:#f8fbff;color:#1d4ed8;padding:3px 8px;font-size:11px;font-weight:700;line-height:1;text-transform:lowercase}.field-inline-button{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:4px 10px;border-radius:999px;border:1px solid #bfdbfe;background:#f8fbff;color:#1d4ed8;font-size:11px;font-weight:700;line-height:1}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line-strong);border-radius:var(--radius-control);padding:11px 12px;background:#fff;color:var(--text)}.field textarea{resize:vertical}.field textarea[data-testid^=body-section-content-]{min-height:260px}textarea,.tool-dialog,.tool-body,.body-editor-overlay-wrap .body-editor-overlay,.body-editor-overlay-wrap .body-editor-overlay-input{scrollbar-width:auto;scrollbar-color:#64748b #e2e8f0}textarea::-webkit-scrollbar,.tool-dialog::-webkit-scrollbar,.tool-body::-webkit-scrollbar{width:14px;height:14px}textarea::-webkit-scrollbar-track,.tool-dialog::-webkit-scrollbar-track,.tool-body::-webkit-scrollbar-track{background:#e2e8f0;border-radius:999px}textarea::-webkit-scrollbar-thumb,.tool-dialog::-webkit-scrollbar-thumb,.tool-body::-webkit-scrollbar-thumb{background:#64748b;border-radius:999px;border:3px solid #e2e8f0}textarea::-webkit-scrollbar-thumb:hover,.tool-dialog::-webkit-scrollbar-thumb:hover,.tool-body::-webkit-scrollbar-thumb:hover{background:#475569}.date-field-row{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:10px;align-items:center}.date-picker-icon-wrap{position:relative;width:42px;height:42px}.date-picker-icon-button{width:42px;height:42px;display:grid;place-items:center;border:1px solid #bfdbfe;border-radius:10px;background:#f8fbff;cursor:pointer}.date-picker-icon-button:hover{border-color:#93c5fd;background:#eff6ff}.date-picker-icon-button:focus-visible{outline:3px solid rgba(44,102,223,.18);outline-offset:2px}.date-picker-icon{width:17px;height:17px;position:relative;display:inline-block;border:2px solid #2c66df;border-radius:4px}.date-picker-icon:before,.date-picker-icon:after{content:"";position:absolute;left:2px;right:2px}.date-picker-icon:before{top:3px;border-top:2px solid #2c66df}.date-picker-icon:after{top:-5px;height:5px;border-left:2px solid #2c66df;border-right:2px solid #2c66df}.date-picker-input{position:absolute;top:0;right:0;bottom:0;left:0;width:42px;height:42px;min-width:0;opacity:0;pointer-events:none}.field-check-button{border:1px solid #bfdbfe;background:#f8fbff;color:#1d4ed8;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700;cursor:pointer}.field-check-feedback{margin:0;font-size:12px;font-weight:600}.field-check-feedback.is-valid{color:#15803d}.field-check-feedback.is-checking{color:#1d4ed8}.field-check-feedback.is-skipped{color:#667085}.field-check-feedback.is-invalid{color:#b42318}.checkbox-row{display:flex;align-items:center;gap:10px;color:var(--text)}.checkbox-row input{width:16px;height:16px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.design-builder-frame,.article-builder-frame{width:min(1180px,100%);margin:0 auto;display:flex;flex-direction:column;gap:18px}.design-builder-hero{background:radial-gradient(circle at 86% 12%,rgba(255,255,255,.28),transparent 32%),linear-gradient(135deg,var(--brand-blue),#2c66df 56%,#35bfc9);color:#fff;border-radius:26px;padding:28px;display:flex;justify-content:space-between;align-items:center;gap:16px;box-shadow:0 20px 44px #2c66df2e}.design-builder-hero h2,.design-builder-hero p{margin:0}.design-builder-hero-copy{display:flex;flex-direction:column;gap:10px;min-width:0}.design-builder-hero h2{max-width:780px;font-size:clamp(26px,3vw,38px);line-height:1.08;color:#f8fbff}.design-builder-hero p{color:#d9e9ff}.design-builder-hero-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;max-width:360px;margin-left:8px}.design-builder-hero .article-builder-hero-pill{border-color:#ffffff52;background:#ffffff2e;color:#f8fbff;min-height:52px;padding:13px 20px;font-size:18px}.design-builder-hero .article-builder-hero-pill+.article-builder-hero-pill{min-height:34px;padding:7px 11px;font-size:12px}.design-builder-hero .article-builder-hero-pill.is-error{border-color:#ffffff61;background:#ffffff38}.article-builder-hero{background:radial-gradient(circle at 86% 12%,rgba(255,255,255,.28),transparent 32%),linear-gradient(135deg,var(--brand-blue),#2c66df 56%,#35bfc9);color:#fff;border-radius:26px;padding:28px;display:flex;justify-content:space-between;align-items:center;gap:16px;box-shadow:0 20px 44px #2c66df2e;height:132px;overflow:hidden}.article-builder-hero h2,.article-builder-hero p{margin:0}.article-builder-hero-copy{display:flex;flex-direction:column;gap:10px;min-width:0}.article-builder-eyebrow{color:#bfeeff;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.article-builder-hero h2{max-width:780px;font-size:clamp(18px,2vw,32px);line-height:1.12;color:#f8fbff;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-builder-hero p{color:#d9e9ff}.article-builder-hero-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;max-width:360px;margin-left:8px}.article-builder-hero-pill{display:inline-flex;align-items:center;min-height:52px;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:#ffffff2e;color:#f8fbff;padding:13px 20px;font-size:18px;font-weight:800;white-space:nowrap}.article-builder-hero-pill+.article-builder-hero-pill{min-height:34px;padding:7px 11px;font-size:12px}.article-builder-hero-pill.is-unlocked{border-color:#58e2a66b;background:#10b9812e}.article-builder-hero-pill.is-locked{border-color:#ffc46280;background:#f59e0b29}.article-builder-hero-pill.is-error{border-color:#ff7a8580;background:#be3e4a2e}.design-builder-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;align-items:start}.design-builder-main{min-width:0}.wizard-step-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:22px}.wizard-main-head{margin-bottom:18px}.wizard-main-head .section-head{align-items:flex-end}.wizard-step-panel{display:flex;flex-direction:column;gap:18px}.publication-details-grid{display:grid;grid-template-columns:1fr;align-items:stretch}.publication-details-grid .wizard-section{min-height:170px}.history-date-format-list .wizard-toggle{display:flex;align-items:center;justify-content:flex-start;gap:10px;box-sizing:border-box;width:100%;min-height:64px;padding:14px 16px;border:1px solid #d8e5ef;border-radius:0}.history-date-format-list .wizard-toggle input[type=radio]{flex:0 0 auto;width:auto;min-width:0;margin:0;padding:0}.history-date-format-list .wizard-toggle span{min-width:0;flex:1 1 auto}.citation-style-list .wizard-toggle{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;box-sizing:border-box;width:100%;min-height:58px;padding:14px 16px}.citation-style-list .wizard-toggle input[type=radio]{flex:0 0 auto;width:auto;min-width:0;margin:0;padding:0}.citation-style-list .wizard-toggle span{min-width:0;flex:1 1 auto}.wizard-section{display:flex;flex-direction:column;gap:16px;border:1px solid var(--line);border-radius:20px;background:#ffffffb8;padding:18px}.section-title-row{display:inline-flex;align-items:center;gap:8px;min-width:0}.section-info-bubble{position:relative;width:22px;height:22px;display:inline-grid;place-items:center;flex:0 0 auto;border:1px solid #bfdbfe;border-radius:999px;background:#f8fbff;color:#2c66df;font-size:12px;font-weight:800;cursor:help;outline:none}.section-info-bubble:focus-visible{box-shadow:0 0 0 3px #2c66df29}.section-info-tooltip{position:absolute;left:50%;bottom:calc(100% + 10px);z-index:30;width:min(320px,70vw);transform:translate(-50%) translateY(4px);border:1px solid #cfe0ee;border-radius:14px;background:#fff;box-shadow:0 16px 36px #16223424;color:#475569;padding:10px 12px;font-size:13px;font-weight:650;line-height:1.45;opacity:0;pointer-events:none;transition:opacity .14s ease,transform .14s ease}.section-info-bubble:hover .section-info-tooltip,.section-info-bubble:focus .section-info-tooltip{opacity:1;transform:translate(-50%) translateY(0)}.design-builder-main .wizard-step-card{background:#f3f7fbf0}.design-builder-main .wizard-section{background:#edf3f8;border-color:#d8e5ef}.design-builder-main .wizard-section .wizard-section{background:#e7eef5}.design-builder-main .field input,.design-builder-main .field textarea,.design-builder-main .field select{background:#f4f7fa}.design-builder-main .subcard,.design-builder-main .record-card,.design-builder-main .wizard-toggle{background:#f4f7fa;border-color:#d8e5ef}.article-type-card{min-height:76px}.article-type-row{display:grid;grid-template-columns:minmax(0,1fr) 120px;align-items:center;gap:14px;min-height:44px}.article-type-summary{min-width:0;display:inline-flex;align-items:center;gap:12px}.article-type-summary-text{min-width:0}.article-type-configure-button{width:120px;justify-content:center}.article-type-configure-button[aria-hidden=true]{visibility:hidden}.article-type-config-panel{display:grid;gap:14px}.article-type-config-box{display:grid;gap:12px;border:1px solid #d8e5ef;border-radius:16px;background:#eef4f8;padding:14px}.article-type-config-box>strong{color:#475569;font-size:13px;font-weight:600;text-transform:uppercase}.article-type-config-box .article-type-section-head>strong{font-size:13px;font-weight:600;text-transform:uppercase}.article-type-config-box>.field>span{display:none}.article-type-radio-group{display:flex;flex-wrap:wrap;gap:10px}.article-type-section-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.article-type-section-row input{min-width:0;border:1px solid var(--line-strong);border-radius:var(--radius-control);padding:11px 12px;background:#f8fafc;color:var(--text)}.settings-field-stack{display:grid;gap:16px}.settings-field-stack .field>span{font-size:13px;font-weight:800;color:var(--muted)}.jats-profile-lock{align-items:flex-start}.jats-profile-lock span{display:flex;flex-direction:column;gap:4px}.jats-profile-lock small{color:var(--muted);line-height:1.45}.article-builder-main{min-width:0;padding-bottom:124px}.design-builder-rail{position:sticky;top:24px}.design-builder-rail .section-head h3{color:#64748b;font-weight:650}.design-step-link{width:100%;text-align:left;display:grid;grid-template-columns:32px minmax(0,1fr);gap:12px;align-items:center;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:var(--surface-soft);cursor:pointer;min-height:58px;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.design-step-link:hover{border-color:#bdd2df;background:#fff}.design-step-link .wizard-tree-index{width:32px;height:32px;display:grid;place-items:center;border-radius:999px;background:#fff;border:1px solid var(--line);color:#64748b;font-size:12px;font-weight:650}.design-step-link .wizard-tree-label{min-width:0;line-height:1.15;color:#475569;font-weight:600}.design-step-link.is-active{border-color:var(--primary);background:var(--primary-soft);box-shadow:inset 4px 0 0 var(--primary)}.design-step-link.is-completed .wizard-tree-index{border-color:#bbf7d0;background:#dcfce7;color:#166534}.design-builder-footer{position:sticky;bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.design-builder-footer-meta{font-size:14px;font-weight:700;color:var(--muted)}.wizard-footer-actions{position:relative}.next-reminder-bubble{position:absolute;right:0;bottom:calc(100% + 10px);max-width:280px;padding:10px 12px;border-radius:12px;background:#fff9ef;border:1px solid #efd7aa;color:var(--text);box-shadow:0 10px 28px #11182714}.next-reminder-bubble:after{content:"";position:absolute;right:20px;top:100%;width:12px;height:12px;background:#fff9ef;border-right:1px solid #efd7aa;border-bottom:1px solid #efd7aa;transform:rotate(45deg) translateY(-6px)}.action-footer{display:flex;justify-content:space-between;align-items:center;gap:18px}.builder-sidebar{grid-column:2;position:sticky;top:24px}.builder-sidebar .section-head h3{color:#64748b;font-weight:650}.builder-sidebar .section-head p{font-size:13px;font-weight:600}.article-builder-card{background:#f3f7fbf0;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:22px}.article-builder-card-head{margin-bottom:18px}.article-builder-card-head .section-head{align-items:flex-end}.article-builder-progress{width:min(260px,32vw);height:10px;overflow:hidden;border-radius:999px;background:#e6eef7;border:1px solid var(--line)}.article-builder-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(135deg,var(--brand-blue),var(--brand-aqua))}.builder-tab-list{display:flex;flex-direction:column;gap:10px}.builder-tab-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.builder-tab-button{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:12px;text-align:left;border:1px solid var(--line);border-radius:16px;background:var(--surface-soft);padding:12px 14px;cursor:pointer;min-height:58px;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease;width:100%}.builder-tab-button:hover{border-color:#bdd2df;background:#fff}.builder-tab-button.is-active{border-color:var(--primary);background:var(--primary-soft);box-shadow:inset 4px 0 0 var(--primary)}.builder-tab-button.is-completed .builder-tab-index{border-color:#bbf7d0;background:#dcfce7;color:#166534}.builder-tab-index{width:32px;height:32px;display:grid;place-items:center;border-radius:999px;background:#fff;border:1px solid var(--line);color:#64748b;font-size:12px;font-weight:650}.builder-tab-label{min-width:0;line-height:1.15;color:#475569;font-weight:600}.builder-tab-badge{justify-self:end;border:1px solid #f4c56f;border-radius:999px;background:#fff8e8;color:#7a4d00;padding:4px 7px;font-size:11px;font-weight:800}.builder-content{grid-column:1;min-width:0;display:flex;flex-direction:column;gap:18px}.article-builder-main .wizard-section{background:#edf3f8;border-color:#d8e5ef}.article-builder-main .field input,.article-builder-main .field textarea,.article-builder-main .field select{background:#f4f7fa}.article-builder-main .subcard,.article-builder-main .record-card,.article-builder-main .wizard-toggle{background:#f4f7fa;border-color:#d8e5ef}.article-body-section-list{gap:18px}.article-body-section-card{background:#edf3f8;border-color:#d8e5ef}.article-body-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.article-body-section-head h3{margin:0;color:#0f172a;font-size:20px;line-height:1.2}.article-body-section-title{display:flex;align-items:center;flex-wrap:wrap;gap:10px;min-width:0}.article-body-status{display:inline-flex;align-items:center;justify-content:center;min-height:26px;border:1px solid #cfe0ee;border-radius:999px;padding:4px 10px;background:#f8fbff;color:#475569;font-size:12px;font-weight:800;line-height:1}.article-body-status-required{border-color:#fecaca;background:#fff1f2;color:#be123c}.article-body-status-warning{border-color:#fde68a;background:#fffbeb;color:#92400e}.article-body-status-success{border-color:#bbf7d0;background:#dcfce7;color:#166534}.article-body-section-head .button-row{flex:0 0 auto;justify-content:flex-start;flex-wrap:nowrap;margin-right:18px}.article-body-section-head .button{flex:0 0 auto;min-height:42px;padding-inline:16px;white-space:nowrap}.body-subheading-tool-card{margin:10px 0 22px;padding:22px 24px;border:2px solid #2563eb;background:linear-gradient(135deg,#eff6ff,#f8fbff)!important;box-shadow:0 18px 42px #2563eb29}.body-subheading-tool-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.body-subheading-tool-head strong{display:block;color:#1e3a8a;font-size:20px;line-height:1.2}.body-subheading-tool-head p{margin:6px 0 0;color:#334155;font-size:15px;line-height:1.55}.body-subheading-tool-head .button{min-height:46px;padding-inline:20px;font-size:15px;box-shadow:0 10px 24px #2563eb38}.article-detail-section+.article-detail-section{margin-top:8px}.article-builder-footer{position:sticky;bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;z-index:20;border-color:#c7d3df;background:#fffffff5;box-shadow:0 18px 46px #0f172a29}.article-builder-footer-meta{font-size:14px;font-weight:700;color:var(--muted)}.tool-summary{display:flex;flex-direction:column;gap:14px}.builder-workflow-panel{display:flex;flex-direction:column;gap:14px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(135deg,#eaf4ffb8,#ffffffeb);padding:16px}.builder-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.builder-stat-card{min-height:78px;display:flex;flex-direction:column;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:13px}.builder-stat-card span{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.builder-stat-card strong{color:var(--text);font-size:18px}.builder-check-row{display:flex;flex-wrap:wrap;gap:8px}.builder-check-row span{display:inline-flex;align-items:center;min-height:32px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);padding:6px 10px;font-size:13px;font-weight:700}.builder-check-row strong{color:var(--text)}.builder-flow-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0}.builder-flow-item{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;align-items:start;border:1px solid var(--line);border-radius:18px;background:var(--surface-soft);padding:13px}.builder-flow-item>span,.package-step-head span{width:32px;height:32px;display:grid;place-items:center;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-weight:900}.builder-flow-item p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.builder-primary-actions{margin-bottom:1rem}.package-step-card{margin-bottom:1rem;background:#ffffffd1;min-height:150px}.package-step-head{display:inline-flex;align-items:center;gap:10px}.package-file-preview{display:grid;gap:8px;background:#f8fbff}.package-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.package-option-card{display:flex;flex-direction:column;gap:14px;min-width:0;border:1px solid var(--line);border-radius:20px;background:var(--surface);padding:18px;box-shadow:0 12px 28px #0f172a0f}.package-option-card-preview{border-top:5px solid var(--brand-blue)}.package-option-card-final{border-top:5px solid #16a34a}.package-option-head{display:flex;flex-direction:column;gap:6px}.package-option-head span{width:fit-content;border-radius:999px;background:var(--primary-soft);color:var(--primary);padding:4px 9px;font-size:12px;font-weight:900;text-transform:uppercase}.package-option-card-final .package-option-head span{background:#dcfce7;color:#166534}.package-option-head strong{font-size:18px}.package-option-card p{margin:0;color:var(--muted);line-height:1.5}.package-option-list{display:grid;gap:6px;margin:0;padding-left:18px;color:var(--text);font-size:14px;line-height:1.45}.package-option-meta{display:grid;gap:8px;margin-top:auto}.package-option-meta span{display:flex;flex-direction:column;gap:3px;border:1px solid var(--line);border-radius:14px;background:var(--surface-soft);padding:9px 10px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.package-option-meta strong{color:var(--text);font-size:13px;text-transform:none;overflow-wrap:anywhere}.finish-decision-card{display:flex;flex-direction:column;gap:16px;border:1px solid var(--line);border-radius:22px;background:var(--surface);padding:20px;box-shadow:var(--shadow)}.finish-decision-card.is-ready{border-top:5px solid #16a34a}.finish-decision-card.is-complete{border-top:5px solid var(--brand-aqua)}.finish-decision-card.is-draft{border-top:5px solid #f59e0b}.finish-decision-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.finish-decision-head h3{margin:6px 0 0;font-size:26px}.finish-decision-card p{max-width:760px;margin:0;color:var(--muted);line-height:1.55}.finish-package-card{display:grid;gap:12px;border:1px solid var(--line);border-radius:18px;background:#f8fbff;padding:14px}.finish-package-card ul{margin:0;padding-left:20px}.finish-action-row{padding:14px;border:1px solid var(--line);border-radius:18px;background:var(--surface-soft)}.completed-lock-panel{max-width:680px}.completed-lock-actions{display:grid;gap:10px;margin-top:2px;max-width:280px}.completed-lock-actions .button{justify-content:center;width:100%}.viewer-page{min-height:100vh;background:#e8e4dc}.viewer-topbar{position:sticky;top:0;z-index:3000;display:grid;grid-template-columns:minmax(260px,1fr) auto auto;align-items:center;gap:14px;padding:12px 18px;background:#0f172af5;color:#fff;box-shadow:0 8px 24px #0f172a2e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.viewer-title{display:flex;align-items:center;gap:12px;min-width:0}.viewer-brand-mark{width:42px;height:42px;flex:0 0 auto;border-radius:14px;box-shadow:0 12px 30px #2f6bff47}.viewer-title strong{display:block;font-size:17px}.viewer-title p{margin:2px 0 0;color:#e2f0ffb8;font-size:13px}.viewer-meta-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.viewer-meta-row span{display:inline-flex;align-items:center;min-height:32px;border:1px solid rgba(191,219,254,.24);border-radius:999px;background:#ffffff14;padding:0 11px;color:#dbeafe;font-size:12px;font-weight:800;white-space:nowrap}.viewer-actions{margin:0;justify-content:flex-end;flex-wrap:wrap}.summary-box,.tool-placeholder{border:1px solid var(--line);border-radius:18px;background:var(--surface-soft);padding:14px}.table-data-grid-editor{margin-top:.75rem;display:grid;gap:.5rem;width:100%;min-width:0}.table-tool-data-field{grid-column:1 / -1;min-width:0}.table-data-grid-scroll{max-width:100%;min-height:188px;max-height:360px;overflow:scroll;scrollbar-gutter:stable both-edges;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.table-data-grid{width:max-content;min-width:100%;border-collapse:collapse;font-size:.78rem}.table-data-grid th,.table-data-grid td{border:1px solid var(--line);padding:0;background:var(--surface)}.table-data-grid th{position:sticky;left:0;z-index:1;min-width:36px;padding:.35rem .5rem;background:var(--surface-soft);color:var(--muted);text-align:right;font-weight:700}.table-data-grid input{width:160px;min-width:160px;border:0;border-radius:0;padding:.38rem .5rem;background:transparent;font:inherit}.table-data-grid input:focus{outline:2px solid var(--accent);outline-offset:-2px;background:var(--surface)}.table-data-grid-help{margin:0;font-size:.78rem}.package-retention-notice{background:#f8fbff}.package-retention-notice summary{cursor:pointer;color:var(--accent);font-weight:800}.guide-page{min-height:100vh;background:radial-gradient(circle at 84% 16%,rgba(80,214,216,.18),transparent 32%),radial-gradient(circle at 10% 8%,rgba(59,130,246,.16),transparent 26%),linear-gradient(135deg,#edf4fb,#f8fbff 46%,#e9fbfb);color:var(--text)}.guide-topbar{width:min(1828px,calc(100% - 72px));min-height:100px;margin:0 auto;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #d9e9f5;border-radius:0 0 28px 28px;background:#f8fcffe6;box-shadow:0 24px 70px #194e7e21;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.guide-brand{display:flex;align-items:center;gap:14px}.guide-brand img{width:56px;height:56px;border-radius:16px;box-shadow:0 18px 40px #2f6bff3d}.guide-brand strong{display:block;color:#4b5c74;font-size:28px;line-height:1}.guide-brand span{display:block;margin-top:5px;color:var(--muted)}.guide-shell{width:min(1280px,calc(100% - 72px));margin:42px auto 0;padding-bottom:70px}.guide-hero{position:relative;display:grid;grid-template-columns:132px minmax(0,1fr);gap:28px;align-items:center;padding:34px;border:1px solid #d8e5ef;border-radius:28px;background:linear-gradient(135deg,#fffffff0,#edf7fce0);box-shadow:0 26px 70px #113f6721;overflow:hidden}.guide-hero:after{content:"";position:absolute;inset:auto -80px -130px auto;width:360px;height:360px;border-radius:50%;background:color-mix(in srgb,var(--guide-accent) 18%,transparent);filter:blur(8px)}.guide-logo-orb{position:relative;width:112px;height:112px;display:grid;place-items:center;border-radius:30px;background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--guide-accent) 16%,#eff6ff));border:1px solid color-mix(in srgb,var(--guide-accent) 34%,#d8e5ef);box-shadow:0 0 0 8px color-mix(in srgb,var(--guide-accent) 8%,transparent),0 18px 50px color-mix(in srgb,var(--guide-accent) 30%,transparent);animation:guide-logo-glow 2.8s ease-in-out infinite}.guide-logo-orb img{width:72px;height:72px;border-radius:20px}.guide-logo-orb span{position:absolute;right:-9px;bottom:-9px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--guide-accent);color:#fff;font-weight:900;box-shadow:0 12px 28px color-mix(in srgb,var(--guide-accent) 42%,transparent)}@keyframes guide-logo-glow{0%,to{box-shadow:0 0 0 8px color-mix(in srgb,var(--guide-accent) 8%,transparent),0 18px 50px color-mix(in srgb,var(--guide-accent) 28%,transparent)}50%{box-shadow:0 0 0 13px color-mix(in srgb,var(--guide-accent) 14%,transparent),0 22px 66px color-mix(in srgb,var(--guide-accent) 44%,transparent)}}.guide-hero-copy{position:relative;z-index:1}.guide-hero-copy h1{margin:8px 0 12px;color:#344258;font-size:clamp(44px,5vw,72px);line-height:.96;letter-spacing:0}.guide-hero-copy p{max-width:820px;margin:0;color:#5f7088;font-size:18px;line-height:1.58}.guide-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0}.guide-nav-link{min-height:58px;display:flex;align-items:center;justify-content:center;border:1px solid #d8e5ef;border-radius:18px;background:#ffffffc7;color:#475569;font-weight:800;text-decoration:none;box-shadow:0 12px 28px #0f172a0d}.guide-nav-link.active{border-color:color-mix(in srgb,var(--guide-accent) 50%,#d8e5ef);background:color-mix(in srgb,var(--guide-accent) 12%,white);color:#1f2a44}.guide-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.guide-summary-card{min-height:160px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;padding:18px;border:1px solid #d8e5ef;border-radius:22px;background:#ffffffd1;box-shadow:0 14px 34px #0f172a0f}.guide-summary-card span{width:fit-content;border-radius:999px;padding:5px 10px;background:color-mix(in srgb,var(--guide-accent) 14%,white);color:var(--guide-accent);font-weight:900}.guide-summary-card p{margin:0;color:#475569;line-height:1.55;font-weight:650}.guide-content-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}.guide-longform,.guide-checklist{border:1px solid #d8e5ef;border-radius:26px;background:#ffffffd1;box-shadow:0 18px 48px #0f172a12}.guide-longform{padding:10px}.guide-section{padding:24px;border-radius:20px;background:#edf3f8}.guide-section+.guide-section{margin-top:10px}.guide-section h2{margin:0 0 14px;color:#172033;font-size:26px;letter-spacing:0}.guide-section p{margin:0;color:#52657d;font-size:16px;line-height:1.72}.guide-section p+p{margin-top:14px}.guide-checklist{position:sticky;top:18px;padding:18px}.guide-checklist .guide-logo-orb{width:70px;height:70px;border-radius:22px}.guide-checklist .guide-logo-orb img{width:46px;height:46px;border-radius:14px}.guide-checklist .guide-logo-orb span{width:26px;height:26px;right:-5px;bottom:-5px;font-size:12px}.guide-checklist-head{display:grid;grid-template-columns:78px minmax(0,1fr);gap:14px;align-items:center;margin-bottom:16px}.guide-checklist-head strong{display:block;color:#172033;font-size:18px}.guide-checklist-head span{display:block;margin-top:4px;color:var(--muted);font-size:13px}.guide-checklist ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.guide-checklist li{position:relative;padding:12px 12px 12px 36px;border:1px solid #d8e5ef;border-radius:16px;background:#f8fbff;color:#475569;line-height:1.42}.guide-checklist li:before{content:"";position:absolute;left:13px;top:17px;width:10px;height:10px;border-radius:50%;background:var(--guide-accent);box-shadow:0 0 18px color-mix(in srgb,var(--guide-accent) 80%,transparent)}.overseer-page{min-height:100vh;padding:24px 32px 48px;background:radial-gradient(circle at 90% 8%,rgba(70,207,208,.18),transparent 32%),radial-gradient(circle at 8% 12%,rgba(79,116,242,.15),transparent 28%),linear-gradient(135deg,#edf4fb,#f8fbff 48%,#e9fbfb)}.overseer-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid rgba(216,232,242,.78);border-radius:28px;background:#ffffffb8;box-shadow:0 18px 48px #1a569614;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.overseer-brand{display:flex;align-items:center;gap:16px}.overseer-brand img{width:58px;height:58px;border-radius:18px;box-shadow:0 18px 42px #2f6bff40}.overseer-brand span{color:var(--primary);font-size:13px;font-weight:900;text-transform:uppercase}.overseer-brand h1{margin:3px 0 0;color:#4b5c74;font-size:38px;line-height:1}.overseer-shell{width:min(1280px,100%);margin:28px auto 0;display:grid;gap:18px}.overseer-hero,.overseer-panel,.overseer-metric{border:1px solid #d8e5ef;background:#ffffffd6;box-shadow:0 18px 48px #0f172a12}.overseer-hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:center;border-radius:28px;padding:28px;overflow:hidden}.overseer-hero h2{max-width:780px;margin:8px 0 12px;color:#263449;font-size:clamp(34px,4vw,56px);line-height:1}.overseer-hero p{max-width:820px;margin:0;color:#5f7088;font-size:17px;line-height:1.6}.overseer-user-card{min-height:168px;display:flex;flex-direction:column;justify-content:center;gap:8px;border:1px solid #d8e5ef;border-radius:22px;background:#edf3f8;padding:20px}.overseer-user-card span{color:var(--muted);font-weight:800;text-transform:uppercase;font-size:12px}.overseer-user-card strong{overflow-wrap:anywhere;font-size:20px}.overseer-user-card p{font-size:14px}.overseer-metric-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.overseer-metric{min-height:150px;display:flex;flex-direction:column;justify-content:space-between;gap:12px;border-radius:20px;padding:18px}.overseer-metric span{color:var(--muted);font-weight:900;font-size:12px;text-transform:uppercase}.overseer-metric strong{color:#172033;font-size:38px;line-height:1}.overseer-metric p{margin:0;color:#64748b;line-height:1.35}.overseer-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.overseer-panel{border-radius:24px;padding:20px}.overseer-section-head{display:flex;justify-content:space-between;gap:16px;margin-bottom:16px}.overseer-section-head h3{margin:0;color:#172033;font-size:24px}.overseer-section-head p{margin:4px 0 0;color:var(--muted)}.overseer-activity-list,.overseer-watch-list{display:grid;gap:10px}.overseer-activity-row{display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:12px;align-items:start;border:1px solid #d8e5ef;border-radius:18px;background:#f8fbff;padding:14px}.overseer-activity-row strong{display:block;color:#172033}.overseer-activity-row p{margin:4px 0;color:#475569;font-weight:750}.overseer-activity-row span,.overseer-activity-row time{color:var(--muted);font-size:13px}.overseer-event-dot{width:11px;height:11px;margin-top:5px;border-radius:999px;background:var(--brand-blue);box-shadow:0 0 18px #4f74f28c}.overseer-watch-list>div{display:grid;gap:5px;border:1px solid #d8e5ef;border-radius:16px;background:#f8fbff;padding:13px}.overseer-watch-list strong{color:#172033}.overseer-watch-list span{color:#64748b}.overseer-issue{border-color:#f5c2c2!important;background:#fff7f7!important}.overseer-tone-success{border-color:#bbf7d0}.overseer-tone-success.overseer-event-dot,.overseer-tone-success .overseer-event-dot{background:#16a34a}.overseer-tone-warning{border-color:#fde68a}.overseer-tone-warning.overseer-event-dot,.overseer-tone-warning .overseer-event-dot{background:#f59e0b}.overseer-tone-danger{border-color:#fecaca}.wizard-identity-check-card{margin:18px 0}.tool-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a61;display:flex;align-items:center;justify-content:center;padding:28px;overflow:auto;box-sizing:border-box;z-index:1200}.body-magnify-overlay{overflow:hidden;align-items:stretch}.tool-dialog{width:min(880px,100%);min-height:420px;max-width:calc(100vw - 56px);max-height:calc(100vh - 56px);border-radius:18px;border:1px solid var(--line);background:#fff;box-shadow:0 28px 90px #0f172a2e;padding:22px;display:flex;flex-direction:column;gap:18px;overflow:hidden;box-sizing:border-box}.body-magnify-dialog{width:min(1320px,calc(100vw - 56px));max-width:calc(100vw - 56px);max-height:calc(100vh - 56px);height:min(calc(100vh - 56px),58rem);min-height:0;margin:auto}.tool-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;flex:0 0 auto}.tool-dialog-header>:first-child{min-width:0}.production-unlock-overlay{z-index:1400}.production-unlock-dialog{width:min(520px,100%);min-height:0;gap:16px}.production-unlock-dialog h3{margin:0}.production-unlock-summary{display:grid;gap:8px}.production-unlock-summary p{margin:0;line-height:1.55}.production-unlock-list{display:grid;gap:6px;margin:4px 0 0;padding-left:18px;color:var(--text);font-size:14px;line-height:1.45}.production-unlock-credit-row{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #bfdbfe;border-radius:10px;background:#f8fbff;padding:12px 14px}.production-unlock-credit-row span{color:var(--muted);font-weight:700}.production-unlock-credit-row strong{color:var(--primary);font-size:20px}.production-unlock-actions,.body-magnify-dialog .button-row{justify-content:flex-end}.body-magnify-dialog .tool-dialog-header .button-row{flex:1 1 680px;min-width:0}.body-magnify-dialog .tool-panel,.body-magnify-dialog .field,.body-magnify-dialog textarea{min-width:0}.body-magnify-dialog .summary-box{padding:8px 10px}.body-magnify-dialog .body-tag-preview{gap:6px}.body-magnify-dialog .body-tag-preview>.muted-text{display:none}.body-magnify-dialog .body-tag-preview-head{gap:8px}.body-magnify-dialog .body-tag-preview-counters{gap:6px}.body-magnify-dialog .body-tag-counter{padding:2px 6px;font-size:11px}.body-magnify-dialog .body-guide-panel{padding:8px 10px}.body-magnify-dialog .body-guide-panel .muted-text{margin-bottom:.25rem!important;font-size:.95rem;line-height:1.4}.body-magnify-dialog .tool-body{flex:1 1 auto;min-height:0;overflow:auto;padding-right:4px}.body-magnify-body{display:flex;flex-direction:column;gap:12px}.body-editor-overlay-wrap{position:relative;min-height:0;height:100%;border:1px solid var(--line-strong);border-radius:12px;overflow:hidden;background:#10171f}.body-editor-overlay-wrap .body-editor-overlay,.body-editor-overlay-wrap .body-editor-overlay-input{width:100%;min-height:100%;height:100%;padding:14px 16px;font:inherit;line-height:1.7;white-space:pre-wrap;word-break:break-word;box-sizing:border-box;overflow-y:auto;scrollbar-gutter:stable}.body-editor-overlay-wrap .body-editor-overlay{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto;pointer-events:none;color:#edf2f7}.body-editor-overlay-wrap .body-editor-overlay-input{z-index:1;border:0!important;border-radius:0!important;resize:none;background:transparent!important;color:transparent!important;-webkit-text-fill-color:transparent!important;caret-color:#f8fafc;text-shadow:none!important;box-shadow:none!important;outline:none!important;position:relative}.body-editor-overlay-wrap .body-editor-overlay-input::selection{background:#3b82f659}.body-magnify-dialog .field .body-editor-overlay-wrap .body-editor-overlay-input{background:transparent!important;color:transparent!important;-webkit-text-fill-color:transparent!important;border:0!important;box-shadow:none!important}.body-editor-workspace{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:12px;overflow:hidden}.body-editor-main-field{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.body-editor-main-field .field{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.body-editor-main-field .body-editor-overlay-wrap{flex:1 1 auto}.body-editor-overlay-wrap .body-editor-overlay::-webkit-scrollbar,.body-editor-overlay-wrap .body-editor-overlay-input::-webkit-scrollbar{width:16px}.body-editor-overlay-wrap .body-editor-overlay::-webkit-scrollbar-track,.body-editor-overlay-wrap .body-editor-overlay-input::-webkit-scrollbar-track{background:#0f172a}.body-editor-overlay-wrap .body-editor-overlay::-webkit-scrollbar-thumb,.body-editor-overlay-wrap .body-editor-overlay-input::-webkit-scrollbar-thumb{background:#cbd5e1e6;border-radius:999px;border:3px solid #0f172a}.body-editor-overlay-wrap .body-editor-overlay::-webkit-scrollbar-thumb:hover,.body-editor-overlay-wrap .body-editor-overlay-input::-webkit-scrollbar-thumb:hover{background:#f8fafc}.body-editor-actions{flex:0 0 auto;padding-top:12px;border-top:1px solid var(--line);background:#fff}.body-editor-heading{display:inline-block;font-weight:700;color:#f8fafc}.body-editor-token{display:inline-block;padding:0 .35rem;border-radius:.45rem;margin:0 .08rem}.body-editor-token-untagged{outline:1px dashed rgba(255,255,255,.22)}.body-editor-token-active{outline:2px solid #22c55e;box-shadow:0 0 0 2px #22c55e2e}.body-editor-token-bibr{background:#ffdf9f;color:#6b3f00}.body-editor-token-fig{background:#9ae6ff;color:#0c4a6e}.body-editor-token-table{background:#d8b4fe;color:#581c87}.body-editor-token-fig-group,.body-editor-token-fig-block{background:#7dd3fc;color:#082f49}.body-editor-token-table-block{background:#c084fc;color:#3b0764}.body-editor-token-suppl{background:#c4b5fd;color:#312e81}.body-editor-token-formula{background:#fda4af;color:#4c0519}.body-editor-token-sec{background:#cbd5e1;color:#0f172a}.tool-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1100px){.dashboard-grid,.split-layout,.form-panel-grid,.article-builder-layout,.design-builder-layout,.form-grid{grid-template-columns:1fr}.builder-sidebar,.design-builder-rail{grid-column:auto;position:static}.builder-content{grid-column:auto}.date-field-row{grid-template-columns:1fr}.login-container{max-width:520px;grid-template-columns:1fr}.landing-workflow-inner{grid-template-columns:1fr}.article-builder-hero,.design-builder-hero{flex-direction:column}.article-builder-hero-meta,.design-builder-hero-meta{justify-content:flex-start;max-width:100%}.article-builder-card-head .section-head,.wizard-main-head .section-head{align-items:flex-start}.article-builder-progress{width:100%}.builder-stat-grid,.builder-flow-list,.package-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.login-hero{min-height:auto;padding:26px}.workspace-hero-panel{grid-template-columns:1fr}.workspace-action-grid{grid-template-columns:1fr!important}.workspace-utility-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.guide-topbar,.guide-shell{width:min(100% - 32px,960px)}.guide-hero,.guide-content-layout{grid-template-columns:1fr}.guide-summary-grid,.guide-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-checklist{position:static}.overseer-hero,.overseer-layout{grid-template-columns:1fr}.overseer-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.my-page-grid{grid-template-columns:1fr!important}}@media (max-width: 700px){.page-shell{padding:18px}.topbar,.topbar-main{flex-direction:column}.topbar-right,.workspace-topbar-actions{justify-content:flex-start;max-width:100%;width:100%}.topbar-right .status-pill{max-width:100%}.brand-lockup{min-height:46px}.login-page{padding:0}.landing-hero{min-height:auto;padding:22px;background:linear-gradient(180deg,#f7fbfffa,#f7fbffe6 64%,#f7fbffb8),url(/brand/logoflow.png) center bottom / min(620px,126vw) auto no-repeat,#f7fbff}.landing-nav{align-items:flex-start}.landing-nav img{width:min(196px,52vw)}.landing-hero-copy{padding:78px 0 128px}.landing-hero h1{font-size:42px;line-height:1.02}.landing-actions{align-items:stretch;flex-direction:column}.landing-actions .button,.landing-nav .button{justify-content:center}.landing-workflow{margin-top:-58px;padding:0 18px 28px}.login-container{min-height:auto;grid-template-columns:1fr;background:var(--bg)}.publication-details-grid{grid-template-columns:1fr}.login-hero{min-height:320px;padding:28px 18px}.login-card{width:calc(100% - 36px);margin:26px auto;padding:26px}.auth-form-head h2{font-size:28px}.auth-brand-copy{font-size:21px}.article-builder-footer,.design-builder-footer{position:static;flex-wrap:wrap}.article-builder-footer .button-row,.design-builder-footer .button-row{width:100%;justify-content:flex-start;flex-wrap:wrap}.viewer-topbar{grid-template-columns:1fr}.viewer-meta-row,.viewer-actions{justify-content:flex-start}.builder-stat-grid,.builder-flow-list,.package-option-grid{grid-template-columns:1fr}.article-library-group-head,.article-library-variant,.design-library-card{align-items:flex-start;flex-direction:column;grid-template-columns:1fr}.design-library-overview,.article-library-overview{flex-direction:column}.design-library-stats,.article-library-stats{justify-content:flex-start;width:100%}.design-library-meta-grid{grid-template-columns:1fr;max-width:100%}.article-library-variant .button-row,.design-library-card .button-row,.design-library-actions{width:100%;justify-content:flex-start}.workspace-utility-grid{grid-template-columns:1fr!important}.guide-topbar{width:min(100% - 24px,640px);align-items:flex-start;flex-direction:column}.guide-shell{width:min(100% - 24px,640px);margin-top:24px}.guide-hero{padding:22px}.guide-hero-copy h1{font-size:42px}.guide-summary-grid,.guide-nav{grid-template-columns:1fr}.overseer-page{padding:18px 14px 32px}.overseer-topbar{align-items:flex-start;flex-direction:column}.overseer-metric-grid{grid-template-columns:1fr}.overseer-activity-row{grid-template-columns:18px minmax(0,1fr)}.overseer-activity-row time{grid-column:2}}
