.InterviewProctor-module-scss-module__GiMkDG__proctorContainer{border:1px solid var(--Border-Default,#15191d24);background:#1a1a2e;border-radius:10px;flex-direction:column;width:100%;max-width:320px;display:flex;overflow:hidden}.InterviewProctor-module-scss-module__GiMkDG__proctorContainer.InterviewProctor-module-scss-module__GiMkDG__minimized{max-width:200px}.InterviewProctor-module-scss-module__GiMkDG__proctorContainer.InterviewProctor-module-scss-module__GiMkDG__minimized .InterviewProctor-module-scss-module__GiMkDG__videoWrap{height:120px}.InterviewProctor-module-scss-module__GiMkDG__proctorContainer.InterviewProctor-module-scss-module__GiMkDG__minimized .InterviewProctor-module-scss-module__GiMkDG__statusBar{padding:6px 10px}.InterviewProctor-module-scss-module__GiMkDG__proctorContainer.InterviewProctor-module-scss-module__GiMkDG__fullStage{background:0 0;border:none;border-radius:0;max-width:100%;height:100%}.InterviewProctor-module-scss-module__GiMkDG__proctorContainer.InterviewProctor-module-scss-module__GiMkDG__fullStage .InterviewProctor-module-scss-module__GiMkDG__videoWrap{flex:1;height:100%}.InterviewProctor-module-scss-module__GiMkDG__statusBar{background:#0f0f1a;border-bottom:1px solid #ffffff0f;align-items:center;gap:8px;padding:8px 12px;display:flex}.InterviewProctor-module-scss-module__GiMkDG__indicatorBulb{border-radius:50%;flex-shrink:0;width:10px;height:10px;transition:background .3s,box-shadow .3s}.InterviewProctor-module-scss-module__GiMkDG__indicatorBulb.InterviewProctor-module-scss-module__GiMkDG__green{background:#4ade80;animation:2s infinite InterviewProctor-module-scss-module__GiMkDG__pulse-green;box-shadow:0 0 6px #4ade8099}.InterviewProctor-module-scss-module__GiMkDG__indicatorBulb.InterviewProctor-module-scss-module__GiMkDG__red{background:#f43f5e;animation:1s infinite InterviewProctor-module-scss-module__GiMkDG__pulse-red;box-shadow:0 0 8px #f43f5eb3}.InterviewProctor-module-scss-module__GiMkDG__indicatorBulb.InterviewProctor-module-scss-module__GiMkDG__yellow{background:#facc15;box-shadow:0 0 5px #facc1580}@keyframes InterviewProctor-module-scss-module__GiMkDG__pulse-green{0%,to{box-shadow:0 0 4px #4ade8066}50%{box-shadow:0 0 10px #4ade80cc}}@keyframes InterviewProctor-module-scss-module__GiMkDG__pulse-red{0%,to{box-shadow:0 0 4px #f43f5e66}50%{box-shadow:0 0 14px #f43f5ee6}}.InterviewProctor-module-scss-module__GiMkDG__statusLabel{color:#ffffffbf;letter-spacing:.02em;font-size:11px;font-weight:500}.InterviewProctor-module-scss-module__GiMkDG__strictBadge{color:#f43f5e;letter-spacing:.05em;background:#f43f5e1f;border:1px solid #f43f5e4d;border-radius:3px;padding:1px 5px;font-size:9px;font-weight:700}.InterviewProctor-module-scss-module__GiMkDG__attentionScore{color:#ffffffe6;font-variant-numeric:tabular-nums;margin-left:auto;font-size:12px;font-weight:600}.InterviewProctor-module-scss-module__GiMkDG__violationBadge{color:#fff;font-variant-numeric:tabular-nums;background:#f43f5e;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.InterviewProctor-module-scss-module__GiMkDG__videoWrap{background:#000;width:100%;height:180px;position:relative;overflow:hidden}.InterviewProctor-module-scss-module__GiMkDG__video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transform:scaleX(-1)}.InterviewProctor-module-scss-module__GiMkDG__canvas{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;transform:scaleX(-1)}.InterviewProctor-module-scss-module__GiMkDG__violationOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#f43f5e26;border:2px solid #f43f5e99;flex-direction:column;justify-content:center;align-items:center;animation:1s infinite InterviewProctor-module-scss-module__GiMkDG__flash-border;display:flex;position:absolute;inset:0}@keyframes InterviewProctor-module-scss-module__GiMkDG__flash-border{0%,to{border-color:#f43f5e99}50%{border-color:#f43f5e33}}.InterviewProctor-module-scss-module__GiMkDG__violationIcon{margin-bottom:4px;font-size:28px}.InterviewProctor-module-scss-module__GiMkDG__violationText{color:#fff;text-align:center;text-shadow:0 1px 4px #0009;margin:0;font-size:12px;font-weight:600}.InterviewProctor-module-scss-module__GiMkDG__detailsPanel{background:#0f0f1a;border-top:1px solid #ffffff0f;padding:10px 12px}.InterviewProctor-module-scss-module__GiMkDG__detailRow{color:#fff9;justify-content:space-between;align-items:center;padding:3px 0;font-size:11px;display:flex}.InterviewProctor-module-scss-module__GiMkDG__detailRow:not(:last-child){border-bottom:1px solid #ffffff0a}.InterviewProctor-module-scss-module__GiMkDG__ok{color:#4ade80;font-weight:500}.InterviewProctor-module-scss-module__GiMkDG__warn{color:#f43f5e;font-weight:500}.InterviewProctor-module-scss-module__GiMkDG__warningBackdrop{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;animation:.25s InterviewProctor-module-scss-module__GiMkDG__fadeIn;display:flex;position:fixed;inset:0}@keyframes InterviewProctor-module-scss-module__GiMkDG__fadeIn{0%{opacity:0}to{opacity:1}}.InterviewProctor-module-scss-module__GiMkDG__warningModal{background:#1a1a2e;border:2px solid #f43f5e80;border-radius:14px;width:440px;max-width:92vw;animation:.3s InterviewProctor-module-scss-module__GiMkDG__slideUp;overflow:hidden;box-shadow:0 8px 40px #f43f5e33,0 0 60px #f43f5e14}@keyframes InterviewProctor-module-scss-module__GiMkDG__slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.InterviewProctor-module-scss-module__GiMkDG__warningHeader{background:#f43f5e14;border-bottom:1px solid #f43f5e33;align-items:center;gap:10px;padding:16px 20px;display:flex}.InterviewProctor-module-scss-module__GiMkDG__warningTitle{color:#f43f5e;letter-spacing:.01em;font-size:15px;font-weight:700}.InterviewProctor-module-scss-module__GiMkDG__warningBody{padding:18px 20px}.InterviewProctor-module-scss-module__GiMkDG__warningReason{color:#fff;background:#f43f5e1a;border-left:3px solid #f43f5e;border-radius:0 6px 6px 0;margin:0 0 12px;padding:8px 12px;font-size:14px;font-weight:600}.InterviewProctor-module-scss-module__GiMkDG__warningMessage{color:#fffc;margin:0 0 10px;font-size:13px;line-height:1.6}.InterviewProctor-module-scss-module__GiMkDG__warningMessage strong{color:#fff}.InterviewProctor-module-scss-module__GiMkDG__warningNote{color:#ffffff80;margin:0;font-size:12px;font-style:italic;line-height:1.5}.InterviewProctor-module-scss-module__GiMkDG__warningFooter{background:#0003;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.InterviewProctor-module-scss-module__GiMkDG__warningViolationCount{color:#ffffff73;font-variant-numeric:tabular-nums;font-size:11px}.InterviewProctor-module-scss-module__GiMkDG__warningDismissBtn{color:#fff;cursor:pointer;background:#f43f5e;border:none;border-radius:6px;padding:8px 20px;font-size:13px;font-weight:600;transition:background .15s,transform .1s}.InterviewProctor-module-scss-module__GiMkDG__warningDismissBtn:hover{background:#e11d48}.InterviewProctor-module-scss-module__GiMkDG__warningDismissBtn:active{transform:scale(.97)}
.AppShell-module-scss-module__ZdfWca__appShell{background:var(--color-surface-secondary,#f8f9fa);flex-direction:column;width:100vw;height:100vh;font-family:IBM Plex Sans,Roboto,sans-serif;display:flex;overflow:hidden}.AppShell-module-scss-module__ZdfWca__header{background:var(--color-surface,#fff);border-bottom:1px solid var(--color-border-light,#dcdad8);z-index:1000;align-items:center;height:32px;padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 3px #0000001a}.AppShell-module-scss-module__ZdfWca__headerLeft{align-items:center;gap:16px;display:flex}.AppShell-module-scss-module__ZdfWca__headerCenter{flex:1;justify-content:center;align-items:center;display:flex}.AppShell-module-scss-module__ZdfWca__headerControls{align-items:center;gap:16px;display:flex}.AppShell-module-scss-module__ZdfWca__atsCheckButton{color:#fff;cursor:pointer;white-space:nowrap;background:#198038;border:none;border-radius:6px;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:600;transition:background-color .15s,filter .15s;display:flex}.AppShell-module-scss-module__ZdfWca__atsCheckButton:hover{filter:brightness(1.06)}.AppShell-module-scss-module__ZdfWca__atsCheckButton:active{filter:brightness(.95)}.AppShell-module-scss-module__ZdfWca__logo{color:var(--color-brand-primary,#3797a4);letter-spacing:-.5px;align-items:center;gap:8px;font-size:16px;font-weight:600;display:flex}.AppShell-module-scss-module__ZdfWca__logo img{display:block}.AppShell-module-scss-module__ZdfWca__logo span{line-height:1}.AppShell-module-scss-module__ZdfWca__pageName{color:var(--color-text-primary,#3d3c3c);border-radius:4px;align-items:center;padding:4px 12px;font-size:14px;font-weight:500;display:flex}.AppShell-module-scss-module__ZdfWca__pageName span{line-height:1}.AppShell-module-scss-module__ZdfWca__sidebarModeToggle{z-index:4;border-bottom:1px solid var(--color-border-light,#dcdad8);background:var(--color-surface,#fff);justify-content:center;align-items:center;padding:4px 8px;display:flex;position:sticky;top:0}.AppShell-module-scss-module__ZdfWca__sidebarModeToggle kyn-split-btn{--kd-button-height:28px;--kd-split-btn-font-size:11px;width:100%}.AppShell-module-scss-module__ZdfWca__modeSplitBtn{width:100%;font-size:11px}.AppShell-module-scss-module__ZdfWca__splitMenuItem{cursor:pointer;white-space:nowrap;padding:6px 12px;font-size:12px;transition:background .15s;display:block}.AppShell-module-scss-module__ZdfWca__splitMenuItem:hover{background:var(--color-bg-hover,#f0f0f0)}.AppShell-module-scss-module__ZdfWca__headerActions{flex-direction:row;align-items:center;gap:12px;margin-left:auto;display:flex}.AppShell-module-scss-module__ZdfWca__profileMenuContainer{position:relative}.AppShell-module-scss-module__ZdfWca__profileMenu{background:var(--dyd-bg-primary,#fff);border:1px solid var(--dyd-border-color,#e5e7eb);z-index:60;border-radius:10px;min-width:220px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 10px 24px #0000001f}.AppShell-module-scss-module__ZdfWca__profileMenuHeader{border-bottom:1px solid var(--dyd-border-color,#e5e7eb);background:linear-gradient(#3797a414,#3797a405);padding:12px 14px 10px}.AppShell-module-scss-module__ZdfWca__profileMenuTitle{color:var(--dyd-text-primary,#111827);font-size:13px;font-weight:700}.AppShell-module-scss-module__ZdfWca__profileMenuSubtitle{color:var(--color-text-secondary,#6b7280);margin-top:2px;font-size:11px}.AppShell-module-scss-module__ZdfWca__profileMenuItem{width:100%;color:var(--dyd-text-primary,#111827);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:11px 14px;font-size:13px;transition:background-color .15s;display:flex}.AppShell-module-scss-module__ZdfWca__profileMenuItem:hover{background:var(--color-surface-secondary,#f8f9fa)}.AppShell-module-scss-module__ZdfWca__profileMenuDivider{background:var(--dyd-border-color,#e5e7eb);height:1px}.AppShell-module-scss-module__ZdfWca__saveMenuContainer{position:relative}.AppShell-module-scss-module__ZdfWca__saveSplit{border:1px solid var(--dyd-border-color,#e5e7eb);border-radius:6px;display:flex;overflow:hidden}.AppShell-module-scss-module__ZdfWca__savePrimaryButton{background-color:var(--dyd-bg-primary,#fff);color:var(--dyd-text-primary,#111827);cursor:pointer;border:none;align-items:center;gap:8px;padding:5px 12px;font-size:14px;font-weight:500;transition:background-color .2s;display:flex}.AppShell-module-scss-module__ZdfWca__savePrimaryButton:hover{background-color:var(--dyd-bg-secondary,#f9fafb)}.AppShell-module-scss-module__ZdfWca__saveDropdownButton{background-color:var(--dyd-bg-primary,#fff);color:var(--dyd-text-primary,#111827);border:none;border-left:1px solid var(--dyd-border-color,#e5e7eb);cursor:pointer;align-items:center;padding:5px;transition:background-color .2s;display:flex}.AppShell-module-scss-module__ZdfWca__saveDropdownButton:hover{background-color:var(--dyd-bg-secondary,#f9fafb)}.AppShell-module-scss-module__ZdfWca__saveMenu{background-color:var(--dyd-bg-primary,#fff);border:1px solid var(--dyd-border-color,#e5e7eb);z-index:50;border-radius:8px;min-width:192px;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.AppShell-module-scss-module__ZdfWca__saveMenuItem{width:100%;color:var(--dyd-text-primary,#111827);cursor:pointer;text-align:left;background-color:#0000;border:none;align-items:center;gap:12px;padding:10px 14px;font-size:14px;transition:background-color .15s;display:flex}.AppShell-module-scss-module__ZdfWca__saveMenuItem:hover{background-color:var(--dyd-bg-secondary,#f9fafb)}.AppShell-module-scss-module__ZdfWca__saveMenuDivider{background-color:var(--dyd-border-color,#e5e7eb);height:1px;margin:4px 0}.AppShell-module-scss-module__ZdfWca__hiddenFileInput{display:none}.AppShell-module-scss-module__ZdfWca__zoomControls{align-items:center;gap:8px;display:flex}.AppShell-module-scss-module__ZdfWca__zoomButton{cursor:pointer;width:28px;height:28px;color:var(--dyd-text-primary);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:background-color .2s;display:flex}.AppShell-module-scss-module__ZdfWca__zoomButton:hover{background-color:var(--dyd-bg-primary)}.AppShell-module-scss-module__ZdfWca__zoomValue{color:var(--dyd-text-primary);text-align:center;min-width:50px;font-size:14px;font-weight:500}.AppShell-module-scss-module__ZdfWca__zoomReset{cursor:pointer;height:28px;color:var(--dyd-text-primary);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin-left:4px;padding:0 8px;font-size:12px;font-weight:500;transition:background-color .2s;display:flex}.AppShell-module-scss-module__ZdfWca__zoomReset:hover{background-color:var(--dyd-bg-primary)}.AppShell-module-scss-module__ZdfWca__canvasSizeControls{border-left:1px solid var(--dyd-border-color,#e5e7eb);align-items:center;gap:4px;margin-left:12px;padding-left:12px;font-size:12px;display:flex}.AppShell-module-scss-module__ZdfWca__canvasSizeLabel{color:var(--color-text-primary,#3d3c3c);font-weight:500}.AppShell-module-scss-module__ZdfWca__canvasSizeInputLabel{align-items:center;gap:2px;display:flex}.AppShell-module-scss-module__ZdfWca__canvasSizeInput{border:1px solid var(--dyd-border-color,#d1d5db);background-color:var(--dyd-bg-primary,#fff);width:64px;color:var(--dyd-text-primary,#111827);border-radius:4px;padding:1px 4px;font-size:12px}.AppShell-module-scss-module__ZdfWca__iconButton{cursor:pointer;width:28px;height:28px;color:var(--color-text-primary,#3d3c3c);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:flex}.AppShell-module-scss-module__ZdfWca__iconButton:hover{background:var(--color-surface-secondary,#f8f9fa)}.AppShell-module-scss-module__ZdfWca__iconButton:active{background:var(--color-surface-tertiary,#f6f7f9)}.AppShell-module-scss-module__ZdfWca__iconButton.AppShell-module-scss-module__ZdfWca__active{background:var(--color-brand-primary,#3797a4);color:#fff}.AppShell-module-scss-module__ZdfWca__iconButton.AppShell-module-scss-module__ZdfWca__active:hover{background:var(--color-brand-secondary,#29707a)}.AppShell-module-scss-module__ZdfWca__iconButton:disabled{opacity:.3;cursor:not-allowed}.AppShell-module-scss-module__ZdfWca__iconButton:disabled:hover{background:0 0}.AppShell-module-scss-module__ZdfWca__iconButton svg{width:18px;height:18px}.AppShell-module-scss-module__ZdfWca__mainContent{flex:1;min-height:0;margin-top:32px;display:flex;overflow:hidden}.AppShell-module-scss-module__ZdfWca__sidebar{background:var(--color-surface,#fff);border-right:none;flex-shrink:0;transition:width 50ms ease-out;position:relative;overflow:hidden auto}.AppShell-module-scss-module__ZdfWca__canvas{background:var(--canvas-bg,#fafbfb);flex:1;min-width:0;transition:flex 50ms ease-out;position:relative;overflow:hidden}.AppShell-module-scss-module__ZdfWca__canvasPage{-webkit-overflow-scrolling:touch;min-height:0;overflow:hidden auto}.AppShell-module-scss-module__ZdfWca__propertiesPanel{background:var(--color-surface,#fff);border-left:none;flex-shrink:0;transition:width 50ms ease-out;position:relative;overflow:hidden auto}.AppShell-module-scss-module__ZdfWca__resizeHandle{cursor:col-resize;z-index:10;background:var(--color-border-light,#dcdad8);width:5px;transition:background .15s,width .15s;position:absolute;top:0;bottom:0}.AppShell-module-scss-module__ZdfWca__resizeHandle:hover,.AppShell-module-scss-module__ZdfWca__resizeHandle:active{background:var(--color-brand-primary,#3797a4);width:5px}.AppShell-module-scss-module__ZdfWca__sidebar .AppShell-module-scss-module__ZdfWca__resizeHandle{right:0}.AppShell-module-scss-module__ZdfWca__propertiesPanel .AppShell-module-scss-module__ZdfWca__resizeHandle{left:0}.AppShell-module-scss-module__ZdfWca__sidebar::-webkit-scrollbar{width:8px}.AppShell-module-scss-module__ZdfWca__propertiesPanel::-webkit-scrollbar{width:8px}.AppShell-module-scss-module__ZdfWca__sidebar::-webkit-scrollbar-track{background:var(--color-surface-secondary,#f8f9fa)}.AppShell-module-scss-module__ZdfWca__propertiesPanel::-webkit-scrollbar-track{background:var(--color-surface-secondary,#f8f9fa)}.AppShell-module-scss-module__ZdfWca__sidebar::-webkit-scrollbar-thumb{background:var(--color-border-medium,#bcbab8);border-radius:4px}.AppShell-module-scss-module__ZdfWca__propertiesPanel::-webkit-scrollbar-thumb{background:var(--color-border-medium,#bcbab8);border-radius:4px}.AppShell-module-scss-module__ZdfWca__sidebar::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary,#525252)}.AppShell-module-scss-module__ZdfWca__propertiesPanel::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary,#525252)}@media (max-width:1024px){.AppShell-module-scss-module__ZdfWca__sidebar{width:240px}.AppShell-module-scss-module__ZdfWca__propertiesPanel{width:280px}}.AppShell-module-scss-module__ZdfWca__modeSwitchOverlay{z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000073;justify-content:center;align-items:center;animation:.15s ease-out AppShell-module-scss-module__ZdfWca__fadeIn;display:flex;position:fixed;inset:0}.AppShell-module-scss-module__ZdfWca__modeSwitchModal{background:var(--color-surface-primary,#fff);text-align:center;border-radius:12px;width:90%;max-width:420px;padding:28px 32px 24px;animation:.18s ease-out AppShell-module-scss-module__ZdfWca__scaleIn;box-shadow:0 20px 60px #00000040}.AppShell-module-scss-module__ZdfWca__modeSwitchIcon{margin-bottom:12px}.AppShell-module-scss-module__ZdfWca__modeSwitchTitle{color:var(--color-text-primary,#1b1b1b);margin:0 0 8px;font-size:16px;font-weight:600}.AppShell-module-scss-module__ZdfWca__modeSwitchMessage{color:var(--color-text-secondary,#525252);margin:0 0 20px;font-size:13px;line-height:1.5}.AppShell-module-scss-module__ZdfWca__modeSwitchActions{justify-content:flex-end;gap:8px;display:flex}.AppShell-module-scss-module__ZdfWca__modeSwitchBtnCancel,.AppShell-module-scss-module__ZdfWca__modeSwitchBtnDiscard,.AppShell-module-scss-module__ZdfWca__modeSwitchBtnSave{cursor:pointer;border:1px solid #0000;border-radius:6px;align-items:center;padding:7px 16px;font-size:12px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.AppShell-module-scss-module__ZdfWca__modeSwitchBtnCancel{color:var(--color-text-secondary,#525252);border-color:var(--color-border-medium,#bcbab8);background:0 0}.AppShell-module-scss-module__ZdfWca__modeSwitchBtnCancel:hover{background:var(--color-surface-secondary,#f5f5f5)}.AppShell-module-scss-module__ZdfWca__modeSwitchBtnDiscard{color:#dc2626;background:#fee2e2;border-color:#fca5a5}.AppShell-module-scss-module__ZdfWca__modeSwitchBtnDiscard:hover{background:#fecaca}.AppShell-module-scss-module__ZdfWca__modeSwitchBtnSave{color:#fff;background:#3797a4;border-color:#3797a4}.AppShell-module-scss-module__ZdfWca__modeSwitchBtnSave:hover{background:#2d7a85}@keyframes AppShell-module-scss-module__ZdfWca__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AppShell-module-scss-module__ZdfWca__scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}
