*{box-sizing:border-box}html{width:100%}body{margin:0;width:100%;max-width:none!important;min-height:100vh;padding:0!important;box-shadow:none!important;font-family:system-ui,-apple-system,sans-serif;background:#f5f5f5!important;color:#222}#root{width:100%;min-height:100vh}.app{width:80%;margin-left:auto;margin-right:auto;padding:1.5rem}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.spinner{width:32px;height:32px;border:3px solid #e0e0e0;border-top-color:#333;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.25rem;margin-bottom:1rem}.card h2{margin:0 0 .75rem;font-size:1.1rem}input[type=text],input[type=password],input[type=email]{display:block;width:100%;padding:.5rem .75rem;margin-bottom:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}button{padding:.5rem 1rem;border:1px solid #333;border-radius:4px;background:#333;color:#fff;font-size:.95rem;cursor:pointer}button:hover{background:#555}button:disabled{opacity:.6;cursor:not-allowed}button.secondary{background:#fff;color:#333}button.secondary:hover{background:#f0f0f0}.error{color:#c00;font-size:.9rem;margin-bottom:.75rem}.upload-zone{border:2px dashed #ccc;border-radius:8px;padding:2rem;text-align:center;background:#fafafa;margin-bottom:1rem}.upload-zone.dragover{border-color:#333;background:#f0f0f0}.upload-zone input[type=file]{margin-top:.5rem}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #eee}th{background:#f8f8f8;font-weight:600}.status-json{font-family:monospace;font-size:.85rem;background:#f8f8f8;padding:.75rem;border-radius:4px;overflow-x:auto;white-space:pre-wrap}.success-msg{color:#060;font-size:.9rem;margin-top:.5rem}.tab-bar{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:2px solid #e0e0e0}.tab-bar button{flex:0 0 auto;padding:.65rem 1.5rem;border:none;border-bottom:3px solid transparent;border-radius:0;background:transparent;color:#666;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.tab-bar button:hover{color:#222;background:#00000008}.tab-bar button.active{color:#1a73e8;border-bottom-color:#1a73e8;background:transparent}.rag-page{display:flex;flex-direction:column;height:calc(100vh - 10rem);gap:0}.embed-panel{background:#fff;border:1px solid #e0e0e0;border-radius:12px;margin-bottom:1rem;overflow:hidden;flex-shrink:0}.embed-panel__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;cursor:pointer;-webkit-user-select:none;user-select:none}.embed-panel__header h2{margin:0;font-size:1rem;display:flex;align-items:center;gap:.5rem}.embed-panel__icon{font-size:.8rem;color:#888}.embed-panel__body{padding:0 1rem 1rem;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.upload-zone--compact{padding:1rem;font-size:.9rem}.upload-zone--compact p{margin:0 0 .25rem}.embed-panel__count{font-size:.85rem;color:#555;margin:.25rem 0 .5rem}.embed-panel__actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.embed-btn{background:linear-gradient(135deg,#1a73e8,#0d47a1)!important;border:none!important;color:#fff!important;font-weight:600;padding:.5rem 1.25rem;border-radius:6px;transition:transform .15s,box-shadow .15s}.embed-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #1a73e859;background:linear-gradient(135deg,#1e7cf0,#1558b8)!important}.embed-status{font-size:.85rem;margin-top:.5rem;display:flex;align-items:center;gap:.35rem}.embed-status--running{color:#1a73e8}.embed-status--failed{color:#c00}.embed-panel__docs{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.doc-chip{background:#e8f0fe;color:#1a5dad;font-size:.8rem;padding:.2rem .65rem;border-radius:20px;white-space:nowrap}.rag-session-bar{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.5rem .75rem;margin-bottom:.75rem;background:#f5f5f7;border:1px solid #e0e0e0;border-radius:10px;flex-shrink:0}.rag-session-bar__label{font-size:.85rem;font-weight:600;color:#444}.rag-session-bar__select{flex:1;min-width:10rem;max-width:24rem;padding:.4rem .5rem;border-radius:6px;border:1px solid #ccc;font-size:.9rem;background:#fff}.rag-session-bar__btn{padding:.4rem .75rem;font-size:.85rem;border-radius:6px;border:1px solid #ccc;background:#fff;cursor:pointer}.rag-session-bar__btn:hover:not(:disabled){background:#eee}.rag-session-bar__btn:disabled{opacity:.5;cursor:not-allowed}.rag-session-bar__btn--danger{border-color:#e0a0a0;color:#a32020}.rag-session-bar__btn--danger:hover:not(:disabled){background:#fdeaea}.chat-container{flex:1;display:flex;flex-direction:column;background:#1e1e2e;border-radius:16px;overflow:hidden;min-height:0;box-shadow:0 8px 32px #0000002e}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff6;text-align:center;gap:.25rem}.chat-empty__icon{font-size:2.5rem;margin-bottom:.5rem}.chat-empty p{font-size:1.1rem;color:#fff9;margin:0}.chat-empty span{font-size:.85rem}.chat-bubble{max-width:75%;padding:.75rem 1rem;border-radius:16px;font-size:.95rem;line-height:1.55;word-break:break-word;white-space:pre-wrap}.chat-bubble--fade-in{animation:fadeInUp .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-bubble--user{align-self:flex-end;background:linear-gradient(135deg,#1a73e8,#4285f4);color:#fff;border-bottom-right-radius:4px}.chat-bubble--assistant{align-self:flex-start;background:#ffffff14;color:#e0e0e0;border:1px solid rgba(255,255,255,.06);border-bottom-left-radius:4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.chat-bubble--error{background:#c8000026!important;border-color:#c8000033!important;color:#f88!important}.chat-bubble__label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;opacity:.6}.typing-dots{display:inline-flex;gap:4px;align-items:center;height:1.2em}.typing-dots span{width:6px;height:6px;border-radius:50%;background:#fff6;animation:typingPulse 1.2s ease-in-out infinite}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes typingPulse{0%,60%,to{opacity:.3;transform:scale(.85)}30%{opacity:1;transform:scale(1)}}.stage-indicator{display:flex;justify-content:center;padding:.25rem 0}.stage-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;padding:.3rem .85rem;border-radius:20px;text-transform:uppercase;letter-spacing:.04em}.stage-badge--active{background:#1a73e826;color:#6eb5ff;border:1px solid rgba(26,115,232,.2)}.stage-badge--done{background:#00b4501f;color:#4caf50;font-size:.75rem;padding:.2rem .6rem;border-radius:12px}.stage-dot{width:6px;height:6px;border-radius:50%;background:#6eb5ff;animation:stagePulse 1s ease-in-out infinite}@keyframes stagePulse{0%,to{opacity:1;box-shadow:0 0 #6eb5ff66}50%{opacity:.6;box-shadow:0 0 0 4px #6eb5ff00}}.chat-input-bar{display:flex;align-items:flex-end;gap:.5rem;padding:.75rem 1rem;background:#ffffff0a;border-top:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.chat-input{flex:1;resize:none;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.65rem 1rem;font-size:.95rem;font-family:inherit;background:#ffffff0f;color:#e0e0e0;outline:none;transition:border-color .2s,box-shadow .2s;max-height:120px}.chat-input::placeholder{color:#ffffff4d}.chat-input:focus{border-color:#1a73e880;box-shadow:0 0 0 2px #1a73e826}.chat-send-btn{flex-shrink:0;width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#1a73e8,#4285f4)!important;border:none!important;color:#fff;cursor:pointer;transition:transform .15s,box-shadow .15s}.chat-send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #1a73e866}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed}.spinner--sm{width:18px;height:18px;border-width:2px}.spinner--light{border-color:#fff3;border-top-color:#fff}.chat-sources{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.06);align-items:center}.chat-sources__label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#ffffff59;margin-right:.15rem}.source-chip{display:inline-flex;align-items:center;gap:.2rem;font-size:.75rem;padding:.2rem .6rem;border-radius:12px;background:#1a73e81f;color:#6eb5ff;border:1px solid rgba(26,115,232,.15);white-space:nowrap}.chat-bubble--assistant h1,.chat-bubble--assistant h2,.chat-bubble--assistant h3,.chat-bubble--assistant h4{margin:.6rem 0 .3rem;line-height:1.3;color:#f0f0f0}.chat-bubble--assistant h1{font-size:1.15rem}.chat-bubble--assistant h2{font-size:1.05rem}.chat-bubble--assistant h3{font-size:.95rem}.chat-bubble--assistant p{margin:.3rem 0}.chat-bubble--assistant ul,.chat-bubble--assistant ol{margin:.3rem 0;padding-left:1.4rem}.chat-bubble--assistant li{margin-bottom:.2rem}.chat-bubble--assistant code{background:#ffffff1a;padding:.1rem .35rem;border-radius:4px;font-size:.85em;font-family:Fira Code,Consolas,monospace}.chat-bubble--assistant pre{background:#0000004d;padding:.75rem;border-radius:8px;overflow-x:auto;margin:.4rem 0}.chat-bubble--assistant pre code{background:none;padding:0}.chat-bubble--assistant blockquote{margin:.4rem 0;padding-left:.75rem;border-left:3px solid rgba(110,181,255,.4);color:#ffffffb3}.chat-bubble--assistant table{width:100%;border-collapse:collapse;margin:.4rem 0;font-size:.85rem}.chat-bubble--assistant th,.chat-bubble--assistant td{padding:.35rem .6rem;border:1px solid rgba(255,255,255,.1);text-align:left}.chat-bubble--assistant th{background:#ffffff0f;font-weight:600;color:#b8d4f0}.chat-bubble--assistant strong{color:#f0f0f0}.chat-bubble--assistant a{color:#6eb5ff;text-decoration:underline}.chat-bubble--assistant hr{border:none;border-top:1px solid rgba(255,255,255,.1);margin:.5rem 0}
