.top-navbar{background-color:#473472;color:#fff;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0003}.top-navbar-left{display:flex;align-items:center;gap:20px}.top-navbar a{color:#fff;text-decoration:none;display:flex;align-items:center;gap:5px;font-size:14px;cursor:pointer}.top-navbar a:hover{opacity:.8}.top-navbar-right{display:flex;align-items:center;gap:15px}.store-selector{background-color:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:5px 10px;border-radius:4px;font-size:13px}.user-info{display:flex;flex-direction:column;align-items:flex-end;font-size:12px}.tabs-bar{background-color:#f5f5f5;display:flex;border-bottom:2px solid #473472;justify-content:center;align-items:center}.tab-item{padding:12px 30px;cursor:pointer;border:none;background-color:transparent;font-weight:500;color:#333;text-decoration:none;display:inline-block}.tab-item.active{background-color:#87bac3;font-weight:700;color:#000}.tab-item:hover:not(.active){background-color:#e0e0e0}.main-content{padding:2rem;display:flex;justify-content:center}.panel{width:90%;max-width:1400px;background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 6px #0000001a}.title-bar{border-bottom:2px solid #ccc;margin-bottom:15px;padding-bottom:10px}.preview-area{border:2px dashed #d9d9d9;padding:1rem;border-radius:8px;min-height:100px;background-color:#f9f9f9;text-align:center}.preview-area img{max-width:100%;height:auto}.preview-area iframe{width:100%;height:450px;border:1px solid #ccc}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#473472,#87bac3)}.login-box{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 10px 25px #0003;width:100%;max-width:400px}.login-box h2{text-align:center;color:#473472;margin-bottom:2rem}.row{display:flex;flex-wrap:wrap;margin:0 -10px}.col{flex:1;padding:0 10px}.col-2{flex:0 0 16.666%;max-width:16.666%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333%;max-width:33.333%}.col-6{flex:0 0 50%;max-width:50%}.col-8{flex:0 0 66.666%;max-width:66.666%}.col-12{flex:0 0 100%;max-width:100%}.actions{display:flex;gap:8px;justify-content:flex-end}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;max-width:1600px;width:95%;max-height:90vh;overflow-y:auto}.modal-content.modal-wide{max-width:1800px;width:98%}.modal-content.modal-large{max-width:1600px;width:95%}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h3{margin:0}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666}.modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:1.5rem}.confidence-high{color:#28a745;font-weight:700}.confidence-medium{color:#ffc107;font-weight:700}.confidence-low{color:#dc3545;font-weight:700}.chat-container{display:flex;flex-direction:column;height:600px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.chat-messages{flex:1;overflow-y:auto;padding:20px;background-color:#f8f9fa}.message{margin-bottom:20px;display:flex}.message.user{justify-content:flex-end}.message.bot{justify-content:flex-start}.message-content{max-width:70%;padding:12px 16px;border-radius:18px;position:relative}.message.user .message-content{background-color:#473472;color:#fff;border-bottom-right-radius:4px}.message.bot .message-content{background-color:#fff;color:#333;border:1px solid #e0e0e0;border-bottom-left-radius:4px}.message-text{line-height:1.4;white-space:pre-wrap}.message-metadata{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.2)}.message.bot .message-metadata{border-top:1px solid #e0e0e0}.message-time{font-size:11px;opacity:.7;margin-top:4px;text-align:right}.message.bot .message-time{text-align:left}.chat-input{padding:20px;background-color:#fff;border-top:1px solid #e0e0e0}.input-group{display:flex;gap:10px;align-items:flex-end}.input-group textarea{flex:1;resize:none;border-radius:20px;padding:12px 16px;border:1px solid #ddd;font-family:inherit}.input-group textarea:focus{outline:none;border-color:#473472;box-shadow:0 0 0 2px #4734721a}.input-group button{border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0}.typing-indicator{display:flex;align-items:center;gap:4px}.typing-indicator span{width:8px;height:8px;border-radius:50%;background-color:#666;animation:typing 1.4s infinite ease-in-out}.examples-container{max-height:500px;overflow-y:auto}.example-category{margin-bottom:20px}.example-button{display:block;width:100%;text-align:left;padding:8px 12px;margin-bottom:6px;background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;font-size:13px;color:#333;cursor:pointer;transition:all .2s ease}.example-button:hover{background-color:#e9ecef;border-color:#473472;color:#473472}.session-info{font-size:14px}.info-item{display:flex;flex-direction:column;margin-bottom:12px;gap:4px}.info-item strong{color:#473472;font-size:13px}.info-item span{color:#666;font-size:12px}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.message-content{max-width:85%}.chat-container{height:500px}.input-group{flex-direction:column;gap:10px}.input-group button{align-self:flex-end;width:50px;height:40px}}.chatbot-container{display:flex;flex-direction:column;height:calc(100vh - 120px);max-width:1200px;margin:0 auto;padding:20px;background:#f8f9fa}.chatbot-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.chatbot-title h1{margin:0;color:#2c3e50;font-size:1.8rem;font-weight:600}.chatbot-subtitle{margin:5px 0 0;color:#6c757d;font-size:.95rem}.chatbot-content{display:flex;flex:1;gap:20px;min-height:0}.chatbot-messages{flex:2;background:#fff;border-radius:12px;padding:20px;overflow-y:auto;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:15px}.message{display:flex;max-width:80%}.message.user{align-self:flex-end}.message.bot{align-self:flex-start}.message-content{padding:12px 16px;border-radius:18px;position:relative;word-wrap:break-word}.message.user .message-content{background:#007bff;color:#fff;border-bottom-right-radius:4px}.message.bot .message-content{background:#e9ecef;color:#2c3e50;border-bottom-left-radius:4px}.message.bot.error .message-content{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.message.bot.loading .message-content{background:#e3f2fd;color:#1976d2}.message-text{margin-bottom:4px;line-height:1.4}.message-time{font-size:.75rem;opacity:.7;text-align:right}.message.user .message-time{color:#fffc}.typing-indicator{display:inline-flex;align-items:center;gap:3px;margin-right:8px}.typing-indicator span{width:6px;height:6px;border-radius:50%;background:#1976d2;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.chatbot-examples{flex:1;background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;height:fit-content}.chatbot-examples h4{margin:0 0 15px;color:#2c3e50;font-size:1.1rem;font-weight:600}.examples-grid{display:flex;flex-direction:column;gap:10px}.example-button{padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;background:#f8f9fa;color:#495057;text-align:left;cursor:pointer;transition:all .2s ease;font-size:.9rem;line-height:1.4}.example-button:hover{border-color:#007bff;background:#e3f2fd;color:#1976d2;transform:translateY(-1px)}.chatbot-input{margin-top:20px;background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a}.input-container{display:flex;gap:12px;align-items:flex-end}.message-input{flex:1;padding:12px 16px;border:2px solid #e9ecef;border-radius:24px;resize:none;font-family:inherit;font-size:.95rem;line-height:1.4;max-height:120px;transition:border-color .2s ease}.message-input:focus{outline:none;border-color:#007bff}.message-input:disabled{background:#f8f9fa;color:#6c757d}.send-button{padding:12px;background:#007bff;color:#fff;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:48px;height:48px}.send-button:hover:not(:disabled){background:#0056b3;transform:scale(1.05)}.send-button:disabled{background:#6c757d;cursor:not-allowed;transform:none}.send-button .material-symbols-outlined{font-size:20px}@media (max-width: 768px){.chatbot-container{padding:10px;height:calc(100vh - 100px)}.chatbot-header{flex-direction:column;gap:15px;text-align:center}.chatbot-content{flex-direction:column}.chatbot-examples{order:-1}.examples-grid{flex-direction:row;flex-wrap:wrap}.example-button{flex:1;min-width:calc(50% - 5px);font-size:.8rem;padding:10px 12px}.message{max-width:90%}}@media (max-width: 480px){.chatbot-title h1{font-size:1.5rem}.example-button{min-width:100%}.input-container{gap:8px}.message-input{font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background-color:#f8f8f8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.btn{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#53629e;color:#fff}.btn-primary:hover:not(:disabled){background-color:#424d7f}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#5a6268}.btn-success{background-color:#28a745;color:#fff}.btn-danger{background-color:#dc3545;color:#fff}.btn-sm{padding:4px 8px;font-size:12px}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-control{width:100%;padding:8px 12px;border:1px solid #ced4da;border-radius:4px;font-size:14px}.form-control:focus{outline:none;border-color:#53629e;box-shadow:0 0 0 .2rem #53629e40}.form-control:disabled{background-color:#f2f2f2;cursor:not-allowed}.table{width:100%;border-collapse:collapse;background-color:#fff}.table th,.table td{padding:12px;text-align:left;border-bottom:1px solid #dee2e6}.table th{background-color:#f8f9fa;font-weight:600;color:#495057}.table tbody tr:hover{background-color:#f8f9fa}.card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:1rem;overflow:hidden}.card-header{background-color:#8c8c8c;color:#fff;padding:12px 20px;font-weight:700;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.card-body{padding:20px}.loader{border:4px solid #f3f3f3;border-top:4px solid #53629E;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:2rem auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.confidence-high{color:#00c853;font-weight:700}.confidence-medium{color:#ffd600;font-weight:700}.confidence-low{color:#ff3d00;font-weight:700}.alert{padding:12px 20px;border-radius:4px;margin-bottom:1rem}.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-danger{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.alert-info{background-color:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-header{padding:20px;border-bottom:1px solid #dee2e6}.modal-header h4{margin:0;color:#333;font-size:18px}.modal-body{padding:20px;color:#555}.modal-footer{padding:15px 20px;border-top:1px solid #dee2e6;display:flex;justify-content:flex-end;gap:10px}
