@keyframes InterviewSetup-module-scss-module__sEu93a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes InterviewSetup-module-scss-module__sEu93a__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes InterviewSetup-module-scss-module__sEu93a__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes InterviewSetup-module-scss-module__sEu93a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.InterviewSetup-module-scss-module__sEu93a__stage{justify-content:center;align-items:center;min-height:calc(100vh - 240px);padding:1.5rem 0 4rem;display:flex}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__stage{min-height:calc(100vh - 180px);padding:1rem 0 2.5rem}}.InterviewSetup-module-scss-module__sEu93a__card{border:1px solid var(--border-default);border-radius:var(--radius-2xl);background:var(--surface-1);width:100%;max-width:880px;box-shadow:var(--shadow-lg);isolation:isolate;flex-direction:column;margin:0 auto;display:flex;position:relative}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__card{border-radius:var(--radius-xl);margin-bottom:1rem}}.InterviewSetup-module-scss-module__sEu93a__cardHeader{border-bottom:1px solid var(--border-subtle);background:radial-gradient(60% 120% at 50% 0%, color-mix(in oklch, var(--accent) 8%, transparent) 0%, transparent 70%),var(--surface-1);border-top-left-radius:inherit;border-top-right-radius:inherit;align-items:center;padding:.875rem 1.5rem;display:flex;position:relative}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__cardHeader{padding:.75rem 1rem}}.InterviewSetup-module-scss-module__sEu93a__steps{flex-wrap:nowrap;align-items:center;gap:0;width:100%;margin:0;padding:0;list-style:none;display:flex}.InterviewSetup-module-scss-module__sEu93a__stepItem{flex:none;align-items:center;gap:.5rem;display:flex;position:relative}.InterviewSetup-module-scss-module__sEu93a__stepItem:not(:last-child){flex:auto}.InterviewSetup-module-scss-module__sEu93a__stepNode{width:26px;height:26px;font-family:var(--font-mono);border:1.5px solid var(--border-strong);background:var(--surface-2);color:var(--text-tertiary);transition:border-color var(--duration-base) var(--ease-standard),background var(--duration-base) var(--ease-standard),color var(--duration-base) var(--ease-standard),box-shadow var(--duration-base) var(--ease-standard),transform var(--duration-base) var(--ease-out-expo);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.InterviewSetup-module-scss-module__sEu93a__stepNum{line-height:1}.InterviewSetup-module-scss-module__sEu93a__stepLabel{color:var(--text-tertiary);letter-spacing:-.005em;transition:color var(--duration-base) var(--ease-standard);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;display:inline-flex;overflow:hidden}.InterviewSetup-module-scss-module__sEu93a__stepLabelShort{display:none}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__stepLabelFull{display:none}.InterviewSetup-module-scss-module__sEu93a__stepLabelShort{display:inline}}.InterviewSetup-module-scss-module__sEu93a__stepLine{background:var(--border-default);border-radius:2px;flex:auto;min-width:20px;height:1.5px;margin:0 .75rem;position:relative;overflow:hidden}.InterviewSetup-module-scss-module__sEu93a__stepLine:after{content:"";background:var(--accent);width:0;transition:width var(--duration-slow) var(--ease-out-expo);position:absolute;inset:0}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__stepLine{min-width:12px;margin:0 .5rem}}.InterviewSetup-module-scss-module__sEu93a__stepItemDone .InterviewSetup-module-scss-module__sEu93a__stepNode{border-color:var(--accent);background:var(--accent);color:var(--text-on-accent)}.InterviewSetup-module-scss-module__sEu93a__stepItemDone .InterviewSetup-module-scss-module__sEu93a__stepLabel{color:var(--text-secondary)}.InterviewSetup-module-scss-module__sEu93a__stepItemDone .InterviewSetup-module-scss-module__sEu93a__stepLine:after{width:100%}.InterviewSetup-module-scss-module__sEu93a__stepItemActive .InterviewSetup-module-scss-module__sEu93a__stepNode{border-color:var(--accent);background:var(--surface-1);color:var(--accent-text);box-shadow:0 0 0 4px color-mix(in oklch, var(--accent) 18%, transparent);transform:scale(1)}.InterviewSetup-module-scss-module__sEu93a__stepItemActive .InterviewSetup-module-scss-module__sEu93a__stepLabel{color:var(--text-primary);font-weight:700}.InterviewSetup-module-scss-module__sEu93a__stepBody{padding:1.25rem 1.5rem;position:relative}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__stepBody{padding:1rem}}.InterviewSetup-module-scss-module__sEu93a__stepBodyForward,.InterviewSetup-module-scss-module__sEu93a__stepBodyBack{animation:InterviewSetup-module-scss-module__sEu93a__stepFadeIn .25s var(--ease-out-expo)}@keyframes InterviewSetup-module-scss-module__sEu93a__stepFadeIn{0%{opacity:0}to{opacity:1}}.InterviewSetup-module-scss-module__sEu93a__stepSubtitle{color:var(--text-secondary);max-width:560px;margin:0 0 .25rem;font-size:.8125rem;line-height:1.5}.InterviewSetup-module-scss-module__sEu93a__stepOne{flex-direction:column;gap:1rem;display:flex}.InterviewSetup-module-scss-module__sEu93a__personaCard{border-radius:var(--radius-lg);border:1px solid color-mix(in oklch, var(--accent) 24%, var(--border-default));background:color-mix(in oklch, var(--accent) 5%, var(--surface-2));animation:InterviewSetup-module-scss-module__sEu93a__personaReveal .3s var(--ease-out-expo) both;align-items:center;gap:.75rem;padding:.625rem .875rem;display:flex}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__personaCard{align-items:flex-start;gap:.625rem;padding:.5rem .75rem}}@keyframes InterviewSetup-module-scss-module__sEu93a__personaReveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.InterviewSetup-module-scss-module__sEu93a__personaAvatar{object-fit:cover;outline:1.5px solid color-mix(in oklch, var(--accent) 60%, transparent);outline-offset:2px;background:var(--surface-3);border-radius:50%;flex-shrink:0;width:38px;height:38px}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__personaAvatar{width:36px;height:36px}}.InterviewSetup-module-scss-module__sEu93a__personaBody{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.InterviewSetup-module-scss-module__sEu93a__personaHead{flex-wrap:wrap;align-items:baseline;gap:.4rem;display:flex}.InterviewSetup-module-scss-module__sEu93a__personaName{color:var(--text-primary);letter-spacing:-.01em;font-size:.875rem;font-weight:700}.InterviewSetup-module-scss-module__sEu93a__personaDot{color:var(--text-tertiary);font-size:.75rem}.InterviewSetup-module-scss-module__sEu93a__personaTag{color:var(--accent-text);letter-spacing:.01em;font-size:.75rem;font-weight:500}.InterviewSetup-module-scss-module__sEu93a__personaDesc{color:var(--text-secondary);margin:0;font-size:.75rem;line-height:1.45}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__personaDesc{font-size:.7rem;line-height:1.4}}.InterviewSetup-module-scss-module__sEu93a__stepTwo{flex-direction:column;gap:1rem;display:flex}.InterviewSetup-module-scss-module__sEu93a__interviewerChip{border-radius:var(--radius-full);border:1px solid var(--border-default);background:var(--surface-2);cursor:pointer;max-width:100%;transition:border-color var(--duration-fast) var(--ease-standard),background var(--duration-fast) var(--ease-standard),transform var(--duration-fast) var(--ease-standard);align-self:flex-start;align-items:center;gap:.625rem;padding:.5rem .75rem .5rem .5rem;font-family:inherit;display:flex}@media (hover:hover) and (pointer:fine){.InterviewSetup-module-scss-module__sEu93a__interviewerChip:hover{border-color:var(--border-strong);background:var(--surface-3);transform:translateY(-1px)}.InterviewSetup-module-scss-module__sEu93a__interviewerChip:hover .InterviewSetup-module-scss-module__sEu93a__interviewerChipChange{color:var(--accent-text)}}.InterviewSetup-module-scss-module__sEu93a__interviewerChip:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.InterviewSetup-module-scss-module__sEu93a__interviewerChipAvatar{object-fit:cover;background:var(--surface-3);border-radius:50%;flex-shrink:0;width:28px;height:28px}.InterviewSetup-module-scss-module__sEu93a__interviewerChipText{align-items:baseline;gap:.3rem;min-width:0;display:inline-flex}.InterviewSetup-module-scss-module__sEu93a__interviewerChipName{color:var(--text-primary);font-size:.8125rem;font-weight:600;line-height:1}.InterviewSetup-module-scss-module__sEu93a__interviewerChipTag{color:var(--text-tertiary);font-size:.75rem;font-weight:500;line-height:1}.InterviewSetup-module-scss-module__sEu93a__interviewerChipTag:before{content:"·";color:var(--text-disabled);margin-right:.3rem}.InterviewSetup-module-scss-module__sEu93a__interviewerChipChange{color:var(--accent-text);border-left:1px solid var(--border-default);transition:color var(--duration-fast) var(--ease-standard);white-space:nowrap;margin-left:.25rem;padding-left:.5rem;font-size:.75rem;font-weight:600;line-height:1}.InterviewSetup-module-scss-module__sEu93a__configFields{flex-direction:column;gap:1rem;display:flex}.InterviewSetup-module-scss-module__sEu93a__fieldsRow{grid-template-columns:1fr 1fr;align-items:stretch;gap:1rem;display:grid}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__fieldsRow{grid-template-columns:1fr;gap:1rem}}.InterviewSetup-module-scss-module__sEu93a__fieldCol{flex-direction:column;gap:.375rem;min-width:0;display:flex}.InterviewSetup-module-scss-module__sEu93a__fieldError{color:var(--danger-text);animation:InterviewSetup-module-scss-module__sEu93a__errorSlide .18s var(--ease-out-expo) both;align-items:center;gap:.25rem;margin:.25rem 0 0;font-size:.75rem;font-weight:600;display:inline-flex}.InterviewSetup-module-scss-module__sEu93a__fieldError:before{content:"!";background:color-mix(in oklch, var(--danger) 20%, transparent);width:14px;height:14px;color:var(--danger-text);font-size:.65rem;font-weight:800;font-family:var(--font-mono);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}@keyframes InterviewSetup-module-scss-module__sEu93a__errorSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.InterviewSetup-module-scss-module__sEu93a__sessionPreview{transition:grid-template-rows var(--duration-slow) var(--ease-out-expo),opacity var(--duration-base) var(--ease-standard);opacity:0;grid-template-rows:0fr;display:grid}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewVisible{opacity:1;grid-template-rows:1fr}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewInner{min-height:0;overflow:hidden}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewVisible .InterviewSetup-module-scss-module__sEu93a__sessionPreviewInner{border-radius:var(--radius-lg);border:1px solid color-mix(in oklch, var(--accent) 22%, var(--border-default));background:radial-gradient(120% 80% at 0% 0%, color-mix(in oklch, var(--accent) 9%, transparent) 0%, transparent 60%),color-mix(in oklch, var(--accent) 4%, var(--surface-2));flex-direction:column;gap:.5rem;padding:1rem 1.125rem;display:flex}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewHead{text-transform:uppercase;letter-spacing:.12em;color:var(--accent-text);align-items:center;gap:.35rem;font-size:.7rem;font-weight:700;display:inline-flex}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewIcon{color:var(--accent-text)}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewRow{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewAvatar{object-fit:cover;background:var(--surface-3);border-radius:50%;width:24px;height:24px}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewName{color:var(--text-primary);letter-spacing:-.005em;font-size:.875rem;font-weight:700}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewDot{color:var(--text-tertiary)}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewMeta{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewStacks{color:var(--text-secondary);font-size:.75rem;line-height:1.4}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewStats{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.75rem;display:inline-flex}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewStat{font-family:var(--font-mono);color:var(--text-primary);align-items:center;gap:.3rem;font-weight:600;display:inline-flex}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewStat svg,.InterviewSetup-module-scss-module__sEu93a__sessionPreviewStatDot{color:var(--text-tertiary)}.InterviewSetup-module-scss-module__sEu93a__cardFooter{border-top:1px solid var(--border-subtle);background:var(--surface-1);border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;justify-content:flex-end;align-items:center;gap:1rem;padding:.875rem 1.5rem;display:flex;position:relative}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__cardFooter{background:var(--surface-1);padding:.75rem 1rem}}.InterviewSetup-module-scss-module__sEu93a__footerActions{justify-content:space-between;align-items:center;gap:.625rem;width:100%;display:flex}@media (min-width:640px){.InterviewSetup-module-scss-module__sEu93a__footerActions{justify-content:flex-end;width:auto}}.InterviewSetup-module-scss-module__sEu93a__btnSecondary{border-radius:var(--radius-lg);border:1px solid var(--border-default);height:40px;color:var(--text-secondary);letter-spacing:-.005em;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-standard),background var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard),transform var(--duration-fast) var(--ease-standard);background:0 0;align-items:center;gap:.375rem;padding:0 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex}@media (hover:hover) and (pointer:fine){.InterviewSetup-module-scss-module__sEu93a__btnSecondary:hover{border-color:var(--border-strong);background:var(--surface-2);color:var(--text-primary);transform:translateY(-1px)}}.InterviewSetup-module-scss-module__sEu93a__btnSecondary:active{transform:scale(.98)}.InterviewSetup-module-scss-module__sEu93a__btnSecondary:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.InterviewSetup-module-scss-module__sEu93a__btnSecondary:disabled{opacity:.4;cursor:not-allowed;transform:none}.InterviewSetup-module-scss-module__sEu93a__btnPrimary{border-radius:var(--radius-lg);background:var(--accent);min-width:140px;height:40px;color:var(--text-on-accent);letter-spacing:.005em;cursor:pointer;box-shadow:0 1px 0 color-mix(in oklch, var(--accent) 80%, white) inset,0 0 0 1px color-mix(in oklch, var(--accent) 40%, transparent),0 10px 24px -12px var(--accent-glow);transition:background var(--duration-fast) var(--ease-standard),transform var(--duration-fast) var(--ease-standard),box-shadow var(--duration-fast) var(--ease-standard);border:none;justify-content:center;align-items:center;gap:.4rem;padding:0 1.25rem;font-family:inherit;font-size:.8125rem;font-weight:700;display:inline-flex}@media (hover:hover) and (pointer:fine){.InterviewSetup-module-scss-module__sEu93a__btnPrimary:hover{background:var(--accent-hover);box-shadow:0 1px 0 color-mix(in oklch, var(--accent-hover) 80%, white) inset,0 0 0 1px color-mix(in oklch, var(--accent) 50%, transparent),0 16px 32px -10px var(--accent-glow);transform:translateY(-1px)}}.InterviewSetup-module-scss-module__sEu93a__btnPrimary:active{background:var(--accent-pressed);transform:scale(.98)}.InterviewSetup-module-scss-module__sEu93a__btnPrimary:focus-visible{outline:2px solid var(--border-focus);outline-offset:3px}.InterviewSetup-module-scss-module__sEu93a__btnPrimary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.InterviewSetup-module-scss-module__sEu93a__loadingDots{align-items:center;gap:4px;display:inline-flex}.InterviewSetup-module-scss-module__sEu93a__dot{background:currentColor;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite InterviewSetup-module-scss-module__sEu93a__dotBounce}.InterviewSetup-module-scss-module__sEu93a__dot:nth-child(2){animation-delay:.2s}.InterviewSetup-module-scss-module__sEu93a__dot:nth-child(3){animation-delay:.4s}@media (prefers-reduced-motion:reduce){.InterviewSetup-module-scss-module__sEu93a__dot{opacity:.7;animation:none}}@keyframes InterviewSetup-module-scss-module__sEu93a__dotBounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.InterviewSetup-module-scss-module__sEu93a__creatingOverlay{z-index:10;background:color-mix(in oklch, var(--surface-1) 88%, transparent);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;animation:.2s InterviewSetup-module-scss-module__sEu93a__fadeIn;display:flex;position:absolute;inset:0}.InterviewSetup-module-scss-module__sEu93a__creatingText{color:var(--text-primary);margin:0;font-size:.9375rem;font-weight:700}.InterviewSetup-module-scss-module__sEu93a__creatingSubText{color:var(--text-secondary);margin:0;font-size:.8125rem}
.StackBadge-module-scss-module__GyALGG__badge{text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;color:var(--stack-color,var(--color-primary));background:color-mix(in srgb, var(--stack-color,var(--color-primary)) 8%, transparent);border:1px solid color-mix(in srgb, var(--stack-color,var(--color-primary)) 25%, transparent);border-radius:999px;align-self:flex-start;align-items:center;gap:.3em;font-weight:700;display:inline-flex}[data-theme=light] .StackBadge-module-scss-module__GyALGG__badge{color:color-mix(in srgb, var(--stack-color,var(--color-primary)) 85%, #000);background:color-mix(in srgb, var(--stack-color,var(--color-primary)) 12%, #fff);border-color:color-mix(in srgb, var(--stack-color,var(--color-primary)) 35%, transparent);box-shadow:0 1px 3px color-mix(in srgb, var(--stack-color,var(--color-primary)) 15%, transparent)}.StackBadge-module-scss-module__GyALGG__badge--sm{padding:.125rem .45rem;font-size:.55rem}.StackBadge-module-scss-module__GyALGG__badge--md{padding:.175rem .5rem;font-size:.625rem}.StackBadge-module-scss-module__GyALGG__icon{width:1em;height:1em;color:inherit;flex-shrink:0}
@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.StartInterviewPanel-module-scss-module__Vz2l9G__hero{z-index:1;isolation:isolate;flex-direction:column;padding:1rem 0 6rem;display:flex;position:relative}@media (min-width:768px){.StartInterviewPanel-module-scss-module__Vz2l9G__hero{padding:2rem 0 8rem}}@media (min-width:1024px){.StartInterviewPanel-module-scss-module__Vz2l9G__hero{padding:2.5rem 0 10rem}}.StartInterviewPanel-module-scss-module__Vz2l9G__inner{grid-template-columns:1fr;gap:2rem;width:100%;display:grid}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__inner{gap:1.25rem}}@media (min-width:1024px){.StartInterviewPanel-module-scss-module__Vz2l9G__inner{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:2rem 3.5rem;min-height:520px}}@media (min-width:1280px){.StartInterviewPanel-module-scss-module__Vz2l9G__inner{grid-template-columns:8fr 9fr;column-gap:5rem;min-height:580px}}.StartInterviewPanel-module-scss-module__Vz2l9G__left{flex-direction:column;order:1;gap:1.5rem;animation:.6s cubic-bezier(.22,1,.36,1) both StartInterviewPanel-module-scss-module__Vz2l9G__fadeSlideUp;display:flex}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__left{gap:.875rem}}@media (min-width:1024px){.StartInterviewPanel-module-scss-module__Vz2l9G__left{order:0;grid-area:1/1;gap:1.75rem}}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__left{animation:none}}.StartInterviewPanel-module-scss-module__Vz2l9G__eyebrow{background:var(--accent-subtle);border:1px solid var(--accent-border);letter-spacing:.14em;text-transform:uppercase;color:var(--accent-text);font-feature-settings:"tnum" 1;border-radius:9999px;align-self:flex-start;align-items:center;gap:.5rem;padding:.3rem .75rem .3rem .5rem;font-size:.6875rem;font-weight:700;display:inline-flex}.StartInterviewPanel-module-scss-module__Vz2l9G__eyebrowDot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 0 0 var(--accent-glow);border-radius:50%;animation:2.4s ease-in-out infinite StartInterviewPanel-module-scss-module__Vz2l9G__eyebrowPulse}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__eyebrowDot{animation:none}}.StartInterviewPanel-module-scss-module__Vz2l9G__heading{letter-spacing:-.04em;color:var(--color-text-primary);text-transform:none;margin:0;font-size:clamp(2.25rem,5.2vw,4.25rem);font-weight:800;line-height:1.02}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__heading{font-size:clamp(2rem,8.5vw,2.75rem);line-height:1.04}}.StartInterviewPanel-module-scss-module__Vz2l9G__headingRotate{min-height:1em;display:block;position:relative;overflow:hidden}.StartInterviewPanel-module-scss-module__Vz2l9G__headingRotateLine{animation:.8s cubic-bezier(.22,1,.36,1) both StartInterviewPanel-module-scss-module__Vz2l9G__headingFadeIn;display:inline-block}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__headingRotateLine{animation:none}}.StartInterviewPanel-module-scss-module__Vz2l9G__accent{color:var(--accent-text);display:inline-block;position:relative}.StartInterviewPanel-module-scss-module__Vz2l9G__accent:after{content:"";background:var(--accent);opacity:.38;transform-origin:0;border-radius:9999px;height:.12em;animation:.9s cubic-bezier(.22,1,.36,1) .35s both StartInterviewPanel-module-scss-module__Vz2l9G__underlineIn;position:absolute;bottom:.08em;left:0;right:0}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__accent:after{animation:none}}.StartInterviewPanel-module-scss-module__Vz2l9G__sub{color:var(--color-text-tertiary);max-width:460px;margin:0;font-size:1.0625rem;line-height:1.65}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__sub{font-size:.9375rem;line-height:1.6}}.StartInterviewPanel-module-scss-module__Vz2l9G__featureRow{flex-wrap:wrap;gap:.5rem;display:flex}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__featureRow{gap:.375rem}}.StartInterviewPanel-module-scss-module__Vz2l9G__featureChip{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-secondary);border-radius:9999px;align-items:center;gap:.45rem;padding:.45rem .75rem;font-size:.8125rem;font-weight:600;line-height:1;display:inline-flex}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__featureChip{padding:.375rem .625rem;font-size:.75rem}}.StartInterviewPanel-module-scss-module__Vz2l9G__featureChipIcon{color:var(--accent-text);opacity:.95;flex-shrink:0}.StartInterviewPanel-module-scss-module__Vz2l9G__actions{flex-wrap:wrap;order:3;align-items:center;gap:.875rem;display:flex}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__actions{gap:.625rem}}@media (min-width:1024px){.StartInterviewPanel-module-scss-module__Vz2l9G__actions{order:0;grid-area:2/1;align-self:start}}.StartInterviewPanel-module-scss-module__Vz2l9G__primaryBtn{background:var(--color-text-primary);color:var(--color-background);letter-spacing:.005em;cursor:pointer;border:1px solid #0000;border-radius:9999px;align-items:center;gap:.5rem;padding:.95rem 1.75rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s,background .18s;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffff14,0 10px 28px -12px #00000080}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__primaryBtn{padding:.78rem 1.4rem;font-size:.9rem}}@media (hover:hover) and (pointer:fine){.StartInterviewPanel-module-scss-module__Vz2l9G__primaryBtn:hover{box-shadow:0 1px 0 0 #ffffff1f inset,0 16px 36px -12px #0000008c,0 0 0 4px var(--accent-subtle);transform:translateY(-1px)}}.StartInterviewPanel-module-scss-module__Vz2l9G__primaryBtn:active{transform:translateY(0)scale(.985)}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__primaryBtn{transition:none}}@media (prefers-reduced-motion:reduce) and (hover:hover) and (pointer:fine){.StartInterviewPanel-module-scss-module__Vz2l9G__primaryBtn:hover{transform:none}}.StartInterviewPanel-module-scss-module__Vz2l9G__primaryBtnArrow{transition:transform .22s cubic-bezier(.22,1,.36,1)}.StartInterviewPanel-module-scss-module__Vz2l9G__primaryBtn:hover .StartInterviewPanel-module-scss-module__Vz2l9G__primaryBtnArrow{transform:translate(3px)}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__primaryBtnArrow{transition:none}.StartInterviewPanel-module-scss-module__Vz2l9G__primaryBtn:hover .StartInterviewPanel-module-scss-module__Vz2l9G__primaryBtnArrow{transform:none}}.StartInterviewPanel-module-scss-module__Vz2l9G__ghostBtn{border:1px solid var(--color-border);color:var(--color-text-secondary);background:0 0;border-radius:9999px;align-items:center;gap:.4rem;padding:.95rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:color .15s,border-color .15s,background .15s;display:inline-flex}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__ghostBtn{padding:.78rem 1rem;font-size:.9rem}}@media (hover:hover) and (pointer:fine){.StartInterviewPanel-module-scss-module__Vz2l9G__ghostBtn:hover{color:var(--color-text-primary);border-color:var(--border-strong);background:var(--color-surface)}}.StartInterviewPanel-module-scss-module__Vz2l9G__tierNote{color:var(--color-text-tertiary);letter-spacing:.01em;font-size:.75rem}.StartInterviewPanel-module-scss-module__Vz2l9G__tierNote strong{color:var(--accent-text);font-weight:700}.StartInterviewPanel-module-scss-module__Vz2l9G__right{flex-direction:column;order:2;animation:.6s cubic-bezier(.22,1,.36,1) .12s both StartInterviewPanel-module-scss-module__Vz2l9G__fadeSlideUp;display:flex}@media (max-width:900px){.StartInterviewPanel-module-scss-module__Vz2l9G__right{min-height:385px}}@media (min-width:1024px){.StartInterviewPanel-module-scss-module__Vz2l9G__right{order:0;grid-area:1/2/-1}}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__right{animation:none}}.StartInterviewPanel-module-scss-module__Vz2l9G__stage{isolation:isolate;border-radius:30px;padding:.75rem;position:relative}@media (min-width:768px){.StartInterviewPanel-module-scss-module__Vz2l9G__stage{padding:1rem}}.StartInterviewPanel-module-scss-module__Vz2l9G__stage:before{content:"";z-index:-1;pointer-events:none;filter:blur(55px);background:radial-gradient(440px at 35% 40%,oklch(78% .14 190/.22) 0%,oklch(78% .14 190/.14) 22%,oklch(78% .14 190/.07) 42%,oklch(78% .14 190/.028) 60%,oklch(78% .14 190/.008) 78%,#0000 94%);position:absolute;inset:-30% 25% 0% -30%}[data-theme=light] .StartInterviewPanel-module-scss-module__Vz2l9G__stage:before{background:radial-gradient(440px at 35% 40%,oklch(52% .13 190/.11) 0%,oklch(52% .13 190/.065) 22%,oklch(52% .13 190/.032) 42%,oklch(52% .13 190/.012) 60%,oklch(52% .13 190/.004) 78%,#0000 94%)}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__stage:before{opacity:.85}}.StartInterviewPanel-module-scss-module__Vz2l9G__stage:after{content:"";z-index:-1;pointer-events:none;filter:blur(60px);background:radial-gradient(340px at 60% 70%,oklch(78% .14 190/.07) 0%,oklch(78% .14 190/.025) 40%,#0000 80%);position:absolute;inset:20% -10% -20% 20%}[data-theme=light] .StartInterviewPanel-module-scss-module__Vz2l9G__stage:after{background:radial-gradient(340px at 60% 70%,oklch(52% .13 190/.035) 0%,oklch(52% .13 190/.012) 40%,#0000 80%)}.StartInterviewPanel-module-scss-module__Vz2l9G__previewWindow{border:1px solid var(--color-border);background:linear-gradient(180deg, var(--surface-1) 0%, var(--surface-page) 100%);border-radius:24px;flex-direction:column;width:100%;height:460px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 30px 60px -30px #000000b3,0 0 0 1px #ffffff05}@media (max-width:1025px){.StartInterviewPanel-module-scss-module__Vz2l9G__previewWindow{max-width:700px;margin-inline:auto}}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__previewWindow{height:400px}}.StartInterviewPanel-module-scss-module__Vz2l9G__deskLine{background:linear-gradient(90deg, transparent 0%, var(--border-strong) 20%, var(--border-strong) 80%, transparent 100%);pointer-events:none;z-index:0;opacity:.5;height:1px;position:absolute;top:120px;left:8%;right:8%}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__deskLine{top:96px}}.StartInterviewPanel-module-scss-module__Vz2l9G__previewHeader{z-index:1;border-bottom:1px solid var(--color-border);background:var(--surface-1);flex-shrink:0;justify-content:space-between;align-items:center;padding:.75rem 1.125rem;display:flex;position:relative}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__previewHeader{padding:.625rem .875rem}}.StartInterviewPanel-module-scss-module__Vz2l9G__previewHeaderLeft{align-items:center;gap:.5rem;display:flex}.StartInterviewPanel-module-scss-module__Vz2l9G__previewWindowDots{align-items:center;gap:.3rem;display:flex}.StartInterviewPanel-module-scss-module__Vz2l9G__previewWindowDots span{background:var(--border-strong);opacity:.55;border-radius:50%;width:8px;height:8px}.StartInterviewPanel-module-scss-module__Vz2l9G__previewTitle{text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-tertiary);font-size:.6875rem;font-weight:700}.StartInterviewPanel-module-scss-module__Vz2l9G__previewLive{background:var(--accent-subtle);border:1px solid var(--accent-border);text-transform:uppercase;letter-spacing:.14em;color:var(--accent-text);font-variant-numeric:tabular-nums;border-radius:9999px;align-items:center;gap:.4rem;padding:.2rem .5rem;font-size:.6rem;font-weight:800;display:inline-flex}.StartInterviewPanel-module-scss-module__Vz2l9G__previewLiveDot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent-glow);border-radius:50%;flex-shrink:0;animation:1.8s ease-in-out infinite StartInterviewPanel-module-scss-module__Vz2l9G__livePulse}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__previewLiveDot{animation:none}}.StartInterviewPanel-module-scss-module__Vz2l9G__previewBody{z-index:1;flex-direction:column;flex:1;min-height:0;padding:1.25rem 1.25rem 1.625rem;display:flex;position:relative;overflow:hidden}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__previewBody{padding:.875rem .875rem 1.125rem}}.StartInterviewPanel-module-scss-module__Vz2l9G__previewContent{flex-direction:column;flex:1;justify-content:space-between;gap:.875rem;transition:opacity .3s,transform .3s;display:flex}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__previewContent{gap:.625rem}}.StartInterviewPanel-module-scss-module__Vz2l9G__previewVisible{opacity:1;transform:translateY(0)}.StartInterviewPanel-module-scss-module__Vz2l9G__previewHidden{opacity:0;transform:translateY(10px)}.StartInterviewPanel-module-scss-module__Vz2l9G__previewRow{align-items:flex-start;gap:.875rem;display:flex}.StartInterviewPanel-module-scss-module__Vz2l9G__previewAvatarWrap{background:radial-gradient(ellipse at 50% 20%, oklch(from var(--accent) l c h/.08), transparent 70%),var(--surface-2);border:1px solid var(--color-border);border-radius:16px;flex-shrink:0;justify-content:center;align-items:flex-end;width:76px;height:76px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 10px 20px -10px #0006}@media (min-width:768px){.StartInterviewPanel-module-scss-module__Vz2l9G__previewAvatarWrap{width:84px;height:84px}}.StartInterviewPanel-module-scss-module__Vz2l9G__previewAvatarWrap:after{content:"";border-radius:inherit;border:1px solid var(--accent-border);opacity:0;pointer-events:none;transition:opacity .25s;position:absolute;inset:-2px}.StartInterviewPanel-module-scss-module__Vz2l9G__previewAvatarWrapSpeaking:after{opacity:1}.StartInterviewPanel-module-scss-module__Vz2l9G__previewAvatarImg{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.StartInterviewPanel-module-scss-module__Vz2l9G__previewBubble{background:var(--surface-2);border:1px solid var(--color-border);min-width:0;box-shadow:0 1px 0 0 #ffffff08 inset,var(--shadow-md);border-radius:16px 16px 16px 4px;flex:1;padding:.875rem 1rem;transition:border-color .4s,box-shadow .4s;position:relative}.StartInterviewPanel-module-scss-module__Vz2l9G__previewBubble.StartInterviewPanel-module-scss-module__Vz2l9G__previewBubbleHigh{border-color:var(--success-border);box-shadow:inset 0 1px #ffffff08,0 8px 24px -8px #22c55e40}.StartInterviewPanel-module-scss-module__Vz2l9G__previewBubble.StartInterviewPanel-module-scss-module__Vz2l9G__previewBubbleHigh .StartInterviewPanel-module-scss-module__Vz2l9G__previewTailOuter{border-right-color:var(--success-border)}.StartInterviewPanel-module-scss-module__Vz2l9G__previewBubble.StartInterviewPanel-module-scss-module__Vz2l9G__previewBubbleMid{border-color:var(--warning-border);box-shadow:inset 0 1px #ffffff08,0 8px 24px -8px #f59e0b38}.StartInterviewPanel-module-scss-module__Vz2l9G__previewBubble.StartInterviewPanel-module-scss-module__Vz2l9G__previewBubbleMid .StartInterviewPanel-module-scss-module__Vz2l9G__previewTailOuter{border-right-color:var(--warning-border)}.StartInterviewPanel-module-scss-module__Vz2l9G__previewBubble.StartInterviewPanel-module-scss-module__Vz2l9G__previewBubbleLow{border-color:var(--danger-border);box-shadow:inset 0 1px #ffffff08,0 8px 24px -8px #ef444433}.StartInterviewPanel-module-scss-module__Vz2l9G__previewBubble.StartInterviewPanel-module-scss-module__Vz2l9G__previewBubbleLow .StartInterviewPanel-module-scss-module__Vz2l9G__previewTailOuter{border-right-color:var(--danger-border)}.StartInterviewPanel-module-scss-module__Vz2l9G__previewTailOuter{border-top:7px solid #0000;border-bottom:7px solid #0000;border-right:10px solid var(--color-border);width:0;height:0;transition:border-right-color .4s;position:absolute;top:20px;left:-10px}.StartInterviewPanel-module-scss-module__Vz2l9G__previewTailInner{border-top:5px solid #0000;border-bottom:5px solid #0000;border-right:7px solid var(--surface-2);width:0;height:0;position:absolute;top:22px;left:-7px}.StartInterviewPanel-module-scss-module__Vz2l9G__previewBubbleInner{flex-direction:column;gap:.45rem;animation:.3s both StartInterviewPanel-module-scss-module__Vz2l9G__fadeUp;display:flex}.StartInterviewPanel-module-scss-module__Vz2l9G__previewQuestion{color:var(--color-text-primary);margin:0;font-size:.8125rem;font-weight:500;line-height:1.6}.StartInterviewPanel-module-scss-module__Vz2l9G__typingCursor{background:var(--accent);vertical-align:text-bottom;opacity:.85;border-radius:1px;width:1.5px;height:.9em;margin-left:1.5px;animation:.7s step-end infinite StartInterviewPanel-module-scss-module__Vz2l9G__cursorBlink;display:inline-block}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__typingCursor{display:none}}.StartInterviewPanel-module-scss-module__Vz2l9G__previewFeedbackHeader{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.StartInterviewPanel-module-scss-module__Vz2l9G__previewStars{align-items:center;gap:2px;display:flex}.StartInterviewPanel-module-scss-module__Vz2l9G__previewStarFilled{color:#fbbf24;filter:drop-shadow(0 0 6px #fbbf2440);font-size:.9rem;line-height:1}.StartInterviewPanel-module-scss-module__Vz2l9G__previewStarEmpty{color:var(--color-border-hover);opacity:.55;font-size:.9rem;line-height:1}.StartInterviewPanel-module-scss-module__Vz2l9G__previewScoreLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-secondary);font-variant-numeric:tabular-nums;font-size:.625rem;font-weight:800}.StartInterviewPanel-module-scss-module__Vz2l9G__previewFeedbackText{color:var(--color-text-secondary);margin:0;font-size:.8125rem;line-height:1.55}.StartInterviewPanel-module-scss-module__Vz2l9G__previewAnswerRow{align-items:center;gap:.5rem;display:flex}.StartInterviewPanel-module-scss-module__Vz2l9G__previewUserAvatarCol{flex-direction:column;flex-shrink:0;align-items:center;gap:.25rem;display:flex}.StartInterviewPanel-module-scss-module__Vz2l9G__previewUserIcon{background:var(--surface-2);border:1px solid var(--color-border);text-transform:uppercase;letter-spacing:.04em;width:32px;height:32px;color:var(--color-text-secondary);border-radius:50%;justify-content:center;align-items:center;font-size:.5rem;font-weight:800;display:flex}[data-theme=light] .StartInterviewPanel-module-scss-module__Vz2l9G__previewUserIcon{color:var(--color-text-secondary);background:#fff;border-color:#00000014}.StartInterviewPanel-module-scss-module__Vz2l9G__previewUserBubble{background:var(--accent-subtle);border:1px solid var(--accent-border);border-radius:16px 16px 4px;flex:1;justify-content:flex-start;align-items:flex-start;min-width:0;min-height:2.4rem;padding:.625rem .875rem;display:flex}[data-theme=light] .StartInterviewPanel-module-scss-module__Vz2l9G__previewUserBubble{background:var(--accent-subtle);border-color:var(--accent-border)}.StartInterviewPanel-module-scss-module__Vz2l9G__previewUserBubbleAnimated{animation:.4s cubic-bezier(.22,1,.36,1) both StartInterviewPanel-module-scss-module__Vz2l9G__slideDown}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__previewUserBubbleAnimated{animation:none}}.StartInterviewPanel-module-scss-module__Vz2l9G__previewAnswerMuted{opacity:.55}.StartInterviewPanel-module-scss-module__Vz2l9G__previewUserText{color:var(--color-text-primary);margin:0;font-size:.78125rem;line-height:1.55}.StartInterviewPanel-module-scss-module__Vz2l9G__previewMicArea{flex:1;justify-content:center;align-items:center;gap:.625rem;padding:.25rem 0;animation:.25s both StartInterviewPanel-module-scss-module__Vz2l9G__fadeUp;display:inline-flex}.StartInterviewPanel-module-scss-module__Vz2l9G__previewMicBtnWrap{flex-shrink:0;display:inline-flex;position:relative}.StartInterviewPanel-module-scss-module__Vz2l9G__previewMicBtn{border:1px solid var(--accent-border);cursor:pointer;width:2.25rem;height:2.25rem;color:var(--text-on-accent);background:var(--accent);box-shadow:0 0 0 0 var(--accent-glow),0 6px 16px -6px oklch(from var(--accent) l c h/.55);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s,background .18s;display:flex;position:relative}.StartInterviewPanel-module-scss-module__Vz2l9G__previewMicBtnHover{background:var(--accent-hover);box-shadow:0 0 0 6px var(--accent-subtle),0 8px 24px -6px oklch(from var(--accent) l c h/.6);transform:scale(1.1)}.StartInterviewPanel-module-scss-module__Vz2l9G__previewMicBtnActive{color:#fff;background:#ef4444;border-color:#ef444480;animation:1.5s ease-in-out infinite StartInterviewPanel-module-scss-module__Vz2l9G__micPulse;transform:scale(1.08);box-shadow:0 0 0 6px #ef44442e,0 8px 24px -6px #ef444480}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__previewMicBtnActive{animation:none}}.StartInterviewPanel-module-scss-module__Vz2l9G__previewMicCursor{pointer-events:none;z-index:2;width:32px;height:32px;animation:.9s cubic-bezier(.22,1,.36,1) both StartInterviewPanel-module-scss-module__Vz2l9G__handTravel;position:absolute;top:17px;left:7px}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__previewMicCursor{animation:none}}.StartInterviewPanel-module-scss-module__Vz2l9G__previewRecordingWave{align-items:center;gap:2px;display:flex}.StartInterviewPanel-module-scss-module__Vz2l9G__previewWaveBar{background:#fff;border-radius:2px;width:3px;animation:.55s ease-in-out infinite StartInterviewPanel-module-scss-module__Vz2l9G__waveBar}.StartInterviewPanel-module-scss-module__Vz2l9G__previewWaveBar:first-child{height:8px;animation-delay:0s}.StartInterviewPanel-module-scss-module__Vz2l9G__previewWaveBar:nth-child(2){height:14px;animation-delay:.1s}.StartInterviewPanel-module-scss-module__Vz2l9G__previewWaveBar:nth-child(3){height:20px;animation-delay:.2s}.StartInterviewPanel-module-scss-module__Vz2l9G__previewWaveBar:nth-child(4){height:14px;animation-delay:.3s}.StartInterviewPanel-module-scss-module__Vz2l9G__previewWaveBar:nth-child(5){height:8px;animation-delay:.4s}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__previewWaveBar{opacity:.6;animation:none}}.StartInterviewPanel-module-scss-module__Vz2l9G__previewTranscribing{align-items:center;gap:4px;animation:.25s both StartInterviewPanel-module-scss-module__Vz2l9G__fadeUp;display:flex}.StartInterviewPanel-module-scss-module__Vz2l9G__previewTranscribingDot{background:var(--accent);border-radius:50%;width:5px;height:5px;animation:.8s ease-in-out infinite StartInterviewPanel-module-scss-module__Vz2l9G__previewBounce}.StartInterviewPanel-module-scss-module__Vz2l9G__previewTranscribingDot:nth-child(2){animation-delay:.2s}.StartInterviewPanel-module-scss-module__Vz2l9G__previewTranscribingDot:nth-child(3){animation-delay:.4s}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__previewTranscribingDot{opacity:.6;animation:none}}.StartInterviewPanel-module-scss-module__Vz2l9G__previewTranscribingLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-text);opacity:.95;margin-left:4px;font-size:.625rem;font-weight:700}.StartInterviewPanel-module-scss-module__Vz2l9G__previewFooter{border-top:1px solid var(--color-border);background:var(--surface-1);flex-shrink:0;justify-content:center;align-items:center;gap:.4rem;padding:.75rem 1.25rem .875rem;display:flex}.StartInterviewPanel-module-scss-module__Vz2l9G__previewDot{background:var(--border-strong);cursor:pointer;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:background .15s,width .22s cubic-bezier(.22,1,.36,1)}@media (hover:hover) and (pointer:fine){.StartInterviewPanel-module-scss-module__Vz2l9G__previewDot:hover{background:var(--color-text-tertiary)}}.StartInterviewPanel-module-scss-module__Vz2l9G__previewDotActive{background:var(--accent);border-radius:9999px;width:20px}@media (hover:hover) and (pointer:fine){.StartInterviewPanel-module-scss-module__Vz2l9G__previewDotActive:hover{background:var(--accent)}}.StartInterviewPanel-module-scss-module__Vz2l9G__statsTabs{flex-wrap:nowrap;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1.25rem;animation:.55s cubic-bezier(.22,1,.36,1) .2s both StartInterviewPanel-module-scss-module__Vz2l9G__fadeSlideUp;display:none}@media (min-width:1024px){.StartInterviewPanel-module-scss-module__Vz2l9G__statsTabs{margin-top:1.5rem;display:flex}}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__statsTabs{animation:none}}.StartInterviewPanel-module-scss-module__Vz2l9G__statTab{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-secondary);white-space:nowrap;font-variant-numeric:tabular-nums;border-radius:9999px;align-items:center;gap:.4rem;padding:.55rem .95rem;font-size:.8125rem;font-weight:600;transition:color .15s,background .15s,border-color .15s,transform .22s cubic-bezier(.22,1,.36,1);display:inline-flex}@media (min-width:1280px){.StartInterviewPanel-module-scss-module__Vz2l9G__statTab{padding:.625rem 1.125rem;font-size:.875rem}}@media (hover:hover) and (pointer:fine){.StartInterviewPanel-module-scss-module__Vz2l9G__statTab:hover{color:var(--color-text-primary);background:var(--surface-2);border-color:var(--border-strong);transform:translateY(-1px)}}.StartInterviewPanel-module-scss-module__Vz2l9G__statTabNumber{color:var(--color-text-primary);font-weight:800}.StartInterviewPanel-module-scss-module__Vz2l9G__statTabIcon{opacity:.7;color:var(--accent-text);flex-shrink:0}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__headingFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__underlineIn{0%{opacity:0;transform:scaleX(0)}to{opacity:.38;transform:scaleX(1)}}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__eyebrowPulse{0%,to{box-shadow:0 0 0 0 var(--accent-glow)}50%{box-shadow:0 0 0 5px oklch(from var(--accent) l c h/0)}}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(.92)}}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__previewBounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__cursorBlink{0%,to{opacity:.85}50%{opacity:0}}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__micPulse{0%,to{box-shadow:0 0 0 6px #ef44442e,0 8px 24px -6px #ef444480}50%{box-shadow:0 0 0 12px #ef44440d,0 10px 30px -6px #ef444499}}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__handTravel{0%{opacity:0;transform:translate(44px,36px)}15%{opacity:1;transform:translate(44px,36px)}70%{opacity:1;transform:translate(0)}80%{transform:translateY(3px)scale(.93)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__waveBar{0%,to{opacity:.5;transform:scaleY(.4)}50%{opacity:1;transform:scaleY(1)}}.StartInterviewPanel-module-scss-module__Vz2l9G__why{grid-template-columns:1fr;gap:1rem;margin-top:4rem;display:grid}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__why{gap:.75rem;margin-top:2.5rem}}@media (min-width:768px){.StartInterviewPanel-module-scss-module__Vz2l9G__why{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.StartInterviewPanel-module-scss-module__Vz2l9G__whyCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;gap:.625rem;padding:1.5rem 1.375rem;transition:border-color .22s,background .22s,transform .22s cubic-bezier(.22,1,.36,1);display:flex;position:relative}@media (hover:hover) and (pointer:fine){.StartInterviewPanel-module-scss-module__Vz2l9G__whyCard:hover{border-color:var(--border-strong);background:var(--surface-2);transform:translateY(-2px)}}.StartInterviewPanel-module-scss-module__Vz2l9G__whyCardIcon{background:var(--accent-subtle);border:1px solid var(--accent-border);width:36px;height:36px;color:var(--accent-text);border-radius:12px;justify-content:center;align-items:center;margin-bottom:.25rem;display:inline-flex}.StartInterviewPanel-module-scss-module__Vz2l9G__whyCardTitle{color:var(--color-text-primary);letter-spacing:-.005em;margin:0;font-size:.9375rem;font-weight:700}.StartInterviewPanel-module-scss-module__Vz2l9G__whyCardText{color:var(--color-text-tertiary);margin:0;font-size:.8125rem;line-height:1.55}.StartInterviewPanel-module-scss-module__Vz2l9G__proCard{background:radial-gradient(ellipse at 85% 20%, oklch(from var(--accent) l c h/.1) 0%, transparent 60%),var(--surface-1);border:1px solid var(--accent-border);border-radius:24px;flex-direction:column;gap:1.25rem;margin-top:3rem;padding:1.75rem 1.5rem;display:flex;position:relative;overflow:hidden}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__proCard{gap:1rem;margin-top:2rem;padding:1.375rem 1.25rem}}@media (min-width:768px){.StartInterviewPanel-module-scss-module__Vz2l9G__proCard{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;padding:2rem 2.25rem}}.StartInterviewPanel-module-scss-module__Vz2l9G__proCardContent{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.StartInterviewPanel-module-scss-module__Vz2l9G__proCardBadge{background:var(--accent-subtle);border:1px solid var(--accent-border);letter-spacing:.14em;text-transform:uppercase;color:var(--accent-text);border-radius:9999px;align-self:flex-start;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.625rem;font-weight:800;display:inline-flex}.StartInterviewPanel-module-scss-module__Vz2l9G__proCardTitle{letter-spacing:-.02em;color:var(--color-text-primary);margin:0;font-size:1.375rem;font-weight:800;line-height:1.2}@media (min-width:768px){.StartInterviewPanel-module-scss-module__Vz2l9G__proCardTitle{font-size:1.5rem}}.StartInterviewPanel-module-scss-module__Vz2l9G__proCardText{color:var(--color-text-tertiary);margin:0;font-size:.9375rem;line-height:1.55}@media (max-width:639px){.StartInterviewPanel-module-scss-module__Vz2l9G__proCardText{font-size:.875rem}}.StartInterviewPanel-module-scss-module__Vz2l9G__proCardActions{flex-direction:column;flex-shrink:0;align-items:stretch;gap:.5rem;display:flex}@media (min-width:768px){.StartInterviewPanel-module-scss-module__Vz2l9G__proCardActions{align-items:flex-end}}.StartInterviewPanel-module-scss-module__Vz2l9G__proCardCta{background:var(--accent);color:var(--text-on-accent);box-shadow:0 10px 28px -12px oklch(from var(--accent) l c h/.5);border:1px solid #0000;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s,background .18s;display:inline-flex}@media (hover:hover) and (pointer:fine){.StartInterviewPanel-module-scss-module__Vz2l9G__proCardCta:hover{background:var(--accent-hover);box-shadow:0 14px 32px -10px oklch(from var(--accent) l c h/.6),0 0 0 4px var(--accent-subtle);transform:translateY(-1px)}}.StartInterviewPanel-module-scss-module__Vz2l9G__proCardCta:active{transform:translateY(0)scale(.985)}.StartInterviewPanel-module-scss-module__Vz2l9G__proCardHint{text-align:center;color:var(--color-text-tertiary);font-size:.75rem}@media (min-width:768px){.StartInterviewPanel-module-scss-module__Vz2l9G__proCardHint{text-align:right}}.StartInterviewPanel-module-scss-module__Vz2l9G__overlay{z-index:500;-webkit-backdrop-filter:blur(12px);background:#000000bf;justify-content:center;align-items:center;padding:1rem;animation:.2s both StartInterviewPanel-module-scss-module__Vz2l9G__overlayIn;display:flex;position:fixed;inset:0}@media (min-width:768px){.StartInterviewPanel-module-scss-module__Vz2l9G__overlay{padding:2rem}}@media (prefers-reduced-motion:reduce){.StartInterviewPanel-module-scss-module__Vz2l9G__overlay{animation:none}}@keyframes StartInterviewPanel-module-scss-module__Vz2l9G__overlayIn{0%{opacity:0}to{opacity:1}}
@keyframes InterviewDashboard-module-scss-module__OCMM-q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes InterviewDashboard-module-scss-module__OCMM-q__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes InterviewDashboard-module-scss-module__OCMM-q__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes InterviewDashboard-module-scss-module__OCMM-q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.InterviewDashboard-module-scss-module__OCMM-q__page{background-color:var(--color-background);background-image:radial-gradient(ellipse 130% 90% at 50% -30%, oklch(from var(--accent) l c h/.035) 0%, oklch(from var(--accent) l c h/.012) 38%, transparent 68%);min-height:100vh;position:relative;overflow-x:clip}.InterviewDashboard-module-scss-module__OCMM-q__grid{z-index:1;padding-top:1.25rem;position:relative}@media (min-width:768px){.InterviewDashboard-module-scss-module__OCMM-q__grid{padding-top:2rem}}@media (min-width:1024px){.InterviewDashboard-module-scss-module__OCMM-q__grid{padding-top:2.5rem}}.InterviewDashboard-module-scss-module__OCMM-q__bgEffects{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}@media (max-width:767px){.InterviewDashboard-module-scss-module__OCMM-q__bgEffects{opacity:.7}}@media (prefers-reduced-motion:reduce){.InterviewDashboard-module-scss-module__OCMM-q__bgEffects .InterviewDashboard-module-scss-module__OCMM-q__gradientOrb1,.InterviewDashboard-module-scss-module__OCMM-q__bgEffects .InterviewDashboard-module-scss-module__OCMM-q__gradientOrb2{animation:none!important}}.InterviewDashboard-module-scss-module__OCMM-q__gradientOrb1{background:radial-gradient(ellipse 92% 78% at 36% 44%, oklch(from var(--accent) l c h/.065) 0%, oklch(from var(--accent) l c h/.038) 22%, oklch(from var(--accent) l c h/.021) 44%, oklch(from var(--accent) l c h/.01) 64%, oklch(from var(--accent) l c h/.003) 82%, transparent 100%);filter:blur(100px);width:88%;height:78%;animation:26s ease-in-out infinite InterviewDashboard-module-scss-module__OCMM-q__drift1;position:absolute;top:-42%;left:-28%}@media (min-width:768px){.InterviewDashboard-module-scss-module__OCMM-q__gradientOrb1{filter:blur(140px)}}.InterviewDashboard-module-scss-module__OCMM-q__gradientOrb2{background:radial-gradient(ellipse 88% 75% at 62% 58%, oklch(from var(--accent) l c h/.042) 0%, oklch(from var(--accent) l c h/.022) 28%, oklch(from var(--accent) l c h/.011) 52%, oklch(from var(--accent) l c h/.004) 74%, oklch(from var(--accent) l c h/.001) 90%, transparent 100%);filter:blur(100px);width:82%;height:72%;animation:32s ease-in-out infinite InterviewDashboard-module-scss-module__OCMM-q__drift2;position:absolute;bottom:-38%;right:-26%}@media (min-width:768px){.InterviewDashboard-module-scss-module__OCMM-q__gradientOrb2{filter:blur(140px)}}.InterviewDashboard-module-scss-module__OCMM-q__gridOverlay{background-image:radial-gradient(var(--color-grid-dot) 1px, transparent 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(115% 95% at 50% 38%,#000 0% 32%,#0000008c 55%,#0003 76%,#0000 96%);mask-image:radial-gradient(115% 95% at 50% 38%,#000 0% 32%,#0000008c 55%,#0003 76%,#0000 96%)}@media (min-width:768px){.InterviewDashboard-module-scss-module__OCMM-q__gridOverlay{background-size:36px 36px}}@keyframes InterviewDashboard-module-scss-module__OCMM-q__drift1{0%,to{transform:translate(0)scale(1)}25%{transform:translate(4%,8%)scale(1.05)}50%{transform:translate(-2%,4%)scale(.98)}75%{transform:translate(6%,-4%)scale(1.02)}}@keyframes InterviewDashboard-module-scss-module__OCMM-q__drift2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-5%,-6%)scale(1.03)}66%{transform:translate(3%,5%)scale(.97)}}
@keyframes AvatarDisplay-module-scss-module__3ttubW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AvatarDisplay-module-scss-module__3ttubW__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes AvatarDisplay-module-scss-module__3ttubW__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes AvatarDisplay-module-scss-module__3ttubW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AvatarDisplay-module-scss-module__3ttubW__wrapper{flex-direction:column;align-items:center;gap:.375rem;display:flex}.AvatarDisplay-module-scss-module__3ttubW__size_sm{width:72px}.AvatarDisplay-module-scss-module__3ttubW__size_md{width:120px}.AvatarDisplay-module-scss-module__3ttubW__size_lg{width:100%}.AvatarDisplay-module-scss-module__3ttubW__imgContainer{aspect-ratio:1;border:2px solid var(--color-primary-muted);width:100%;box-shadow:0 0 0 4px var(--color-primary-muted),var(--shadow-lg);background:var(--color-card);border-radius:50%;transition:box-shadow .3s,border-color .3s;position:relative;overflow:hidden}.AvatarDisplay-module-scss-module__3ttubW__imgContainerSpeaking{border-color:var(--color-primary);animation:2.4s ease-in-out infinite AvatarDisplay-module-scss-module__3ttubW__avatarSpeakingPulse}@media (prefers-reduced-motion:reduce){.AvatarDisplay-module-scss-module__3ttubW__imgContainerSpeaking{box-shadow:0 0 0 4px var(--color-primary-muted),0 0 20px var(--accent-glow),var(--shadow-lg);animation:none}}@keyframes AvatarDisplay-module-scss-module__3ttubW__avatarSpeakingPulse{0%,to{box-shadow:0 0 0 4px var(--color-primary-muted),0 0 0 6px #0000,0 0 12px #0000,var(--shadow-lg)}50%{box-shadow:0 0 0 4px var(--color-primary-muted),0 0 0 8px var(--color-primary-muted),0 0 28px var(--accent-glow),var(--shadow-lg)}}.AvatarDisplay-module-scss-module__3ttubW__img{object-fit:cover;transition:opacity .18s}.AvatarDisplay-module-scss-module__3ttubW__imgFadingOut{opacity:0}.AvatarDisplay-module-scss-module__3ttubW__imgFadingIn{opacity:0;animation:.18s forwards AvatarDisplay-module-scss-module__3ttubW__fadeIn}.AvatarDisplay-module-scss-module__3ttubW__thinkingOverlay{background:var(--color-overlay);border-radius:50%;justify-content:center;align-items:flex-end;gap:3px;padding-bottom:.5rem;display:flex;position:absolute;inset:0}.AvatarDisplay-module-scss-module__3ttubW__thinkingDot{background:var(--color-text-primary);border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite AvatarDisplay-module-scss-module__3ttubW__bounce}.AvatarDisplay-module-scss-module__3ttubW__thinkingDot:nth-child(2){animation-delay:.2s}.AvatarDisplay-module-scss-module__3ttubW__thinkingDot:nth-child(3){animation-delay:.4s}@media (prefers-reduced-motion:reduce){.AvatarDisplay-module-scss-module__3ttubW__thinkingDot{opacity:.7;animation:none}}@keyframes AvatarDisplay-module-scss-module__3ttubW__bounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.AvatarDisplay-module-scss-module__3ttubW__name{color:var(--color-text-tertiary);text-align:center;letter-spacing:.02em;font-size:.65rem;font-weight:600}
@keyframes RecommendedArticleCard-module-scss-module__l6gl9W__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes RecommendedArticleCard-module-scss-module__l6gl9W__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes RecommendedArticleCard-module-scss-module__l6gl9W__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes RecommendedArticleCard-module-scss-module__l6gl9W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.RecommendedArticleCard-module-scss-module__l6gl9W__card{background:var(--color-card);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:.625rem;padding:1rem 1.25rem;display:flex}.RecommendedArticleCard-module-scss-module__l6gl9W__feedback{margin-top:.5rem}.RecommendedArticleCard-module-scss-module__l6gl9W__compact{gap:.5rem;padding:.75rem 1rem}.RecommendedArticleCard-module-scss-module__l6gl9W__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.RecommendedArticleCard-module-scss-module__l6gl9W__kicker{text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);font-size:.65rem;font-weight:700}.RecommendedArticleCard-module-scss-module__l6gl9W__title{color:var(--color-text-primary);margin:0;font-size:1rem;font-weight:700;line-height:1.4}.RecommendedArticleCard-module-scss-module__l6gl9W__snippet{color:var(--color-text-secondary);font-size:.875rem;line-height:1.6}.RecommendedArticleCard-module-scss-module__l6gl9W__snippet>:first-child{margin-top:0}.RecommendedArticleCard-module-scss-module__l6gl9W__snippet>:last-child{margin-bottom:0}.RecommendedArticleCard-module-scss-module__l6gl9W__headerActions{flex-wrap:wrap;align-items:center;gap:.5rem;display:inline-flex}.RecommendedArticleCard-module-scss-module__l6gl9W__saveBtn{background:var(--color-primary);color:var(--text-on-accent,#fff);border:1px solid var(--color-primary);cursor:pointer;border-radius:8px;align-items:center;gap:.375rem;padding:.4rem .85rem;font-size:.75rem;font-weight:600;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}@media (hover:hover) and (pointer:fine){.RecommendedArticleCard-module-scss-module__l6gl9W__saveBtn:hover:not(:disabled){opacity:.88}}.RecommendedArticleCard-module-scss-module__l6gl9W__saveBtn:disabled{cursor:default;opacity:.7}.RecommendedArticleCard-module-scss-module__l6gl9W__readBtn{color:var(--color-primary);border:1px solid var(--color-primary-muted-hover,var(--color-border));cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.25rem;padding:.4rem .85rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}@media (hover:hover) and (pointer:fine){.RecommendedArticleCard-module-scss-module__l6gl9W__readBtn:hover{background:var(--color-primary-muted,#0000000a);border-color:var(--color-primary)}}.RecommendedArticleCard-module-scss-module__l6gl9W__saved{color:var(--color-primary);border-color:var(--color-primary-muted-hover);background:0 0}@media (hover:hover) and (pointer:fine){.RecommendedArticleCard-module-scss-module__l6gl9W__saved:hover:not(:disabled){opacity:1}}.RecommendedArticleCard-module-scss-module__l6gl9W__readMoreRow{justify-content:flex-end;margin-top:.5rem;display:flex}.RecommendedArticleCard-module-scss-module__l6gl9W__readLink{color:var(--color-primary);align-items:center;font-size:.8125rem;font-weight:600;text-decoration:none;transition:color .15s,opacity .15s;display:inline-flex}@media (hover:hover) and (pointer:fine){.RecommendedArticleCard-module-scss-module__l6gl9W__readLink:hover{opacity:.8;text-decoration:underline}}
@keyframes InterviewResults-module-scss-module__kGm6Ca__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes InterviewResults-module-scss-module__kGm6Ca__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes InterviewResults-module-scss-module__kGm6Ca__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes InterviewResults-module-scss-module__kGm6Ca__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.InterviewResults-module-scss-module__kGm6Ca__fadeIn{animation:.42s cubic-bezier(.16,1,.3,1) both InterviewResults-module-scss-module__kGm6Ca__fadeInUp}@keyframes InterviewResults-module-scss-module__kGm6Ca__fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.InterviewResults-module-scss-module__kGm6Ca__fadeIn{animation:none}}.InterviewResults-module-scss-module__kGm6Ca__page{background:var(--color-background);min-height:100dvh;padding-bottom:calc(56px + env(safe-area-inset-bottom));flex-direction:column;display:flex}@media (min-width:640px){.InterviewResults-module-scss-module__kGm6Ca__page{padding-bottom:calc(52px + env(safe-area-inset-bottom))}}.InterviewResults-module-scss-module__kGm6Ca__topBar{background:var(--color-card);border-bottom:1px solid var(--color-border);height:52px}@media (min-width:640px){.InterviewResults-module-scss-module__kGm6Ca__topBar{height:56px}}.InterviewResults-module-scss-module__kGm6Ca__topBarInner{grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;max-width:1400px;height:100%;margin:0 auto;padding:0 1rem;display:grid}@media (min-width:640px){.InterviewResults-module-scss-module__kGm6Ca__topBarInner{gap:1rem;padding:0 1.25rem}}@media (min-width:768px){.InterviewResults-module-scss-module__kGm6Ca__topBarInner{padding:0 1.5rem}}.InterviewResults-module-scss-module__kGm6Ca__topBarLeft{align-items:center;gap:.625rem;min-width:0;display:flex}.InterviewResults-module-scss-module__kGm6Ca__topBarCenter{justify-content:center;align-items:center;gap:.375rem;min-width:0;display:none}@media (min-width:640px){.InterviewResults-module-scss-module__kGm6Ca__topBarCenter{display:flex}}.InterviewResults-module-scss-module__kGm6Ca__topBarRight{justify-content:flex-end;align-items:center;gap:.5rem;min-width:0;display:flex}.InterviewResults-module-scss-module__kGm6Ca__topBarTitle{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:700;overflow:hidden}.InterviewResults-module-scss-module__kGm6Ca__backBtn{background:var(--color-surface);border:1px solid var(--color-border);width:2rem;height:2rem;color:var(--color-text-tertiary);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:color .15s,background .15s,border-color .15s;display:inline-flex}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__backBtn:hover{color:var(--color-text-primary);background:var(--color-surface-hover);border-color:var(--color-border-hover)}}.InterviewResults-module-scss-module__kGm6Ca__topBarIconBtn{width:1.85rem;height:1.85rem;color:var(--color-text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:inline-flex}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__topBarIconBtn:hover{color:var(--color-text-primary);background:var(--color-surface-hover)}}.InterviewResults-module-scss-module__kGm6Ca__topBarRetake{background:var(--color-card);border:1px solid var(--color-border);height:2rem;color:var(--color-text-secondary);cursor:pointer;border-radius:9999px;align-items:center;gap:.3rem;padding:0 .75rem;font-size:.72rem;font-weight:600;transition:color .15s,background .15s,border-color .15s;display:inline-flex}.InterviewResults-module-scss-module__kGm6Ca__topBarRetake>span{display:none}@media (min-width:480px){.InterviewResults-module-scss-module__kGm6Ca__topBarRetake>span{display:inline}}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__topBarRetake:hover{color:var(--color-text-primary);background:var(--color-surface-hover);border-color:var(--color-border-hover)}}.InterviewResults-module-scss-module__kGm6Ca__main{flex-direction:column;flex:1;gap:1.75rem;width:100%;max-width:44rem;margin:0 auto;padding:1.75rem 1rem 2.5rem;display:flex}@media (min-width:640px){.InterviewResults-module-scss-module__kGm6Ca__main{gap:2rem;padding:2rem 1.25rem 2.5rem}}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__main{gap:1.5rem;padding:1.25rem 1rem 1.5rem}}.InterviewResults-module-scss-module__kGm6Ca__hero{flex-direction:column;gap:1.5rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__heroTop{justify-content:center;align-items:center;gap:1.75rem;display:flex}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__heroTop{text-align:center;flex-direction:column;gap:.875rem}}.InterviewResults-module-scss-module__kGm6Ca__heroAvatar{flex-shrink:0}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__heroAvatar>div{width:72px!important}}.InterviewResults-module-scss-module__kGm6Ca__heroScoreBlock{flex-direction:column;gap:.375rem;min-width:0;display:flex}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__heroScoreBlock{align-items:center}}.InterviewResults-module-scss-module__kGm6Ca__heroScore{font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;letter-spacing:-.04em;font-variant-numeric:tabular-nums;align-items:baseline;gap:.5rem;font-weight:900;line-height:1;display:flex}.InterviewResults-module-scss-module__kGm6Ca__heroScoreNumber{font-size:clamp(3.75rem,12vw,6rem)}.InterviewResults-module-scss-module__kGm6Ca__heroScoreMax{color:var(--color-text-tertiary);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600}.InterviewResults-module-scss-module__kGm6Ca__heroTier{letter-spacing:-.01em;margin:0;font-size:1.0625rem;font-weight:700}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__heroTier{font-size:.95rem}}.InterviewResults-module-scss-module__kGm6Ca__heroSubtitle{color:var(--color-text-muted);letter-spacing:.01em;margin:0;font-size:.8rem}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__heroSubtitle{font-size:.72rem}}.InterviewResults-module-scss-module__kGm6Ca__statBar{background:var(--color-card);border:1px solid var(--color-border);border-radius:16px;padding:1.125rem 1.25rem}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__statBar{border-radius:12px;padding:.875rem .75rem}}.InterviewResults-module-scss-module__kGm6Ca__statRow{align-items:stretch;gap:0;display:flex}.InterviewResults-module-scss-module__kGm6Ca__statDivider{background:var(--color-border);flex-shrink:0;width:1px;margin:.25rem 0}.InterviewResults-module-scss-module__kGm6Ca__stat{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.25rem;min-width:0;padding:.125rem .5rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__statValue{font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--color-text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em;white-space:nowrap;font-size:1.4rem;font-weight:800;line-height:1}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__statValue{font-size:1.15rem}}.InterviewResults-module-scss-module__kGm6Ca__statValueWarning{color:var(--color-warning,#f59e0b)}.InterviewResults-module-scss-module__kGm6Ca__statLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;font-size:.65rem}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__statLabel{letter-spacing:.06em;font-size:.6rem}}.InterviewResults-module-scss-module__kGm6Ca__progressBlock{border-top:1px solid var(--color-border);margin-top:1rem;padding-top:1rem}.InterviewResults-module-scss-module__kGm6Ca__progressBlockLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.65rem;display:block}.InterviewResults-module-scss-module__kGm6Ca__progressTrack{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:9999px;height:8px;position:relative;overflow:visible}.InterviewResults-module-scss-module__kGm6Ca__progressFill{border-radius:inherit;background:var(--color-primary);height:100%;transition:width 1.2s cubic-bezier(.16,1,.3,1);position:absolute;inset:0 auto 0 0}.InterviewResults-module-scss-module__kGm6Ca__progressMarker{background:var(--color-primary);border:2px solid var(--color-card);border-radius:50%;width:14px;height:14px;transition:left 1.2s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #00000026}.InterviewResults-module-scss-module__kGm6Ca__progressScale{color:var(--color-text-tertiary);letter-spacing:.04em;justify-content:space-between;margin-top:.5rem;font-family:JetBrains Mono,Fira Code,Menlo,Consolas,monospace;font-size:.65rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__heroActions{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__heroActions{flex-direction:column}.InterviewResults-module-scss-module__kGm6Ca__heroActions>*{width:100%}}.InterviewResults-module-scss-module__kGm6Ca__actionPrimary,.InterviewResults-module-scss-module__kGm6Ca__actionSecondary,.InterviewResults-module-scss-module__kGm6Ca__actionGhost{cursor:pointer;border:1px solid #0000;border-radius:9999px;justify-content:center;align-items:center;gap:.375rem;height:2.5rem;padding:0 1.25rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .15s,color .15s,border-color .15s,transform .15s,box-shadow .15s;display:inline-flex}.InterviewResults-module-scss-module__kGm6Ca__actionPrimary:active,.InterviewResults-module-scss-module__kGm6Ca__actionSecondary:active,.InterviewResults-module-scss-module__kGm6Ca__actionGhost:active{transform:translateY(0)}.InterviewResults-module-scss-module__kGm6Ca__actionPrimary{background:var(--accent);color:var(--text-on-accent,#0b1a1c)}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__actionPrimary:hover{background:var(--accent-hover);box-shadow:0 6px 18px var(--accent-glow);transform:translateY(-1px)}}.InterviewResults-module-scss-module__kGm6Ca__actionSecondary{background:var(--color-card);border-color:var(--color-border);color:var(--color-text-secondary)}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__actionSecondary:hover{background:var(--color-surface-hover);border-color:var(--color-border-hover);color:var(--color-text-primary);transform:translateY(-1px)}}.InterviewResults-module-scss-module__kGm6Ca__actionGhost{border-color:var(--color-border);color:var(--color-text-muted);background:0 0}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__actionGhost:hover{border-color:var(--accent-border);color:var(--color-primary);background:var(--accent-subtle)}}.InterviewResults-module-scss-module__kGm6Ca__section{flex-direction:column;gap:.875rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__sectionHead{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__sectionTitle{text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted);margin:0;font-size:.7rem;font-weight:800}.InterviewResults-module-scss-module__kGm6Ca__sectionCount{color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);letter-spacing:.02em;white-space:nowrap;border-radius:9999px;padding:.2rem .55rem;font-size:.65rem;font-weight:700}.InterviewResults-module-scss-module__kGm6Ca__techList{flex-direction:column;gap:.5rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__techCard{background:var(--color-card);border:1px solid var(--color-border);border-radius:16px;padding:1rem 1.125rem;transition:border-color .15s,background .15s,box-shadow .15s}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__techCard{border-radius:12px;padding:.875rem}}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__techCard:hover{border-color:var(--color-border-hover)}}.InterviewResults-module-scss-module__kGm6Ca__techCardHeader{cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border:none;align-items:center;gap:.625rem;padding:0;display:flex}.InterviewResults-module-scss-module__kGm6Ca__techCardBadge{flex-shrink:0;align-items:center;display:inline-flex}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__techCardBadge{display:none}}.InterviewResults-module-scss-module__kGm6Ca__techCardName{min-width:0;font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;flex:1;font-size:.95rem;font-weight:700;overflow:hidden}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__techCardName{font-size:.85rem}}.InterviewResults-module-scss-module__kGm6Ca__techCardScorePill{background:var(--color-surface);border:1px solid var(--color-border);font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-variant-numeric:tabular-nums;border-radius:9999px;flex-shrink:0;align-items:baseline;gap:.2rem;padding:.2rem .65rem;display:inline-flex}.InterviewResults-module-scss-module__kGm6Ca__techCardScoreValue{font-size:1rem;font-weight:800;line-height:1}.InterviewResults-module-scss-module__kGm6Ca__techCardScoreMax{color:var(--color-text-tertiary);font-size:.7rem;font-weight:600;line-height:1}.InterviewResults-module-scss-module__kGm6Ca__techCardChevron{color:var(--color-text-tertiary);flex-shrink:0;transition:transform .15s}.InterviewResults-module-scss-module__kGm6Ca__techCardChevronOpen{transform:rotate(180deg)}.InterviewResults-module-scss-module__kGm6Ca__techCardBar{background:var(--color-surface-elevated);border-radius:9999px;height:6px;margin-top:.875rem;position:relative;overflow:hidden}.InterviewResults-module-scss-module__kGm6Ca__techCardBarFill{background:var(--color-primary);border-radius:inherit;width:0;height:100%;transition:width .9s cubic-bezier(.16,1,.3,1);position:absolute;inset:0 auto 0 0}.InterviewResults-module-scss-module__kGm6Ca__techCardTier{color:var(--color-text-muted);margin-top:.5rem;font-size:.72rem;font-weight:600;display:block}.InterviewResults-module-scss-module__kGm6Ca__techCardExpanded{border-top:1px solid var(--color-border);margin-top:.875rem;padding-top:.875rem}.InterviewResults-module-scss-module__kGm6Ca__techCardHint{color:var(--color-text-muted);margin:0;font-size:.78rem;line-height:1.55}.InterviewResults-module-scss-module__kGm6Ca__feedbackBox{border:1px solid var(--color-border);background:var(--color-card);border-radius:16px;padding:1.25rem 1.5rem;position:relative}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__feedbackBox{border-radius:12px;padding:1rem}}.InterviewResults-module-scss-module__kGm6Ca__feedbackQuoteIcon{background:var(--color-surface);border:1px solid var(--color-border);width:34px;height:34px;color:var(--color-text-muted);border-radius:8px;justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown{color:var(--color-text-secondary);font-size:.9rem;line-height:1.75}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown p{margin:0 0 .65rem}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown p:last-child{margin-bottom:0}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown h1,.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown h2,.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown h3{color:var(--color-text-primary);font-weight:700;font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;margin:1.25rem 0 .4rem}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown h1:first-child,.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown h2:first-child,.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown h3:first-child{margin-top:0}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown h1{letter-spacing:-.01em;font-size:1.05rem}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown h2{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);padding-bottom:.4rem;font-size:.72rem}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown h3{font-size:.9rem}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown ul{margin:.4rem 0 .85rem;padding:0;list-style:none}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown ol{margin:.4rem 0 .85rem;padding:0 0 0 1.25rem}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown ul li{margin-bottom:.25rem;padding-left:1rem;position:relative}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown ul li:before{content:"→";color:var(--color-primary);font-weight:700;position:absolute;left:0}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown ol li{margin-bottom:.25rem}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown ul ul,.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown ol ol,.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown ul ol,.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown ol ul{margin:.2rem 0 .2rem .75rem}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown strong{color:var(--color-text-primary);font-weight:700}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown em{font-style:italic}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown code{background:var(--color-surface-elevated);border-radius:4px;padding:.1rem .3rem;font-family:JetBrains Mono,Fira Code,Menlo,Consolas,monospace;font-size:.8rem}.InterviewResults-module-scss-module__kGm6Ca__feedbackMarkdown hr{border:none;border-top:1px solid var(--color-border);margin:1rem 0}.InterviewResults-module-scss-module__kGm6Ca__filterBar{background:var(--color-surface);border:1px solid var(--color-border);scrollbar-width:none;border-radius:12px;align-self:flex-start;gap:.125rem;max-width:100%;padding:.2rem;display:inline-flex;overflow-x:auto}.InterviewResults-module-scss-module__kGm6Ca__filterBar::-webkit-scrollbar{display:none}.InterviewResults-module-scss-module__kGm6Ca__filterTab{color:var(--color-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.75rem;font-weight:600;transition:color .15s,background .15s;display:inline-flex}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__filterTab:hover{color:var(--color-text-primary)}}.InterviewResults-module-scss-module__kGm6Ca__filterTabActive{background:var(--color-card);color:var(--color-text-primary);box-shadow:0 1px 2px #00000026}.InterviewResults-module-scss-module__kGm6Ca__filterTabCount{font-variant-numeric:tabular-nums;background:var(--color-surface-elevated);color:var(--color-text-muted);border-radius:9999px;padding:.05rem .4rem;font-size:.65rem;font-weight:700}.InterviewResults-module-scss-module__kGm6Ca__filterTabActive .InterviewResults-module-scss-module__kGm6Ca__filterTabCount{background:var(--color-primary-muted);color:var(--color-primary)}.InterviewResults-module-scss-module__kGm6Ca__qList{flex-direction:column;gap:.5rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__qEmpty{text-align:center;color:var(--color-text-muted);background:var(--color-card);border:1px dashed var(--color-border);border-radius:12px;padding:1.5rem;font-size:.85rem}.InterviewResults-module-scss-module__kGm6Ca__qCard{border:1px solid var(--color-border);background:var(--color-card);border-radius:12px;transition:border-color .15s,box-shadow .15s;overflow:hidden}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__qCard:hover{border-color:var(--color-border-hover)}}.InterviewResults-module-scss-module__kGm6Ca__qCard.InterviewResults-module-scss-module__kGm6Ca__qCardOpen{border-color:var(--color-border-hover);box-shadow:var(--shadow-md)}.InterviewResults-module-scss-module__kGm6Ca__qCardHeader{cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border:none;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;transition:background .15s;display:flex}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__qCardHeader:hover{background:var(--color-surface)}}.InterviewResults-module-scss-module__kGm6Ca__qCardHeader:disabled{cursor:default}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__qCardHeader:disabled:hover{background:0 0}}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__qCardHeader{gap:.5rem;padding:.75rem}}.InterviewResults-module-scss-module__kGm6Ca__qCardNumber{background:var(--color-surface);border:1px solid var(--color-border);width:1.75rem;height:1.75rem;color:var(--color-text-muted);font-variant-numeric:tabular-nums;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-family:JetBrains Mono,Fira Code,Menlo,Consolas,monospace;font-size:.7rem;font-weight:700;display:flex}.InterviewResults-module-scss-module__kGm6Ca__qCardNumberAnswered{background:var(--success-subtle);border-color:var(--success-border);color:var(--success-text)}.InterviewResults-module-scss-module__kGm6Ca__qCardNumberSkipped{background:var(--warning-subtle);border-color:var(--warning-border);color:var(--warning-text)}.InterviewResults-module-scss-module__kGm6Ca__qCardMeta{flex-direction:column;flex:1;gap:.2rem;min-width:0;padding-top:.15rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__qCardText{color:var(--color-text-primary);word-break:break-word;font-size:.85rem;line-height:1.5}.InterviewResults-module-scss-module__kGm6Ca__qCardTextClamp{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.InterviewResults-module-scss-module__kGm6Ca__qCardStack{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-tertiary);font-family:JetBrains Mono,Fira Code,Menlo,Consolas,monospace;font-size:.6rem;font-weight:600}.InterviewResults-module-scss-module__kGm6Ca__qCardRight{flex-shrink:0;align-items:center;gap:.5rem;padding-top:.125rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__qCardScorePill{background:var(--color-surface);border:1px solid var(--color-border);font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-variant-numeric:tabular-nums;border-radius:9999px;align-items:center;padding:.2rem .6rem;font-size:.8rem;font-weight:800;line-height:1;display:inline-flex}.InterviewResults-module-scss-module__kGm6Ca__qCardStatusSkipped{background:var(--warning-subtle);border:1px solid var(--warning-border);color:var(--warning-text);text-transform:uppercase;letter-spacing:.08em;border-radius:9999px;padding:.2rem .55rem;font-size:.6rem;font-weight:700}.InterviewResults-module-scss-module__kGm6Ca__qCardChevron{color:var(--color-text-tertiary);flex-shrink:0;transition:transform .15s}.InterviewResults-module-scss-module__kGm6Ca__qCardChevronOpen{transform:rotate(180deg)}.InterviewResults-module-scss-module__kGm6Ca__qCardBody{border-top:1px solid var(--color-border);flex-direction:column;gap:.875rem;padding:.875rem 1rem 1rem;display:flex}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__qCardBody{gap:.75rem;padding:.75rem .75rem .875rem}}.InterviewResults-module-scss-module__kGm6Ca__qDetail{flex-direction:column;gap:.3rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__qDetailLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);font-size:.6rem;font-weight:800}.InterviewResults-module-scss-module__kGm6Ca__qDetailLabelRow{align-items:center;gap:.4rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__qDetailText,.InterviewResults-module-scss-module__kGm6Ca__qDetailTextAi{background:var(--color-surface);border:1px solid var(--color-border);white-space:pre-line;border-radius:8px;margin:0;padding:.75rem .875rem;font-size:.83rem;line-height:1.6}.InterviewResults-module-scss-module__kGm6Ca__qDetailText{color:var(--color-text-secondary)}.InterviewResults-module-scss-module__kGm6Ca__qDetailTextAi{color:var(--color-primary);background:var(--color-primary-muted);border-color:var(--color-primary-muted-hover)}.InterviewResults-module-scss-module__kGm6Ca__qFollowUps{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;flex-direction:column;gap:.5rem;padding:.625rem .75rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__qRecommended{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__followUpItem{border-radius:8px;flex-direction:column;transition:background .15s;display:flex;overflow:hidden}.InterviewResults-module-scss-module__kGm6Ca__followUpItem.InterviewResults-module-scss-module__kGm6Ca__followUpItemOpen{background:var(--color-card)}.InterviewResults-module-scss-module__kGm6Ca__followUpHeader{cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border:none;border-radius:8px;align-items:flex-start;gap:.5rem;padding:.4rem .5rem;transition:background .15s;display:flex}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__followUpHeader:hover{background:var(--color-surface-hover)}}.InterviewResults-module-scss-module__kGm6Ca__followUpHeader:disabled{cursor:default}.InterviewResults-module-scss-module__kGm6Ca__followUpBadge{text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary);background:var(--color-primary-muted);border:1px solid var(--color-primary-muted-hover);border-radius:4px;flex-shrink:0;padding:.15rem .4rem;font-size:.55rem;font-weight:700;line-height:1.4}.InterviewResults-module-scss-module__kGm6Ca__followUpQuestion{min-width:0;color:var(--color-text-secondary);flex:1;margin:0;font-size:.8rem;font-weight:600;line-height:1.45}.InterviewResults-module-scss-module__kGm6Ca__followUpChevron{color:var(--color-text-tertiary);flex-shrink:0;margin-top:.2rem;transition:transform .15s}.InterviewResults-module-scss-module__kGm6Ca__followUpChevronOpen{transform:rotate(180deg)}.InterviewResults-module-scss-module__kGm6Ca__followUpBody{flex-direction:column;gap:.5rem;padding:.25rem .5rem .5rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__followUpAnswer{color:var(--color-text-tertiary);white-space:pre-line;margin:0;font-size:.8rem;line-height:1.5}.InterviewResults-module-scss-module__kGm6Ca__followUpFeedback{color:var(--color-primary);white-space:pre-line;margin:0;font-size:.78rem;line-height:1.55}.InterviewResults-module-scss-module__kGm6Ca__showMoreBtn{background:var(--color-surface);border:1px solid var(--color-border);min-width:12rem;color:var(--color-text-secondary);cursor:pointer;border-radius:12px;align-self:center;padding:.7rem 1.25rem;font-size:.8rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__showMoreBtn:hover{background:var(--color-surface-hover);border-color:var(--color-border-hover);color:var(--color-text-primary)}}.InterviewResults-module-scss-module__kGm6Ca__nextGrid{grid-template-columns:repeat(3,1fr);gap:.625rem;display:grid}@media (max-width:767px){.InterviewResults-module-scss-module__kGm6Ca__nextGrid{grid-template-columns:1fr}}.InterviewResults-module-scss-module__kGm6Ca__nextCard{text-align:center;background:var(--color-card);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;align-items:center;padding:1.25rem 1rem;transition:border-color .15s,transform .15s;display:flex}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__nextCard:hover{border-color:var(--color-border-hover);transform:translateY(-2px)}}.InterviewResults-module-scss-module__kGm6Ca__nextIcon{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-bottom:.85rem;display:inline-flex}.InterviewResults-module-scss-module__kGm6Ca__nextIconPrimary{background:var(--color-primary-muted);border-color:var(--color-primary-muted-hover);color:var(--color-primary)}.InterviewResults-module-scss-module__kGm6Ca__nextIconGold{color:#e8af34;background:#e8af341f;border-color:#e8af3440}.InterviewResults-module-scss-module__kGm6Ca__nextIconSuccess{background:var(--success-subtle);border-color:var(--success-border);color:var(--success-text)}.InterviewResults-module-scss-module__kGm6Ca__nextTitle{font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--color-text-primary);letter-spacing:-.01em;font-size:.9rem;font-weight:700}.InterviewResults-module-scss-module__kGm6Ca__nextDesc{color:var(--color-text-muted);margin:.3rem 0 .95rem;font-size:.78rem;line-height:1.55}.InterviewResults-module-scss-module__kGm6Ca__nextCta{cursor:pointer;border:1px solid var(--color-border);background:var(--color-surface);width:100%;height:2.25rem;color:var(--color-text-secondary);border-radius:8px;justify-content:center;align-items:center;padding:0 1rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__nextCta:hover{background:var(--color-surface-hover);border-color:var(--color-border-hover);color:var(--color-text-primary)}}.InterviewResults-module-scss-module__kGm6Ca__nextCtaPrimary{background:var(--accent);border-color:var(--accent);color:var(--text-on-accent,#0b1a1c)}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__nextCtaPrimary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--text-on-accent,#0b1a1c)}}.InterviewResults-module-scss-module__kGm6Ca__stickyFooter{z-index:15;background:color-mix(in srgb, var(--color-background) 92%, transparent);border-top:1px solid var(--color-border);-webkit-backdrop-filter:saturate(180%)blur(12px);height:56px;padding-bottom:env(safe-area-inset-bottom);position:fixed;inset:auto 0 0}@media (min-width:640px){.InterviewResults-module-scss-module__kGm6Ca__stickyFooter{height:52px}}.InterviewResults-module-scss-module__kGm6Ca__stickyFooterInner{justify-content:center;align-items:center;gap:.4rem;max-width:1400px;height:100%;margin:0 auto;padding:0 .75rem;display:flex}@media (min-width:640px){.InterviewResults-module-scss-module__kGm6Ca__stickyFooterInner{gap:.625rem;padding:0 1.25rem}}@media (min-width:768px){.InterviewResults-module-scss-module__kGm6Ca__stickyFooterInner{padding:0 1.5rem}}.InterviewResults-module-scss-module__kGm6Ca__footerBtnGhost,.InterviewResults-module-scss-module__kGm6Ca__footerBtnPrimary{cursor:pointer;white-space:nowrap;border-radius:9999px;align-items:center;gap:.4rem;height:2.25rem;padding:0 .875rem;font-size:.76rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,border-color .15s,transform .15s;display:inline-flex}@media (max-width:479px){.InterviewResults-module-scss-module__kGm6Ca__footerBtnGhost>span,.InterviewResults-module-scss-module__kGm6Ca__footerBtnPrimary>span{display:none}}@media (min-width:640px){.InterviewResults-module-scss-module__kGm6Ca__footerBtnGhost,.InterviewResults-module-scss-module__kGm6Ca__footerBtnPrimary{height:2.25rem;padding:0 1.125rem;font-size:.8rem}}.InterviewResults-module-scss-module__kGm6Ca__footerBtnGhost{border:1px solid var(--color-border);color:var(--color-text-muted);background:0 0}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__footerBtnGhost:hover{background:var(--color-surface-hover);color:var(--color-text-primary);border-color:var(--color-border-hover)}}.InterviewResults-module-scss-module__kGm6Ca__footerBtnPrimary{background:var(--accent);border:1px solid var(--accent);color:var(--text-on-accent,#0b1a1c);font-weight:700}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__footerBtnPrimary:hover{background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:0 4px 14px var(--accent-glow);transform:translateY(-1px)}}.InterviewResults-module-scss-module__kGm6Ca__shareScrim{z-index:100;background:var(--color-overlay,#0009);-webkit-backdrop-filter:blur(8px);justify-content:center;align-items:center;padding:1rem;animation:.18s both InterviewResults-module-scss-module__kGm6Ca__fadeIn;display:flex;position:fixed;inset:0}.InterviewResults-module-scss-module__kGm6Ca__sharePanel{background:var(--color-card);border:1px solid var(--color-border);width:100%;max-width:22rem;box-shadow:var(--shadow-lg);border-radius:24px;flex-direction:column;gap:1rem;padding:1.5rem;animation:.22s cubic-bezier(.16,1,.3,1) both InterviewResults-module-scss-module__kGm6Ca__sheetIn;display:flex}.InterviewResults-module-scss-module__kGm6Ca__sharePanelHead{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__sharePanelTitle{font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--color-text-primary);letter-spacing:-.01em;font-size:1rem;font-weight:700}.InterviewResults-module-scss-module__kGm6Ca__sharePanelClose{width:1.75rem;height:1.75rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:inline-flex}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__sharePanelClose:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}}.InterviewResults-module-scss-module__kGm6Ca__sharePreview{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;align-items:center;padding:1.25rem 1rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__sharePreviewBrand{color:var(--color-text-tertiary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;font-family:JetBrains Mono,Fira Code,Menlo,Consolas,monospace;font-size:.65rem}.InterviewResults-module-scss-module__kGm6Ca__sharePreviewScore{font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;letter-spacing:-.04em;font-variant-numeric:tabular-nums;font-size:3rem;font-weight:900;line-height:1}.InterviewResults-module-scss-module__kGm6Ca__sharePreviewScoreMax{color:var(--color-text-tertiary);font-size:1rem;font-weight:600}.InterviewResults-module-scss-module__kGm6Ca__sharePreviewStacks{color:var(--color-text-secondary);margin-top:.5rem;font-size:.8rem}.InterviewResults-module-scss-module__kGm6Ca__sharePreviewDomain{color:var(--color-primary);letter-spacing:.02em;margin-top:.75rem;font-family:JetBrains Mono,Fira Code,Menlo,Consolas,monospace;font-size:.72rem}.InterviewResults-module-scss-module__kGm6Ca__shareCopyBtn{background:var(--color-surface);border:1px solid var(--color-border);width:100%;height:2.5rem;color:var(--color-text-secondary);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__shareCopyBtn:hover{background:var(--color-surface-hover);border-color:var(--color-border-hover);color:var(--color-text-primary)}}@keyframes InterviewResults-module-scss-module__kGm6Ca__sheetIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.InterviewResults-module-scss-module__kGm6Ca__comparison{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;flex-direction:column;padding:.75rem 1rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__collapse{grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.16,1,.3,1);display:grid}.InterviewResults-module-scss-module__kGm6Ca__collapseOpen{grid-template-rows:1fr}.InterviewResults-module-scss-module__kGm6Ca__collapseInner{opacity:0;flex-direction:column;gap:.5rem;min-height:0;transition:opacity .24s 80ms,transform .24s cubic-bezier(.16,1,.3,1) 80ms;display:flex;overflow:hidden;transform:translateY(-4px)}.InterviewResults-module-scss-module__kGm6Ca__collapseOpen .InterviewResults-module-scss-module__kGm6Ca__collapseInner{opacity:1;padding-top:.5rem;transform:translateY(0)}.InterviewResults-module-scss-module__kGm6Ca__comparisonHeader{cursor:pointer;width:100%;color:inherit;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:.5rem;padding:0;display:flex}.InterviewResults-module-scss-module__kGm6Ca__comparisonHeader:hover .InterviewResults-module-scss-module__kGm6Ca__comparisonTitle{color:var(--color-text-secondary)}.InterviewResults-module-scss-module__kGm6Ca__comparisonChevron{color:var(--color-text-muted);flex-shrink:0;transition:transform .2s}.InterviewResults-module-scss-module__kGm6Ca__comparisonChevronOpen{transform:rotate(180deg)}.InterviewResults-module-scss-module__kGm6Ca__comparisonTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);font-size:.6rem;font-weight:800;transition:color .15s}.InterviewResults-module-scss-module__kGm6Ca__comparisonRows{flex-direction:column;gap:.4rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__comparisonRow{grid-template-columns:11rem 1fr 2.5rem;align-items:center;gap:.6rem;display:grid}@media (max-width:639px){.InterviewResults-module-scss-module__kGm6Ca__comparisonRow{grid-template-columns:9rem 1fr 2.5rem}}.InterviewResults-module-scss-module__kGm6Ca__comparisonRowUser .InterviewResults-module-scss-module__kGm6Ca__comparisonLabel,.InterviewResults-module-scss-module__kGm6Ca__comparisonRowUser .InterviewResults-module-scss-module__kGm6Ca__comparisonPercent{color:var(--color-text-primary);font-weight:700}.InterviewResults-module-scss-module__kGm6Ca__comparisonLabel{color:var(--color-text-secondary);white-space:nowrap;align-items:center;gap:.45rem;font-size:.72rem;font-weight:500;display:inline-flex}.InterviewResults-module-scss-module__kGm6Ca__comparisonSameNote{color:var(--color-primary);text-transform:none;letter-spacing:0;font-size:.6rem;font-weight:600}.InterviewResults-module-scss-module__kGm6Ca__comparisonTrack{background:var(--color-surface-elevated);border-radius:9999px;height:6px;display:block;position:relative;overflow:hidden}.InterviewResults-module-scss-module__kGm6Ca__comparisonBar{border-radius:inherit;background:#f59e0b;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0 auto 0 0}.InterviewResults-module-scss-module__kGm6Ca__comparisonBar.InterviewResults-module-scss-module__kGm6Ca__tier_poor{background:#ef4444}.InterviewResults-module-scss-module__kGm6Ca__comparisonBar.InterviewResults-module-scss-module__kGm6Ca__tier_weak,.InterviewResults-module-scss-module__kGm6Ca__comparisonBar.InterviewResults-module-scss-module__kGm6Ca__tier_ok,.InterviewResults-module-scss-module__kGm6Ca__comparisonBar.InterviewResults-module-scss-module__kGm6Ca__tier_good{background:#f59e0b}.InterviewResults-module-scss-module__kGm6Ca__comparisonBar.InterviewResults-module-scss-module__kGm6Ca__tier_top{background:#22c55e}.InterviewResults-module-scss-module__kGm6Ca__comparisonPercent{font-variant-numeric:tabular-nums;color:var(--color-text-secondary);text-align:right;font-size:.7rem;font-weight:700}.InterviewResults-module-scss-module__kGm6Ca__comparisonMeta{color:var(--color-text-tertiary);text-align:right;font-size:.6rem}.InterviewResults-module-scss-module__kGm6Ca__centered{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;min-height:60vh;padding:2rem;display:flex}.InterviewResults-module-scss-module__kGm6Ca__loadingText{color:var(--color-text-muted);margin:0;font-size:.875rem}.InterviewResults-module-scss-module__kGm6Ca__errorText{color:#ef4444;text-align:center;max-width:28rem;margin:0;font-size:.95rem}.InterviewResults-module-scss-module__kGm6Ca__linkBtn{color:var(--color-primary);font-size:.8rem;font-weight:700;text-decoration:none}@media (hover:hover) and (pointer:fine){.InterviewResults-module-scss-module__kGm6Ca__linkBtn:hover{opacity:.8}}.InterviewResults-module-scss-module__kGm6Ca__tier_poor{color:var(--error,#ef4444);--fill-color:var(--error,#ef4444)}.InterviewResults-module-scss-module__kGm6Ca__tier_poor.InterviewResults-module-scss-module__kGm6Ca__heroScore,.InterviewResults-module-scss-module__kGm6Ca__tier_poor.InterviewResults-module-scss-module__kGm6Ca__heroScoreNumber{text-shadow:0 0 60px #ef444466}.InterviewResults-module-scss-module__kGm6Ca__tier_poor.InterviewResults-module-scss-module__kGm6Ca__progressFill,.InterviewResults-module-scss-module__kGm6Ca__tier_poor.InterviewResults-module-scss-module__kGm6Ca__techCardBarFill,.InterviewResults-module-scss-module__kGm6Ca__tier_poor.InterviewResults-module-scss-module__kGm6Ca__progressMarker{background:var(--error,#ef4444)}.InterviewResults-module-scss-module__kGm6Ca__tier_poor.InterviewResults-module-scss-module__kGm6Ca__techCardScorePill{background:#ef444417;border-color:#ef444438}.InterviewResults-module-scss-module__kGm6Ca__tier_weak{color:#f59e0b;--fill-color:#f59e0b}.InterviewResults-module-scss-module__kGm6Ca__tier_weak.InterviewResults-module-scss-module__kGm6Ca__heroScore{text-shadow:0 0 60px #f59e0b59}.InterviewResults-module-scss-module__kGm6Ca__tier_weak.InterviewResults-module-scss-module__kGm6Ca__progressFill,.InterviewResults-module-scss-module__kGm6Ca__tier_weak.InterviewResults-module-scss-module__kGm6Ca__techCardBarFill,.InterviewResults-module-scss-module__kGm6Ca__tier_weak.InterviewResults-module-scss-module__kGm6Ca__progressMarker{background:#f59e0b}.InterviewResults-module-scss-module__kGm6Ca__tier_weak.InterviewResults-module-scss-module__kGm6Ca__techCardScorePill{background:#f59e0b1a;border-color:#f59e0b38}.InterviewResults-module-scss-module__kGm6Ca__tier_ok{color:var(--color-primary)}.InterviewResults-module-scss-module__kGm6Ca__tier_ok.InterviewResults-module-scss-module__kGm6Ca__heroScore{text-shadow:0 0 60px var(--accent-glow)}.InterviewResults-module-scss-module__kGm6Ca__tier_ok.InterviewResults-module-scss-module__kGm6Ca__progressFill,.InterviewResults-module-scss-module__kGm6Ca__tier_ok.InterviewResults-module-scss-module__kGm6Ca__techCardBarFill,.InterviewResults-module-scss-module__kGm6Ca__tier_ok.InterviewResults-module-scss-module__kGm6Ca__progressMarker{background:var(--accent)}.InterviewResults-module-scss-module__kGm6Ca__tier_ok.InterviewResults-module-scss-module__kGm6Ca__techCardScorePill{background:var(--accent-subtle);border-color:var(--accent-border);color:var(--color-primary)}.InterviewResults-module-scss-module__kGm6Ca__tier_good{color:#22c55e}.InterviewResults-module-scss-module__kGm6Ca__tier_good.InterviewResults-module-scss-module__kGm6Ca__heroScore{text-shadow:0 0 60px #22c55e59}.InterviewResults-module-scss-module__kGm6Ca__tier_good.InterviewResults-module-scss-module__kGm6Ca__progressFill,.InterviewResults-module-scss-module__kGm6Ca__tier_good.InterviewResults-module-scss-module__kGm6Ca__techCardBarFill,.InterviewResults-module-scss-module__kGm6Ca__tier_good.InterviewResults-module-scss-module__kGm6Ca__progressMarker{background:#22c55e}.InterviewResults-module-scss-module__kGm6Ca__tier_good.InterviewResults-module-scss-module__kGm6Ca__techCardScorePill{background:#22c55e1a;border-color:#22c55e40}.InterviewResults-module-scss-module__kGm6Ca__tier_top{color:#e8af34}.InterviewResults-module-scss-module__kGm6Ca__tier_top.InterviewResults-module-scss-module__kGm6Ca__heroScore{text-shadow:0 0 60px #e8af3473}.InterviewResults-module-scss-module__kGm6Ca__tier_top.InterviewResults-module-scss-module__kGm6Ca__progressFill,.InterviewResults-module-scss-module__kGm6Ca__tier_top.InterviewResults-module-scss-module__kGm6Ca__techCardBarFill,.InterviewResults-module-scss-module__kGm6Ca__tier_top.InterviewResults-module-scss-module__kGm6Ca__progressMarker{background:#e8af34}.InterviewResults-module-scss-module__kGm6Ca__tier_top.InterviewResults-module-scss-module__kGm6Ca__techCardScorePill{background:#e8af341a;border-color:#e8af3447}.InterviewResults-module-scss-module__kGm6Ca__heroScore.InterviewResults-module-scss-module__kGm6Ca__tier_poor .InterviewResults-module-scss-module__kGm6Ca__heroScoreNumber,.InterviewResults-module-scss-module__kGm6Ca__heroScore.InterviewResults-module-scss-module__kGm6Ca__tier_weak .InterviewResults-module-scss-module__kGm6Ca__heroScoreNumber,.InterviewResults-module-scss-module__kGm6Ca__heroScore.InterviewResults-module-scss-module__kGm6Ca__tier_ok .InterviewResults-module-scss-module__kGm6Ca__heroScoreNumber,.InterviewResults-module-scss-module__kGm6Ca__heroScore.InterviewResults-module-scss-module__kGm6Ca__tier_good .InterviewResults-module-scss-module__kGm6Ca__heroScoreNumber,.InterviewResults-module-scss-module__kGm6Ca__heroScore.InterviewResults-module-scss-module__kGm6Ca__tier_top .InterviewResults-module-scss-module__kGm6Ca__heroScoreNumber{color:inherit}
.AudioWaveform-module-scss-module__4NJpMG__waveContainer{justify-content:center;align-items:center;width:100%;display:flex}.AudioWaveform-module-scss-module__4NJpMG__canvas{width:100%;max-width:420px;height:56px;display:block}
