.page-module__E0kJGG__main{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 0;display:flex}.page-module__E0kJGG__heroSection{text-align:center;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:3rem;display:flex}.page-module__E0kJGG__logoContainer{margin-bottom:1.5rem}.page-module__E0kJGG__logo{width:auto;height:60px}.page-module__E0kJGG__title{letter-spacing:-.02em;color:var(--foreground);font-size:2.5rem;font-weight:700}.page-module__E0kJGG__subtitle{color:var(--secondary);margin-top:.5rem;font-size:1rem;font-weight:400}.page-module__E0kJGG__taxoBrand{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-size:.9em;font-weight:600}.page-module__E0kJGG__gradientText{background:linear-gradient(90deg,#3b82f6,#8b5cf6);color:#0000;-webkit-background-clip:text;background-clip:text}
.AudioRecorder-module__GfPIOG__recorderContainer{flex-direction:column;align-items:center;gap:2rem;width:100%;display:flex}.AudioRecorder-module__GfPIOG__status{color:var(--foreground);min-height:2rem;font-size:1.5rem;font-weight:500}.AudioRecorder-module__GfPIOG__recordingText{color:var(--error);font-family:monospace}.AudioRecorder-module__GfPIOG__settingsSection{margin-bottom:1rem}.AudioRecorder-module__GfPIOG__languageSelect{border-radius:var(--radius);border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:#ffffff0d;outline:none;min-width:200px;padding:.5rem 1rem;font-size:1rem}.AudioRecorder-module__GfPIOG__languageSelect:hover{border-color:var(--primary)}.AudioRecorder-module__GfPIOG__languageSelect option{background:var(--surface);color:var(--foreground)}.AudioRecorder-module__GfPIOG__controls{gap:1rem;display:flex}.AudioRecorder-module__GfPIOG__recordButton{color:#fff;fill:#fff;cursor:pointer;appearance:none;background-color:#000;border:2px solid #fff;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;min-width:180px;height:auto;padding:12px 24px;font-family:Inter,sans-serif;font-size:20px;font-weight:500;transition:all .3s;display:flex;position:relative;overflow:hidden}.AudioRecorder-module__GfPIOG__recordButton:hover{color:#000;background-color:#fff;transform:scale(1.02)}.AudioRecorder-module__GfPIOG__recordButton:hover svg{fill:#000}.AudioRecorder-module__GfPIOG__recording{border-color:var(--error);color:var(--error);animation:2s infinite AudioRecorder-module__GfPIOG__pulse}.AudioRecorder-module__GfPIOG__recording:hover{color:#000;background-color:#fff;border-color:#fff}.AudioRecorder-module__GfPIOG__recording:hover svg{fill:#000}.AudioRecorder-module__GfPIOG__previewSection{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.AudioRecorder-module__GfPIOG__audioPreview{width:100%;max-width:400px}.AudioRecorder-module__GfPIOG__audioPlayer{border-radius:var(--radius);width:100%}.AudioRecorder-module__GfPIOG__processButton{color:#fff;fill:#fff;cursor:pointer;background-color:#000;border:2px solid #fff;border-radius:50px;min-width:200px;padding:12px 24px;font-family:Inter,sans-serif;font-size:20px;font-weight:500;transition:all .3s}.AudioRecorder-module__GfPIOG__processButton:hover:not(:disabled){color:#000;background-color:#fff;transform:scale(1.02)}.AudioRecorder-module__GfPIOG__processButton:disabled{background:var(--secondary);cursor:not-allowed;opacity:.7;border-color:var(--secondary);color:var(--surface)}.AudioRecorder-module__GfPIOG__resultContainer{flex-direction:column;gap:1.5rem;width:100%;animation:.5s AudioRecorder-module__GfPIOG__fadeIn;display:flex}.AudioRecorder-module__GfPIOG__resultSection{border-radius:var(--radius);border:1px solid var(--border);background:#ffffff0d;padding:1.5rem}.AudioRecorder-module__GfPIOG__executiveSection{border-color:var(--primary);background:#3b82f61a}.AudioRecorder-module__GfPIOG__resultSection h3{color:var(--accent);margin-bottom:1rem;font-size:1.3rem}.AudioRecorder-module__GfPIOG__executiveSection h3{color:var(--primary)}.AudioRecorder-module__GfPIOG__resultSection h4{color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem}.AudioRecorder-module__GfPIOG__summaryText{font-size:1.1rem;line-height:1.7}.AudioRecorder-module__GfPIOG__summaryContent{font-size:1.1rem;line-height:1.6}.AudioRecorder-module__GfPIOG__transcriptText{color:var(--secondary);max-height:200px;font-size:.95rem;font-style:italic;overflow-y:auto}.AudioRecorder-module__GfPIOG__resetButton{border:1px solid var(--border);color:var(--secondary);background:0 0;align-self:center;margin-top:1rem}.AudioRecorder-module__GfPIOG__resetButton:hover{border-color:var(--foreground);color:var(--foreground)}@keyframes AudioRecorder-module__GfPIOG__pulse{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 15px #ef444400}to{box-shadow:0 0 #ef444400}}@keyframes AudioRecorder-module__GfPIOG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.AudioRecorder-module__GfPIOG__summaryContent ul,.AudioRecorder-module__GfPIOG__summaryContent ol{margin-bottom:1rem;padding-left:1.5rem}.AudioRecorder-module__GfPIOG__summaryContent li{margin-bottom:.5rem}.AudioRecorder-module__GfPIOG__summaryContent strong{color:var(--primary);font-weight:700}.AudioRecorder-module__GfPIOG__summaryContent p{margin-bottom:1rem}.AudioRecorder-module__GfPIOG__summaryContent input[type=checkbox]{cursor:pointer;margin-right:.5rem;transform:scale(1.2)}.AudioRecorder-module__GfPIOG__summaryContent table{border-collapse:collapse;width:100%;margin-bottom:1rem;font-size:.95em}.AudioRecorder-module__GfPIOG__summaryContent th,.AudioRecorder-module__GfPIOG__summaryContent td{border:1px solid var(--border);text-align:left;padding:.75rem}.AudioRecorder-module__GfPIOG__summaryContent th{background-color:var(--surface);color:var(--foreground);font-weight:600}.AudioRecorder-module__GfPIOG__summaryContent code{background:#ffffff1a;border-radius:4px;padding:.2em .4em;font-family:monospace;font-size:.9em}
