body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:url(/static/media/ddx-generate-bg.cca99f64258e009bf868.png);background-repeat:repeat;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:.9;opacity:var(--rt-opacity);transition:opacity .15s ease-out;transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity .15s ease-in;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}body{background-color:#f8fafc;color:#334155;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}.header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1.5rem}.header h1{color:#0f172a;font-size:1.75rem;font-weight:600;margin:0}.mic-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:50%;box-shadow:0 1px 2px #0000000d;display:flex;height:48px;justify-content:center;transition:all .2s ease;width:48px}.mic-btn:hover{background-color:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.mic-btn:active{transform:translateY(0)}.timer{font-size:.875rem}.analysing-text,.timer{color:#64748b;font-weight:500;margin-top:.5rem}.analysing-text{font-size:8px}.form-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;margin:2rem auto;max-width:800px;padding:2rem}.form{display:flex;flex-direction:column;gap:1.5rem}.form-group{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:0;padding:1.25rem;transition:all .2s ease}.form-group:hover{box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}.form-field-multi{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.form-label-container{align-items:center;display:flex;flex-direction:row;gap:.5rem;margin-bottom:.75rem;position:relative}.form-label{color:#0f172a;display:block;font-size:1.125rem;font-weight:600;margin:0}.form-field{width:100%}.input-field{border:1px solid #e2e8f0;border-radius:6px;box-sizing:border-box;font-size:1rem;margin:.5rem 0 0;padding:.75rem 1rem;transition:all .2s ease;width:100%}textarea.input-field{min-height:120px;resize:none}.input-field:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.checkbox-option,.radio-option{align-items:center;border-radius:6px;display:flex;margin-bottom:.5rem;padding:.5rem;transition:background-color .2s ease}.checkbox-option:hover,.radio-option:hover{background-color:#f8fafc}.checkbox-label,.radio-label{color:#334155;font-size:1rem;margin-left:.75rem}input[type=checkbox],input[type=radio]{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #cbd5e1;display:grid;height:1.25rem;margin:0;place-content:center;transition:all .2s ease;width:1.25rem}input[type=radio]{border-radius:50%}input[type=checkbox]{border-radius:4px}input[type=checkbox]:checked,input[type=radio]:checked{background-color:#3b82f6;border-color:#3b82f6}input[type=checkbox]:checked:before{clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%)}input[type=checkbox]:checked:before,input[type=radio]:checked:before{background-color:#fff;content:"";height:.65em;transform:scale(1);width:.65em}input[type=radio]:checked:before{border-radius:50%}.error-message{color:#ef4444;font-size:.875rem;font-weight:500;margin-top:.5rem}.submit-btn{align-self:flex-end;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:6px;box-shadow:0 4px 6px -1px #6366f133,0 2px 4px -2px #6366f11a;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem;transition:all .2s ease}.submit-btn:hover{background-color:#2563eb;transform:translateY(-1px)}.submit-btn:active{transform:translateY(0)}.react-tooltip{border-radius:6px!important;font-size:.875rem!important;line-height:1.5!important;max-width:300px!important;padding:.75rem 1rem!important}.login-body{align-items:center;background-image:url(/static/media/ddx-generate-bg.cca99f64258e009bf868.png);background-repeat:repeat;color:#1f2937;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;height:100vh;justify-content:center;line-height:1.5;margin:0;padding:0}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{color:#111827;font-size:1.875rem;font-weight:700;letter-spacing:-.025em;margin:0}.login-form-container{background-color:#fff;border:1px solid #e5e7ebcc;border-radius:16px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000000d;padding:2.5rem;width:400px}.login-form,.login-form-container{display:flex;flex-direction:column}.login-form{gap:1.75rem}.login-form-field{width:100%}.login-label{color:#4b5563;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.login-input-field{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 2px #0000000d;box-sizing:border-box;font-size:1rem;padding:.875rem 1rem;transition:all .2s ease;width:100%}.login-input-field:focus{background-color:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a;outline:none}.login-input-field::placeholder{color:#9ca3af}.input-error{background-color:#fef2f2;border-color:#ef4444}.password-field-container{align-items:center;display:flex;position:relative}.password-input{padding-right:3rem}.password-toggle-btn{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:absolute;right:.75rem;transition:color .2s ease}.password-toggle-btn:hover{color:#4b5563}.eye-icon{height:1.25rem;width:1.25rem}.login-error-message{color:#ef4444;font-size:.875rem;font-weight:500;margin-top:.5rem}.login-submit-btn{background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:10px;box-shadow:0 4px 6px -1px #6366f133,0 2px 4px -2px #6366f11a;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.875rem 1.5rem;transition:all .3s ease;width:100%}.login-submit-btn:hover{background:linear-gradient(135deg,#4338ca,#6d28d9);box-shadow:0 10px 15px -3px #6366f14d,0 4px 6px -4px #6366f11a;transform:translateY(-2px)}.login-submit-btn:active{box-shadow:0 4px 6px -1px #6366f133,0 2px 4px -2px #6366f11a;transform:translateY(0)}.login-links{display:flex;justify-content:center;margin-top:1rem}.forgot-password{color:#6366f1;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease}.forgot-password:hover{color:#4f46e5;text-decoration:underline}@media (max-width:500px){.login-form-container{border-radius:12px;padding:2rem 1.5rem;width:90%}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.a1340c7a.css.map*/