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}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:#f5f7fa;display:flex;flex-direction:column}.app-header{background:#1e3a8a;color:#fff;padding:20px 30px;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-title-section{display:flex;flex-direction:column;gap:6px}.app-header h1{font-size:1.8rem;font-weight:700;margin:0}.header-description{font-size:.9rem;opacity:.9;margin:0;font-weight:400}.header-actions{display:flex;gap:12px}.btn-header{padding:10px 20px;background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s}.btn-header:hover{background:#ffffff40;border-color:#fff6}.btn-header-danger{background:#ef444433;border-color:#ef444466}.btn-header-danger:hover{background:#ef44444d;border-color:#ef444480}.app-container{flex:1;display:flex;max-width:1400px;margin:0 auto;width:100%;padding:20px;gap:20px}.app-sidebar{width:280px;flex-shrink:0;background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014;height:fit-content;position:sticky;top:100px}.app-main{flex:1;background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 8px #00000014;min-height:calc(100vh - 140px)}.app-footer{background:#6b7280;color:#fff;padding:25px 30px;margin-top:auto}.footer-content{max-width:1400px;margin:0 auto}.footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-list li{font-size:.9rem;line-height:1.6;padding-left:20px;position:relative}.footer-list li:before{content:"•";position:absolute;left:0;color:#fffc;font-size:1.2rem;line-height:1.2}@media(max-width:1024px){.app-container{flex-direction:column}.app-sidebar{width:100%;position:relative;top:0}.step-indicator{flex-direction:row;flex-wrap:wrap}}@media(max-width:768px){.app-header{padding:15px 20px}.header-content{flex-direction:column;gap:15px;align-items:flex-start}.app-header h1{font-size:1.5rem}.header-description{font-size:.85rem}.header-actions{width:100%;justify-content:flex-end}.app-container{padding:15px}.app-main{padding:25px}.app-sidebar{padding:15px}.app-footer{padding:20px}.footer-list{gap:10px}.footer-list li{font-size:.85rem}}.step-indicator{display:flex;flex-direction:column;gap:12px}.step-item{display:flex;align-items:flex-start;gap:15px;cursor:pointer;padding:16px;border-radius:10px;transition:all .3s;border:2px solid transparent}.step-item:hover:not(.inactive){background:#f8fafc;border-color:#e2e8f0}.step-number{width:36px;height:36px;min-width:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;transition:all .3s}.step-item.active{background:#3b82f6;border-color:#3b82f6}.step-item.active:hover{background:#e5e7eb;border-color:#e5e7eb}.step-item.active:hover .step-title{color:#1e293b}.step-item.active:hover .step-description{color:#64748b}.step-item.active:hover .step-number{background:#3b82f6;color:#fff}.step-item.active .step-number{background:#fff3;color:#fff}.step-item.completed .step-number{background:#1e40af;color:#fff}.step-item.inactive .step-number{background:#e2e8f0;color:#64748b}.step-content{flex:1;display:flex;flex-direction:column;gap:4px}.step-title{font-weight:600;font-size:.95rem;color:#1e293b;transition:all .3s}.step-description{font-size:.8rem;color:#64748b;transition:all .3s}.step-item.active .step-title{color:#fff}.step-item.active .step-description{color:#fffc}.step-item.completed .step-title{color:#1e40af}.step-item.completed .step-description{color:#64748b}.step-item.inactive{cursor:default}.step-item.inactive .step-title{color:#94a3b8}.step-item.inactive .step-description{color:#cbd5e1}.step-content{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-content h2{color:#1e293b;margin-bottom:10px;font-size:2rem;font-weight:700}.step-description{color:#6b7280;margin-bottom:30px;font-size:1.1rem}.api-key-section{background:#f9fafb;padding:25px;border-radius:15px;margin-bottom:30px;border:2px solid #e5e7eb}.api-key-label{display:block;font-weight:600;color:#374151;margin-bottom:10px;font-size:1rem}.api-key-input-wrapper{display:flex;gap:10px;margin-bottom:8px}.api-key-input{flex:1;padding:12px 15px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:Courier New,monospace;transition:all .3s}.api-key-input:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a}.btn-validate{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;background:#1e3a8a;color:#fff;white-space:nowrap}.btn-validate:hover:not(:disabled){background:#1e40af;transform:translateY(-2px);box-shadow:0 4px 12px #1e3a8a66}.btn-validate:disabled{opacity:.5;cursor:not-allowed}.api-key-validation-message{font-size:.875rem;margin:8px 0;padding:8px 12px;border-radius:6px;font-weight:500}.api-key-validation-message.valid{color:#10b981;background:#d1fae5;border-left:3px solid #10b981}.api-key-validation-message.invalid{color:#dc2626;background:#fee2e2;border-left:3px solid #dc2626}.api-key-hint{font-size:.875rem;color:#6b7280;margin:0;font-style:italic}.upload-area{border:3px dashed #d1d5db;border-radius:15px;padding:60px 20px;text-align:center;cursor:pointer;transition:all .3s;background:#f9fafb}.upload-area:hover{border-color:#1e3a8a;background:#f3f4f6}.upload-area.dragover{border-color:#1e3a8a;background:#eff6ff}.upload-icon{font-size:4rem;margin-bottom:20px}.upload-hint{color:#6b7280;font-size:.9rem;margin-top:10px}.file-input{display:none}.btn{padding:12px 30px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary{background:#1e3a8a;color:#fff}.btn-primary:hover:not(:disabled){background:#1e40af;transform:translateY(-2px);box-shadow:0 4px 12px #1e3a8a66}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.btn:disabled{opacity:.5;cursor:not-allowed}.controls{display:flex;gap:20px;margin-top:30px;justify-content:space-between}.config-panel{background:#f9fafb;padding:30px;border-radius:15px;margin-bottom:30px}.config-item{margin-bottom:25px}.config-item label{display:block;margin-bottom:10px;font-weight:600;color:#374151}.config-item input[type=range]{width:100%;margin-bottom:10px}.config-item input[type=number]{width:100%;padding:10px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem}.config-value{font-size:1.1rem;color:#1e3a8a;font-weight:600}.chunks-preview{max-height:400px;overflow-y:auto;background:#f9fafb;padding:20px;border-radius:15px;margin-top:20px}.chunk-item{background:#fff;padding:15px;margin-bottom:15px;border-radius:10px;border-left:4px solid #1e3a8a;box-shadow:0 2px 4px #0000001a}.chunk-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.chunk-index{font-weight:600;color:#1e3a8a}.chunk-size{font-size:.9rem;color:#6b7280}.chunk-text{color:#374151;line-height:1.6}.log-area{background:#1f2937;color:#10b981;padding:20px;border-radius:10px;font-family:Courier New,monospace;font-size:.9rem;max-height:300px;overflow-y:auto;margin-top:20px}.query-section{margin-bottom:30px}.query-input{width:100%;padding:15px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;margin-bottom:15px;resize:vertical}.query-input:focus{outline:none;border-color:#1e3a8a}.result-section{margin-top:30px}.result-box{background:#f9fafb;padding:20px;border-radius:10px;margin-bottom:20px}.result-title{font-weight:600;color:#374151;margin-bottom:10px;font-size:1.2rem}.result-content{color:#4b5563;line-height:1.6}.embedding-example-box{background:#f9fafb;padding:20px;border-radius:10px;margin-bottom:20px;border:2px solid #e5e7eb}.embedding-example-content{display:flex;flex-direction:column;gap:20px}.embedding-example-item{display:flex;flex-direction:column;gap:8px}.embedding-example-label{font-weight:600;color:#1e3a8a;font-size:.95rem}.embedding-example-text{background:#fff;padding:15px;border-radius:8px;border:1px solid #e5e7eb;color:#374151;line-height:1.6;font-size:.9rem;white-space:pre-wrap;word-wrap:break-word}.embedding-example-embedding{background:#1f2937;color:#10b981;padding:15px;border-radius:8px;font-family:Courier New,monospace;font-size:.85rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;max-height:400px;overflow-y:auto;overflow-x:hidden}.loading{text-align:center;padding:40px;color:#6b7280}.spinner{border:4px solid #f3f4f6;border-top:4px solid #1e3a8a;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.file-info{background:#eff6ff;padding:15px;border-radius:10px;margin-top:20px;display:flex;justify-content:space-between;align-items:center}.file-name{font-weight:600;color:#374151}.file-size{color:#6b7280;font-size:.9rem}.text-preview{color:#1e3a8a;font-weight:600}.error-message{background:#fee2e2;color:#dc2626;padding:15px;border-radius:10px;margin-top:20px;border-left:4px solid #dc2626}.keywords-section{margin-bottom:30px;padding:20px;background:#f9fafb;border-radius:10px;border:2px solid #e5e7eb}.keywords-label{font-weight:600;color:#374151;margin-bottom:12px;font-size:1rem}.keywords-list{display:flex;flex-wrap:wrap;gap:10px}.keyword-tag{padding:8px 16px;background:#1e3a8a;color:#fff;border:none;border-radius:20px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s}.keyword-tag:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 4px 8px #1e3a8a4d}.keyword-tag:active{transform:translateY(0)}
