:root{--ink: #fdfbf7;--panel: #f5f2ea;--panel-high: #ece8dd;--accent: #f97316;--accent-deep: #ea580c;--accent-soft: #c2410c;--text-primary: #16150f;--text-secondary: #787468;--error: #b3261e;--error-soft: #9f2f2d}[data-theme=dark]{--ink: #0f1420;--panel: #1a1f2e;--panel-high: #232a3c;--accent: #f97316;--accent-deep: #ea580c;--accent-soft: #ffb000;--text-primary: #e5e7eb;--text-secondary: #9ca3af;--error: #ef4444;--error-soft: #fca5a5}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}:root{--cursor-arrow: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M4 2.5 L4 18.5 L8.3 14.4 L14.8 12.6 Z" fill="%23111111" stroke="%23ffffff" stroke-width="1.6" stroke-linejoin="round"/></svg>') 4 3, default}body{background:var(--ink);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;overflow:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;cursor:var(--cursor-arrow)}input,textarea,[contenteditable=true]{cursor:text}button,a,label,select,summary,[role=button],[role=tab],[role=link]{cursor:pointer}:disabled{cursor:default}button{font-family:inherit;border:none;background:none;color:inherit;cursor:pointer;padding:0}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--panel-high);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2d3650}.app{height:100%;display:flex;flex-direction:column}.loading{height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:14px}.spinner{width:22px;height:22px;border:2px solid rgba(249,115,22,.25);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.home{height:100%;overflow-y:auto;padding:0 clamp(20px,6vw,72px) 60px}.home-top{display:flex;align-items:center;justify-content:space-between;padding:34px 0 8px}.home-brand{display:flex;align-items:baseline;gap:10px}.home-title{font-size:26px;font-weight:700;letter-spacing:-.5px;margin:0;color:var(--text-primary)}.home-title .tick{color:var(--accent)}.home-sub{color:var(--text-secondary);font-size:12px;letter-spacing:2px;text-transform:uppercase}.home-actions{display:flex;align-items:center;gap:10px}.ghost-btn{color:var(--text-secondary);font-size:13px;padding:8px 14px;border-radius:50px;transition:color .15s,background .15s}.ghost-btn:hover{color:var(--text-primary);background:var(--panel)}.accent-btn{background:var(--accent);color:#fff;font-size:13px;font-weight:600;padding:10px 18px;border-radius:50px;box-shadow:0 4px 18px #f9731659;transition:transform .15s,box-shadow .15s,opacity .15s}.accent-btn:hover{transform:translateY(-1px);box-shadow:0 6px 22px #f9731673}.accent-btn:disabled{opacity:.5;cursor:default;transform:none}.home-controls{display:flex;align-items:center;gap:10px;margin:22px 0 4px}.search-input{flex:1;max-width:380px;background:var(--panel);border:1px solid transparent;border-radius:50px;color:var(--text-primary);font-size:13px;padding:10px 18px;outline:none;transition:border-color .15s}.search-input::placeholder{color:var(--text-secondary)}.search-input:focus{border-color:#f9731680}.sort-select{background:var(--panel);border:none;border-radius:50px;color:var(--text-secondary);font-size:13px;padding:10px 14px;outline:none;cursor:pointer}.summary-toggle{display:flex;align-items:center;gap:7px;color:var(--text-secondary);font-size:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.summary-toggle input{accent-color:var(--accent);cursor:pointer}.upload-status{display:flex;align-items:center;gap:10px;color:var(--text-secondary);font-size:13px;padding:12px 0}.pdf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:22px;padding-top:26px}.pdf-card{position:relative;cursor:pointer;border-radius:14px;transition:transform .18s ease}.pdf-card:hover{transform:translateY(-4px)}.pdf-card-cover{position:relative;aspect-ratio:3 / 4;border-radius:14px;overflow:hidden;background:var(--panel);box-shadow:0 10px 30px #00000073;display:flex;align-items:center;justify-content:center}.pdf-card-cover img{width:100%;height:100%;object-fit:cover}.pdf-card-cover .cover-fallback{color:var(--text-secondary);opacity:.5}.user-wrap{position:relative}.avatar-btn{width:38px;height:38px;border-radius:50%;border:none;cursor:pointer;background:linear-gradient(135deg,var(--accent),var(--accent-deep));color:#fff;font-size:15px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #f9731659}.avatar-btn:hover{filter:brightness(1.08)}.user-menu{position:absolute;right:0;top:calc(100% + 10px);z-index:95;min-width:200px;background:var(--ink);border:1px solid var(--panel-high);border-radius:13px;padding:6px;box-shadow:0 18px 50px #00000040;animation:pop-in .14s ease}.user-menu-name{display:flex;flex-direction:column;gap:2px;padding:9px 11px 10px;color:var(--text-primary);font-size:13.5px;font-weight:600;border-bottom:1px solid var(--panel-high);margin-bottom:4px}.user-menu-name small{color:var(--text-secondary);font-size:11px;font-weight:400}.user-menu-row{display:block;width:100%;text-align:left;background:none;border:0;cursor:pointer;padding:9px 11px;border-radius:9px;color:var(--text-primary);font-size:13px}.user-menu-row:hover{background:var(--panel)}.add-cover{background:none;box-shadow:none;border:1.5px dashed var(--panel-high);color:var(--text-secondary);transition:border-color .15s ease,color .15s ease}.add-card:hover .add-cover{border-color:var(--accent);color:var(--accent)}.add-name{text-align:center;color:var(--text-secondary)}.pdf-card-badge{position:absolute;bottom:8px;right:8px;background:#0f1420d9;color:var(--text-secondary);font-size:10px;letter-spacing:1px;padding:4px 9px;border-radius:50px}.pdf-card.processing .pdf-card-cover{opacity:.6}.pdf-card-status{position:absolute;top:8px;left:8px;background:#0f1420d9;border-radius:50px;padding:5px 7px;display:flex;align-items:center;justify-content:center}.pdf-card-name{margin:10px 2px 2px;font-size:13px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdf-card-meta{margin:0 2px;font-size:11px;color:var(--text-secondary)}.pdf-card-error{color:var(--error-soft);font-size:11px;margin:4px 2px 0}.pdf-card-tools{position:absolute;top:8px;right:8px;display:flex;gap:6px;opacity:0;transition:opacity .15s}.pdf-card:hover .pdf-card-tools{opacity:1}.card-tool{width:28px;height:28px;border-radius:50%;background:#0f1420d9;color:var(--text-secondary);font-size:13px;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s}.card-tool:hover{color:var(--text-primary);background:#0f1420fa}.card-tool.danger:hover{color:var(--error-soft)}.empty-library{margin-top:10vh;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-secondary);cursor:pointer;border:1.5px dashed var(--panel-high);border-radius:22px;padding:60px 40px;transition:border-color .2s,background .2s}.empty-library:hover,.empty-library.dragging{border-color:#f9731699;background:#f973160a}.empty-library .big{font-size:44px}.empty-library h2{margin:6px 0 0;font-size:17px;color:var(--text-primary);font-weight:600}.empty-library p{margin:0;font-size:13px}.no-results{padding:60px 0;text-align:center;color:var(--text-secondary);font-size:14px}.drag-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1420d9;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:300;border:2px dashed rgba(249,115,22,.7);border-radius:18px;margin:14px}.drag-overlay-content{text-align:center;color:var(--text-primary)}.drag-overlay-content .big{font-size:52px}.file-input{display:none}.reader{display:flex;height:100vh;background:var(--ink);overflow:hidden}.reader-stage{position:relative;flex:1;min-width:0;height:100%}.pdf-scroll{height:100%;overflow-y:auto;overflow-x:auto}.pdf-pages{display:flex;flex-direction:column;align-items:center;gap:6px;padding:0;min-height:100%}.pdf-page-wrapper{background:#fff;display:flex;justify-content:center;box-shadow:0 4px 24px #00000080}.pdf-page-placeholder{display:flex;align-items:center;justify-content:center;color:#9aa1ad;font-size:13px;width:100%;height:100%}.react-pdf__Page__textContent ::selection{background:#f9731659}.react-pdf__Page__textContent span::selection{background:#f9731659}.chrome-top,.chrome-bottom{position:absolute;left:0;right:0;z-index:40;pointer-events:none;opacity:0;transition:opacity .22s ease,transform .22s ease}.chrome-top{top:0;transform:translateY(-14px)}.chrome-bottom{bottom:0;transform:translateY(14px)}.chrome-top.visible,.chrome-bottom.visible{opacity:1;transform:translateY(0);pointer-events:auto}.chrome-top-inner{background:linear-gradient(to bottom,rgba(15,20,32,.94),rgba(15,20,32,.55),transparent);padding:16px 18px 42px;display:flex;align-items:center}.chrome-title-block{position:absolute;left:50%;transform:translate(-50%);text-align:center;max-width:50%}.chrome-title{font-size:14px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chrome-page{font-size:10px;letter-spacing:2px;color:var(--text-secondary);margin-top:3px}.chrome-bottom-inner{background:linear-gradient(to top,rgba(15,20,32,.94),rgba(15,20,32,.55),transparent);padding:42px 18px 16px;display:flex;align-items:center;justify-content:center;gap:8px}.chrome-btn{color:#e5e7ebd9;font-size:13px;padding:8px 12px;border-radius:50px;transition:background .15s,color .15s;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.chrome-btn:hover{background:#232a3ccc;color:var(--text-primary)}.chrome-btn:disabled{opacity:.35;cursor:default}.chrome-info{color:var(--text-secondary);font-size:12px;min-width:44px;text-align:center}.jump-input{width:68px;background:#232a3ccc;border:none;border-radius:50px;color:var(--text-primary);font-size:12px;padding:7px 12px;outline:none;text-align:center}.jump-input::placeholder{color:var(--text-secondary)}.jump-input::-webkit-outer-spin-button,.jump-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.chrome-sep{width:1px;height:18px;background:#9ca3af40;margin:0 4px}.thumb-drawer{position:absolute;top:0;bottom:0;left:0;width:190px;background:#1a1f2ef7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:60;transform:translate(-100%);transition:transform .25s ease;display:flex;flex-direction:column;box-shadow:8px 0 30px #0006}.thumb-drawer.open{transform:translate(0)}.thumb-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 8px;color:var(--text-secondary);font-size:10px;letter-spacing:2px}.thumb-drawer-head button{color:var(--text-secondary);display:flex;align-items:center}.thumb-drawer-head button:hover{color:var(--text-primary)}.thumb-list{flex:1;overflow-y:auto;padding:6px 14px 20px}.thumb-item{cursor:pointer;margin-bottom:12px;border-radius:8px;overflow:hidden;border:2px solid transparent;transition:border-color .15s;position:relative}.thumb-item img{width:100%;display:block}.thumb-item.active{border-color:var(--accent)}.thumb-item .thumb-num{position:absolute;bottom:5px;right:5px;background:#0f1420d9;color:var(--text-secondary);font-size:10px;padding:2px 7px;border-radius:50px}.thumb-item.active .thumb-num{color:var(--accent-soft)}.orb-zone{position:absolute;right:22px;bottom:26px;z-index:80;display:flex;flex-direction:column;align-items:center;user-select:none;-webkit-user-select:none;touch-action:none}.orb-hint{position:absolute;top:-34px;right:0;background:#0f1420e0;color:var(--accent-soft);font-size:12px;padding:5px 12px;border-radius:50px;white-space:nowrap;animation:hintIn .18s ease}@keyframes hintIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.orb-outer{position:relative;width:68px;height:68px;display:flex;align-items:center;justify-content:center}.orb-glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.5),transparent 70%);animation:breathe 2.1s ease-in-out infinite alternate}@keyframes breathe{0%{transform:scale(1);opacity:.55}to{transform:scale(1.12);opacity:.9}}.orb-ring{position:absolute;top:0;right:0;bottom:0;left:0;transform:rotate(-90deg);pointer-events:none}.orb-ring circle{fill:none;stroke-width:3;stroke-linecap:round}.orb{position:relative;width:48px;height:48px;border-radius:50%;background:url(/orb.png) center / cover,linear-gradient(135deg,var(--accent),var(--accent-deep));box-shadow:0 8px 26px #f9731680;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .2s ease,filter .15s ease;animation:orbBreathe 2.1s ease-in-out infinite alternate}@keyframes orbBreathe{0%{transform:scale(1)}to{transform:scale(1.05)}}.orb.dragging{animation:none;box-shadow:0 12px 34px #f97316a6}.orb.armed{background:linear-gradient(135deg,var(--accent-soft),var(--accent))}.orb.busy{cursor:default}.orb svg.sparkle{width:25px;height:25px;fill:#fff;transition:transform .1s linear}.region-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:90;cursor:crosshair}.region-dim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.region-box{position:absolute;border:2px solid var(--accent-soft);background:transparent;box-shadow:0 0 0 100000px #0000008c}.region-hint{position:absolute;top:16px;left:50%;transform:translate(-50%);background:#0f1420e6;color:var(--accent-soft);font-size:12px;padding:6px 14px;border-radius:50px;pointer-events:none}.chooser-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:95;background:#00000080;display:flex;align-items:center;justify-content:center}.chooser-card{background:var(--panel);border-radius:18px;padding:18px;width:min(440px,calc(100vw - 56px));box-shadow:0 20px 60px #00000080}.chooser-label{color:var(--text-secondary);font-size:10px;letter-spacing:2px}.chooser-text{color:var(--text-primary);font-size:13px;line-height:1.5;margin-top:10px;max-height:130px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}.chooser-actions{display:flex;gap:10px;margin-top:16px}.chooser-btn{flex:1;border-radius:12px;font-size:13px;padding:11px 0;text-align:center;transition:filter .15s}.chooser-btn:hover{filter:brightness(1.12)}.chooser-btn.secondary{background:var(--panel-high);color:var(--text-primary)}.chooser-btn.primary{background:var(--accent);color:#fff;font-weight:600}.selection-pill{position:fixed;z-index:120;background:var(--accent);color:#fff;font-size:12px;font-weight:600;padding:7px 14px;border-radius:50px;box-shadow:0 6px 20px #f9731680;transform:translate(-50%,-100%);white-space:nowrap;animation:hintIn .15s ease;display:flex;align-items:center;gap:6px}.selection-pill:hover{filter:brightness(1.1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.chat-side{width:min(520px,44vw);min-width:340px;height:100%;background:var(--panel);border-left:1px solid rgba(35,42,60,.9);box-shadow:-12px 0 40px #00000059;display:flex;flex-direction:column;flex-shrink:0;animation:dockIn .25s cubic-bezier(.2,.9,.3,1)}@keyframes dockIn{0%{transform:translate(40px);opacity:.4}to{transform:translate(0);opacity:1}}.sheet-head{display:flex;align-items:center;padding:10px 10px 0;flex-shrink:0}.sheet-head-title{flex:1;text-align:center;color:var(--text-secondary);font-size:11px;letter-spacing:2px}.icon-btn{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:15px;transition:background .15s,color .15s}.icon-btn:hover{background:var(--panel-high);color:var(--text-primary)}.chat-messages{flex:1;overflow-y:auto;padding:18px 22px;display:flex;flex-direction:column;gap:20px}.msg-row{display:flex}.msg-row.user{justify-content:flex-end}.msg-bubble{max-width:82%;border-radius:16px;padding:10px 15px;font-size:14.5px;line-height:1.6;overflow-wrap:break-word}.msg-row.user .msg-bubble{background:#f9731629;border-bottom-right-radius:5px;white-space:pre-wrap}.msg-row.assistant .msg-bubble{background:transparent;max-width:100%;width:100%;padding:0 2px;font-size:15px;line-height:1.75}.msg-capture-img{display:block;max-width:100%;max-height:140px;border-radius:10px;margin-bottom:8px;cursor:zoom-in;border:1px solid rgba(15,20,32,.6);background:#fff}.img-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:250;background:#0a0d14e6;display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:fadeIn .15s ease}.img-lightbox img{max-width:92vw;max-height:92vh;border-radius:12px;box-shadow:0 24px 80px #000000b3}.img-lightbox-close{position:absolute;top:16px;right:16px;color:var(--text-primary);background:var(--panel-high)}.msg-capture-tag{display:flex;align-items:center;gap:5px;color:var(--text-secondary);font-size:10px;margin-bottom:4px;letter-spacing:1px}.prose{color:var(--text-primary)}.prose>*:first-child{margin-top:0!important}.prose>*:last-child{margin-bottom:0!important}.prose p{margin:0 0 14px}.prose ul,.prose ol{margin:6px 0 14px;padding-left:24px}.prose li{margin-bottom:6px}.prose li>ul,.prose li>ol{margin:6px 0 0}.prose li::marker{color:var(--accent)}.prose h1,.prose h2,.prose h3,.prose h4{margin:22px 0 10px;font-weight:650;color:var(--text-primary);line-height:1.35;letter-spacing:-.2px}.prose h1{font-size:18px}.prose h2{font-size:16.5px}.prose h3{font-size:15.5px}.prose h4{font-size:15px;color:var(--text-secondary)}.prose strong{font-weight:650;color:#f3f4f6}.prose code{background:#0f1420bf;border:1px solid rgba(35,42,60,.9);border-radius:6px;padding:2px 7px;font-size:13px;font-family:SF Mono,Cascadia Code,Consolas,monospace;color:var(--accent-soft)}.prose pre{background:#0b0f19;border:1px solid rgba(35,42,60,.9);border-radius:12px;padding:14px 16px;margin:14px 0;overflow-x:auto}.prose pre code{background:none;border:none;padding:0;color:var(--text-primary);font-size:13px;line-height:1.6}.prose blockquote{border-left:3px solid var(--accent);margin:14px 0;padding:2px 0 2px 16px;color:var(--text-secondary)}.prose blockquote p:last-child{margin-bottom:0}.prose hr{border:none;border-top:1px solid rgba(156,163,175,.2);margin:20px 0}.prose table{border-collapse:collapse;margin:14px 0;font-size:13.5px;display:block;overflow-x:auto;max-width:100%}.prose th,.prose td{border:1px solid rgba(156,163,175,.22);padding:8px 14px;text-align:left}.prose th{background:#0f142099;font-weight:600;white-space:nowrap}.prose tr:nth-child(2n) td{background:#0f14204d}.prose a{color:var(--accent-soft);text-underline-offset:3px}.prose .katex{font-size:1.14em}.prose .katex-display{margin:18px 0;padding:16px 18px;background:#0f14208c;border:1px solid rgba(35,42,60,.7);border-radius:12px;overflow-x:auto;overflow-y:hidden}.prose .katex-display .katex{font-size:1.3em}.thinking{display:flex;align-items:center;gap:5px;padding:6px 0}.thinking-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:thinkPulse 1.15s ease-in-out infinite}.thinking-dot:nth-child(2){animation-delay:.16s}.thinking-dot:nth-child(3){animation-delay:.32s}.thinking-label{color:var(--text-secondary);font-size:12.5px;letter-spacing:.4px;margin-left:7px}@keyframes thinkPulse{0%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.chat-empty{color:var(--text-secondary);font-size:13px;text-align:center;padding:24px 30px}.chat-error{background:#ef444433;color:var(--error-soft);font-size:13px;border-radius:10px;padding:8px 12px;align-self:flex-start}.quick-prompts{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:4px 18px 8px}.quick-chip{background:var(--panel-high);color:var(--text-secondary);font-size:12px;padding:6px 13px;border-radius:50px;transition:color .15s,background .15s}.quick-chip:hover{color:var(--accent-soft);background:#2a3248}.quick-chip:disabled{opacity:.4;cursor:default}.chips-row{display:flex;align-items:center;gap:8px;padding:4px 16px;flex-shrink:0;min-height:34px}.attach-chip{display:flex;align-items:center;gap:6px;background:var(--panel-high);color:var(--text-secondary);font-size:12px;padding:5px 10px;border-radius:50px;max-width:320px}.attach-chip .quote{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attach-chip .chip-x{color:var(--text-secondary);font-size:13px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.attach-chip .chip-x:hover{color:var(--text-primary);background:#0f142080}.chips-spacer{flex:1}.model-picker{display:flex;gap:4px}.model-chip{color:var(--text-secondary);font-size:11px;padding:4px 10px;border-radius:50px;border:1px solid transparent;transition:color .15s,border-color .15s}.model-chip:hover{color:var(--text-primary)}.model-chip.active{color:var(--accent-soft);border-color:#f9731680}.composer{display:flex;align-items:center;gap:8px;padding:10px 14px 16px;flex-shrink:0}.composer-field{flex:1;background:var(--panel-high);border-radius:24px;border:none;color:var(--text-primary);font-size:15px;padding:12px 18px;outline:none}.composer-field::placeholder{color:var(--text-secondary)}.composer-field:disabled{opacity:.6}.send-btn{width:44px;height:44px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:filter .15s,background .15s}.send-btn:hover{filter:brightness(1.1)}.send-btn:disabled{background:var(--panel-high);cursor:default;filter:none}.send-btn svg{width:19px;height:19px;fill:currentColor}.console{position:relative;margin:8px 14px 14px;background:var(--panel-high);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:10px 12px 8px;display:flex;flex-direction:column;gap:6px}.console:focus-within{border-color:#f9731673}.console-tray{display:flex;flex-wrap:wrap;gap:10px;padding:2px 2px 4px}.console-field{width:100%;background:none;border:none;outline:none;resize:none;color:var(--text-primary);font:14.5px/1.5 inherit;font-family:inherit;max-height:140px;padding:4px 2px}.console-field::placeholder{color:var(--text-secondary)}.console-bar{display:flex;align-items:center;justify-content:space-between}.console-tools{display:flex;align-items:center;gap:6px}.tool-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:32px;height:32px;border-radius:50%;color:var(--text-secondary);cursor:pointer;transition:background .2s,color .2s}.tool-btn:hover{background:#ffffff12;color:var(--text-primary)}.tool-btn.model-pill{width:auto;border-radius:50px;padding:0 12px;font-size:12.5px;font-weight:500;background:#ffffff0d;border:1px solid rgba(255,255,255,.07)}.tool-btn.model-pill:hover{border-color:#f9731680}.model-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:radial-gradient(circle at 35% 32%,var(--accent-soft),var(--accent))}.send-btn.stop{background:var(--panel);border:1px solid rgba(249,115,22,.6)}.stop-square{width:12px;height:12px;border-radius:3px;background:var(--accent)}.pop-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90}.pop-menu{position:absolute;left:10px;bottom:calc(100% + 8px);z-index:95;min-width:230px;background:var(--panel);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:6px;box-shadow:0 18px 50px #00000080;animation:pop-in .22s cubic-bezier(.32,.72,0,1)}@keyframes pop-in{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:none}}.pop-row{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:9px 10px;border-radius:9px;color:var(--text-primary);font-size:13.5px;cursor:pointer}.pop-row:hover{background:#ffffff0f}.pop-row.active{background:#f973161f}.pop-row>span:not(.model-dot){display:flex;flex-direction:column;flex:1}.pop-row small{color:var(--text-secondary);font-size:11px;margin-top:1px}.pop-row svg{flex-shrink:0}.staged-thumb{position:relative;display:inline-block}.staged-thumb img{display:block;height:74px;max-width:150px;object-fit:cover;border-radius:10px;border:1px solid rgba(255,255,255,.14);box-shadow:0 8px 22px #0000004d;animation:thumb-land .45s cubic-bezier(.32,.72,0,1)}@keyframes thumb-land{0%{opacity:0;transform:scale(1.5) translate(-26px,-20px)}to{opacity:1;transform:none}}.staged-thumb .staged-x{position:absolute;top:-7px;right:-7px;width:20px;height:20px;border-radius:50%;background:var(--ink);color:var(--text-secondary);border:1px solid var(--panel-high);font-size:10px;line-height:1;padding:0;cursor:pointer}.staged-thumb .staged-x:hover{color:var(--text-primary)}.chat-pill{position:absolute;bottom:118px;right:22px;z-index:70;background:#232a3ceb;border-radius:50px;padding:8px 14px;display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:12px;cursor:pointer;box-shadow:0 6px 20px #0006;transition:transform .15s}.chat-pill:hover{transform:translateY(-1px);color:var(--text-primary)}.chat-pill .spinner{width:14px;height:14px;border-width:2px}.sessions-pane{flex:1;display:flex;flex-direction:column;overflow:hidden}.sessions-head{display:flex;align-items:center;padding:10px 10px 2px;flex-shrink:0}.sessions-head .pane-title{flex:1;text-align:center;color:var(--text-secondary);font-size:11px;letter-spacing:2px}.sessions-list{flex:1;overflow-y:auto;padding:8px 14px 20px}.session-item{display:flex;align-items:center;gap:10px;background:var(--panel-high);border-radius:12px;padding:12px 14px;margin-bottom:8px;cursor:pointer;transition:background .15s}.session-item:hover{background:#2a3248}.session-title{flex:1;font-size:13px;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-date{color:var(--text-secondary);font-size:11px;flex-shrink:0}.session-del{color:var(--text-secondary);font-size:14px;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.session-del:hover{color:var(--error-soft);background:#0f142080}.sessions-empty{text-align:center;color:var(--text-secondary);font-size:13px;padding:40px 0}.applet-card{margin-top:8px;background:#0f1420b3;border:1px solid rgba(249,115,22,.35);border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:border-color .15s,background .15s}.applet-card:hover{border-color:#f97316b3;background:#0f1420e6}.inline-interactive{position:relative;margin:10px 0}.ii-controls{position:absolute;top:2px;right:2px;z-index:2;display:flex;gap:4px;opacity:0;transition:opacity .15s}.inline-interactive:hover .ii-controls{opacity:1}.ii-ctl{width:26px;height:26px;border-radius:50%;background:#0f1420bf;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s}.ii-ctl:hover{color:var(--text-primary);background:#0f1420f2}.ii-frame{display:block;width:100%;border:none;background:transparent;color-scheme:dark;transition:height .2s ease}.ii-loading{display:flex;align-items:center;justify-content:center;height:120px}.ii-error{color:var(--error-soft);font-size:12.5px;padding:14px}.applet-icon{width:32px;height:32px;border-radius:50%;background:#f973162e;color:var(--accent-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0}.applet-card .applet-name{flex:1;font-size:13px;font-weight:600;color:var(--text-primary)}.applet-card .applet-open{color:var(--accent-soft);font-size:12px;white-space:nowrap}.applet-building{margin-top:8px;display:flex;align-items:center;gap:10px;color:var(--text-secondary);font-size:12px;background:#0f142080;border-radius:10px;padding:10px 12px}.applet-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:var(--ink);display:flex;flex-direction:column}.applet-viewer-head{display:flex;align-items:center;padding:10px 14px;gap:10px;flex-shrink:0;background:var(--panel)}.applet-viewer-title{flex:1;font-size:14px;font-weight:600;color:var(--text-primary)}.applet-frame{flex:1;border:none;background:#0f1420}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.modal{width:min(860px,calc(100vw - 48px));max-height:84vh;background:var(--panel);border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 80px #0009}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;flex-shrink:0}.modal-header h2{margin:0;font-size:15px;font-weight:600;letter-spacing:.3px}.modal-close{color:var(--text-secondary);font-size:20px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:var(--text-primary);background:var(--panel-high)}.modal-content{flex:1;overflow-y:auto;padding:0 20px 24px}.slide-explanation{margin-bottom:22px}.slide-explanation-header{display:flex;align-items:baseline;gap:10px;margin-bottom:6px}.slide-explanation-number{color:var(--accent);font-size:10px;letter-spacing:2px;text-transform:uppercase;flex-shrink:0}.slide-explanation-title{margin:0;font-size:15px;color:var(--text-primary)}.slide-explanation-content{font-size:14.5px;line-height:1.75}.modal-loading{display:flex;flex-direction:column;align-items:center;gap:12px;color:var(--text-secondary);font-size:13px;padding:20px 0}.toast-container{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:400;display:flex;flex-direction:column;gap:8px;align-items:center}.toast{background:var(--panel-high);color:var(--text-primary);font-size:13px;border-radius:50px;padding:10px 20px;box-shadow:0 10px 34px #00000080;animation:hintIn .2s ease}.thumbnail-selector-section h3{font-size:13px;color:var(--text-secondary);font-weight:500;margin:14px 0 10px}.thumbnail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}.thumbnail-option{position:relative;cursor:pointer;border-radius:10px;overflow:hidden;border:2px solid transparent;transition:border-color .15s;background:var(--panel-high)}.thumbnail-option:hover{border-color:#f9731680}.thumbnail-option.selected{border-color:var(--accent)}.thumbnail-preview-img{width:100%;display:block}.thumbnail-option-label{font-size:11px;color:var(--text-secondary);text-align:center;padding:5px 0}.thumbnail-selected-badge{position:absolute;top:6px;right:6px;background:var(--accent);color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px}.thumbnail-save-btn,.thumbnail-upload-btn{margin-top:12px;background:var(--accent);color:#fff;font-size:13px;font-weight:600;padding:9px 18px;border-radius:50px}.thumbnail-save-btn:disabled,.thumbnail-upload-btn:disabled{opacity:.5}.thumbnail-selector-divider{text-align:center;color:var(--text-secondary);font-size:11px;letter-spacing:2px;margin:18px 0 4px}.custom-thumbnail-label{cursor:pointer;display:block}.custom-thumbnail-placeholder{border:1.5px dashed var(--panel-high);border-radius:12px;text-align:center;padding:22px;color:var(--text-secondary);font-size:12px;transition:border-color .15s}.custom-thumbnail-placeholder:hover{border-color:#f9731680}.custom-thumbnail-placeholder .upload-icon{font-size:26px}.custom-thumbnail-placeholder p{margin:6px 0 0}.custom-preview-img{max-width:200px;border-radius:10px;display:block}.custom-file-name{font-size:11px;color:var(--text-secondary);margin:6px 0 0}.auth-container{position:relative;min-height:100vh;overflow:hidden;--auth-ground: #f4f1ea;--auth-ink: #16150f;--auth-muted: #787468;--auth-field: #ffffff;--auth-line: rgba(20, 18, 10, .1);--auth-error: #b3261e;background:var(--auth-ground)}.auth-ripples{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.auth-split{position:relative;z-index:1;min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:4vw;padding:0 7vw}.auth-panel{justify-self:end;width:100%;max-width:380px}.auth-title{margin:0;font-size:15px;font-weight:600;letter-spacing:.5px;color:var(--auth-muted)}.auth-title:after{content:".";color:var(--accent)}.auth-heading{margin:14px 0 6px;font-size:clamp(30px,3.4vw,42px);font-weight:600;letter-spacing:-.8px;line-height:1.08;color:var(--auth-ink)}.auth-sub{margin:0 0 26px;font-size:14px;color:var(--auth-muted)}.auth-error{background:#b3261e1a;color:var(--auth-error);font-size:13px;border-radius:10px;padding:9px 12px;margin-bottom:14px}.auth-form{display:flex;flex-direction:column;gap:14px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--auth-muted)}.form-group input{background:color-mix(in srgb,var(--auth-field) 78%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--auth-line);border-radius:12px;color:var(--auth-ink);font-size:14px;padding:13px 15px;outline:none;transition:border-color .18s,background .18s}.form-group input::placeholder{color:var(--auth-muted);opacity:.6}.form-group input:focus{border-color:#f973168c;background:var(--auth-field)}.form-group input:disabled{opacity:.6}.auth-button{margin-top:8px;background:var(--accent);color:#fff;font-size:14px;font-weight:600;border:0;cursor:pointer;border-radius:50px;padding:13px 0;box-shadow:0 6px 22px #f9731659;transition:filter .15s,transform .15s}.auth-button:hover{filter:brightness(1.08);transform:translateY(-1px)}.auth-button:disabled{opacity:.55;transform:none;cursor:default}.auth-link{margin:18px 0 0;font-size:13px;color:var(--auth-muted)}.auth-link a{color:var(--accent);text-decoration:none}.auth-link a:hover{text-decoration:underline}.auth-orb-wrap{justify-self:start;display:flex;justify-content:center;width:100%}.auth-orb{width:min(24vw,34vh);max-width:340px;aspect-ratio:1;object-fit:contain;animation:auth-float 10s ease-in-out infinite alternate;filter:drop-shadow(0 24px 60px rgba(249,115,22,.28))}@keyframes auth-float{0%{transform:translateY(-10px)}to{transform:translateY(12px)}}@media (max-width: 860px){.auth-split{grid-template-columns:1fr;gap:3vh;padding:10vh 24px 48px;align-content:center}.auth-orb-wrap{order:1;justify-self:center}.auth-panel{order:2;justify-self:stretch;max-width:none}.auth-orb{width:46vw;max-width:220px;animation:none}}@media (prefers-reduced-motion: reduce){.auth-orb{animation:none}.auth-button{transition:none}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.25"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}
