:root{--font-family-base: "Roboto", "Helvetica", "Arial", sans-serif;--font-family-code: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace}*{box-sizing:border-box}html{overflow-y:auto;overflow-x:hidden}body{overflow-x:hidden;overflow-y:auto}html,body{height:100%;margin:0;padding:0}body{font-family:var(--font-family-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}code{font-family:var(--font-family-code)}#root{height:100%;display:flex;flex-direction:column}:focus{outline:none}:focus-visible{outline:2px solid #1596B2;outline-offset:2px}.info-sidebar{position:fixed;top:0;width:220px;height:100vh;background-color:#2c3e50;color:#ecf0f1;transition:left .3s ease-in-out,width .3s ease-in-out;overflow-y:auto;overflow-x:hidden;padding:20px;box-shadow:2px 0 10px #0000004d;z-index:1000;font-family:Roboto,Arial,sans-serif}.info-sidebar.open{left:0}.info-sidebar h5{font-size:1.3rem;font-weight:500;margin-bottom:20px;color:#3498db;border-bottom:1px solid #34495e;padding-bottom:10px}.info-sidebar .MuiAccordion-root{background-color:#34495e;box-shadow:none;margin-bottom:10px;border-radius:4px}.info-sidebar .MuiAccordionSummary-root{background-color:#2c3e50;border-radius:4px}.info-sidebar .MuiAccordionSummary-content{margin:10px 0;color:#ecf0f1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.info-sidebar .MuiAccordionDetails-root{background-color:#34495e;padding:10px}.info-sidebar .result-card{background-color:#2c3e50;border-radius:4px;padding:10px;margin-bottom:10px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.info-sidebar .result-card .result-metadata{display:flex;flex-direction:column;margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid #34495e}.info-sidebar .result-card .metadata-item{font-size:.8rem;color:#3498db;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:5px}.info-sidebar .result-card .text{font-size:.9rem;color:#bdc3c7;white-space:normal}.info-sidebar .close-button{position:absolute;top:10px;right:10px;color:#bdc3c7}.main-content{transition:margin-left .3s ease-in-out}.main-content.sidebar-open{margin-left:280px}.info-sidebar::-webkit-scrollbar{width:8px}.info-sidebar::-webkit-scrollbar-track{background:#34495e}.info-sidebar::-webkit-scrollbar-thumb{background-color:#7f8c8d;border-radius:4px}.info-sidebar::-webkit-scrollbar-thumb:hover{background-color:#95a5a6}.app-store-dialog.dark-mode{background-color:#1a1a1a;color:#fff}@keyframes cardHover{0%{transform:translateY(0);box-shadow:0 2px 4px #0000001a}to{transform:translateY(-4px);box-shadow:0 8px 16px #0003}}.MuiDialog-paper::-webkit-scrollbar{width:8px}.MuiDialog-paper::-webkit-scrollbar-track{background:transparent}.MuiDialog-paper::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.dark-mode .MuiDialog-paper::-webkit-scrollbar-thumb{background-color:#fff3}.MuiCard-root,.MuiButton-root,.MuiChip-root{transition:all .2s ease-in-out!important}.app-badge{position:absolute;top:12px;right:12px;z-index:1}.MuiCardActionArea-root:hover:before{background-color:transparent!important}.h3{font-family:Roboto,sans-serif;font-weight:400}.bug-icon{background-color:#1c4e80;color:#fff;padding:10px;border-radius:50%;position:fixed;bottom:20px;right:20px;z-index:1000;transition:transform .2s ease-in-out}.bug-icon:hover{transform:scale(1.1)}.modal-background{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:999}.modal-content{background-color:#191a1a;padding:20px;border-radius:8px;color:#fff;box-shadow:0 4px 10px #0000001a;width:400px;position:relative}.modal-content textarea{width:90%;height:150px;padding:10px;margin-top:10px;background-color:#202222;color:#fff;border-radius:4px;font-family:Roboto,sans-serif;font-weight:400}.modal-content{text-align:center}.modal-content button{background-color:#5da9e9;color:#fff;border:none;padding:10px 20px;border-radius:5px;margin-top:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.modal-content button svg{margin-right:20px}.modal-content button:hover{background-color:#028cfc}.close-button{position:absolute;top:25px;right:25px;background:none;font-size:16px;cursor:pointer}.kb-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.kb-selector-modal{width:100%;max-width:700px;max-height:90vh;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 30px #0003}@media (max-width: 768px){.kb-selector-modal{max-width:90%;margin:10px auto}}@media (min-width: 769px) and (max-width: 1024px){.kb-selector-modal{max-width:700px}}.kb-selector-header{padding:16px 24px;display:flex;align-items:center;position:relative}.kb-selector-header h2{margin:0;font-size:1.5rem;font-weight:600}.kb-selection-count{margin-left:16px;padding:4px 12px;border-radius:20px;font-size:.875rem;font-weight:500}.kb-close-button{position:absolute;right:24px;background:none;border:none;font-size:1.25rem;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.kb-selector-body{flex:1;overflow-y:auto;padding:24px}.kb-loading{text-align:center;padding:40px 0;font-size:1rem}.kb-error{padding:12px 16px;border-left:4px solid;border-radius:4px;margin-bottom:20px}.kb-automatic-option{display:flex;align-items:center;padding:18px 20px;border-radius:8px;cursor:pointer;transition:all .2s;margin-bottom:24px}.kb-automatic-icon{font-size:1.5rem;margin-right:16px}.kb-automatic-content h3{margin:0 0 4px;font-size:1.125rem;font-weight:600}.kb-automatic-content p{margin:0;font-size:.875rem}.kb-selected-section{margin-bottom:24px;padding:16px;border-radius:8px}.kb-section-title{font-size:1.125rem;font-weight:600;margin:0 0 12px;order:1}.kb-filter-container{order:2;position:relative;width:160px;border:1px solid blue}.kb-sort-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;font-size:1rem;padding:6px 32px 6px 0;width:100%;cursor:pointer;border:1px solid green}.kb-sort-select option{padding:8px 16px}.kb-sort-select::-ms-expand{display:none}.kb-selected-list{display:flex;flex-wrap:wrap;gap:8px}.kb-selected-item{display:flex;align-items:center;padding:6px 12px;border-radius:20px;font-size:.875rem;cursor:pointer;border:1px solid}.kb-name{margin-right:8px}.kb-deselect{font-size:.75rem;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center}.kb-section{margin-bottom:28px}.kb-list{display:flex;flex-direction:column;gap:12px}.kb-item{display:flex;padding:14px 16px;border-radius:8px;border:1px solid;cursor:pointer;transition:all .2s}.kb-checkbox{width:24px;height:24px;margin-right:12px;display:flex;align-items:center;justify-content:center}.kb-checkbox .kb-checkmark{display:none}.kb-item.kb-selected .kb-checkbox{border-color:#1596b2}.kb-item.kb-selected .kb-checkbox:after{content:"";width:8px;height:8px;background:#1596b2;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.kb-content{flex:1;text-align:left;margin-left:25px}.kb-title{margin:0 0 4px;font-size:1rem;font-weight:600}.kb-description{margin:0 0 8px;font-size:.875rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:left}.kb-owner{display:inline-block;font-size:.75rem;padding:2px 8px;border-radius:4px}.kb-shared{border-left-width:3px}.kb-empty{text-align:center;padding:40px 0;font-style:italic}.kb-selector-footer{padding:16px 24px;border-top:1px solid;display:flex;justify-content:space-between;gap:12px}.kb-create-new-button{padding:8px 18px;border:1px solid;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.kb-footer-separator{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:16px}.kb-cancel-button,.kb-confirm-button{border:1px solid;min-width:120px;text-align:center}.kb-cancel-button{padding:8px 18px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.kb-confirm-button{padding:8px 18px;border:1px solid;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.kb-disabled{opacity:.6;cursor:not-allowed}.kb-files-list{margin-top:10px;padding-left:20px;max-height:200px;overflow-y:auto}.kb-file-item{cursor:pointer;padding:5px;border:1px solid #ccc;border-radius:4px;margin-bottom:5px;transition:background-color .2s}.kb-file-item:hover{background-color:#f0f0f0}.kb-file-item.selected{border-color:#5da9e9}.kb-manage-button{transition:background-color .2s ease}.kb-manage-button:hover{background-color:theme.tokens.colors.buttons[isDarkMode ? "dark" : "light"].background}.kb-selector-overlay.kb-dark-mode .kb-manage-button:hover{background-color:#ffffff1a}.kb-light-mode .kb-selector-modal{background-color:#fff}.kb-light-mode .kb-selector-header{background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.kb-light-mode .kb-selector-header h2{color:#333}.kb-light-mode .kb-selection-count{background-color:#e9f5ff;color:#0078d4}.kb-light-mode .kb-close-button{color:#6c757d}.kb-light-mode .kb-close-button:hover{background-color:#f0f0f0}.kb-light-mode .kb-loading{color:#6c757d}.kb-light-mode .kb-error{background-color:#fff4f4;border-color:#e35252;color:#e35252}.kb-light-mode .kb-automatic-option{background-color:#f8f9fa;border-color:#e9ecef}.kb-light-mode .kb-automatic-option:hover{background-color:#e9f5ff;border-color:#b3d7ff}.kb-light-mode .kb-automatic-icon{color:#0078d4}.kb-light-mode .kb-automatic-content h3{color:#212529}.kb-light-mode .kb-automatic-content p{color:#6c757d}.kb-light-mode .kb-selected-section{background-color:#f0f9ff;border-color:#90c5f0}.kb-light-mode .kb-section-title{color:#343a40}.kb-light-mode .kb-selected-item{background-color:#e6f4ff;border-color:#b3d7ff;color:#0078d4}.kb-light-mode .kb-deselect{color:red}.kb-light-mode .kb-item{border-color:#e9ecef;background-color:#fff}.kb-light-mode .kb-item:hover{background-color:var(--kxpert-palette-action-hover);border-color:var(--kxpert-palette-primary-main)}.kb-light-mode .kb-selected{border-color:#0078d4;background-color:#f0f7ff}.kb-light-mode .kb-checkbox{border-color:#ced4da}.kb-light-mode .kb-selected .kb-checkbox{border-color:#0078d4;background-color:#0078d4}.kb-light-mode .kb-checkmark{color:#fff}.kb-light-mode .kb-title{color:#343a40}.kb-light-mode .kb-description{color:#6c757d}.kb-light-mode .kb-owner{color:#6c757d;background-color:#f8f9fa}.kb-light-mode .kb-shared{border-left-color:#6f42c1}.kb-light-mode .kb-empty{color:#6c757d}.kb-light-mode .kb-selector-footer{background-color:#f8f9fa;border-top-color:#e9ecef}.kb-light-mode .kb-cancel-button{background-color:#fff;color:#495057}.kb-light-mode .kb-cancel-button:hover{background-color:#f8f9fa}.kb-light-mode .kb-confirm-button,.kb-light-mode .kb-create-new-button{background-color:#0078d4;border-color:#0078d4;color:#fff}.kb-light-mode .kb-confirm-button:hover,.kb-light-mode .kb-create-new-button:hover{background-color:#006cbe}.kb-light-mode .kb-disabled:hover{background-color:#0078d4}.kb-dark-mode .kb-selector-modal{background-color:#1e1e1e}.kb-dark-mode .kb-selector-header{background-color:#252525;border-bottom:1px solid #333}.kb-dark-mode .kb-selector-header h2{color:#e0e0e0}.kb-dark-mode .kb-selection-count{background-color:#004578;color:#b3d7ff}.kb-dark-mode .kb-close-button{color:#b0b0b0}.kb-dark-mode .kb-close-button:hover{background-color:#333}.kb-dark-mode .kb-loading{color:#b0b0b0}.kb-dark-mode .kb-error{background-color:#3a1a1a;border-color:#e35252;color:#f99}.kb-dark-mode .kb-automatic-option{background-color:#252525;border-color:#333}.kb-dark-mode .kb-automatic-option:hover{background-color:#004578;border-color:#0078d4}.kb-dark-mode .kb-automatic-icon{color:#0078d4}.kb-dark-mode .kb-automatic-content h3{color:#e0e0e0}.kb-dark-mode .kb-automatic-content p{color:#b0b0b0}.kb-dark-mode .kb-selected-section{background-color:#0c2c47;border-color:#0078d4}.kb-dark-mode .kb-section-title{color:#e0e0e0}.kb-dark-mode .kb-selected-item{background-color:#004578;border-color:#0078d4;color:#b3d7ff}.kb-dark-mode .kb-deselect{color:#b0b0b0}.kb-dark-mode .kb-item{border-color:#333;background-color:#252525}.kb-dark-mode .kb-item:hover{border-color:#0078d4;background-color:#1f3a55}.kb-dark-mode .kb-selected{border-color:#0078d4;background-color:#0c2c47}.kb-dark-mode .kb-checkbox{border-color:#666}.kb-dark-mode .kb-selected .kb-checkbox{border-color:#0078d4;background-color:#0078d4}.kb-dark-mode .kb-checkmark{color:#fff}.kb-dark-mode .kb-title{color:#e0e0e0}.kb-dark-mode .kb-description{color:#b0b0b0}.kb-dark-mode .kb-owner{color:#b0b0b0;background-color:#333}.kb-dark-mode .kb-shared{border-left-color:#9975e2}.kb-dark-mode .kb-empty{color:#b0b0b0}.kb-dark-mode .kb-selector-footer{background-color:#252525;border-top-color:#333}.kb-dark-mode .kb-cancel-button{background-color:#333;color:#e0e0e0}.kb-dark-mode .kb-cancel-button:hover{background-color:#3a3a3a}.kb-dark-mode .kb-confirm-button,.kb-dark-mode .kb-create-new-button{background-color:#0078d4;border-color:#0078d4;color:#fff}.kb-dark-mode .kb-confirm-button:hover,.kb-dark-mode .kb-create-new-button:hover{background-color:#0086f0}.kb-dark-mode .kb-disabled:hover{background-color:#0078d4}.prompt-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.prompt-selector-dialog{width:100%;max-width:700px;max-height:90vh;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 30px #0003}.prompt-selector-header{display:flex;align-items:center;justify-content:flex-start;gap:16px;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.1)}.prompt-selector-body{flex:1;overflow-y:auto;padding:24px}.prompt-sort-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;font-size:.95rem;cursor:pointer}.prompt-item{display:flex;padding:14px 16px;border-radius:8px;border:1px solid;cursor:pointer;transition:all .2s;margin-bottom:10px}.prompt-list{display:flex;flex-direction:column;gap:12px}.prompt-selector-footer{padding:12px 20px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(0,0,0,.1)}.prompt-manage-button{display:inline-flex;align-items:center;gap:4px;font-size:.875rem;font-weight:500;text-decoration:none}.prompt-cancel-button{padding:6px 16px;font-size:.875rem;border:none;border-radius:4px;cursor:pointer}@media (max-width: 768px){.prompt-selector-dialog{max-width:90%}}@font-face{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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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.22"}.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}.loader-container{display:flex;justify-content:center;align-items:center;position:relative}.page-loader{height:100vh;overflow:hidden}.loader{width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.App{text-align:center}:root{--bg-color: #f5f7fa;--text-color: #2d3748;--primary-color: #4299e1;--secondary-color: #3182ce;--feature-bg: #ffffff}.dark-theme{--bg-color: #1a202c;--text-color: #e2e8f0;--primary-color: #63b3ed;--secondary-color: #4299e1;--feature-bg: #2d3748}.landing-page{min-height:100vh;background:var(--bg-color);color:var(--text-color)}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:rgba(var(--bg-color),.9);box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.dark-theme .navbar{box-shadow:0 2px 4px #ffffff1a}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--text-color)}.login-button{padding:.5rem 1.5rem;border:2px solid #4299e1;border-radius:6px;background:var(--primary-color);color:var(--bg-color);font-weight:500;cursor:pointer;transition:all .3s ease}.login-button:hover{background:var(--primary-color);color:var(--bg-color)}.hero-section{max-width:1200px;margin:0 auto;padding:5rem 2rem 2rem;text-align:center}.hero-section h1{font-size:3.5rem;margin-bottom:1rem;color:var(--text-color);line-height:1.2}.subtitle{font-size:1.5rem;color:var(--text-color);margin-bottom:1.5rem}.description{max-width:600px;margin:0 auto 3rem;color:var(--text-color);font-size:1.1rem;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem}.cta-button{padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.cta-button.primary{background:var(--primary-color);color:var(--bg-color);border:none}.cta-button.primary:hover{background:var(--secondary-color);transform:translateY(-2px)}.cta-button.secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.cta-button.secondary:hover{background:var(--primary-color);color:var(--bg-color)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:4rem 0}.feature{background:var(--feature-bg);box-shadow:0 4px 6px #0000001a;padding:2rem;border-radius:12px;transition:transform .3s ease}.feature:hover{transform:translateY(-5px)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature h3{color:var(--text-color);margin-bottom:1rem;font-size:1.25rem}.feature p{color:var(--text-color);line-height:1.6}.benefits-section{margin:6rem 0}.benefits-section h2{font-size:2.5rem;margin-bottom:3rem;color:var(--text-color)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.benefit{padding:1.5rem;background:var(--feature-bg);border-radius:8px}.benefit h4{color:var(--text-color);margin-bottom:.5rem;font-size:1.1rem}.benefit p{color:var(--text-color)}.icon{fill:var(--text-color)}.footer{background:var(--bg-color);color:var(--text-color);padding:2rem 0;text-align:center;position:relative;bottom:0;width:100%;border-top:1px solid var(--text-color);transition:background-color .3s ease,color .3s ease}@media (max-width: 768px){.hero-section h1{font-size:2.5rem}.subtitle{font-size:1.2rem}.features-grid,.benefits-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.description{padding:0 1rem}}.pricing-page{width:100vw;min-height:100vh;padding:40px 20px;background-color:#f7fafc}.pricing-page h2{font-size:2.5rem;text-align:center;margin-bottom:10px;color:#2d3748}.pricing-page .subtitle{text-align:center;color:#4a5568;margin-bottom:40px}.pricing-table-container{width:100%;max-width:1400px;margin:0 auto;background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 6px #0000001a}.login-container{display:flex;min-height:100vh;background-color:var(--kxpert-palette-background-default);font-size:calc(10px + 2vmin);color:var(--kxpert-palette-text-primary)}.login-form{background-color:var(--kxpert-palette-background-paper);padding:20px;border-radius:var(--kxpert-shape-borderRadius, 10px);box-shadow:0 0 20px #0003;width:300px;margin:auto;min-height:300px;text-align:center}.login-form input{width:100%;padding:10px;margin-bottom:15px;box-sizing:border-box;border:1px solid var(--kxpert-palette-divider, #ccc);border-radius:var(--kxpert-shape-borderRadius, 3px);text-align:left}.login-form input:focus{border-color:var(--kxpert-palette-primary-main);box-shadow:0 0 5px #0000001a}.login-search-box{background-color:var(--kxpert-palette-background-paper);padding:20px;border-radius:var(--kxpert-shape-borderRadius, 10px);box-shadow:0 0 10px #0003;width:300px;margin:auto;border:1px solid var(--kxpert-palette-divider, #ddd)}.login-search-box h2{margin-top:0;font-weight:var(--kxpert-typography-h2-fontWeight, bold);color:var(--kxpert-palette-text-primary)}.password-eye{position:absolute;top:40%;transform:translateY(-50%);right:10px;cursor:pointer}.password-eye svg{width:20px;height:20px;fill:var(--kxpert-palette-text-secondary, #666)}.forgot-password a{font-size:var(--kxpert-typography-body2-fontSize, 15px);font-weight:var(--kxpert-typography-body2-fontWeight, 500);color:var(--kxpert-palette-primary-main);text-decoration:none}.forgot-password a:hover{text-decoration:underline}.registration-container{display:flex;min-height:100vh;width:100%;position:fixed;top:0;left:0;background-color:#2c3338;font-size:calc(10px + 2vmin);color:#e6d9d9}.registration-form{background-color:#303338;padding:50px;border-radius:10px;box-shadow:0 0 20px #0003;width:300px;margin:auto;min-height:200px;text-align:center}.registration-form input{width:100%;padding:10px;margin-bottom:30px;box-sizing:border-box;border:1px solid #ccc;border-radius:3px;text-align:left}.button-container{display:flex;justify-content:center;gap:15px;margin-top:20px}.button-container button{background-color:#2d79e4;color:#fff;flex:1;padding:10px 20px;border:none;border-radius:5px;cursor:pointer}.button-container button:hover{opacity:.5}.button-container .icon{vertical-align:middle}.login-link button{background-color:#2d79e4;color:#fff;flex:1;padding:6px 17px;border:none;border-radius:5px;cursor:pointer}.login-link button:hover{opacity:.5}.text-link-container{display:flex;align-items:center;gap:.5rem;font-size:.9rem;justify-content:center;padding-top:10px}.text-link-container p{margin:0;font-size:inherit}.text-link-container a{font-size:inherit;text-decoration:none;font-weight:500;color:#fff;cursor:pointer}.text-link-container a:hover{text-decoration:underline}.password-input-container{position:relative}.password-eye-register{position:absolute;top:32%;transform:translateY(-50%);right:10px;cursor:pointer}.password-eye-register svg{width:20px;height:20px;fill:#666}.error{color:#dc143c;font-size:.9rem}.terms-checkbox{display:flex;align-items:center;justify-content:center;gap:8px;margin:-10px 0 20px;font-size:.85rem}.terms-checkbox label{display:flex;align-items:center;gap:5px}.terms-checkbox input[type=checkbox]{width:auto;margin:0}.terms-checkbox button{color:#2d79e4;padding:0;margin-left:5px;font-size:.85rem}.terms-modal{background-color:#000c}.terms-content{background-color:#303338;color:#e6d9d9;border-radius:10px;border:1px solid #444;box-shadow:0 0 20px #0006;position:relative}.terms-content h2{margin-top:0;border-bottom:1px solid #444;padding-bottom:15px}.terms-content button{position:absolute;top:20px;right:20px;background:#2d79e4;color:#fff;border:none;padding:8px 16px;border-radius:5px;cursor:pointer}.terms-content button:hover{opacity:.8}.chat-interface{flex:1;display:flex;background-color:transparent;width:100%;flex-direction:column}.search-container{display:flex;flex-direction:column;align-items:center;height:100vh;justify-content:space-between;min-height:100vh;overflow:hidden}.search-bar-wrapper{position:absolute;left:50%;transform:translate(-50%);width:60%;max-width:400px;margin:0 auto;padding:1rem;z-index:10;transition:all .3s ease;background-color:transparent}.search-bar-wrapper.fixed{position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:90%;max-width:600px}.search-bar-container{display:flex;flex-direction:column;align-items:center;border-radius:12px;padding:.75rem 1rem;box-shadow:0 4px 6px -1px #0000001a;background-color:var(--searchbar-bg);width:100%;max-width:100%}.search-icon{color:var(--searchbar-icon);margin-right:.75rem;display:flex;align-items:center}.search-bar{outline:none;font-size:1.1rem;color:var(--searchbar-text);background:transparent;resize:none;overflow:hidden;font-family:Roboto,sans-serif;font-weight:400;width:100%;min-height:30px;max-height:120px;padding:6px;margin-bottom:.5rem}.search-bar::placeholder{color:var(--searchbar-placeholder)}.icon-button{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:.25rem;color:var(--searchbar-icon);cursor:pointer;transition:color .2s ease}.icon-button:hover{color:#5da9e9}.icon-button-send{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:.25rem;color:var(--button-bg);cursor:pointer;transition:opacity .2s ease}.icon-button-send:hover{color:var(--button-text)}.icon-button-send:disabled{opacity:.5;cursor:not-allowed}.model-selector{min-width:160px;margin-right:10px;transition:all .3s ease-in-out}.model-selector .MuiOutlinedInput-root{height:36px;font-size:.875rem;transition:all .2s ease}.model-selector .MuiOutlinedInput-root fieldset{border-radius:6px}.model-selector .MuiOutlinedInput-root:hover fieldset{border-color:#0003}.model-selector .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#4f46e5}.model-selector .MuiInputLabel-root{font-size:.875rem}.model-selector .MuiSelect-icon{color:#00000080}.model-selector .MuiMenuItem-root{font-size:.875rem}.messages-container{flex-direction:column;gap:10px;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:rgba(38,38,38,.5) transparent}.messages-container img{max-width:80%;height:auto;display:block;margin:0 auto}.follow-up-questions{display:flex;gap:1rem;flex-wrap:wrap;position:sticky;z-index:5;justify-content:center}.follow-up-questions button{background:#5da9e91a;border:1px solid rgba(93,169,233,.3);border-radius:20px;padding:.5rem 1rem;color:#fff;cursor:pointer;transition:all .2s ease;font-size:.8rem}.follow-up-questions button:hover{background:#5da9e933;border-color:#5da9e980;color:#fff}@media (max-width: 480px){.search-container{padding:10px}.title{font-size:20px;margin-bottom:15px}.search-bar-container{padding:6px 12px}.messages-container{padding-left:10px;padding-right:10px}}.dark{--searchbar-bg: #415458;--searchbar-icon: #fff;--searchbar-text: #fff;--searchbar-placeholder: #999;--button-bg: #1596B2;--button-text: #fff}.sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;display:flex;flex-direction:column;background-color:var(--sidebar-bg);color:var(--sidebar-text);border-right:1px solid var(--sidebar-border);transition:all .3s ease;box-shadow:0 0 15px #0000000d;z-index:1200}.sidebar-content{display:flex;flex-direction:column;gap:2px;padding:1.5rem;height:80%;flex-grow:1;color:var(--sidebar-text)}.sidebar-content button,.sidebar-content .MuiListItem-root{all:unset;box-sizing:border-box;cursor:pointer;text-align:left;display:flex;align-items:center;gap:10px;padding:8px 12px;font-size:var(--kxpert-typography-body2-fontSize, 14px);font-weight:var(--kxpert-typography-body2-fontWeight, normal);color:var(--kxpert-palette-text-secondary, #71717a);transition:background-color .2s ease}.button,.MuiListItem-root{display:flex;align-items:center;gap:12px;padding:8px 12px;font-size:var(--kxpert-typography-body2-fontSize, 14px);font-weight:var(--kxpert-typography-body2-fontWeight, normal);color:var(--kxpert-palette-text-secondary, #71717a);background:transparent;border:none;width:100%;transition:background-color .2s ease}.button:hover,.MuiListItem-root:hover{background-color:var(--kxpert-palette-action-hover);border-radius:var(--kxpert-shape-borderRadius, 12px)}.button[href*=course-creator],.button[href*=tutorxpert],.MuiListItem-root{font-size:14px!important;font-weight:400!important;text-transform:none!important;padding:8px 12px!important;margin:0!important}.button[href*=knowledge-base]{font-size:inherit;font-weight:400;padding:inherit;margin:inherit;text-transform:none;border:none;background:transparent;width:100%}.button[href*=knowledge-base]:hover{background-color:#f3f4f6;border-color:#d1d5db}.sidebar-content .MuiListItemIcon-root{min-width:auto!important;margin-right:12px!important}.new-chat-button{margin-top:8px!important;background:var(--button-bg);color:var(--kxpert-palette-primary-main)!important;font-family:var(--kxpert-typography-body1-fontFamily, "Roboto", "Helvetica", "Arial", sans-serif);font-weight:var(--kxpert-typography-button-fontWeight, 500)}.new-chat-button:hover{background:var(--button-bg-hover);color:var(--kxpert-palette-primary-main)!important}.new-chat-button span,.new-chat-button .MuiTypography-root{font-family:var(--kxpert-typography-body1-fontFamily, "Roboto", sans-serif);font-weight:var(--kxpert-typography-button-fontWeight, 500);color:var(--kxpert-palette-primary-main)!important}#new-chat-button .MuiTypography-root{color:var(--kxpert-palette-primary-main)!important}.Plus{height:20px}.chat-history{flex-grow:1;overflow-y:auto;margin-bottom:10px;padding-right:5px;scrollbar-width:thin;scrollbar-color:rgba(125,123,123,.5) transparent}.chat-history span{font-family:var(--kxpert-typography-body1-fontFamily, "Roboto", sans-serif);font-weight:var(--kxpert-typography-body1-fontWeight, 400)}.chat-history ul{list-style:none;padding:0;margin:0}.chat-item{background-color:var(--chat-item-bg);padding:5px;margin-bottom:5px;border-radius:5px;display:flex;justify-content:space-between;align-items:center;position:relative}.chat-item:hover{background-color:var(--chat-item-bg-hover)}.chat-title{cursor:pointer;font-size:var(--kxpert-typography-body1-fontSize, 1rem);color:var(--chat-title-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:color .2s ease,transform .2s ease;padding-right:8rem}.chat-title:hover{color:var(--chat-title-hover-color);transform:scale(1.02)}.chat-item .MuiIconButton-root{padding:4px}.rename-input{width:100%;font-size:1rem;color:var(--input-text);background-color:var(--input-bg);padding:5px;border-radius:4px;transition:border-color .3s ease}.rename-input:focus{border-color:#007bff;outline:none}.menu-button svg{width:16px;height:16px}.menu-dropdown{position:absolute;top:100%;right:0;background-color:var(--dropdown-bg);padding:5px 10px;border-radius:5px;box-shadow:0 4px 6px #0003;z-index:10;transition:opacity .2s ease,transform .2s ease;opacity:1;transform:translateY(10px)}.menu-dropdown .delete-button:hover{color:#ca2626;border-radius:5px}.delete-button{background:none;color:var(--delete-btn-text);font-size:1rem;border:none;padding:5px 10px;cursor:pointer;transition:color .2s ease;display:flex;align-items:center;gap:10px}.delete-button:hover{color:#e53e3e}.delete-button svg{width:16px;height:16px;flex-shrink:0}.rename-button{background:none;color:var(--rename-btn-text);font-size:1rem;border:none;padding:5px 10px;cursor:pointer;transition:color .2s ease;display:flex;align-items:center;gap:10px}.rename-button svg{width:16px;height:16px;flex-shrink:0}.chat-history button{display:flex;position:absolute;right:0;background:none;border:none;cursor:pointer;padding-top:10px;border-radius:12px}.sidebar-footer{margin-top:auto;padding-top:5px;border-top:1px solid var(--sidebar-border);flex-shrink:0;flex-direction:column;align-items:center}.sidebar-footer .button{margin-bottom:12px}.sidebar-footer .button:last-child{margin-bottom:0}.sidebar-footer li:hover{background-color:var(--sidebar-footer-hover-bg)}.logout-button{background-color:var(--logout-bg);color:var(--logout-text);border:none;padding:10px;width:100%;border-radius:5px;font-size:14px;display:flex;align-items:center;gap:10px;cursor:pointer;justify-content:center;transition:background-color .2s ease}.logout-button:hover{background-color:#e53e3e}.logout-icon{width:16px;height:16px}.logout-button span{color:#fff;font-family:Roboto,sans-serif;font-weight:400}.manage-kb-button{width:100%;display:flex;align-items:center;padding:10px;background-color:#4caf50;border-radius:.5rem;color:#fff;font-size:.875rem;cursor:pointer;transition:ease .25s all;margin-bottom:10px}.manage-kb-button:hover,.account-button:hover,.logout-button:hover{background-color:var(--sidebar-footer-hover-bg)}.manage-kb-button svg{margin-right:10px}.panel-toggle-button{display:flex;align-items:center;justify-content:center;border-radius:50%!important;cursor:pointer;transition:all .2s ease!important}.panel-toggle-button svg{transition:color .2s ease!important}.light-mode{--panel-bg-default: var(--panel-button-bg-default-light);--panel-bg-hover: var(--panel-button-bg-hover-light);--panel-bg-active: var(--panel-button-bg-active-light);--panel-icon-default: var(--panel-button-icon-default-light);--panel-icon-hover: var(--panel-button-icon-hover-light);--panel-icon-active: var(--panel-button-icon-active-light)}.dark-mode{--panel-bg-default: var(--panel-button-bg-default-dark);--panel-bg-hover: var(--panel-button-bg-hover-dark);--panel-bg-active: var(--panel-button-bg-active-dark);--panel-icon-default: var(--panel-button-icon-default-dark);--panel-icon-hover: var(--panel-button-icon-hover-dark);--panel-icon-active: var(--panel-button-icon-active-dark)}.panel-toggle-button:hover{background-color:var(--panel-bg-hover)!important}.panel-toggle-button:hover svg{color:var(--panel-icon-hover)!important}.panel-toggle-button:active{background-color:var(--panel-bg-active)!important}.panel-toggle-button:active svg{color:var(--panel-icon-active)!important}.light-mode{--sidebar-bg: var(--kxpert-palette-background-paper);--sidebar-text: var(--kxpert-palette-text-primary);--sidebar-border: var(--kxpert-palette-divider, #e5e7eb);--button-bg: var(--kxpert-palette-background-default);--button-text: var(--kxpert-palette-text-primary);--button-bg-hover: var(--kxpert-palette-action-hover, #e9ecef);--chat-title-color: var(--kxpert-palette-text-primary);--chat-title-hover-color: var(--kxpert-palette-text-primary);--chat-item-bg: var(--kxpert-palette-background-default);--chat-item-bg-hover: var(--kxpert-palette-action-hover, #f5f5f5);--chat-item-bg-active: var(--kxpert-palette-action-selected, #e5e7eb);--chat-item-border-active: var(--kxpert-palette-divider, #d1d5db);--input-bg: var(--kxpert-palette-background-default);--input-text: var(--kxpert-palette-text-primary);--dropdown-bg: var(--kxpert-palette-background-paper);--delete-btn-text: var(--kxpert-palette-error-main);--rename-btn-text: var(--kxpert-palette-text-primary);--logout-bg: var(--kxpert-palette-success-main, #4caf50);--logout-text: var(--kxpert-palette-success-contrastText, white);--sidebar-footer-hover-bg: var(--kxpert-palette-action-hover, #e9ecef);--scrollbar-color: rgba(0, 0, 0, .2);--panel-button-bg-default-light: rgba(240, 244, 245, 1);--panel-button-bg-hover-light: rgba(21, 150, 178, .5);--panel-button-bg-active-light: #4DD0E1;--panel-button-icon-default-light: rgba(0, 0, 0, .87);--panel-button-icon-hover-light: #0099B4;--panel-button-icon-active-light: #0099B4}.dark-mode{--sidebar-bg: var(--kxpert-palette-background-paper);--sidebar-text: var(--kxpert-palette-text-primary);--sidebar-border: var(--kxpert-palette-divider, #333);--button-bg: var(--kxpert-palette-background-paper);--button-text: var(--kxpert-palette-text-primary);--button-bg-hover: var(--kxpert-palette-action-hover, #383838);--chat-title-color: var(--kxpert-palette-text-primary);--chat-title-hover-color: var(--kxpert-palette-text-primary);--chat-item-bg: var(--kxpert-palette-background-paper);--chat-item-bg-hover: var(--kxpert-palette-action-hover, #383838);--chat-item-bg-active: var(--kxpert-palette-action-selected, #383838);--chat-item-border-active: var(--kxpert-palette-divider, #4a4a4a);--input-bg: var(--kxpert-palette-background-paper);--input-text: var(--kxpert-palette-text-primary);--dropdown-bg: var(--kxpert-palette-background-paper);--delete-btn-text: var(--kxpert-palette-error-main);--rename-btn-text: var(--kxpert-palette-text-primary);--logout-bg: var(--kxpert-palette-background-paper);--logout-text: var(--kxpert-palette-text-primary);--sidebar-footer-hover-bg: var(--kxpert-palette-action-hover, #383838);--scrollbar-color: rgba(255, 255, 255, .2);--panel-button-bg-default-dark: rgba(33, 42, 44, 1);--panel-button-bg-hover-dark: rgba(21, 150, 178, .5);--panel-button-bg-active-dark: #0099B4;--panel-button-icon-default-dark: rgba(255, 255, 255, .87);--panel-button-icon-hover-dark: #4DD0E1;--panel-button-icon-active-dark: #4DD0E1}.chat-item .MuiListItemSecondaryAction-root{position:relative;top:16px;right:3px}.RestPassword-container{display:flex;min-height:100vh;background-color:#2c3338;font-size:calc(10px + 2vmin);color:#e6d9d9}.ResetPassword-form{background-color:#303338;padding:20px;border-radius:10px;box-shadow:0 0 20px #0003;width:300px;margin:auto;min-height:100px}.ResetPassword-form h2{font-size:25px}.ResetPassword-form input{width:100%;padding:8px;margin-bottom:15px;box-sizing:border-box;border:1px solid #ccc;border-radius:3px;text-align:left}.ResetPassword-form input:focus{border-color:#aaa;box-shadow:0 0 5px #0000001a}.resetform-button-container{display:flex;justify-content:center;gap:50px;margin-top:10px}.resetform-button-container button{background-color:#2d79e4;color:#fff;flex:1;padding:7px 10px;border:none;border-radius:5px;cursor:pointer}.resetform-button-container button:hover{opacity:.5}.link-container{display:flex;align-items:center;gap:.5rem;font-size:.9rem;justify-content:center;padding-top:30px}.link-container span{font-size:inherit;text-decoration:none;font-weight:500;color:#fff;cursor:pointer}.link-container span:hover{text-decoration:underline}.otp-input-container{display:flex;justify-content:center;gap:8px}.otp-input{width:40px;height:40px;text-align:center;font-size:1.2rem;box-sizing:border-box;border:1px solid #ccc;border-radius:3px}.otp-main-container{display:flex;min-height:100vh;width:100%;position:fixed;top:0;left:0;background-color:#2c3338;font-size:calc(6px + 2vmin);color:#e6d9d9}.otp-form{background-color:#303338;padding:50px;border-radius:10px;box-shadow:0 0 20px #0003;width:400px;margin:auto;min-height:200px;text-align:center}.button-container-otp{display:flex;justify-content:center;gap:15px;margin-top:40px}.button-container-otp button{background-color:#2d79e4;color:#fff;flex:1;padding:10px 20px;border:none;border-radius:5px;cursor:pointer}.button-container-otp button:hover{opacity:.5}.kb-container{max-width:1200px;margin:0 auto;padding:20px}.error-alert{background-color:#fee2e2;color:#dc2626;padding:12px;border-radius:4px;margin-bottom:20px}.create-kb-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-bottom:20px}.kb-input{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:4px;margin-bottom:12px}.kb-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer}.kb-button:disabled{opacity:.5;cursor:not-allowed}.kb-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 768px){.kb-grid{grid-template-columns:1fr 1fr}}.kb-list-card,.files-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.kb-item,.file-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:4px;margin-bottom:8px}.kb-info{cursor:pointer}.kb-info h3{margin:0;font-size:16px}.kb-info p{margin:4px 0 0;font-size:14px;color:#6b7280}.delete-button{padding:6px;background:#fee2e2;color:#dc2626;border:none;border-radius:4px;cursor:pointer}.file-upload{margin-bottom:20px}.file-input{display:none}.upload-button{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#3b82f6;color:#fff;border-radius:4px;cursor:pointer}.file-info{display:flex;align-items:center;gap:8px}.loading,.empty-state{text-align:center;color:#6b7280;padding:20px}.knowledge-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.knowledge-selector-content{background-color:#2c2c2c;padding:20px;border-radius:8px;width:80%;height:80%;max-width:500px;max-height:600px;color:#fff;overflow-y:auto}.knowledge-selector-content h2{margin-top:0;color:#fff}.knowledge-selector-content button{background-color:#4caf50;border:none;color:#fff;padding:10px 20px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin:4px 2px;cursor:pointer;border-radius:4px}.error-message{color:#ff6b6b;margin-bottom:10px}.knowledge-base-list{list-style-type:none;padding:0;margin:0;max-height:450px;overflow-y:auto}.knowledge-base-item{cursor:pointer;padding:15px;border:1px solid #444;margin-bottom:10px;border-radius:4px;transition:background-color .3s ease;background-color:#383838}.knowledge-base-item:hover{background-color:#4a4a4a}.knowledge-base-item h3{margin:0 0 5px;color:#fff}.knowledge-base-item p{margin:0;font-size:.9em;color:#bbb}.course-selection-container{max-width:1200px;margin:2rem auto;padding:0 1rem;background-color:#f5f5f5}.back-button{background:none;border:none;color:var(--text-primary);font-size:1rem;padding:.5rem 1rem;cursor:pointer;display:inline-flex;align-items:center;margin-bottom:1rem}.course-selection-container h1{text-align:center;margin-bottom:2rem;color:var(--text-primary)}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.course-card{background:var(--background-secondary);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.course-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px #00000026}.course-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.course-header h2{font-size:1.5rem;margin:0;color:var(--text-primary)}.duration{background:var(--primary-color);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem}.description{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.course-footer{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--text-secondary)}.loading,.error{text-align:center;padding:2rem;color:var(--text-primary)}.error{color:var(--error-color)}.course-details-container{max-width:1200px;margin:2rem auto;padding:0 2rem}.back-button{background:none;border:none;color:var(--text-primary);font-size:1rem;padding:.5rem 1rem;cursor:pointer;display:flex;align-items:center;margin-bottom:2rem}.back-button:hover{color:var(--primary)}.course-header{margin-bottom:2rem}.course-header h1{font-size:2.5rem;color:var(--text-primary);margin-bottom:1rem}.course-meta{display:flex;gap:2rem;color:var(--text-secondary)}.course-description{margin-bottom:3rem;color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.topics-list{display:flex;flex-direction:column;gap:1.5rem}.topics-list h2{font-size:1.8rem;color:var(--text-primary);margin-bottom:1rem}.topic-card{background:var(--background-secondary);border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.topic-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.topic-card:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.topic-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.topic-header h3{font-size:1.2rem;color:var(--text-primary);margin:0}.duration{color:var(--text-secondary);font-size:.9rem}.topic-description{color:var(--text-secondary);margin:0;line-height:1.5}.subtopics-container{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000000d}.subtopics-container h3{color:#1a202c;margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.subtopics-list{display:flex;flex-direction:column;gap:.75rem}.subtopic-item{display:flex;align-items:flex-start;padding:1rem;border-radius:8px;background:#f7fafc;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.subtopic-item:hover{background:#edf2f7;transform:translate(4px)}.subtopic-item.active{background:#ebf4ff;border-color:#4299e1}.subtopic-item.completed{background:#f0fff4}.subtopic-item.completed .subtopic-content h4{color:#2f855a}.subtopic-status{flex-shrink:0;margin-right:1rem;padding-top:2px}.status-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#e2e8f0;color:#4a5568;font-size:.875rem;font-weight:600}.status-icon.completed{background:#48bb78;color:#fff}.status-icon.active{background:#4299e1;color:#fff}.subtopic-content{flex:1;min-width:0}.subtopic-content h4{color:#2d3748;margin:0 0 .5rem;font-size:.9375rem;font-weight:600;line-height:1.4;white-space:normal;word-wrap:break-word}.subtopic-content p{color:#718096;font-size:.8125rem;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-wrap:break-word}.topic-chat-container{max-width:1400px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:300px 1fr;grid-template-rows:auto 1fr;gap:2rem;height:100vh;grid-template-areas:"header header" "sidebar main";background:var(--background-primary)}.topic-header{grid-area:header;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000000d;margin-bottom:2rem}.back-button{background:none;border:none;color:#4a5568;cursor:pointer;font-size:1rem;padding:0;margin-bottom:1rem;display:flex;align-items:center;font-weight:500}.back-button:hover{color:#2d3748}.topic-info{margin-bottom:1rem}.topic-info h1{color:#1a202c;margin:0 0 1rem;font-size:1.875rem;font-weight:600}.topic-meta{display:flex;gap:1rem;color:#718096;font-size:.875rem;margin-bottom:1rem}.topic-description{color:#4a5568;line-height:1.6;margin:0}.subtopics-sidebar{grid-area:sidebar;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;overflow-y:auto;max-height:calc(100vh - 200px);position:sticky;top:2rem}.chat-section{grid-area:main;background:#fff;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 2px 4px #0000000d;max-height:calc(100vh - 200px);border:1px solid #e2e8f0;overflow:hidden}.messages-container{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding:1rem;max-height:500px}.message{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;max-width:80%;line-height:1.5;box-shadow:0 1px 2px #0000000d;position:relative}.message.user{background:#ebf8ff;align-self:flex-end;border-bottom-right-radius:4px}.message.assistant{background:#f7fafc;align-self:flex-start;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.message.system{background:#e6fffa;align-self:center;font-style:italic;max-width:90%;text-align:center}.message.error{background:#fff5f5;color:#c53030;align-self:center;border:1px solid #feb2b2}.message-timestamp{font-size:.75rem;color:#718096;align-self:flex-end;margin-top:.25rem;text-align:right}.message.user .message-timestamp{color:#fffc}.message.assistant .message-timestamp{color:#718096}.chat-controls{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-top:1px solid #e2e8f0}.mark-complete-button{background:#48bb78;color:#fff;border:none;border-radius:6px;padding:.75rem;font-size:1rem;cursor:pointer;transition:background-color .2s}.mark-complete-button:hover{background:#38a169}.input-form{display:flex;gap:1rem;padding:1.25rem;background:#fff;border-top:1px solid #e2e8f0}.input-form input{flex:1;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:all .2s ease}.input-form input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.input-form button{background:#4299e1;color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;transition:background-color .2s}.input-form button:hover:not(:disabled){background:#3182ce;transform:translateY(-1px)}.input-form button:active:not(:disabled){transform:translateY(0)}.input-form button:disabled{background:#cbd5e0;cursor:not-allowed}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:#f7fafc}.messages-container::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.messages-container::-webkit-scrollbar-thumb:hover{background:#a0aec0}.wps-search-wrapper{display:flex;justify-content:center;width:100%;background-color:transparent}.wps-search-container{width:100%;max-width:800px;display:flex;flex-direction:column}.wps-search-input-area{display:flex;align-items:center;padding:8px 16px;border-radius:8px;width:100%;box-sizing:border-box}.wps-search-input{border:none;resize:none;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(38,38,38,.5) transparent;max-height:120px;min-height:30px;padding:6px;flex:1;outline:none;font-size:1.1rem;font-family:Roboto,sans-serif;font-weight:400}.wps-search-input::-webkit-scrollbar{width:6px}.wps-search-input::-webkit-scrollbar-track{background:transparent}.wps-search-input::-webkit-scrollbar-thumb{background-color:#26262680;border-radius:3px}.wps-search-button{margin-left:8px}.wps-search-info{font-size:.75rem;margin-top:4px;padding-left:16px;text-align:left}@media (max-width: 768px){.wps-search-container{max-width:100%}.wps-search-input-area{padding:6px 12px}.wps-search-input{font-size:1rem}}.wps-creator-container{display:flex;flex-direction:column;height:100vh;width:100%;padding:0;margin:0;box-sizing:border-box;overflow:hidden;transition:background-color .3s ease,color .3s ease}.dark-mode{background-color:#121212;color:#f5f5f5}.light-mode{background-color:#f5f5f5;color:#121212}.wps-creator-header{display:flex;align-items:center;transition:border-color .3s ease}.back-button{margin-right:16px!important;transition:background-color .3s ease,color .3s ease!important}.wps-creator-title{font-weight:600!important}.wps-chat-area{display:flex;flex-direction:column;flex-grow:1;overflow:hidden;transition:background-color .3s ease,border-color .3s ease}.wps-messages-container{flex-grow:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(38,38,38,.5) transparent}.wps-messages-container::-webkit-scrollbar{width:6px}.wps-messages-container::-webkit-scrollbar-track{background:transparent}.wps-messages-container::-webkit-scrollbar-thumb{background-color:#26262680;border-radius:3px}.message{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.search-bar-wrapper{position:sticky;bottom:0;width:100%;background-color:transparent;box-sizing:border-box;z-index:10;transition:padding .3s ease;display:flex;justify-content:center}.search-bar-container{display:flex;align-items:center;width:100%;max-width:100%;border-radius:8px;transition:background-color .3s ease,box-shadow .3s ease}.search-bar{flex:1;border:none;outline:none;font-size:1.1rem;font-family:Roboto,sans-serif;font-weight:400;transition:color .3s ease}.search-bar::placeholder{transition:color .3s ease}.follow-ups-container{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0;transition:margin .3s ease}.scroll-to-bottom{position:fixed;right:20px;bottom:80px;background-color:#1976d2cc;color:#fff;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 2px 5px #0003;transition:background-color .3s ease;z-index:100}.dark-mode .scroll-to-bottom{background-color:#42a5f5cc}.scroll-to-bottom:hover{background-color:#1976d2}.dark-mode .scroll-to-bottom:hover{background-color:#42a5f5}@media (max-width: 600px){.wps-messages-container{padding:12px!important}.search-bar-wrapper{padding:8px!important}.search-bar-container{padding:8px 12px!important}.search-bar{font-size:1rem!important}}@media (min-width: 601px) and (max-width: 960px){.wps-messages-container{padding:16px!important}}.message-enter{opacity:0;transform:translateY(20px)}.message-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s,transform .3s}.message-exit{opacity:1}.message-exit-active{opacity:0;transition:opacity .3s}.MuiPaper-root.MuiPaper-elevation{transition:background-color .3s ease,box-shadow .3s ease!important}.MuiButton-root{transition:background-color .3s ease,color .3s ease,border-color .3s ease!important}.MuiIconButton-root{transition:background-color .3s ease,color .3s ease!important}.assistant-message{align-self:flex-start;background-color:var(--assistant-message-bg, #f0f0f0)!important;color:var(--assistant-message-text, #000)!important}.dark-mode .assistant-message{background-color:#333!important;color:#fff!important}.user-message{align-self:flex-end;background-color:var(--user-message-bg, #1976d2)!important;color:var(--user-message-text, #fff)!important}.follow-up-button{font-size:.8rem!important;background-color:transparent!important;border-color:var(--follow-up-border, #1976d2)!important;color:var(--follow-up-text, #1976d2)!important}.dark-mode .follow-up-button{border-color:#90caf9!important;color:#90caf9!important}.follow-up-button:hover{background-color:#1976d214!important}.dark-mode .follow-up-button:hover{background-color:#90caf914!important}.loading-indicator{display:flex;justify-content:center;margin:10px 0}.search-bar-wrapper{position:sticky;bottom:0;width:100%;background-color:transparent;padding:10px 20px;box-sizing:border-box;z-index:10;display:flex;justify-content:center}.search-bar-container{display:flex;align-items:center;width:100%;max-width:100%;border-radius:8px}.search-icon{margin-right:.75rem;display:flex;align-items:center}.search-bar{flex:1;border:none;outline:none;font-size:1.1rem;font-family:Roboto,sans-serif;font-weight:400}.search-bar::placeholder{color:var(--searchbar-placeholder, #888)}.dark-mode .search-bar::placeholder{color:#aaa}.wps-input-area{display:flex;padding:16px;border-top:1px solid rgba(255,255,255,.12)}.wps-input-field{margin-right:8px!important;background-color:var(--input-background, #2d2d2d)!important;border-radius:8px!important}.wps-input-field .MuiOutlinedInput-root{color:var(--text-color, #ffffff)!important}.wps-input-field .MuiOutlinedInput-notchedOutline{border-color:#ffffff3b!important}.wps-send-button{background-color:var(--primary-color, #1c4e80)!important;color:#fff!important;min-width:56px!important;border-radius:8px!important}.light-mode .wps-creator-container{--background-color: #f5f5f5;--text-color: #000000;--paper-background: #ffffff;--assistant-message-bg: #e0e0e0;--user-message-bg: #1c4e80;--input-background: #f5f5f5;--border-color: rgba(0, 0, 0, .23)}.light-mode .user-message{color:#fff!important}@media (max-width: 768px){.wps-chat-area{margin:8px}.message{max-width:90%}}: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(--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(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--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}.document-viewer-open{-webkit-user-select:none;user-select:none;pointer-events:none}@media print{.document-viewer-open{display:none!important}}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.pdf-scrollbar{scrollbar-width:thin;scrollbar-color:grey #3B3B3B;background:#3b3b3b}.pdf-scrollbar::-webkit-scrollbar{width:12px;height:12px;background:#3b3b3b}.pdf-scrollbar::-webkit-scrollbar-thumb{background:gray;border-radius:6px}.pdf-scrollbar::-webkit-scrollbar-track{background:gray}
