*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.5;color:#1f2328;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.25}p{margin:0}a{color:#5436da;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:inherit;line-height:inherit}input,textarea,select{font-family:inherit;font-size:inherit}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}::selection{background:#5436da;color:#fff}:focus-visible{outline:2px solid #5436da;outline-offset:2px}.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}.login-page{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-container{width:100%;max-width:420px;padding:20px}.login-card{background:#fff;border-radius:16px;padding:48px 40px;box-shadow:0 10px 40px #00000026;text-align:center}.login-logo{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff}.login-title{margin:0 0 8px;font-size:32px;font-weight:700;color:#1f2328}.login-subtitle{margin:0 0 24px;font-size:16px;color:#667eea;font-weight:500}.login-description{margin:0 0 32px;font-size:15px;color:#636c76;line-height:1.6}.login-error{margin:0 0 24px;padding:12px 16px;background-color:#fff1f0;border:1px solid #ffccc7;border-radius:8px;color:#cf1322;font-size:14px;text-align:left}.login-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:16px 24px;background-color:#007dc1;border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.login-button:hover:not(:disabled){background-color:#005a8c;transform:translateY(-2px);box-shadow:0 6px 20px #007dc159}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed}.okta-icon{flex-shrink:0}.auth-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:20px;color:#fff}.auth-loading .spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.auth-loading p{margin:0;font-size:18px;font-weight:500}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:480px){.login-container{padding:16px}.login-card{padding:32px 24px}.login-title{font-size:26px}.login-logo{width:64px;height:64px}.login-logo svg{width:48px;height:48px}}.app-header{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.header-left{display:flex;align-items:center;gap:12px}.header-logo{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff}.header-title{margin:0;font-size:20px;font-weight:700;color:#1f2328}.header-right{display:flex;align-items:center;gap:16px}.new-chat-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f7f7f8;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.new-chat-button:hover{background:#fff;border-color:#5436da;color:#5436da}.user-menu{display:flex;align-items:center;gap:12px;padding-left:16px;border-left:1px solid #e5e7eb}.user-avatar{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#5436da;border-radius:50%;color:#fff;font-size:14px;font-weight:600}.user-info{display:flex;flex-direction:column;gap:2px}.user-name{font-size:14px;font-weight:500;color:#1f2328}.user-email{font-size:12px;color:#636c76}.logout-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid #e5e7eb;border-radius:8px;color:#636c76;cursor:pointer;transition:all .2s ease}.logout-button:hover{background:#fee2e2;border-color:#fecaca;color:#dc2626}@media(max-width:768px){.app-header{padding:12px 16px}.header-title{font-size:18px}.new-chat-button span{display:none}.new-chat-button{padding:8px}.user-info{display:none}.user-menu{gap:8px;padding-left:12px}}@media(max-width:480px){.header-logo{width:36px;height:36px}.header-logo svg{width:24px;height:24px}}.chat-message{display:flex;gap:16px;padding:24px 32px;max-width:900px;margin:0 auto}.chat-message.user{background-color:transparent}.chat-message.assistant{background-color:#f7f7f8}.message-avatar{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px}.chat-message.user .message-avatar{background-color:#5436da;color:#fff}.chat-message.assistant .message-avatar{background-color:#10a37f;color:#fff}.message-content{flex:1;min-width:0}.message-role{font-size:14px;font-weight:600;color:#1f2328;margin-bottom:8px}.message-text{font-size:16px;line-height:1.7;color:#374151}.message-text p{margin:0 0 16px}.message-text p:last-child{margin-bottom:0}.message-text h1,.message-text h2,.message-text h3,.message-text h4,.message-text h5,.message-text h6{margin:24px 0 12px;font-weight:600;color:#1f2328}.message-text h1:first-child,.message-text h2:first-child,.message-text h3:first-child{margin-top:0}.message-text code{background-color:#f1f3f5;padding:2px 6px;border-radius:4px;font-family:SF Mono,Monaco,Courier New,monospace;font-size:14px}.message-text pre{background-color:#1e1e1e;color:#d4d4d4;padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0}.message-text pre code{background:none;padding:0;color:inherit}.message-text ul,.message-text ol{margin:12px 0;padding-left:24px}.message-text li{margin:8px 0}.message-text blockquote{border-left:4px solid #e5e7eb;margin:16px 0;padding:8px 16px;color:#6b7280}.message-text table{border-collapse:collapse;margin:16px 0;width:100%}.message-text th,.message-text td{border:1px solid #e5e7eb;padding:8px 12px;text-align:left}.message-text th{background-color:#f9fafb;font-weight:600}.message-text a{color:#5436da;text-decoration:none}.message-text a:hover{text-decoration:underline}@media(max-width:768px){.chat-message{padding:16px;gap:12px}.message-avatar{width:32px;height:32px}.message-avatar svg{width:20px;height:20px}.message-text{font-size:15px}}.chat-input-container{border-top:1px solid #e5e7eb;background:#fff;padding:16px 24px 24px}.chat-input-form{max-width:900px;margin:0 auto}.chat-input-wrapper{display:flex;align-items:flex-end;gap:12px;background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease}.chat-input-wrapper:focus-within{border-color:#5436da;box-shadow:0 0 0 3px #5436da1a}.chat-input{flex:1;border:none;outline:none;resize:none;font-size:16px;line-height:1.5;color:#1f2328;background:transparent;font-family:inherit;min-height:24px;max-height:200px}.chat-input::placeholder{color:#9ca3af}.chat-input:disabled{opacity:.6;cursor:not-allowed}.chat-submit-button{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#5436da;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease}.chat-submit-button:hover:not(:disabled){background:#4328b5;transform:translateY(-1px)}.chat-submit-button:active:not(:disabled){transform:translateY(0)}.chat-submit-button:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.chat-input-hint{margin:8px 0 0;font-size:12px;color:#9ca3af;text-align:center}@media(max-width:768px){.chat-input-container{padding:12px 16px 20px}.chat-input-wrapper{padding:10px 14px}.chat-input{font-size:16px}.chat-input-hint{display:none}}.chat-container{display:flex;flex-direction:column;height:100%;background:#fff}.chat-messages{flex:1;overflow-y:auto;scroll-behavior:smooth}.chat-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:48px 24px;text-align:center}.welcome-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;margin-bottom:24px}.chat-welcome h2{margin:0 0 12px;font-size:28px;font-weight:700;color:#1f2328}.chat-welcome p{margin:0 0 32px;font-size:16px;color:#636c76;max-width:400px}.welcome-suggestions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;max-width:600px}.suggestion-button{padding:12px 20px;background:#f7f7f8;border:1px solid #e5e7eb;border-radius:24px;font-size:14px;color:#374151;cursor:pointer;transition:all .2s ease}.suggestion-button:hover{background:#fff;border-color:#5436da;color:#5436da}.typing-indicator{display:flex;gap:4px;padding:8px 0}.typing-indicator span{width:8px;height:8px;background:#9ca3af;border-radius:50%;animation:typing 1.4s ease-in-out infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.chat-error{display:flex;align-items:center;gap:12px;padding:12px 24px;background:#fef2f2;border-top:1px solid #fecaca;color:#dc2626;font-size:14px}.chat-error>svg{flex-shrink:0}.chat-error .error-message{flex:1}.chat-error .error-actions{display:flex;gap:8px}.chat-error .retry-button{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#dc2626;border:none;border-radius:6px;color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.chat-error .retry-button:hover{background:#b91c1c}.chat-error .dismiss-button{padding:6px 12px;background:transparent;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:13px;cursor:pointer;transition:all .2s ease}.chat-error .dismiss-button:hover{background:#fee2e2}@media(max-width:768px){.chat-welcome{padding:32px 16px}.chat-welcome h2{font-size:24px}.welcome-icon{width:64px;height:64px;border-radius:16px}.welcome-icon svg{width:36px;height:36px}.welcome-suggestions{flex-direction:column;width:100%}.suggestion-button{width:100%}}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:linear-gradient(135deg,#667eea,#764ba2)}.error-boundary-content{max-width:480px;padding:48px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;text-align:center}.error-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 24px;background:#fef2f2;border-radius:50%;color:#dc2626}.error-boundary-content h1{margin:0 0 12px;font-size:24px;font-weight:700;color:#1f2328}.error-boundary-content p{margin:0 0 24px;font-size:15px;color:#636c76;line-height:1.6}.error-details{margin-bottom:24px;text-align:left}.error-details summary{cursor:pointer;font-size:14px;color:#636c76;margin-bottom:8px}.error-details pre{padding:12px;background:#f7f7f8;border-radius:8px;font-size:12px;color:#dc2626;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.error-actions{display:flex;gap:12px;justify-content:center}.error-button{padding:12px 24px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.error-button.primary{background:#5436da;color:#fff}.error-button.primary:hover{background:#4328b5;transform:translateY(-1px)}.error-button.secondary{background:#f7f7f8;color:#374151;border:1px solid #e5e7eb}.error-button.secondary:hover{background:#fff;border-color:#5436da;color:#5436da}.session-warning-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.session-warning-modal{max-width:400px;margin:24px;padding:32px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;text-align:center;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.warning-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 20px;background:#fef3c7;border-radius:50%;color:#d97706}.session-warning-modal h2{margin:0 0 12px;font-size:20px;font-weight:700;color:#1f2328}.session-warning-modal p{margin:0 0 24px;font-size:15px;color:#636c76;line-height:1.5}.warning-actions{display:flex;gap:12px;justify-content:center}.extend-button{padding:12px 24px;background:#5436da;border:none;border-radius:8px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.extend-button:hover:not(:disabled){background:#4328b5}.extend-button:disabled{opacity:.7;cursor:not-allowed}.session-warning-modal .logout-button{padding:12px 24px;background:transparent;border:1px solid #e5e7eb;border-radius:8px;color:#636c76;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.session-warning-modal .logout-button:hover{background:#f7f7f8;color:#1f2328}@media(max-width:480px){.warning-actions{flex-direction:column}.extend-button,.session-warning-modal .logout-button{width:100%}}.sidebar{width:72px;height:100vh;display:flex;flex-direction:column;align-items:center;padding:16px 0;background:#fff;border-right:1px solid #e5e7eb;flex-shrink:0}.sidebar-logo{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:24px;color:#0d9488}.sidebar-logo svg{width:36px;height:36px}.sidebar-nav{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1}.sidebar-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:56px;padding:10px 8px;background:transparent;border:none;border-radius:8px;color:#6b7280;cursor:pointer;transition:all .2s ease}.sidebar-button span{font-size:11px;font-weight:500}.sidebar-button:hover{background:#f3f4f6;color:#1f2937}.sidebar-button.active{background:#f0fdf4;color:#0d9488}.sidebar-button.new-query-button{width:48px;height:48px;padding:0;margin-bottom:16px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:#6b7280}.sidebar-button.new-query-button:hover{border-color:#0d9488;color:#0d9488;background:#f0fdf4}.sidebar-footer{margin-top:auto;padding-top:16px;position:relative}.user-avatar-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#1f2937;border:none;border-radius:10px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.user-avatar-button:hover{background:#374151}.user-menu-popup{position:absolute;bottom:100%;left:8px;margin-bottom:8px;min-width:220px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px #00000026;z-index:1000;animation:slideUp .15s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.user-menu-header{display:flex;align-items:center;gap:12px;padding:16px}.user-menu-avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#1f2937;border-radius:10px;color:#fff;font-size:14px;font-weight:600;flex-shrink:0}.user-menu-info{display:flex;flex-direction:column;gap:2px;min-width:0}.user-menu-name{font-size:14px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu-email{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu-divider{height:1px;background:#e5e7eb;margin:0 12px}.user-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;background:transparent;border:none;font-size:14px;color:#4b5563;cursor:pointer;transition:all .15s ease}.user-menu-item:hover{background:#f3f4f6;color:#1f2937}.user-menu-item:last-child{border-radius:0 0 12px 12px}.user-menu-item svg{flex-shrink:0}@media(max-width:768px){.sidebar{width:100%;height:auto;flex-direction:row;padding:8px 16px;border-right:none;border-bottom:1px solid #e5e7eb}.sidebar-logo{margin-bottom:0;margin-right:16px}.sidebar-nav{flex-direction:row;flex:1;justify-content:flex-start}.sidebar-button{flex-direction:row;width:auto;padding:8px 12px}.sidebar-button.new-query-button{width:40px;height:40px;margin-bottom:0;margin-right:8px}.sidebar-footer{margin-top:0;padding-top:0}}.filter-bar{display:flex;gap:24px;padding:20px 32px;justify-content:center;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:6px;min-width:180px}.filter-label{font-size:13px;font-weight:500;color:#6b7280}.filter-select{padding:10px 36px 10px 14px;font-size:15px;color:#1f2937;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:18px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;appearance:none;transition:all .2s ease}.filter-select:hover{border-color:#d1d5db}.filter-select:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.filter-select option{padding:8px}@media(max-width:768px){.filter-bar{padding:16px;gap:16px}.filter-group{min-width:100%}}.response-panel{display:flex;flex-direction:column;height:100%;background:#fff;overflow:hidden}.response-panel.loading{justify-content:flex-start}.response-header{padding:16px 24px;border-bottom:1px solid #e5e7eb}.response-title{font-size:18px;font-weight:600;color:#1f2937;margin:0}.response-tabs{display:flex;gap:8px;padding:12px 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.tab-button{display:flex;align-items:center;gap:8px;padding:10px 20px;background:transparent;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.tab-button:hover{background:#e5e7eb;color:#1f2937}.tab-button.active{background:#fff;color:#1f2937;box-shadow:0 1px 3px #0000001a}.tab-button svg{opacity:.7}.tab-button.active svg{opacity:1;color:#0d9488}.response-content{flex:1;padding:24px;overflow-y:auto}.question-display{font-size:15px;font-weight:500;color:#4b5563;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.answer-content{font-size:15px;line-height:1.7;color:#374151}.answer-content p{margin:0}.detailed-content{display:flex;flex-direction:column;gap:24px}.detail-section h3{font-size:15px;font-weight:600;color:#1f2937;margin:0 0 8px}.detail-section p{font-size:15px;line-height:1.7;color:#374151;margin:0;padding-left:16px}.response-actions{display:flex;gap:8px;margin-top:24px;padding-top:16px;border-top:1px solid #e5e7eb}.action-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;transition:all .2s ease}.action-button:hover{background:#f3f4f6;color:#1f2937;border-color:#d1d5db}.action-button.copied{background:#d1fae5;border-color:#10b981;color:#059669}.loading-content{flex:1;display:flex;align-items:flex-start;padding:32px 24px}.thinking-indicator{display:flex;align-items:center;gap:4px;padding:12px 20px;background:#f3f4f6;border-radius:20px}.thinking-dot{width:8px;height:8px;background:#0d9488;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.thinking-dot:nth-child(1){animation-delay:-.32s}.thinking-dot:nth-child(2){animation-delay:-.16s}.thinking-dot:nth-child(3){animation-delay:0}.thinking-text{margin-left:8px;font-size:14px;color:#6b7280}@keyframes bounce{0%,80%,to{transform:scale(.6)}40%{transform:scale(1)}}@media(max-width:768px){.response-content{padding:16px}.response-tabs{padding:12px 16px}.tab-button{padding:8px 14px;font-size:13px}}.history-panel{display:flex;flex-direction:column;height:100%;background:#fff}.history-header{display:flex;align-items:center;gap:12px;padding:20px 24px;border-bottom:1px solid #e5e7eb}.back-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;transition:all .2s ease}.back-button:hover{background:#f3f4f6;color:#1f2937}.history-header h2{font-size:18px;font-weight:600;color:#1f2937;margin:0}.history-content{flex:1;overflow-y:auto;padding:16px}.history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#9ca3af;text-align:center;padding:32px}.history-empty svg{margin-bottom:16px;opacity:.5}.history-empty p{font-size:16px;font-weight:500;color:#6b7280;margin:0 0 4px}.history-empty span{font-size:14px;color:#9ca3af}.history-group{margin-bottom:24px}.group-title{font-size:12px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px 8px}.history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.history-item{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:12px 16px;background:transparent;border:none;border-radius:8px;text-align:left;cursor:pointer;transition:all .2s ease}.history-item:hover{background:#f3f4f6}.item-question{font-size:14px;font-weight:500;color:#1f2937;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.item-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#9ca3af}@media(max-width:768px){.history-header{padding:16px}.history-content{padding:12px}.history-item{padding:10px 12px}}.query-input-container{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px 32px 24px;background:#fff}.query-input-wrapper{display:flex;align-items:flex-end;width:100%;max-width:800px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:4px;transition:all .2s ease}.query-input-wrapper:focus-within{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.query-input-wrapper.disabled{background:#f9fafb;opacity:.7}.query-textarea{flex:1;min-height:44px;max-height:150px;padding:10px 16px;background:transparent;border:none;outline:none;font-size:15px;font-family:inherit;line-height:1.5;color:#1f2937;resize:none}.query-textarea::placeholder{color:#9ca3af}.query-textarea:disabled{cursor:not-allowed}.submit-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:2px;background:#0d9488;border:none;border-radius:10px;color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0}.submit-button:hover:not(:disabled){background:#0f766e}.submit-button:disabled{background:#d1d5db;cursor:not-allowed}.query-disclaimer{font-size:12px;color:#9ca3af;margin:0;text-align:center}@media(max-width:768px){.query-input-container{padding:12px 16px 20px}.query-textarea{font-size:16px}}.main-content{flex:1;display:flex;flex-direction:column;min-height:0;position:relative;overflow:hidden}.home-view{align-items:center;padding:40px 0}.content-header{text-align:center;margin-bottom:24px}.app-title{font-size:28px;font-weight:600;color:#0d9488;margin:0}.content-body{width:100%;max-width:900px;margin-top:auto;padding:0 24px}.content-decoration{position:absolute;top:0;right:0;width:400px;height:400px;pointer-events:none;overflow:hidden}.geometric-pattern{width:100%;height:100%}.response-view{flex-direction:column}.response-view .response-panel{flex:1;min-height:0;overflow:hidden}.response-input-area{border-top:1px solid #e5e7eb;background:#f9fafb}@media(max-width:1024px){.content-decoration{width:300px;height:300px}}@media(max-width:768px){.home-view{padding:24px 0}.app-title{font-size:24px}.content-body{padding:0 16px}.content-decoration{display:none}}
