.login-container{display:flex;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.left-section{flex:1;background:linear-gradient(135deg,#f8f9fa,#e9ecef);background-image:radial-gradient(circle at 20% 20%,rgba(0,0,0,.02) 1px,transparent 1px),radial-gradient(circle at 80% 80%,rgba(0,0,0,.02) 1px,transparent 1px),radial-gradient(circle at 40% 40%,rgba(0,0,0,.01) 1px,transparent 1px);background-size:50px 50px,30px 30px,70px 70px;display:flex;align-items:center;justify-content:center;position:relative}.left-section:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e9ecef' fill-opacity='0.1'%3E%3Cpath d='M20 20c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10zm10 0c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10z'/%3E%3C/g%3E%3C/svg%3E");opacity:.3}.brand-card{background:#fff;padding:3rem 2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center;position:relative;z-index:1;max-width:400px;width:100%}.brand-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.brand-main{color:#363658}.brand-subtitle{color:#6c757d;font-size:1rem;font-weight:400}.neesac{color:#4a4a66;font-weight:600}.ai{color:#2e9cca;font-weight:600}.right-section{flex:1;background:#fff;display:flex;align-items:center;justify-content:center;padding:2rem}.form-card{background:#fff;padding:3rem 2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;width:100%;max-width:400px}.form-title{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:2rem;text-align:left}.login-form{display:flex;flex-direction:column;gap:1.5rem}.input-group{display:flex;flex-direction:column}.form-input{padding:.875rem 1rem;border:1px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.form-input:focus{outline:none;border-color:#2e9cca;box-shadow:0 0 0 3px #2e9cca1a}.login-button{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:.5rem}.login-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3498db4d}.login-button:disabled{opacity:.7;cursor:not-allowed}.error-message{color:#e74c3c;font-size:.875rem;margin-top:.5rem;text-align:center}.register-link{text-align:center;margin-top:1.5rem;color:#6c757d;font-size:.9rem}.register-button{background:none;border:none;color:#2e9cca;text-decoration:underline;cursor:pointer;font-size:.9rem;font-weight:500}.register-button:hover{color:#2980b9}@media(max-width:768px){.login-container{flex-direction:column}.left-section{min-height:40vh}.brand-card{padding:2rem 1.5rem}.brand-title{font-size:2rem}.form-card{padding:2rem 1.5rem}}.config-container{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.config-header{background:#fff;border-bottom:1px solid #e9ecef;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.header-content{max-width:1000px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header-content h1{color:#2c3e50;font-size:1.8rem;font-weight:600;margin:0}.config-main{max-width:1000px;margin:0 auto;padding:2rem}.config-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #0000001a}.config-card h2{color:#2c3e50;font-size:2rem;font-weight:600;margin-bottom:.5rem;text-align:center}.config-description{color:#6c757d;text-align:center;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.progress-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.step-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;transition:all .3s ease}.step-icon.completed{background:#28a745;color:#fff}.step-icon.pending{background:#e9ecef;color:#6c757d;border:2px solid #dee2e6}.step-label{font-size:.9rem;font-weight:500;color:#495057}.progress-connector{width:40px;height:2px;background:#e9ecef;margin:0 1rem;position:relative;top:-20px}.config-sections{display:grid;gap:2rem;margin-bottom:2rem}.config-section{background:#f8f9fa;border-radius:8px;padding:1.5rem;border:1px solid #e9ecef}.config-section h3{color:#2c3e50;font-size:1.3rem;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.section-description{color:#6c757d;margin-bottom:1.5rem;font-size:.95rem}.input-group{margin-bottom:1rem}.input-group:last-child{margin-bottom:0}.input-group label{display:block;font-weight:500;color:#495057;margin-bottom:.5rem;font-size:.9rem}.config-input{width:100%;padding:.75rem;border:1px solid #e1e5e9;border-radius:6px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.config-input:focus{outline:none;border-color:#2e9cca;box-shadow:0 0 0 3px #2e9cca1a}.config-input::placeholder{color:#adb5bd}.section-actions{margin-top:1rem;display:flex;justify-content:flex-end}.configure-btn{background:linear-gradient(135deg,#2e9cca,#2980b9);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.configure-btn:hover:not(:disabled){background:linear-gradient(135deg,#2980b9,#1f618d);transform:translateY(-1px);box-shadow:0 4px 12px #2e9cca4d}.configure-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.configured-status{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;padding:1rem;display:flex;justify-content:space-between;align-items:center}.status-info{display:flex;align-items:center;gap:.5rem}.status-icon{color:#155724;font-weight:700;font-size:1.1rem}.status-text{color:#155724;font-weight:500}.edit-btn{background:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease}.edit-btn:hover{background:#5a6268}.config-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.save-btn,.skip-btn{padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:180px}.save-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.save-btn:hover:not(:disabled){background:linear-gradient(135deg,#218838,#1ea085);transform:translateY(-1px);box-shadow:0 4px 12px #28a7454d}.save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.skip-btn{background:#6c757d;color:#fff}.skip-btn:hover{background:#5a6268;transform:translateY(-1px)}.dashboard-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:200px}.dashboard-btn:hover{background:linear-gradient(135deg,#218838,#1ea085);transform:translateY(-2px);box-shadow:0 6px 20px #28a74566}.config-help{background:#e9ecef;border-radius:8px;padding:1.5rem;text-align:center}.config-help h4{color:#495057;margin-bottom:1rem;font-size:1.1rem}.help-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.help-links a{color:#2e9cca;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:6px;background:#fff;transition:all .2s ease}.help-links a:hover{background:#2e9cca;color:#fff;transform:translateY(-1px)}.error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:6px;margin-bottom:1rem;border:1px solid #f5c6cb;text-align:center}.success-message{background:#d4edda;color:#155724;padding:1rem;border-radius:6px;margin-bottom:1rem;border:1px solid #c3e6cb;text-align:center}@media(max-width:768px){.config-main{padding:1rem}.config-card{padding:1.5rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.config-actions{flex-direction:column}.save-btn,.skip-btn{width:100%}.help-links{flex-direction:column}.help-links a{width:100%;text-align:center}}.analytics-tab{width:100%}.analytics-tab h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.metric-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:12px;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 12px #667eea4d}.metric-icon{font-size:2rem;opacity:.9}.metric-content h3{font-size:.9rem;font-weight:500;margin-bottom:.5rem;opacity:.9}.metric-value{font-size:2rem;font-weight:700}.channel-breakdown{background:#f8f9fa;border-radius:12px;padding:1.5rem}.channel-breakdown h3{color:#2c3e50;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.channel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.channel-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1rem;display:flex;justify-content:space-between;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.channel-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.channel-name{font-weight:500;color:#495057}.channel-count{background:#2e9cca;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.9rem;font-weight:600}.error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:6px;text-align:center;border:1px solid #f5c6cb}@media(max-width:768px){.analytics-grid,.channel-grid{grid-template-columns:1fr}.metric-card{flex-direction:column;text-align:center}.metric-icon{font-size:1.5rem}}.business-context-tab{width:100%}.tab-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.tab-header h2{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:0}.refresh-btn{background:#2e9cca;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease}.refresh-btn:hover:not(:disabled){background:#2980b9}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.sheets-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.sheet-tab{background:#f8f9fa;border:1px solid #e9ecef;color:#495057;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;white-space:nowrap}.sheet-tab:hover{background:#e9ecef;border-color:#dee2e6}.sheet-tab.active{background:#2e9cca;color:#fff;border-color:#2e9cca}.sheet-content{margin-top:1rem}.sheet-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem;background:#f8f9fa;border-radius:6px}.sheet-info h4{margin:0;color:#2c3e50;font-size:1.1rem;font-weight:600}.sheet-stats{color:#6c757d;font-size:.9rem;font-weight:500}.sheet-table-container{overflow-x:auto;border:1px solid #e9ecef;border-radius:8px;max-height:500px;overflow-y:auto}.sheet-table{width:100%;border-collapse:collapse;font-size:.9rem;background:#fff}.sheet-table th{background:#f8f9fa;color:#495057;font-weight:600;padding:.75rem;text-align:left;border-bottom:2px solid #e9ecef;border-right:1px solid #e9ecef;position:sticky;top:0;z-index:1}.sheet-table th:last-child{border-right:none}.sheet-table td{padding:.75rem;border-bottom:1px solid #e9ecef;border-right:1px solid #e9ecef;vertical-align:top;max-width:200px;word-wrap:break-word}.sheet-table td:last-child{border-right:none}.sheet-table tr:hover{background:#f8f9fa}.sheet-table tr:nth-child(2n){background:#fafbfc}.sheet-table tr:nth-child(2n):hover{background:#f1f3f4}.loading,.no-data{text-align:center;padding:2rem;color:#6c757d;font-style:italic}.data-note{text-align:center;padding:1rem;background:#e9ecef;color:#6c757d;font-size:.9rem;font-style:italic;border-top:1px solid #dee2e6}@media(max-width:768px){.tab-header{flex-direction:column;gap:1rem;text-align:center}.sheets-tabs{justify-content:center}.sheet-tab{font-size:.8rem;padding:.4rem .8rem}.sheet-info{flex-direction:column;gap:.5rem;text-align:center}.sheet-table{font-size:.8rem}.sheet-table th,.sheet-table td{padding:.5rem}}.chats-tab{width:100%}.chats-tab h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.filter-section{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:2rem;border:1px solid #e9ecef}.filter-section h3{color:#2c3e50;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.filter-controls{display:flex;flex-direction:column;gap:1.5rem}.date-inputs{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.date-inputs .input-group{display:flex;flex-direction:column;gap:.5rem}.date-inputs label{font-weight:500;color:#495057;font-size:.9rem}.date-input{padding:.75rem;border:1px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.date-input:focus{outline:none;border-color:#2e9cca;box-shadow:0 0 0 3px #2e9cca1a}.filter-buttons{display:flex;gap:1rem;flex-wrap:wrap}.filter-btn,.download-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:120px}.filter-btn{background:#6c757d;color:#fff}.filter-btn:hover:not(:disabled){background:#5a6268;transform:translateY(-1px)}.download-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.download-btn:hover:not(:disabled){background:linear-gradient(135deg,#218838,#1ea085);transform:translateY(-1px);box-shadow:0 4px 12px #28a7454d}.filter-btn:disabled,.download-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.chats-section{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid #e9ecef}.chats-section h3{color:#2c3e50;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.chats-table-container{overflow-x:auto}.chats-table{width:100%;border-collapse:collapse;font-size:.9rem}.chats-table th{background:#f8f9fa;color:#495057;font-weight:600;padding:.75rem;text-align:left;border-bottom:2px solid #e9ecef;white-space:nowrap}.chats-table td{padding:.75rem;border-bottom:1px solid #e9ecef;vertical-align:top}.chats-table tr:hover{background:#f8f9fa}.response-cell{max-width:200px;word-wrap:break-word;white-space:normal}.loading{text-align:center;padding:2rem;color:#6c757d;font-style:italic}.no-data{text-align:center;color:#6c757d;padding:2rem;font-style:italic}.error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:6px;margin-bottom:1rem;border:1px solid #f5c6cb}.config-message{text-align:center;padding:3rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.config-message h3{color:#495057;margin-bottom:1rem;font-size:1.3rem}.config-message p{color:#6c757d;font-size:1rem}@media(max-width:768px){.date-inputs{grid-template-columns:1fr}.filter-buttons{flex-direction:column}.filter-btn,.download-btn{width:100%}.chats-table{font-size:.8rem}.chats-table th,.chats-table td{padding:.5rem}}.dashboard-container{min-height:100vh;background-color:#f8f9fa}.dashboard-header{background:#fff;border-bottom:1px solid #e9ecef;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:1rem}.back-btn{background:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.back-btn:hover{background:#5a6268}.header-content h1{color:#2c3e50;font-size:1.5rem;font-weight:600}.user-info{display:flex;align-items:center;gap:1rem}.user-info span{color:#6c757d;font-size:.9rem}.logout-btn{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.logout-btn:hover{background:#c82333}.dashboard-main{max-width:1200px;margin:0 auto;padding:2rem}.tabbed-dashboard{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.tab-navigation{display:flex;background:#f8f9fa;border-bottom:1px solid #e9ecef}.tab-button{flex:1;display:flex;flex-direction:column;align-items:center;padding:1rem .5rem;background:none;border:none;cursor:pointer;transition:all .2s ease;color:#6c757d;font-size:.9rem;font-weight:500;position:relative}.tab-button:hover{background:#e9ecef;color:#495057}.tab-button.active{background:#fff;color:#2e9cca;font-weight:600}.tab-button.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#2e9cca}.tab-icon{font-size:1.2rem;margin-bottom:.25rem}.tab-label{font-size:.8rem}.tab-content{padding:2rem;min-height:500px}.loading{display:flex;justify-content:center;align-items:center;min-height:200px;font-size:1.1rem;color:#6c757d}@media(max-width:768px){.dashboard-main{padding:1rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.tab-navigation{flex-direction:column}.tab-button{flex-direction:row;justify-content:center;padding:1rem;text-align:center}.tab-icon{margin-right:.5rem;margin-bottom:0}.tab-content{padding:1rem}}@media(max-width:480px){.tab-button{padding:.75rem}.tab-label{font-size:.75rem}.tab-icon{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}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;background-color:#f5f5f5}#root{min-height:100vh}
