*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh;display:flex;flex-direction:column}.header{text-align:center;margin-bottom:3rem;color:#fff}.title{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.subtitle{font-size:1.5rem;font-weight:300;opacity:.9}.main{flex:1;display:flex;flex-direction:column;gap:3rem}.hero{text-align:center;background:#fffffff2;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.hero-title{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;color:#2d3748}.hero-description{font-size:1.2rem;color:#4a5568;max-width:800px;margin:0 auto;line-height:1.7}.phone-section{display:flex;justify-content:center}.phone-container{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;text-align:center;max-width:500px;width:100%}.phone-title{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.phone-number{display:block;font-size:3rem;font-weight:700;color:#667eea;text-decoration:none;margin-bottom:1.5rem;padding:1rem;background:linear-gradient(135deg,#667eea20,#764ba220);border-radius:15px;transition:all .3s ease;border:2px solid transparent}.phone-number:hover{background:linear-gradient(135deg,#667eea30,#764ba230);border-color:#667eea;transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.phone-description{color:#4a5568;line-height:1.6}.features{background:#fffffff2;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.features-title{font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#2d3748}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{text-align:center;padding:1.5rem}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h4{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.feature p{color:#4a5568;line-height:1.5}.tech-stack{background:#fffffff2;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.tech-title{font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#2d3748}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.tech-item{display:flex;flex-direction:column;padding:1.5rem;background:linear-gradient(135deg,#667eea10,#764ba210);border-radius:10px;border-left:4px solid #667eea}.tech-item strong{font-size:1.1rem;color:#2d3748;margin-bottom:.5rem}.tech-item span{color:#4a5568;font-size:.9rem}.footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.3);color:#fff}.footer-note{font-size:.9rem;opacity:.8;margin-top:.5rem}@media (max-width: 768px){.container{padding:1rem}.title{font-size:2.5rem}.hero-title,.phone-number{font-size:2rem}.hero,.phone-container,.features,.tech-stack{padding:2rem}}@media (max-width: 480px){.title{font-size:2rem}.hero-title,.phone-number{font-size:1.5rem}.hero,.phone-container,.features,.tech-stack{padding:1.5rem}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.auth-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 30px #0000001a;width:100%;max-width:400px}.auth-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.5rem;color:#2d3748}.auth-subtitle{text-align:center;color:#4a5568;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#667eea}.btn-primary{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.btn-secondary{background:#f7fafc;color:#2d3748;border:2px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#edf2f7;border-color:#cbd5e0}.btn-google{width:100%;background:#fff;color:#2d3748;border:2px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease}.btn-google:hover{background:#f7fafc;border-color:#cbd5e0}.google-icon{width:20px;height:20px}.auth-divider{text-align:center;margin:1.5rem 0;position:relative}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e2e8f0}.auth-divider span{background:#fff;padding:0 1rem;color:#718096}.btn-link{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;text-decoration:underline}.btn-link:hover{color:#764ba2}.auth-switch,.auth-back{text-align:center;margin-top:1.5rem}.error-message{background:#fed7d7;color:#c53030;padding:.75rem;border-radius:10px;margin-top:1rem;display:none}.loading{text-align:center;color:#667eea;display:none}.dashboard-container{min-height:100vh;background:#f7fafc}.dashboard-header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.dashboard-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0}.user-welcome{color:#718096;margin:0}.header-actions{display:flex;align-items:center;gap:1.5rem}.phone-info{display:flex;align-items:center;gap:.5rem}.phone-label{color:#718096;font-weight:500}.phone-link{color:#667eea;text-decoration:none;font-weight:600}.phone-link:hover{color:#764ba2}.dashboard-nav{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;gap:1rem;border-top:1px solid #e2e8f0}.nav-btn{background:none;border:none;padding:1rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease;color:#718096}.nav-btn.active{color:#667eea;border-bottom-color:#667eea;background:#667eea0d}.nav-btn:hover{color:#667eea;background:#667eea0d}.dashboard-main{max-width:1200px;margin:0 auto;padding:2rem}.section-header{margin-bottom:2rem}.section-header h2{font-size:2rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.section-description{color:#718096;line-height:1.6}.live-calls{background:#fff;border-radius:15px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 10px #0000000d}.live-calls h3{color:#2d3748;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.live-call-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;margin-bottom:1rem}.live-indicator{background:#e53e3e;color:#fff;padding:.25rem .5rem;border-radius:5px;font-size:.75rem;font-weight:600}.call-info{flex:1}.call-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.call-details{display:flex;gap:1rem;color:#718096;font-size:.875rem}.call-actions{display:flex;gap:.5rem}.call-history{background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.call-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e2e8f0}.call-item:last-child{border-bottom:none}.call-status{padding:.25rem .5rem;border-radius:5px;font-size:.75rem;font-weight:600}.call-status.active{background:#48bb78;color:#fff}.call-status.completed{background:#4a5568;color:#fff}.call-preview{color:#718096;font-style:italic;margin-top:.5rem}.empty-state{text-align:center;color:#718096;padding:2rem}.error-state{text-align:center;color:#e53e3e;padding:2rem}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:15px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#718096}.modal-body{padding:1.5rem}.transcript-content{max-height:400px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:10px;padding:1rem}.transcript-entry{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.transcript-entry:last-child{border-bottom:none}.transcript-meta{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem}.speaker{font-weight:600;color:#667eea}.timestamp{color:#718096}.transcript-text{margin-bottom:.5rem}.transcript-emotions{font-size:.75rem;color:#718096;font-style:italic}.echoes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.echo-card{background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}.echo-card:hover{transform:translateY(-2px);box-shadow:0 5px 20px #0000001a}.echo-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.echo-avatar{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.echo-name{font-size:1.25rem;font-weight:600;color:#2d3748;margin:0}.echo-expertise{color:#718096;font-size:.875rem}.echo-status{margin-left:auto;font-size:1.5rem}.echo-status.active{color:#48bb78}.echo-status.inactive{color:#cbd5e0}.echo-description{color:#4a5568;margin-bottom:1rem;line-height:1.5}.echo-stats{display:flex;gap:1rem;margin-bottom:1rem;padding:.75rem;background:#f7fafc;border-radius:10px}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.75rem;color:#718096;font-weight:500}.stat-value{font-weight:600;color:#2d3748}.echo-actions{display:flex;gap:.5rem}.echo-actions button{flex:1;padding:.5rem;border-radius:8px;font-size:.875rem;font-weight:600}.btn-danger{background:#fed7d7;color:#c53030;border:1px solid #feb2b2}.btn-danger:hover{background:#feb2b2}.echo-form{display:flex;flex-direction:column;gap:1rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.form-actions button{padding:.75rem 1.5rem}.auth-note,.auth-link{color:#667eea;text-decoration:none}.auth-link:hover{color:#764ba2}.call-interface{max-width:800px;margin:0 auto;padding:20px}.call-header{text-align:center;margin-bottom:30px}.call-header h2{color:#1f2937;margin-bottom:10px}.call-description{color:#6b7280}.echo-selector{margin-bottom:30px}.echo-selector label{display:block;margin-bottom:8px;font-weight:600;color:#374151}.echo-select{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;background:#fff;transition:border-color .2s}.echo-select:focus{outline:none;border-color:#4f46e5}.call-controls{background:#f9fafb;padding:24px;border-radius:12px;margin-bottom:30px}.call-status{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:12px;background:#fff;border-radius:8px}.status-indicator{width:12px;height:12px;border-radius:50%;animation:pulse 2s infinite}.status-indicator.offline{background:#9ca3af;animation:none}.status-indicator.ready{background:#10b981;animation:none}.status-indicator.connecting{background:#f59e0b}.status-indicator.connected{background:#10b981}.status-indicator.error{background:#ef4444;animation:none}.status-text{font-weight:500;color:#374151}.call-buttons{display:flex;gap:16px;margin-bottom:20px}.call-btn,.end-call-btn{flex:1;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.call-btn{background:#4f46e5;color:#fff}.call-btn:hover:not(:disabled){background:#4338ca}.call-btn:disabled{background:#9ca3af;cursor:not-allowed}.end-call-btn{background:#ef4444;color:#fff}.end-call-btn:hover{background:#dc2626}.audio-controls{display:flex;align-items:center;gap:20px}.audio-controls button{padding:8px 16px;border:2px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.audio-controls button:hover:not(:disabled){border-color:#4f46e5;background:#f8fafc}.audio-controls button:disabled{opacity:.5;cursor:not-allowed}.audio-controls button.muted{background:#fee2e2;border-color:#ef4444;color:#dc2626}.volume-control{display:flex;align-items:center;gap:8px}.volume-control label{color:#6b7280;font-size:14px}.volume-control input[type=range]{width:100px}.call-transcript{background:#fff;border:2px solid #e5e7eb;border-radius:12px;margin-bottom:30px}.call-transcript h3{padding:16px 20px;border-bottom:1px solid #e5e7eb;margin:0;color:#1f2937}.transcript-container{max-height:300px;overflow-y:auto;padding:16px 20px}.transcript-empty{color:#9ca3af;text-align:center;padding:40px 20px;font-style:italic}.transcript-entry{margin-bottom:16px;padding:12px;border-radius:8px}.transcript-entry.user{background:#eff6ff;border-left:4px solid #3b82f6}.transcript-entry.ai{background:#f0fdf4;border-left:4px solid #10b981}.transcript-meta{display:flex;justify-content:space-between;margin-bottom:6px;font-size:12px;color:#6b7280}.transcript-meta .speaker{font-weight:600;color:#374151}.transcript-text{color:#1f2937;line-height:1.5}.audio-visualizer{background:#1f2937;border-radius:12px;padding:20px;text-align:center;margin-bottom:30px}.audio-visualizer canvas{background:#111827;border-radius:8px;width:100%;max-width:400px;height:100px}.call-logs{background:#fff;border:2px solid #e5e7eb;border-radius:12px}.call-logs h3{padding:16px 20px;border-bottom:1px solid #e5e7eb;margin:0;color:#1f2937}.logs-container{padding:16px 20px;min-height:100px;color:#6b7280}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.call-interface{padding:16px}.call-buttons{flex-direction:column}.audio-controls{flex-wrap:wrap;gap:12px}.audio-visualizer canvas{height:80px}}
