.SpeechMatcher_wrapper__gXCax{width:100%;max-width:800px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.SpeechMatcher_targetBox__HFDIF{background:var(--primary-bg);border:1px solid var(--border-color);border-radius:16px;padding:2rem;box-shadow:var(--shadow-md);transition:all .3s ease}.SpeechMatcher_targetBox__HFDIF:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.SpeechMatcher_targetBox__HFDIF label{font-size:.875rem;font-weight:600;color:var(--secondary-text);display:block;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.SpeechMatcher_targetBox__HFDIF p{font-size:1.5rem;font-weight:700;color:var(--accent-text);margin:0;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.SpeechMatcher_transcriptBox__KYF8n{background:var(--secondary-bg);border:2px solid transparent;border-radius:20px;padding:2.5rem;min-height:220px;display:flex;flex-direction:column;justify-content:center;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.SpeechMatcher_transcriptBox__KYF8n:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary)}.SpeechMatcher_transcriptBox__KYF8n p{margin:0;font-size:1.375rem;line-height:1.6;color:var(--primary-text);font-weight:500;text-align:center}.SpeechMatcher_transcriptBox__KYF8n .SpeechMatcher_placeholder__EElCV{font-size:1.25rem;color:var(--secondary-text);font-style:italic}.SpeechMatcher_controls__FlASQ{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.SpeechMatcher_micButton__DIIUq{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:var(--gradient-primary);color:white;box-shadow:var(--shadow-xl);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.SpeechMatcher_micButton__DIIUq:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--gradient-secondary);opacity:0;transition:opacity .3s ease}.SpeechMatcher_micButton__DIIUq:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 20px 40px rgba(59,130,246,.3)}.SpeechMatcher_micButton__DIIUq:hover:before{opacity:1}.SpeechMatcher_micButton__DIIUq:active{transform:scale(.98)}.SpeechMatcher_micButton__DIIUq.SpeechMatcher_isListening__kt_UJ{background:var(--error-red);animation:SpeechMatcher_pulse__JPtqM 2s infinite;box-shadow:0 0 0 0 rgba(239,68,68,.7)}.SpeechMatcher_micButton__DIIUq.SpeechMatcher_isListening__kt_UJ:before{opacity:0}.SpeechMatcher_statusText__JxgSO{font-size:1.125rem;font-weight:500;color:var(--secondary-text);text-align:center;max-width:300px}.SpeechMatcher_resultBox__WKQAo{padding:1.5rem 2rem;border-radius:16px;text-align:center;box-shadow:var(--shadow-md);border:1px solid transparent;transition:all .3s ease}.SpeechMatcher_resultBox__WKQAo h3{margin:0 0 .5rem;font-weight:700;font-size:1.25rem}.SpeechMatcher_resultBox__WKQAo p{margin:0;word-break:break-word;font-weight:500}.SpeechMatcher_resultBox__WKQAo.SpeechMatcher_match__h3vS6{background:var(--success-bg);color:var(--success-text);border-color:var(--success-green);box-shadow:0 0 0 1px rgba(16,185,129,.1)}.SpeechMatcher_resultBox__WKQAo.SpeechMatcher_noMatch__uLeeK{background:var(--error-bg);color:var(--error-text);border-color:var(--error-red);box-shadow:0 0 0 1px rgba(239,68,68,.1)}@keyframes SpeechMatcher_pulse__JPtqM{0%,to{box-shadow:0 0 0 0 rgba(239,68,68,.7)}50%{box-shadow:0 0 0 20px rgba(239,68,68,0)}}.SpeechMatcher_presetSelect__sfAfG{width:100%;padding:.875rem 1rem;font-size:1rem;border-radius:12px;border:2px solid var(--border-color);background:var(--primary-bg);margin-bottom:1rem;transition:all .3s ease;font-weight:500;color:var(--primary-text);box-shadow:var(--shadow-sm)}.SpeechMatcher_presetSelect__sfAfG:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.SpeechMatcher_presetSelect__sfAfG:hover{border-color:var(--primary-blue-hover)}.SpeechMatcher_matchList__awQEQ{background:var(--primary-bg);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-md)}.SpeechMatcher_matchList__awQEQ h4{margin:0 0 1rem;font-size:1.125rem;font-weight:700;color:var(--accent-text);display:flex;align-items:center;gap:.5rem}.SpeechMatcher_matchList__awQEQ ul{list-style:none;padding:0;margin:0}.SpeechMatcher_matchList__awQEQ li{padding:.75rem 1rem;margin-bottom:.5rem;border-radius:8px;background:var(--accent-bg);border:1px solid var(--border-color);transition:all .2s ease}.SpeechMatcher_matchList__awQEQ li:hover{background:var(--secondary-bg);transform:translateX(4px)}.SpeechMatcher_matchList__awQEQ li:last-child{margin-bottom:0}.SpeechMatcher_matchList__awQEQ li strong{color:var(--primary-blue);font-weight:700}.SpeechMatcher_matchList__awQEQ h4:first-child{color:var(--primary-blue)}.SpeechMatcher_matchList__awQEQ li code{background:var(--accent-bg);padding:.25rem .5rem;border-radius:6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:var(--accent-text)}@media (max-width:768px){.SpeechMatcher_wrapper__gXCax{padding:1rem;gap:1.5rem}.SpeechMatcher_targetBox__HFDIF{padding:1.5rem}.SpeechMatcher_transcriptBox__KYF8n{padding:2rem 1.5rem;min-height:180px}.SpeechMatcher_micButton__DIIUq{width:80px;height:80px}.SpeechMatcher_resultBox__WKQAo{padding:1.25rem 1.5rem}}.NavHeader_appHeader__zdaYT{background-color:#212529;box-shadow:0 2px 4px rgba(0,0,0,.15);border-bottom:1px solid #343a40}.NavHeader_headerBrand___U6yp{font-weight:600;display:flex;align-items:center;color:#ffffff}.NavHeader_headerLogoImg__wG3qo{height:30px;width:auto;margin-right:.5rem}.NavHeader_headerTitle__g7Uyf{font-size:1.2rem;font-weight:500;color:#f8f9fa}.NavHeader_welcomeText__pe86q{color:#adb5bd}.NavHeader_welcomeContainer__A7zqW{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:6px;transition:background-color .2s}.NavHeader_welcomeContainer__A7zqW:hover{background-color:rgba(255,255,255,.1)}.NavHeader_welcomeIcon__hXIeW{color:#6c757d;flex-shrink:0}.SideBar_sidebar__SoCVU{position:fixed;top:0;left:0;height:100vh;background-color:#2c3e50;color:#ecf0f1;padding:1rem;display:flex;flex-direction:column;transition:width .3s ease-in-out;z-index:1030}.SideBar_sidebarCollapsed__ijOOJ{width:90px}.SideBar_sidebarExpanded__KIY6w{width:260px}.SideBar_contentWrapper__8p7EY{transition:margin-left .3s ease-in-out;padding-top:70px;padding-left:1rem;padding-right:1rem}.SideBar_contentWrapperCollapsed__z2XfV{margin-left:80px}.SideBar_contentWrapperExpanded__AblgL{margin-left:260px}@media (max-width:767.98px){.SideBar_contentWrapper__8p7EY{margin-left:0!important}}.SideBar_sidebarButton__D7oXS{display:flex;align-items:center;width:100%;padding:.75rem 1rem;color:#bdc3c7;text-align:left;background:none;border:none;border-radius:6px;transition:background-color .2s,color .2s;overflow:hidden;white-space:nowrap}.SideBar_sidebarButton__D7oXS:hover{background-color:#34495e;color:white}.SideBar_buttonText__FDl7W{margin-left:1rem;opacity:1;transition:all .2s ease-in-out}.SideBar_sidebarCollapsed__ijOOJ .SideBar_sidebarButton__D7oXS{flex-direction:column;align-items:center;padding:.5rem .25rem;text-align:center}.SideBar_sidebarCollapsed__ijOOJ .SideBar_buttonText__FDl7W{margin-left:0;margin-top:.25rem;font-size:.75rem;opacity:1;white-space:normal}.SideBar_profileCard__205cG{padding:1rem 0;margin-bottom:1rem;text-align:center;border-bottom:1px solid #34495e;transition:all .3s ease}.SideBar_avatar__ioRam{width:60px;height:60px;border-radius:50%;background-color:#3498db;color:white;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto .5rem;transition:width .3s ease,height .3s ease,font-size .3s ease}.SideBar_sidebarCollapsed__ijOOJ .SideBar_avatar__ioRam{width:40px;height:40px;font-size:1.5rem}.SideBar_employeeName__eGmNY{font-weight:600;display:block;word-wrap:break-word;opacity:1;transition:all .2s;font-size:.875rem}.SideBar_sidebarCollapsed__ijOOJ .SideBar_employeeName__eGmNY{opacity:1;height:auto;font-size:.75rem}.SideBar_toggleButton__pjnQN{color:#ecf0f1;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.SideBar_toggleButton__pjnQN:hover{background-color:#34495e}.SideBar_offcanvas__PxQTM{background-color:#2c3e50;color:#ecf0f1}.SideBar_hr__w9bii{border-color:#34495e}.Layout_installButton__sFdQS{position:fixed;top:16px;right:24px;z-index:1050;display:flex;align-items:center;gap:8px;background-color:#007aff;color:white;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .2s ease-in-out}.Layout_installButton__sFdQS:hover{background-color:#0056b3;transform:translateY(-2px)}.Layout_installButtonText__giD8f{display:block}@media (max-width:480px){.Layout_installButtonText__giD8f{display:none}.Layout_installButton__sFdQS{padding:10px;border-radius:50%}}