*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#333}.app-header{background:#fffffff2;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a}.app-header h1{font-size:1.8rem;font-weight:600;color:#1e3a5f}.status-indicator{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500}.status-dot{width:12px;height:12px;border-radius:50%;animation:pulse 2s infinite}.status-dot.active{background:#10b981;box-shadow:0 0 10px #10b98180}.status-dot.inactive{background:#ef4444;animation:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.app-nav{background:#ffffffe6;padding:.5rem 2rem;display:flex;gap:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.app-nav button{padding:.75rem 1.5rem;border:none;background:transparent;color:#666;font-size:1rem;font-weight:500;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease}.app-nav button:hover:not(:disabled){color:#3b82f6}.app-nav button.active{color:#3b82f6;border-bottom-color:#3b82f6}.app-nav button:disabled{opacity:.5;cursor:not-allowed}.app-main{max-width:1200px;margin:2rem auto;padding:0 2rem}.auth-panel,.chat-interface,.settings-panel,.notifications-panel{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000026}.auth-panel h2,.settings-panel h2,.notifications-panel h2{margin-bottom:1.5rem;color:#333}.auth-options{margin:1.5rem 0}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:1rem}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#3b82f6,#0ea5e9);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover{background:#e5e7eb}.message{margin-top:1rem;padding:1rem;border-radius:8px;font-size:.95rem}.message.success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.message.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.chat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.header-actions{display:flex;gap:.75rem}.chat-history{max-height:400px;overflow-y:auto;margin-bottom:1.5rem;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;background:#f9fafb}.chat-message{margin-bottom:1rem;padding:.75rem;border-radius:8px}.chat-message.user{background:#dbeafe;margin-left:20%}.chat-message.assistant{background:#f3e8ff;margin-right:20%}.message-label{font-size:.85rem;font-weight:600;margin-bottom:.5rem;color:#3b82f6}.message-content{font-size:.95rem;line-height:150%;color:#374151;white-space:pre-wrap}.message-content.loading{font-style:italic;opacity:.7}.chat-controls{display:flex;flex-direction:column;gap:1rem}.control-group{display:flex;gap:1rem;align-items:center}.control-group label{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.control-group input[type=number]{width:80px;padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem}.message-input-group{display:flex;gap:1rem;align-items:flex-end}.message-input-group textarea{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical}.message-input-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.latest-response{margin-top:1.5rem;padding:1.5rem;background:#f0fdf4;border-radius:8px;border:1px solid #86efac}.latest-response h3{margin-bottom:1rem;color:#065f46;font-size:1.1rem}.response-content{font-size:.95rem;line-height:160%;color:#374151;white-space:pre-wrap}.settings-form{display:flex;flex-direction:column;gap:1.5rem}.setting-item{padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.setting-item:last-child{border-bottom:none}.setting-item label{font-size:1rem;font-weight:500;display:flex;flex-direction:column;gap:.5rem}.setting-item input[type=number]{width:200px;padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.setting-description{font-size:.85rem;color:#6b7280;margin-top:.5rem}.notifications-list{display:flex;flex-direction:column;gap:1rem}.notification-item{padding:1rem;background:#f9fafb;border-radius:8px;border-left:4px solid #3b82f6}.notification-message{font-size:.95rem;color:#374151;margin-bottom:.5rem}.notification-timestamp{font-size:.85rem;color:#6b7280}.empty-state{text-align:center;color:#9ca3af;padding:2rem;font-style:italic}.ai-websites-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000026;margin-bottom:2rem}.ai-websites-container h2{margin-bottom:1.5rem;color:#333}.websites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.website-card{padding:1.5rem;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative}.website-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 8px 20px #3b82f633}.website-card.selected{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f60d,#0ea5e90d)}.website-card.connected{border-color:#10b981;background:linear-gradient(135deg,#10b9810d,#0596690d)}.website-icon{width:60px;height:60px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#0ea5e9)}.website-icon img{width:100%;height:100%;object-fit:cover;border-radius:12px}.icon-placeholder{font-size:2rem;font-weight:700;color:#fff}.website-card h3{text-align:center;margin-bottom:.5rem;color:#333;font-size:1.1rem}.website-card p{text-align:center;font-size:.9rem;color:#6b7280;line-height:140%;margin-bottom:1rem}.status-badge{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:12px;text-transform:uppercase;position:absolute;top:1rem;right:1rem}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#fee2e2;color:#991b1b}.status-badge.maintenance{background:#fef3c7;color:#92400e}.loading{text-align:center;padding:2rem;font-size:1.1rem;color:#6b7280}.chat-layout{display:flex;gap:1.5rem;min-height:500px}.chat-list{flex:0 0 300px;background:#f9fafb;border-radius:8px;padding:1rem;overflow-y:auto;max-height:600px}.chat-list-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.chat-list-header h3{font-size:1.2rem;color:#333}.chat-list-actions{display:flex;gap:.5rem;flex-direction:column}.chat-list-actions button{font-size:.9rem;padding:.5rem 1rem}.chat-list-loading{text-align:center;padding:2rem;color:#6b7280;font-style:italic}.chat-list-items{display:flex;flex-direction:column;gap:.5rem}.chat-list-empty{text-align:center;padding:2rem 1rem;color:#6b7280;font-size:.9rem;line-height:150%}.chat-list-item{padding:.75rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease}.chat-list-item:hover{border-color:#3b82f6;transform:translate(4px)}.chat-list-item.active{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f61a,#0ea5e91a)}.chat-item-title{font-weight:600;color:#333;margin-bottom:.25rem;font-size:.95rem}.chat-item-date{font-size:.8rem;color:#6b7280}.chat-main{flex:1;display:flex;flex-direction:column;max-width:749px}.chat-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#6b7280}.chat-placeholder h3{font-size:1.3rem;margin-bottom:.5rem;color:#374151}.chat-placeholder p{font-size:1rem}.chat-title-bar{padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:1rem;border-left:4px solid #3b82f6}.chat-title-bar h3{color:#333;font-size:1.1rem}.selected-files{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.file-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#dbeafe;border-radius:6px;font-size:.9rem;color:#1d4ed8}.file-tag-uploading{background:#fef3c7;color:#92400e}.file-tag-uploaded{background:#d1fae5;color:#065f46}.file-tag-error{background:#fee2e2;color:#991b1b}.file-status{font-size:.75rem;font-weight:600;padding:.1rem .4rem;border-radius:4px;white-space:nowrap}.file-status.uploading{background:#fbbf24;color:#78350f}.file-status.uploaded{background:#34d399;color:#064e3b}.file-status.error{background:#f87171;color:#7f1d1d}.file-tag span{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-file-btn{background:transparent;border:none;color:#1d4ed8;font-size:1.5rem;line-height:1;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.remove-file-btn:hover{color:#ef4444;transform:scale(1.2)}.input-actions{display:flex;gap:.5rem;align-items:center}.file-btn{white-space:nowrap}.message-input-group{display:flex;flex-direction:column;gap:.5rem}.images-gallery{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000026}.gallery-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.gallery-header h2{margin:0;color:#333}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.image-card{background:#f9fafb;border-radius:12px;overflow:hidden;border:2px solid #e5e7eb;transition:all .3s ease}.image-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 8px 20px #3b82f633}.image-preview{width:100%;height:200px;overflow:hidden;background:#e5e7eb;cursor:pointer}.image-preview img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.image-preview img:hover{transform:scale(1.05)}.image-info{padding:1rem}.image-info h4{font-size:1rem;color:#333;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-description{font-size:.85rem;color:#6b7280;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.image-meta{display:flex;gap:1rem;font-size:.8rem;color:#9ca3af;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis}.image-date{font-size:.75rem;color:#9ca3af;overflow:hidden;text-overflow:ellipsis}.image-actions{display:flex;gap:.5rem;padding:1rem;border-top:1px solid #e5e7eb}.image-actions button{flex:1;font-size:.85rem;padding:.5rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;overflow:auto;box-shadow:0 10px 40px #0000004d}.modal-content.small{max-width:500px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;color:#333;font-size:1.3rem}.close-btn{background:transparent;border:none;font-size:2rem;line-height:1;cursor:pointer;color:#6b7280;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.close-btn:hover{color:#ef4444;transform:scale(1.2)}.modal-body{padding:1.5rem}.image-details{margin-top:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px}.image-details p{margin-bottom:.5rem;font-size:.9rem;color:#374151}.image-details p:last-child{margin-bottom:0}.image-details strong{color:#3b82f6}.image-gen-panel{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000026}.image-gen-header h2{margin-bottom:.5rem;color:#1e293b;font-size:1.5rem;font-weight:600}.image-gen-subtitle{color:#64748b;font-size:.95rem;margin-bottom:1.5rem}.image-gen-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:flex;gap:1rem}.website-select{padding:.6rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;background:#fff;color:#374151;cursor:pointer;min-width:140px;transition:border-color .2s}.website-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.description-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .2s}.description-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-actions{display:flex;gap:.75rem;align-items:center}.generate-btn{background:linear-gradient(135deg,#3b82f6,#0ea5e9)!important}.generate-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.cancel-btn{background:#fee2e2!important;color:#991b1b!important}.progress-section{margin-top:1.5rem;padding:1.25rem;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.progress-steps{display:flex;gap:.5rem;margin-bottom:1rem}.progress-step{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#94a3b8;transition:color .3s}.progress-step.complete{color:#10b981}.progress-step.current{color:#3b82f6;font-weight:600}.step-indicator{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;background:#e2e8f0;color:#94a3b8;flex-shrink:0}.progress-step.complete .step-indicator{background:#d1fae5;color:#065f46}.progress-step.current .step-indicator{background:#dbeafe;color:#1d4ed8;animation:step-pulse 1.5s infinite}@keyframes step-pulse{0%,to{box-shadow:0 0 #3b82f64d}50%{box-shadow:0 0 0 6px #3b82f600}}.step-check{font-size:.85rem}.step-spinner{display:block;width:12px;height:12px;border:2px solid #93c5fd;border-top-color:#1d4ed8;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.step-label{white-space:nowrap}.progress-text{font-size:.9rem;color:#475569;font-style:italic}.error-banner{margin-top:1rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.9rem}.result-section{margin-top:1.5rem}.text-only-result{padding:1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px}.text-only-result h4{color:#166534;margin-bottom:.5rem;font-size:.95rem}.text-only-result p{color:#374151;font-size:.9rem;line-height:150%;white-space:pre-wrap}.image-result{border-radius:10px;overflow:hidden;border:1px solid #e2e8f0}.generated-image{width:100%;max-height:400px;object-fit:contain;background:#f1f5f9;display:block}.image-result-info{padding:1rem;background:#f8fafc}.image-filename{font-weight:600;color:#1e293b;font-size:.9rem;margin-bottom:.25rem}.image-response{font-size:.85rem;color:#64748b;line-height:150%;white-space:pre-wrap}.history-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.history-section h3{font-size:1.1rem;color:#1e293b;margin-bottom:1rem}.history-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.history-item{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:transform .2s,box-shadow .2s}.history-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.history-thumb{width:100%;height:120px;object-fit:cover;display:block}.history-text-only{width:100%;height:120px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#94a3b8;font-size:.85rem}.history-info{padding:.75rem}.history-desc{font-size:.85rem;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem}.history-website{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;color:#3b82f6;background:#eff6ff;padding:.15rem .5rem;border-radius:4px;margin-right:.5rem}.history-time{font-size:.7rem;color:#94a3b8}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0;padding:0}
