*{margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.landing-page{background:#fff;min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e2e8f0;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo,.nav-container{align-items:center;display:flex}.logo{color:#1e293b;font-size:1.5rem;font-weight:700;gap:.5rem}.logo-icon{height:40px;width:40px}.nav-links{align-items:center;display:flex;gap:2rem}.nav-links a{color:#64748b;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#667eea}.nav-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff!important;padding:.5rem 1.5rem;transition:transform .2s}.nav-button:hover{transform:translateY(-2px)}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.hero-content{text-align:left}.hero-image{align-items:center;display:flex;justify-content:center}.hero-logo{animation:float 3s ease-in-out infinite;border-radius:20px;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3));height:auto;max-height:400px;max-width:100%;object-fit:contain;transform:perspective(1000px) rotateY(-5deg) rotateX(2deg);transition:transform .3s ease}.hero-logo:hover{transform:perspective(1000px) rotateY(-3deg) rotateX(1deg) scale(1.05)}@keyframes float{0%,to{transform:perspective(1000px) rotateY(-5deg) rotateX(2deg) translateY(0)}50%{transform:perspective(1000px) rotateY(-5deg) rotateX(2deg) translateY(-20px)}}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;opacity:.95}.hero-buttons{display:flex;gap:1rem;justify-content:flex-start;margin-bottom:4rem}.btn{padding:1rem 2rem}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{box-shadow:0 10px 25px #0003}.btn-large{font-size:1.1rem;padding:1.25rem 3rem}.hero-stats{display:flex;gap:4rem;justify-content:flex-start;margin-top:4rem}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{opacity:.9}.features{background:#f8fafc;padding:6rem 2rem}.container{margin:0 auto;max-width:1200px}.section-title{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:2rem;transition:transform .3s,box-shadow .3s}.feature-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#1e293b;font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:#64748b;line-height:1.6}.how-it-works{background:#fff;padding:6rem 2rem}.steps{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.step{flex:1 1;max-width:250px;min-width:200px;text-align:center}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.step h3{color:#1e293b;margin-bottom:.5rem}.step p{color:#64748b;line-height:1.6}.step-arrow{color:#cbd5e1;font-size:2rem;font-weight:300}.pricing{background:#f8fafc;padding:6rem 2rem}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1000px}.pricing-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:2.5rem;position:relative;transition:transform .3s}.pricing-card.featured{border:2px solid #667eea;transform:scale(1.05)}.badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;left:50%;padding:.5rem 1rem;position:absolute;top:-12px;transform:translateX(-50%)}.pricing-card h3{color:#1e293b;font-size:1.5rem;margin-bottom:1.5rem}.price{align-items:baseline;display:flex;margin-bottom:2rem}.currency{color:#64748b;font-size:1.5rem;font-weight:600}.amount{color:#1e293b;font-size:3.5rem;font-weight:800}.period{color:#64748b;font-size:1rem;margin-left:.5rem}.pricing-features{list-style:none;margin-bottom:2rem;padding:0}.pricing-features li{border-bottom:1px solid #e2e8f0;color:#475569;padding:.75rem 0}.pricing-features li:last-child{border-bottom:none}.cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1rem}.cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.footer{background:#1e293b;color:#fff;padding:3rem 2rem 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto 2rem;max-width:1200px}.footer-section h4{color:#fff;margin-bottom:1rem}.footer-section a{color:#94a3b8;display:block;margin-bottom:.5rem;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-section .logo-icon{border-radius:50%;object-fit:cover}.footer-bottom{border-top:1px solid #334155;color:#94a3b8;margin:0 auto;max-width:1200px;padding-top:2rem;text-align:center}@media (max-width:968px){.hero-container{grid-template-columns:1fr}.hero-container,.hero-content{text-align:center}.hero-buttons,.hero-stats{justify-content:center}.hero-image{margin-bottom:2rem;order:-1}.hero-logo{max-height:250px}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-buttons,.hero-stats{flex-direction:column}.hero-stats{gap:2rem}.step-arrow{transform:rotate(90deg)}.pricing-card.featured{transform:scale(1)}}.pricing-scroll{padding-bottom:1rem}.pricing-grid.scrollable{align-items:stretch;grid-auto-columns:33.3333%}.pricing-card{display:flex;flex-direction:column;height:100%}.pricing-wrapper{align-items:center;display:flex;position:relative}.pricing-scroll{overflow-x:auto;padding:1rem 0;scroll-behavior:smooth}.pricing-grid.scrollable{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-auto-columns:calc(33.33333% - 1.5rem);grid-auto-flow:column;scroll-snap-type:x mandatory}.pricing-card{scroll-snap-align:start}.pricing-card .btn{margin-top:auto}.scroll-btn{background:#fff;border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;cursor:pointer;font-size:2rem;height:44px;transition:transform .2s ease;width:44px;z-index:10}.scroll-btn:hover{transform:scale(1.1)}.scroll-btn.left{margin-right:.5rem}.scroll-btn.right{margin-left:.5rem}@media (max-width:768px){.scroll-btn{display:none}.pricing-grid.scrollable{grid-auto-columns:85%}}@media (min-width:769px){.pricing-card{display:flex;flex-direction:column;height:100%}}@media (max-width:1024px){.pricing-grid.scrollable{grid-auto-columns:80%}}@media (max-width:600px){.pricing-grid.scrollable{grid-auto-columns:90%}}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.auth-container:before{animation:pulse 15s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.auth-card{animation:slideUp .5s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #fff3;border-radius:24px;box-shadow:0 25px 80px #00000026,0 10px 30px #0000001a;max-width:500px;padding:3.5rem;position:relative;width:100%;z-index:1}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-header{margin-bottom:2.5rem;text-align:center}.auth-header .logo{align-items:center;color:#1e293b;display:flex;font-size:1.75rem;font-weight:700;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.logo-icon{border-radius:12px;height:48px;object-fit:contain;width:48px}.auth-header h2{color:#1e293b;font-size:2rem;font-weight:700;letter-spacing:-.5px;margin-bottom:.75rem}.auth-header p{color:#64748b;font-size:1rem;margin:0}.auth-form{margin-bottom:2rem}.form-group{margin-bottom:1.75rem}.form-group label{font-size:.9375rem;font-weight:600;letter-spacing:.01em;margin-bottom:.625rem}.form-group input,.form-select{background:#fafbfc;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;font-family:inherit;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.form-group input:hover{background:#fff;border-color:#cbd5e1}.form-group input:focus,.form-select:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none;transform:translateY(-1px)}.form-group input::placeholder{color:#94a3b8}.form-select{-webkit-appearance:none;appearance:none;background:#fafbfc;background-position:right 1rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2.5rem}.form-select,.form-select:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%2364748b' d='M6 9 1 4h10z'/%3E%3C/svg%3E")}.form-select:hover{background-color:#fff;border-color:#cbd5e1}.form-select:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23667eea' d='M6 9 1 4h10z'/%3E%3C/svg%3E")}.form-hint{color:#94a3b8;display:block;font-size:.8125rem;font-weight:400;margin-top:.5rem}.btn-full{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 12px #667eea66;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:1rem;position:relative;transition:all .3s ease;width:100%}.btn-full:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-full:hover:before{left:100%}.btn-full:hover{box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.btn-full:active{transform:translateY(0)}.btn-full:disabled{cursor:not-allowed;opacity:.7;transform:none}.error-message{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;border-radius:12px;box-shadow:0 2px 8px #991b1b1a;color:#991b1b;font-size:.9375rem;font-weight:500;margin-bottom:1.5rem;padding:1rem;text-align:center}.auth-footer{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:2rem;text-align:center}.auth-footer p{color:#64748b;font-size:.9375rem;margin-bottom:1rem}.auth-footer a{color:#667eea;font-weight:600;position:relative;text-decoration:none;transition:all .3s ease}.auth-footer a:after{background:#667eea;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.auth-footer a:hover:after{width:100%}.auth-footer a:hover{color:#5568d3}.forgot-link{color:#667eea;display:block;font-size:.9375rem;font-weight:500;margin-top:1rem;text-decoration:none;transition:all .3s ease}.forgot-link:hover{color:#5568d3;text-decoration:underline}@media (max-width:640px){.auth-container{padding:1rem}.auth-card{border-radius:20px;max-width:100%;padding:2rem 1.5rem}.auth-header h2{font-size:1.75rem}.auth-header .logo{font-size:1.5rem}.logo-icon{height:40px;width:40px}.form-group{margin-bottom:1.5rem}}.btn-full:disabled{position:relative}.btn-full:disabled:after{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;content:"";height:16px;left:50%;margin-left:-8px;margin-top:-8px;position:absolute;top:50%;width:16px}.documents-page{max-width:1200px}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.page-header h2{color:#1e293b;font-size:1.75rem;margin:0}.documents-info{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.info-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:1.5rem;text-align:center}.info-number{color:#667eea;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.info-label{color:#64748b;font-size:.9rem}.documents-list{grid-gap:1rem;display:grid;gap:1rem}.document-card{align-items:center;background:#fff;box-shadow:0 2px 4px #0000000d;display:flex;gap:1.5rem;min-width:0}.document-icon{flex-shrink:0;font-size:2.5rem}.document-info{flex:1 1;min-width:0;overflow:hidden}.document-info h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1e293b;display:-webkit-box;line-height:1.4;margin:0 0 .5rem;max-height:2.8em;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;word-break:break-word}.document-info p{color:#64748b;font-size:.9rem;margin:0}.document-actions{flex-shrink:0;gap:1rem}.delete-btn,.document-actions,.document-status{align-items:center;display:flex}.delete-btn{background:none;border:none;border-radius:6px;cursor:pointer;font-size:1.25rem;justify-content:center;padding:.5rem;transition:background-color .2s}.delete-btn:hover{background-color:#fee2e2}.delete-btn:active{background-color:#fecaca}.status-badge{border-radius:20px;font-size:.85rem;padding:.5rem 1rem}.status-badge.processed{background:#d1fae5;color:#065f46}.status-badge.processing{background:#dbeafe;color:#1e40af}.empty-state{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#1e293b;margin-bottom:.5rem}.empty-state p{color:#64748b}.message{border-radius:8px;margin-bottom:1.5rem;padding:1rem}.message.success{background:#d1fae5;color:#065f46}.message.error{background:#fee2e2;color:#991b1b}@media (max-width:768px){.document-card{flex-wrap:wrap;gap:1rem;padding:1rem}.document-icon{font-size:2rem}.document-info{min-width:200px}.document-info h4{-webkit-line-clamp:3;font-size:.95rem;max-height:4.2em}.document-actions{justify-content:flex-end;margin-top:.5rem;width:100%}.page-header{align-items:flex-start;flex-direction:column;gap:1rem}.page-header h2{font-size:1.5rem}}@media (max-width:480px){.document-card{align-items:flex-start;flex-direction:column}.document-info{width:100%}.document-info h4{-webkit-line-clamp:3;font-size:.9rem;max-height:4.2em}.document-actions{justify-content:space-between;width:100%}}.chatbot-config-page{max-width:800px}.chatbot-config-page h2{color:#1e293b;margin-bottom:2rem}.config-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:2rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea{min-height:100px;resize:vertical}.chat-interface{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;display:flex;flex-direction:column;height:70vh;max-height:800px;overflow:hidden}.document-selector{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:12px;padding:16px 20px}.document-selector-label{color:#1e293b;font-size:.95rem;font-weight:600;white-space:nowrap}.document-select{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#1e293b;cursor:pointer;flex:1 1;font-size:.95rem;min-width:200px;outline:none;padding:10px 14px;transition:border-color .3s ease}.document-select:focus{border-color:#667eea}.document-select:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.7}.document-select option:disabled{color:#94a3b8}.document-empty,.document-loading{color:#64748b;flex:1 1;font-size:.9rem;padding:10px 14px}.document-error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;flex:1 1;font-size:.85rem;margin-left:auto;padding:8px 12px}.chat-container{display:flex;flex-direction:column;height:100%}.chat-messages{background:#f8fafc;flex:1 1;overflow-y:auto;padding:30px}.welcome-message{color:#64748b;padding:40px 20px;text-align:center}.welcome-message h3{color:#1e293b;font-size:1.5rem;margin-bottom:10px}.message{display:flex;margin-bottom:20px}.message.user{justify-content:flex-end}.message.assistant{justify-content:flex-start}.message-content{word-wrap:break-word;border-radius:18px;line-height:1.5;max-width:70%;padding:14px 18px}.message.user .message-content{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom-right-radius:4px;color:#fff}.message.assistant .message-content{background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px;box-shadow:0 2px 4px #0000000d;color:#1e293b}.message.assistant .message-content p{line-height:1.6;margin:0 0 12px}.message.assistant .message-content p:last-child{margin-bottom:0}.message.assistant .message-content strong{color:#1e293b;font-weight:700}.message.assistant .message-content em{font-style:italic}.message.assistant .message-content ol,.message.assistant .message-content ul{margin:8px 0;padding-left:24px}.message.assistant .message-content li{line-height:1.5;margin:4px 0}.message.assistant .message-content h1,.message.assistant .message-content h2,.message.assistant .message-content h3{font-weight:600;line-height:1.3;margin:12px 0 8px}.message.assistant .message-content code{background:#f1f5f9;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;padding:2px 6px}.message.assistant .message-content pre{background:#f8fafc;border-radius:6px;margin:8px 0;overflow-x:auto;padding:12px}.typing-indicator{display:flex;gap:6px;padding:10px 0}.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)}}.chat-input-form{background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:12px;padding:20px}.chat-input{border:2px solid #e2e8f0;border-radius:24px;flex:1 1;font-size:1rem;outline:none;padding:14px 18px;transition:border-color .3s ease}.chat-input:focus{border-color:#667eea}.chat-input:disabled{background:#f1f5f9;cursor:not-allowed}.send-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:24px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:14px 24px;transition:transform .2s ease,box-shadow .2s ease}.send-button:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.send-button:disabled{cursor:not-allowed;opacity:.6}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#f1f5f9}.chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}.test-chatbot-page{max-width:1400px}.test-header{margin-bottom:2rem}.test-header h2{color:#1e293b;font-size:1.75rem;margin-bottom:.5rem}.test-description{color:#64748b;line-height:1.6;margin:0}.status-banner{align-items:flex-start;border-radius:12px;display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem}.status-banner.warning{background:#fef3c7;border:2px solid #fbbf24}.status-banner.success{background:#d1fae5;border:2px solid #10b981}.status-icon{flex-shrink:0;font-size:2rem}.status-content{flex:1 1}.status-content h3{color:#1e293b;font-size:1.1rem;margin:0 0 .5rem}.status-content p{color:#475569;line-height:1.5;margin:0 0 1rem}.btn-small{font-size:.9rem;padding:.5rem 1rem}.chatbot-test-container{margin-bottom:2rem}.chatbot-test-container,.test-info{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:1.5rem}.test-info h3{color:#1e293b;font-size:1.1rem;margin:0 0 1rem}.test-info ul{color:#64748b;line-height:1.8;margin:0;padding-left:1.5rem}.test-info li{margin-bottom:.5rem}.analytics-page{max-width:1200px}.analytics-page h2{color:#1e293b;margin-bottom:2rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{box-shadow:0 2px 4px #0000000d;padding:2rem}.stat-icon{font-size:2.5rem;margin-bottom:1rem}.top-queries{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:2rem}.top-queries h3{color:#1e293b;margin-bottom:1.5rem}.queries-list{display:flex;flex-direction:column;gap:1rem}.query-item{background:#f8fafc;border-radius:8px;gap:1rem;padding:1rem}.query-item,.query-rank{align-items:center;display:flex}.query-rank{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;flex-shrink:0;font-weight:700;height:40px;justify-content:center;width:40px}.query-text{color:#1e293b;flex:1 1;font-weight:500}.query-count{color:#64748b;font-size:.9rem}.embed-code-page{max-width:900px}.embed-code-page h2{color:#1e293b;margin-bottom:2rem}.embed-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:2rem}.embed-description{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.embed-description code{background:#f1f5f9;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;padding:.2rem .5rem}.code-container{margin-bottom:2rem;position:relative}.code-block{background:#1e293b;border-radius:8px;color:#e2e8f0;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6;margin:0;overflow-x:auto;padding:1.5rem}.copy-btn{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem;transition:background .3s}.copy-btn:hover{background:#5568d3}.embed-preview{margin-top:2rem}.embed-preview h3{color:#1e293b;margin-bottom:1rem}.preview-box{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;padding:2rem}.chatbot-widget-preview{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:400px;overflow:hidden}.widget-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;padding:1rem;text-align:center}.widget-messages{min-height:200px;padding:1rem}.widget-message{border-radius:8px;margin-bottom:.5rem;padding:.75rem}.widget-message.bot{background:#f1f5f9;color:#1e293b}.settings-page{max-width:800px}.settings-page h2{color:#1e293b;margin-bottom:2rem}.settings-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;margin-bottom:1.5rem;padding:2rem}.settings-card h3{border-bottom:2px solid #e2e8f0;color:#1e293b;padding-bottom:.75rem}.form-group,.settings-card h3{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-group input[type=email],.form-group input[type=text]{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s;width:100%}.form-group input:focus{border-color:#667eea;outline:none}.form-group input:disabled{background:#f1f5f9;cursor:not-allowed}.form-group small{color:#64748b;display:block;font-size:.85rem;margin-top:.5rem}.checkbox-group label{align-items:center;cursor:pointer;display:flex;gap:.75rem}.checkbox-group input[type=checkbox]{cursor:pointer;height:20px;width:20px}.dashboard{background:#f8fafc;display:flex;min-height:100vh}.sidebar{background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;height:100vh;overflow-y:auto;position:fixed;width:260px}.sidebar-header{border-bottom:1px solid #e2e8f0;padding:1.5rem}.sidebar-nav{flex:1 1;padding:1rem 0}.nav-item{align-items:center;border-left:3px solid #0000;color:#64748b;display:flex;gap:.75rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s}.nav-item:hover{background:#f1f5f9;color:#667eea}.nav-item.active{background:#eef2ff;border-left-color:#667eea;color:#667eea;font-weight:600}.nav-icon{font-size:1.25rem}.sidebar-footer{border-top:1px solid #e2e8f0;padding:1.5rem}.user-info{gap:.75rem;margin-bottom:1rem}.user-avatar,.user-info{align-items:center;display:flex}.user-avatar{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;font-weight:600;height:40px;justify-content:center;width:40px}.user-name{color:#1e293b;font-size:.9rem;font-weight:600}.user-plan{color:#64748b;font-size:.75rem}.logout-btn{border-radius:6px;font-weight:500;padding:.5rem;transition:background .3s;width:100%}.dashboard-main{display:flex;flex:1 1;flex-direction:column;margin-left:260px}.dashboard-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem 2rem}.dashboard-header h1{color:#1e293b;font-size:1.75rem;margin:0}.plan-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.85rem;padding:.5rem 1rem}.dashboard-content{flex:1 1;overflow-y:auto;padding:2rem}@media (max-width:768px){.sidebar{width:200px}.dashboard-main{margin-left:200px}.dashboard-content{padding:1rem}}.admin-dashboard{background:#f8fafc;min-height:100vh}.admin-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;padding:1.5rem 2rem}.admin-header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.admin-header h1{color:#1e293b;font-size:1.75rem;font-weight:700;margin:0}.logout-btn{background:#fee2e2;border:none;border-radius:8px;color:#991b1b;cursor:pointer;font-size:.9rem;font-weight:600;padding:.625rem 1.25rem;transition:all .3s}.logout-btn:hover{background:#fecaca;transform:translateY(-1px)}.admin-main{margin:0 auto;max-width:1400px;padding:2rem}.error-banner{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;border-radius:12px;color:#991b1b;font-weight:500;margin-bottom:2rem;padding:1rem;text-align:center}.stats-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.stat-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;text-align:center}.stat-value{color:#667eea;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#64748b;font-size:.9rem;font-weight:500}.documents-section,.users-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:2rem}.documents-section h2,.users-section h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.users-table-container{overflow-x:auto}.users-table{border-collapse:collapse;width:100%}.users-table thead{background:#f8fafc}.users-table th{border-bottom:2px solid #e2e8f0;color:#475569;font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:1rem;text-align:left;text-transform:uppercase}.users-table td{border-bottom:1px solid #e2e8f0;color:#1e293b;padding:1rem}.users-table tbody tr:hover{background:#f8fafc}.plan-badge{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.plan-basic{background:#dbeafe;color:#1e40af}.plan-premium{background:#fef3c7;color:#92400e}.plan-enterprise{background:#e0e7ff;color:#3730a3}.documents-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.document-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s}.document-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.document-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.document-header h3{color:#1e293b;flex:1 1;font-size:1rem;margin:0 1rem 0 0;word-break:break-word}.status-badge{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase;white-space:nowrap}.status-ready{background:#d1fae5;color:#065f46}.status-processing{background:#fef3c7;color:#92400e}.status-failed{background:#fee2e2;color:#991b1b}.document-info{color:#64748b;font-size:.875rem}.document-info p{margin:.5rem 0}.document-info strong{color:#475569;font-weight:600}.no-data{color:#94a3b8;font-style:italic;padding:2rem;text-align:center}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:100vh}.loading-spinner{animation:spin .8s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.loading-container p{color:#64748b;font-size:1rem}@media (max-width:768px){.admin-main,.documents-section,.users-section{padding:1rem}.documents-grid{grid-template-columns:1fr}.users-table{font-size:.875rem}.users-table td,.users-table th{padding:.75rem .5rem}}*{box-sizing:border-box}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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#fff3;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#667eea}.btn-outline{background:#0000;border:2px solid #667eea;color:#667eea}.btn-outline:hover{background:#667eea;color:#fff}
/*# sourceMappingURL=main.a4f38191.css.map*/