:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;width:100%;min-width:320px;min-height:100vh}#root{width:100%;margin:0;padding:0}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.company-search-dropdown{position:relative;width:100%}.company-search-dropdown__input-wrapper{position:relative;display:flex;align-items:center}.company-search-dropdown__input{width:100%;border:1px solid #d0d5dd;border-radius:.75rem;padding:.75rem 2.5rem .75rem 1rem;font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;background:#fff;color:#101828}.company-search-dropdown__input:focus{outline:none;border-color:#2d81c4;box-shadow:0 0 0 4px #2d81c433}.company-search-dropdown__input:disabled{background:#f5f7fb;color:#64748b;cursor:not-allowed}.company-search-dropdown__input::placeholder{color:#98a2b3}.company-search-dropdown__clear{position:absolute;right:2.5rem;background:none;border:none;font-size:1.5rem;line-height:1;color:#64748b;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;transition:background-color .2s ease,color .2s ease}.company-search-dropdown__clear:hover{background:#f2f4f7;color:#101828}.company-search-dropdown__arrow{position:absolute;right:.75rem;background:none;border:none;font-size:.75rem;color:#64748b;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:transform .2s ease,color .2s ease}.company-search-dropdown__arrow:hover:not(:disabled){color:#101828}.company-search-dropdown__arrow--open{transform:rotate(180deg)}.company-search-dropdown__arrow:disabled{cursor:not-allowed;opacity:.5}.company-search-dropdown__menu{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:#fff;border:1px solid #d0d5dd;border-radius:.75rem;box-shadow:0 10px 25px #0f172a26;z-index:1000;max-height:400px;overflow-y:auto;overflow-x:hidden}.company-search-dropdown__list{display:flex;flex-direction:column}.company-search-dropdown__option{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;transition:background-color .2s ease;font-family:inherit;font-size:.95rem;gap:1rem}.company-search-dropdown__option:hover{background:#f5f7fb}.company-search-dropdown__option--selected{background:#e0f2fe;color:#0c4a6e}.company-search-dropdown__option--selected:hover{background:#bae6fd}.company-search-dropdown__option-name{flex:1;font-weight:500;color:#101828}.company-search-dropdown__option--selected .company-search-dropdown__option-name{color:#0c4a6e;font-weight:600}.company-search-dropdown__option-symbol{font-size:.85rem;color:#64748b;font-family:Monaco,Menlo,Courier New,monospace;font-weight:500}.company-search-dropdown__option--selected .company-search-dropdown__option-symbol{color:#0284c7}.company-search-dropdown__no-results{padding:1rem;text-align:center;color:#64748b;font-size:.9rem}.company-search-dropdown__more-results{padding:.75rem 1rem;text-align:center;color:#64748b;font-size:.85rem;background:#f8fafc;border-top:1px solid #e5e7eb}.company-search-dropdown__menu::-webkit-scrollbar{width:8px}.company-search-dropdown__menu::-webkit-scrollbar-track{background:#f5f7fb;border-radius:0 .75rem .75rem 0}.company-search-dropdown__menu::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.company-search-dropdown__menu::-webkit-scrollbar-thumb:hover{background:#94a3b8}.app{display:grid;grid-template-columns:280px 1fr 320px;width:97vw;min-height:100vh;background:#f5f7fb;color:#101828;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:grid-template-columns .3s ease}.app--settings-collapsed{grid-template-columns:280px 1fr 60px}.sidebar{background:#0e1117;color:#f8fafc;display:flex;flex-direction:column;padding:2rem 1.5rem;gap:2rem}.sidebar__title{font-size:1.5rem;font-weight:700}.sidebar__nav{display:flex;flex-direction:column;gap:.75rem}.nav-button{background:#1f2933;color:inherit;border:none;border-radius:.75rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;text-align:left;cursor:pointer;transition:background .2s ease,transform .2s ease}.nav-button:hover{background:#27313c;transform:translateY(-1px)}.nav-button--active{background:#2d81c4;box-shadow:0 8px 20px #2d81c459}.sidebar__status{border-radius:.75rem;padding:1rem;font-size:.95rem;line-height:1.45}.sidebar__status--loading{background:#94a3b833;color:#e2e8f0}.sidebar__status--success{background:#16a34a40;color:#bbf7d0}.sidebar__status--partial{background:#d9770640;color:#fcd34d}.sidebar__status--error{background:#dc262633;color:#fecaca}.sidebar__feedback{margin-top:auto;margin-bottom:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.sidebar__feedback .field{display:flex;flex-direction:column;gap:.5rem}.sidebar__feedback .field__label{color:#f8fafc;font-weight:600;font-size:.9rem}.sidebar__feedback .field__input{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#f8fafc;border-radius:.5rem;padding:.5rem;font-size:.9rem;font-family:inherit;resize:vertical}.sidebar__feedback .field__input:focus{outline:none;border-color:#fff6;background:#ffffff26}.sidebar__feedback .field__input::placeholder{color:#ffffff80}.sidebar__feedback .prompt-hint{color:#fff9;font-size:.75rem}.sidebar__feedback .primary-btn{background:linear-gradient(135deg,#2d81c4,#1d4ed8);color:#fff;border:none;border-radius:.5rem;padding:.6rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s ease,opacity .2s ease;width:100%}.sidebar__feedback .primary-btn:hover:not(:disabled){transform:translateY(-1px);opacity:.9}.sidebar__feedback .primary-btn:disabled{opacity:.5;cursor:not-allowed}.sidebar__feedback .alert{border-radius:.5rem;padding:.5rem .75rem;font-size:.85rem;font-weight:500}.sidebar__feedback .alert--success{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.3)}.sidebar__feedback .alert--error{background:#dc262633;color:#fecaca;border:1px solid rgba(220,38,38,.3)}.sidebar__footer{margin-top:auto;font-size:.85rem;line-height:1.6;color:#cbd5f5}.sidebar__footer span{opacity:.7}.main{padding:2.5rem 3rem;padding-top:0}.panel{display:flex;flex-direction:column;gap:1.5rem;max-width:960px}.panel__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.panel__subtitle{color:#475467;margin-top:.25rem}.developer-toggle{display:flex;align-items:center;gap:.5rem;background:#e0f2fe;color:#0c4a6e;border-radius:9999px;padding:.35rem .75rem;font-size:.85rem;font-weight:600}.card{background:#fff;border-radius:1rem;box-shadow:0 20px 40px #0f172a14;padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.prompt-card{gap:1.25rem}.prompt-field{display:flex;flex-direction:column;gap:.25rem}.prompt-input{position:relative}.prompt-input__textarea{width:100%;border:1px solid black;border-radius:1rem;padding:.75rem 3.5rem .75rem 1rem;font-size:1rem;font-family:inherit;line-height:1.5;min-height:3rem;max-height:9rem;resize:none;overflow-y:auto;background:#fff;color:#000;transition:border-color .2s ease,box-shadow .2s ease;height:auto}.prompt-input__textarea:focus{outline:none;border-color:#2d81c4;box-shadow:0 0 0 4px #2d81c433}.prompt-input__button{position:absolute;right:.75rem;bottom:.75rem;width:44px;height:44px;border-radius:9999px;border:none;background:linear-gradient(135deg,#2d81c4,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 25px #2563eb40;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.prompt-input__button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 15px 30px #2563eb4d}.prompt-input__button:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.prompt-input__spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:prompt-spinner .8s linear infinite}@keyframes prompt-spinner{to{transform:rotate(360deg)}}.prompt-hint{color:#667085;font-size:.85rem;margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.metric-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.metric-grid--tight{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.metric-card{background:#f8fafc;border-radius:.75rem;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.4rem}.metric-card__label{font-size:.85rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.metric-card__value{font-size:1.05rem;font-weight:600;color:#0f172a;word-break:break-word}.field{display:flex;flex-direction:column;gap:.5rem}.field__label{font-weight:600;color:#344054}.field__input{border:1px solid #d0d5dd;border-radius:.75rem;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;resize:vertical;font-family:inherit}.field__input:focus{outline:none;border-color:#2d81c4;box-shadow:0 0 0 4px #2d81c433}.field__input--textarea{min-height:160px}.button-row{display:flex;justify-content:flex-start}.primary-btn{background:linear-gradient(135deg,#2d81c4,#1d4ed8);color:#fff;border:none;border-radius:9999px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 10px 25px #2563eb40;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.primary-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 15px 30px #2563eb4d}.primary-btn:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.alert{border-radius:.75rem;padding:.75rem 1rem;font-weight:600}.alert--error{background:#dc262626;color:#b91c1c}.alert--success{background:#22c55e26;color:#15803d}.summary{background:#f8fafc;border-radius:.75rem;padding:1rem;line-height:1.6;color:#1f2937;white-space:pre-wrap}.prompt-display{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.75rem;padding:1rem;line-height:1.6;color:#1e3a8a;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;font-size:.95rem;max-height:500px;overflow-y:auto}.prompt-display--system{background:#f0fdf4;border-color:#86efac;color:#166534}.info{background:#eff6ff;border-radius:.75rem;padding:.85rem 1rem;color:#1d4ed8;line-height:1.5}.info--tokens{background:#ecfdf3;color:#047857}.details{background:#f8fafc;border-radius:.75rem;padding:1rem 1.25rem}.details>summary{cursor:pointer;font-weight:600;margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}.details__pre{background:#0f172a;color:#e2e8f0;padding:1rem;border-radius:.75rem;overflow-x:auto;font-size:.85rem;max-height:280px}.subquestion-list{display:flex;flex-direction:column;gap:1rem}.subquestion{background:#eef2ff;border-radius:.75rem;border:1px solid rgba(79,70,229,.15)}.subquestion>summary{font-weight:600;font-size:1rem}.subquestion__title{flex:1}.subquestion__content{display:flex;flex-direction:column;gap:.75rem;overflow-x:hidden;word-wrap:break-word}.subquestion__excerpt{font-style:italic;color:#1f2937;margin:0}.nested-details{background:#ffffff8c;border:1px solid rgba(148,163,184,.25)}.priority{text-transform:uppercase;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:9999px;background:#3b82f61f;color:#1d4ed8}.priority--critical{background:#dc262626;color:#b91c1c}.priority--high{background:#d9770626;color:#b45309}.priority--medium{background:#3b82f61f;color:#1d4ed8}.right-panel{background:#fff;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;padding:2rem 1.5rem;gap:1.5rem;overflow-y:auto;box-shadow:-4px 0 12px #0000000d;transition:width .3s ease,padding .3s ease;width:320px}.right-panel--closed{width:60px;padding:2rem .5rem;overflow:hidden}.right-panel__header{border-bottom:1px solid #e5e7eb;padding-bottom:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.right-panel--closed .right-panel__header{border-bottom:none;padding-bottom:0;flex-direction:column;justify-content:center}.right-panel__title{font-size:1.25rem;font-weight:700;color:#101828;margin:0;white-space:nowrap}.right-panel--closed .right-panel__title{display:none}.card.prompt-card.prompt-card--fixed{padding:10px}.right-panel__toggle{background:#f3f4f6;border:none;border-radius:.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;font-size:1rem;transition:background .2s ease,transform .2s ease;flex-shrink:0}.right-panel__toggle:hover{background:#e5e7eb;transform:scale(1.05)}.right-panel--closed .right-panel__toggle{transform:rotate(180deg)}.right-panel__content{display:flex;flex-direction:column;gap:1.5rem}.right-panel--closed .right-panel__content{display:none}.right-panel__divider{height:1px;background:#e5e7eb;margin:.5rem 0}@media(max-width:1024px){.app{grid-template-columns:240px 1fr}.right-panel{display:none}}.chat-container{display:flex;flex-direction:column;gap:1.5rem;min-height:400px;max-height:calc(100vh - 300px);overflow-y:auto;padding:1rem 0;margin-bottom:1rem}.chat-empty-state{display:flex;align-items:center;justify-content:center;min-height:300px;text-align:center;color:#64748b;font-size:1.1rem}.chat-message{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;border-radius:1rem;max-width:85%;animation:messageSlideIn .3s ease-out}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message--user{align-self:flex-end;background:linear-gradient(135deg,#2d81c4,#1d4ed8);color:#fff;border-bottom-right-radius:.25rem}.chat-message--assistant{align-self:flex-start;background:#f8fafc;color:#1f2937;border:1px solid #e5e7eb;border-bottom-left-radius:.25rem}.chat-message__content{line-height:1.6;word-wrap:break-word}.chat-message__content p{margin:.5rem 0}.chat-message__content p:first-child{margin-top:0}.chat-message__content p:last-child{margin-bottom:0}.chat-message__content strong{font-weight:600}.chat-message__content em{font-style:italic}.chat-message__content h1,.chat-message__content h2,.chat-message__content h3,.chat-message__content h4,.chat-message__content h5,.chat-message__content h6{margin:1rem 0 .5rem;font-weight:600;line-height:1.3}.chat-message__content h1:first-child,.chat-message__content h2:first-child,.chat-message__content h3:first-child,.chat-message__content h4:first-child,.chat-message__content h5:first-child,.chat-message__content h6:first-child{margin-top:0}.chat-message__content h1{font-size:1.5rem}.chat-message__content h2{font-size:1.3rem}.chat-message__content h3{font-size:1.1rem}.chat-message__content ul,.chat-message__content ol{margin:.5rem 0;padding-left:1.5rem}.chat-message__content li{margin:.25rem 0}.chat-message__content code{background:#0000001a;padding:.2rem .4rem;border-radius:.25rem;font-size:.9em;font-family:Courier New,monospace}.chat-message--user .chat-message__content code{background:#fff3}.chat-message__content pre{background:#0000000d;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:.75rem 0;font-size:.9em;line-height:1.5}.chat-message--user .chat-message__content pre{background:#ffffff26}.chat-message__content pre code{background:none;padding:0}.chat-message__content blockquote{border-left:3px solid rgba(0,0,0,.2);padding-left:1rem;margin:.75rem 0;font-style:italic;color:#000c}.chat-message--user .chat-message__content blockquote{border-left-color:#ffffff80;color:#ffffffe6}.chat-message__content hr{border:none;border-top:1px solid rgba(0,0,0,.1);margin:1rem 0}.chat-message--user .chat-message__content hr{border-top-color:#fff3}.chat-message__content table{border-collapse:collapse;width:100%;margin:.75rem 0}.chat-message__content th,.chat-message__content td{border:1px solid rgba(0,0,0,.1);padding:.5rem;text-align:left}.chat-message--user .chat-message__content th,.chat-message--user .chat-message__content td{border-color:#fff3}.chat-message__content th{font-weight:600;background:#0000000d}.chat-message--user .chat-message__content th{background:#ffffff1a}.chat-message--user .chat-message__content{color:#fff}.chat-message__timestamp{font-size:.75rem;opacity:.7;margin-top:.25rem}.chat-message--user .chat-message__timestamp{color:#fffc}.chat-message--assistant .chat-message__timestamp{color:#64748b}.chat-message__typing{display:inline-flex;align-items:center;gap:.5rem;color:#64748b;font-style:italic}.chat-message__typing:after{content:"...";animation:typingDots 1.5s steps(4,end) infinite}@keyframes typingDots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.prompt-card--fixed{background:#fff;box-shadow:0 20px 40px #0f172a14;padding:0}.prompt-input__textarea:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.app{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:2;flex-direction:row;align-items:center;justify-content:space-between;padding:1.25rem;gap:1rem}.sidebar__nav{flex-direction:row}.sidebar__status,.sidebar__footer{display:none}.main{padding:1.5rem}.panel__header{flex-direction:column;align-items:flex-start}.chat-message{max-width:90%}.chat-container{max-height:calc(100vh - 250px)}}.system-prompt-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.system-prompt-modal{background:#fff;border-radius:.75rem;box-shadow:0 20px 60px #0000004d;width:100%;height:100%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.system-prompt-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.system-prompt-modal__title{font-size:1.5rem;font-weight:700;color:#101828;margin:0}.system-prompt-modal__actions{display:flex;gap:.75rem;align-items:center}.system-prompt-modal__copy-btn{background:linear-gradient(135deg,#2d81c4,#1d4ed8);color:#fff;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.system-prompt-modal__copy-btn:hover{transform:translateY(-1px);opacity:.9}.system-prompt-modal__close-btn{background:#f3f4f6;color:#374151;border:none;border-radius:.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;line-height:1;transition:background .2s ease}.system-prompt-modal__close-btn:hover{background:#e5e7eb}.system-prompt-modal__content{flex:1;padding:1.5rem;overflow:hidden;display:flex;flex-direction:column}.system-prompt-modal__textarea{width:100%;height:100%;border:1px solid #d0d5dd;border-radius:.5rem;padding:1rem;font-size:.95rem;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;resize:none;word-wrap:break-word;white-space:pre-wrap;overflow-wrap:break-word;overflow-y:auto;line-height:1.6;color:#101828;background:#f9fafb}.system-prompt-modal__textarea:focus{outline:none;border-color:#2d81c4;box-shadow:0 0 0 4px #2d81c433;background:#fff}.system-prompt-modal__textarea::placeholder{color:#9ca3af}.details-section{background:#fff;border-radius:1rem;box-shadow:0 20px 40px #0f172a14;margin-top:0;overflow:hidden}.details-section__summary{cursor:pointer;padding:1.25rem 1.75rem;font-weight:600;font-size:1.1rem;color:#101828;display:flex;justify-content:space-between;align-items:center;list-style:none;-webkit-user-select:none;user-select:none;transition:background .2s ease;border-bottom:1px solid #e5e7eb}.details-section__summary::-webkit-details-marker{display:none}.details-section__summary:hover{background:#f9fafb}.details-section__toggle{font-size:.9rem;color:#64748b;transition:opacity .2s ease}.details-section__content{padding:1.75rem;display:flex;flex-direction:column;gap:2rem}.details-section__group{display:flex;flex-direction:column;gap:.75rem}.details-section__title{font-size:1rem;font-weight:600;color:#344054;margin:0;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.details-section__chunks{display:flex;flex-direction:column;gap:1rem}.details-section__chunk{background:#f8fafc;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.details-section__chunk-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;cursor:pointer;padding:1rem;list-style:none;-webkit-user-select:none;user-select:none;transition:background .2s ease}.details-section__chunk-header::-webkit-details-marker{display:none}.details-section__chunk-header::marker{display:none}.details-section__chunk[open] .details-section__chunk-header{border-bottom:1px solid #e5e7eb;background:#f1f5f9}.details-section__chunk-header:hover{background:#f1f5f9}.details-section__chunk[open] .details-section__chunk-header:hover{background:#e2e8f0}.details-section__chunk-file{font-weight:600;color:#1d4ed8;font-size:.9rem}.details-section__chunk-distance{font-size:.85rem;color:#64748b;background:#e5e7eb;padding:.25rem .5rem;border-radius:.25rem}.details-section__chunk-text{background:#0f172a;color:#e2e8f0;padding:1rem;margin:0;overflow-x:auto;font-size:.85rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;max-height:300px;overflow-y:auto}.details-section__pre{background:#0f172a;color:#e2e8f0;padding:1rem;border-radius:.75rem;overflow-x:auto;font-size:.85rem;line-height:1.6;margin:0;white-space:pre-wrap;word-wrap:break-word;max-height:400px;overflow-y:auto}.details-section__ai-response{background:#f8fafc;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;line-height:1.6;color:#1f2937}.details-section__ai-response p{margin:.5rem 0}.details-section__ai-response p:first-child{margin-top:0}.details-section__ai-response p:last-child{margin-bottom:0}.details-section__ai-response strong{font-weight:600}.details-section__ai-response em{font-style:italic}.details-section__ai-response code{background:#0000001a;padding:.2rem .4rem;border-radius:.25rem;font-size:.9em;font-family:Courier New,monospace}.details-section__ai-response pre{background:#0000000d;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:.75rem 0;font-size:.9em;line-height:1.5}.details-section__ai-response pre code{background:none;padding:0}@media(max-width:768px){.details-section__content{padding:1.25rem;gap:1.5rem}.details-section__chunk-header{flex-direction:column;align-items:flex-start}}.file-upload{max-width:900px;margin:0 auto}.file-upload__header{margin-bottom:2rem}.file-upload__header h2{color:#333;font-size:1.75rem;margin-bottom:.5rem}.file-upload__subtitle{color:#666;font-size:1rem;line-height:1.6}.file-upload__content{display:flex;flex-direction:column;gap:1.5rem}.file-upload__dropzone{border:2px dashed #cbd5e1;border-radius:12px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff;position:relative}.file-upload__dropzone:hover{border-color:#667eea;background:#f8f9ff}.file-upload__dropzone--dragging{border-color:#667eea;background:#f0f4ff;transform:scale(1.02)}.file-upload__dropzone--has-file{border-color:#10b981;background:#f0fdf4}.file-upload__input{display:none}.file-upload__dropzone-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.file-upload__dropzone-icon{font-size:3rem;opacity:.6}.file-upload__dropzone-text{font-size:1.1rem;font-weight:500;color:#374151;margin:0}.file-upload__dropzone-hint{font-size:.9rem;color:#6b7280;margin:0}.file-upload__file-info{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px}.file-upload__file-icon{font-size:2.5rem}.file-upload__file-details{flex:1;text-align:left}.file-upload__file-name{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.file-upload__file-size{font-size:.9rem;color:#6b7280}.file-upload__actions{display:flex;gap:1rem;justify-content:center}.file-upload__button{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.file-upload__button--primary{background-color:#667eea;color:#fff}.file-upload__button--primary:hover:not(:disabled){background-color:#5a6fd8;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.file-upload__button--secondary{background-color:#e5e7eb;color:#374151}.file-upload__button--secondary:hover:not(:disabled){background-color:#d1d5db}.file-upload__button:disabled{opacity:.6;cursor:not-allowed}.file-upload__spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.file-upload__error{padding:1rem;border-radius:8px;background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.file-upload__result{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000001a}.file-upload__result h3{color:#10b981;font-size:1.5rem;margin-bottom:1.5rem}.file-upload__result-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.file-upload__result-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9fafb;border-radius:6px}.file-upload__result-label{font-weight:600;color:#374151}.file-upload__result-value{color:#6b7280;font-family:Courier New,monospace}.file-upload__embeddings-details{margin-top:1.5rem;border-top:1px solid #e5e7eb;padding-top:1.5rem}.file-upload__embeddings-details summary{cursor:pointer;font-weight:600;color:#374151;margin-bottom:1rem;list-style:none}.file-upload__embeddings-details summary::-webkit-details-marker{display:none}.file-upload__embeddings-details summary:before{content:"▶";display:inline-block;margin-right:.5rem;transition:transform .2s ease}.file-upload__embeddings-details[open] summary:before{transform:rotate(90deg)}.file-upload__embeddings-details h4{color:#374151;margin-bottom:1rem}.file-upload__embeddings-list{display:flex;flex-direction:column;gap:1rem;max-height:500px;overflow-y:auto}.file-upload__embedding-item{background:#f9fafb;border-radius:8px;padding:1rem;border:1px solid #e5e7eb}.file-upload__embedding-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.file-upload__embedding-index{font-weight:600;color:#667eea}.file-upload__embedding-id{font-size:.85rem;color:#6b7280;font-family:Courier New,monospace}.file-upload__embedding-text{margin:0;padding:.75rem;background:#fff;border-radius:4px;font-size:.9rem;line-height:1.6;color:#374151;white-space:pre-wrap;word-wrap:break-word;max-height:200px;overflow-y:auto}.card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000001a}.alert{padding:1rem;border-radius:8px;margin-bottom:1rem}.alert--error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.alert--success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}*{box-sizing:border-box;margin:0;padding:0}body{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;background-color:#f5f5f5}.App{min-height:100vh}.auth-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.auth-container{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.auth-container h1{text-align:center;margin-bottom:2rem;color:#333}.auth-form h2{margin-bottom:1.5rem;color:#333}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.form-row{grid-template-columns:1fr}}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#555}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.auth-form button{width:100%;padding:.75rem;background-color:#667eea;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;margin-bottom:.5rem}.auth-form button:hover{background-color:#5a6fd8}.auth-form button:disabled{background-color:#ccc;cursor:not-allowed}.auth-switch{text-align:center;margin-top:1rem}.link-btn{background:none;border:none;color:#667eea;text-decoration:underline;cursor:pointer;font-size:inherit}.error{color:#e74c3c;background-color:#fdf2f2;padding:.75rem;border-radius:4px;margin-bottom:1rem;border:1px solid #fecaca}.loading{text-align:center;padding:2rem}.dashboard{min-height:100vh;background-color:#f5f5f5}.dashboard-header{background:#fff;padding:.5rem 1.5rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.dashboard-header h1{color:#333;font-size:1.25rem;margin:0}.user-info{display:flex;align-items:center;gap:.75rem;font-size:.9rem}.user-info span{font-size:.9rem}.sign-out-btn{background-color:#e74c3c;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem}.sign-out-btn:hover{background-color:#c0392b}.dashboard-nav{background:#fff;padding:.5rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;gap:.5rem}.nav-link{padding:.5rem 1rem;text-decoration:none;color:#374151;font-weight:500;font-size:.9rem;border-radius:6px;transition:all .2s ease}.nav-link:hover{background-color:#f3f4f6;color:#667eea}.nav-link.active{background-color:#667eea;color:#fff}.dashboard-content{padding:1rem}.welcome-message{max-width:800px;margin:0 auto;text-align:center}.welcome-message h2{color:#333;font-size:2rem;margin-bottom:1rem}.welcome-message>p{color:#666;font-size:1.1rem;margin-bottom:3rem}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.dashboard-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #667eea4d;border-color:#667eea}.dashboard-card h3{color:#333;font-size:1.5rem;margin-bottom:.5rem}.dashboard-card p{color:#666;font-size:1rem}.users-grid h2{margin-bottom:1.5rem;color:#333}.grid-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.users-table{width:100%;border-collapse:collapse}.users-table th,.users-table td{padding:1rem;text-align:left;border-bottom:1px solid #eee;color:#333}.users-table th{background-color:#f8f9fa;font-weight:600;color:#333}.users-table tr:hover{background-color:#f8f9fa}.refresh-btn{margin-top:1rem;padding:.75rem 1.5rem;background-color:#667eea;color:#fff;border:none;border-radius:4px;cursor:pointer}.refresh-btn:hover{background-color:#5a6fd8}
