*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,.App{min-height:100vh}.App{background:linear-gradient(135deg,#000,#3d0909);overflow-x:hidden;position:relative}.app-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:40px 20px}.hero-section{color:#c5c5c5;max-width:1000px;text-align:center;width:100%}.hero-title{-webkit-text-fill-color:#0000;animation:fadeInUp .8s ease;background:linear-gradient(90deg,#fff,#e0e7ff);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:800;margin-bottom:1rem}.hero-subtitle{animation:fadeInUp .8s ease .2s backwards;font-size:1.5rem;margin-bottom:3rem;opacity:.95}.hero-features{grid-gap:2rem;animation:fadeInUp .8s ease .4s backwards;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;cursor:pointer;padding:2rem;transition:all .3s ease}.feature-card:hover{background:#ffffff26;box-shadow:0 20px 40px #0003;transform:translateY(-10px)}.feature-icon{display:block;font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.feature-card p{font-size:1rem;opacity:.9}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-features{gap:1.5rem;grid-template-columns:1fr}}.chat-fab-wrapper{align-items:center;bottom:30px;display:flex;gap:12px;position:fixed;right:30px;z-index:999}.fab-message{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;color:#1e293b;font-size:14px;font-weight:500;padding:12px 20px;position:relative;white-space:nowrap}.fab-message:after{border-bottom:6px solid #0000;border-left:6px solid #fff;border-top:6px solid #0000;content:"";height:0;position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:0}.chat-fab{align-items:center;background:linear-gradient(135deg,#581212,#af0202 150%);border:none;border-radius:50%;box-shadow:0 8px 24px #0006;color:#000;cursor:pointer;display:flex;height:60px;justify-content:center;position:relative;transition:all .3s ease;width:60px}.chat-fab:hover{box-shadow:0 12px 32px #990a0a99}.notification-badge{align-items:center;background:#10b981;border:2px solid #fff;border-radius:12px;color:#fff;display:flex;font-size:11px;font-weight:700;height:24px;justify-content:center;min-width:24px;padding:0 6px;position:absolute;right:-5px;top:-5px}.chat-container{background:#fff;border-radius:20px;bottom:30px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;height:650px;max-width:calc(100vw - 40px);overflow:hidden;position:fixed;right:30px;transition:height .3s ease;width:420px;z-index:1000}.chat-container.minimized{height:70px}.chat-header{background:linear-gradient(135deg,#d80000,#380000);box-shadow:0 2px 10px #0000001a;color:#fff;justify-content:space-between;padding:18px 20px}.chat-header,.header-left{align-items:center;display:flex}.header-left{gap:12px}.bot-avatar{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0003;display:flex;height:42px;justify-content:center;overflow:hidden;width:42px}.bot-avatar img{height:100%;object-fit:cover;width:100%}.bot-info h3{font-size:16px;font-weight:600;margin:0}.connection-status{font-size:11px;gap:5px;opacity:.9;text-transform:capitalize}.connection-status,.location-badge{align-items:center;display:flex;margin-top:2px}.location-badge{background:#ffffff26;border-radius:10px;font-size:10px;gap:4px;opacity:.85;padding:2px 8px;width:-webkit-fit-content;width:fit-content}.location-hint{font-size:11px;font-weight:400;margin-left:5px;opacity:.8}.status-icon{animation:pulse 2s infinite}.status-icon.connected{color:#10b981}.status-icon.disconnected{color:#ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.header-actions{align-items:center;display:flex;gap:8px}.icon-btn,.settings-btn{align-items:center;background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.icon-btn:hover,.settings-btn:hover{background:#ffffff4d;transform:scale(1.05)}.model-selector-container{position:relative}.model-dropdown{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;overflow:hidden;position:absolute;right:0;top:45px;width:280px;z-index:1001}.dropdown-header{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:1px solid #e2e8f0;padding:16px}.dropdown-header h4{color:#1e293b;font-size:14px;font-weight:600;margin:0}.provider-list{max-height:400px;overflow-y:auto;padding:8px}.provider-group{padding:5px}.provider-item{align-items:center;background:#0000;border:none;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:4px;padding:12px;transition:all .2s ease;width:100%}.provider-item:hover:not(.disabled){background:#f1f5f9}.provider-item.active{background:linear-gradient(135deg,#ede9fe,#ddd6fe)}.provider-item.disabled{cursor:not-allowed;opacity:.5}.provider-info{align-items:center;display:flex;flex:1 1;gap:12px}.provider-icon{font-size:24px}.provider-details{align-items:flex-start;display:flex;flex-direction:column;gap:2px}.provider-name{color:#1e293b;font-size:14px;font-weight:600}.provider-status{color:#64748b;font-size:11px}.check-icon{align-items:center;color:#8b5cf6;display:flex}.chat-body{background:#f8fafc;display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:20px}.chat-body::-webkit-scrollbar{width:6px}.chat-body::-webkit-scrollbar-track{background:#0000}.chat-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.chat-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.message{animation:messageSlideIn .3s ease;display:flex;gap:10px;max-width:85%}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{align-self:flex-end;flex-direction:row-reverse}.message.bot{align-self:flex-start}.message.system{align-self:center;max-width:70%;opacity:.8}.message-avatar{background:#300101;border-radius:50%;box-shadow:0 2px 8px #0000001a;flex-shrink:0;height:32px;overflow:hidden;width:32px}.message-avatar img{height:100%;object-fit:cover;width:100%}.system-icon{align-items:center;display:flex;font-size:18px;height:32px;justify-content:center;width:32px}.message-content{display:flex;flex-direction:column;gap:4px}.text-bubble{word-wrap:break-word;border-radius:16px;padding:12px 16px;position:relative}.message.user .text-bubble{background:linear-gradient(135deg,#6e0303,#764ba2);border-bottom-right-radius:4px;color:#fff}.message.bot .text-bubble{background:#fff;border-bottom-left-radius:4px;box-shadow:0 2px 8px #00000014;color:#1e293b}.message.system .text-bubble{background:#f1f5f9;border-radius:12px;color:#64748b;font-size:13px;padding:8px 12px;text-align:center}.message.error .text-bubble{background:#fee2e2;border:1px solid #fca5a5;color:#dc2626}.model-badge{background:#0000001a;border-radius:6px;font-size:10px;font-weight:500;letter-spacing:.5px;margin-top:8px;padding:4px 8px;text-transform:uppercase}.message-time{color:#94a3b8;font-size:11px;margin-top:2px}.message.user .message-time{text-align:right}.message.typing .text-bubble{padding:16px 20px}.typing-indicator{align-items:center;display:flex;gap:4px}.typing-indicator span{animation:typing 1.4s infinite;background:#94a3b8;border-radius:50%;height:8px;width:8px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.7;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.suggested-prompts{background:#852a14;border-top:1px solid #e2e8f0;padding:16px 20px}.prompts-title{color:#ebebeb;font-size:13px;font-weight:600;margin-bottom:12px}.prompts-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr)}.prompt-btn{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#910909;cursor:pointer;font-size:12px;font-weight:500;padding:10px 14px;text-align:left;transition:all .2s ease}.prompt-btn:hover{background:#ede9fe;border-color:#7c0000;color:#9b1f09}.chat-input{background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:10px;padding:16px 20px}.chat-input input{border:2px solid #e2e8f0;border-radius:12px;flex:1 1;font-family:inherit;font-size:14px;outline:none;padding:12px 16px;transition:all .2s ease}.chat-input input:focus{border-color:#f65c5c;box-shadow:0 0 0 3px #8b5cf61a}.chat-input input:disabled{background:#f8fafc;cursor:not-allowed}.send-btn{align-items:center;background:linear-gradient(135deg,#660202,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .2s ease;width:44px}.send-btn:disabled{cursor:not-allowed;opacity:.5}.send-btn:not(:disabled):hover{box-shadow:0 4px 12px #667eea66}@media (max-width:768px){.chat-container{border-radius:0;bottom:0;height:100vh;max-width:100%;right:0;width:100%}.chat-fab-wrapper{bottom:20px;right:20px}.fab-message{font-size:12px;padding:10px 14px}.prompts-grid{grid-template-columns:1fr}.message{max-width:90%}}*{-webkit-tap-highlight-color:transparent}button{-webkit-user-select:none;user-select:none}.chat-input input:focus,.icon-btn:focus,.prompt-btn:focus,.provider-item:focus,.send-btn:focus,.settings-btn:focus{outline:2px solid #8b5cf6;outline-offset:2px}.provider-list::-webkit-scrollbar{width:6px}.provider-list::-webkit-scrollbar-track{background:#f1f5f9}.provider-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.provider-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}
/*# sourceMappingURL=main.73f895ad.css.map*/