:root{--bg: #0d1117;--panel: #151b23;--panel-2: #1b2330;--line: rgba(255, 255, 255, .08);--text: #f4f7fb;--muted: #9fb0c2;--accent: #6ea8fe;--danger: #ff6b6b;--success: #4cd38a;--warning: #f7c65c;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(circle at top left,rgba(76,211,138,.1),transparent 24%),radial-gradient(circle at top right,rgba(110,168,254,.12),transparent 28%),var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea{width:100%;background:#ffffff0a;color:var(--text);border:1px solid var(--line);border-radius:14px;padding:12px 14px;outline:none}input:focus,select:focus,textarea:focus{border-color:#6ea8fecc;box-shadow:0 0 0 3px #6ea8fe1f}label{display:grid;gap:8px;font-size:14px;color:var(--muted)}.authLayout,.loadingScreen{min-height:100vh;display:grid;place-items:center;padding:24px}.authCard,.loadingCard{width:min(560px,100%);background:#151b23eb;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 20px 60px #00000059;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brandBlock h1,.panel h2,.card h3,.card h4{margin:0}.brandBadge,.pill{display:inline-flex;align-items:center;gap:8px;background:#6ea8fe1f;color:#bfd5ff;border:1px solid rgba(110,168,254,.24);border-radius:999px;padding:6px 10px;font-size:13px;margin-bottom:14px}.authForm,.stack,.reportBlock{display:grid;gap:14px}.loginFooter{display:grid;gap:8px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:14px}.primaryBtn,.ghostBtn,.dangerBtn{border:0;border-radius:16px;padding:12px 16px;transition:transform .16s ease,opacity .16s ease,background .16s ease}.primaryBtn{background:linear-gradient(135deg,#3f8cff,#6ea8fe);color:#fff;font-weight:700}.ghostBtn{background:#ffffff0f;color:var(--text);border:1px solid var(--line)}.dangerBtn{background:linear-gradient(135deg,#ff6b6b,#ff8a8a);color:#fff;font-weight:700}.primaryBtn:hover,.ghostBtn:hover,.dangerBtn:hover{transform:translateY(-1px)}.primaryBtn:disabled,.ghostBtn:disabled,.dangerBtn:disabled{opacity:.6;cursor:default;transform:none}.alert{border-radius:16px;padding:12px 14px}.alert.error,.note{background:#ffffff0d;border:1px solid var(--line)}.appShell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{border-right:1px solid var(--line);padding:24px 16px;background:#0a0d12a6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:0;height:100vh}.sidebarTitle{font-weight:800;margin-bottom:16px}.sidebarNav{display:grid;gap:10px}.sidebarItem{text-align:left;border:1px solid transparent;background:transparent;color:var(--muted);border-radius:16px;padding:14px 12px}.sidebarItem.active{background:#6ea8fe1f;border-color:#6ea8fe2e;color:#fff}.mainArea{padding:20px;display:grid;gap:18px}.topbar,.panel,.card,.subCard{background:#151b23e0;border:1px solid var(--line);border-radius:24px;box-shadow:0 10px 40px #00000038}.topbar{padding:18px 20px;display:flex;justify-content:space-between;gap:16px;align-items:center}.topbarTitle{font-size:20px;font-weight:800}.statusRow{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.statusDot{border-radius:999px;padding:8px 12px;border:1px solid var(--line);font-size:13px}.statusDot.ready,.statusDot.live,.statusDot.connected{background:#4cd38a1f;color:#b9f3d4}.statusDot.loading,.statusDot.connecting,.statusDot.starting{background:#f7c65c1f;color:#ffe1a0}.statusDot.error,.statusDot.disconnected{background:#ff6b6b1f;color:#ffc1c1}.statusDot.idle{background:#ffffff0d;color:var(--muted)}.panel{padding:22px;display:grid;gap:18px}.panelHeader{display:flex;justify-content:space-between;gap:14px;align-items:start}.grid.twoCols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.cardsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.card{padding:18px;display:grid;gap:14px}.subCard{padding:14px;display:grid;gap:6px}.subTitle{font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.topicsList{margin:0;padding-left:18px;display:grid;gap:6px}.topicRequired{font-size:12px;color:#b9f3d4;margin-left:6px}.checkboxRow{display:flex;gap:10px;align-items:center;color:var(--text)}.checkboxRow input{width:auto}.muted{color:var(--muted)}.note{padding:14px;border-radius:18px;color:var(--muted)}.levelBar{width:100%;height:14px;border-radius:999px;overflow:hidden;background:#ffffff0f;border:1px solid var(--line)}.levelBarFill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#4cd38a,#6ea8fe)}.meterRow{display:grid;grid-template-columns:150px 1fr;gap:14px;align-items:center}.logsCard pre{white-space:pre-wrap;margin:0;font-size:13px;color:#d8e2ef;max-height:520px;overflow:auto}.tableCard{overflow:auto}.dataTable{width:100%;border-collapse:collapse;min-width:740px}.dataTable th,.dataTable td{text-align:left;padding:12px 10px;border-bottom:1px solid var(--line)}.dataTable th{color:var(--muted);font-size:13px;font-weight:700}.sessionRow{display:flex;flex-wrap:wrap;gap:16px;color:var(--muted)}.loader{width:36px;height:36px;border-radius:999px;border:3px solid rgba(255,255,255,.14);border-top-color:#6ea8fe;animation:spin .9s linear infinite;margin-bottom:12px}code{background:#ffffff14;padding:2px 6px;border-radius:8px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 980px){.appShell{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--line)}.grid.twoCols{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:start}}.activeInterviewBanner{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid rgba(110,231,183,.35)}.compactQuestionList{display:flex;flex-direction:column;gap:8px}.compactQuestionItem{border:1px solid rgba(148,163,184,.18);border-radius:14px;padding:10px;background:#0f172a47}.compactQuestionItem.open{border-color:#60a5fa73}.compactQuestionHeader{width:100%;display:grid;grid-template-columns:54px 160px 1fr;gap:10px;align-items:center;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;padding:0}.compactQuestionHeader:hover .compactQuestionText{text-decoration:underline}.compactQuestionNumber{font-weight:700;opacity:.9}.compactQuestionCategory{font-size:13px;opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compactQuestionText{font-size:14px;line-height:1.35}.compactQuestionBody{margin-top:12px;display:flex;flex-direction:column;gap:10px}.compactCoverageHeader{display:grid;grid-template-columns:54px 120px 1fr 64px;gap:10px;align-items:center;margin-bottom:8px}@media (max-width: 900px){.compactQuestionHeader,.compactCoverageHeader{grid-template-columns:44px 1fr}.compactQuestionCategory{display:none}.activeInterviewBanner{align-items:stretch;flex-direction:column}}.interviewPage{display:grid;gap:16px}.interviewHero{background:#151b23e0;border:1px solid var(--line);border-radius:26px;padding:18px;display:flex;justify-content:space-between;gap:16px;align-items:center;box-shadow:0 10px 40px #00000038}.interviewHero h2{margin:0 0 6px}.interviewHeroActions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.liveBadge{border-radius:999px;border:1px solid var(--line);padding:10px 12px;color:var(--muted);background:#ffffff0a;white-space:nowrap}.liveBadge.on{color:#b9f3d4;border-color:#4cd38a59;background:#4cd38a1f}.interviewDock{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.dockItem{background:#151b23b8;border:1px solid var(--line);border-radius:18px;padding:12px;display:grid;gap:4px;min-width:0}.dockItem span{color:var(--muted);font-size:12px}.dockItem b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.interviewTabs{display:flex;gap:8px;flex-wrap:wrap;background:#151b238a;border:1px solid var(--line);border-radius:20px;padding:8px}.interviewTab{border:1px solid transparent;background:transparent;color:var(--muted);border-radius:14px;padding:10px 12px;display:inline-flex;gap:8px;align-items:center}.interviewTab.active{color:#fff;background:#6ea8fe24;border-color:#6ea8fe38}.interviewTab span{min-width:22px;height:22px;border-radius:999px;display:inline-grid;place-items:center;font-size:12px;background:#ffffff14;color:#fff}.notificationList{display:grid;gap:10px}.notificationCard{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:start;border:1px solid var(--line);border-radius:18px;padding:14px;background:#ffffff0a}.notificationCard.high{border-color:#ff6b6b66;background:#ff6b6b14}.notificationCard.normal{border-color:#f7c65c57;background:#f7c65c12}.notificationCard.low{border-color:#6ea8fe47;background:#6ea8fe12}.globalAiNotifier{position:fixed;right:18px;bottom:18px;width:min(420px,calc(100vw - 36px));z-index:1000;background:#151b23f5;border:1px solid rgba(110,168,254,.26);border-radius:22px;box-shadow:0 20px 70px #00000073;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:14px;display:grid;gap:10px}.globalAiNotifierHeader{display:flex;justify-content:space-between;gap:12px;align-items:start}.globalReminderList{display:grid;gap:8px;max-height:320px;overflow:auto}.globalReminderItem{border:1px solid var(--line);background:#ffffff0a;border-radius:16px;padding:10px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start}.notificationPermissionBtn{border:1px solid rgba(76,211,138,.28);background:#4cd38a1a;color:#b9f3d4;border-radius:14px;padding:10px 12px}@media (max-width: 1100px){.interviewDock{grid-template-columns:repeat(2,minmax(0,1fr))}.interviewHero{align-items:stretch;flex-direction:column}.interviewHeroActions{justify-content:flex-start}}@media (max-width: 700px){.interviewDock,.notificationCard,.globalReminderItem{grid-template-columns:1fr}.globalAiNotifier{left:12px;right:12px;bottom:12px;width:auto}}.dashboardStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.statCard{background:#151b23c7;border:1px solid var(--line);border-radius:20px;padding:16px;display:grid;gap:6px}.statCard span{color:var(--muted);font-size:13px}.statCard b{font-size:28px}.historyFilters{display:grid;grid-template-columns:1fr 220px 220px;gap:12px;align-items:end}.historyStatus{display:inline-flex;border-radius:999px;padding:6px 10px;border:1px solid var(--line);font-size:13px}.historyStatus.active{color:#b9f3d4;border-color:#4cd38a59;background:#4cd38a1a}.historyStatus.finished{color:#bfd5ff;border-color:#6ea8fe4d;background:#6ea8fe1a}.rowId{font-size:12px;word-break:break-all}.reportsLayout{display:grid;grid-template-columns:minmax(320px,420px) 1fr;gap:16px;align-items:start}.reportsSidebar{position:sticky;top:20px;max-height:calc(100vh - 140px);overflow:hidden}.reportsToolbar{display:grid;gap:12px}.reportsList{display:grid;gap:10px;overflow:auto;padding-right:4px;max-height:calc(100vh - 330px)}.reportSessionCard{width:100%;text-align:left;border:1px solid var(--line);background:#ffffff0a;color:var(--text);border-radius:18px;padding:14px;display:grid;gap:8px}.reportSessionCard:hover{border-color:#6ea8fe59}.reportSessionCard.selected{background:#6ea8fe1f;border-color:#6ea8fe73}.reportSessionTop{display:flex;justify-content:space-between;gap:10px}.reportSessionTop span,.reportSessionStatus{border-radius:999px;padding:4px 8px;font-size:12px;background:#ffffff14;color:var(--muted)}.reportSessionStatus{width:fit-content}.reportEditor{min-height:620px}.reportMetaGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.reportTextarea{min-height:520px;resize:vertical;line-height:1.55}@media (max-width: 1200px){.reportsLayout{grid-template-columns:1fr}.reportsSidebar{position:static;max-height:none}.reportsList{max-height:420px}.reportMetaGrid,.dashboardStats{grid-template-columns:repeat(2,minmax(0,1fr))}.historyFilters{grid-template-columns:1fr}}@media (max-width: 700px){.reportMetaGrid,.dashboardStats{grid-template-columns:1fr}}select{color-scheme:dark;background-color:var(--panel-2);color:var(--text)}select option{background-color:#1b2330;color:#f4f7fb}select option:checked{background-color:#2f6bca;color:#fff}select option:hover{background-color:#263449;color:#fff}select:disabled{opacity:.65}.startReadyCheckbox{display:inline-flex;align-items:center;gap:8px;width:auto;color:var(--text);background:#ffffff0f;border:1px solid var(--line);border-radius:16px;padding:10px 12px;white-space:nowrap}.startReadyCheckbox input{width:auto}.entityLayout{display:grid;grid-template-columns:minmax(300px,420px) 1fr;gap:16px;align-items:start}.entityListCard{position:sticky;top:20px;max-height:calc(100vh - 140px);overflow:hidden}.entityList{display:grid;gap:10px;max-height:calc(100vh - 270px);overflow:auto;padding-right:4px}.entityListItem{width:100%;text-align:left;color:var(--text);background:#ffffff0a;border:1px solid var(--line);border-radius:18px;padding:14px;display:grid;gap:6px}.entityListItem:hover{border-color:#6ea8fe59}.entityListItem.selected{background:#6ea8fe1f;border-color:#6ea8fe73}.entityListItem span{color:var(--muted)}.entityEditor{min-height:600px}.formGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.resumeLink{color:#9cc4ff;text-decoration:none;font-weight:700}@media (max-width: 1100px){.entityLayout{grid-template-columns:1fr}.entityListCard{position:static;max-height:none}.entityList{max-height:420px}}@media (max-width: 700px){.formGrid{grid-template-columns:1fr}}.launchParamsCard{align-content:start;gap:10px;max-width:720px}.launchParamsCard label{gap:6px}.launchParamsCard select,.launchParamsCard input{min-height:44px;padding:10px 12px}.launchParamsCard .note{margin-top:2px}.launchParamsCard{display:flex;flex-direction:column;align-items:stretch;gap:12px;align-self:start;max-width:680px}.launchParamsCard h3{margin-bottom:2px}.launchField{display:flex;flex-direction:column;gap:4px;margin:0;padding:0}.launchFieldLabel{color:var(--muted);font-size:13px;line-height:1.2;margin:0;padding:0}.launchSelect{height:42px!important;min-height:42px!important;max-height:42px!important;width:100%;max-width:520px;padding:8px 12px!important;line-height:1.2!important;border-radius:12px!important}.launchParamsCard .note{margin-top:4px}.interviewPage .grid.twoCols{align-items:start}.reportsStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.reportsFiltersCard{display:grid;grid-template-columns:1fr 240px;gap:12px;align-items:end}.reportsLayoutClean{display:grid;grid-template-columns:minmax(300px,380px) minmax(0,1fr);gap:16px;align-items:start}.reportsListCard,.reportEditorClean{min-height:0!important;max-height:none!important;overflow:visible!important}.reportsListClean{display:grid;gap:10px;max-height:none!important;overflow:visible!important;padding-right:0!important}.reportHeaderClean{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.reportHeaderClean h3{margin:0}.compactHeader{align-items:center}.reportSessionVacancy{color:var(--text);line-height:1.35}.reportMetaGridClean{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.reportMetaItem{background:#ffffff0a;border:1px solid var(--line);border-radius:16px;padding:12px;display:grid;gap:5px}.reportMetaItem span{color:var(--muted);font-size:12px}.reportMetaItem b{font-size:13px;line-height:1.35;word-break:break-word}.reportInfoLine{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:13px}.compactNote{padding:10px 12px}.reportTextareaClean{width:100%;min-height:220px!important;max-height:60vh!important;resize:vertical;line-height:1.5}.reportTextarea{min-height:220px!important;max-height:60vh!important}.reportsSidebar,.reportsList,.reportEditor{max-height:none!important;min-height:0!important;overflow:visible!important;position:static!important}@media (max-width: 1200px){.reportsLayoutClean{grid-template-columns:1fr}.reportsStats,.reportMetaGridClean{grid-template-columns:repeat(2,minmax(0,1fr))}.reportHeaderClean{flex-direction:column}}@media (max-width: 700px){.reportsFiltersCard,.reportsStats,.reportMetaGridClean{grid-template-columns:1fr}}.reportsPage{gap:14px}.reportsLayoutClean{display:grid;grid-template-columns:380px minmax(0,1fr);gap:16px;align-items:start}.reportsListCard{position:sticky!important;top:20px!important;align-self:start;max-height:calc(100vh - 40px)!important;overflow:hidden!important}.reportsListClean{display:grid;gap:10px;max-height:calc(100vh - 170px)!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:6px!important}.reportsListClean::-webkit-scrollbar{width:8px}.reportsListClean::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.reportsListClean::-webkit-scrollbar-thumb{background:#9fb0c259;border-radius:999px}.reportsListClean::-webkit-scrollbar-thumb:hover{background:#9fb0c28c}.reportEditorClean{min-height:0!important;max-height:none!important;overflow:visible!important}.reportTextareaClean{width:100%;min-height:220px!important;max-height:58vh!important;resize:vertical;line-height:1.5}.reportsSidebar,.reportEditor{max-height:none!important;min-height:0!important;overflow:visible!important}.reportsList{max-height:calc(100vh - 260px)!important;overflow-y:auto!important;overflow-x:hidden!important}.reportSessionCard{padding:12px!important;gap:6px!important}.reportSessionTop{align-items:flex-start}.reportSessionTop b{line-height:1.25}.reportSessionVacancy{line-height:1.3}@media (max-width: 1200px){.reportsLayoutClean{grid-template-columns:1fr}.reportsListCard{position:static!important;max-height:none!important}.reportsListClean{max-height:360px!important;overflow-y:auto!important}}@media (max-width: 700px){.reportsListClean{max-height:300px!important}}.dashboardPage{display:grid;gap:16px}.dashboardHero{display:grid;grid-template-columns:92px 1fr auto;align-items:center;gap:18px}.dashboardAvatar{width:86px;height:86px;border-radius:999px;display:grid;place-items:center;background:#ffffff14;border:1px solid var(--line);color:var(--text);font-size:34px;font-weight:800}.dashboardProfile{display:grid;gap:4px}.dashboardProfile h2{margin:0}.dashboardHeroActions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.dashboardTabs{display:flex;gap:8px;border-bottom:1px solid var(--line);padding:0 4px}.dashboardTab{border:0;background:transparent;color:var(--muted);padding:12px 10px;font-weight:700;border-bottom:2px solid transparent}.dashboardTab.active{color:var(--text);border-bottom-color:var(--accent)}.dashboardGrid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:16px;align-items:stretch}.dashboardStatsCard{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start}.dashboardStatItem{background:#ffffff0a;border:1px solid var(--line);border-radius:20px;padding:18px;display:grid;gap:8px;min-height:128px}.dashboardStatItem b{font-size:42px;line-height:1}.dashboardStatItem span{color:var(--muted);font-size:16px;line-height:1.25}.dashboardChartsColumn{display:grid;gap:16px}.dashboardChartCard{min-height:220px}.donutMock{width:170px;height:170px;margin:8px auto;border-radius:999px;background:conic-gradient(var(--accent) 0 76%,rgba(255,255,255,.15) 76% 100%);display:grid;place-items:center}.donutCenter{width:105px;height:105px;border-radius:999px;background:var(--panel);border:1px solid var(--line)}.chartLegend,.calendarLegend{display:grid;gap:8px;color:var(--muted)}.chartLegend span,.calendarLegend div{display:flex;align-items:center;gap:10px}.legendBlue,.legendGray,.legendLightBlue{width:14px;height:14px;border-radius:4px;display:inline-block}.legendBlue{background:var(--accent)}.legendGray{background:#ffffff59}.legendLightBlue{background:#7aa7ff}.lineChartMock{height:150px;color:var(--accent);background:#ffffff08;border:1px solid var(--line);border-radius:18px;padding:12px}.lineChartMock svg{width:100%;height:100%}.calendarMainCard{align-content:start}.calendarDate{font-size:42px;font-weight:900;margin-bottom:10px}.calendarEvents{display:grid;gap:12px}.calendarEvent{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:start;background:#ffffff0a;border:1px solid var(--line);border-radius:18px;padding:14px}.calendarTime{color:var(--accent);font-weight:800}.calendarAsideCard{align-content:center}.calendarIconMock{display:grid;place-items:center;min-height:210px;font-size:86px;background:#ffffff0a;border:1px solid var(--line);border-radius:22px;margin-bottom:16px}.tasksPanel{gap:16px}.tasksSummary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tasksSummary div{background:#ffffff0a;border:1px solid var(--line);border-radius:18px;padding:16px;display:grid;gap:6px}.tasksSummary span{color:var(--muted)}.tasksSummary b{font-size:36px}.tasksFilters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tasksTableMock{background:#ffffff0a;border:1px solid var(--line);border-radius:18px;overflow:hidden}.tasksTableHead{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:12px;padding:14px;border-bottom:1px solid var(--line);color:var(--muted)}.tasksEmpty{min-height:180px;padding:18px;color:var(--muted)}@media (max-width: 1100px){.dashboardHero{grid-template-columns:72px 1fr}.dashboardHeroActions{grid-column:1 / -1;justify-content:flex-start}.dashboardAvatar{width:72px;height:72px;font-size:28px}.dashboardGrid,.tasksFilters,.tasksSummary{grid-template-columns:1fr}}@media (max-width: 700px){.dashboardStatsCard,.calendarEvent,.tasksTableHead{grid-template-columns:1fr}}.planningPage{gap:18px}.planningHero{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap}.planningHeroActions{display:flex;gap:10px;align-items:center}.planningFilters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.planningTabs{display:flex;gap:10px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:8px}.planningTab{border:0;background:transparent;color:var(--muted);padding:10px 12px;border-radius:12px;font-weight:700}.planningTab.active{color:var(--text);background:#6ea8fe1f;border:1px solid rgba(110,168,254,.18)}.planningQuestionHeader{display:grid;grid-template-columns:60px 180px 1fr 170px 260px;gap:12px;color:var(--muted);font-size:13px;font-weight:700;padding:0 10px 8px;border-bottom:1px solid var(--line)}.planningQuestionRows{display:grid;gap:10px}.planningQuestionRow{border:1px solid var(--line);border-radius:16px;background:#ffffff08;padding:12px}.planningQuestionRow.open{border-color:#6ea8fe52}.planningQuestionTop{display:grid;grid-template-columns:60px 180px 1fr 170px 260px;gap:12px;align-items:start}.planningCell.number{font-weight:800}.planningCell.category,.planningCell.text{line-height:1.4}.planningCell.required{display:flex;justify-content:center;align-items:center;min-height:42px}.planningCell.required input{width:auto}.planningCell.actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.planningQuestionEditor{margin-top:14px;display:grid;gap:12px}.planningScheduleGrid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:16px}.planningScheduleForm{display:grid;gap:14px}.planningCalendarPlaceholder{min-height:420px;display:grid;place-items:center;text-align:center;padding:28px}.planningCalendarIcon{font-size:72px;margin-bottom:8px}.startRow{display:flex;align-items:center;justify-content:space-between}.checkboxRow.compact{display:inline-flex;width:auto;gap:10px;align-items:center}.checkboxRow.compact input{width:auto}@media (max-width: 1180px){.planningQuestionHeader,.planningQuestionTop{grid-template-columns:50px 140px 1fr 120px}.planningCell.actions{grid-column:1 / -1;justify-content:flex-start;margin-top:4px}.planningQuestionHeader>:last-child{display:none}}@media (max-width: 980px){.planningFilters,.planningScheduleGrid{grid-template-columns:1fr}.planningQuestionHeader{display:none}.planningQuestionTop{grid-template-columns:1fr}.planningCell.required{justify-content:flex-start}}.candidatesPage{gap:16px}.entityTabs{display:flex;gap:10px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:8px}.entityTab{border:0;background:transparent;color:var(--muted);padding:10px 12px;border-radius:12px;font-weight:700;display:inline-flex;gap:8px;align-items:center}.entityTab span{min-width:24px;height:24px;border-radius:999px;display:inline-grid;place-items:center;background:#ffffff14;color:var(--text);font-size:12px}.entityTab.active{color:var(--text);background:#6ea8fe1f;border:1px solid rgba(110,168,254,.18)}.candidateListToolbar{display:grid;grid-template-columns:minmax(0,1fr) 140px;gap:14px;align-items:end}.candidateListMeta{background:#ffffff0a;border:1px solid var(--line);border-radius:16px;padding:12px;display:grid;gap:4px}.candidateListMeta b{font-size:28px;line-height:1}.candidateCardsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px}.candidateCard{border:1px solid var(--line);background:#ffffff09;border-radius:20px;padding:16px;display:grid;gap:12px}.candidateCard.selected{border-color:#6ea8fe80;box-shadow:0 0 0 3px #6ea8fe14}.candidateCardTop{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.candidateCardTop h3{margin:0;line-height:1.25}.candidateContacts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.candidateContacts div{background:#ffffff0a;border:1px solid var(--line);border-radius:14px;padding:10px;display:grid;gap:4px;min-width:0}.candidateContacts span{color:var(--muted);font-size:12px}.candidateContacts b{font-size:13px;word-break:break-word}.candidateActions{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;align-items:center;border-top:1px solid var(--line);padding-top:12px}.candidateEditorFull{max-width:none}.resumeLink{color:#bfd5ff;font-weight:700;text-decoration:none}.resumeLink:hover{text-decoration:underline}@media (max-width: 760px){.candidateListToolbar,.candidateCardsGrid,.candidateContacts{grid-template-columns:1fr}.candidateCardTop{flex-direction:column}}.candidateCardsGrid{grid-template-columns:1fr!important}.candidateCard{width:100%}.candidateCardTop{align-items:flex-start}.candidateContacts{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 760px){.candidateContacts{grid-template-columns:1fr}}.vacanciesPage{gap:16px}.vacancyListToolbar{display:grid;grid-template-columns:minmax(0,1fr) 140px;gap:14px;align-items:end}.vacancyCardsList{display:grid;grid-template-columns:1fr;gap:14px}.vacancyCardWide{border:1px solid var(--line);background:#ffffff09;border-radius:20px;padding:16px;display:grid;gap:12px}.vacancyCardWide.selected{border-color:#6ea8fe80;box-shadow:0 0 0 3px #6ea8fe14}.vacancyCardTop{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.vacancyCardTop h3{margin:0;line-height:1.25}.vacancyInfoGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.vacancyInfoGrid div{background:#ffffff0a;border:1px solid var(--line);border-radius:14px;padding:10px;display:grid;gap:4px;min-width:0}.vacancyInfoGrid span{color:var(--muted);font-size:12px}.vacancyInfoGrid b{font-size:13px;word-break:break-word}.vacancyFocus{background:#6ea8fe14;border:1px solid rgba(110,168,254,.18);border-radius:16px;padding:12px;display:grid;gap:6px}.vacancyEditorFull{max-width:none}.vacancyActiveCheckbox{margin-top:-2px}@media (max-width: 1000px){.vacancyInfoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.vacancyCardTop{flex-direction:column}}@media (max-width: 760px){.vacancyListToolbar,.vacancyInfoGrid{grid-template-columns:1fr}}.reportsTabsPage{gap:16px}.reportsListFullCard{gap:14px}.reportsFiltersInline{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:14px;align-items:end;padding:0;background:transparent;border:0;box-shadow:none}.reportsListHeader{background:#ffffff0a;border:1px solid var(--line);border-radius:16px;padding:12px;display:grid;gap:4px;width:180px}.reportsListHeader b{font-size:30px;line-height:1}.reportCardsList{display:grid;grid-template-columns:1fr;gap:14px}.reportCardWide{border:1px solid var(--line);background:#ffffff09;border-radius:20px;padding:16px;display:grid;gap:12px}.reportCardWide.selected{border-color:#6ea8fe80;box-shadow:0 0 0 3px #6ea8fe14}.reportCardTop{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.reportCardTop h3{margin:0;line-height:1.25}.reportInfoGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.reportInfoGrid div{background:#ffffff0a;border:1px solid var(--line);border-radius:14px;padding:10px;display:grid;gap:4px;min-width:0}.reportInfoGrid span{color:var(--muted);font-size:12px}.reportInfoGrid b{font-size:13px;word-break:break-word}.reportEditorFull{max-width:none}.reportTextareaFull{min-height:260px!important;max-height:62vh!important}@media (max-width: 1000px){.reportInfoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.reportCardTop{flex-direction:column}}@media (max-width: 760px){.reportsFiltersInline{grid-template-columns:1fr}.reportsListHeader{width:100%}.reportInfoGrid{grid-template-columns:1fr}}.fixedTopbar{height:82px!important;min-height:82px!important;max-height:82px!important;padding:14px 20px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;overflow:hidden!important}.topbarIdentity{min-width:0;display:grid;gap:4px}.topbarTitle,.topbarUserLine{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbarStatusRow{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:nowrap;white-space:nowrap}.topbarStatusRow .statusDot,.topbarLogoutBtn{flex:0 0 auto;white-space:nowrap}@media (max-width: 980px){.fixedTopbar{height:82px!important;min-height:82px!important;max-height:82px!important;flex-direction:row!important;align-items:center!important}}@media (max-width: 700px){.fixedTopbar{padding:12px 14px!important;gap:10px!important}.topbarTitle{font-size:16px}.topbarUserLine{font-size:12px}.topbarStatusRow{gap:6px}.topbarStatusRow .statusDot{padding:7px 8px;font-size:12px}.topbarLogoutBtn{padding:9px 10px}}.globalAiNotifierHeaderActions{display:flex;gap:8px;align-items:center;flex:0 0 auto}.globalAiNotifierCollapsed{position:fixed;right:22px;bottom:22px;z-index:60;border:1px solid rgba(110,168,254,.35);background:#0f172af5;color:var(--text);border-radius:999px;padding:12px 16px;font-weight:800;box-shadow:0 18px 50px #00000052}.globalAiNotifierCollapsed:hover{border-color:#6ea8feb3}.globalAiNotifier .compactNote{margin-top:6px;font-size:12px}@media (max-width: 760px){.globalAiNotifierHeader{flex-direction:column}.globalAiNotifierHeaderActions{width:100%}.globalAiNotifierHeaderActions .ghostBtn{flex:1}.globalAiNotifierCollapsed{right:12px;bottom:12px}}.mainArea{padding-top:18px!important;gap:16px!important;align-content:start!important;justify-content:start!important}.appTopbar{height:104px!important;min-height:104px!important;max-height:104px!important;margin:0!important;padding:20px 24px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;overflow:hidden!important;border:1px solid rgba(110,168,254,.24)!important;border-radius:22px!important;background:linear-gradient(135deg,#162a4efa,#0a1220fa)!important;box-shadow:0 18px 55px #00000047,inset 0 1px #ffffff0d!important}.appTopbarLeft{min-width:0;display:grid;gap:8px}.appTopbarTitle{font-size:22px;line-height:1.15;font-weight:900;letter-spacing:.01em;color:#f6f9ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.appTopbarMeta{min-width:0;display:flex;align-items:center;gap:6px;flex-wrap:nowrap;color:#b9c8df;font-size:14px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.appTopbarMeta b{color:#eef5ff;font-weight:800}.appTopbarRight{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;white-space:nowrap;flex-wrap:nowrap}.appTopbarRight .statusDot{flex:0 0 auto;white-space:nowrap}.appTopbarLogout{flex:0 0 auto;white-space:nowrap;padding-left:18px!important;padding-right:18px!important}.dashboardPage{margin-top:0!important;padding-top:0!important;display:grid!important;gap:18px!important;align-content:start!important}.dashboardHero{margin-top:0!important;min-height:130px!important;align-items:center!important}.mainArea>.dashboardPage:first-child,.mainArea>.dashboardPage,.mainArea>section.dashboardPage{margin-top:0!important}.dashboardPage>.card:first-child{margin-top:0!important}@media (max-width: 1200px){.appTopbar{height:104px!important;min-height:104px!important;max-height:104px!important;flex-direction:row!important}.dashboardHero{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important}}@media (max-width: 760px){.mainArea{padding-top:12px!important;gap:12px!important}.appTopbar{height:96px!important;min-height:96px!important;max-height:96px!important;padding:16px!important;gap:12px!important}.appTopbarTitle{font-size:18px}.appTopbarMeta{font-size:12px}.appTopbarRight{gap:6px}.appTopbarRight .statusDot{padding:7px 8px;font-size:12px}.appTopbarLogout{padding:9px 10px!important}.dashboardHero{grid-template-columns:auto minmax(0,1fr)!important}.dashboardHeroActions{grid-column:1 / -1;justify-content:flex-start!important}}.mainArea{width:100%!important;max-width:none!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;justify-content:stretch!important;justify-items:stretch!important;align-content:start!important;box-sizing:border-box!important}.mainArea>*{width:100%!important;max-width:none!important;box-sizing:border-box!important}.appTopbar,.topbar,.dashboardPage,.dashboardHero,.dashboardGrid,.panel,.card{width:100%!important;max-width:none!important;box-sizing:border-box!important}.dashboardPage,.dashboardHero,.dashboardGrid{justify-self:stretch!important}.planningQuestionHeaderCompact{grid-template-columns:56px 190px minmax(0,1fr) 120px!important;gap:10px!important;padding:0 12px 8px!important}.planningQuestionRowsCompact{gap:8px!important}.planningQuestionRowCompact{padding:0!important;overflow:hidden!important}.planningQuestionTopCompact{width:100%;border:0;background:transparent;color:var(--text);cursor:pointer;display:grid!important;grid-template-columns:56px 190px minmax(0,1fr) 120px!important;gap:10px!important;align-items:center!important;padding:10px 12px!important;text-align:left}.planningQuestionTopCompact:hover{background:#6ea8fe14}.planningQuestionRowCompact.open .planningQuestionTopCompact{background:#6ea8fe1c;border-bottom:1px solid var(--line)}.planningQuestionTopCompact .planningCell{min-width:0}.planningQuestionTopCompact .number{font-weight:900;color:var(--text)}.planningQuestionTopCompact .category{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.planningQuestionTopCompact .text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25}.planningQuestionTopCompact .state{color:var(--muted);font-size:12px;text-align:right}.planningQuestionRowCompact.open .state{color:#bfd5ff;font-weight:800}.planningQuestionEditorCompact{padding:14px!important;margin-top:0!important;display:grid;gap:12px}.planningQuestionEditorActions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.planningQuestionEditorGrid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:12px;align-items:end}.planningRequiredCheckbox{min-height:42px;align-items:center}.planningRequiredCheckbox input{width:auto}@media (max-width: 1000px){.planningQuestionHeaderCompact{display:none!important}.planningQuestionTopCompact{grid-template-columns:44px minmax(0,1fr) 100px!important}.planningQuestionTopCompact .category{display:none}.planningQuestionEditorGrid{grid-template-columns:1fr}.planningQuestionEditorActions{justify-content:flex-start}}@media (max-width: 640px){.planningQuestionTopCompact{grid-template-columns:36px minmax(0,1fr)!important}.planningQuestionTopCompact .state{display:none}}.interviewLaunchTop{display:grid;grid-template-columns:minmax(130px,.65fr) minmax(220px,1fr) minmax(220px,1fr) minmax(210px,.9fr);gap:14px;align-items:end}.interviewLaunchTop label{gap:6px}.interviewLaunchTop input,.interviewLaunchTop select{height:42px!important;min-height:42px!important}.interviewQuestionMini{min-height:72px;border:1px solid var(--line);background:#ffffff09;border-radius:14px;padding:10px 12px;display:grid;gap:3px;align-content:center}.interviewQuestionMini b{line-height:1.15}.interviewReadyCheckbox{margin:0!important;min-height:42px;align-items:center}.interviewReadyCheckbox input{width:auto}.interviewLaunchTab:disabled{opacity:.45;cursor:not-allowed}.interviewLaunchPage{gap:0!important}.interviewLaunchBox{display:grid!important;gap:12px!important;padding:16px!important;overflow:hidden!important}.interviewLaunchTop{display:grid;grid-template-columns:minmax(130px,.55fr) minmax(220px,1fr) minmax(220px,1fr) minmax(240px,.95fr);gap:14px;align-items:end}.interviewStaticField{min-height:48px;border:1px solid var(--line);background:#ffffff09;border-radius:14px;padding:9px 12px;display:grid;gap:3px;align-content:center}.interviewStaticField span,.interviewQuestionMini span{color:var(--muted);font-size:13px}.interviewStaticField b,.interviewQuestionMini b{color:var(--text);font-size:15px;line-height:1.2}.interviewLaunchSelectLabel{gap:6px}.interviewLaunchSelectLabel select{height:48px!important;min-height:48px!important;max-height:48px!important;line-height:1.25!important;padding:11px 44px 11px 14px!important;border-radius:14px!important}.interviewQuestionMini{min-height:48px;border:1px solid var(--line);background:#ffffff09;border-radius:14px;padding:8px 10px 8px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.interviewQuestionMini>div{min-width:0;display:grid;gap:2px}.interviewQuestionMini .ghostBtn{padding:9px 11px;border-radius:12px;white-space:nowrap}.interviewLaunchBottom{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:14px;align-items:center;padding-bottom:10px;border-bottom:1px solid var(--line)}.interviewReadyCheckbox{margin:0!important;min-height:48px;display:inline-flex!important;align-items:center!important;gap:10px;color:var(--text);min-width:0}.interviewReadyCheckbox input{width:auto!important;flex:0 0 auto;margin:0!important}.interviewReadyCheckbox span{line-height:1.35;min-width:0}.interviewTimer{display:inline-flex;align-items:center;gap:9px;min-width:112px;color:#bfd5ff;font-size:18px;font-weight:900;white-space:nowrap}.interviewTimerIcon{width:28px;height:28px;border-radius:999px;display:inline-grid;place-items:center;border:1px solid rgba(110,168,254,.5)}.interviewLaunchButtons{display:flex;gap:10px;justify-content:flex-end;white-space:nowrap}.interviewLaunchButtons button{min-width:136px}.interviewLaunchTabs{display:flex;gap:18px;border-bottom:1px solid var(--line);margin-top:-2px}.interviewLaunchTab{border:0;background:transparent;color:var(--muted);padding:10px 0;font-weight:800;cursor:pointer;border-bottom:2px solid transparent}.interviewLaunchTab.active{color:var(--text);border-bottom-color:#6ea8fee6}.interviewProfileSummary{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:stretch}.interviewSummaryCard{min-height:310px;height:100%;border:1px solid var(--line);background:#ffffff09;border-radius:16px;padding:18px;display:grid;align-content:start;gap:11px}.interviewSummaryCard h3{margin:0 0 4px;font-size:22px}.interviewSummaryTitle{font-size:19px;font-weight:900;color:var(--text);line-height:1.25}.interviewSummaryLine{color:var(--text);line-height:1.35}.interviewSummaryText{color:var(--muted);line-height:1.5}.interviewTabBody{display:grid;gap:16px;padding-top:4px}.interviewRemindersInside{margin-top:4px}@media (max-width: 1200px){.interviewLaunchTop{grid-template-columns:1fr 1fr}.interviewLaunchBottom{grid-template-columns:1fr;align-items:start}.interviewLaunchButtons{justify-content:flex-start}}@media (max-width: 860px){.interviewLaunchTop,.interviewProfileSummary{grid-template-columns:1fr}.interviewLaunchTabs{gap:12px;overflow-x:auto}.interviewLaunchTab{white-space:nowrap}}.globalAiNotifier{position:fixed!important;right:22px!important;left:auto!important;bottom:22px!important;width:min(420px,calc(100vw - 44px))!important;max-width:420px!important;max-height:min(560px,calc(100vh - 120px))!important;overflow:auto!important;z-index:1000!important;border:1px solid rgba(110,168,254,.28)!important;background:#0f172af5!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:22px!important;box-shadow:0 24px 70px #0000006b!important;padding:14px!important;display:grid!important;gap:10px!important}.globalAiNotifierHeader{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:12px!important}.globalAiNotifierHeader>div{min-width:0}.globalAiNotifierHeader .ghostBtn{flex:0 0 auto;padding:9px 11px;border-radius:12px}.globalReminderList{display:grid!important;gap:8px!important;max-height:320px!important;overflow-y:auto!important;overflow-x:hidden!important}.globalReminderItem{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:start!important}.globalAiNotifierCollapsed{position:fixed!important;right:22px!important;left:auto!important;bottom:22px!important;width:auto!important;max-width:calc(100vw - 44px)!important;z-index:1000!important}@media (max-width: 700px){.globalAiNotifier{right:12px!important;left:auto!important;bottom:12px!important;width:min(420px,calc(100vw - 24px))!important;max-height:50vh!important}.globalAiNotifierCollapsed{right:12px!important;left:auto!important;bottom:12px!important}.globalReminderItem{grid-template-columns:1fr!important}}.reportEditorSplit{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:16px;align-items:start}.reportFieldBlock{display:grid;gap:10px;min-width:0}.reportFieldBlock h4{margin:0;font-size:18px}.aiReportTextarea{background:#ffffff08!important;color:var(--muted)!important;cursor:default}.recruiterCommentsTextarea{min-height:260px!important;resize:vertical;line-height:1.5}@media (max-width: 1100px){.reportEditorSplit{grid-template-columns:1fr}}.interviewReportStack{display:grid;grid-template-columns:1fr;gap:18px;width:100%}.interviewReportStack .reportFieldBlock{width:100%;min-width:0}.interviewAiReportTextarea{width:100%;min-height:380px!important;max-height:70vh!important;resize:vertical}.interviewRecruiterCommentsTextarea{width:100%;min-height:220px!important;resize:vertical}.interviewAiReportTextarea{min-height:unset!important;height:auto!important;max-height:none!important;resize:vertical}.reportsReportStack{display:grid;grid-template-columns:1fr;gap:18px;width:100%}.reportsReportStack .reportFieldBlock{width:100%;min-width:0}.reportAiTextareaAuto{width:100%;min-height:unset!important;height:auto!important;max-height:none!important;resize:vertical}.reportsRecruiterCommentsTextarea{width:100%;min-height:220px!important;resize:vertical}
