.App{background:#f5f5f5;min-height:100vh}.App-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px 20px;text-align:center}.App-header h1{font-size:1.2em;margin:0}.App-header h2{font-size:.9em;font-weight:400;margin:0}.App-header p{font-size:.85em;margin:0;opacity:.9}.main-content-split{display:flex;gap:20px;height:calc(100vh - 100px);margin:0 auto;max-width:1800px;padding:20px}.left-panel{display:flex;flex:0 0 45%;flex-direction:column;gap:20px;overflow-y:auto}.right-panel{flex:1 1;overflow:hidden}.document-viewer{background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;height:100%}.doc-tabs{background:#f5f5f5;border-radius:15px 15px 0 0;display:flex;gap:5px;padding:15px 15px 0}.doc-tabs button{background:#fff;border:none;border-radius:8px 8px 0 0;color:#666;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.doc-tabs button:hover{background:#e8e8e8;color:#333}.doc-tabs button.active{background:#667eea;color:#fff}.doc-content{background:#fff;border-radius:0 0 15px 15px;flex:1 1;overflow-y:auto;padding:20px}.doc-content pre{word-wrap:break-word;color:#333;font-family:Courier New,monospace;font-size:13px;line-height:1.6;margin:0;white-space:pre-wrap}.chat-widget{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:30px}.chat-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px 10px 0 0;color:#fff;padding:15px}.chat-header h3{font-size:1.3em;margin:0}.chat-messages{background:#f9f9f9;height:300px;overflow-y:auto;padding:20px}.message{border-radius:8px;margin-bottom:15px;padding:12px}.message.user{background:#e3f2fd;color:#000;margin-left:20%}.message.assistant{background:#fff;border:1px solid #e0e0e0;color:#000;margin-right:20%}.message strong{color:#667eea;display:block;font-weight:700;margin-bottom:5px}.message p{color:#333;margin:0;white-space:pre-wrap}.chat-input{background:#fff;border-top:1px solid #e0e0e0;display:flex;padding:15px}.chat-input input{border:2px solid #ddd;border-radius:5px;color:#000;flex:1 1;font-size:15px;padding:12px}.chat-input button{background:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;font-weight:700;margin-left:10px;padding:12px 25px}.chat-input button:hover{background:#5568d3}.chat-input button:disabled{background:#ccc;cursor:not-allowed}.tier-selector{background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000001a;margin-bottom:30px;padding:30px}.tier-selector h3{color:#333;margin-bottom:20px;text-align:center}.tier-options{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.tier-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;cursor:pointer;min-width:200px;padding:25px;text-align:center;transition:transform .2s}.tier-card:hover{transform:translateY(-5px)}.tier-card.selected{border:3px solid gold;box-shadow:0 5px 20px #ffd7004d}.tier-card h4{font-size:1.5em;margin:0 0 15px}.tier-card p{font-size:.95em;margin:8px 0}.tier-card .price{font-size:1.8em;font-weight:700;margin:15px 0}.tier-card .upgrade-btn{background:#fff;border-radius:8px;color:#667eea;display:inline-block;font-weight:700;margin-top:15px;padding:10px 20px;text-decoration:none}.query-interface{background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000001a;margin-bottom:30px;padding:30px}.query-interface h2{color:#333;margin-bottom:20px}.sample-queries{margin-bottom:25px}.sample-queries h3{color:#667eea;font-size:1.1em;margin-bottom:15px}.sample-btn{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;color:#333;cursor:pointer;display:block;font-family:Courier New,monospace;font-size:14px;margin-bottom:10px;padding:12px 15px;text-align:left;width:100%}.sample-btn:hover{background:#e8e8e8;border-color:#667eea}.query-input{margin-top:20px}.query-input textarea{background:#fff;border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;color:#000;font-family:Courier New,monospace;font-size:14px;max-height:800px;max-width:100%;min-height:400px;overflow:auto;padding:15px;resize:vertical;width:100%}.query-input button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:15px;padding:12px 30px}.query-input button:hover{background:#5568d3}.query-input button:disabled{background:#ccc;cursor:not-allowed}.result-display{background:#f9f9f9;border-left:4px solid #667eea;border-radius:8px;margin-top:25px;padding:20px}.result-display h3{color:#667eea;margin-bottom:15px}.result-display .error{background:#ffebee;border-radius:8px;color:#d32f2f;padding:15px}.result-display .success{color:#2e7d32}.result-text{background:#fff;border-radius:8px;color:#333;font-size:15px;line-height:1.8;padding:20px}.result-text p{color:#333;margin:0}.result-text strong{color:#667eea}.result-display pre{background:#fff;border-radius:8px;color:#333;font-size:13px;max-height:800px;min-height:400px;overflow:auto;padding:15px}.query-history{background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000001a;padding:30px}.query-history h3{color:#333;margin-bottom:20px}.history-item{background:#f9f9f9;border-left:3px solid #667eea;border-radius:8px;margin-bottom:15px;padding:15px}.history-item p{color:#666;font-size:14px;margin:5px 0}.footer{color:#666;padding:30px 20px;text-align:center}.footer p{margin:5px 0}.category-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.category-tab{background:#f5f5f5;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .3s}.category-tab:hover{background:#e8e8e8;border-color:#667eea}.category-tab.active{background:#667eea;border-color:#667eea;color:#fff}.query-examples{display:flex;flex-direction:column;gap:15px}.query-example-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:15px;transition:all .3s}.query-example-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.query-example-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.model-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:12px;font-weight:600;padding:4px 12px}.query-description{color:#4b5563;font-size:13px;line-height:1.5;margin:8px 0}.query-example-card .sample-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#1f2937;cursor:pointer;font-family:Courier New,monospace;font-size:13px;margin-top:8px;padding:10px 12px;text-align:left;transition:all .2s;width:100%}.query-example-card .sample-btn:hover{background:#667eea;border-color:#667eea;color:#fff}
/*# sourceMappingURL=main.7d21da0f.css.map*/