body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--brand-darkblue: #0f1770;--brand-blue: #2c5dd1;--brand-text: #0f1770;--brand-bg: #eef3f9;--brand-white: #FFFFFF}.app-layout{display:flex;min-height:100vh;min-height:100dvh}.main-container{margin-left:250px;transition:margin-left .3s ease;width:calc(100% - 250px)}.main-content{flex:1;padding:0;background-color:var(--brand-bg)}.app-header{background-color:var(--brand-darkblue);color:#fff;height:56px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.header-left{flex:1}.app-header h1{margin:0;font-size:1.25rem;color:#fff;font-weight:500}.header-right{display:flex;align-items:center;gap:16px}.logo a{color:#fff;text-decoration:none;font-size:1.2rem;font-weight:700}.main-nav{display:flex;gap:1.5rem}.main-nav a{color:#fff;text-decoration:none}.main-nav a:hover{text-decoration:underline}.user-controls{display:flex;align-items:center;gap:1rem}.user-greeting{margin-right:.5rem}.logout-btn{background-color:var(--brand-darkblue);color:#fff;border:none;padding:.3rem .8rem;border-radius:4px;cursor:pointer;margin:0;width:auto}.logout-btn:hover{background-color:var(--brand-blue)}.dashboard-header{background-color:var(--brand-darkblue);color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.dashboard-header h1{margin:0;font-size:1.5rem}.user-info{display:flex;align-items:center;gap:.75rem}.role-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.role-badge-super-admin{background-color:#dc2626;color:#fff}.role-badge-tenant-admin{background-color:#059669;color:#fff}.role-badge-user,.role-badge-default{background-color:#6b7280;color:#fff}@media(max-width:768px){.user-info{flex-direction:column;align-items:flex-end;gap:.25rem}.user-greeting{font-size:.9rem}.role-badge{font-size:.7rem;padding:.2rem .5rem}}.user-info button{margin:0;width:auto;padding:.5rem 1rem;background-color:var(--brand-blue)}.sidebar{width:250px;background:var(--brand-darkblue);color:#fff;height:100vh;height:100dvh;padding:0;position:fixed;top:0;left:0;overflow-y:hidden;transition:width .3s ease;z-index:50;display:flex;flex-direction:column}.sidebar h2{margin:0 0 1rem;font-weight:700;color:#fff;text-align:left}.sidebar ul{list-style:none;padding:0;margin:0;flex:1}.sidebar ul li{padding:0;cursor:pointer;margin-bottom:4px}.sidebar ul li a{color:#fff;text-decoration:none;display:flex;align-items:center;padding:12px 15px;transition:background-color .2s}.sidebar ul li a:hover,.sidebar ul li.active a{background:var(--brand-blue)}.nav-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-right:15px}.sidebar.collapsed .nav-icon{margin-right:0}.sidebar.collapsed .spark-logo{width:36px;height:36px}.sidebar.collapsed .nav-text{display:none}.sidebar ul li:hover,.sidebar ul li.active{background:var(--brand-blue)}.sidebar-logo{position:absolute;bottom:0;left:0;width:100%;padding:10px 20px;box-sizing:border-box;text-align:center}.sidebar-logo img{max-width:80%;height:auto;opacity:.9}.sidebar.collapsed{width:60px}.sidebar.collapsed+.main-container{margin-left:60px;width:calc(100% - 60px)}.spark-logo{width:40px;height:40px;border-radius:50%;padding:3px;object-fit:contain}.hamburger-icon{position:fixed;top:20px;left:20px;z-index:60;cursor:pointer;background:transparent;border:none;color:#fff;font-size:24px;display:none}.sidebar.collapsed .hamburger-icon{display:block;left:25px}.sidebar.collapsed .e-logo-img{width:36px;height:36px}.sidebar-toggle{background:transparent;border:none;color:#fff;font-size:20px;cursor:pointer;padding:8px;margin:0 10px 0 0;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.sidebar-toggle:hover{background-color:#ffffff1a}.sidebar-toggle:active{background-color:#fff3}.divider{border-top:1px solid #fff;margin:10px 0;padding:0!important;cursor:default!important}.divider:hover{background:transparent!important}.project-selector{padding:10px;cursor:default!important}.project-selector:hover{background:transparent!important}.project-selector label{display:block;margin-bottom:5px}.project-selector select{width:100%;padding:8px;border-radius:4px;border:none}.model-selector{padding:15px;color:#fff;margin-bottom:20px;margin-top:auto}.model-selector label{display:block;margin-bottom:5px;font-weight:700;font-size:.9rem}.model-dropdown{width:100%;padding:8px;background-color:#fff;color:var(--brand-darkblue);border:none;border-radius:4px;font-size:.9rem}@media(max-width:768px){.app-layout{position:relative}.sidebar{position:absolute;top:0;left:-250px;z-index:20;transition:left .3s ease}.main-container{margin-left:0!important;width:100%!important}.sidebar.collapsed+.main-container{margin-left:0!important;width:100%!important}.sidebar-brand{padding:20px 15px;margin-bottom:20px;display:flex;align-items:center}.sidebar.open{left:0}.hamburger-btn{display:block;position:fixed;top:10px;left:10px;z-index:30;background:var(--brand-darkblue);color:#fff;border:none;border-radius:4px;padding:5px 10px;cursor:pointer}.disabled-link{opacity:.5;cursor:not-allowed}}.brand-text{display:flex;align-items:center;gap:10px;color:#fff}.brand-logo{display:flex;align-items:center;justify-content:center}.brand-name{display:flex;flex-direction:column;font-family:Arial,sans-serif;line-height:1.2}.brand-name span:first-child{font-weight:700}.brand-name span:last-child{font-weight:400}.brand-icon{display:flex;justify-content:center;width:100%}.brand-horizontal{display:flex;align-items:center;justify-content:flex-start;padding:20px 15px;width:100%}.spark-logo-horizontal{width:90%;max-width:200px;height:auto;object-fit:contain;background-color:transparent;filter:none}.spark-logo-circular-collapsed{width:40px;height:40px;border-radius:50%;object-fit:cover;background-color:transparent;border:1px solid rgba(255,255,255,.2)}.sidebar-brand{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:20px;background-color:var(--brand-darkblue)}.brand-icon{display:flex;align-items:center;justify-content:flex-start;padding:15px;transition:background-color .2s;border-radius:4px}.brand-icon:hover{background-color:#ffffff1a}.brand-icon:active{background-color:#fff3}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:focus,.sr-only-focusable:active{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.skip-link{position:absolute;top:-40px;left:0;background:var(--brand-blue, #2c5dd1);color:#fff;padding:8px 16px;text-decoration:none;z-index:10000;border-radius:0 0 4px;font-weight:500;transition:top .2s ease}.skip-link:focus{top:0;outline:3px solid #fff;outline-offset:2px}.skip-link:hover{background:var(--brand-darkblue, #0f1770)}*:focus-visible{outline:3px solid var(--brand-blue, #2c5dd1);outline-offset:2px;border-radius:4px}*:focus:not(:focus-visible){outline:none}button:focus-visible,a:focus-visible{outline:3px solid var(--brand-blue, #2c5dd1);outline-offset:2px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--brand-blue, #2c5dd1);outline-offset:0;border-color:var(--brand-blue, #2c5dd1)}@media(prefers-contrast:high){button,a,input,textarea,select,.skip-link{border:2px solid}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.text-high-contrast{color:#000;background:#fff}a{text-decoration-skip-ink:auto}a:not([class]){text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px}[role=listbox] [role=option]:focus-visible,[role=menu] [role=menuitem]:focus-visible,[role=tablist] [role=tab]:focus-visible{background-color:var(--brand-bg, #eef3f9);outline:2px solid var(--brand-blue, #2c5dd1);outline-offset:-2px}.keyboard-hint{font-size:12px;color:#666;font-family:Monaco,Menlo,Ubuntu Mono,monospace;background:#f5f5f5;padding:2px 6px;border-radius:3px;border:1px solid #d9d9d9;margin-left:8px}[aria-live=polite],[aria-live=assertive],[role=status],[role=alert]{position:relative}[role=alert]{padding:12px 16px;border-radius:4px;border-left:4px solid}[role=alert][aria-live=assertive]{background:#fff2e8;border-color:#fa8c16;color:#d46b08}.focus-trap-active{position:relative}body.modal-open{overflow:hidden}.touch-target-min{min-height:44px;min-width:44px;padding:8px 12px}.touch-target-small{min-height:32px;min-width:32px;padding:6px 10px}.form-error{color:#ff4d4f;font-size:14px;margin-top:4px;display:flex;align-items:center;gap:4px}input:invalid,textarea:invalid,select:invalid{border-color:#ff4d4f}input:invalid:focus,textarea:invalid:focus,select:invalid:focus{outline-color:#ff4d4f;box-shadow:0 0 0 2px #ff4d4f33}.required-indicator{color:#ff4d4f;margin-left:4px}.loading-spinner{position:relative;display:inline-block}.loading-spinner:after{content:"";position:absolute;width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid var(--brand-blue, #2c5dd1);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.loading-spinner:after{animation:none;border-top-color:var(--brand-blue, #2c5dd1);opacity:.6}}@media print{.skip-link{position:static;color:#000;background:none}*:focus{outline:2px solid #000!important}[aria-hidden=true],[role=presentation]{display:none!important}}@media(prefers-color-scheme:dark){.skip-link{background:#1890ff;color:#fff}*:focus-visible{outline-color:#40a9ff}.keyboard-hint{background:#1f1f1f;border-color:#434343;color:#d9d9d9}}.pointer-disabled{pointer-events:none}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.force-focus-visible *:focus{outline:3px solid red!important}.feedback-buttons-container{position:relative;display:inline-block;width:40px;min-height:24px;margin-left:5px}.feedback-buttons{display:flex;gap:8px;position:absolute;right:0;top:0;background-color:#ffffffe6;padding:4px;border-radius:4px;box-shadow:0 1px 3px #0000001a}.feedback-button{background:none;border:1px solid #ddd;cursor:pointer;padding:4px;color:#555;border-radius:4px;transition:background-color .2s,color .2s;display:flex;align-items:center;justify-content:center}.ai-coach-container{display:flex;flex-direction:column;height:calc(100vh - 140px);height:calc(100dvh - 140px);padding:1rem;background-color:var(--brand-bg)}.ai-coach-header{margin-bottom:1rem}.ai-coach-header h2{margin-bottom:.5rem;color:var(--brand-darkblue)}.ai-coach-header p{color:var(--brand-darkblue);margin:0}.messages-container{position:relative;flex:1;overflow-y:auto;padding:1rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:1rem;display:flex;flex-direction:column}.message{margin-bottom:1rem;max-width:80%}.user-message{align-self:flex-end}.assistant-message{align-self:flex-start}.message-content{padding:.75rem 1rem;color:var(--brand-text);border-radius:1rem;position:relative}.user-message .message-content{background-color:var(--brand-darkblue);color:#fff;border-bottom-right-radius:.25rem}.assistant-message .message-content{background-color:#f0f0f0;color:var(--brand-darkblue);border-bottom-left-radius:.25rem}.input-section{display:flex;align-items:flex-start;gap:12px;margin-bottom:10px}.input-form{display:flex;width:calc(100% - 120px)}.input-container{position:relative;width:100%}.input-form{flex:1}.input-form textarea{width:100%;padding:12px 60px 12px 12px;border:1px solid #ddd;border-radius:12px;font-size:1rem;height:80px;resize:none;box-sizing:border-box}.send-btn{position:absolute;top:7px;right:12px;width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;padding:0!important;display:flex!important;align-items:center;justify-content:center;border-radius:10px!important;background-color:var(--brand-darkblue);color:#fff;border:none;cursor:pointer;transition:background-color .2s ease;z-index:10}.send-btn:hover{background-color:var(--brand-blue)}.send-btn:disabled{background-color:#ccc;cursor:not-allowed}.send-btn svg{display:block;margin:0 auto}.typing-indicator{display:flex;align-items:center;justify-content:center;gap:.25rem}.typing-indicator span{width:6px;height:6px;background-color:#fff;border-radius:50%;display:inline-block;animation:bounce 1.4s infinite ease-in-out both}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}.suggested-prompts{margin:20px 20px 20px 0;padding:15px 20px;background-color:#f0f4f8;border-radius:8px;width:calc(100% - 20px);box-sizing:border-box}.suggested-prompts-header{font-weight:500;margin-bottom:12px;color:var(--brand-darkblue);font-size:1.1rem}.prompt-buttons{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.prompt-button{background-color:#e7f3ff;color:var(--brand-darkblue);border:1px solid #d0e8ff;border-radius:18px;padding:10px 16px;font-size:.95rem;cursor:pointer;transition:all .2s ease;text-align:left;width:auto;max-width:90%}.prompt-button:hover{background-color:var(--brand-blue);box-shadow:0 2px 5px #0000001a}.new-session-btn{padding:.5rem 1rem;background-color:var(--brand-darkblue);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease;white-space:nowrap;margin:0;align-self:center;height:40px;width:auto;flex-shrink:0;min-width:100px;max-width:120px}.new-session-btn:hover{background-color:var(--brand-blue)}.new-session-btn:disabled{background-color:#ccc;cursor:not-allowed}@media(max-width:576px){.prompt-button{flex:1 1 100%}.input-form textarea{min-height:60px}.send-btn{width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important}}.ai-coach-disclaimer{margin-bottom:1rem;padding:.75rem 1rem;background-color:#e7f3ff;border:1px solid #bee5ff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.disclaimer-content{color:var(--brand-darkblue);font-size:.9rem;line-height:1.4}.disclaimer-content strong{color:var(--brand-darkblue);font-weight:600}.feedback-buttons-container{margin-left:8px;display:flex;align-items:center}.feedback-buttons{display:flex;gap:8px}.feedback-button{background:none;border:1px solid #ddd;cursor:pointer;padding:4px;color:#999;border-radius:4px;transition:background-color .2s,color .2s;display:flex}.feedback-button:hover{background-color:#f0f0f0;color:#333}.thumbs-up:hover{color:var(--brand-darkblue)}.thumbs-down:hover{color:#d32f2f}.feedback-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.feedback-modal{background:#fff;border-radius:8px;width:100%;max-width:500px;box-shadow:0 2px 10px #0003}.feedback-modal-header{padding:16px;border-bottom:1px solid #eee;display:flex;position:relative}.feedback-modal-header h3{margin:0;font-size:18px;color:var(--brand-darkblue)}.close-button{position:absolute;top:0;right:10px;background:var(--brand-darkblue);border:1px solid var(--brand-darkblue);width:24px;height:24px;font-size:16px;line-height:1;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;padding:0;border-radius:4px}.close-button:hover{background-color:var(--brand-blue)}.feedback-modal-body{padding:16px}.feedback-modal-body textarea{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-family:inherit;resize:vertical;min-height:100px;box-sizing:border-box;margin:0}.feedback-modal-footer{padding:16px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:12px}.cancel-button{background-color:#f5f5f5;color:var(--brand-darkblue);border:none;padding:8px 16px;border:1px solid var(--brand-darkblue);border-radius:4px;cursor:pointer}.submit-button{background-color:var(--brand-darkblue);color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer}.submit-button:hover{background-color:var(--brand-blue)}.markdown-renderer{line-height:1.6;color:inherit;overflow-wrap:break-word;word-wrap:break-word;text-align:left!important}.assistant-message .markdown-renderer{line-height:1.2}.ai-message .markdown-renderer{line-height:1.3}.markdown-renderer *{text-align:left!important}.markdown-renderer h1,.markdown-renderer h2,.markdown-renderer h3,.markdown-renderer h4,.markdown-renderer h5,.markdown-renderer h6{color:var(--brand-darkblue);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.3}.markdown-renderer h1{font-size:1.8em;border-bottom:2px solid var(--brand-blue);padding-bottom:.3em}.markdown-renderer h2{font-size:1.5em;border-bottom:1px solid var(--brand-blue);padding-bottom:.3em}.markdown-renderer h3{font-size:1.3em}.markdown-renderer h4{font-size:1.1em}.markdown-renderer h5,.markdown-renderer h6{font-size:1em}.markdown-renderer h1:first-child,.markdown-renderer h2:first-child,.markdown-renderer h3:first-child,.markdown-renderer h4:first-child,.markdown-renderer h5:first-child,.markdown-renderer h6:first-child{margin-top:0}.markdown-renderer p{margin-bottom:.1em;margin-top:0}.assistant-message .markdown-renderer p{margin-bottom:.3em}.ai-message .markdown-renderer p{margin-bottom:0}.markdown-renderer strong{font-weight:700;color:var(--brand-darkblue, #0f1770)}.markdown-renderer em{font-style:italic}.markdown-renderer a{color:var(--brand-darkblue);text-decoration:underline;text-decoration-color:var(--brand-blue);transition:color .2s ease}.markdown-renderer a:hover{color:var(--brand-blue);text-decoration-color:var(--brand-darkblue)}.markdown-renderer ul,.markdown-renderer ol{margin-bottom:1em;padding-left:1.5em}.markdown-renderer ul{list-style-type:disc}.markdown-renderer ol{list-style-type:decimal}.markdown-renderer li{margin-bottom:.25em}.markdown-renderer li:last-child{margin-bottom:0}.markdown-renderer ul ul,.markdown-renderer ol ol,.markdown-renderer ul ol,.markdown-renderer ol ul{margin-top:.25em;margin-bottom:.25em}.markdown-renderer code{background-color:#f5f5f5;color:var(--brand-darkblue);padding:.2em .4em;border-radius:3px;font-family:Courier New,Consolas,monospace;font-size:.9em}.markdown-renderer pre{background-color:#2d3748;border-radius:6px;padding:1em;margin:1em 0;overflow-x:auto}.markdown-renderer pre code{background-color:transparent;color:inherit;padding:0;border-radius:0;font-size:.9em}.markdown-renderer .token.comment,.markdown-renderer .token.prolog,.markdown-renderer .token.doctype,.markdown-renderer .token.cdata{color:#999}.markdown-renderer blockquote{border-left:4px solid var(--brand-blue);margin:1em 0;padding:.5em 1em;background-color:#1167be0d;font-style:italic}.markdown-renderer blockquote p{margin-bottom:.5em}.markdown-renderer blockquote p:last-child{margin-bottom:0}.markdown-renderer hr{border:none;border-top:2px solid var(--brand-blue);margin:2em 0}.markdown-renderer table{border-collapse:collapse;margin:1em 0;width:100%}.markdown-renderer th,.markdown-renderer td{border:1px solid #ddd;padding:.5em;text-align:left}.markdown-renderer th{background-color:var(--brand-bg);font-weight:600;color:var(--brand-darkblue)}@media(max-width:768px){.markdown-renderer{font-size:.9em}.markdown-renderer h1{font-size:1.6em}.markdown-renderer h2{font-size:1.4em}.markdown-renderer h3{font-size:1.2em}.markdown-renderer pre{padding:.8em;margin:.8em 0}}.message-wrapper{position:relative;display:flex;width:100%}.message-content{flex:1;white-space:pre-wrap}.actions-dropdown{position:relative;margin-left:auto}.actions-btn{background-color:var(--brand-darkblue);color:#fff;border:none;padding:.3rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem;display:flex;align-items:center;gap:.5rem}.actions-btn:hover{background-color:var(--brand-blue)}.dropdown-caret{font-size:.7rem;margin-top:2px}.actions-menu{position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 5px #0000001a;z-index:10;min-width:180px;margin-top:5px}.chat-placeholder{margin-bottom:12px}.actions-menu button{display:block;width:100%;text-align:left;padding:8px 12px;background:none;border:none;border-radius:0;color:var(--brand-darkblue);cursor:pointer;font-size:.85rem;margin:0}.actions-menu button:hover{background-color:#f5f5f5}.menu-divider{height:1px;background-color:#ddd;margin:4px 0}.actions-menu .clear-session-btn{color:#dc3545;font-weight:500}.actions-menu .clear-session-btn:hover{background-color:#fff8f8}.actions-menu button:not(:last-child){border-bottom:1px solid #eee}.report-writer-container{padding:0 1rem 1rem 2rem;background-color:var(--brand-bg);height:calc(100vh - 56px);height:calc(100dvh - 56px);overflow:hidden}.report-writer-container h2{margin:0;margin-right:1rem;display:inline-block;vertical-align:middle;line-height:10px;font-size:1.5rem}.report-select-container{display:flex;align-items:center;margin:0;flex:1;justify-content:center}.report-select{width:100%;max-width:300px;padding:.5rem;margin:0;border:1px solid #ddd;border-radius:4px;font-size:.7rem;height:30px;line-height:20px;vertical-align:middle}.report-layout{display:flex;gap:20px;margin-top:10px;height:calc(100% - 10px);box-sizing:border-box}.report-chat{flex:.3;display:flex;flex-direction:column;border:1px solid #ddd;background:#fff;box-sizing:border-box;padding:10px 10px 10px 15px;border-radius:4px}.report-chat h3,.report-chat>h3,.report-chat>div>h3,.report-chat>:first-child{color:var(--brand-darkblue)}.chat-messages{flex:1;overflow-y:auto;border:1px solid #ccc;padding:10px;margin-bottom:10px;border-radius:4px}.chat-message{margin-bottom:12px;padding:8px;border-radius:4px;white-space:pre-wrap}.chat-message.loading{opacity:.8}.loading-indicator{display:inline-flex;align-items:center;margin-left:8px}.loading-indicator .dot{width:8px;height:8px;background-color:#888;border-radius:50%;display:inline-block;margin-right:4px;animation:bounce 1.4s infinite ease-in-out both}.loading-indicator .dot:nth-child(1){animation-delay:-.32s}.loading-indicator .dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.ai-message{background-color:#f0f4f8;white-space:pre-wrap}.user-message{background-color:transparent}.chat-input-area{display:flex;align-items:center;background-color:#ffffffe6;border-radius:24px;padding:8px 16px;box-shadow:0 1px 3px #0000001a;margin-bottom:12px;position:relative}.chat-input-area textarea{flex:1;resize:none;border:none;outline:none;background:transparent;padding:8px 0;max-height:150px;min-height:24px;font-family:inherit;font-size:14px}.chat-input-buttons{display:flex;flex-direction:column;gap:5px;height:70px;justify-content:center}.chat-input-area button{padding:0;background-color:var(--brand-darkblue);color:#fff;border:none;border-radius:4px;cursor:pointer;height:32px;width:32px;min-height:32px;min-width:32px;font-size:.85rem;display:flex;align-items:center;justify-content:center;margin:0}.chat-input-area button.send-btn:after{content:"➤";font-size:1rem}.chat-actions{display:flex;gap:12px;margin-bottom:12px}.message-content{white-space:pre-wrap}.list-item{margin:2px 0;display:flex;align-items:flex-start}.list-number{margin-right:1px;min-width:24px;text-align:right}.list-bullet{margin-right:8px}.action-btn{background:transparent;color:var(--brand-darkblue);border:none;padding:8px 12px;border-radius:16px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease;font-size:14px}.action-btn:hover{background-color:#1167be1a}.icon-archive:before{content:"📁";font-size:16px}.icon-evaluate:before{content:"✓";font-size:16px}.voice-btn:active{transform:scale(.9)}.action-btn:active{transform:scale(.95)}.voice-btn{background:transparent;border:none;color:#fff;width:32px;height:32px;padding:0;cursor:pointer;margin-left:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.voice-btn:hover{background-color:var(--brand-blue)}.voice-btn svg path{fill:#fff}.voice-btn[data-recording=true]{background-color:#ff4c4c1a}.voice-btn[data-recording=true] svg path{fill:#ff4c4c!important}.report-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:10px}.report-preview-header h3{color:var(--brand-darkblue);margin:0}.report-preview{flex:.7;border:1px solid #ddd;background:#fff;padding:10px;box-sizing:border-box;position:relative;overflow-y:auto;border-radius:4px}.report-buttons{display:flex;gap:10px;flex-wrap:wrap;margin:0}.report-buttons button{background-color:var(--brand-darkblue);color:#fff;border:none;padding:.3rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem;white-space:nowrap;width:auto}.report-buttons button:hover{background-color:var(--brand-blue)}.new-report-btn{background-color:var(--brand-blue);color:#fff;border:none;padding:.3rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem;margin-right:10px}.new-report-btn:hover{background-color:var(--brand-darkblue)}.new-report-btn:disabled{background-color:#ccc;cursor:not-allowed}.select-report-prompt{text-align:center;background-color:var(--brand-blue);color:var(--brand-white);padding:2rem;border-radius:8px;font-weight:700;font-size:1.2rem;margin:2rem auto;max-width:80%;box-shadow:0 2px 8px #0000001a;border:2px solid var(--brand-darkblue);animation:pulse 2s infinite}.template-grid{display:grid;grid-template-columns:2fr 2fr;grid-template-rows:auto auto auto auto;gap:10px;margin-top:10px}.banner-left,.banner-right{border:1px solid #ccc;padding:5px;background:#fffa97;border-radius:4px;font-size:.8rem}.banner-left strong{display:inline-block;margin-bottom:4px;font-size:.9em}.banner-left input{margin-bottom:4px;padding:4px;font-size:.8rem;height:15px}.banner-left br{line-height:.5}.banner-right{text-align:right;font-size:.9rem}.banner-right div{margin-bottom:2px}.banner-right div:last-child{text-transform:uppercase;font-weight:700;color:#666}.banner-left-kd,.banner-right-kd{background:#b3ff9f}.template-box{border:1px solid #ccc;padding:10px;background:#fff;border-radius:4px;display:flex;flex-direction:column}.template-box h4{margin-top:0;margin-bottom:8px;color:var(--brand-darkblue);display:flex;align-items:center;font-size:.9rem}.template-box h4 .subtitle{font-size:.8rem;color:#666;margin-left:8px}.template-box textarea{flex-grow:1;width:100%;resize:vertical;border:1px solid #ddd;border-radius:4px;padding:10px;min-height:60px;margin-top:5px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:1.5}.template-grid .template-box textarea{display:block;overflow:auto;margin:0;width:calc(100% - 2px)}.template-large{min-height:150px}template-box.purpose h4,.template-box.learned h4,.template-box.done-box h4,.template-box.recommendations h4{display:flex;align-items:center}button:disabled{opacity:.6;cursor:not-allowed}.chat-input-area textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}.action-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:900px){.report-layout{flex-direction:column;height:auto}.report-chat,.report-preview{width:100%;min-height:400px}}.open-doc-btn{background-color:var(--brand-darkblue);color:#fff;border:none;border-radius:4px;padding:2px 8px;margin-left:5px;font-size:.7rem;cursor:pointer;display:inline-block;vertical-align:middle}.open-doc-btn:hover{background-color:var(--brand-blue)}.sources-section{margin-top:12px;padding:10px;background-color:#f7f9fc;border-radius:6px;border:1px solid #e0e6ed}.sources-section h4{margin:0 0 8px;color:var(--brand-darkblue);font-size:.9rem}.sources-list{list-style:none;padding:0;margin:0;max-height:150px;overflow-y:auto}.source-item{margin-bottom:5px}.source-link{color:var(--brand-darkblue);text-decoration:none;font-size:.9rem;display:inline-block;padding:3px 0}.source-link:hover{text-decoration:underline}.source-link:before{content:"📄 ";margin-right:5px}@media(max-width:600px){.btn-text{display:none}.action-btn{padding:8px}.chat-input-area{padding:6px 12px}}@media(max-width:1024px){.report-writer-container{padding:0 1rem 1rem}.report-layout{gap:15px}.template-grid{grid-template-columns:1fr;gap:15px}}@media(max-width:768px){.report-writer-container{padding:0 .75rem .75rem;height:calc(100vh - 56px);height:calc(100dvh - 56px)}.report-layout{flex-direction:column;gap:12px;height:auto;margin-top:8px}.report-chat{min-height:300px;max-height:50vh}.report-preview{min-height:300px}.report-preview-header{flex-direction:column;align-items:flex-start;gap:8px}.report-buttons{flex-wrap:wrap;gap:8px;width:100%}.report-buttons button{font-size:.8rem;padding:.5rem .75rem;min-height:44px}.chat-input-area button{min-width:44px;min-height:44px;width:44px;height:44px}.template-box textarea{font-size:16px;padding:12px;min-height:80px}.banner-left,.banner-right{font-size:.75rem;padding:8px}.banner-left input{font-size:16px;height:auto;padding:8px}.action-btn{min-height:44px;padding:10px 14px;font-size:.9rem}.chat-actions{flex-wrap:wrap;gap:8px}.select-report-prompt{font-size:1rem;padding:1.5rem;margin:1rem auto;max-width:95%}}@media(max-width:480px){.report-writer-container{padding:0 .5rem .5rem}.report-writer-container h2{font-size:1.25rem}.report-chat,.report-preview{min-height:250px}.report-buttons button{flex:1 1 calc(50% - 4px);min-width:calc(50% - 4px);justify-content:center}.template-box h4{font-size:.85rem}.template-box textarea{min-height:70px;font-size:16px}.chat-message{padding:6px;font-size:.9rem}.chat-input-area{padding:6px 10px}.chat-input-area textarea{font-size:16px}.voice-btn{min-width:40px;min-height:40px}}@media(hover:none)and (pointer:coarse){.report-buttons button,.action-btn,.new-report-btn{min-height:48px;min-width:48px;padding:12px 16px}.report-buttons button:active,.action-btn:active{transform:scale(.97);opacity:.9}.source-link{display:block;padding:12px 8px;margin:4px 0}.open-doc-btn{min-height:44px;padding:10px 12px;font-size:.85rem}.template-box textarea{padding:14px;border-width:2px}.template-box:active{background-color:#f8f9fa}}@media(max-width:768px)and (orientation:landscape){.report-chat,.report-preview{min-height:200px}.chat-input-area textarea{max-height:100px}.report-buttons button{flex:0 1 auto;min-width:auto}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.report-writer-container{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.template-box,.report-chat,.report-preview{border-width:.5px}}.rich-text-section{margin-bottom:16px}.rich-text-editor-wrapper{background:#fff;border-radius:4px}.ql-container{font-size:14px;font-family:inherit}.ql-editor{max-height:500px;overflow-y:auto;text-align:left}.ql-editor.ql-blank:before{font-style:italic;color:#999}.ql-editor table,.report-table{border-collapse:collapse;width:100%;margin:12px 0;border:1px solid #ddd}.ql-editor table td,.ql-editor table th,.report-table td,.report-table th{border:1px solid #ddd;padding:8px 12px;text-align:left}.ql-editor table th,.report-table th{background-color:#f5f5f5;font-weight:600;color:var(--brand-darkblue)}.ql-editor table tr:nth-child(2n),.report-table tr:nth-child(2n){background-color:#fafafa}.ql-editor table tr:hover,.report-table tr:hover{background-color:#f0f0f0}.ql-editor img{max-width:100%;height:auto;display:block;margin:12px 0;border-radius:4px;box-shadow:0 2px 4px #0000001a}.ql-toolbar.ql-snow{border:1px solid #d9d9d9;border-bottom:none;border-radius:4px 4px 0 0;background:#fafafa}.ql-container.ql-snow{border:1px solid #d9d9d9;border-radius:0 0 4px 4px}.ql-snow .ql-stroke{stroke:var(--brand-darkblue)}.ql-snow .ql-fill{fill:var(--brand-darkblue)}.ql-snow .ql-picker-label{color:var(--brand-darkblue)}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active{color:var(--brand-blue)}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke{stroke:var(--brand-blue)}@media(max-width:768px){.ql-editor{min-height:150px;font-size:16px}.ql-toolbar.ql-snow{padding:4px}.ql-toolbar.ql-snow .ql-formats{margin-right:8px}}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}._charCounter_54qmr_4{font-weight:400;margin-left:8px;color:#595959}._charCounterOverLimit_54qmr_10{font-weight:400;margin-left:8px;color:#ff4d4f}._inlineTip_54qmr_17{margin-left:8px}._learnMoreButton_54qmr_22{padding:0;height:auto}._alert_54qmr_28{margin-bottom:16px}._editorContainer_54qmr_33{--editor-min-height: 200px}: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{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;inset: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;inset:100% 0 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}._progressContainer_1e3qf_5{background:#fff;padding:12px 24px;border-bottom:1px solid #f0f0f0;position:sticky;top:56px;z-index:9}._stepsWrapper_1e3qf_23{max-width:1000px;margin:0 auto}._layout_vpksi_4{background:#f5f5f5;height:calc(100vh - 112px);max-height:calc(100vh - 112px);overflow:hidden;display:flex;flex-direction:column}._topBar_vpksi_14{background:#fff;padding:12px 24px;border-bottom:1px solid #f0f0f0;flex-shrink:0}._topBarSpace_vpksi_21{width:100%;justify-content:space-between}._icon_vpksi_26{color:#1890ff}._contentArea_vpksi_31{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:24px;min-height:0}._contentContainer_vpksi_40{max-width:800px;text-align:center}._description_vpksi_45{font-size:16px;margin-bottom:24px}._knowledgeGapCard_vpksi_51{height:100%;background:#fffbe6;border-color:#ffe58f;border-width:2px}._knowledgeGapCardSpace_vpksi_58{width:100%;text-align:center}._knowledgeGapIcon_vpksi_63{font-size:48px;color:#faad14}._knowledgeGapTitle_vpksi_68{margin-bottom:8px}._keyDecisionCard_vpksi_73{height:100%;background:#f6ffed;border-color:#b7eb8f;border-width:2px}._keyDecisionCardSpace_vpksi_80{width:100%;text-align:center}._keyDecisionIcon_vpksi_85{font-size:48px;color:#52c41a}._keyDecisionTitle_vpksi_90{margin-bottom:8px}._layout_aaynt_4{background:#f5f5f5;height:calc(100vh - 112px);max-height:calc(100vh - 112px);overflow:hidden;display:flex;flex-direction:column}._topBar_aaynt_14{background:#fff;padding:12px 24px;border-bottom:1px solid #f0f0f0;flex-shrink:0}._topBarSpace_aaynt_21{width:100%;justify-content:space-between}._contentArea_aaynt_27{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:24px;min-height:0}._contentContainer_aaynt_36{max-width:1000px;text-align:center}._description_aaynt_41{font-size:16px;margin-bottom:24px}._voiceCard_aaynt_47{height:100%;background:#e6f7ff;border-color:#91d5ff;border-width:2px}._voiceCardSpace_aaynt_54{width:100%;text-align:center;display:flex}._voiceIcon_aaynt_60{font-size:48px;color:#1890ff}._voiceContent_aaynt_65{min-height:80px;display:flex;flex-direction:column;justify-content:center}._voiceTitle_aaynt_72{margin-bottom:8px}._assistantCard_aaynt_77{height:100%;background:#fff7e6;border-color:#ffd591;border-width:2px}._assistantCardSpace_aaynt_84{width:100%;text-align:center;display:flex}._assistantIcon_aaynt_90{font-size:48px;color:#fa8c16}._assistantContent_aaynt_95{min-height:80px;display:flex;flex-direction:column;justify-content:center}._assistantTitle_aaynt_102{margin-bottom:8px}._directCard_aaynt_107{height:100%;background:#f6ffed;border-color:#b7eb8f;border-width:2px}._directCardSpace_aaynt_114{width:100%;text-align:center;display:flex}._directIcon_aaynt_120{font-size:48px;color:#52c41a}._directContent_aaynt_125{min-height:80px;display:flex;flex-direction:column;justify-content:center}._directTitle_aaynt_132{margin-bottom:8px}._container_mdl07_4{padding:0 16px;height:100%;overflow:auto}._topRow_mdl07_11{margin-bottom:12px}._cardKnowledgeGap_mdl07_16{height:100%;background:#fffbe6;border:1px solid #ffe58f}._cardKeyDecision_mdl07_23{height:100%;background:#f6ffed;border:1px solid #b7eb8f}._formItemSmallMargin_mdl07_30{margin-bottom:8px}._formItemNoMargin_mdl07_34{margin-bottom:0}._bottomCardKnowledgeGap_mdl07_39{background:#fffbe6;border:1px solid #ffe58f}._bottomCardKeyDecision_mdl07_45{background:#f6ffed;border:1px solid #b7eb8f}._contentRow_mdl07_51{display:flex;align-items:stretch}._column_mdl07_57{display:flex;flex-direction:column;align-self:stretch}._columnContent_mdl07_64{display:flex;flex-direction:column;align-items:stretch;height:100%}._columnContent_mdl07_64 .ql-container{border:none!important;border-radius:0!important}._columnContent_mdl07_64 .ql-toolbar{border-left:none!important;border-right:none!important;border-top:none!important}._columnContent_mdl07_64>*{flex-shrink:0;flex-grow:0;flex-basis:auto;margin-bottom:16px}._columnContent_mdl07_64>*:last-child{margin-bottom:0;flex-grow:1;display:flex;flex-direction:column}._columnContent_mdl07_64>*:last-child .rich-text-editor-wrapper{flex-grow:1;display:flex;flex-direction:column}._columnContent_mdl07_64>*:last-child .ql-container{flex-grow:1;display:flex;flex-direction:column;min-height:0}._columnContent_mdl07_64>*:last-child .ql-editor{flex-grow:1;height:100%}._container_15bjs_4{height:calc(100vh - 181px);max-height:calc(100vh - 181px);display:flex;flex-direction:column;background:#f5f5f5;overflow:hidden}._mainWorkspace_15bjs_14{flex:1;padding:16px;overflow:hidden;height:100%}._leftColumn_15bjs_22{display:flex;flex-direction:column;height:100%}._titleCard_15bjs_29{margin-bottom:16px}._titleLabel_15bjs_33{margin-bottom:4px}._titleTextarea_15bjs_37{resize:none}._sectionsCard_15bjs_42{flex:1;overflow-y:auto;display:flex;flex-direction:column}._completedTag_15bjs_49{margin-bottom:8px}._sectionsList_15bjs_53{width:100%}._sectionCard_15bjs_58{border-color:#d9d9d9;border-width:1px;cursor:pointer;background:#fff}._sectionCardActive_15bjs_66{border-color:#1890ff;border-width:2px;cursor:default;background:#e6f7ff}._sectionCardCompleted_15bjs_74{border-color:#52c41a;border-width:1px;cursor:pointer;background:#fff}._sectionCheckIcon_15bjs_81{color:#52c41a}._rightColumn_15bjs_86{display:flex;flex-direction:column;height:100%}._contentRow_15bjs_92{flex:1;overflow:hidden}._transcriptColumn_15bjs_98{display:flex;flex-direction:column;height:100%}._transcriptCard_15bjs_104{height:100%;display:flex;flex-direction:column}._contentSpace_15bjs_110{width:100%;flex:1}._recordingCta_15bjs_116{text-align:center;padding:48px 24px;background:#f0f5ff;border-radius:8px;border:2px dashed #91d5ff}._recordingCtaActive_15bjs_125{text-align:center;padding:48px 24px;background:#fff2e8;border-radius:8px;border:2px solid #ff7a45}._audioIcon_15bjs_134{font-size:64px;color:#1890ff;margin-bottom:24px}._audioIconRecording_15bjs_141{font-size:64px;color:#ff4d4f;margin-bottom:24px}._voiceIconRecording_15bjs_148{color:#ff4d4f}._voiceIconReady_15bjs_152{color:#1890ff}._assistantIcon_15bjs_156{color:#fa8c16}._recordingTitle_15bjs_160{margin-bottom:8px}._recordingDescription_15bjs_164{font-size:16px;margin-bottom:24px}._recordingButton_15bjs_169{height:56px;font-size:18px;padding:0 48px}._recTagContainer_15bjs_175{margin-top:16px}._recTag_15bjs_175{font-size:14px;padding:4px 12px}._assistantTextarea_15bjs_185,._formatButton_15bjs_189{margin-top:8px}._rawTranscript_15bjs_194{margin-top:8px;padding:12px;background:#fff9e6;border-radius:4px;border:1px solid #ffe58f}._formattedContent_15bjs_202{margin-top:8px;padding:12px;background:#f0f9ff;border-radius:4px;border:1px solid #91d5ff}._supportColumn_15bjs_211{display:flex;flex-direction:column;height:100%}._supportTitle_15bjs_217{font-size:16px}._supportCard_15bjs_221{height:100%;display:flex;flex-direction:column}._supportText_15bjs_227{white-space:pre-line;font-size:15px;line-height:1.8;color:#262626}._noGuidance_15bjs_234{text-align:center;padding:40px 20px;color:#666}._charCounter_15bjs_241{font-weight:400;margin-left:8px;color:#595959}._charCounterOverLimit_15bjs_247{font-weight:400;margin-left:8px;color:#ff4d4f}._layout_e3tza_4{background:#f5f5f5;height:calc(100vh - 112px);max-height:calc(100vh - 112px);overflow:hidden}._topBar_e3tza_12{background:#fff;padding:12px 24px;border-bottom:1px solid #f0f0f0}._topBarSpace_e3tza_18{width:100%;justify-content:space-between}._contentWrapper_e3tza_24{flex:1;overflow:hidden}._directModeContainer_e3tza_30{height:100%;display:flex;position:relative}._directModeContainerDragging_e3tza_36{-webkit-user-select:none;user-select:none}._formArea_e3tza_41{height:100%;padding:16px;overflow:hidden}._formAreaAnimated_e3tza_47{transition:width .2s ease}._divider_e3tza_52{width:8px;height:100%;cursor:col-resize;background:#e0e0e0;transition:background .2s;position:relative;z-index:10;flex-shrink:0;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9}._dividerActive_e3tza_65{background:#1890ff}._assistantArea_e3tza_70{height:100%;background:#fff;overflow:hidden}._assistantAreaAnimated_e3tza_76{transition:width .2s ease}._assistantWrapper_e3tza_80{display:flex;flex-direction:column;height:100%}._assistantHeader_e3tza_87{padding:16px;border-bottom:1px solid #f0f0f0;background:#fafafa}._assistantHeaderSpace_e3tza_93{width:100%;justify-content:space-between}._messagesContainer_e3tza_99{flex:1;overflow:auto;padding:16px;display:flex;flex-direction:column;background:#fff;border-radius:8px;margin-bottom:12px}._messageBubbleWrapper_e3tza_111{margin-bottom:1rem;max-width:80%}._messageBubbleWrapperUser_e3tza_116{align-self:flex-end}._messageBubbleWrapperAssistant_e3tza_120{align-self:flex-start}._messageBubble_e3tza_111{padding:.75rem 1rem;border-radius:1rem}._messageBubbleUser_e3tza_130{background-color:var(--brand-darkblue);color:#fff;border-bottom-right-radius:.25rem;border-bottom-left-radius:1rem}._messageBubbleAssistant_e3tza_137{background-color:#f0f0f0;color:var(--brand-darkblue);border-bottom-right-radius:1rem;border-bottom-left-radius:.25rem}._sourcesContainer_e3tza_145{margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}._inputContainer_e3tza_152{display:flex;align-items:flex-start;gap:12px;padding:0 16px 16px}._inputWrapper_e3tza_159{position:relative;flex:1}._textarea_e3tza_165{padding-right:60px;border-radius:12px;resize:none}._sendButton_e3tza_172{position:absolute;top:7px;right:12px;width:40px;height:40px;border-radius:10px;padding:0;display:flex;align-items:center;justify-content:center}._modalTop_e3tza_186{top:20px}._documentViewer_e3tza_191{height:80vh}._documentIframe_e3tza_195{width:100%;height:100%;border:none}._documentLinksContainer_e3tza_202{margin-top:12px;padding-top:8px;border-top:1px solid rgba(0,0,0,.06)}._documentLinkItem_e3tza_208{margin-bottom:6px}._documentLinkBullet_e3tza_212{margin-right:4px}._documentLinkButton_e3tza_216{padding:0;height:auto;font-weight:500;color:#1890ff}._documentLinkDetails_e3tza_223{margin-left:4px}._modalContent_e3tza_228{height:70vh}._emptyPreview_e3tza_232{padding:40px;text-align:center}._layout_tmzg7_4{background:#f5f5f5;min-height:calc(100vh - 180px)}._topBar_tmzg7_10{background:#fff;padding:12px 24px;border-bottom:1px solid #f0f0f0}._topBarSpace_tmzg7_16{width:100%;justify-content:space-between}._contentWrapper_tmzg7_22{max-width:900px;margin:60px auto;padding:24px}._verticalSpace_tmzg7_28{width:100%}._successMessage_tmzg7_33{text-align:center}._successIcon_tmzg7_37{font-size:64px;color:#52c41a;margin-bottom:16px}._description_tmzg7_43{font-size:16px}._exportText_tmzg7_48{display:block;margin-top:8px;text-align:center}._cardFullHeight_tmzg7_55{height:100%}._spaceFullWidth_tmzg7_59{width:100%}._labelText_tmzg7_63{display:block;margin-bottom:8px}._selectFullWidth_tmzg7_68{width:100%}.login-container,.register-container{display:flex;justify-content:center;align-items:center;min-height:100vh;min-height:100dvh;background-color:var(--brand-bg)}.login-form,.register-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}h2{margin-bottom:1.5rem;color:var(--brand-darkblue);text-align:center}.form-group{margin-bottom:1rem}label{display:block;margin-bottom:.5rem;font-weight:700}.login-form .form-group input,.register-form .form-group input{width:100%!important;padding:.75rem!important;border:1px solid #ddd;border-radius:4px;font-size:1rem;box-sizing:border-box}.login-form button,.register-form button{width:100%;padding:.75rem;background-color:var(--brand-darkblue);color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;margin-top:1rem;box-sizing:border-box}button:hover{background-color:var(--brand-blue)}button:disabled{background-color:#ccc;cursor:not-allowed}.error-message{background-color:#ffebee;color:#c62828;padding:.75rem;border-radius:4px;margin-bottom:1rem}p{text-align:center;margin-top:1rem}a{color:var(--brand-darkblue);text-decoration:none}a:hover{text-decoration:underline}.archive-container{padding:1rem 1rem 1rem 2rem;background-color:var(--brand-bg);height:calc(100vh - 56px);height:calc(100dvh - 56px);overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;display:flex;gap:20px;margin-top:20px;flex-direction:column}.archive-container h2{margin:0;margin-right:1rem;display:inline-block;vertical-align:middle;line-height:10px;font-size:1.5rem;color:var(--brand-darkblue)}.project-creation{display:flex;gap:10px;margin-bottom:15px}.project-creation .project-name-input{flex:3;padding:8px;border:1px solid #ddd;border-radius:4px}.project-creation .add-project-btn{flex:1;padding:8px 15px;background-color:var(--brand-darkblue);color:#fff;border:none;border-radius:4px;cursor:pointer}.project-creation .add-project-btn:hover{background-color:var(--brand-blue)}.archive-layout{display:flex;gap:20px;margin-top:20px;height:calc(100% - 10px);box-sizing:border-box}.archive-structure-column,.upload-projects-column{flex:0 0 calc(50% - 10px);width:calc(50% - 10px);min-width:0;border:1px solid #ddd;background:#fff;padding:15px;box-sizing:border-box;border-radius:4px;display:flex;flex-direction:column;overflow:auto}.archive-structure-column h3,.upload-projects-column h3{margin-top:0;color:var(--brand-darkblue)}.projects-list{flex:1;overflow-y:auto}.projects-list h4{margin-top:0;margin-bottom:10px;color:var(--brand-darkblue)}.projects-list ul{list-style:none;padding:0;margin:0}.projects-list li{padding:8px;cursor:pointer;border-radius:4px;transition:background-color .2s}.projects-list li:hover{background-color:#f0f4f8}.projects-list li.selected{background-color:#e7f3ff;color:var(--brand-darkblue)}.file-upload-controls{display:flex;flex-direction:column;gap:10px;margin-bottom:15px;width:92%}.file-upload-controls input[type=file]{flex:3}.file-upload-controls button{padding:10px 16px;background-color:var(--brand-darkblue);color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;align-self:flex-start;margin-top:8px}.file-upload-controls button:disabled{background-color:#ccc;cursor:not-allowed}.file-upload-controls button:hover{background-color:var(--brand-blue)}.dropzone{border:2px dashed #ccc;border-radius:4px;padding:20px;text-align:center;background-color:#fafafa;cursor:pointer;transition:border-color .2s ease;width:100%;min-height:120px;display:flex;flex-direction:column;justify-content:center}.dropzone:hover,.dropzone.active{border-color:var(--brand-darkblue)}.dropzone p{margin:0;color:#666}.dropzone .file-types{font-size:.8rem;margin-top:8px;color:#888}.selected-files{margin-top:1rem;padding:1rem;background-color:#f8f9fa;border-radius:4px;width:100%;min-width:0}.selected-files h4{margin:0 0 .5rem;color:var(--brand-darkblue)}.selected-files ul{list-style:none;padding:0;margin:0}.selected-files li{padding:.25rem 0;font-size:.9rem;color:#666;overflow-wrap:break-word;word-wrap:break-word}.uploaded-files{flex:1;overflow-y:auto;min-width:0;width:100%}.uploaded-files h3{margin-top:0;color:var(--brand-darkblue)}.files-list{list-style:none;padding:0;margin:0}.file-item{display:flex;align-items:center;justify-content:space-between;background:#f9f9f9;padding:.8rem;border-radius:4px;margin-bottom:.5rem;border-left:3px solid transparent;min-width:0}.file-item.success{border-left-color:#4caf50}.file-item.failed{border-left-color:#f44336}.file-item.processing{border-left-color:#2196f3}.file-info{display:flex;flex-direction:column;flex:1;overflow:hidden;min-width:0}.file-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:100%}.file-meta{display:flex;flex-wrap:wrap;font-size:.8rem;color:#666;margin-top:4px}.file-type,.file-size{margin-right:10px}.embedding-badge{font-size:.7rem;padding:.1rem .4rem;border-radius:8px;margin-left:8px;white-space:nowrap}.embedding-badge.success{background-color:#e8f5e9;color:#2e7d32}.embedding-badge.failed{background-color:#ffebee;color:#c62828}.embedding-badge.processing{background-color:#e3f2fd;color:#1565c0}.file-actions{display:flex;gap:8px;align-items:center;flex-shrink:0}.open-file-btn{min-width:fit-content;padding:4px 8px;font-size:.8rem;background-color:var(--brand-darkblue);color:#fff;border:none;border-radius:3px;cursor:pointer;margin-right:8px}.open-file-btn:hover{background-color:var(--brand-blue)}.delete-file-btn{min-width:fit-content;padding:4px 8px;font-size:.8rem;background-color:#fee2e2;color:#b91c1c;border:none;border-radius:3px;cursor:pointer}.delete-file-btn:hover{background-color:#fecaca}.project-actions{display:flex;gap:10px;margin-bottom:15px;justify-content:flex-end}.delete-btn{padding:6px 12px;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.delete-btn:hover{background-color:#c82333}.upload-error{color:#dc3545;margin-top:4px;font-size:.9rem}.error{color:#e53e3e;text-align:center}@media(max-width:768px){.archive-layout{flex-direction:column;height:auto}.archive-structure-column,.upload-projects-column{flex:none;width:100%;height:auto;margin-bottom:20px}}
