:root{--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--color-bg: #09090b;--color-bg-subtle: #18181b;--color-bg-card: #18181b;--color-bg-input: #27272a;--color-text: #fafafa;--color-text-muted: #a1a1aa;--color-primary: #8b5cf6;--color-primary-hover: #7c3aed;--color-primary-light: rgba(139, 92, 246, .15);--color-danger: #ef4444;--color-success: #22c55e;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -1px rgb(0 0 0 / .06);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -2px rgb(0 0 0 / .05);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 10px 10px -5px rgb(0 0 0 / .04)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-bg-input);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none;transition:opacity .2s}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;color:inherit;background-color:transparent;border:1px solid var(--color-bg-input);outline:none}._container_edofv_2{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:640px){._container_edofv_2{padding:0 2rem}}._btn_edofv_15{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:var(--radius-md);font-weight:600;transition:all .2s ease-in-out;background-color:var(--color-bg-input);color:var(--color-text);cursor:pointer}._btn_edofv_15:hover{transform:translateY(-1px)}._btn_edofv_15:active{transform:translateY(0);opacity:.9}._btnPrimary_edofv_37{background-color:var(--color-primary);color:#fff;box-shadow:0 4px 14px #8b5cf663}._btnPrimary_edofv_37:hover{background-color:var(--color-primary-hover);box-shadow:0 6px 20px #8b5cf63b}._btnDanger_edofv_49{background-color:var(--color-danger);color:#fff}._btnIconOnly_edofv_55{padding:.75rem;border-radius:50%;aspect-ratio:1}._inputField_edofv_62{width:100%;padding:.875rem 1rem;border-radius:var(--radius-md);background-color:var(--color-bg-input);border:1px solid rgba(255,255,255,.05);transition:all .2s;font-size:.95rem}._inputField_edofv_62:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light)}._inputField_edofv_62:disabled{opacity:.5;cursor:not-allowed;background-color:var(--color-bg-subtle)}._card_edofv_84{background-color:var(--color-bg-card);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.03);transition:transform .2s,background-color .2s}._gridResponsive_edofv_96{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){._gridResponsive_edofv_96{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){._gridResponsive_edofv_96{grid-template-columns:repeat(3,1fr)}}._authPage_edofv_115{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem;background:radial-gradient(circle at top right,rgba(139,92,246,.1),transparent 40%)}._authForm_edofv_128{width:100%;max-width:420px;display:flex;flex-direction:column;gap:2rem;padding:2.5rem;border:1px solid rgba(255,255,255,.05)}._formGroup_edofv_138{display:flex;flex-direction:column;gap:.75rem}._formLabel_edofv_144{font-size:.875rem;font-weight:500;color:var(--color-text-muted)}._pageContainer_18xqc_1{min-height:100vh;display:flex;flex-direction:column}._heroHeader_18xqc_7{padding-top:4rem;padding-bottom:4rem;text-align:center}._heroTitle_18xqc_13{font-size:4rem;font-weight:800;letter-spacing:-.05em;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(to right,#fff,#a1a1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._heroSubtitle_18xqc_24{color:var(--color-primary);-webkit-text-fill-color:initial}._heroDescription_18xqc_29{font-size:1.25rem;color:var(--color-text-muted);max-width:600px;margin:0 auto 2.5rem}._ctaContainer_18xqc_36{display:flex;gap:1rem;justify-content:center}._ctaButton_18xqc_42{font-size:1.125rem;padding:1rem 2rem}._featuresSection_18xqc_47{padding-bottom:4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._featureIcon_18xqc_54{margin-bottom:1rem}._featureTitle_18xqc_58{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}._featureText_18xqc_64{color:var(--color-text-muted)}._title_94c9x_1{font-size:1.5rem;font-weight:700;margin-bottom:1rem}._errorText_94c9x_7{color:var(--color-danger);font-size:.875rem}._submitButton_94c9x_12{margin-top:1rem}._footerText_94c9x_16{text-align:center;font-size:.875rem;color:var(--color-text-muted)}._registerLink_94c9x_22{color:var(--color-primary)}._title_1pdkj_1{font-size:1.5rem;font-weight:700;margin-bottom:1rem}._errorText_1pdkj_7{color:var(--color-danger);font-size:.875rem}._submitButton_1pdkj_12{margin-top:1rem}._footerText_1pdkj_16{text-align:center;font-size:.875rem;color:var(--color-text-muted)}._loginLink_1pdkj_22{color:var(--color-primary)}._pageContainer_1j1uz_1{padding:2rem 1rem}._header_1j1uz_5{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._title_1j1uz_12{font-size:2rem;font-weight:700}._logoutButton_1j1uz_17{font-size:.875rem}._loadingState_1j1uz_21{text-align:center;color:var(--color-text-muted)}._emptyState_1j1uz_26{text-align:center;padding:4rem 0}._emptyStateText_1j1uz_31{color:var(--color-text-muted);margin-bottom:1.5rem}._newSessionIcon_1j1uz_36{margin-right:.5rem}._sessionCard_1j1uz_40{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:inherit;transition:transform .2s}._sessionCard_1j1uz_40:hover{transform:translateY(-2px)}._sessionCardContent_1j1uz_53{display:flex;align-items:center;gap:1rem}._sessionIconContainer_1j1uz_59{width:40px;height:40px;border-radius:50%;background-color:#8b5cf61a;display:flex;align-items:center;justify-content:center;color:var(--color-primary)}._sessionTitle_1j1uz_70{font-weight:600;margin-bottom:.25rem}._sessionMeta_1j1uz_75{font-size:.875rem;color:var(--color-text-muted)}._deleteButton_1j1uz_80{padding:.5rem;color:var(--color-text-muted);opacity:.7;transition:color .2s}._deleteButton_1j1uz_80:hover{color:var(--color-danger)}._fab_1j1uz_91{position:fixed;bottom:2rem;right:2rem;width:64px;height:64px;border-radius:50%;background-color:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);z-index:10;transition:transform .2s;cursor:pointer}._fab_1j1uz_91:hover{transform:scale(1.05)}._pageContainer_l721h_1{display:flex;flex-direction:column;height:100vh;padding:1rem}._header_l721h_8{padding:1rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;flex-shrink:0}._headerTitleGroup_l721h_19{display:flex;align-items:center;gap:1rem}._title_l721h_25{font-size:1.25rem;font-weight:700}._connectionStatus_l721h_30{font-size:.75rem;color:var(--color-text-muted)}._connected_l721h_35{color:var(--color-success)}._connecting_l721h_39{color:var(--color-text-muted)}._headerControlsWrapper_l721h_44{display:flex;flex-direction:column;width:100%}._headerControls_l721h_44{display:flex;gap:.75rem;align-items:center;flex-wrap:nowrap;justify-content:flex-end;transition:all .3s cubic-bezier(.4,0,.2,1)}._compactTrigger_l721h_60{display:none;margin-top:.75rem}@media(max-width:768px){._headerControlsWrapper_l721h_44{align-items:center}._headerControls_l721h_44{flex-wrap:wrap;justify-content:center;width:100%;flex-direction:column;align-items:stretch;max-height:0;opacity:0;margin-top:0;pointer-events:none;overflow:hidden}._headerControls_l721h_44._expanded_l721h_86{max-height:500px;opacity:1;margin-top:1rem;pointer-events:auto;overflow:visible}._compactTrigger_l721h_60{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background-color:var(--color-bg-input);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);cursor:pointer;transition:background-color .2s}._compactTrigger_l721h_60:active{background-color:#ffffff0d}._compactFlags_l721h_111{font-size:1.5rem;display:flex;align-items:center;gap:.75rem}._flagArrow_l721h_118{font-size:1.25rem;color:var(--color-text-muted)}._expandIcon_l721h_123{color:var(--color-text-muted);display:flex;align-items:center}._controlGroup_l721h_130{width:100%!important}._swapButton_l721h_134{transform:rotate(90deg);margin:.5rem 0;align-self:center}}._swapButton_l721h_134{margin:0 .25rem;flex-shrink:0;color:var(--color-text-muted);background-color:transparent;border:1px solid rgba(255,255,255,.1);transition:all .5s cubic-bezier(.4,0,.2,1)}._swapButton_l721h_134:hover{background-color:#ffffff0d;color:var(--color-primary);border-color:var(--color-primary);transform:rotate(180deg)}._controlGroup_l721h_130{width:180px}._activeTranscriptionContainer_l721h_161{padding-bottom:1rem;flex-shrink:0}._activeTranscriptionCard_l721h_166{border:1px solid var(--color-primary);background-color:#8b5cf60d;min-height:120px;display:flex;flex-direction:column;justify-content:center}._speakingIndicator_l721h_180{font-size:.875rem;color:var(--color-primary);margin-bottom:.5rem;font-weight:700}._listeningPlaceholder_l721h_187{color:var(--color-text-muted);text-align:center;font-style:italic}._mainContent_l721h_193{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding-right:.5rem;padding-bottom:1rem}._errorAlert_l721h_203{padding:1rem;color:var(--color-danger);background-color:#ef44441a;border-radius:var(--radius-md)}._historyHeader_l721h_214{display:flex;justify-content:space-between;margin-bottom:.5rem}._metaText_l721h_220{font-size:.75rem;color:var(--color-text-muted)}._segmentsList_l721h_225{display:flex;flex-direction:column;gap:.75rem}._segment_l721h_225{display:flex;flex-direction:column;gap:.25rem;border-left:2px solid rgba(255,255,255,.1);padding-left:.75rem}._sourceText_l721h_239{font-weight:500}._targetText_l721h_243{color:var(--color-primary)}._emptyState_l721h_247{text-align:center;color:var(--color-text-muted);margin-top:4rem}._footer_l721h_253{padding:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}._deviceSelectContainer_l721h_261{display:flex;justify-content:center;width:100%;max-width:300px}._deviceSelect_l721h_261{width:100%;text-align:center}._micButton_l721h_273{width:80px;height:80px;border-radius:50%;background-color:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #0000004d;transition:all .3s;cursor:pointer;transform:scale(1)}._micButtonRecording_l721h_288{background-color:var(--color-danger);transform:scale(1.1)}._micButtonDisabled_l721h_293{opacity:.5;cursor:not-allowed;box-shadow:none}._selectContainer_dfyly_1{position:relative;min-width:150px}._trigger_dfyly_6{width:100%;padding:.75rem 1rem;background-color:var(--color-bg-input);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);color:var(--color-text);font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.75rem;transition:all .2s ease;-webkit-user-select:none;user-select:none}._trigger_dfyly_6:hover:not(:disabled){border-color:#fff3;background-color:#ffffff0d}._trigger_dfyly_6:focus-visible{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light)}._trigger_dfyly_6._isOpen_dfyly_34{border-color:var(--color-primary)}._trigger_dfyly_6:disabled{opacity:.5;cursor:not-allowed;background-color:var(--color-bg-subtle)}._dropdown_dfyly_44{position:absolute;top:calc(100% + 6px);left:0;width:100%;min-width:max-content;max-height:250px;overflow-y:auto;background-color:var(--color-bg-card);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);box-shadow:0 10px 25px #00000080;z-index:50;animation:_slideIn_dfyly_1 .15s ease-out;padding:.25rem}._option_dfyly_61{padding:.6rem 1rem;color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:all .15s;display:flex;align-items:center;justify-content:space-between}._option_dfyly_61:hover{background-color:#ffffff0d;color:var(--color-text)}._option_dfyly_61._isSelected_dfyly_77{background-color:var(--color-primary-light);color:var(--color-primary);font-weight:500}._chevron_dfyly_83{transition:transform .2s ease;opacity:.7}._isOpen_dfyly_34 ._chevron_dfyly_83{transform:rotate(180deg)}@keyframes _slideIn_dfyly_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
