:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#0f172a;background-color:#f3f4f6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#f3f4f6}a{font-weight:500;color:#2563eb;text-decoration:inherit}a:hover{color:#1d4ed8}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:#e5e7eb;cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:#2563eb;background-color:#d1d5db}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input,textarea,select{background-color:#fff;color:#111827}.file-upload{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px;max-width:600px}.file-upload-header{margin-bottom:24px}.file-upload-header h2{margin:0 0 8px;font-size:20px;font-weight:600;color:#111827}.file-upload-description{margin:0;font-size:14px;color:#6b7280}.file-upload-content{display:flex;flex-direction:column;gap:16px}.file-input-wrapper{position:relative}.file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.file-input-label{display:block;padding:12px 16px;background:#f9fafb;border:2px dashed #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s;text-align:center;color:#6b7280;font-size:14px}.file-input-label:hover{background:#f3f4f6;border-color:#9ca3af}.file-input:disabled+.file-input-label{cursor:not-allowed;opacity:.6}.file-upload-actions{display:flex;gap:12px}.btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-secondary{background:#e5e7eb;color:#374151}.btn-secondary:hover:not(:disabled){background:#d1d5db}.progress-wrapper{display:flex;align-items:center;gap:12px}.progress-bar{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:#3b82f6;transition:width .3s ease}.progress-text{font-size:14px;font-weight:500;color:#6b7280;min-width:45px;text-align:right}.error-message{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;font-size:14px}.file-info{padding:12px 16px;background:#f0f9ff;border:1px solid #bfdbfe;border-radius:6px;font-size:14px}.file-info p{margin:4px 0;color:#1e40af}.file-info strong{font-weight:600}.status-monitor{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 4px #0000001a}.status-monitor-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;gap:16px}.status-monitor-title h2{margin:0 0 8px;font-size:24px;font-weight:600;color:#1a1a1a}.status-monitor-description{margin:0;font-size:14px;color:#666}.status-monitor-actions{display:flex;gap:8px}.status-monitor-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px;background:#f5f5f5;border-radius:4px;font-size:14px}.status-monitor-count{font-weight:600;color:#333}.status-monitor-refresh{color:#666;font-size:13px}.status-monitor-empty{text-align:center;padding:48px 24px;color:#666}.status-monitor-empty p{margin:0 0 8px}.status-monitor-empty-hint{font-size:14px;color:#999}.status-monitor-list{overflow-x:auto}.status-table{width:100%;border-collapse:collapse;font-size:14px}.status-table thead{background:#f8f9fa;border-bottom:2px solid #e0e0e0}.status-table th{padding:12px 16px;text-align:left;font-weight:600;color:#333;white-space:nowrap}.status-table-row{border-bottom:1px solid #e0e0e0;transition:background-color .2s}.status-table-row:hover{background-color:#f8f9fa}.status-table td{padding:16px}.status-table-filename{max-width:300px}.filename-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1a1a1a;font-weight:500}.error-detail{display:block;margin-top:4px;font-size:12px;color:#d32f2f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-table-size,.status-table-timestamp{color:#666;white-space:nowrap}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-uploading{background-color:#e3f2fd;color:#1976d2}.status-processing{background-color:#fff3e0;color:#f57c00}.status-ready{background-color:#e8f5e9;color:#388e3c}.status-error{background-color:#ffebee;color:#d32f2f}.error-message{display:flex;align-items:center;gap:8px;padding:12px 16px;margin-bottom:16px;background-color:#ffebee;border-left:4px solid #d32f2f;border-radius:4px;color:#d32f2f;font-size:14px}.btn{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background-color:#f5f5f5;color:#333}.btn-secondary:hover:not(:disabled){background-color:#e0e0e0}@media(max-width:768px){.status-monitor{padding:16px}.status-monitor-header{flex-direction:column;align-items:stretch}.status-monitor-actions{justify-content:flex-end}.status-monitor-info{flex-direction:column;align-items:flex-start;gap:8px}.status-table{font-size:13px}.status-table th,.status-table td{padding:8px 12px}.status-table-filename{max-width:200px}}.chat-interface{display:flex;flex-direction:column;height:100%;max-height:800px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f5f5f5;border-bottom:1px solid #e0e0e0}.chat-header h3{margin:0;font-size:18px;font-weight:600;color:#333}.btn-clear{padding:6px 12px;background:#fff;border:1px solid #d0d0d0;border-radius:4px;font-size:14px;color:#666;cursor:pointer;transition:all .2s}.btn-clear:hover{background:#f9f9f9;border-color:#999}.chat-warning{padding:12px 20px;background:#fff3cd;border-bottom:1px solid #ffc107;color:#856404}.chat-warning p{margin:0;font-size:14px}.chat-messages{flex:1;overflow-y:auto;padding:20px;background:#fafafa}.chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#666}.chat-empty>p{font-size:16px;margin-bottom:24px}.example-queries{background:#fff;padding:16px 20px;border-radius:8px;border:1px solid #e0e0e0;text-align:left;max-width:500px}.example-label{font-weight:600;margin-bottom:8px;color:#333}.example-queries ul{margin:0;padding-left:20px}.example-queries li{margin:6px 0;color:#555;font-size:14px}.message{margin-bottom:16px;padding:12px 16px;border-radius:8px;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-user{background:#e3f2fd;border:1px solid #90caf9;margin-left:40px}.message-assistant{background:#fff;border:1px solid #e0e0e0;margin-right:40px}.message-assistant.loading{opacity:.8}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.message-role{font-weight:600;font-size:14px;color:#333}.message-time{font-size:12px;color:#999}.message-content{font-size:15px;line-height:1.6;color:#333;word-wrap:break-word;overflow-wrap:break-word}.message-content p{margin:0 0 10px}.message-content p:last-child{margin-bottom:0}.message-content h1,.message-content h2,.message-content h3,.message-content h4,.message-content h5,.message-content h6{margin:14px 0 6px;font-weight:600;line-height:1.3;color:#1a1a1a}.message-content h1{font-size:1.4em}.message-content h2{font-size:1.25em}.message-content h3{font-size:1.1em}.message-content h4,.message-content h5,.message-content h6{font-size:1em}.message-content ul,.message-content ol{margin:6px 0 10px;padding-left:22px}.message-content li{margin:4px 0}.message-content li>ul,.message-content li>ol{margin:4px 0}.message-content strong{font-weight:600}.message-content em{font-style:italic}.message-content code{font-family:Courier New,Consolas,monospace;font-size:13px;background:#f0f0f0;border:1px solid #ddd;border-radius:3px;padding:1px 5px}.message-content pre{margin:8px 0;padding:12px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;overflow-x:auto}.message-content pre code{background:none;border:none;padding:0;font-size:13px;line-height:1.5}.message-content blockquote{margin:8px 0;padding:6px 12px;border-left:3px solid #90caf9;background:#f0f7ff;color:#555}.message-content blockquote p{margin:0}.message-content table{width:100%;border-collapse:collapse;margin:10px 0;font-size:14px}.message-content th,.message-content td{border:1px solid #d0d0d0;padding:6px 10px;text-align:left}.message-content th{background:#f0f0f0;font-weight:600}.message-content tr:nth-child(2n) td{background:#fafafa}.message-content a{color:#1976d2;text-decoration:underline}.message-content hr{border:none;border-top:1px solid #e0e0e0;margin:12px 0}.message-user .message-content{white-space:pre-wrap}.loading-indicator{display:flex;gap:6px;padding:8px 0}.loading-indicator .dot{width:8px;height:8px;background:#999;border-radius:50%;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)}}.message-metadata{margin-top:12px;padding-top:12px;border-top:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:12px;align-items:center;font-size:13px;color:#666}.query-details{width:100%;margin-bottom:8px}.query-details summary{cursor:pointer;font-weight:500;color:#555;-webkit-user-select:none;user-select:none}.query-details summary:hover{color:#333}.query-code{margin:8px 0 0;padding:12px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;font-family:Courier New,monospace;font-size:12px;overflow-x:auto;color:#333}.metadata-item{padding:4px 8px;background:#f5f5f5;border-radius:4px;font-size:12px}.chat-error{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#ffebee;border-top:1px solid #ef5350;color:#c62828}.error-icon{font-size:18px}.error-message{font-size:14px}.chat-input-form{display:flex;gap:12px;padding:16px 20px;background:#fff;border-top:1px solid #e0e0e0}.chat-input{flex:1;padding:12px;border:1px solid #d0d0d0;border-radius:4px;font-size:14px;font-family:inherit;resize:none;transition:border-color .2s}.chat-input:focus{outline:none;border-color:#2196f3}.chat-input:disabled{background:#f5f5f5;cursor:not-allowed}.btn-send{padding:12px 24px;background:#2196f3;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s;white-space:nowrap}.btn-send:hover:not(:disabled){background:#1976d2}.btn-send:disabled{background:#ccc;cursor:not-allowed}.chat-footer{padding:8px 20px;background:#f9f9f9;border-top:1px solid #e0e0e0;text-align:center}.session-info{font-size:12px;color:#999}@media(max-width:768px){.message-user{margin-left:20px}.message-assistant{margin-right:20px}.chat-input-form{flex-direction:column}.btn-send{width:100%}}.analytics-dashboard{display:flex;flex-direction:column;gap:1rem}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.analytics-header h2{margin:0}.analytics-body{position:relative;min-height:70vh}.analytics-iframe{width:100%;height:80vh;border:none;border-radius:8px;box-shadow:0 1px 3px #0f172a14}.analytics-status{color:#64748b;font-size:.95rem;padding:1rem 0}.analytics-error{color:#dc2626}.reload-button{font-size:.875rem;padding:.375rem .875rem;border:1px solid currentColor;border-radius:6px;background:transparent;cursor:pointer;color:inherit}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.login-card{background:#fff;border-radius:8px;box-shadow:0 10px 40px #0000001a;padding:2rem;width:100%;max-width:400px}.login-title{font-size:1.75rem;font-weight:600;color:#1a202c;margin:0 0 .5rem;text-align:center}.login-subtitle{color:#718096;margin:0 0 2rem;text-align:center}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#4a5568}.form-group input{padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f7fafc;cursor:not-allowed}.error-message{padding:.75rem;background-color:#fed7d7;color:#c53030;border-radius:6px;font-size:.875rem}.login-button{padding:.75rem;background-color:#667eea;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.login-button:hover:not(:disabled){background-color:#5568d3}.login-button:disabled{background-color:#a0aec0;cursor:not-allowed}.app-container{min-height:100vh;display:flex;flex-direction:column}.app-header{background-color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb}.app-header h1{margin:0;font-size:1.5rem;color:#111827}.user-info{display:flex;align-items:center;gap:1rem;color:#4b5563}.dev-badge{background-color:#ff6b35;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:700}.sign-out-button{padding:.5rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.sign-out-button:hover{background-color:#1d4ed8}.app-main{flex:1;display:grid;grid-template-columns:80px minmax(0,1fr);gap:1rem;padding:1rem;width:100%}.nav-rail{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem;display:flex;flex-direction:column;align-items:stretch;gap:.5rem}.nav-rail-item{border:none;background:transparent;color:#6b7280;padding:.75rem .5rem;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.25rem;font-size:.75rem;transition:background-color .15s ease,color .15s ease,transform .1s ease}.nav-rail-item:hover{background-color:#eff6ff;color:#1d4ed8}.nav-rail-item:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.nav-rail-item.active{background-color:#dbeafe;color:#1d4ed8;transform:translateY(-1px)}.nav-rail-icon{font-size:1.1rem}.nav-rail-label{white-space:nowrap}.main-content{display:flex;flex-direction:column;gap:1rem;min-height:0}.files-view{display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.panel-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.panel-section h2{margin:0 0 1rem;font-size:1.1rem;color:#111827;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.chat-section{flex:1;display:flex;flex-direction:column;min-height:0}@media(max-width:1024px){.app-main{grid-template-columns:70px minmax(0,1fr)}}@media(max-width:768px){.app-header{padding:1rem}.app-header h1{font-size:1.2rem}.app-main{grid-template-columns:1fr;padding:.5rem}.nav-rail{flex-direction:row;justify-content:center}.nav-rail-item{flex:1}.panel-section{padding:1rem}}:root{--amplify-colors-brand-primary-10: #646cff;--amplify-colors-brand-primary-80: #535bf2;--amplify-colors-brand-primary-90: #4a4fcf;--amplify-colors-brand-primary-100: #3f44b3}
