.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eca581,#f7cb6b);padding:1rem}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:2.5rem;width:100%;max-width:450px;animation:slideIn .3s ease-out}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;margin:0 0 .5rem;color:#2d3748}.login-header h2{font-size:1.5rem;font-weight:600;margin:0;color:#eca581}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-form .form-group{display:flex;flex-direction:column;gap:.5rem}.login-form label{font-weight:600;color:#2d3748;font-size:.95rem}.login-form input{padding:.875rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.login-form input:focus{outline:none;border-color:#eca581}.login-form input:disabled{background-color:#f7fafc;cursor:not-allowed}.login-form small{color:#718096;font-size:.85rem}.error-message{background-color:#fff5f5;color:#c53030;padding:.875rem;border-radius:8px;border:1px solid #fc8181;font-size:.95rem}.btn-login{margin-top:.5rem;padding:1rem;font-size:1.05rem;font-weight:600;width:100%}.btn-login:disabled{opacity:.6;cursor:not-allowed}.login-toggle{margin-top:1.5rem;text-align:center;padding-top:1.5rem;border-top:1px solid #e2e8f0}.login-toggle p{margin:0;color:#718096;font-size:.95rem}.link-button{background:none;border:none;color:#eca581;font-weight:600;cursor:pointer;text-decoration:underline;padding:0;font-size:inherit}.link-button:hover{color:#e09367}@media (max-width: 480px){.login-card{padding:2rem 1.5rem}.login-header h1{font-size:1.75rem}.login-header h2{font-size:1.25rem}}.app{min-height:100vh;background:linear-gradient(135deg,#eca581,#f7cb6b)}.header{background:#fff;padding:2rem;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.header-content>div:first-child{text-align:left}.header h1{font-size:2rem;color:#333;margin-bottom:.5rem}.header p{color:#666;font-size:1rem;margin:0}.header-user{display:flex;align-items:center;gap:1rem}.user-name{font-weight:600;color:#4a5568;font-size:1rem}.header-user .btn{white-space:nowrap}.container{max-width:1200px;margin:0 auto;padding:2rem}.actions{margin-bottom:2rem;display:flex;gap:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:#eca581;color:#fff}.btn-primary:hover{background:#e09367;transform:translateY(-2px);box-shadow:0 4px 12px #eca58166}.btn-success{background:#48bb78;color:#fff;width:100%}.btn-success:hover{background:#38a169}.btn-secondary{background:#718096;color:#fff}.btn-secondary:hover{background:#4a5568}.agent-header-actions .btn-secondary,.modal-footer .btn-secondary{width:auto}.btn-danger{background:#f56565;color:#fff}.btn-danger:hover{background:#e53e3e}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-report{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;width:100%;margin-top:.5rem}.btn-report:hover:not(:disabled){background:linear-gradient(135deg,#38a169,#2f855a);transform:translateY(-2px);box-shadow:0 4px 12px #48bb7866}.btn-report:disabled{opacity:.6;cursor:not-allowed}.form-card{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #0000001a}.form-card h2{margin-bottom:1.5rem;color:#333}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#eca581}.form-group small{display:block;margin-top:.25rem;color:#718096;font-size:.875rem}.agents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}.agent-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.agent-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.agent-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.agent-header h3{color:#eca581;font-size:1.5rem}.agent-header-actions{display:flex;gap:.5rem}.agent-info{margin-bottom:1.5rem}.agent-info p{margin-bottom:.5rem;color:#4a5568}.prompt-preview{margin-top:1rem;padding:1rem;background:#f7fafc;border-radius:8px}.prompt-preview p{color:#2d3748;font-size:.875rem;line-height:1.5}.report-section,.widget-section{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e2e8f0}.widget-section h4{margin-bottom:.75rem;color:#333}.code-box{background:#2d3748;border-radius:8px;padding:1rem;overflow-x:auto}.code-box pre{color:#68d391;font-family:Courier New,monospace;font-size:.875rem;margin:0;white-space:pre-wrap;word-wrap:break-word}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}.empty-state h2{color:#333;margin-bottom:.5rem}.empty-state p{color:#718096}.btn-logs{background:linear-gradient(135deg,#ed8936,#dd6b20);color:#fff}.btn-logs:hover{background:linear-gradient(135deg,#dd6b20,#c05621);transform:translateY(-2px);box-shadow:0 4px 12px #ed893666}.logs-container{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 20px #0000001a;max-height:600px;display:flex;flex-direction:column}.logs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.logs-header h2{color:#333;font-size:1.25rem;margin:0}.logs-actions{display:flex;gap:.5rem}.logs-content{flex:1;overflow-y:auto}.logs-empty{text-align:center;padding:3rem;color:#718096}.logs-list{display:flex;flex-direction:column;gap:1rem}.log-entry{border:1px solid #e2e8f0;border-radius:8px;padding:1rem;background:#f7fafc;transition:all .3s ease}.log-entry:hover{box-shadow:0 2px 8px #0000001a}.log-entry.log-error{border-left:4px solid #f56565;background:#fff5f5}.log-entry.log-warning{border-left:4px solid #ed8936;background:#fffaf0}.log-entry.log-info{border-left:4px solid #4299e1;background:#ebf8ff}.log-entry.log-success{border-left:4px solid #48bb78;background:#f0fff4}.log-header-entry{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.log-level{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase}.log-level-error{background:#f56565;color:#fff}.log-level-warning{background:#ed8936;color:#fff}.log-level-info{background:#4299e1;color:#fff}.log-level-success{background:#48bb78;color:#fff}.log-timestamp{font-size:.875rem;color:#718096;font-family:Courier New,monospace}.log-message{color:#2d3748;margin-bottom:.5rem;font-weight:500}.log-error{margin-top:.75rem;background:#2d3748;border-radius:6px;padding:1rem;overflow-x:auto}.log-error pre{color:#68d391;font-family:Courier New,monospace;font-size:.8rem;margin:0;white-space:pre-wrap;word-wrap:break-word;line-height:1.6}.btn-test{background:linear-gradient(135deg,#eca581,#f7cb6b);color:#fff;width:100%;margin-bottom:.5rem}.btn-test:hover{background:linear-gradient(135deg,#e09367,#f5c354);transform:translateY(-2px);box-shadow:0 4px 12px #eca58166}.chat-page{display:flex;flex-direction:column;height:100vh;max-width:700px;margin:0 auto;width:100%}.chat-page-header{background:linear-gradient(135deg,#eca581,#f7cb6b);padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 10px #0003;flex-shrink:0}.chat-back-btn{background:#fff3;border:none;color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;white-space:nowrap;transition:background .2s ease}.chat-back-btn:hover{background:#ffffff59}.chat-page-title{display:flex;flex-direction:column}.chat-page-title h2{color:#fff;margin:0;font-size:1.1rem}.chat-page-email{color:#ffffffbf;font-size:.8rem}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;background:#f7fafc;display:flex;flex-direction:column;gap:1rem}.chat-msg{display:flex;max-width:85%}.chat-msg-user{align-self:flex-end}.chat-msg-bot{align-self:flex-start}.chat-msg-bubble{padding:.75rem 1rem;border-radius:16px;font-size:.95rem;line-height:1.5;word-wrap:break-word}.chat-msg-user .chat-msg-bubble{background:linear-gradient(135deg,#eca581,#f7cb6b);color:#fff;border-bottom-right-radius:4px}.chat-msg-bot .chat-msg-bubble{background:#fff;color:#2d3748;border-bottom-left-radius:4px;box-shadow:0 1px 4px #0000001a}.chat-msg-error .chat-msg-bubble{background:#fff5f5;color:#e53e3e;border:1px solid #feb2b2}.chat-msg-loading{display:flex;gap:4px;padding:.85rem 1rem;min-width:52px}.chat-dot{width:8px;height:8px;border-radius:50%;background:#eca581;animation:chatDotPulse 1.4s infinite ease-in-out both}.chat-dot:nth-child(1){animation-delay:-.32s}.chat-dot:nth-child(2){animation-delay:-.16s}@keyframes chatDotPulse{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-input-area{display:flex;gap:.75rem;padding:1rem 1.5rem;background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0}.chat-input{flex:1;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:24px;font-size:.95rem;font-family:inherit;outline:none;transition:border-color .2s ease,height .1s ease;resize:none;min-height:44px;max-height:200px;overflow-y:auto;line-height:1.5}.chat-input::-webkit-scrollbar{width:6px}.chat-input::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px;margin:4px}.chat-input::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:10px}.chat-input::-webkit-scrollbar-thumb:hover{background:#a0aec0}.chat-input:focus{border-color:#eca581}.chat-input:disabled{background:#f7fafc;cursor:not-allowed}.chat-send-btn{background:linear-gradient(135deg,#eca581,#f7cb6b);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:24px;font-size:.95rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .2s ease,transform .2s ease;flex-shrink:0}.chat-send-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 10px #eca58166}.chat-send-btn:disabled{opacity:.45;cursor:not-allowed}.notification{margin-bottom:1.5rem;border-radius:8px;padding:1rem 1.5rem;box-shadow:0 4px 12px #00000026;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.notification-success{background:#f0fff4;border-left:4px solid #48bb78}.notification-error{background:#fff5f5;border-left:4px solid #f56565}.notification-warning{background:#fffaf0;border-left:4px solid #ed8936}.notification-content{display:flex;align-items:center;gap:.75rem}.notification-icon{font-size:1.25rem;flex-shrink:0}.notification-message{flex:1;color:#2d3748;font-weight:500}.notification-close{background:none;border:none;font-size:1.5rem;color:#718096;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0}.notification-close:hover{color:#2d3748}.file-upload-wrapper{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.file-input-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.file-upload-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#edf2f7;border:2px dashed #cbd5e0;border-radius:8px;color:#4a5568;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.file-upload-btn:hover:not(.file-upload-btn-loading){background:#e2e8f0;border-color:#eca581;color:#eca581}.file-upload-btn-loading{opacity:.7;cursor:not-allowed;border-color:#ed8936;color:#ed8936}.file-name-display{font-size:.85rem;color:#48bb78;font-weight:600;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.or-divider{text-align:center;color:#a0aec0;font-size:.85rem;font-weight:600;margin:.5rem 0;position:relative}.or-divider:before,.or-divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:#e2e8f0}.or-divider:before{right:55%}.or-divider:after{left:55%}.documents-list{margin-top:1rem;padding:1rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px}.documents-list strong{display:block;margin-bottom:.5rem;color:#2d3748;font-size:.875rem}.document-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-top:.5rem;transition:all .2s ease}.document-item:hover{border-color:#cbd5e0;box-shadow:0 1px 4px #0000000d}.document-item-existing{background:#fffaf0;border-color:#fbd38d}.document-name{font-size:.875rem;color:#4a5568;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.document-badge{font-size:.7rem;padding:.15rem .4rem;background:#ed8936;color:#fff;border-radius:4px;font-weight:600;text-transform:uppercase}.document-remove-btn{background:#fed7d7;color:#c53030;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:1.25rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;margin-left:.5rem}.document-remove-btn:hover{background:#fc8181;color:#fff;transform:scale(1.1)}.color-picker{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.color-swatch{width:36px;height:36px;border-radius:50%;border:3px solid #e2e8f0;cursor:pointer;padding:0;transition:border-color .2s ease,transform .2s ease}.color-swatch:hover{transform:scale(1.15)}.color-swatch.selected{border-color:transparent;box-shadow:0 0 0 3px #fff,0 0 0 5px #2d3748;transform:scale(1.1)}.agent-color-dot{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:.4rem;vertical-align:middle;border:1px solid rgba(0,0,0,.15)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-card{background:#fff;border-radius:12px;width:100%;max-width:500px;box-shadow:0 20px 60px #0000004d;animation:modalIn .2s ease-out}@keyframes modalIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #e2e8f0}.modal-header h2{color:#333;font-size:1.2rem;margin:0}.modal-close{background:none;border:none;font-size:1.75rem;color:#718096;cursor:pointer;padding:0;line-height:1;transition:color .2s ease}.modal-close:hover{color:#2d3748}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:2px solid #e2e8f0}.modal-footer .btn{width:auto;margin-top:0}.radio-group{display:flex;flex-direction:column;gap:.5rem}.radio-label{display:flex;align-items:center;gap:.5rem;font-weight:400;color:#4a5568;cursor:pointer}.radio-label input[type=radio]{accent-color:#ECA581;width:18px;height:18px;cursor:pointer}.date-range-inputs{display:flex;gap:1rem}.date-range-inputs .form-group{flex:1}@media (max-width: 768px){.agents-grid{grid-template-columns:1fr}.header{padding:1.5rem 1rem}.header-content{flex-direction:column;align-items:flex-start}.header-content>div:first-child{width:100%}.header h1{font-size:1.5rem}.header-user{width:100%;justify-content:space-between;padding-top:1rem;border-top:1px solid #e2e8f0}.container{padding:1rem}.notification{padding:.75rem 1rem}.notification-message{font-size:.875rem}}
