:root{--simple-primary:#3b82f6;--simple-primary-hover:#2563eb;--simple-bg:#fff;--simple-surface:#f8fafc;--simple-text:#1e293b;--simple-text-muted:#64748b;--simple-accent:#10b981;--simple-error:#ef4444;--simple-border:#e2e8f0}.simple-app-container{background-color:var(--simple-bg);min-height:100vh;color:var(--simple-text);flex-direction:column;align-items:center;padding:1.5rem;font-family:Inter,-apple-system,system-ui,sans-serif;display:flex}.simple-header{border-bottom:1px solid var(--simple-border);justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin-bottom:3rem;padding:.5rem 0;display:flex}.simple-logo{letter-spacing:.05em;color:var(--simple-primary);font-size:1.25rem;font-weight:800}.header-controls{align-items:center;gap:.75rem;display:flex}.location-select-wrapper{position:relative}.location-select{appearance:none;background:var(--simple-surface);border:1px solid var(--simple-border);color:var(--simple-text);cursor:pointer;border-radius:10px;padding:.5rem 2rem .5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.location-select:hover:not(:disabled){border-color:var(--simple-primary)}.location-select:disabled{opacity:.5;cursor:not-allowed}.simple-settings-btn{background:var(--simple-surface);border:1px solid var(--simple-border);color:var(--simple-text-muted);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.simple-settings-btn:hover{color:var(--simple-primary);border-color:var(--simple-primary);background:#fff}.simple-main{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4rem;width:100%;max-width:800px;display:flex}.action-container{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:420px;display:flex;position:relative}.permission-notice{border:1px solid var(--simple-border);text-align:center;background:#f8fafceb;border-radius:14px;flex-direction:column;gap:.75rem;width:100%;padding:.85rem 1rem;display:flex}.permission-prompt{border-color:#3b82f638}.permission-denied,.permission-unsupported{background:#fef2f2f5;border-color:#ef44443d}.permission-text{color:var(--simple-text-muted);font-size:.9rem;line-height:1.5}.permission-button{background:var(--simple-primary);color:#fff;cursor:pointer;border:none;border-radius:999px;align-self:center;padding:.75rem 1rem;font-size:.9rem;font-weight:700;transition:background-color .2s,transform .2s}.permission-button:hover{background:var(--simple-primary-hover);transform:translateY(-1px)}.test-sound-button{border:1px solid var(--simple-border);color:var(--simple-text);cursor:pointer;background:#fff;border-radius:999px;padding:.75rem 1rem;font-size:.95rem;font-weight:700;transition:border-color .2s,transform .2s,box-shadow .2s;box-shadow:0 6px 18px #0f172a0f}.test-sound-button:hover{border-color:var(--simple-primary);transform:translateY(-1px);box-shadow:0 10px 20px #3b82f61f}.visualizer-waves{pointer-events:none;width:200px;height:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wave{border:1px solid var(--simple-primary);opacity:0;border-radius:50%;position:absolute;inset:0}.wave-1{border-color:#3b82f666}.wave-2{border-color:#3b82f633}.wave-3{border-color:#3b82f61a}.visualizer-waves.active .wave{animation:2.5s cubic-bezier(.4,0,.2,1) infinite wave-pulse}.visualizer-waves.active .wave-2{animation-delay:.5s}.visualizer-waves.active .wave-3{animation-delay:1.2s}@keyframes wave-pulse{0%{opacity:0;transform:scale(.8)}20%{opacity:.5}to{opacity:0;transform:scale(2.2)}}.record-button{background-color:var(--simple-primary);color:#fff;cursor:pointer;z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;transition:all .3s;display:flex;box-shadow:0 8px 16px #3b82f633}.record-button:hover:not(:disabled){background-color:var(--simple-primary-hover);transform:translateY(-2px);box-shadow:0 12px 24px #3b82f64d}.record-button.streaming{background-color:var(--simple-error);box-shadow:0 8px 16px #ef444433}.record-button:disabled{color:#ffffffeb;cursor:not-allowed;box-shadow:none;background:#cbd5e1;transform:none}.stop-icon{background:#fff;border-radius:8px;width:40px;height:40px}.status-display-wrapper{flex-direction:column;align-items:center;gap:.5rem;display:flex}.status-label{background:var(--simple-surface);border:1px solid var(--simple-border);color:var(--simple-text);border-radius:999px;align-items:center;gap:.6rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:flex}.status-dot{background:#94a3b8;border-radius:50%;width:8px;height:8px}.status-dot.active{background:var(--simple-accent);box-shadow:0 0 10px var(--simple-accent);animation:2s infinite status-pulse}@keyframes status-pulse{0%,to{opacity:1}50%{opacity:.4}}.location-indicator{color:var(--simple-primary);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700}.hint-text{color:var(--simple-text-muted);text-align:center;max-width:400px;font-size:1rem;line-height:1.6}.simple-footer{width:100%;max-width:1200px;color:var(--simple-text-muted);border-top:1px solid var(--simple-border);justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;font-size:.8rem;display:flex}.footer-links{align-items:center;gap:1.5rem;display:flex}.footer-link{color:var(--simple-text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-family:inherit;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.footer-link:hover{color:var(--simple-primary)}.debug-export-btn{background:var(--simple-surface);border:1px solid var(--simple-border);border-radius:8px;padding:.4rem .8rem}.debug-export-btn:hover{border-color:var(--simple-primary);background:#fff;box-shadow:0 2px 8px #3b82f614}@media (max-width:768px){.simple-app-container{padding:1rem}.simple-header{align-items:flex-start;gap:.75rem;margin-bottom:2rem}.header-controls{justify-content:space-between;width:100%}.location-select{width:100%}.record-button{width:120px;height:120px}.visualizer-waves{width:170px;height:170px}.simple-main{gap:2rem}.simple-footer{text-align:center;flex-direction:column;gap:.75rem}}@media (max-width:640px){.simple-header{flex-direction:column;align-items:center;gap:1.5rem}}*,:before,:after{box-sizing:border-box}:root{--primary-color:#3b82f6;--primary-hover-color:#2563eb;--secondary-color:#64748b;--background-color:#f8fafc;--text-color:#1e293b;--text-muted:#64748b;--container-bg:#fffc;--border-color:#e2e8f0cc;--success-color:#10b981;--error-color:#ef4444;--warning-color:#f59e0b;--border-radius:16px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--blur-effect:blur(12px)}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-color);color:var(--text-color);min-height:100vh;margin:0}.App{text-align:center;flex-direction:column;align-items:center;min-height:100vh;display:flex}.App-header{background:var(--container-bg);width:100%;-webkit-backdrop-filter:var(--blur-effect);border-bottom:1px solid var(--border-color);z-index:50;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.App-header h1{color:var(--text-color);letter-spacing:-.025em;background:var(--primary-color);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:700}.title-container p{color:var(--text-muted);margin:0;font-size:.875rem}.App-main{flex:1;justify-content:center;width:100%;max-width:1400px;padding:2rem;display:flex}.layout-grid{grid-template-columns:300px minmax(500px,800px) 1fr;gap:2rem;width:100%;height:calc(100vh - 140px);display:grid}@media (max-width:1024px){.layout-grid{grid-template-columns:250px 1fr}.right-panel{display:none}}@media (max-width:768px){.layout-grid{flex-direction:column;grid-template-columns:1fr;height:auto;display:flex}.left-panel{order:2;height:300px}.center-panel{order:1;height:600px}}.left-panel,.center-panel,.right-panel{flex-direction:column;gap:1.5rem;display:flex}.left-panel{background:var(--container-bg);-webkit-backdrop-filter:var(--blur-effect);backdrop-filter:var(--blur-effect);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-md);overflow:hidden}.center-panel{overflow:hidden}.stream-controls{background:var(--container-bg);-webkit-backdrop-filter:var(--blur-effect);backdrop-filter:var(--blur-effect);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-md);flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.stream-controls:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.status-container{border:1px solid var(--border-color);background:#ffffff80;border-radius:9999px;align-items:center;padding:.5rem 1rem;display:flex}.status-indicator{background-color:var(--secondary-color);border-radius:50%;width:10px;height:10px;margin-right:.75rem;transition:all .3s}.status-indicator.streaming{background-color:var(--success-color);animation:2s infinite pulse;box-shadow:0 0 0 4px #10b98133}.status-text{color:var(--text-color);font-size:.9rem;font-weight:600}@keyframes pulse{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}.stream-button{background:var(--primary-color);color:#fff;cursor:pointer;letter-spacing:.025em;border:none;border-radius:9999px;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #3b82f64d}.stream-button:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #3b82f666}.stream-button:active{transform:translateY(0)}.stream-control-wrapper{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.call-duration{color:var(--success-color);background:#10b9811a;border:1px solid #10b98133;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:flex}.duration-icon{font-size:1rem}.duration-text{font-variant-numeric:tabular-nums;letter-spacing:.05em}.stream-button.streaming-active{background:var(--error-color);box-shadow:0 4px 6px -1px #ef44444d}.stream-button.streaming-active:hover{box-shadow:0 10px 15px -3px #ef444466}.button-content{align-items:center;gap:.5rem;display:flex}.button-content.disconnect{font-weight:600}.disconnect-icon{font-size:1.2rem;font-weight:700}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.audio-level-container{border:1px solid var(--border-color);background:#ffffff80;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;animation:.3s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.audio-level-label{color:var(--text-muted);font-size:.8rem;font-weight:500}.system-events-container{flex-direction:column;height:100%;padding:1.5rem;display:flex}.system-events-container h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border-color);margin:0 0 1rem;padding-bottom:.75rem;font-size:.875rem;font-weight:600}.system-events-list{color:var(--secondary-color);flex:1;margin:0;padding:0;font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem;list-style:none;overflow-y:auto}.system-events-list li{word-break:break-all;border-bottom:1px solid #00000008;padding:.5rem 0;line-height:1.5}.system-events-list li:last-child{border-bottom:none}.conversation-container{background:var(--container-bg);-webkit-backdrop-filter:var(--blur-effect);backdrop-filter:var(--blur-effect);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-md);flex-direction:column;flex:1;padding:1.5rem;display:flex;overflow:hidden}.conversation-container h3{color:var(--text-color);border-bottom:1px solid var(--border-color);text-align:left;margin:0 0 1rem;padding-bottom:1rem;font-size:1.1rem;font-weight:600}.conversation-log{scroll-behavior:smooth;flex-direction:column;flex:1;gap:1rem;padding:.5rem;display:flex;overflow-y:auto}.chat-bubble{max-width:85%;box-shadow:var(--shadow-sm);border-radius:1.25rem;padding:1rem 1.25rem;line-height:1.5;animation:.3s cubic-bezier(.4,0,.2,1) slideIn;position:relative}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-bubble.user{background:var(--primary-color);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-bubble.assistant{color:var(--text-color);border:1px solid var(--border-color);background-color:#fff;border-bottom-left-radius:4px;align-self:flex-start}.chat-bubble.system{color:#b45309;background-color:#f59e0b1a;border:1px solid #f59e0b33;border-radius:9999px;align-self:center;padding:.5rem 1rem;font-size:.875rem}.bubble-meta{opacity:.7;text-align:right;margin-top:.5rem;font-size:.7rem;font-weight:500}.no-conversation{color:var(--text-muted);margin-top:2rem;font-style:italic;font-weight:500}.settings-button{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.settings-button:hover{color:var(--primary-color);border-color:var(--primary-color);box-shadow:var(--shadow-sm);background:#fff}.App-footer{color:var(--text-muted);padding:1.5rem;font-size:.875rem}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0f172a66;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{box-shadow:var(--shadow-lg);border:1px solid var(--border-color);background:#fff;border-radius:20px;width:100%;max-width:800px;max-height:90vh;padding:2rem;overflow-y:auto}.modal-content h2{color:var(--text-color);margin-bottom:1.5rem;font-weight:700}.setting label{color:var(--text-color);font-size:.9rem;font-weight:600}.select-wrapper select{background-color:var(--background-color);border:1px solid var(--border-color);color:var(--text-color);border-radius:10px;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s}.select-wrapper select:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #3b82f61a}.modal-content button{background:var(--primary-color);border-radius:10px;margin-top:1rem;padding:.75rem;font-weight:600}.modal-content button:hover{background:var(--primary-hover-color)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.tag-settings-modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.tag-settings-modal-content{background-color:#fff;border-radius:8px;width:400px;max-width:90%;padding:20px;box-shadow:0 2px 10px #0000001a}.tag-settings-modal-content h2{color:#333;margin-top:0;margin-bottom:20px}.tag-settings-form-group{margin-bottom:15px}.tag-settings-form-group label{color:#555;margin-bottom:5px;font-weight:500;display:block}.tag-settings-form-group input,.tag-settings-form-group select{box-sizing:border-box;border:1px solid #ddd;border-radius:4px;width:100%;padding:8px;font-size:14px}.tag-settings-modal-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.tag-settings-save-button{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:4px;padding:8px 16px;font-weight:500}.tag-settings-save-button:hover{background-color:#0056b3}.tag-settings-cancel-button{color:#333;cursor:pointer;background-color:#f8f9fa;border:1px solid #ddd;border-radius:4px;padding:8px 16px}.tag-settings-cancel-button:hover{background-color:#e2e6ea}.chat-page-container{flex-direction:column;gap:1rem;width:100%;max-width:900px;height:calc(100vh - 140px);display:flex}.chat-conversation-area{flex-direction:column;flex:1;min-height:0;display:flex}.chat-conversation-area .conversation-container{height:100%}.chat-input-area{flex-shrink:0}.error-banner{color:var(--error-color);background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;display:flex}.error-banner button{background:var(--error-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:600}.error-banner button:hover{background:#dc2626}.header-actions{align-items:center;gap:1.5rem;display:flex}.customer-selector{color:#fff;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.customer-selector select{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;padding:6px 12px;font-size:.9rem;transition:all .2s}.customer-selector select:hover{background:#fff3;border-color:#ffffff80}.customer-selector select option{color:#fff;background:#333}.nav-link{border:1px solid var(--border-color);color:var(--text-muted);background:0 0;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.nav-link:hover{color:var(--primary-color);border-color:var(--primary-color);box-shadow:var(--shadow-sm);background:#fff}.go-chat-layout{grid-template-columns:minmax(0,1fr);gap:0;height:100%;min-height:0;display:grid}.go-chat-layout.debug-open{grid-template-columns:minmax(0,2fr) minmax(320px,1fr)}.go-chat-main{max-width:none;height:100%;padding:20px;overflow:hidden}.go-chat-status-card{background:#f5f5f5;border-radius:8px;flex-shrink:0;margin-bottom:15px;padding:15px}.debug-panel{background:linear-gradient(#f8fafcfa,#f1f5f9fa);border-left:1px solid #ddd;flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;box-shadow:inset 1px 0 #ffffffa6}.debug-panel-header{background:#ffffffeb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:1rem;padding:18px 20px;display:flex}.debug-panel-header h3{color:#0f172a;margin:0;font-size:1rem}.debug-panel-header p{color:#64748b;margin:.35rem 0 0;font-size:.82rem}.debug-panel-clear{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.55rem .85rem;font-weight:600}.debug-panel-clear:disabled{opacity:.45;cursor:not-allowed}.debug-panel-body{flex:1;min-height:0;padding:16px;overflow-y:auto}.debug-empty-state{text-align:center;color:#64748b;background:#ffffffbf;border:1px dashed #cbd5e1;border-radius:12px;padding:24px 18px}.debug-event-card{background:#fff;border-left:4px solid #6b7280;border-radius:10px;margin-bottom:12px;padding:14px;box-shadow:0 8px 24px #0f172a0f}.debug-event-header{color:#0f172a;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:10px;display:flex}.debug-event-header span{color:#64748b;font-size:.78rem}.debug-event-section{margin-bottom:10px}.debug-event-label{letter-spacing:.03em;text-transform:uppercase;color:#64748b;margin-bottom:4px;font-size:.72rem;font-weight:700;display:block}.debug-event-section code,.debug-event-footer{color:#334155;font-size:.78rem}.debug-event-section code{background:#f8fafc;border-radius:6px;padding:.25rem .45rem;display:inline-block}.debug-event-text{color:#1e293b;white-space:pre-wrap;word-break:break-word;line-height:1.45}.debug-event-section pre{color:#e2e8f0;background:#0f172a;border-radius:8px;max-height:250px;margin:0;padding:12px;font-size:.76rem;line-height:1.5;overflow:auto}.debug-event-section summary::-webkit-details-marker{display:none}summary.debug-event-label{cursor:pointer;align-items:center;gap:8px;list-style:none;display:flex}summary.debug-event-label:before{content:"▶";font-size:.6rem;transition:transform .2s;display:inline-block}details[open] summary.debug-event-label:before{transform:rotate(90deg)}.debug-event-footer{color:#64748b;text-align:right;margin-top:12px}@media (max-width:1100px){.go-chat-layout.debug-open{grid-template-rows:minmax(0,1fr) 320px;grid-template-columns:minmax(0,1fr)}.debug-panel{border-top:1px solid #ddd;border-left:none}}.chat-input-container{background:var(--container-bg);-webkit-backdrop-filter:var(--blur-effect);backdrop-filter:var(--blur-effect);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-md);gap:.75rem;padding:1rem;display:flex}.chat-input{border:1px solid var(--border-color);font-size:1rem;font-family:var(--font-family);resize:none;color:var(--text-color);background:#fff;border-radius:12px;flex:1;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.chat-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #3b82f61a}.chat-input:disabled{background-color:var(--background-color);cursor:not-allowed}.chat-send-button{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover-color));color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:.75rem 1.25rem;font-size:1.1rem;transition:all .2s;display:flex}.chat-send-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.chat-send-button:disabled{opacity:.5;cursor:not-allowed}.send-icon{font-size:1rem}
