@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.homepage-root{min-height:100vh;background:linear-gradient(to bottom right,#4c1d95,#1e3a8a,#164e63);position:relative;overflow-x:hidden}.homepage-bg{position:absolute;inset:0;overflow:hidden}.homepage-blob{position:absolute;width:384px;height:384px;border-radius:9999px;filter:blur(64px)}.homepage-blob--cyan{background-color:#06b6d433;top:10%;left:10%}.homepage-blob--violet{background-color:#8b5cf633;bottom:10%;right:10%}.homepage-content{position:relative;z-index:10;width:100%}.homepage-header{padding:24px 32px;display:flex;justify-content:space-between;align-items:center}.homepage-logo-wrapper{display:flex;align-items:center;gap:8px}.homepage-logo-box{width:40px;height:40px;background:linear-gradient(to bottom right,#22d3ee,#3b82f6);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.homepage-brand-title{font-size:24px;font-weight:700;color:#fff}.homepage-nav{display:flex;gap:16px}.homepage-nav-btn{padding:8px 24px;border-radius:8px;font-size:16px;cursor:pointer;border:none;transition:all .2s ease}.homepage-nav-btn--ghost{background-color:transparent;color:#fff}.homepage-nav-btn--ghost:hover{background-color:#ffffff1a}.homepage-nav-btn--primary{background:linear-gradient(to right,#06b6d4,#3b82f6);color:#fff}.homepage-nav-btn--primary:hover{box-shadow:0 10px 40px #06b6d480}.homepage-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;padding:0 32px;text-align:center}.homepage-badge-wrap{margin-bottom:32px}.homepage-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background-color:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:9999px;border:1px solid rgba(255,255,255,.2);margin:0 0 24px}.homepage-badge-icon.MuiSvgIcon-root{width:18px;height:18px;color:#22d3ee}.homepage-badge-text{color:#ffffffe6;font-size:14px}.homepage-hero-title{font-size:clamp(48px,8vw,72px);font-weight:700;color:#fff;margin:0 0 24px;max-width:1120px;line-height:1;overflow-wrap:anywhere}.homepage-hero-title-gradient{background:linear-gradient(to right,#22d3ee,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.homepage-hero-subtitle{font-size:20px;color:#fffc;margin:0 0 48px;max-width:672px;line-height:1.75rem}.homepage-cta{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.homepage-cta-btn{padding:16px 32px;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.homepage-cta-btn--primary{background:linear-gradient(to right,#06b6d4,#3b82f6);color:#fff}.homepage-cta-btn--primary:hover{box-shadow:0 25px 60px #06b6d480;transform:scale(1.05)}.homepage-cta-btn--secondary{background-color:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.2)}.homepage-cta-btn--secondary:hover{background-color:#fff3}.homepage-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:80px}@media(min-width:768px){.homepage-features{grid-template-columns:repeat(3,minmax(0,1fr))}}.homepage-feature-card{padding:24px;background-color:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:background-color .2s ease;width:100%;min-height:198px;box-sizing:border-box;overflow-wrap:break-word}.homepage-feature-card:hover{background-color:#ffffff1a}.homepage-feature-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#fff}.homepage-feature-icon--cyan{background:linear-gradient(to bottom right,#22d3ee,#3b82f6)}.homepage-feature-icon--violet{background:linear-gradient(to bottom right,#a78bfa,#a855f7)}.homepage-feature-icon--blue{background:linear-gradient(to bottom right,#60a5fa,#22d3ee)}.homepage-feature-title{font-size:20px;font-weight:600;color:#fff;margin:0 0 8px}.homepage-feature-desc{color:#ffffffb3;font-size:16px;line-height:1.4;margin:0}@media(max-width:640px){.homepage-header{padding:18px 16px;gap:12px}.homepage-brand-title{font-size:20px}.homepage-nav{gap:8px}.homepage-nav-btn{padding:8px 12px;font-size:14px}.homepage-hero{min-height:auto;padding:30px 16px 44px}.homepage-hero-title{font-size:clamp(32px,9vw,42px)}.homepage-badge-wrap{margin-bottom:32px}.homepage-badge{max-width:100%}.homepage-hero-subtitle{margin-bottom:32px;font-size:16px;line-height:24px}.homepage-cta{width:100%}.homepage-cta-btn{width:100%;padding:14px 20px;font-size:16px}.homepage-features{margin-top:36px}.homepage-feature-card{min-height:auto;padding:24px}.homepage-feature-icon{width:48px;height:48px}.homepage-feature-title{font-size:20px}.homepage-feature-desc{font-size:15px}}@media(max-height:760px)and (min-width:768px){.homepage-hero{min-height:80vh;padding-top:0;padding-bottom:0}.homepage-badge-wrap{margin-bottom:32px}.homepage-hero-subtitle{margin-bottom:48px}.homepage-features{margin-top:80px}}.login-root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 16px;background:linear-gradient(135deg,#3b0764,#1e3a8a,#164e63);position:relative;overflow-x:hidden}.login-bg-blob{position:absolute;width:384px;height:384px;background:#06b6d433;border-radius:50%;filter:blur(48px);top:10%;left:10%;pointer-events:none;animation:blobMove 20s ease-in-out infinite}@keyframes blobMove{0%{transform:translate(0)}33%{transform:translate(100px,50px)}66%{transform:translate(50px,-30px)}to{transform:translate(0)}}.login-back-btn{position:absolute;top:32px;left:32px;display:flex;align-items:center;gap:8px;color:#fffc;background:transparent;border:none;cursor:pointer;font-size:.95rem;transition:color .2s ease;z-index:10}.login-back-btn:hover{color:#fff}.login-form-wrapper{width:100%;max-width:448px;position:relative;z-index:10}.login-logo-section{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.logo-box{width:64px;height:64px;background:linear-gradient(135deg,#22d3ee,#3b82f6);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.logo-box svg{color:#fff}.brand-title{font-size:1.875rem;font-weight:700;color:#fff;margin:0 0 8px}.brand-subtitle{font-size:16px;line-height:20px;color:#ffffffb3;font-weight:400;margin:0;text-align:center}.login-card{background:#ffffff1a;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:16px;padding:32px;border:1px solid rgba(255,255,255,.2);box-shadow:0 25px 50px #0000004d;box-sizing:border-box}.login-form{display:flex;flex-direction:column;gap:24px}.login-field{display:flex;flex-direction:column}.login-field label{color:#ffffffe6;font-size:.875rem;margin-bottom:8px}.login-input-wrapper{position:relative}.login-input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#ffffff80;display:flex;align-items:center;pointer-events:none}.login-input{width:100%;padding:12px 16px 12px 44px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.95rem;outline:none;box-sizing:border-box;transition:box-shadow .2s ease,border-color .2s ease}.login-input::-moz-placeholder{color:#ffffff80}.login-input::placeholder{color:#ffffff80}.login-input:focus{border-color:transparent;box-shadow:0 0 0 2px #22d3ee}.login-options{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.login-remember{display:flex;align-items:center;gap:8px;color:#fffc;font-size:.875rem;cursor:pointer}.login-checkbox{width:16px;height:16px;border-radius:4px;cursor:pointer;accent-color:#22d3ee}.forgot-link{padding:0;border:0;background:transparent;text-decoration:none;color:#22d3ee;font-size:.875rem;font-family:inherit;transition:color .2s ease;cursor:pointer}.forgot-link:hover{color:#67e8f9}.login-button{width:100%;padding:12px 0;background:linear-gradient(to right,#22d3ee,#3b82f6);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:box-shadow .2s ease,transform .15s ease}.login-button:hover{box-shadow:0 8px 24px #22d3ee80;transform:scale(1.02)}.signup-text{text-align:center;margin-top:24px;color:#ffffffb3;font-size:.875rem}.signup-link{background:transparent;border:none;color:#22d3ee;font-weight:600;cursor:pointer;font-size:.875rem;padding:0;transition:color .2s ease}.signup-link:hover{color:#67e8f9}@media(max-width:480px){.login-root{align-items:flex-start;padding:84px 14px 32px}.login-back-btn{top:24px;left:16px}.login-card{padding:24px 18px}.brand-title{font-size:1.55rem}.brand-subtitle{text-align:center}.login-options{align-items:flex-start;flex-direction:column}}.dashboard-root{min-height:100vh;background:linear-gradient(to bottom right,#4c1d95,#1e3a8a,#164e63);overflow-x:hidden}.dashboard-header{background-color:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.1)}.dashboard-header-inner{max-width:1280px;margin:0 auto;padding:16px 32px;display:flex;justify-content:space-between;align-items:center;gap:16px}.dashboard-logo-wrapper{display:flex;align-items:center;gap:12px}.dashboard-logo-box{width:40px;height:40px;background:linear-gradient(to bottom right,#22d3ee,#3b82f6);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.dashboard-brand-title{font-size:24px;font-weight:700;color:#fff}.dashboard-header-actions{display:flex;align-items:center;gap:12px}.dashboard-user{display:flex;align-items:center;gap:8px}.dashboard-avatar{width:32px;height:32px;background:linear-gradient(to right,#06b6d4,#3b82f6);border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:12px;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #0003;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0}.dashboard-username{color:#fff;font-size:16px}@media(max-width:600px){.dashboard-username{display:none}}.dashboard-logout-btn{padding:8px;color:#ffffffb3;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.dashboard-logout-btn:hover{color:#f87171;background-color:#ffffff0d}.dashboard-body{max-width:1280px;margin:0 auto;padding:32px;box-sizing:border-box}.dashboard-welcome-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:32px}.dashboard-welcome-title{font-size:36px;font-weight:700;color:#fff;margin:0 0 8px}.dashboard-welcome-subtitle{color:#ffffffb3;font-size:18px;margin:0}.dashboard-analytics{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:32px}@media(min-width:768px){.dashboard-analytics{grid-template-columns:repeat(3,1fr)}}.dashboard-widget{padding:24px;background-color:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(255,255,255,.2)}.dashboard-widget-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dashboard-widget-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.dashboard-widget-icon--cyan{background:linear-gradient(to bottom right,#22d3ee,#3b82f6)}.dashboard-widget-icon--green{background:linear-gradient(to bottom right,#4ade80,#10b981)}.dashboard-widget-icon--violet{background:linear-gradient(to bottom right,#a78bfa,#a855f7)}.dashboard-widget-value{font-size:30px;font-weight:700;color:#fff}.dashboard-widget-label{color:#ffffffb3;font-size:15px;margin:0}.dashboard-filters{display:flex;align-items:center;gap:16px;margin-bottom:24px}.dashboard-filter-label{display:flex;align-items:center;gap:8px;color:#ffffffb3}.dashboard-filter-buttons{display:flex;gap:8px;flex-wrap:wrap}.dashboard-filter-btn{padding:8px 16px;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;text-transform:capitalize;font-size:14px}.dashboard-filter-btn--active{background:linear-gradient(to right,#06b6d4,#3b82f6);color:#fff;box-shadow:0 4px 12px #0003}.dashboard-filter-btn--inactive{background-color:#ffffff1a;color:#ffffffb3}.dashboard-filter-btn--inactive:hover{background-color:#fff3}.dashboard-survey-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.dashboard-survey-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.dashboard-survey-grid{grid-template-columns:repeat(3,1fr)}}.dashboard-survey-card{padding:24px;background-color:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .2s ease;min-width:0;box-sizing:border-box}.dashboard-survey-card:hover{background-color:#ffffff26;border-color:#22d3ee80;box-shadow:0 20px 40px #06b6d433}.dashboard-survey-card:hover .dashboard-survey-title{color:#67e8f9}.dashboard-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.dashboard-survey-title{font-size:20px;font-weight:600;color:#fff;transition:color .2s ease;min-width:0;overflow-wrap:anywhere;margin:0}.dashboard-card-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex-shrink:0;justify-content:flex-end}.dashboard-status-badge{padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:600;white-space:nowrap}.dashboard-status-badge--completed{background-color:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.3)}.dashboard-status-badge--in-progress{background-color:#eab30833;color:#fde047;border:1px solid rgba(234,179,8,.3)}.dashboard-status-badge--new{background-color:#3b82f633;color:#93c5fd;border:1px solid rgba(59,130,246,.3)}.dashboard-download-btn{padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:500;background-color:#06b6d433;color:#67e8f9;border:1px solid rgba(6,182,212,.3);cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:6px;white-space:nowrap}.dashboard-download-btn:hover{background-color:#06b6d44d}.dashboard-download-btn:disabled{opacity:.5;cursor:not-allowed}.dashboard-survey-desc{color:#ffffffb3;font-size:14px;margin-bottom:16px;line-height:1.5;overflow-wrap:anywhere}.dashboard-progress-section{margin-bottom:16px}.dashboard-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.dashboard-progress-label{color:#ffffffb3;font-size:14px}.dashboard-progress-value{color:#fff;font-weight:600;font-size:14px}.dashboard-progress-track{height:8px;background-color:#ffffff1a;border-radius:9999px;overflow:hidden}.dashboard-progress-fill{height:100%;background:linear-gradient(to right,#22d3ee,#3b82f6);border-radius:9999px}@media(max-width:640px){.dashboard-header-inner{padding:14px 16px}.dashboard-brand-title{font-size:20px}.dashboard-body{padding:24px 16px}.dashboard-welcome-title{font-size:28px}.dashboard-welcome-subtitle{font-size:15px}.dashboard-filters{align-items:flex-start;flex-direction:column}.dashboard-card-top{flex-direction:column}.dashboard-card-badges{justify-content:flex-start;width:100%}.dashboard-widget,.dashboard-survey-card{padding:18px}}.signup-root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:96px 16px 32px;background:linear-gradient(135deg,#3b0764,#1e3a8a,#164e63);position:relative;overflow-x:hidden}.signup-bg-blob{position:absolute;width:384px;height:384px;background:#8b5cf633;border-radius:50%;filter:blur(48px);bottom:10%;right:10%;pointer-events:none;animation:signupBlobMove 20s ease-in-out infinite}@keyframes signupBlobMove{0%{transform:translate(0)}33%{transform:translate(-100px,100px)}66%{transform:translate(-50px,50px)}to{transform:translate(0)}}.signup-back-btn{position:absolute;top:32px;left:32px;display:flex;align-items:center;gap:8px;color:#fffc;background:transparent;border:none;cursor:pointer;font-size:.95rem;transition:color .2s ease;z-index:10}.signup-back-btn:hover{color:#fff}.signup-form-wrapper{width:100%;max-width:448px;position:relative;z-index:10}.signup-card{background:#ffffff1a;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:16px;padding:32px;border:1px solid rgba(255,255,255,.2);box-shadow:0 25px 50px #0000004d;box-sizing:border-box}.signup-logo-section{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.signup-logo-box{width:64px;height:64px;background:linear-gradient(135deg,#22d3ee,#3b82f6);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.signup-logo-box svg{color:#fff}.signup-title{font-size:1.875rem;font-weight:700;color:#fff;margin:0 0 8px}.signup-subtitle{font-size:16px;line-height:20px;color:#ffffffb3;font-weight:400;margin:0;text-align:center}.signup-form{display:flex;flex-direction:column;gap:24px}.signup-field{display:flex;flex-direction:column}.signup-field label{color:#ffffffe6;font-size:.875rem;margin-bottom:8px}.signup-input-wrapper{position:relative}.signup-input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#ffffff80;display:flex;align-items:center;pointer-events:none}.signup-input{width:100%;padding:12px 16px 12px 44px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.95rem;outline:none;box-sizing:border-box;transition:box-shadow .2s ease,border-color .2s ease}.signup-input::-moz-placeholder{color:#ffffff80}.signup-input::placeholder{color:#ffffff80}.signup-input:focus{border-color:transparent;box-shadow:0 0 0 2px #22d3ee}.signup-terms{display:flex;align-items:flex-start;gap:8px;color:#fffc;font-size:.875rem;cursor:pointer}.signup-checkbox{width:16px;height:16px;margin-top:2px;flex-shrink:0;border-radius:4px;cursor:pointer;accent-color:#22d3ee}.signup-button{width:100%;padding:12px 0;background:linear-gradient(to right,#22d3ee,#3b82f6);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:box-shadow .2s ease,transform .15s ease}.signup-button:hover{box-shadow:0 8px 24px #22d3ee80;transform:scale(1.02)}.signin-text{text-align:center;margin-top:24px;color:#ffffffb3;font-size:.875rem}.signin-link{background:transparent;border:none;color:#22d3ee;font-weight:600;cursor:pointer;font-size:.875rem;padding:0;transition:color .2s ease}.signin-link:hover{color:#67e8f9}@media(max-width:480px){.signup-root{align-items:flex-start;padding:84px 14px 28px}.signup-back-btn{top:24px;left:16px}.signup-card{padding:24px 18px}.signup-title{font-size:1.55rem}.signup-subtitle{text-align:center}}.page-not-found-root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0 16px;background:linear-gradient(135deg,#1e1b4b,#1e3a8a,#164e63)}.page-not-found-card.MuiPaper-root{padding:32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;background:#ffffff12;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:48px;box-shadow:0 20px 40px #00000040}.page-not-found-icon-box{width:80px;height:80px;margin-bottom:8px;border-radius:12px;background:linear-gradient(135deg,#22d3ee,#3b82f6);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #22d3ee4d}.page-not-found-icon.MuiSvgIcon-root{font-size:40px;color:#fff}.page-not-found-code.MuiTypography-root{font-weight:900;font-size:4.5rem;letter-spacing:-.05em;line-height:1;background:linear-gradient(to right,#22d3ee,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-not-found-title.MuiTypography-root{color:#fff;font-weight:700;letter-spacing:-.01em}.page-not-found-message.MuiTypography-root{color:#ffffffb3;max-width:400px;margin-bottom:8px;font-size:.95rem;line-height:1.6}.page-not-found-button.MuiButton-root{padding:11.2px 32px;color:#fff;font-size:.95rem;font-weight:600;text-transform:none;border-radius:10px;background:linear-gradient(90deg,#22d3ee,#3b82f6);box-shadow:0 4px 14px #22d3ee66;transition:transform .2s ease,box-shadow .2s ease}.page-not-found-button.MuiButton-root:hover{background:linear-gradient(90deg,#0891b2,#2563eb);transform:translateY(-1px);box-shadow:0 6px 20px #22d3ee99}.page-not-found-button.MuiButton-root:active{transform:translateY(1px)}@media(min-width:900px){.page-not-found-card.MuiPaper-root{padding:48px}.page-not-found-code.MuiTypography-root{font-size:5.5rem}}.drawerRoot{height:90vh;display:flex;flex-direction:column;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a1527;border-left:1px solid rgba(34,211,238,.12);transition:box-shadow .5s ease,background .5s ease}.drawerExpanded{box-shadow:0 0 40px #22d3ee14}.drawerHeader{display:flex;align-items:center;min-height:64px}.drawerHeader.expanded{justify-content:space-between;padding:20px 4px;margin-left:20px}.drawerHeader.collapsed{justify-content:center;padding:28px 16px;display:none}.drawerTitle{color:#d0d0d0;font-weight:500;letter-spacing:.4px;white-space:nowrap}.iconButton.MuiIconButton-root{color:#d0d0d0}.progressWrapper{padding:0 4px}.progressRow{display:flex;align-items:center;gap:20px;margin-left:20px}.progressBarFlex{flex:1}.progressBar{height:10px;border-radius:6px;background-color:#1a3150b3}.progressBar .MuiLinearProgress-bar{background-color:#22d3ee;box-shadow:0 0 12px #22d3ee80}.progressText.MuiTypography-root{font-size:.95rem;font-weight:600;color:#d0d0d0;min-width:52px}.itemsContainer{flex:1;overflow-y:auto;padding:0 24px 24px}.item-row{display:flex;align-items:center;justify-content:space-between;margin-top:30px}.item-row.clickable{cursor:pointer}.item-row.readonly{cursor:default}.item-left{display:flex;align-items:center}.item-icon-box{width:32px;height:32px;background-color:#1a3150;display:flex;align-items:center;justify-content:center;margin-right:14px;flex-shrink:0}.item-icon{width:20px;height:22px}.item-icon.completed{filter:brightness(0) saturate(100%) invert(63%) sepia(78%) saturate(434%) hue-rotate(148deg) brightness(95%) contrast(95%)}.items-divider{height:1px;background-color:#e0e0e0;margin:8px 0}.status-label.MuiTypography-root{font-size:12px}.status-label.completed{color:#20744a}.status-label.remaining{color:#637087;margin-left:4px}.textActives.MuiTypography-root{color:#d0d0d0;font-size:14px;flex:1}.headerRoot{background-color:#0a1527;border-bottom:1px solid #1a3150;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;transition:margin-right .3s;height:72px}.headerRoot.drawer-open{margin-right:400px}.headerLeft{display:flex;align-items:center;gap:0}.headerRoot .MuiSvgIcon-root.menuButton{color:#d0d0d0;margin-left:10px;margin-right:10px;cursor:pointer}.headerRoot .menuButton:hover{background-color:#22d3ee1a}.headerTitle{font-size:18px;color:#d0d0d0}.headerRight{display:flex;align-items:center;gap:12px}.survey-refresh-chip{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;gap:7px;padding:3px 8px;border-radius:15px;background-color:#1a3150;cursor:pointer}.survey-refresh-chip-icon{width:24px;height:24px}.survey-refresh-chip-text.MuiTypography-root{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:20px;color:#d0d0d0;white-space:nowrap}.survey-page-root{display:flex;flex-direction:column;min-height:100vh;background-color:#0a1628;color:#fff}.survey-page-loading{display:flex;justify-content:center;align-items:center;min-height:100vh}.survey-inline-loading{display:flex;flex:1;min-width:0;height:calc(100vh - 75px);justify-content:center;align-items:center}.survey-page-body{display:flex;flex:1;min-height:0}.survey-page-main{height:calc(100vh - 75px);flex:1;min-width:0;overflow-y:auto;overflow-x:hidden;position:relative;padding-inline:24px}@media(min-width:600px){.survey-page-main{padding-inline:16px}}@media(min-width:900px){.survey-page-main{padding-inline:24px}}.survey-page-header-row{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:24px;padding:12px 0;background-color:#0a1628;border-bottom:1px solid rgba(255,255,255,.08)}.survey-page-section-title.MuiTypography-root{font-size:18px;color:#20d2ee;font-family:Inter,sans-serif}@media(min-width:600px){.survey-page-section-title.MuiTypography-root{font-size:22px}}@media(min-width:900px){.survey-page-section-title.MuiTypography-root{font-size:28px}}.survey-page-controls{display:flex;align-items:center;gap:12px}.survey-restart-chip{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;width:-moz-fit-content;width:fit-content;padding:6px 16px;border-radius:15px;background-color:#1a3150;border:1px solid transparent;transition:background-color .2s ease,border-color .2s ease}.survey-restart-chip:hover,.survey-restart-chip:focus-visible{background-color:#234876;border-color:#20d2ee;outline:none}.survey-restart-chip-icon{width:20px;height:20px;opacity:.9}.survey-restart-chip-text.MuiTypography-root{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0;color:#d0d0d0;white-space:nowrap}.survey-play-chip{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:6px 16px;border-radius:15px;background-color:#1a3150;border:1px solid transparent;transition:background-color .2s ease,border-color .2s ease}.survey-play-chip:hover,.survey-play-chip:focus-visible{background-color:#234876;border-color:#20d2ee;outline:none}.survey-play-chip img{width:20px;height:20px}.survey-play-chip-text.MuiTypography-root{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0;color:#d0d0d0;white-space:nowrap}.survey-play-chip.survey-play-chip--pause{gap:10px;padding:6px 18px}.survey-waveform{display:flex;align-items:center;justify-content:center;gap:3px;height:22px}.survey-waveform-bar{width:4px;border-radius:2px;background:#20d2ee}.survey-question-block{margin-bottom:32px;padding:16px;border-radius:10px;border-left:3px solid transparent;background-color:transparent;opacity:.6;pointer-events:auto;transition:opacity .3s ease,border-color .3s ease,background-color .3s ease}.survey-question-block.survey-question-block--enabled{border-left-color:#1e3a5f;opacity:1}.survey-question-block.survey-question-block--current{border-left-color:#22d3ee;background-color:#22d3ee0a;opacity:1}.survey-question-header{margin-bottom:16px}.survey-question-text.MuiTypography-root{font-size:22px;font-family:Inter,sans-serif;color:#94a3b8;transition:color .3s ease;display:flex}.survey-question-text ul{margin:0;font-size:22px;padding:0;list-style:none}.survey-question-list-item--indented{margin-left:24px}.survey-question-block--current .survey-question-text.MuiTypography-root{color:#fff}.survey-question-divider{height:3px;width:8%;margin-top:4px;border-radius:2px;background-color:#1e3a5f;transition:background-color .3s ease}.survey-question-block--current .survey-question-divider{background-color:#22d3ee}.survey-keyword-grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:600px){.survey-keyword-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.survey-keyword-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.survey-keyword-grid{grid-template-columns:repeat(4,1fr)}}.survey-keyword-panel{margin-top:16px}.survey-keyword-reasons{display:flex;flex-direction:column;gap:6px;margin-top:20px}.survey-keyword-reason-item.MuiTypography-root{font-size:16px;color:#d23a20;font-family:Inter,sans-serif}.survey-keyword-reason-name{font-weight:600}.survey-question-submit-row{margin-top:16px}.survey-question-submit-btn.MuiButton-contained{display:flex;justify-content:center;align-items:center;min-width:160px;padding:0 20px;height:50px;background-color:#20d2ee;color:#0a1527;border-radius:8px;border:2px solid transparent;text-transform:none;font-weight:500;box-shadow:none;transition:all .2s ease}.survey-question-submit-btn.MuiButton-contained:hover{background-color:#20d2ee;border:2px solid #1a3150;box-shadow:none}.survey-question-submit-btn.MuiButton-contained:disabled,.survey-question-submit-btn.MuiButton-contained.Mui-disabled{background-color:#081a2d;color:#7c7b7b;border:2px solid transparent;box-shadow:none}.survey-question-progress.MuiTypography-root{font-size:14px;color:#7c93b3;font-family:Inter,sans-serif}.survey-next-section-row{display:flex;justify-content:flex-end;margin-bottom:16px}.survey-next-btn.MuiButton-contained{background-color:#20d2ee;color:#0a1628;text-transform:none;border-radius:8px;height:50px}.survey-next-btn.MuiButton-contained.Mui-disabled{background-color:#081a2d;color:#7c7b7b}.survey-next-btn.MuiButton-contained:hover{background-color:#1bb8d1}.survey-start-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.survey-start-wrapper .survey-play-chip{position:relative;z-index:1}.survey-question-mapping{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.survey-mapping-chip{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;background-color:#3e2a73;border:1px solid rgba(255,255,255,.12)}.survey-mapping-chip .survey-mapping-chip-text.MuiTypography-root{font-size:12px;font-weight:600;color:#d8d4ff;letter-spacing:.4px;white-space:nowrap;line-height:1.5}.survey-mapping-chip-key{color:#7e78b4}.survey-mapping-chip-value{color:#20d2ee}.survey-agreement-overlay.MuiModal-root{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:8px;box-sizing:border-box}.survey-agreement-backdrop.MuiBackdrop-root{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.survey-agreement-modal{position:relative;width:100%;max-width:512px;max-height:90vh;overflow-y:auto;padding:16px;border:1px solid rgb(255 255 255 / 20%);border-radius:16px;background:linear-gradient(135deg,#4c1d95f2,#1e3a8af2,#155e75f2);box-shadow:0 25px 50px -12px #0000008c;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-sizing:border-box}.survey-agreement-close.MuiIconButton-root{position:absolute;top:16px;right:16px;padding:8px;color:#ffffffb3;background:transparent;border:0;border-radius:8px;transition:color .2s ease,background .2s ease}.survey-agreement-close.MuiIconButton-root:hover{color:#fff;background:#ffffff1a}.survey-agreement-header{margin-bottom:16px}.survey-agreement-title.MuiTypography-root{margin:0 0 8px;color:#fff;font-size:20px;font-weight:700;line-height:1.2;letter-spacing:normal}.survey-agreement-subtitle.MuiTypography-root{margin:0;color:#ffffffb3;font-size:14px;letter-spacing:normal}.survey-agreement-content{max-height:384px;margin-bottom:24px;padding:16px;overflow-y:auto;border:1px solid rgb(255 255 255 / 10%);border-radius:12px;background:#ffffff0d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.survey-agreement-survey-title.MuiTypography-root{margin:0 0 16px;color:#fff;font-size:18px;font-weight:600;letter-spacing:normal}.survey-agreement-copy{color:#fffc;font-size:16px;line-height:1.55}.survey-agreement-paragraph.MuiTypography-root{margin:0 0 16px;color:#fffc;font-size:16px;line-height:1.55;letter-spacing:normal}.survey-agreement-copy strong{color:#fff}.survey-agreement-list{margin:0 0 0 16px;padding:0;list-style-position:inside;list-style-type:disc}.survey-agreement-list li+li{margin-top:8px}.survey-agreement-checkbox-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:20px;cursor:pointer}.survey-agreement-check-wrap,.survey-agreement-mode-check-wrap{display:grid;place-items:center;flex-shrink:0}.survey-agreement-mode-check-wrap{margin-top:2px}.survey-agreement-check{grid-area:1 / 1;width:20px;height:20px;margin:0;padding:0;flex:0 0 20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:2px solid rgb(255 255 255 / 30%);border-radius:4px;background:#ffffff1a}.survey-agreement-check:checked{border-color:transparent;background:linear-gradient(135deg,#06b6d4,#3b82f6)}.survey-agreement-check-icon.MuiSvgIcon-root{grid-area:1 / 1;width:16px;height:16px;font-size:16px;color:#fff;pointer-events:none}.survey-agreement-checkbox-text.MuiTypography-root{color:#ffffffe5;font-size:14px;line-height:1.45;letter-spacing:normal;transition:color .2s ease}.survey-agreement-checkbox-row:hover .survey-agreement-checkbox-text.MuiTypography-root{color:#fff}.survey-agreement-mode-section{margin-bottom:24px}.survey-agreement-mode-label.MuiTypography-root{margin:0 0 12px;color:#ffffffb3;font-size:12px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.survey-agreement-mode-card{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid rgb(255 255 255 / 10%);border-radius:12px;background:#ffffff0d;cursor:pointer;transition:border-color .2s ease,background .2s ease}.survey-agreement-mode-card+.survey-agreement-mode-card{margin-top:12px}.survey-agreement-mode-card:hover{border-color:#fff3;background:#ffffff1a}.survey-agreement-mode-card--selected{border-color:#22d3ee99;background:#06b6d41a}.survey-agreement-mode-title.MuiTypography-root{margin:0;color:#fff;font-weight:600;letter-spacing:normal;overflow-wrap:anywhere}.survey-agreement-mode-description.MuiTypography-root{margin:2px 0 0;color:#fff9;font-size:12px;line-height:1.45;letter-spacing:normal;overflow-wrap:anywhere}.survey-agreement-actions{display:flex;flex-direction:column;gap:12px}.survey-agreement-cancel.MuiButton-root,.survey-agreement-continue.MuiButton-root{width:100%;padding:12px 24px;color:#fff;border-radius:8px;font-size:16px;font-weight:400;line-height:24px;letter-spacing:normal;text-transform:none;cursor:pointer;transition:all .15s ease}.survey-agreement-cancel.MuiButton-root{border:1px solid rgb(255 255 255 / 20%);background:#ffffff1a}.survey-agreement-cancel.MuiButton-root:hover{background:#fff3}.survey-agreement-continue.MuiButton-root{border:0;font-weight:600;background:linear-gradient(90deg,#06b6d4,#3b82f6)}.survey-agreement-continue.MuiButton-root:hover:not(.Mui-disabled){transform:scale(1.02);box-shadow:0 10px 15px -3px #06b6d47f,0 4px 6px -4px #06b6d47f}.survey-agreement-continue.MuiButton-root.Mui-disabled{color:#fff6;background:#ffffff0d;cursor:not-allowed}@media(min-width:640px){.survey-agreement-overlay.MuiModal-root{padding:16px}.survey-agreement-modal{max-width:576px;padding:24px}.survey-agreement-title.MuiTypography-root{font-size:24px}.survey-agreement-subtitle.MuiTypography-root,.survey-agreement-copy,.survey-agreement-checkbox-text.MuiTypography-root{font-size:16px}.survey-agreement-survey-title.MuiTypography-root{font-size:20px}.survey-agreement-content{padding:24px}.survey-agreement-checkbox-row{gap:12px}.survey-agreement-check{width:24px;height:24px;flex-basis:24px}.survey-agreement-check-icon.MuiSvgIcon-root{width:18px;height:18px;font-size:18px}.survey-agreement-mode-label.MuiTypography-root,.survey-agreement-mode-description.MuiTypography-root{font-size:14px}.survey-agreement-mode-card{padding:16px}.survey-agreement-actions{flex-direction:row;gap:16px}}@media(min-width:768px){.survey-agreement-modal{max-width:672px;padding:32px}.survey-agreement-title.MuiTypography-root{font-size:30px}}.new-chart-fixed-wrapper{position:fixed;bottom:60px;right:40px;z-index:1300}.new-chart-fab{padding:8px;border-radius:8px;background:#6c63ff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;line-height:1;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:0 3px 10px #00000040;transition:transform .2s ease,background .2s ease;position:relative;z-index:1301}.new-chart-fab:hover{transform:scale(1.08);background:#7c74ff}.new-chart-inline-wrapper{position:relative;display:inline-flex}.new-chart-header-trigger{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;width:-moz-fit-content;width:fit-content;padding:6px 16px;border-radius:15px;background-color:#6c63ff;border:1px solid transparent;transition:background-color .2s ease,border-color .2s ease}.new-chart-header-trigger:hover,.new-chart-header-trigger:focus-visible{background-color:#7c74ff;outline:none}.new-chart-header-trigger-text.MuiTypography-root{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0;color:#fff;white-space:nowrap}.new-chart-fab--open{background:#4a4494}.new-chart-fab--open:hover{background:#55508f}.new-chart-popup-paper{position:absolute;bottom:56px;right:0;width:20vw;max-height:360px;display:flex;flex-direction:column;background:linear-gradient(160deg,#1a1f5e,#2d3494 40%,#3b2f8f);border-radius:14px;border:1px solid rgba(255,255,255,.15);box-shadow:0 18px 50px #00000080;color:#fff;animation:newChartPopIn .15s ease-out}.new-chart-popup-paper--inline{top:calc(100% + 8px);bottom:auto;right:0;width:280px}.new-chart-popup-header{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 16px 0;flex-shrink:0}.MuiTypography-root.new-chart-popup-title{font-weight:700;font-size:16px;color:#fff}.MuiIconButton-root.new-chart-popup-close-btn{color:#ffffffa6;padding:4px;margin-top:-4px;margin-right:-4px}.MuiIconButton-root.new-chart-popup-close-btn:hover{color:#fff}.new-chart-popup-body{padding:8px 16px 4px;overflow-y:auto;flex:1 1 auto}.new-chart-popup-body::-webkit-scrollbar{width:6px}.new-chart-popup-body::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:3px}.new-chart-popup-body::-webkit-scrollbar-track{background:transparent}.MuiTypography-root.new-chart-popup-text{font-size:16px;color:#ffffffa6;line-height:1.5}.new-chart-popup-footer{padding:12px 16px 16px;flex-shrink:0}.MuiButton-root.new-chart-popup-got-it-btn{width:100%;background:#6c63ff;color:#fff;border-radius:8px;text-transform:none;font-weight:600;font-size:.85rem;padding:9px 0}.MuiButton-root.new-chart-popup-got-it-btn:hover{background:#7c74ff}@keyframes newChartPopIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.table-wrapper{margin-top:20px;position:relative;padding:24px;background:#051f3a;border-radius:16px}.matrix-panel-close-icon{cursor:pointer;float:right;margin-bottom:16px}.table-wrapper .table-container{background:#051f3a;border:1px solid #58739F;overflow-x:auto;margin-bottom:60px;border-radius:5px}.table-wrapper .table-header{background-color:#1a3150;color:#d0d0d0;font-weight:500;border:1px solid #58739F;white-space:nowrap;padding:6px 10px;height:44px;line-height:1.2;font-size:18px}.table-wrapper .table-cell{color:#d0d0d0;border:1px solid #58739F;padding:0 10px;height:40px;line-height:1.2;font-size:18px}.table-wrapper .input-field input{color:#d0d0d0;min-width:120px;font-size:18px}.table-wrapper .input-field .MuiSelect-select{color:#d1d5db;font-weight:500}.table-wrapper .input-field .MuiSvgIcon-root{color:#9ca3af}@media(max-width:768px){.table-wrapper .input-field{min-width:90px}.table-wrapper .table-header,.table-wrapper .table-cell{font-size:12px}}.table-wrapper .answer-next-btn{display:flex;background-color:#20d2ee;position:absolute;bottom:24px;right:24px;color:#0a1527;border-radius:8px;height:50px;text-transform:none;font-weight:500;border:2px solid transparent}.table-wrapper .answer-next-btn:hover{background-color:#20d2ee;border:2px solid #1a3150}.MuiSelect-select{font-size:13px}.MuiTableRow-root{height:40px}.table-wrapper .custom-select{width:100%;color:#d0d0d0;font-weight:500;font-size:.9rem}.table-wrapper .custom-select .MuiSelect-select{color:#d0d0d0;padding:6px 0;display:flex;align-items:center}.table-wrapper .custom-select .MuiSvgIcon-root{color:#d0d0d0}.table-wrapper .custom-select .MuiSelect-select:focus{background-color:transparent}.table-wrapper .custom-checkbox{padding:4px;color:#d0d0d0;border-radius:4px}.table-wrapper .custom-checkbox .MuiSvgIcon-root{font-size:18px}.table-wrapper .custom-checkbox.Mui-checked{color:#20744a}.table-wrapper .custom-checkbox:hover{background-color:#22d3ee1a;border-radius:6px}.table-wrapper .group-header-row.MuiTableCell-root{background-color:#22d3ee;color:#333;font-style:italic;font-weight:600;font-size:16px;border:1px solid #58739F;line-height:12px}.table-wrapper .mmq-checkbox{padding:0;color:#d0d0d0}.table-wrapper .mmq-checkbox.Mui-checked{color:#20744a}.table-wrapper .mmq-checkbox.Mui-disabled{color:#d0d0d0}.table-wrapper .mmq-checkbox.Mui-disabled.Mui-checked{color:#20744a}.table-wrapper .mmq-radio{padding:0;color:#d0d0d0}.table-wrapper .mmq-radio.Mui-checked{color:#20d2ee}.table-wrapper .mmq-radio.Mui-disabled{color:#d0d0d0}.table-wrapper .mmq-select{min-width:120px;border-radius:0;max-width:100%}.table-wrapper .mmq-select .MuiSelect-select{padding:10px 0;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper .mmq-select .MuiSelect-icon{color:#d0d0d0;font-size:20px}.table-wrapper .mmq-select fieldset{border:none}.table-wrapper .mmq-textfield .MuiInputBase-input{padding:8px 0;font-size:18px}.table-wrapper .mmq-textfield .MuiInput-underline:after{border-bottom-color:#20d2ee}.table-wrapper .mmq-textfield .MuiFormHelperText-root{color:#ff8a80;font-size:13px;line-height:1.2;margin:4px 0 0}.table-wrapper .mmq-textfield .MuiInputBase-input.Mui-disabled{-webkit-text-fill-color:#58739f}.table-wrapper .mmq-textfield .MuiInputBase-input.Mui-disabled::-moz-placeholder{color:#58739f;opacity:1;-webkit-text-fill-color:#58739f}.table-wrapper .mmq-textfield .MuiInputBase-input.Mui-disabled::placeholder{color:#58739f;opacity:1;-webkit-text-fill-color:#58739f}.table-wrapper .mmq-confirm-btn{min-width:54px;height:32px;border-radius:8px;background-color:#20d2ee;color:#262526;text-transform:none;font-weight:600}.table-wrapper .mmq-confirm-btn:hover{background-color:#20d2ee}.table-wrapper .mmq-option-content{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.table-wrapper .mmq-option-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.table-wrapper .mmq-option-edit-btn.MuiIconButton-root{color:#20d2ee;padding:4px;flex-shrink:0}.dynamic-date-picker__text-field--outlined .MuiOutlinedInput-root,.dynamic-date-picker__text-field--outlined .MuiPickersInputBase-root{align-items:center;background-color:#0a1f38;color:#e0f0ff;font-size:18px;border-radius:12px;height:70px;min-height:56px}.dynamic-date-picker__text-field .MuiInputBase-root,.dynamic-date-picker__text-field .MuiPickersInputBase-root{display:flex;align-items:center}.dynamic-date-picker__text-field--outlined .MuiOutlinedInput-root fieldset,.dynamic-date-picker__text-field--outlined .MuiPickersOutlinedInput-notchedOutline{border-color:#1e3a5f;border-width:1.5px}.dynamic-date-picker__text-field--outlined .MuiOutlinedInput-root:hover fieldset,.dynamic-date-picker__text-field--outlined .MuiPickersInputBase-root:hover .MuiPickersOutlinedInput-notchedOutline{border-color:#20d2ee}.dynamic-date-picker__text-field--outlined .MuiOutlinedInput-root.Mui-focused fieldset,.dynamic-date-picker__text-field--outlined .MuiPickersInputBase-root.Mui-focused .MuiPickersOutlinedInput-notchedOutline{border-color:#20d2ee;border-width:2px}.dynamic-date-picker__text-field--outlined .MuiInputBase-input,.dynamic-date-picker__text-field--outlined .MuiPickersSectionList-root{align-items:center;color:#e0f0ff;display:flex;flex:1;-webkit-text-fill-color:#e0f0ff;padding:0 14px;height:56px;line-height:56px;box-sizing:border-box}.dynamic-date-picker__text-field .MuiPickersSectionList-section,.dynamic-date-picker__text-field .MuiPickersSectionList-sectionContent{align-items:center;display:flex;height:100%}.dynamic-date-picker__text-field--outlined .MuiPickersSectionList-sectionContent{line-height:56px}.dynamic-date-picker__text-field .MuiInputBase-input::-moz-placeholder{color:#58739f;opacity:1}.dynamic-date-picker__text-field .MuiInputBase-input::placeholder{color:#58739f;opacity:1}.dynamic-date-picker__text-field--standard .MuiInput-root,.dynamic-date-picker__text-field--standard .MuiPickersInputBase-root{align-items:center;color:#d0d0d0;font-size:18px}.dynamic-date-picker__text-field--standard .MuiInput-root:before,.dynamic-date-picker__text-field--standard .MuiInput-root:after,.dynamic-date-picker__text-field--standard .MuiPickersInputBase-root:before,.dynamic-date-picker__text-field--standard .MuiPickersInputBase-root:after{border-bottom-color:#20d2ee2e}.dynamic-date-picker__text-field--standard .MuiInput-root:hover:before,.dynamic-date-picker__text-field--standard .MuiPickersInputBase-root:hover:before{border-bottom-color:#20d2ee}.dynamic-date-picker__text-field--standard .MuiInput-root.Mui-focused:after,.dynamic-date-picker__text-field--standard .MuiPickersInputBase-root.Mui-focused:after{border-bottom-color:#20d2ee}.dynamic-date-picker__text-field--standard .MuiInputBase-input,.dynamic-date-picker__text-field--standard .MuiPickersSectionList-root{align-items:center;color:#d0d0d0;display:flex;flex:1;-webkit-text-fill-color:#d0d0d0;min-height:40px;line-height:40px;padding:0}.dynamic-date-picker__text-field--standard .MuiPickersSectionList-sectionContent{line-height:40px}.dynamic-date-picker__text-field .MuiInputAdornment-root,.dynamic-date-picker__text-field .MuiPickersInputBase-adornedEnd{align-items:center;display:flex}.dynamic-date-picker__text-field .MuiInputAdornment-root{align-self:stretch;height:auto;margin-top:0;max-height:none}.dynamic-date-picker__text-field .MuiIconButton-root{align-self:center;display:flex;align-items:center;margin:0}.dynamic-date-picker__text-field .MuiInputBase-input.Mui-disabled,.dynamic-date-picker__text-field .MuiPickersInputBase-root.Mui-disabled{color:#58739f;-webkit-text-fill-color:#58739f}.dynamic-date-picker__text-field .MuiInputBase-input.Mui-disabled::-moz-placeholder{color:#58739f;opacity:1;-webkit-text-fill-color:#58739f}.dynamic-date-picker__text-field .MuiInputBase-input.Mui-disabled::placeholder{color:#58739f;opacity:1;-webkit-text-fill-color:#58739f}.dynamic-date-picker__text-field .MuiInputLabel-root{color:#58739f}.dynamic-date-picker__text-field--outlined .MuiInputLabel-root:not(.MuiInputLabel-shrink){top:50%;transform:translate(14px,-50%) scale(1)}.dynamic-date-picker__text-field .MuiInputLabel-root.Mui-focused,.dynamic-date-picker__text-field .MuiSvgIcon-root,.dynamic-date-picker__open-button{color:#20d2ee}.dynamic-date-picker__open-button,.dynamic-date-picker__open-button:hover,.dynamic-date-picker__open-button:focus,.dynamic-date-picker__open-button.Mui-focusVisible{background-color:transparent;border:0;box-shadow:none;outline:none}.dynamic-date-picker__open-button:before,.dynamic-date-picker__open-button:after{display:none}.dynamic-date-picker__text-field .MuiTouchRipple-root{display:none}.dynamic-date-picker__desktop-paper .MuiDateCalendar-root{height:auto}.dynamic-date-picker__desktop-paper .MuiPickersDay-root.Mui-selected{background-color:#20d2ee;color:#051629}.dynamic-date-picker__desktop-paper .MuiPickersDay-root.Mui-selected:hover,.dynamic-date-picker__desktop-paper .MuiPickersDay-root.Mui-selected:focus{background-color:#20d2ee;color:#051629}.dynamic-date-picker__desktop-paper .MuiPickersYear-yearButton.Mui-selected{background-color:#20d2ee;color:#051629}.dynamic-date-picker__desktop-paper .MuiPickersYear-yearButton.Mui-selected:hover,.dynamic-date-picker__desktop-paper .MuiPickersYear-yearButton.Mui-selected:focus{background-color:#20d2ee;color:#051629}@supports (-webkit-app-region: drag){.dynamic-date-picker__text-field .MuiPickersInputBase-root:not(:focus-within) .css-gsvuxz-MuiPickersSectionList-sectionContent-MuiPickersInputBase-sectionContent{-webkit-user-modify:read-only;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff}}.mcq-panel{border-radius:16px;padding:24px;background-color:#051f3a;flex:1;min-height:275px;margin-top:24px;position:relative}.mcq-panel__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mcq-panel__keyword-badge{background-color:#20d2ee;padding:3px 12px;font-family:Inter,sans-serif;color:#262526;border-radius:16px}.mcq-panel__close-icon{cursor:pointer}.mcq-panel__options{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:600px){.mcq-panel__options{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media(min-width:900px){.mcq-panel__options{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media(min-width:1200px){.mcq-panel__options{grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}}.mcq-panel__option{border:1.5px solid #58739f;border-radius:12px;cursor:pointer;display:flex;align-items:center;gap:8px;padding:24px;background-color:transparent;transition:all .2s ease}.mcq-panel__option:hover{border-color:#20d2ee}.mcq-panel__option--selected{border-color:#20d2ee;background-color:#1a3150}.mcq-panel__option--disabled{cursor:default}.mcq-panel__option-label.MuiTypography-root{font-size:18px;color:#d0d0d0;font-weight:500;overflow:hidden;display:block;max-width:84vw}.mcq-panel__option-content{display:flex;align-items:center;justify-content:space-between;gap:8px;flex:1;min-width:0}.mcq-panel__option-edit-btn.MuiIconButton-root{color:#20d2ee;padding:4px}.mcq-panel__submit-btn.MuiButton-contained{display:flex;justify-content:center;align-items:center;width:120px;height:50px;margin-top:2%;align-self:flex-end;background-color:#20d2ee;color:#0a1527;border:2px solid #1a3150;border-radius:8px;text-transform:none;font-weight:500;box-shadow:none;transition:all .2s ease}.mcq-panel__submit-btn.MuiButton-contained:hover{background-color:#20d2ee;border-color:#1a3150;box-shadow:none}.mcq-panel__submit-btn.MuiButton-contained:disabled,.mcq-panel__submit-btn.MuiButton-contained.Mui-disabled{background-color:#081a2d;color:#7c7b7b;border:2px solid transparent;box-shadow:none;cursor:not-allowed}.survey-tooltip-popper .MuiTooltip-tooltip{background-color:#d6d8db;color:#0f1c2e;font-size:12px;border-radius:5px;padding:9px 12px}.survey-tooltip-popper .MuiTooltip-arrow{color:#d6d8db}.answer-panel{border-radius:16px;padding:24px;background-color:#051f3a;flex:1;min-height:275px;margin-top:24px;position:relative}.answer-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.answer-panel-label{background-color:#20d2ee;padding:3px 12px;font-family:Inter,sans-serif;color:#262526;border-radius:16px}.answer-textfield .MuiOutlinedInput-root{background-color:#0a1f38;color:#e0f0ff;font-size:18px;border-radius:12px;height:70px;min-height:56px}.answer-textfield .MuiOutlinedInput-root fieldset{border-color:#1e3a5f;border-width:1.5px}.answer-textfield .MuiOutlinedInput-root:hover fieldset{border-color:#20d2ee}.answer-textfield .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#20d2ee;border-width:2px}.answer-textfield .MuiInputBase-input{padding:16px 14px;height:56px;box-sizing:border-box}.answer-textfield .MuiInputBase-input::-moz-placeholder{color:#58739f;opacity:1}.answer-textfield .MuiInputBase-input::placeholder{color:#58739f;opacity:1}.answer-textfield .MuiInputBase-input.Mui-disabled::-moz-placeholder{color:#58739f;opacity:1;-webkit-text-fill-color:#58739f}.answer-textfield .MuiInputBase-input.Mui-disabled::placeholder{color:#58739f;opacity:1;-webkit-text-fill-color:#58739f}.answer-panel__answer-next-btn.MuiButton-contained{display:flex;background-color:#20d2ee;align-self:flex-end;color:#262526;border-radius:8px;margin-top:16px;width:120px;height:50px;text-transform:none;font-weight:500;border:2px solid transparent}.answer-panel__answer-next-btn:hover{background-color:#20d2ee;border:2px solid #1a3150}.answer-next-btn.MuiButton-root.Mui-disabled{background-color:#081a2d;color:#7c7b7b;border:2px solid transparent}.que-keyword-card{border-radius:12px;padding:16px;cursor:pointer;background-color:#ffffff05;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease;min-height:94px;height:auto;overflow:hidden;border:1.5px solid rgb(26,49,80)}.que-keyword-card:hover{border-color:#20d2ee}.que-keyword-card--completed{border-color:#20744a}.que-keyword-card--selected{border-color:#d2a520}.que-keyword-card--incorrect{border-color:#d23a20}.que-keyword-card--highlighted{border-color:#20d2ee;background-color:#1a3150}.que-keyword-card__content{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.que-keyword-card__icon{display:flex;color:#475569;flex-shrink:0}.que-keyword-card__icon--completed{color:#00e5cc}.que-keyword-card__icon--selected{color:#d2a520}.que-keyword-card__icon--incorrect{color:#d23a20}.que-keyword-card__icon svg{font-size:24px;color:#d0d0d0}.que-keyword-card__text{flex:1;min-width:0}.que-keyword-card__name.MuiTypography-root{font-size:20px;color:#d0d0d0;margin-bottom:2px;font-family:Inter,sans-serif;letter-spacing:.3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;text-align:left}.que-keyword-card__name--completed.MuiTypography-root{color:#20744a}.que-keyword-card__name--selected.MuiTypography-root{color:#d2a520}.que-keyword-card__name--incorrect.MuiTypography-root{color:#d23a20}@media(max-width:600px){.que-keyword-card__name.MuiTypography-root{font-size:14px}}@media(min-width:600px)and (max-width:900px){.que-keyword-card__name.MuiTypography-root{font-size:16px}}@media(min-width:900px)and (max-width:1200px){.que-keyword-card__name.MuiTypography-root{font-size:18px}}.que-keyword-card__answer.MuiTypography-root{font-size:12px;color:#d0d0d0;font-family:Inter,sans-serif;letter-spacing:.3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;text-align:left}.que-keyword-card__check-icon{width:24px;height:24px;flex-shrink:0}.que-keyword-card__error-icon{width:24px;height:24px;flex-shrink:0;color:#d23a20}.que-keyword-card__chevron{color:#475569;font-size:24px;flex-shrink:0}.survey-complete-backdrop.MuiBackdrop-root{background-color:#1e326459;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.survey-complete-paper.MuiPaper-root{border-radius:16px;box-shadow:0 24px 64px #0000002e;width:100%;max-width:560px;padding:0;overflow:visible;background:#fff}.survey-complete-content.MuiDialogContent-root{padding:0}.survey-complete-header{padding:32px 32px 20px;display:flex;align-items:center;gap:16px}.survey-complete-icon.MuiSvgIcon-root{font-size:46px;color:#28a745;flex-shrink:0;filter:drop-shadow(0 2px 6px rgba(40,167,69,.25))}.survey-complete-title.MuiTypography-root{font-family:Inter,sans-serif;font-size:1.45rem;font-weight:700;color:#1a1f36;line-height:1.25;letter-spacing:-.02em}.survey-complete-divider.MuiDivider-root{margin:0 32px;border-color:#e8eaf0}.survey-complete-body{padding:24px 32px;gap:8px;display:flex;flex-direction:column}.survey-complete-text.MuiTypography-root{font-family:Inter,sans-serif;font-size:.97rem;color:#5c6580;line-height:1.7}.survey-complete-text-bold.MuiTypography-root{font-family:Inter,sans-serif;font-size:.97rem;font-weight:600;color:#5c6580;line-height:1.7}.survey-complete-list{padding-left:24px}.survey-complete-list-item.MuiTypography-root{list-style-type:disc;color:#5c6580}.survey-complete-actions{padding-bottom:32px;display:flex;justify-content:center}.survey-complete-close-btn.MuiButton-root{flex:0 1 auto;font-family:Lato,Helvetica Neue,sans-serif;font-weight:600;font-size:.92rem;letter-spacing:.01em;border-radius:8px;padding:11.2px 20px;text-transform:none;color:#4a5270;border-color:#cdd2e0;background:#f7f8fc;transition:all .2s ease}.survey-complete-close-btn.MuiButton-root:hover{background:#eef0f7;border-color:#aab0c8;color:#1a1f36}.confirmation-overlay{position:fixed;inset:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:1rem}.confirmation-backdrop{position:absolute;inset:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.confirmation-modal{position:relative;width:100%;max-width:28rem;background:linear-gradient(to bottom right,#4c1d95f2,#1e3a8af2,#164e63f2);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:1rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 25px 50px -12px #00000040;padding:1.5rem}.confirmation-close-btn{position:absolute;top:1rem;right:1rem;padding:.5rem;background:transparent;color:#ffffffb3;border:none;border-radius:.5rem;cursor:pointer;transition:color .2s ease,background-color .2s ease}.confirmation-close-btn:hover{color:#fff;background-color:#ffffff1a}.confirmation-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .75rem}.confirmation-description{color:#ffffffb3;margin:0 0 1.5rem}.confirmation-actions{display:flex;gap:.75rem}.confirmation-cancel-btn{width:100%;padding:.5rem 1rem;background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}.confirmation-cancel-btn:hover{background-color:#fff3}.confirmation-confirm-btn{width:100%;padding:.75rem 1.5rem;background:linear-gradient(to right,#06b6d4,#3b82f6);color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease}.confirmation-confirm-btn:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:scale(1.01)}.MuiPaper-root.MuiDialog-paper.eos-dialog-paper{background:linear-gradient(160deg,#1a1f5e,#2d3494 40%,#3b2f8f);border-radius:16px;border:1px solid rgba(255,255,255,.15);box-shadow:0 24px 80px #0000008c;color:#fff;overflow:hidden;max-width:480px;width:100%}.MuiBackdrop-root.eos-dialog-backdrop{background-color:#050828bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.eos-dialog-paper .eos-header{padding:24px 24px 0;position:relative}.eos-dialog-paper .MuiDialogTitle-root.eos-title{padding:0;font-weight:700;font-size:1.4rem;color:#fff;letter-spacing:-.01em}.eos-dialog-paper .eos-subtitle{color:#ffffffa6;margin-top:4px;font-size:.875rem}.eos-dialog-paper .MuiDialogContent-root.eos-content{padding:20px 24px 8px}.eos-dialog-paper .eos-section-label{font-size:.68rem;font-weight:700;letter-spacing:.12em;color:#fff6;text-transform:uppercase;margin-bottom:12px}.eos-dialog-paper .eos-option-card{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;border:1px solid rgba(255,255,255,.15);border-radius:10px;cursor:pointer;background:#ffffff12;transition:all .2s ease}.eos-dialog-paper .eos-option-card:hover,.eos-dialog-paper .eos-option-card.selected{background:#ffffff21;border-color:#ffffff59}.eos-dialog-paper .eos-option-title{font-weight:700;font-size:.95rem;color:#fff}.eos-dialog-paper .eos-option-description{font-size:.8rem;color:#ffffffa6;margin-top:3px}.eos-dialog-paper .MuiCheckbox-root.eos-checkbox{padding:0;color:#ffffff59}.eos-dialog-paper .MuiCheckbox-root.eos-checkbox.Mui-checked{color:#6c63ff}.eos-dialog-paper .eos-checkbox .MuiSvgIcon-root{font-size:20px}.eos-dialog-paper .MuiDialogActions-root.eos-footer{padding:20px 24px;gap:12px}.eos-dialog-paper .MuiButton-root.eos-continue-btn{flex:1;border-radius:10px;text-transform:none;font-weight:600;font-size:.95rem;padding:12px 0;transition:all .2s ease}.eos-dialog-paper .MuiButton-root.eos-continue-btn.inactive{background:#ffffff1a;color:#ffffff59;border:1px solid rgba(255,255,255,.15)}.eos-dialog-paper .MuiButton-root.eos-continue-btn.active{background:#6c63ff;color:#fff;border:1px solid #6c63ff}.eos-dialog-paper .MuiButton-root.eos-continue-btn.active:hover{background:#7c74ff}.eos-dialog-paper .MuiButton-root.eos-continue-btn.Mui-disabled{color:#ffffff4d;background:#ffffff1a;border:1px solid rgba(255,255,255,.15)}.voice-survey-overlay{position:fixed;inset:0;z-index:9999;background:#00000059;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:16px}.voice-survey-modal{width:95vw;max-width:680px;max-height:90vh;border-radius:16px;color:#fff;position:relative;background:linear-gradient(to bottom right,#4c1d95f2,#1e3a8af2,#164e63f2);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.2);box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden}@media(min-width:600px){.voice-survey-modal{width:680px}}.voice-survey-header{flex-shrink:0;padding:16px 16px 12px;position:relative;border-bottom:1px solid rgba(255,255,255,.08)}.voice-survey-close-btn.MuiIconButton-root{position:absolute;right:12px;top:12px;color:#ffffffb3}.voice-survey-close-btn.MuiIconButton-root:hover{background:#ffffff1a;color:#fff}.voice-survey-title.MuiTypography-root{font-size:2.2rem;font-weight:700;margin-bottom:8px;color:#fff;padding-right:32px}@media(min-width:600px){.voice-survey-title.MuiTypography-root{font-size:2.2rem}}.voice-survey-subtitle.MuiTypography-root{color:#ffffffbf;font-size:14px;line-height:1.5}@media(min-width:600px){.voice-survey-subtitle.MuiTypography-root{font-size:16px}}.voice-survey-body{flex:1;overflow-y:auto;padding:12px 16px}.voice-survey-body::-webkit-scrollbar{width:6px}.voice-survey-body::-webkit-scrollbar-track{background:transparent}.voice-survey-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:999px}.voice-survey-instruction-item{display:flex;gap:16px;align-items:flex-start;margin-bottom:12px;padding:16px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .2s ease}.voice-survey-instruction-item:hover{background:#ffffff14;border-color:#ffffff2e}.voice-survey-instruction-icon.MuiTypography-root{font-size:18px;line-height:1}@media(min-width:600px){.voice-survey-instruction-icon.MuiTypography-root{font-size:22px}}.voice-survey-instruction-title.MuiTypography-root{font-weight:600;margin-bottom:2px;color:#fff;font-size:16px}@media(min-width:600px){.voice-survey-instruction-title.MuiTypography-root{font-size:18px}}.voice-survey-instruction-desc.MuiTypography-root{color:#ffffffc7;font-size:14px;line-height:1.4}@media(min-width:600px){.voice-survey-instruction-desc.MuiTypography-root{font-size:16px}}.voice-survey-footer{flex-shrink:0;padding:12px 16px 16px;border-top:1px solid rgba(255,255,255,.08)}.voice-survey-privacy-box{padding:16px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.voice-survey-privacy-text.MuiTypography-root{font-size:14px;color:#ffffffe0;line-height:1.6}@media(min-width:600px){.voice-survey-privacy-text.MuiTypography-root{font-size:16px}}.voice-survey-privacy-highlight.MuiTypography-root{font-weight:700;font-size:14px;color:#fff;display:block}@media(min-width:600px){.voice-survey-privacy-highlight.MuiTypography-root{font-size:16px}}.voice-survey-continue-wrapper{margin-top:16px;display:flex;justify-content:center}@media(min-width:600px){.voice-survey-continue-wrapper{justify-content:flex-end}}.voice-survey-continue-btn.MuiButton-root{width:100%;height:50px;padding:12px 24px;border-radius:8px;text-transform:none;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:24px;color:#fff;background:linear-gradient(to right,#06b6d4,#3b82f6);box-shadow:none;transition:all .15s cubic-bezier(.4,0,.2,1)}@media(min-width:600px){.voice-survey-continue-btn.MuiButton-root{width:220px}}.voice-survey-continue-btn.MuiButton-root:hover{background:linear-gradient(to right,#0891b2,#2563eb);box-shadow:none}.legal-consent-dialog .MuiBackdrop-root{background-color:#050828bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.legal-consent-paper.MuiDialog-paper{width:min(900px,calc(100vw - 32px));max-height:min(88vh,820px);display:flex;flex-direction:column;overflow:hidden;color:#fff;background:linear-gradient(160deg,#1a1f5e,#2d3494 40%,#3b2f8f);border:1px solid rgba(255,255,255,.16);border-radius:16px;box-shadow:0 24px 80px #0000008c}.legal-consent-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 24px 12px}.legal-consent-title.MuiDialogTitle-root{padding:0;color:#fff;font-size:1.45rem;font-weight:700;line-height:1.2}.legal-consent-subtitle.MuiTypography-root{margin-top:4px;color:#ffffffad;font-size:.92rem}.MuiIconButton-root.legal-consent-close-btn{flex:0 0 auto;margin-top:-4px;margin-right:-4px;color:#ffffffad;background:transparent}.MuiIconButton-root.legal-consent-close-btn:hover{color:#fff;background:#ffffff1a}.legal-consent-content.MuiDialogContent-root{display:flex;min-height:0;flex-direction:column;gap:14px;padding:8px 24px 0}.legal-consent-scroll-area{min-height:280px;max-height:52vh;overflow-y:auto;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff0f}.legal-consent-scroll-area::-webkit-scrollbar{width:6px}.legal-consent-scroll-area::-webkit-scrollbar-thumb{background:#ffffff47;border-radius:3px}.legal-consent-scroll-area::-webkit-scrollbar-track{background:transparent}.legal-consent-section{margin-top:16px}.legal-consent-section-title.MuiTypography-root{margin-bottom:6px;color:#fff;font-size:.95rem;font-weight:700;line-height:1.4}.legal-consent-paragraph.MuiTypography-root{color:#ffffffc2;font-size:.9rem;line-height:1.62}.legal-consent-option-card{display:flex;align-items:flex-start;gap:12px;margin-top:16px;padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#ffffff12;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.legal-consent-required-card{margin-top:0;background:#6c63ff29;border-color:#6c63ff6b}.legal-consent-checkbox.MuiCheckbox-root{padding:0;color:#ffffff5c}.legal-consent-checkbox.Mui-checked{color:#6c63ff}.legal-consent-checkbox .MuiSvgIcon-root{font-size:22px}.legal-consent-option-text.MuiTypography-root{color:#ffffffd1;font-size:.9rem;line-height:1.5}.legal-consent-certification{margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.12)}.legal-consent-actions.MuiDialogActions-root{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:12px;padding:18px 24px 24px}.MuiButton-root.legal-consent-print-btn,.MuiButton-root.legal-consent-decline-btn,.MuiButton-root.legal-consent-accept-btn{min-height:44px;border-radius:10px;text-transform:none;font-size:.92rem;font-weight:700}.MuiButton-root.legal-consent-print-btn{color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.16)}.MuiButton-root.legal-consent-print-btn:hover{background:#ffffff2e}.MuiButton-root.legal-consent-decline-btn{color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.16)}.MuiButton-root.legal-consent-decline-btn:hover{background:#ffffff2e}.MuiButton-root.legal-consent-accept-btn{color:#fff;background:#6c63ff;border:1px solid #6c63ff}.MuiButton-root.legal-consent-accept-btn:hover{background:#7c74ff;border-color:#7c74ff}.MuiButton-root.legal-consent-accept-btn.Mui-disabled{color:#ffffff59;background:#ffffff14;border:1px solid rgba(255,255,255,.14)}@media(max-width:700px){.legal-consent-header{padding:20px 18px 10px}.legal-consent-content.MuiDialogContent-root{padding:8px 18px 0}.legal-consent-actions.MuiDialogActions-root{grid-template-columns:1fr;padding:16px 18px 20px}.legal-consent-scroll-area{max-height:48vh;padding:14px}}@media print{body *{visibility:hidden}.legal-consent-paper,.legal-consent-paper *{visibility:visible}.legal-consent-paper.MuiDialog-paper{position:absolute;inset:0;width:100%;max-height:none;margin:0;color:#000;background:#fff;border:0;border-radius:0;box-shadow:none}.legal-consent-header,.legal-consent-content.MuiDialogContent-root{padding:0}.legal-consent-scroll-area{max-height:none;overflow:visible;color:#000;background:#fff;border:0}.legal-consent-title.MuiDialogTitle-root,.legal-consent-section-title.MuiTypography-root,.legal-consent-subtitle.MuiTypography-root,.legal-consent-paragraph.MuiTypography-root,.legal-consent-option-text.MuiTypography-root{color:#000}.legal-consent-close-btn,.legal-consent-actions,.legal-consent-required-card{display:none}}.insight-rows{display:flex;flex-direction:column;gap:14px}.insight-rows__row{display:grid;grid-template-columns:24px minmax(130px,1fr) minmax(120px,1.45fr);align-items:center;gap:8px}.insight-rows__status{display:grid;place-items:center;width:21px;height:21px;border-radius:50%}.insight-rows__status--captured{color:#08243d;background-color:#6de091}.insight-rows__status--missing{color:#593800;background-color:#ffc44f}.insight-rows__status-icon.MuiSvgIcon-root{font-size:16px;font-weight:900}.insight-rows__label.MuiTypography-root{color:#f5f7fb;font-size:14px}.insight-rows__value.MuiTypography-root{color:#c6d1e1;font-size:14px}.insights-panel{display:flex;flex-direction:column;min-width:0;min-height:0}.insights-panel__heading{padding:16px 16px 12px}.insights-panel__heading-row.MuiStack-root,.insights-panel__footer-row.MuiStack-root{display:flex;flex-direction:row;align-items:center}.insights-panel__heading-row.MuiStack-root{gap:8px}.insights-panel__heading-icon.MuiSvgIcon-root{color:#42b6ff;font-size:21px}.insights-panel__title.MuiTypography-root{color:#f7f9fc;font-size:16px;font-weight:700;letter-spacing:.2px}.insights-panel__body{flex:1;min-height:0;padding-inline:10px}.insights-panel__surface.MuiPaper-root{height:100%;min-height:500px;overflow-y:auto;color:#f6f8fc;border-color:#437eb266;border-radius:12px;background-color:#0419318c}.insights-panel__section{padding:13px 16px}.insights-panel__section-heading.MuiStack-root{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:16px}.insights-panel__captured-title.MuiTypography-root{color:#47b9ff;font-size:16px;font-weight:700}.insights-panel__captured-chevron.MuiSvgIcon-root{color:#e9f2fc}.insights-panel__missing-title.MuiTypography-root{color:#ffc247;font-size:16px;font-weight:700}.insights-panel__missing-chevron.MuiSvgIcon-root{color:#ffc247}.insights-panel__divider.MuiDivider-root{border-color:#437eb24d}.insights-panel__footer{display:flex;align-items:center;min-height:75px;margin-top:10px;padding:16px;border-top:1px solid rgba(69,143,208,.22)}.insights-panel__footer-row.MuiStack-root{gap:12px}.insights-panel__footer-icon.MuiSvgIcon-root{color:#4db7ff;font-size:28px}.insights-panel__footer-text.MuiTypography-root{color:#b7c4d5;font-size:14px}@media(min-width:1200px){.insights-panel__surface.MuiPaper-root{min-height:0}}.live-transcript-panel.MuiAccordion-root{display:flex;flex:0 0 auto;flex-direction:column;min-width:0;color:inherit;border:1px solid rgba(67,126,178,.36);border-radius:12px;background:linear-gradient(160deg,#041a34f5,#03162cc7);box-shadow:none;margin:8px 16px}.live-transcript-panel.MuiAccordion-root:before{display:none}.live-transcript-panel.MuiAccordion-root.Mui-expanded:last-of-type{margin-bottom:8px}.live-transcript-panel__header.MuiAccordionSummary-root{min-height:unset;padding:16px}.live-transcript-panel__header .MuiAccordionSummary-content{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0}.live-transcript-panel__expand-icon.MuiSvgIcon-root{color:#f4f7fb}.live-transcript-panel__title-group.MuiStack-root{display:flex;flex-direction:row;align-items:center;gap:8px}.live-transcript-panel__status-dot{width:8px;height:8px;border-radius:50%}.live-transcript-panel__status-dot--active{background-color:#57df8a}.live-transcript-panel__status-dot--inactive{background-color:#e5484d}.live-transcript-panel__title.MuiTypography-root{color:#f4f7fb;font-size:15px;font-weight:700;letter-spacing:.25px}.live-transcript-panel__capture-status.MuiTypography-root{color:#50e88b;font-size:15px}.live-transcript-panel__body.MuiAccordionDetails-root{display:flex;flex:1;min-height:0;padding:0}.live-transcript-panel__content{position:relative;width:100%;min-height:390px;max-height:420px;padding:14px 16px;overflow-y:auto;color:#f6f8fc;border-top:1px solid rgba(69,143,208,.22)}.live-transcript-panel__paragraph.MuiTypography-root{margin-bottom:18px;font-family:Roboto Mono,Courier New,monospace;font-size:14px;line-height:1.85;letter-spacing:.15px}.live-transcript-panel__paragraph.MuiTypography-root:last-child{margin-bottom:0}.live-transcript-panel__speaker{color:#7fd4ff;font-weight:700}.live-transcript-panel__timestamp{color:#f6f8fc8c;font-size:12px}@media(min-width:1536px){.live-transcript-panel__paragraph.MuiTypography-root{font-size:15px}}.voice-waveform{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;height:92px;padding-inline:8px;overflow:hidden}.voice-waveform--compact{gap:3px;height:54px;padding-inline:4px}.voice-waveform__bar{flex:0 1 5px;min-width:3px;max-width:5px;border-radius:4px;opacity:.92;transform:scaleY(1);transform-origin:center;background:linear-gradient(180deg,#20d9ff,#2e7bff 52%,#15c4f2);box-shadow:0 0 8px #219cff8c;animation:none;will-change:auto}.voice-waveform--active .voice-waveform__bar{animation:voice-waveform-pulse .92s ease-in-out infinite;will-change:transform}.voice-waveform--level .voice-waveform__bar{height:4px;transform:scaleY(1);transition:height 80ms ease-out,transform 80ms ease-out}.voice-waveform--active.voice-waveform--level .voice-waveform__bar{animation:none;height:calc(8px + var(--voice-level-main));transform:scaleY(1);will-change:height}.voice-waveform--active.voice-waveform--level .voice-waveform__bar:nth-child(2n){height:calc(6px + var(--voice-level-medium))}.voice-waveform--active.voice-waveform--level .voice-waveform__bar:nth-child(3n){height:calc(7px + var(--voice-level-tall))}.voice-waveform--active.voice-waveform--level .voice-waveform__bar:nth-child(5n){height:calc(5px + var(--voice-level-short))}.voice-waveform--compact .voice-waveform__bar{min-width:2px;max-width:4px;transform:scaleY(.56)}.voice-waveform--active.voice-waveform--compact .voice-waveform__bar{animation-name:voice-waveform-pulse-compact}.voice-waveform__bar:nth-child(3n+1){animation-delay:-.12s;animation-duration:.86s}.voice-waveform__bar:nth-child(3n+2){animation-delay:-.26s;animation-duration:1.04s}.voice-waveform__bar:nth-child(4n){animation-delay:-.38s;animation-duration:.98s}.voice-waveform__bar:nth-child(n+34){opacity:.72}.voice-waveform__bar:nth-child(n+39){opacity:.58}.voice-waveform__bar--height-7{height:7px}.voice-waveform__bar--height-9{height:9px}.voice-waveform__bar--height-11{height:11px}.voice-waveform__bar--height-13{height:13px}.voice-waveform__bar--height-16{height:16px}.voice-waveform__bar--height-18{height:18px}.voice-waveform__bar--height-20{height:20px}.voice-waveform__bar--height-22{height:22px}.voice-waveform__bar--height-24{height:24px}.voice-waveform__bar--height-25{height:25px}.voice-waveform__bar--height-27{height:27px}.voice-waveform__bar--height-28{height:28px}.voice-waveform__bar--height-30{height:30px}.voice-waveform__bar--height-31{height:31px}.voice-waveform__bar--height-32{height:32px}.voice-waveform__bar--height-34{height:34px}.voice-waveform__bar--height-36{height:36px}.voice-waveform__bar--height-38{height:38px}.voice-waveform__bar--height-42{height:42px}.voice-waveform__bar--height-46{height:46px}.voice-waveform__bar--height-47{height:47px}.voice-waveform__bar--height-48{height:48px}.voice-waveform__bar--height-49{height:49px}.voice-waveform__bar--height-54{height:54px}.voice-waveform__bar--height-58{height:58px}.voice-waveform__bar--height-61{height:61px}.voice-waveform__bar--height-64{height:64px}.voice-waveform__bar--height-68{height:68px}.voice-waveform__bar--height-72{height:72px}.voice-waveform__bar--height-76{height:76px}@keyframes voice-waveform-pulse{0%,to{transform:scaleY(.58)}35%{transform:scaleY(1.18)}68%{transform:scaleY(.78)}}@keyframes voice-waveform-pulse-compact{0%,to{transform:scaleY(.36)}35%{transform:scaleY(.72)}68%{transform:scaleY(.48)}}@media(min-width:600px){.voice-waveform:not(.voice-waveform--compact){gap:5px}}.moderator-panel{box-sizing:border-box;min-width:0;min-height:0;padding:16px;border-bottom:1px solid rgba(69,143,208,.24)}.moderator-panel__layout{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:24px}.moderator-panel__conversation.MuiStack-root{display:flex;flex-direction:row;align-items:flex-start;gap:16px}.moderator-panel__avatar{position:relative;display:grid;place-items:center;flex:0 0 auto;width:72px;height:72px;color:#26d6ff;border:1.5px solid #168dff;border-radius:50%;background:radial-gradient(circle,#1c77ff3d,#041e40e6 70%);box-shadow:0 0 24px #147bff8c,inset 0 0 20px #1c79ff29;overflow:hidden}.moderator-panel__avatar .voice-waveform{width:42px;height:42px;padding-inline:0;gap:3px}.moderator-panel__avatar .voice-waveform__bar{flex-basis:4px;min-width:3px;max-width:4px}.moderator-panel__avatar .voice-waveform__bar:nth-child(n+8){display:none}.moderator-panel__message-area{flex:1;min-width:0}.moderator-panel__message-heading.MuiStack-root{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px}.moderator-panel__name.MuiTypography-root{color:#f8fbff;font-size:18px;font-weight:700}.moderator-panel__time.MuiTypography-root{color:#c6d1e1;font-size:13px;white-space:nowrap}.moderator-panel__prompt.MuiPaper-root{padding:16px;color:#f8fbff;border-color:#3885c785;border-radius:12px;background:linear-gradient(145deg,#082d53f2,#052245d1);box-shadow:inset 0 1px 16px #1e7dd514}.moderator-panel__paragraph.MuiTypography-root{margin-bottom:0;font-size:15px;line-height:1.9;white-space:pre-line}.moderator-panel__tip.MuiPaper-root{display:flex;align-items:flex-start;gap:12px;min-height:144px;padding:16px;color:#f4f8ff;border-color:#3678b33d;border-radius:12px;background-color:#04193180}.moderator-panel__tip-icon.MuiSvgIcon-root{margin-top:2px;color:#55b8ff;font-size:29px}.moderator-panel__tip-text.MuiTypography-root{font-size:15px;line-height:1.75}.moderator-panel__tip-label{color:#55b8ff}@media(min-width:1200px){.moderator-panel{overflow-y:auto;border-right:1px solid rgba(69,143,208,.24);border-bottom:0}}@media(min-width:1536px){.moderator-panel{padding:18px}.moderator-panel__avatar{width:92px;height:92px}.moderator-panel__avatar .voice-waveform{width:54px;height:54px}.moderator-panel__prompt.MuiPaper-root{padding:18px}.moderator-panel__paragraph.MuiTypography-root{font-size:16px}}.question-capture-panel{display:flex;flex-direction:column;gap:8px;padding:0 16px 16px}.question-capture-panel__accordion.MuiAccordion-root{color:inherit;background:linear-gradient(160deg,#041a34f5,#03162cc7);border:1px solid rgba(67,126,178,.36);border-radius:12px;box-shadow:none}.question-capture-panel__accordion.MuiAccordion-root:before{display:none}.question-capture-panel__header.MuiAccordionSummary-root{min-height:unset;padding:6px 16px}.question-capture-panel__title.MuiTypography-root{color:#f4f7fb;font-size:14px;font-weight:700;letter-spacing:.25px}.question-capture-panel__expand-icon.MuiSvgIcon-root{color:#f4f7fb}.question-capture-panel__body.MuiAccordionDetails-root{padding:0 12px 12px}.speaker-activity-panel{padding:16px 16px 12px}.speaker-activity-panel__header.MuiStack-root{display:flex;flex-flow:row wrap;align-items:center;gap:16px}.speaker-activity-panel__microphone{display:grid;place-items:center;flex:0 0 auto;width:56px;height:56px;color:#2ad6f6;border:1px solid rgba(30,137,222,.62);border-radius:50%;background-color:#0a37629e}.speaker-activity-panel__microphone-icon.MuiSvgIcon-root{font-size:36px}.speaker-activity-panel__heading.MuiTypography-root{color:#f8fbff;font-size:20px;font-weight:700}.speaker-activity-panel__controls{margin-left:auto}.speaker-activity-panel__waveform{margin-top:4px;padding-inline:0}@media(min-width:600px){.speaker-activity-panel__waveform{padding-inline:40px}}@media(max-width:599px){.speaker-activity-panel__controls{display:flex;justify-content:flex-end;width:100%}}.survey-top-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;min-height:66px;padding:10px 16px;border-bottom:1px solid rgba(69,143,208,.24)}.survey-top-bar__brand-group.MuiStack-root{display:flex;flex-direction:row;align-items:baseline;gap:24px}.survey-top-bar__brand.MuiTypography-root{color:#f7fbff;font-size:20px;font-weight:800;letter-spacing:-.6px;white-space:nowrap}.survey-top-bar__brand-suffix{color:#4bbcff}.survey-top-bar__subtitle.MuiTypography-root{display:none;color:#f6f8fd;font-size:16px}.survey-top-bar__actions.MuiStack-root{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:12px;margin-left:auto}.survey-top-bar__navigation.MuiStack-root{display:flex;flex-direction:row;align-items:center;gap:8px}.survey-top-bar__navigation-button.MuiButton-root{min-width:104px;height:40px;color:#dcecff;border-color:#4b94d36b;background-color:#0f305280;text-transform:none}.survey-top-bar__navigation-button.MuiButton-root:hover{border-color:#4bbcff;background-color:#193f65ad}.survey-top-bar__navigation-button.Mui-disabled{color:#b4c7dc61;border-color:#4b94d329}.survey-top-bar__question-count.MuiTypography-root{min-width:112px;color:#b9c9dc;font-size:13px;text-align:center;white-space:nowrap}.survey-top-bar__capture-button.MuiButton-root{display:none;min-width:250px;height:42px;color:#f5f9ff;border-color:#4b94d36b;background-color:#193f6557;text-transform:none;font-size:15px}.survey-top-bar__capture-button.MuiButton-root:hover{border-color:#4bbcff;background-color:#193f658c}@media(min-width:600px){.survey-top-bar__subtitle.MuiTypography-root{display:block}.survey-top-bar__actions{gap:20px}}@media(min-width:900px){.survey-top-bar{flex-wrap:nowrap;padding-inline:24px}.survey-top-bar__brand.MuiTypography-root{font-size:24px}}@media(max-width:899px){.survey-top-bar__actions.MuiStack-root{width:100%;margin-left:0}.survey-top-bar__navigation.MuiStack-root{justify-content:space-between;width:100%}}@media(max-width:599px){.survey-top-bar__navigation-button.MuiButton-root{min-width:44px;padding-inline:10px;font-size:0}.survey-top-bar__navigation-button .MuiButton-startIcon,.survey-top-bar__navigation-button .MuiButton-endIcon{margin:0}}@media(min-width:1200px){.survey-top-bar__capture-button.MuiButton-root{display:inline-flex}}.conversational-survey{display:flex;width:100%;min-height:100dvh;height:auto;overflow:auto;color:#f7f9fc;background:radial-gradient(circle at 50% 42%,rgba(12,53,93,.32),transparent 47%),linear-gradient(145deg,#020b19,#041327,#020b18)}.conversational-survey--loading{align-items:center;justify-content:center}.conversational-survey__loader.MuiCircularProgress-root{color:#4bbcff}.conversational-survey__viewport{display:flex;width:100%;min-height:100%}.conversational-survey__surface.MuiPaper-root{display:flex;flex-direction:column;width:100%;min-height:100dvh;height:auto;overflow:hidden;color:#f7f9fc;border-color:#2b82cb94;border-radius:0;background:linear-gradient(145deg,#03162efa,#031225f5);box-shadow:0 18px 60px #0000005c,inset 0 1px 25px #115da012}.conversational-survey__grid{display:grid;grid-template-columns:1fr;flex:1;min-height:0}.conversational-survey__transcript-column{display:flex;flex-direction:column;min-width:0;min-height:0;border-bottom:1px solid rgba(69,143,208,.24)}@media(min-width:1200px){.conversational-survey{height:100dvh;overflow:hidden}.conversational-survey__surface.MuiPaper-root{height:100%}.conversational-survey__grid{grid-template-columns:minmax(330px,.92fr) minmax(470px,1.36fr) minmax(390px,1fr)}.conversational-survey__transcript-column{overflow-x:hidden;overflow-y:auto;border-right:1px solid rgba(69,143,208,.24);border-bottom:0}}:root{font-family:Inter,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;font-family:Inter,sans-serif;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#fff3;border-radius:8px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff6}.custom-scrollbar{scrollbar-width:thick;scrollbar-color:rgba(255,255,255,.2) transparent}.Toastify__toast{font-size:20px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
