.event-setup{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#152965;padding:2rem 2rem 4rem;position:relative}.setup-logo-container{position:absolute;top:2rem;left:2rem;z-index:10}.setup-logo{height:60px;width:auto;display:block}@media (max-width: 768px){.setup-logo-container{top:1rem;left:1rem}.setup-logo{height:40px}.setup-logo-placeholder{font-size:1.2rem}}.setup-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:100%;padding:3rem}.setup-header{text-align:center;margin-bottom:2rem}.setup-header h1{font-size:2.5rem;color:#152965;margin-bottom:.5rem}.subtitle{color:#666;font-size:1.1rem}.setup-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e5e5e5}.tab{flex:1;padding:1rem;background:none;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:600;color:#666;cursor:pointer;transition:all .2s}.tab:hover{color:#152965}.tab.active{color:#152965;border-bottom-color:#152965}.setup-content{animation:fadeIn .3s ease-in}.form-section{margin-bottom:2rem}.form-section label{display:block;margin-bottom:.75rem;font-weight:600;color:#333;font-size:1rem}.form-section input{width:100%;padding:1rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-section input:focus{outline:none;border-color:#152965}.language-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:.5rem}.language-btn{padding:1rem;border:2px solid #e5e5e5;border-radius:8px;background:#fff;font-size:1rem;font-weight:500;color:#333;cursor:pointer;transition:all .2s}.language-btn:hover{border-color:#152965;background:#f5f5f5}.language-btn.selected{border-color:#152965;background:#152965;color:#fff}.hint{font-size:.875rem;color:#666;margin-top:.5rem}.mode-options{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.mode-btn{padding:1.5rem 1rem;border:2px solid #e5e5e5;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:.5rem}.mode-btn:hover{border-color:#152965;transform:translateY(-2px)}.mode-btn.selected{border-color:#152965;background:#152965;color:#fff}.mode-icon{font-size:2rem}.mode-label{font-size:.9rem;font-weight:500}.btn-primary{width:100%;padding:1rem;background:#152965;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:1rem}.btn-primary:hover{background:#0f1f4d}.btn-large{padding:1.25rem;font-size:1.2rem}.setup-copyright{position:fixed;bottom:0;left:0;right:0;text-align:center;color:#ffffffb3;font-size:.75rem;padding:1rem;background:#152965;z-index:100}.event-header{background:var(--header-footer);padding:1rem 1.5rem;color:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000001a;height:120px;display:flex;align-items:center}.header-content{max-width:1200px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header-logo-link{position:relative;display:inline-block;flex-shrink:0;cursor:pointer;text-decoration:none}.header-logo-link:hover .header-logo-tooltip{opacity:1;visibility:visible}.header-logo-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:.5rem .75rem;border-radius:8px;font-size:.75rem;white-space:nowrap;max-width:220px;white-space:normal;text-align:center;box-shadow:0 4px 12px #0000004d;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:1000;pointer-events:none}.header-logo-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#000000e6}.header-logo{height:50px;width:auto;flex-shrink:0;display:block}@media (max-width: 768px){.header-logo{height:35px}}.event-title-section{display:flex;flex-direction:column;gap:.25rem}.event-subtitle{font-size:.875rem;color:#fffc;line-height:1.2}.event-title{font-size:1rem;font-weight:600;margin:0;line-height:1.2}.speaker-section{display:flex;align-items:center;gap:.75rem;flex:1;justify-content:center}.active-speaker{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:2px solid var(--brand-orange);border-radius:8px}.speaker-avatar{width:32px;height:32px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;position:relative}.speaker-indicator-dot{width:8px;height:8px;background:var(--brand-orange);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.speaker-name{font-weight:600;font-size:.875rem}.speakers-list{display:flex;gap:.5rem;align-items:center}.speaker-avatar-small{width:28px;height:28px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center}.speaker-initial{font-size:.75rem;font-weight:600;color:#fff}.language-selector-header{font-weight:600;font-size:.875rem}.lang-display{color:#fff}@media (max-width: 768px){.event-header{height:auto;padding:.75rem 1rem}.header-content{flex-wrap:wrap;gap:.75rem}.event-title{font-size:.875rem}.event-subtitle,.speaker-name{font-size:.75rem}}.transcript-container{flex:1;padding:2rem;overflow-y:auto;background:var(--bg-secondary);max-width:1200px;width:100%;margin:0 auto}.placeholder{display:flex;align-items:center;justify-content:center;min-height:400px;color:var(--text-secondary)}.transcript-card{background:#fff;border-radius:12px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;animation:fadeIn .3s ease}.transcript-card.dark{background:#f5f5f5}.transcript-speaker{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.transcript-content{flex:1}.transcript-text{font-size:1.125rem;line-height:1.6;color:var(--text-primary);margin:0}.transcript-timestamp{font-size:.75rem;color:var(--text-secondary);white-space:nowrap;padding-top:.25rem}.transcript-card.partial{opacity:.85;border-left:3px solid var(--brand-orange)}.partial-indicator{color:var(--brand-orange);font-weight:700;margin-left:.25rem;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.event-footer{background:var(--header-footer);padding:1rem 1.5rem;position:sticky;bottom:0;z-index:100;box-shadow:0 -2px 8px #0000001a;border-top-left-radius:12px;border-top-right-radius:12px;min-height:120px;display:flex;flex-direction:column;align-items:center}.footer-copyright{width:100%;text-align:center;color:#ffffffb3;font-size:.75rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer-logo-link{position:relative;display:inline-block;flex-shrink:0;cursor:pointer;text-decoration:none}.footer-logo-link:hover .footer-logo-tooltip{opacity:1;visibility:visible}.footer-logo-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:.5rem .75rem;border-radius:8px;font-size:.75rem;white-space:nowrap;max-width:220px;white-space:normal;text-align:center;box-shadow:0 4px 12px #0000004d;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:1000;pointer-events:none}.footer-logo-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#000000e6}.footer-logo{height:40px;width:auto;flex-shrink:0;display:block}@media (max-width: 768px){.footer-logo{height:30px}}.footer-content{max-width:1200px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.language-selector{flex:0 0 auto}.lang-buttons{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:8px}.lang-locked{display:flex;align-items:center;gap:.5rem;background:#ffffff26;padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.2)}.lang-locked-icon{font-size:.875rem;opacity:.8}.lang-locked-text{color:#fff;font-size:.875rem;font-weight:700;letter-spacing:.5px}.lang-button{background:transparent;border:none;color:#fffc;font-size:.875rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;transition:all .2s}.lang-button:hover{color:#fff}.lang-button.active{color:#fff;background:#fff3;border-radius:4px}.lang-separator{color:#ffffff80;font-size:.875rem}.lang-dropdown-icon{color:#fffc;font-size:.75rem;margin-left:.25rem;cursor:pointer}.mode-toggles{display:flex;gap:.5rem;flex:1;justify-content:center}.mode-toggle{padding:.5rem 1.25rem;border:none;border-radius:20px;background:#ffffff1a;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.mode-toggle:hover{background:#fff3}.mode-toggle.active{background:var(--brand-orange);color:#fff}.settings-button{flex:0 0 auto}.settings-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;border-radius:4px;transition:background .2s}.settings-btn:hover{background:#ffffff1a}.settings-dots{display:flex;flex-direction:column;gap:2px;align-items:center}.settings-dots span{width:4px;height:4px;background:#fff;border-radius:50%}.settings-label{font-size:.625rem;color:#fffc;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.event-footer{min-height:auto;padding:.75rem 1rem}.footer-copyright{font-size:.65rem;margin-top:.25rem;padding-top:.25rem}.footer-content{flex-wrap:wrap;gap:1rem}.mode-toggles{flex:1;justify-content:center}.mode-toggle{flex:1;padding:.5rem .75rem;font-size:.75rem}.lang-buttons{padding:.375rem .75rem}.lang-button{font-size:.75rem;padding:.25rem .375rem}}.audio-input-container{background:#fff;border-radius:8px;padding:1.5rem;margin:1rem 0;box-shadow:0 2px 8px #0000001a}.audio-input-container h3{margin:0 0 1rem;font-size:1.25rem;color:#152965}.audio-input-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.9rem}.form-group select{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background:#fff}.form-group select:disabled{background:#f5f5f5;cursor:not-allowed}.active-stream{padding:1rem;background:#f0f9ff;border-radius:4px;border:1px solid #bae6fd}.active-stream p{margin:0 0 .75rem;color:#0369a1;font-weight:600}.error-message{color:#dc2626;padding:.75rem;margin-bottom:1rem;background-color:#fee2e2;border-radius:4px;font-size:.9rem}.speaker-console{min-height:100vh;background:var(--bg-secondary);display:flex;flex-direction:column}.speaker-status-bar{background:var(--header-footer);padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;box-shadow:0 2px 8px #0000001a}.header-status{display:flex;align-items:center;gap:1.5rem}.status-indicator{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;border-radius:20px}.status-dot{width:10px;height:10px;border-radius:50%;background:#f44;animation:pulse 2s infinite}.status-indicator.connected .status-dot{background:#4f4;box-shadow:0 0 10px #44ff4480}.status-indicator.connecting .status-dot{background:#fa4}.status-text{color:#fff;font-weight:600;font-size:.9rem}.recording-timer{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;border-radius:20px}.timer-icon{font-size:1.2rem}.timer-text{color:#fff;font-weight:700;font-size:1.1rem;font-family:Courier New,monospace}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.speaker-console-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 350px;gap:2rem}.main-panel{display:flex;flex-direction:column;gap:1.5rem}.audio-input-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.audio-level-section{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.audio-level-label{font-weight:600;color:#333;margin-bottom:.75rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.audio-level-bar{width:100%;height:30px;background:#f0f0f0;border-radius:15px;overflow:hidden;position:relative;margin-bottom:.5rem}.audio-level-fill{height:100%;background:linear-gradient(90deg,#4f4,#fa4 70%,#f44);transition:width .1s ease;border-radius:15px}.audio-level-value{text-align:right;font-weight:700;color:#667eea;font-size:.9rem}.stream-info-section{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.stream-info-section h3{margin:0 0 1rem;color:#152965;font-size:1.2rem}.stream-details{display:flex;flex-direction:column;gap:.75rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.detail-item:last-child{border-bottom:none}.detail-label{font-weight:600;color:#666;font-size:.9rem}.detail-value{font-weight:700;color:#152965}.detail-value.status-active{color:#4f4}.utilities-panel{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:2rem}.utilities-panel h3{margin:0 0 1.5rem;color:#152965;font-size:1.2rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.utility-section{margin-bottom:1.5rem}.utility-section:last-child{margin-bottom:0}.utility-section h4{margin:0 0 .75rem;color:#333;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.utility-btn{width:100%;padding:.75rem 1rem;margin-bottom:.5rem;background:var(--header-footer);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.utility-btn:hover{background:#0f1f4d;transform:translateY(-2px);box-shadow:0 4px 12px #15296566}.utility-btn.active{background:#f44}.utility-btn.active:hover{background:#d33}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.info-item:last-child{border-bottom:none}.info-label{font-weight:600;color:#666;font-size:.85rem}.info-value{font-weight:700;color:#152965;font-size:.9rem}@media (max-width: 1024px){.speaker-console-content{grid-template-columns:1fr}.utilities-panel{position:static}}.language-selection{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#152965;padding:1rem 1rem 3.5rem;position:relative;box-sizing:border-box}.selection-container{width:100%;max-width:700px;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;padding:1.5rem 1.75rem;animation:fadeIn .4s ease-out;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo-container{text-align:center;margin-bottom:1rem;min-height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5a67d8,#152965);border-radius:8px;padding:.75rem}.logo{max-width:130px;max-height:50px;height:auto;width:auto;object-fit:contain;display:block;filter:brightness(0) invert(1)}.selection-header{text-align:center;margin-bottom:1.25rem}.selection-header h1{font-size:1.5rem;font-weight:800;color:#152965;margin:0 0 .4rem;letter-spacing:-.5px}.subtitle{font-size:.9rem;color:#666;margin:0 0 .75rem;font-weight:500}.source-lang{font-size:.8rem;color:#5a67d8;margin:0;padding:.4rem .875rem;background:#5a67d81a;border:1.5px solid rgba(90,103,216,.3);border-radius:6px;display:inline-block;font-weight:600}.source-lang strong{color:#152965;font-weight:700}.language-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:.875rem;margin-bottom:1.25rem}.language-card{background:#fff;border:2px solid #e0e0e0;border-radius:10px;padding:1.25rem 1rem;cursor:pointer;transition:all .2s ease;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.4rem;position:relative;box-shadow:0 2px 8px #00000014}.language-card:hover{border-color:#5a67d8;transform:translateY(-3px);box-shadow:0 6px 16px #5a67d833}.language-card.selected{border-color:#5a67d8;background:linear-gradient(135deg,#5a67d8,#152965);transform:translateY(-2px);box-shadow:0 6px 16px #5a67d859}.language-card.selected *{color:#fff!important}.language-card:after{content:"✓";position:absolute;top:6px;right:6px;width:22px;height:22px;background:#48bb78;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;opacity:0;transform:scale(0);transition:all .3s ease;box-shadow:0 2px 6px #48bb7866}.language-card.selected:after{opacity:1;transform:scale(1)}.language-flag{width:48px;height:48px;background:linear-gradient(135deg,#5a67d8,#152965);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:#fff;letter-spacing:-.5px;margin-bottom:.15rem;box-shadow:0 3px 10px #5a67d833}.language-card.selected .language-flag{background:#fff3;box-shadow:0 3px 10px #ffffff4d}.language-name{font-size:1rem;font-weight:700;color:#152965;margin:0}.language-hint{font-size:.65rem;color:#999;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0}.language-card.selected .language-hint{color:#ffffffd9}.selection-footer{text-align:center;padding-top:1rem;border-top:1.5px solid #e8e8e8;margin-top:0}.info-text{font-size:.8rem;color:#666;margin:0;line-height:1.3;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem .875rem;background:#ffb74d1a;border-radius:8px}.info-text:before{content:"💡";font-size:1rem;flex-shrink:0}.loading-container{text-align:center;background:#fff;border-radius:12px;padding:2.5rem 2rem;box-shadow:0 20px 60px #0000004d;max-width:400px;width:100%}.spinner{width:45px;height:45px;border:4px solid #f0f0f0;border-top:4px solid #152965;border-right:4px solid #5a67d8;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{font-size:.95rem;color:#666;margin:0;font-weight:600}.error-container{text-align:center;background:#fff;border-radius:12px;padding:2.5rem 2rem;box-shadow:0 20px 60px #0000004d;max-width:450px;width:100%}.error-icon{font-size:3.5rem;margin-bottom:.875rem}.error-container h2{font-size:1.35rem;font-weight:800;color:#e53e3e;margin:0 0 .65rem}.error-container p{color:#666;margin-bottom:1.35rem;line-height:1.4;font-size:.9rem}.btn-retry{padding:.7rem 1.5rem;font-size:.9rem;font-weight:700;background:#152965;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #1529654d}.btn-retry:hover{transform:translateY(-2px);box-shadow:0 6px 16px #15296566;background:#0f1f4d}.btn-retry:active{transform:translateY(0)}.copyright{position:fixed;bottom:0;left:0;right:0;text-align:center;color:#ffffffb3;font-size:.7rem;padding:.75rem;background:#152965;z-index:100;font-weight:400}@media (max-width: 768px){.selection-container{padding:1.5rem;max-width:95%}.selection-header h1{font-size:1.35rem}.subtitle{font-size:.85rem}.language-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.language-card{padding:1.1rem .875rem}.language-flag{width:45px;height:45px;font-size:1rem}.language-name{font-size:.95rem}}@media (max-width: 480px){.language-selection{padding:.875rem .875rem 3rem}.selection-container{padding:1.25rem;border-radius:10px}.logo-container{margin-bottom:.875rem;min-height:45px;padding:.65rem}.logo{max-width:110px;max-height:45px}.selection-header h1{font-size:1.25rem}.subtitle{font-size:.8rem}.language-grid{grid-template-columns:1fr 1fr;gap:.75rem}.language-card{padding:1rem .75rem}.language-flag{width:42px;height:42px;font-size:.95rem}.language-name{font-size:.9rem}.info-text{font-size:.75rem;padding:.6rem .75rem}}@media (max-height: 800px){.selection-container{padding:1.25rem 1.5rem}.logo-container{margin-bottom:.75rem;min-height:45px}.selection-header{margin-bottom:1rem}.selection-header h1{font-size:1.35rem}.language-grid{gap:.75rem;margin-bottom:1rem}.language-card{padding:1.1rem .875rem}.language-flag{width:45px;height:45px}}@media (max-height: 700px){.selection-container{padding:1rem 1.25rem}.logo-container{margin-bottom:.65rem;min-height:40px;padding:.5rem}.logo{max-width:100px;max-height:40px}.selection-header{margin-bottom:.875rem}.selection-header h1{font-size:1.25rem;margin-bottom:.3rem}.subtitle{font-size:.85rem;margin-bottom:.65rem}.language-grid{gap:.65rem;margin-bottom:.875rem}.language-card{padding:.95rem .75rem}.language-flag{width:42px;height:42px;font-size:1rem}.language-name{font-size:.95rem}.selection-footer{padding-top:.875rem}.info-text{font-size:.75rem;padding:.55rem .75rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--header-footer: #152965;--brand-orange: #F75824;--bg-primary: #FFFFFF;--bg-secondary: #F5F5F5;--text-primary: #333333;--text-secondary: #666666;--border: rgba(0, 0, 0, .1)}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:var(--bg-secondary);color:var(--text-primary)}#root{min-height:100vh;display:flex;flex-direction:column}
