*,:before,:after{box-sizing:border-box}:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif}body{margin:0}.app{color:#14181d;background:#f4f6f8;flex-direction:column;height:100vh;display:flex}.app-header{z-index:1;background:#fff;border-bottom:2px solid #0b6394;flex-shrink:0;padding:.75rem 1.5rem;box-shadow:0 1px 2px #0f2a420f}.app-header h1{color:#0b6394;letter-spacing:-.015em;margin:0;font-size:1.35rem;font-weight:700}.app-header p{color:#545c66;margin:0;font-size:.875rem}.app-header-top{align-items:center;gap:1.5rem;display:flex}.app-header-nav{flex:1;gap:.25rem;display:flex}.app-tab{color:#545c66;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.35rem .85rem;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif;font-size:.875rem;text-decoration:none;transition:color .15s cubic-bezier(.22,1,.36,1),background .15s cubic-bezier(.22,1,.36,1);display:grid}.app-tab__label,.app-tab__sizer{grid-area:1/1}.app-tab__label{font-weight:500}.app-tab__sizer{visibility:hidden;-webkit-user-select:none;user-select:none;pointer-events:none;font-weight:600}.app-tab:hover:not(.app-tab--active){color:#1e242b;background:#eef1f4}.app-tab:focus-visible{outline-offset:2px;outline:2px solid #0b6394}.app-tab--active{color:#0b6394;background:#e8f3fb}.app-tab--active .app-tab__label{font-weight:600}.app-tab-content{flex:1;overflow-y:auto}.app-body{flex:1;display:flex;overflow:hidden}.app-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow-y:auto}.document-tree{background:#fff;border-right:1px solid #dde2e8;flex-direction:column;flex-shrink:0;width:280px;display:flex;overflow-y:auto}.tree-heading{text-transform:uppercase;letter-spacing:.07em;color:#7a828c;border-bottom:1px solid #eaeef2;flex-shrink:0;margin:0;padding:.9rem 1.15rem .65rem;font-size:.72rem;font-weight:700}.tree-status{color:#5c646e;margin:0;padding:.75rem 1.15rem;font-size:.875rem}.tree-status--warn{color:#b45309}.tree-status--error{color:#b91c1c}.tree-list{flex-direction:column;gap:.1rem;margin:0;padding:.4rem .5rem;list-style:none;display:flex}.tree-item{cursor:pointer;border-left:3px solid #0000;border-radius:6px;flex-direction:column;gap:.15rem;padding:.55rem .7rem;transition:background .12s cubic-bezier(.22,1,.36,1),border-color .12s cubic-bezier(.22,1,.36,1);display:flex;position:relative}.tree-item:hover{background:#f0f7ff}.tree-item:hover .tree-item__delete{opacity:.6}.tree-item:focus-within{outline-offset:-2px;outline:2px solid #0b6394}.tree-item--active{background:#e8f3fb;border-left-color:#0b6394}.tree-item--active .tree-item__name{color:#0b6394}.tree-item__link{color:inherit;outline:none;flex-direction:column;gap:.15rem;text-decoration:none;display:flex}.tree-item__name{color:#1e242b;overflow-wrap:anywhere;align-items:center;gap:.4rem;font-size:.9rem;font-weight:500;line-height:1.35;display:flex}.tree-item__loader{flex-shrink:0}.tree-item__loader .dots-loader__dot{width:4px;height:4px}.tree-item__date{color:#7a828c;font-variant-numeric:tabular-nums;font-size:.75rem}.tree-item__delete{color:#7a828c;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;transition:opacity .12s cubic-bezier(.22,1,.36,1),background .12s cubic-bezier(.22,1,.36,1),color .12s cubic-bezier(.22,1,.36,1);display:inline-flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.tree-item__delete .icon-trash{width:.9rem;height:.9rem}.tree-item__delete:hover{color:#0b6394;background:#f0f7ff;opacity:1!important}.tree-item__delete:focus-visible{opacity:1}.tree-item__delete:disabled{cursor:not-allowed}.tag-filter{border-bottom:1px solid #eaeef2;padding:.7rem 1.15rem}.tag-filter__header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.tag-filter__label{text-transform:uppercase;letter-spacing:.05em;color:#7a828c;font-size:.72rem;font-weight:700}.tag-filter__toggle-head{cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;display:flex}.tag-filter__toggle-head:hover .tag-filter__label{color:#545c66}.tag-filter__caret{border-bottom:1.5px solid #7a828c;border-right:1.5px solid #7a828c;width:.32rem;height:.32rem;transition:transform .15s cubic-bezier(.22,1,.36,1);transform:rotate(-45deg)}.tag-filter__caret--open{transform:rotate(45deg)}.tag-filter__clear{color:#0b6394;cursor:pointer;background:0 0;border:none;padding:0;font-size:.72rem;font-weight:600}.tag-filter__clear:hover{text-decoration:underline}.tag-filter__list{flex-wrap:wrap;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.tag-filter__chip{cursor:pointer;color:#0b6394;background:#dcecf8;border:1px solid #0b639447;border-radius:999px;align-items:center;gap:.25rem;padding:.18rem .55rem;font-size:.72rem;font-weight:500;transition:filter .12s cubic-bezier(.22,1,.36,1),box-shadow .12s cubic-bezier(.22,1,.36,1);display:inline-flex}.tag-filter__chip:hover{filter:brightness(.95)}.tag-filter__chip:focus-visible{outline-offset:1px;outline:2px solid #0b6394}.tag-filter__chip--active{font-weight:600;box-shadow:inset 0 0 0 1.5px}.tag-filter .entity-chip--person{color:#1155a3;background:#dbe9fb;border-color:#1155a352}.tag-filter .entity-chip--date{color:#a3560a;background:#fdeccb;border-color:#a3560a52}.tag-filter .entity-chip--topic{color:#1d7a3e;background:#d8f3e0;border-color:#1d7a3e52}.tag-filter .entity-chip--organization{color:#6d28d9;background:#eae2fc;border-color:#6d28d952}.tag-filter__empty{color:#7a828c;margin:0;font-size:.72rem;font-style:italic;line-height:1.4}.tag-filter__count{opacity:.7;font-size:.62rem}.tag-filter__toggle{color:#0b6394;cursor:pointer;background:0 0;border:none;margin-top:.35rem;padding:0;font-size:.7rem;font-weight:600;display:block}.tag-filter__toggle:hover{text-decoration:underline}.entity-filter__group{margin-top:.5rem}.entity-filter__group:first-of-type{margin-top:0}.entity-filter__group-label{text-transform:uppercase;letter-spacing:.04em;color:#99a0a8;margin-bottom:.3rem;font-size:.66rem;font-weight:600;display:block}.document-detail{max-width:920px;padding:1.75rem 2rem}.document-detail--split{max-width:none}.document-detail--empty,.document-detail--loading,.document-detail--error{color:#7a828c;justify-content:center;align-items:center;max-width:none;height:100%;font-size:.95rem;display:flex}.detail-split{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:2rem;display:grid}@media (width<=900px){.detail-split{grid-template-columns:minmax(0,1fr)}}.detail-preview{min-width:0}.detail-preview .pdf-embed{min-height:560px}.detail-aside{min-width:0}.detail-aside .detail-section:last-child{margin-bottom:0}.detail-header{border-bottom:1px solid #e6eaef;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.icon-pencil,.icon-trash,.icon-cycle{background:currentColor;width:1rem;height:1rem;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-pencil{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4z'/%3E%3C/svg%3E")}.icon-trash{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 6 5 6 21 6'/%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3Cline x1='10' y1='11' x2='10' y2='17'/%3E%3Cline x1='14' y1='11' x2='14' y2='17'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 6 5 6 21 6'/%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3Cline x1='10' y1='11' x2='10' y2='17'/%3E%3Cline x1='14' y1='11' x2='14' y2='17'/%3E%3C/svg%3E")}.icon-cycle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a9 9 0 1 1-2.64-6.36'/%3E%3Cpolyline points='21 3 21 8 16 8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a9 9 0 1 1-2.64-6.36'/%3E%3Cpolyline points='21 3 21 8 16 8'/%3E%3C/svg%3E")}.detail-title{letter-spacing:-.01em;color:#14181d;overflow-wrap:anywhere;min-width:0;margin:0;font-size:1.35rem;font-weight:700;line-height:1.3}.detail-title--editable{cursor:text;border-radius:6px}.detail-title--editable:hover{background:#f0f7ff}.detail-title--editable{flex:1}.detail-title-input{letter-spacing:-.01em;color:#14181d;background:0 0;border:none;border-bottom:1px solid #0b6394;flex:1;min-width:0;margin:0;padding:0;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif;font-size:1.35rem;font-weight:700;line-height:1.3}.detail-title-input:focus{outline:none}.detail-rename,.detail-delete{color:#7a828c;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:1.9rem;height:1.9rem;padding:0;transition:background .12s cubic-bezier(.22,1,.36,1),color .12s cubic-bezier(.22,1,.36,1);display:inline-flex}.detail-rename:hover:not(:disabled),.detail-delete:hover:not(:disabled){color:#0b6394}.detail-rename:disabled,.detail-delete:disabled{opacity:.5;cursor:not-allowed}.detail-rename .icon-pencil,.detail-rename .icon-trash,.detail-delete .icon-pencil,.detail-delete .icon-trash{width:.95rem;height:.95rem}.detail-rename{margin-left:-.4rem}.detail-rename .icon-pencil{transform:translateY(1px)}.detail-delete{margin-left:-.8rem}.detail-section-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.detail-section-head h3{margin:0}.detail-reprocess{color:#0b6394;cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:0;font-size:.7rem;font-weight:600;display:inline-flex}.detail-reprocess .icon-cycle{width:.8rem;height:.8rem}.detail-reprocess:hover:not(:disabled){text-decoration:underline}.detail-reprocess:disabled{color:#aab0b8;cursor:not-allowed}.detail-preview>.detail-section:first-child,.detail-aside>.detail-section:first-child{margin-top:0}.detail-meta{grid-template-columns:max-content 1fr;gap:.5rem 1rem;margin:0;font-size:.85rem;display:grid}.detail-meta dt{color:#7a828c;align-items:center;gap:.4rem;font-weight:600;display:flex}.detail-meta dt:before{content:"";background:currentColor;flex-shrink:0;width:.95rem;height:.95rem;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.detail-meta dt:first-of-type:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3C/svg%3E")}.detail-meta dt:nth-of-type(2):before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5' rx='9' ry='3'/%3E%3Cpath d='M21 12c0 1.66-4 3-9 3s-9-1.34-9-3'/%3E%3Cpath d='M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5' rx='9' ry='3'/%3E%3Cpath d='M21 12c0 1.66-4 3-9 3s-9-1.34-9-3'/%3E%3Cpath d='M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5'/%3E%3C/svg%3E")}.detail-meta dt:nth-of-type(3):before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E")}.detail-meta dd{color:#333b43;font-variant-numeric:tabular-nums;margin:0}.detail-section{margin-bottom:1.75rem}.detail-section h3{text-transform:uppercase;letter-spacing:.07em;color:#7a828c;margin:0 0 .6rem;font-size:.72rem;font-weight:700}.detail-summary{color:#545c66;background:#f8fafb;border:1px solid #eaeef2;border-radius:8px;margin:0;padding:.85rem 1rem;line-height:1.5}.detail-meta-small{color:#aab0b8;margin:.35rem 0 0;font-size:.75rem}.entity-item,.tag{border:1px solid #0000;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .7rem;font-size:.8rem;font-weight:500;line-height:1.4;display:inline-flex}.tag-list,.entity-list{flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.tag-list--empty,.entity-list--empty{color:#7a828c;margin:0;font-size:.85rem}.tag{color:#0b6394;background:#dcecf8;border-color:#0b639447}.tag--auto{color:#1d6f4f;background:#dcf5ea;border-color:#1d6f4f47}.tag--user{color:#0b6394;background:#dcecf8;border-color:#0b639447}.tag__label{font:inherit;color:inherit;cursor:default;background:0 0;border:none;padding:0}.tag__label--clickable{cursor:pointer}.tag__label--clickable:hover{filter:brightness(.85)}.tag__remove{width:.95rem;height:.95rem;color:inherit;cursor:pointer;opacity:.55;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;margin-right:-.15rem;font-size:.8rem;line-height:1;transition:opacity .12s cubic-bezier(.22,1,.36,1),background .12s cubic-bezier(.22,1,.36,1);display:inline-flex}.tag__remove:hover{opacity:1;background:#0b63941f}.tag__remove:disabled{opacity:.3;cursor:not-allowed}.tag--add{background:0 0;border-color:#0000;padding:0}.tag__add-button{color:#7a828c;cursor:pointer;background:0 0;border:1px dashed #cbd2da;border-radius:999px;align-items:center;gap:.25rem;padding:.25rem .7rem;font-size:.8rem;font-weight:500;line-height:1.4;transition:border-color .12s cubic-bezier(.22,1,.36,1),color .12s cubic-bezier(.22,1,.36,1),background .12s cubic-bezier(.22,1,.36,1);display:inline-flex}.tag__add-button:hover{color:#0b6394;background:#f0f7ff;border-color:#0b6394}.tag__add-button:focus-visible{outline-offset:1px;outline:2px solid #0b6394}.tag__add-icon{font-size:.95rem;font-weight:500;line-height:0}.tag__input-wrapper{align-items:center;gap:.2rem;display:inline-flex}.tag__input{color:#1e242b;background:#fff;border:1px solid #0b6394;border-radius:999px;width:6rem;padding:.15rem .5rem;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif;font-size:.78rem}.tag__input:focus{outline:none;box-shadow:0 0 0 3px #0b63942e}.tag__confirm{color:#fff;cursor:pointer;background:#0b6394;border:none;border-radius:999px;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;font-size:.7rem;line-height:1;display:inline-flex}.tag__confirm:hover:not(:disabled){background:#084b6f}.tag__confirm:disabled{opacity:.4;cursor:not-allowed}.tag-add-error{color:#b91c1c;margin:.4rem 0 0;font-size:.78rem}.entity-item--person{color:#1155a3;background:#dbe9fb;border-color:#1155a352}.entity-item--date{color:#a3560a;background:#fdeccb;border-color:#a3560a52}.entity-item--topic{color:#1d7a3e;background:#d8f3e0;border-color:#1d7a3e52}.entity-item--organization{color:#6d28d9;background:#eae2fc;border-color:#6d28d952}.entity-name{font-weight:600;line-height:1}.entity-type{text-transform:uppercase;letter-spacing:.04em;opacity:.7;padding-top:.05em;font-size:.68rem;font-weight:600;line-height:1}.pdf-embed{border:1px solid #e6eaef;border-radius:8px;width:100%;height:600px;box-shadow:0 1px 2px #0f2a420f}.pdf-embed-status{color:#5c646e;margin:0;font-size:.85rem}.pdf-embed-status--error{color:#b91c1c}.markdown-status{color:#5c646e;margin:0;font-size:.85rem}.markdown-status--error{color:#b91c1c}.markdown-body{color:#1e242b;background:#fff;border:1px solid #e6eaef;border-radius:8px;padding:1.15rem 1.4rem;font-size:.9rem;line-height:1.65;box-shadow:0 1px 2px #0f2a420f}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{text-transform:none;letter-spacing:normal;color:#14181d;margin:1em 0 .4em;font-weight:700}.markdown-body h1{font-size:1.4rem}.markdown-body h2{font-size:1.2rem}.markdown-body h3{font-size:1.05rem}.markdown-body h4{font-size:.95rem}.markdown-body h5{font-size:.875rem}.markdown-body h6{color:#545c66;font-size:.8rem}.markdown-body p{margin:0 0 .75em}.markdown-body ul,.markdown-body ol{margin:0 0 .75em;padding-left:1.5em}.markdown-body li{margin-bottom:.2em}.markdown-body code{background:#eef1f4;border-radius:4px;padding:.1em .35em;font-family:ui-monospace,SF Mono,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85em}.markdown-body pre{background:#eef1f4;border:1px solid #eaeef2;border-radius:6px;margin:0 0 .75em;padding:.75rem 1rem;overflow-x:auto}.markdown-body pre code{background:0 0;border-radius:0;padding:0}.markdown-body blockquote{color:#545c66;border-left:3px solid #dde2e8;margin:0 0 .75em;padding:.25em .75em}.markdown-body a{color:#0b6394}.markdown-body a:hover{color:#084b6f}.markdown-body hr{border:none;border-top:1px solid #e6eaef;margin:1em 0}.markdown-body table{border-collapse:collapse;width:100%;margin:0 0 .75em;font-size:.875rem}.markdown-body th,.markdown-body td{text-align:left;border:1px solid #dde2e8;padding:.3em .6em}.markdown-body th{background:#f8fafb;font-weight:600}.markdown-body>:last-child{margin-bottom:0}@keyframes dots-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.dots-loader{align-items:center;gap:4px;display:inline-flex}.dots-loader__dot{background:#7a828c;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite dots-bounce}.dots-loader__dot:nth-child(2){animation-delay:.2s}.dots-loader__dot:nth-child(3){animation-delay:.4s}.plaintext-status{color:#5c646e;margin:0;font-size:.85rem}.plaintext-status--error{color:#b91c1c}.plaintext-body{color:#1e242b;white-space:pre-wrap;overflow-wrap:anywhere;background:#eef1f4;border:1px solid #e6eaef;border-radius:8px;margin:0;padding:.9rem 1.1rem;font-family:ui-monospace,SF Mono,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85rem;line-height:1.6;overflow-x:auto}.upload-area{text-align:center;cursor:pointer;background:#f8fafb;border:1px dashed #cbd2da;border-radius:8px;margin:.6rem;padding:1rem .85rem;transition:background .15s cubic-bezier(.22,1,.36,1),border-color .15s cubic-bezier(.22,1,.36,1)}.upload-area:hover{border-color:#0b6394}.upload-area:focus-visible{outline-offset:2px;outline:2px solid #0b6394}.upload-area--drag-over{background:#e8f3fb;border-style:solid;border-color:#0b6394}.upload-input{display:none}.upload-button{color:#0b6394;cursor:pointer;background:#fff;border:1px solid #cbd2da;border-radius:6px;padding:.4rem .9rem;font-size:.82rem;font-weight:600;transition:background .15s cubic-bezier(.22,1,.36,1),border-color .15s cubic-bezier(.22,1,.36,1),color .15s cubic-bezier(.22,1,.36,1);display:inline-block}.upload-button:hover{color:#fff;background:#0b6394;border-color:#0b6394}.upload-button:focus-visible{outline-offset:2px;outline:2px solid #0b6394}.upload-hint{color:#99a0a8;margin:.5rem 0 0;font-size:.72rem}.upload-status{color:#545c66;margin:0 0 .4rem;font-size:.8rem}.upload-status--error{color:#b91c1c}.upload-status--success{color:#2e7d32}.login-page{background:#fff;grid-template-columns:minmax(0,1fr) minmax(0,1fr);height:100vh;display:grid}.login-panel{justify-content:center;align-items:center;padding:3rem 2.5rem;display:flex;overflow-y:auto}.login-content{width:100%;max-width:30rem;animation:.6s cubic-bezier(.22,1,.36,1) both login-rise}.login-loading{color:#7a828c;font-size:.95rem}.login-brand{letter-spacing:.14em;text-transform:uppercase;color:#0b6394;background:#e8f3fb;border-radius:999px;margin-bottom:.75rem;padding:.25rem .7rem;font-size:.78rem;font-weight:700;display:inline-block}.login-title{letter-spacing:-.02em;color:#14181d;text-wrap:balance;overflow-wrap:anywhere;margin:0 0 1rem;font-size:clamp(1.9rem,3.4vw,2.6rem);font-weight:700;line-height:1.12}.login-lede{color:#545c66;margin:0 0 2rem;font-size:1rem;line-height:1.65}.login-error{color:#b91c1c;margin:0 0 1rem;font-size:.9rem}.login-button{color:#fff;cursor:pointer;background:#0b6394;border:none;border-radius:6px;padding:.8rem 1.75rem;font-size:.98rem;font-weight:600;transition:background .18s cubic-bezier(.22,1,.36,1),box-shadow .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1);box-shadow:0 1px 3px #0f2a4214,0 1px 2px #0f2a420a}.login-button:hover{background:#084b6f;transform:translateY(-1px);box-shadow:0 2px 4px #0f2a420f,0 4px 12px #0f2a4214}.login-button:focus-visible{outline-offset:3px;outline:2px solid #0b6394}.login-button:active{transform:translateY(0);box-shadow:0 1px 2px #0f2a420f}.login-highlights{flex-direction:column;gap:.85rem;margin:2.5rem 0 0;padding:0;list-style:none;display:flex}.login-highlights li{color:#5c646e;align-items:center;gap:.7rem;font-size:.9rem;line-height:1.4;display:flex}.login-highlights__mark{background:#e8f3fb;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.15rem;height:1.15rem;display:flex}.login-highlights__mark:after{content:"";border:2px solid #0b6394;border-width:0 2px 2px 0;width:.3rem;height:.55rem;margin-top:-.1rem;transform:rotate(45deg)}.login-stage{background:radial-gradient(120% 90% at 82% 12%,#2a86bd 0%,#0000 55%),radial-gradient(90% 70% at 15% 92%,#0b6394 0%,#0000 60%),linear-gradient(160deg,#0a2942 0%,#061c30 100%);justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden}.login-stage:before{content:"";background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:46px 46px;animation:26s cubic-bezier(.65,0,.35,1) infinite alternate archive-drift;position:absolute;inset:-2px;-webkit-mask-image:radial-gradient(80% 80% at 50% 45%,#000 40%,#0000 100%);mask-image:radial-gradient(80% 80% at 50% 45%,#000 40%,#0000 100%)}.archive-scene{width:min(88%,30rem);height:auto;animation:.9s cubic-bezier(.22,1,.36,1) .15s both login-fade;position:relative}.archive-doc{fill:#f3ecdd;stroke:#d9cdb4;stroke-width:1.5px}.archive-doc--2{opacity:.72}.archive-doc--3{opacity:.5}.archive-doc-top{transform-box:fill-box;transform-origin:50%;animation:9s cubic-bezier(.65,0,.35,1) infinite alternate archive-float}.archive-line{stroke:#0a2942;stroke-width:4px;stroke-linecap:round;opacity:.55}.archive-line--faint{opacity:.25}.archive-flow__path{fill:none;stroke:#ffffff8c;stroke-width:2px;stroke-dasharray:5 6;stroke-linecap:round;animation:1.4s linear infinite archive-flow}.archive-flow__path--2{animation-delay:.35s}.archive-flow__path--3{animation-delay:.7s}.archive-card>rect:not(.archive-pill){fill:#fffffff7;filter:drop-shadow(0 12px 26px #00000047)}.archive-card--summary{animation:.6s cubic-bezier(.22,1,.36,1) .45s both card-in}.archive-card--entities{animation:.6s cubic-bezier(.22,1,.36,1) .6s both card-in}.archive-card--tags{animation:.6s cubic-bezier(.22,1,.36,1) .75s both card-in}.archive-card__tag{fill:#7a828c;letter-spacing:1.2px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif;font-size:11px;font-weight:700}.archive-line--card{stroke:#dde2e8;stroke-width:5px;stroke-linecap:round}.archive-line--card--accent{stroke:#e8f3fb}.archive-pill--a{fill:#e8f3fb}.archive-pill--b{fill:#e8f5e9}.archive-pill--c{fill:#fef3c7}@keyframes login-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes login-fade{0%{opacity:0}to{opacity:1}}@keyframes card-in{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@keyframes archive-float{0%{transform:translateY(2px)}to{transform:translateY(-2px)}}@keyframes archive-flow{to{stroke-dashoffset:-22px}}@keyframes archive-drift{0%{transform:translate(0)}to{transform:translate(-24px,-16px)}}.user-info{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.user-name{color:#333b43;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;display:inline-flex}.user-name:before{content:"";background:#0b6394;flex-shrink:0;width:1rem;height:1rem;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.logout-button{color:#545c66;cursor:pointer;background:#fff;border:1px solid #cbd2da;border-radius:6px;padding:.35rem .8rem;font-size:.8rem;font-weight:500;transition:background .15s cubic-bezier(.22,1,.36,1),border-color .15s cubic-bezier(.22,1,.36,1),color .15s cubic-bezier(.22,1,.36,1)}.logout-button:hover{color:#1e242b;background:#eef1f4;border-color:#aab0b8}.logout-button:focus-visible{outline-offset:2px;outline:2px solid #0b6394}@media (width<=860px){.login-page{grid-template-columns:minmax(0,1fr)}.login-stage{display:none}.login-panel{padding:2.5rem 1.5rem}}@media (prefers-reduced-motion:reduce){.login-content,.archive-scene,.archive-doc-top,.archive-flow__path,.archive-card--summary,.archive-card--entities,.archive-card--tags,.login-stage:before{animation:none}}.qa-panel{box-sizing:border-box;flex-direction:column;width:100%;max-width:none;height:100%;padding:1.75rem 2rem;display:flex}.qa-form,.qa-current,.qa-recent{width:100%;max-width:calc(100% - 320px - 2rem)}@media (width<=900px){.qa-form,.qa-current,.qa-recent{max-width:none}}.qa-recent{border-top:1px solid #eaeef2;flex-shrink:0;margin-top:1.25rem;padding-top:1rem}.qa-recent__head{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.qa-recent__label{text-transform:uppercase;letter-spacing:.07em;color:#7a828c;font-size:.72rem;font-weight:700}.qa-recent__clear{color:#0b6394;cursor:pointer;background:0 0;border:none;padding:0;font-size:.72rem;font-weight:600}.qa-recent__clear:hover:not(:disabled){text-decoration:underline}.qa-recent__clear:disabled{color:#aab0b8;cursor:not-allowed}.qa-recent__list{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.qa-recent__item{justify-content:space-between;align-items:baseline;gap:.6rem;padding:.25rem 0;display:flex}.qa-recent__query{color:#0b6394;text-align:left;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;min-width:0;padding:0;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif;font-size:.85rem;overflow:hidden}.qa-recent__query:hover{text-decoration:underline}.qa-recent__query--active{font-weight:700}.qa-recent__meta{color:#7a828c;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.72rem}.qa-form{flex-shrink:0;margin-bottom:1.25rem}.qa-form-label{text-transform:uppercase;letter-spacing:.07em;color:#7a828c;margin-bottom:.5rem;font-size:.72rem;font-weight:700;display:block}.qa-input-row{flex-direction:column;gap:.6rem;display:flex}.qa-submit-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.qa-input{resize:vertical;color:#1e242b;background:#fff;border:1px solid #cbd2da;border-radius:6px;width:100%;min-width:0;padding:.65rem .8rem;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif;font-size:.9rem;line-height:1.5;transition:border-color .15s cubic-bezier(.22,1,.36,1),box-shadow .15s cubic-bezier(.22,1,.36,1)}.qa-input:focus{border-color:#0b6394;outline:none;box-shadow:0 0 0 3px #0b63942e}.qa-input:disabled{color:#7a828c;cursor:not-allowed;background:#f8fafb}.qa-input::placeholder{color:#aab0b8}.qa-submit{color:#fff;cursor:pointer;white-space:nowrap;background:#0b6394;border:none;border-radius:6px;flex-shrink:0;min-width:10rem;padding:.6rem 2rem;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif;font-size:.875rem;font-weight:600;transition:background .15s cubic-bezier(.22,1,.36,1),box-shadow .15s cubic-bezier(.22,1,.36,1);box-shadow:0 1px 2px #0f2a420f}.qa-submit:hover:not(:disabled){background:#084b6f;box-shadow:0 1px 3px #0f2a4214,0 1px 2px #0f2a420a}.qa-submit:focus-visible{outline:none;box-shadow:0 0 0 3px #0b63942e}.qa-submit:active:not(:disabled){box-shadow:0 1px 2px #0f2a420f}.qa-submit:disabled{box-shadow:none;cursor:not-allowed;background:#aab0b8}.qa-input-hint{color:#99a0a8;margin:0;font-size:.75rem}.qa-error{color:#b91c1c;background:#f8d2d2;border:1px solid #f1a5a5;border-radius:6px;margin:0 0 1rem;padding:.6rem .85rem;font-size:.85rem}.qa-status{color:#7a828c;margin:0;font-size:.9rem}.qa-status--error{color:#b91c1c}.qa-empty{color:#7a828c;margin:0;font-size:.9rem;font-style:italic}.qa-answer-area{flex-direction:column;flex:1;min-height:0;display:flex}.qa-current{flex:1;overflow-y:auto}.qa-interaction{background:#fff;border:1px solid #e6eaef;border-radius:8px;padding:1.15rem 1.35rem;box-shadow:0 1px 2px #0f2a420f}.qa-interaction__head{border-bottom:1px solid #eaeef2;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.85rem;padding-bottom:.75rem;display:flex}.qa-question{color:#1e242b;min-width:0;margin:0;font-size:.95rem;font-weight:600}.qa-question:before{content:"Q: ";color:#0b6394}.qa-hide{color:#7a828c;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:.72rem;font-weight:600}.qa-hide:hover{color:#0b6394;text-decoration:underline}.qa-answer{color:#1e242b;margin-bottom:.75rem;font-size:.9rem;line-height:1.6}.qa-answer p{margin:0 0 .6em}.qa-answer p:last-child{margin-bottom:0}.qa-answer ul,.qa-answer ol{margin:0 0 .6em;padding-left:1.4em}.qa-answer li{margin-bottom:.15em}.qa-answer code{background:#eef1f4;border-radius:4px;padding:.1em .3em;font-family:ui-monospace,SF Mono,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85em}.qa-answer pre{background:#eef1f4;border:1px solid #eaeef2;border-radius:6px;margin:0 0 .6em;padding:.6rem .9rem;overflow-x:auto}.qa-answer pre code{background:0 0;padding:0}.qa-answer strong{font-weight:600}.qa-sources{margin-bottom:.75rem}.qa-sources h4{text-transform:uppercase;letter-spacing:.07em;color:#7a828c;margin:0 0 .4rem;font-size:.72rem;font-weight:700}.qa-source-list{flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.qa-source-item{display:inline-flex}.qa-source-link{color:#0b6394;cursor:pointer;background:#e3eef8;border:1px solid #0b639440;border-radius:999px;padding:.2rem .65rem;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif;font-size:.8rem;font-weight:500;text-decoration:none;transition:background .12s cubic-bezier(.22,1,.36,1),border-color .12s cubic-bezier(.22,1,.36,1);display:inline-block}.qa-source-link:hover:not(.qa-source-link--unresolved){background:#f0f7ff;border-color:#0b639480}.qa-source-link:focus-visible{outline-offset:2px;outline:2px solid #0b6394}.qa-source-link--unresolved{color:#7a828c;cursor:default;background:#eef1f4;border-color:#e6eaef}.qa-meta{color:#aab0b8;margin:0;font-size:.75rem}.qa-meta-sep{color:#99a0a8}.search-panel{box-sizing:border-box;flex-direction:column;width:100%;height:100%;padding:1.75rem 2rem;display:flex}.search-form{flex-shrink:0;max-width:calc(100% - 320px - 2rem);margin-bottom:1.25rem}.search-form-label{text-transform:uppercase;letter-spacing:.07em;color:#7a828c;margin-bottom:.5rem;font-size:.72rem;font-weight:700;display:block}.search-input-row{align-items:center;gap:.5rem;display:flex}.search-input{color:#1e242b;background:#fff;border:1px solid #cbd2da;border-radius:6px;flex:1;min-width:0;padding:.65rem .8rem;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif;font-size:.9rem;transition:border-color .15s cubic-bezier(.22,1,.36,1),box-shadow .15s cubic-bezier(.22,1,.36,1)}.search-input:focus{border-color:#0b6394;outline:none;box-shadow:0 0 0 3px #0b63942e}.search-input:disabled{color:#7a828c;cursor:not-allowed;background:#f8fafb}.search-input::placeholder{color:#aab0b8}.search-submit{color:#fff;cursor:pointer;white-space:nowrap;background:#0b6394;border:none;border-radius:6px;flex-shrink:0;padding:.65rem 1.4rem;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif;font-size:.875rem;font-weight:600;transition:background .15s cubic-bezier(.22,1,.36,1),box-shadow .15s cubic-bezier(.22,1,.36,1);box-shadow:0 1px 2px #0f2a420f}.search-submit:hover:not(:disabled){background:#084b6f;box-shadow:0 1px 3px #0f2a4214,0 1px 2px #0f2a420a}.search-submit:focus-visible{outline:none;box-shadow:0 0 0 3px #0b63942e}.search-submit:disabled{box-shadow:none;cursor:not-allowed;background:#aab0b8}.search-mode-toggle{gap:.35rem;margin-top:.7rem;display:flex}.search-mode-btn{color:#545c66;cursor:pointer;background:0 0;border:1px solid #dde2e8;border-radius:999px;padding:.3rem .8rem;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif;font-size:.8rem;font-weight:500;transition:background .12s cubic-bezier(.22,1,.36,1),color .12s cubic-bezier(.22,1,.36,1),border-color .12s cubic-bezier(.22,1,.36,1)}.search-mode-btn:hover:not(.search-mode-btn--active){color:#0b6394;background:#f0f7ff;border-color:#0b639466}.search-mode-btn:focus-visible{outline-offset:2px;outline:2px solid #0b6394}.search-mode-btn--active{color:#0b6394;cursor:default;background:#e8f3fb;border-color:#0b639459;font-weight:600}.search-mode-hint{color:#7a828c;margin:.5rem 0 0;font-size:.78rem;line-height:1.45}.search-error{color:#b91c1c;background:#f8d2d2;border:1px solid #f1a5a5;border-radius:6px;max-width:calc(100% - 320px - 2rem);margin:0 0 1rem;padding:.6rem .85rem;font-size:.85rem}.search-status{color:#7a828c;margin:0;font-size:.9rem}.search-empty{color:#7a828c;margin:0;font-size:.9rem;font-style:italic}.search-fallback-notice{color:#b45309;background:#fcdac0;border:1px solid #f8af77;border-radius:6px;margin:0 0 .75rem;padding:.4rem .7rem;font-size:.8rem}.search-results{flex:1;max-width:calc(100% - 320px - 2rem);overflow-y:auto}.search-result-list{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.search-result-item{background:#fff;border:1px solid #e6eaef;border-radius:8px;padding:1rem 1.2rem;transition:border-color .12s cubic-bezier(.22,1,.36,1),box-shadow .12s cubic-bezier(.22,1,.36,1);box-shadow:0 1px 2px #0f2a420f}.search-result-item:hover{border-color:#0b63944d;box-shadow:0 1px 3px #0f2a4214,0 1px 2px #0f2a420a}.search-result-header{align-items:baseline;gap:.6rem;margin-bottom:.4rem;display:flex}.search-result-title{color:#0b6394;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.92rem;font-weight:600;text-decoration:none;overflow:hidden}.search-result-title:hover{color:#084b6f;text-decoration:underline}.search-result-score{font-variant-numeric:tabular-nums;color:#2e7d32;background:#dff3e0;border:1px solid #9cdb9f;border-radius:999px;flex-shrink:0;padding:.12rem .5rem;font-size:.72rem;font-weight:600}.search-result-snippet{color:#5c646e;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.search-result-meta{color:#aab0b8;font-variant-numeric:tabular-nums;margin:0;font-size:.8rem}.search-history{border-top:1px solid #eaeef2;flex-shrink:0;max-width:calc(100% - 320px - 2rem);margin-top:1.25rem;padding-top:1rem}.search-history__head{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.search-history__label{text-transform:uppercase;letter-spacing:.07em;color:#7a828c;font-size:.72rem;font-weight:700}.search-history__clear{color:#0b6394;cursor:pointer;background:0 0;border:none;padding:0;font-size:.72rem;font-weight:600}.search-history__clear:hover:not(:disabled){text-decoration:underline}.search-history__clear:disabled{color:#aab0b8;cursor:not-allowed}.search-history__list{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.search-history__item{justify-content:space-between;align-items:baseline;gap:.6rem;padding:.25rem 0;display:flex}.search-history__query{color:#0b6394;text-align:left;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;min-width:0;padding:0;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif;font-size:.85rem;overflow:hidden}.search-history__query:hover{text-decoration:underline}.search-history__meta{color:#7a828c;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.72rem}@media (width<=900px){.search-form,.search-error,.search-results,.search-history{max-width:none}}
