:root{--bg: #f6f7fb;--panel: #ffffff;--panel-2: #f4f6ff;--border: #e7eaf2;--text: #171a23;--muted: #6b7280;--accent: #3b6ef5;--accent-2: #2f5ce8;--danger: #e5484d;--shadow: 0 12px 32px rgba(17, 24, 39, .1);--radius: 14px;--mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html,body{height:100%;width:100%;-webkit-text-size-adjust:100%}body{margin:0;color:var(--text);font-family:var(--sans);background:var(--bg);overflow:hidden}#root{width:100%;height:100%;overflow:hidden}.app{width:100vw;height:100vh;height:100dvh;display:grid;grid-template-columns:auto 1fr;overflow:hidden}.appMobile{grid-template-columns:1fr}.sidebar{width:280px;height:100%;background:var(--panel);border-right:1px solid var(--border);display:flex;flex-direction:column;min-width:72px;min-height:0;transition:width .16s ease}.sidebarOverlay{position:fixed;inset:0;background:#1118274d;z-index:55}.sidebarMobile{position:fixed;top:0;bottom:0;left:0;width:min(320px,86vw);transform:translate(-110%);transition:transform .18s ease;z-index:60;box-shadow:0 24px 48px #1118272e;border-right:1px solid var(--border)}.sidebarMobileOpen{transform:translate(0)}.sidebarCollapsed{width:76px}.sidebarTop{padding:14px 14px 10px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px}.brandMark{font-weight:900;letter-spacing:.5px;color:var(--accent);font-size:22px;line-height:1;transform:skew(-8deg)}.sidebarTopActions{display:flex;align-items:center;gap:8px}.iconBtn{width:40px;height:40px;border-radius:10px;border:1px solid transparent;background:transparent;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.iconBtn:hover{background:#f3f4f6;border-color:#eef0f4}.chev{font-size:18px;line-height:1}.nav{padding:4px 10px 12px;display:grid;gap:6px}.navItem{width:100%;border:1px solid transparent;background:transparent;border-radius:12px;padding:10px 12px;display:flex;align-items:center;gap:10px;cursor:pointer;color:var(--text);text-align:left}.navItem:hover{background:#f3f4f6;border-color:#eef0f4}.navActive{background:#eef2ff;border-color:#dbe4ff;color:#1f3fbf}.navIcon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.navLabel{font-weight:650;font-size:12px}.sidebarDivider{height:1px;background:var(--border);margin:4px 0 0}.sidebarSection{padding:10px 10px 0;display:grid;grid-template-rows:auto 1fr;gap:10px;min-height:0;flex:1;overflow:hidden}.sidebarSectionHeader{display:flex;align-items:center;justify-content:space-between;padding:0 4px}.sidebarSectionTitle{color:#6b7280;font-weight:700;font-size:12px}.convoList{min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:10px}.convoGroup{margin-bottom:10px}.convoSkeletonList{display:grid;gap:8px}.convoSkeletonItem{height:40px;border-radius:12px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:400% 100%;animation:convoShimmer 1.2s ease-in-out infinite}@keyframes convoShimmer{0%{background-position:100% 0}to{background-position:0 0}}.convoEmpty{font-size:12px;color:#9ca3af;padding:8px 2px}.convoGroupTitle{font-size:11px;color:#9ca3af;font-weight:700;padding:4px 0 6px}.convoItem{position:relative}.convoRow{width:100%;background:transparent;border:1px solid transparent;border-radius:12px;padding:10px 44px 10px 10px;text-align:left;cursor:pointer}.convoRow:hover{background:#f3f4f6;border-color:#eef0f4}.convoRowActive{background:#eef2ff;border-color:#dbe4ff}.convoTitle{font-weight:650;font-size:13px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.convoMeta{margin-top:4px;font-size:11px;color:var(--muted)}.convoActions{position:absolute;top:8px;right:8px;opacity:0;pointer-events:none;transition:opacity .12s ease}.convoItem:hover .convoActions,.convoActionsOpen{opacity:1;pointer-events:auto}.convoActionBtn{width:24px;height:24px;border-radius:8px;border:1px solid transparent;background:transparent;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;line-height:1}.convoActionBtn:hover:not(:disabled){background:#eef2ff;border-color:#dbe4ff;color:#1f3fbf}.convoActionBtn:disabled{opacity:.6;cursor:not-allowed}.convoMenu{position:absolute;top:26px;right:0;min-width:108px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 12px 24px #11182724;padding:4px;z-index:8}.convoMenuItem{width:100%;border:0;background:transparent;border-radius:8px;height:30px;padding:0 10px;text-align:left;cursor:pointer;color:#111827}.convoMenuItem:hover:not(:disabled){background:#f3f4f6}.convoMenuItemDanger{color:#dc2626}.convoMenuItem:disabled{opacity:.65;cursor:not-allowed}.sidebarBottom{padding:12px 10px 14px;border-top:1px solid var(--border);display:grid;gap:10px}.thirdPartyCard{display:grid;gap:10px;border:1px solid var(--border);border-radius:14px;background:#fafbff;padding:10px}.thirdPartyTrigger{width:100%;border:0;background:transparent;text-align:left;padding:0;cursor:pointer;display:grid;gap:4px}.thirdPartyLabel{font-size:11px;font-weight:700;color:#6b7280}.thirdPartyValue{font-size:13px;font-weight:700;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thirdPartyForm{display:grid;gap:8px}.thirdPartyField{display:grid;gap:5px}.thirdPartyFieldLabel{font-size:11px;color:#6b7280}.thirdPartyInput{width:100%;border:1px solid #d6dbe7;border-radius:10px;font-size:12px;padding:8px 10px;box-sizing:border-box;outline:none;background:#fff;color:#111827}.thirdPartyInput:focus{border-color:#a6b6e6;box-shadow:0 0 0 3px #3b6ef526}.thirdPartyActions{display:flex;justify-content:flex-end}.thirdPartyBtn{border:1px solid transparent;border-radius:10px;height:32px;padding:0 14px;font-size:12px;font-weight:700;cursor:pointer}.thirdPartyBtnPrimary{background:#3b6ef5;border-color:#3b6ef5;color:#fff}.thirdPartyBtnPrimary:hover{background:#2f5ce8;border-color:#2f5ce8}.userCard{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:10px;border:1px solid var(--border);border-radius:14px;background:#fafbff}.userAvatar{width:38px;height:38px;border-radius:999px;background:#1f5eff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;letter-spacing:.4px;font-size:14px}.userName{font-weight:700;font-size:13px}.userSub{margin-top:2px;font-size:12px;color:var(--muted)}.copyright{font-size:11px;color:#9ca3af;padding:0 4px}.sidebarCollapsed .navLabel,.sidebarCollapsed .sidebarSectionTitle,.sidebarCollapsed .convoTitle,.sidebarCollapsed .convoMeta,.sidebarCollapsed .userInfo,.sidebarCollapsed .copyright{display:none}.main{min-width:0;height:100%;display:flex;flex-direction:column;background:var(--bg);min-height:0}.topbar{height:56px;background:var(--panel);border-bottom:1px solid var(--border);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 18px;position:sticky;top:0;z-index:20}.topbarLeft,.topbarRight{display:flex;align-items:center;gap:8px}.topbarRight{justify-content:flex-end}.topbarTitle{font-weight:700;color:#111827;letter-spacing:.2px}.mainBody{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:24px 24px 0;box-sizing:border-box}.content{max-width:980px;margin:0 auto;width:100%}.welcome{margin-top:68px;text-align:center}.welcomeTitle{font-weight:800;font-size:32px;letter-spacing:.2px;color:#111827}.welcomeSub{margin-top:10px;color:var(--muted);font-size:14px}.cards{margin-top:28px;display:grid;gap:14px}.cardsTop{grid-template-columns:2fr 1fr}.cardsSingle{grid-template-columns:1fr;max-width:640px;margin-left:auto;margin-right:auto}.cardsBottom{grid-template-columns:repeat(3,1fr);margin-top:14px}.card{text-align:left;background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:16px;display:flex;align-items:center;gap:14px;cursor:pointer;box-shadow:0 1px #11182708}.card:hover{border-color:#cdd6ee;box-shadow:0 14px 30px #11182714}.cardPrimary{border-color:#3b6ef547;background-image:linear-gradient(to right bottom,#eff6ffcc,#fff)}.cardIcon{width:44px;height:44px;border-radius:14px;background:#f3f4f6;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.cardIconPrimary{background:#3b6ef51f;color:var(--accent)}.cardTitle{font-weight:800;color:#111827}.cardSub{margin-top:4px;font-size:12px;color:var(--muted)}.thread{display:grid;gap:12px;padding-bottom:12px}.traceBubble{border:1px solid rgba(15,23,42,.6);background:#0f172a;border-radius:14px;padding:10px 12px}.traceDetails{display:grid;gap:8px}.traceSummary{font-size:11px;color:#e2e8f0d9;font-weight:700;cursor:pointer;list-style:none}.traceSummary::-webkit-details-marker{display:none}.traceSummary:before{content:"▶";display:inline-block;margin-right:6px;transform:translateY(-1px);transition:transform .2s ease;color:#e2e8f099}details[open]>.traceSummary:before{transform:rotate(90deg) translate(-1px)}.traceTimeline{margin:0;padding:0 0 0 4px;list-style:none;display:grid;gap:10px;position:relative}.traceItem{display:grid;grid-template-columns:18px 1fr;align-items:start;gap:8px}.traceIcon{width:14px;height:14px;border-radius:999px;margin:0;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;line-height:1}.traceIconDone{color:#22c55e;border:1px solid rgba(34,197,94,.6);background:#22c55e1f}.traceIconError{color:#ef4444;border:1px solid rgba(239,68,68,.65);background:#ef444424}.traceIconLoading{border:2px solid rgba(148,163,184,.4);border-top-color:#38bdf8;background:transparent;animation:traceSpin .9s linear infinite}@keyframes traceSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.traceContent{font-family:var(--mono);font-size:12px;color:#e2e8f0;white-space:pre-wrap;word-break:break-word}.bubble{min-width:200px;max-width:78%;border:1px solid var(--border);border-radius:14px;padding:9px 12px 6px;background:var(--panel)}.bubbleUser{margin-left:auto;margin-top:32px;border-color:#3b6ef547;background:#3b6ef514}.bubbleTool{border-color:#11182729;background:#f3f4f6}.bubbleRole{font-size:11px;color:var(--muted);margin-bottom:4px;display:flex;align-items:center}.bubbleRoleTime{opacity:0;visibility:hidden;max-width:0;margin-left:0;display:inline-block;overflow:hidden;white-space:nowrap;transition:opacity .12s ease,max-width .12s ease,margin-left .12s ease}.bubble:hover .bubbleRoleTime{opacity:1;visibility:visible;max-width:180px;margin-left:2px}@media(hover:none){.bubbleRoleTime{opacity:1;visibility:visible;max-width:180px;margin-left:2px}}.bubbleText{word-break:break-word;font-size:14px;line-height:1.4;color:#111827;margin-bottom:4px}.bubbleSkillTagRow{margin-bottom:6px}.bubbleSkillTag{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:999px;border:1px solid #cad8fb;background:#edf2ff;color:#1e40af;font-size:12px;font-weight:700}.md{display:block}.md h1,.md h2,.md h3{font-weight:700;margin:10px 0 6px;line-height:1.2}.md h1{font-size:18px}.md h2{font-size:16px}.md h3{font-size:14px}.md p{margin:4px 0}.md>*:first-child{margin-top:0}.md>*:last-child{margin-bottom:0}.md ul,.md ol{margin:6px 0 6px 20px}.md li{margin:4px 0}.md blockquote{margin:8px 0;padding:6px 10px;border-left:3px solid rgba(12,104,255,.35);background:#0c68ff0f;color:#0f172a}.md code{font-family:var(--mono);font-size:12px;background:#f1f5f9;padding:2px 4px;border-radius:6px}.md pre{font-family:var(--mono);font-size:12px;background:#0f172a;color:#f8fafc;padding:10px 12px;border-radius:10px;overflow:auto}.md pre code{background:transparent;padding:0;color:inherit}.md a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.md table{width:100%;border-collapse:collapse;margin:8px 0;font-size:12px}.md th,.md td{border:1px solid #e5e7eb;padding:6px 8px;text-align:left}.link{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.link:hover{color:var(--accent-2)}.keywordRow{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px}.keywordChip{border:1px solid #e5e7eb;background:#fff;color:#374151;padding:4px 10px;border-radius:999px;cursor:pointer;font-size:12px}.keywordChip:hover{border-color:#cdd6ee;background:#f8fafc}.bubbleCode{font-family:var(--mono);font-size:12px}.composerWrap{padding:14px 24px 18px;background:linear-gradient(180deg,#f6f7fb00,#f6f7fbe6 30%,#f6f7fb);position:sticky;bottom:0}.composerBox{max-width:980px;margin:0 auto;background:var(--panel);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);overflow:hidden;position:relative;display:grid;grid-template-columns:1fr auto;grid-template-areas:"input input" "actions send"}.composerInputWrap{grid-area:input;display:flex;flex-direction:column}.composerPrefixRow{padding:12px 18px 0}.composerPrefixTag{border:1px solid #dbe4ff;background:#eef2ff;color:#1f3fbf;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:650;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.composerPrefixTag:hover{background:#e0e9ff;border-color:#c9d7ff}.composerInput{width:100%;box-sizing:border-box;border:0;outline:none;padding:18px 18px 10px;font-size:16px;font-family:var(--sans);color:var(--text);background:transparent;resize:none;min-height:52px}.composerActions{grid-area:actions;border-top:1px solid var(--border);padding:10px 12px;display:flex;align-items:center;gap:10px}.toggleBtn{border:1px solid var(--border);background:#fff;color:#111827;padding:6px 10px;border-radius:999px;font-size:12px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.toggleBtn:hover{border-color:#d6dae2;background:#f9fafb}.toggleBtn.toggleOn{border-color:#0c68ff59;background:#0c68ff14;color:#0c4aa6}.toggleTrack{width:34px;height:18px;border-radius:999px;background:#e5e7eb;position:relative;transition:background .2s ease}.toggleBtn.toggleOn .toggleTrack{background:#0c68ff}.toggleThumb{width:14px;height:14px;background:#fff;border-radius:50%;position:absolute;left:2px;top:2px;transition:transform .2s ease;box-shadow:0 1px 2px #00000026}.toggleBtn.toggleOn .toggleThumb{transform:translate(16px)}.composerSendCell{grid-area:send;border-top:1px solid var(--border);padding:10px 12px;display:flex;align-items:center;justify-content:flex-end}.shortcutRow{flex:1;min-width:0;display:flex;align-items:center;gap:8px;overflow:auto;padding:0 2px}.shortcutRowSingle{justify-content:flex-start}.shortcut{border:1px solid transparent;background:transparent;color:#4b5563;padding:6px 10px;border-radius:999px;cursor:pointer;font-size:12px;white-space:nowrap}.shortcutPrimary{border-color:#dbe4ff;background:#eef2ff;color:#1f3fbf;font-weight:650;display:inline-flex;align-items:center;gap:6px}.shortcut:hover{background:#f3f4f6;border-color:#eef0f4}.shortcutPrimary:hover{background:#e0e9ff;border-color:#c9d7ff}.sendBtn{width:40px;height:40px;border-radius:999px;border:0;background:var(--accent);color:#fff;display:inline-flex;cursor:pointer;box-shadow:0 10px 18px #3b6ef540;display:flex;justify-content:center;align-items:center}.sendBtn:hover{background:var(--accent-2)}.sendBtn:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none}.sendBtnStop{background:#ef4444;box-shadow:0 10px 18px #ef444447}.sendBtnStop:hover{background:#dc2626}.sendBtnStop span{width:14px;height:14px;background:#fff;border-radius:2px}.errorInline{grid-column:1 / -1;padding:10px 14px 14px;color:var(--danger);font-size:12px}.composerInlineWarn{padding:0 18px 10px;color:#b45309;font-size:12px;font-weight:600}.composerLoginToast{position:absolute;right:14px;bottom:62px;z-index:4;padding:8px 12px;border-radius:10px;border:1px solid #f5d0a6;background:#fff7ed;color:#9a3412;box-shadow:0 8px 20px #9a341226;font-size:12px;font-weight:700;animation:composerLoginToastIn .14s ease-out both}@keyframes composerLoginToastIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.reviewGateCard{grid-column:1 / -1;border:1px solid #dfe6f7;border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f4f8ff);box-shadow:0 12px 28px #1e40af14;padding:16px;display:grid;gap:12px;animation:reviewGateCardIn .22s cubic-bezier(.22,1,.36,1) both;transition:border-color .18s ease,box-shadow .22s ease,transform .22s ease}.reviewGateCardPrompt{width:min(1160px,100%);justify-self:center}.reviewGateLoadingCard{border-style:dashed}.reviewGateLoadingRow{margin-top:8px;display:inline-flex;align-items:center;gap:8px;color:#334155;font-size:13px;font-weight:600}.reviewGateTitle{font-size:13px;font-weight:700;color:#111827}.reviewGateDesc{font-size:13px;color:#6b7280}.reviewGateForm{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.reviewGateIndustryCascade{display:grid;gap:8px}.reviewGateIndustryPicker{position:relative}.reviewGateIndustryTrigger{display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;text-align:left;white-space:nowrap}.reviewGateIndustryTriggerOpen{border-color:#6a8bf7;box-shadow:0 0 0 4px #3b6ef524}.reviewGateIndustryValue{flex:1;display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;line-height:18px}.reviewGateIndustryArrow{color:#64748b;font-size:11px;line-height:1}.reviewGateIndustryPanel{position:absolute;z-index:16;left:0;right:0;margin-top:6px;border:1px solid #d9e2f8;border-radius:12px;background:#fff;box-shadow:0 14px 28px #1e40af24;overflow:hidden;height:min(360px,68vh);display:flex;flex-direction:column;overscroll-behavior:contain;animation:reviewGateDropdownIn .14s ease-out both}.reviewGateIndustrySearchWrap{display:flex;align-items:center;gap:8px;padding:8px;border-bottom:1px solid #eef3ff;background:#f8fbff}.reviewGateIndustrySearch{flex:1;border:1px solid #d6def3;border-radius:8px;height:32px;padding:0 10px;font-size:13px;color:#111827;outline:none;background:#fff}.reviewGateIndustrySearch:focus{border-color:#6a8bf7;box-shadow:0 0 0 3px #3b6ef51f}.reviewGateIndustryClearBtn{border:1px solid #d6def3;background:#fff;color:#334155;border-radius:8px;height:32px;padding:0 10px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0}.reviewGateIndustryClearBtn:hover{background:#f8fafc;border-color:#b9c7ea}.reviewGateIndustryCols{display:grid;grid-template-columns:1fr 1fr;flex:1;min-height:0;height:auto}.reviewGateIndustryCol{min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}.reviewGateIndustryCol:first-child{border-right:1px solid #eef3ff;background:#fafcff}.reviewGateIndustryOption{width:100%;border:none;background:transparent;text-align:left;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;color:#1f2937;cursor:pointer}.reviewGateIndustryOption:hover{background:#f2f7ff}.reviewGateIndustryOptionActive{background:#eaf1ff;color:#1e40af;font-weight:700}.reviewGateIndustryOptionSelected{background:#eef4ff;color:#1e3a8a;font-weight:700}.reviewGateIndustryOptionMeta{color:#94a3b8;font-size:11px;font-weight:600}.reviewGateIndustryCheck{color:#1d4ed8;font-size:12px;font-weight:700}.reviewGateFormTitle{font-size:12px;color:#4b5563;font-weight:700}.reviewGateField{display:grid;gap:6px}.reviewGateFieldWide{grid-column:1 / -1}.reviewGateField>span{font-size:12px;color:#4b5563;font-weight:600}.reviewGateRequiredMark{color:#ef4444;margin-right:4px;font-weight:700}.reviewGateControl{width:100%;box-sizing:border-box;border:1px solid #cfd8ee;border-radius:12px;background:#fff;color:#111827;font-size:13px;padding:10px 12px;height:40px;outline:none;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.reviewGateControl:hover{border-color:#b9c7ea;background:#fcfdff}.reviewGateControl:focus{border-color:#6a8bf7;box-shadow:0 0 0 4px #3b6ef524}.reviewGateControlInvalid{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441f;background:snow}.reviewGateFieldError{font-size:12px;color:#dc2626;line-height:1.2}.reviewGateTokenField{position:relative}.reviewGateHistoryDropdown{position:absolute;z-index:18;left:0;right:0;margin-top:6px;background:#fff;border:1px solid #d9e2f8;border-radius:12px;box-shadow:0 10px 24px #1e40af24;max-height:180px;overflow:auto;animation:reviewGateDropdownIn .14s ease-out both}.reviewGateHistoryOption{width:100%;border:none;border-bottom:1px solid #eef3ff;background:#fff;text-align:left;padding:10px 12px;font-size:13px;color:#1f2937;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reviewGateHistoryOption:last-child{border-bottom:none}.reviewGateHistoryOption:hover{background:#f6f9ff}.reviewGatePromptTextarea{min-height:360px;height:360px;max-height:360px;resize:none;line-height:1.45;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.reviewGateJdTextarea{min-height:120px;height:120px;resize:vertical;line-height:1.45}.reviewGateCityPicker{position:relative}.reviewGateCitySelected{min-height:40px;border:1px solid #cfd8ee;border-radius:12px;background:#fff;padding:4px 8px;display:flex;align-items:center;gap:6px;flex-wrap:wrap;overflow-x:hidden;overflow-y:auto;max-height:120px;cursor:text}.reviewGateCityTag{border:1px solid #d8e2fd;background:#eef3ff;color:#1e40af;border-radius:999px;height:20px;padding:0 8px;display:inline-flex;align-items:center;gap:6px;font-size:11px;cursor:pointer}.reviewGateCityTag span{font-weight:700;line-height:1}.reviewGateCitySearch{border:none;outline:none;flex:1;min-width:120px;height:28px;line-height:28px;font-size:13px;color:#111827;background:transparent}.reviewGateCityQuickTags{display:flex;flex-wrap:wrap;gap:8px}.reviewGateCityQuickPanel{padding:8px 10px 6px;border-bottom:1px solid #eef3ff;background:#fff}.reviewGateCityQuickTag{border:1px solid #d6def3;background:#fff;color:#334155;border-radius:999px;height:28px;padding:0 10px;display:inline-flex;align-items:center;font-size:12px;font-weight:600;cursor:pointer}.reviewGateCityQuickTag:hover{background:#f6f9ff;border-color:#b9c7ea}.reviewGateCityQuickTagSelected{border-color:#d8e2fd;background:#eef3ff;color:#1e40af}.reviewGateCityDropdown{position:absolute;z-index:15;left:0;right:0;margin-top:6px;background:#fff;border:1px solid #d9e2f8;border-radius:12px;box-shadow:0 10px 24px #1e40af24;max-height:220px;overflow:auto;animation:reviewGateDropdownIn .14s ease-out both}.reviewGateCityDropdownCascade{height:min(280px,52vh);max-height:none;overflow:hidden;display:flex;flex-direction:column;overscroll-behavior:contain}.reviewGateCityDropdownCascade .reviewGateIndustryCols{height:100%;min-height:0}.reviewGateCityOption{width:100%;border:none;border-bottom:1px solid #eef3ff;background:#fff;text-align:left;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#1f2937;cursor:pointer}.reviewGateCityOption:last-child{border-bottom:none}.reviewGateCityOption:hover{background:#f6f9ff}.reviewGateCityEmpty{padding:12px;font-size:12px;color:#64748b}select.reviewGateControl{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:40px;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.reviewGateFieldEdu{grid-column:1 / -1}.reviewGateEduList{display:flex;flex-wrap:wrap;gap:8px}.reviewGateEduItem{display:inline-flex;align-items:center;gap:6px;border:1px solid #d4defb;background:#edf2ff;color:#2446a8;border-radius:999px;padding:6px 10px;font-size:12px}.reviewGateEduItem input{margin:0}.reviewGateActions{display:flex;justify-content:flex-end;gap:10px;margin-top:2px}.reviewGateBtn{border:1px solid #cfd6e6;background:#fff;color:#334155;border-radius:10px;height:34px;padding:0 14px;font-size:13px;font-weight:600;cursor:pointer}.reviewGateBtn:hover{background:#f8fafc;border-color:#bac6de}.reviewGateBtnPrimary{border-color:#3b6ef5;background:#3b6ef5;color:#fff}.reviewGateBtnPrimary:hover{background:#2f5ce8;border-color:#2f5ce8}.reviewGateThreadItem{margin-top:10px;width:100%;max-width:100%;box-sizing:border-box;animation:reviewGateThreadIn .18s ease-out both}@keyframes reviewGateThreadIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes reviewGateCardIn{0%{opacity:0;transform:translateY(8px) scale(.995);box-shadow:0 6px 14px #1e40af0f}to{opacity:1;transform:translateY(0) scale(1);box-shadow:0 12px 28px #1e40af14}}@keyframes reviewGateDropdownIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.reviewGateThreadItem,.reviewGateCard,.reviewGateCityDropdown{animation:none;transition:none}}.filterBoardCard,.scorePromptCard{border:1px solid #dbe3f5;background:#f8fbff;border-radius:14px;padding:12px;margin-top:10px}.scorePromptTitle{font-size:13px;font-weight:700;color:#1e3a8a;margin-bottom:8px}.scorePromptBody{margin:0;white-space:pre-wrap;word-break:break-word;max-height:320px;overflow:auto;padding:10px;border-radius:10px;border:1px solid #e2e8f8;background:#fff;color:#0f172a;font-size:12px;line-height:1.5;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.filterBoardTitle{font-size:13px;font-weight:700;color:#1e3a8a}.filterBoardGrid{margin-top:8px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.filterBoardItem{border:1px solid #dfe7fb;background:#fff;border-radius:10px;padding:8px 10px;display:grid;gap:4px}.filterBoardKey{font-size:11px;color:#64748b}.filterBoardVal{font-size:13px;color:#0f172a;font-weight:600;line-height:1.3;word-break:break-word}.candidateBoardCard{border:1px solid #d6e7da;background:#f7fcf8;border-radius:14px;padding:12px;margin-top:10px}.candidateBoardTitle{font-size:13px;font-weight:700;color:#166534}.candidateBoardGrid{margin-top:8px;display:grid;grid-template-columns:1fr;gap:8px}.candidateItem{cursor:pointer;border:1px solid #dcefe1;background:#fff;border-radius:10px;padding:10px;position:relative;display:grid;gap:6px}.candidateItemLink{color:inherit;text-decoration:none}.candidateItemLink:hover{border-color:#b7dec1;box-shadow:0 4px 12px #1665341a}.candidateScoreBadge{position:absolute;right:10px;top:10px;min-width:76px;border-radius:10px;padding:8px;background:linear-gradient(180deg,#e6eeff,#dbe7ff);color:#2446a8;box-shadow:0 6px 12px #3b6ef524;display:grid;justify-items:center;line-height:1.1}.candidateScoreLabel{font-size:10px;opacity:.85}.candidateScoreVal{font-size:18px;font-weight:800;letter-spacing:.2px}.candidateHead{display:flex;align-items:center;gap:8px;padding-right:90px}.candidateAvatar{width:32px;height:32px;border-radius:999px;object-fit:cover;border:1px solid #d7e7dc;background:#f8fafc}.candidateAvatarPlaceholder{width:32px;height:32px;border-radius:999px;border:1px solid #d7e7dc;background:#ecfdf3;color:#166534;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.candidateName{font-size:14px;font-weight:700;color:#14532d;display:inline-flex;align-items:center;gap:6px}.candidateSex{width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.candidateSexMale{color:#2563eb;background:#cdd7f8}.candidateSexFemale{color:#e11d48;background:#f4d9d4}.candidateMeta{font-size:12px;color:#4b5563}.candidateLine{font-size:12px;color:#1f2937;line-height:1.4}.candidateBoardMoreWrap{display:flex;justify-content:center;margin-top:4px}.candidateBoardMoreBtn{border:0;background:transparent;color:#2563eb;font-size:13px;font-weight:600;cursor:pointer;padding:4px 8px}.candidateBoardMoreBtn:hover{color:#1d4ed8;text-decoration:underline}@media(max-width:720px){.reviewGateCard{padding:14px}.reviewGateForm,.filterBoardGrid{grid-template-columns:1fr}}@media(max-width:1320px){.reviewGateForm{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.reviewGateForm,.filterBoardGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.drawerOverlay{position:fixed;inset:0;background:#11182759;display:flex;justify-content:flex-end;z-index:50}.drawer{width:min(420px,92vw);height:100%;background:var(--panel);border-left:1px solid var(--border);box-shadow:var(--shadow);display:grid;grid-template-rows:auto 1fr}.drawerHeader{padding:14px 14px 12px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.drawerTitle{font-weight:800;color:#111827}.drawerBody{overflow:auto}.kvs{padding:12px;display:grid;gap:10px}.kv{border:1px solid var(--border);border-radius:14px;background:#fafbff;padding:10px 12px}.kvKey{font-size:11px;color:var(--muted);margin-bottom:6px}.kvVal{font-family:var(--mono);font-size:12px;white-space:pre-wrap;word-break:break-word}.confirmOverlay{position:fixed;inset:0;background:#11182773;display:flex;align-items:center;justify-content:center;z-index:70;padding:16px}.confirmDialog{width:min(440px,96vw);border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 24px 48px #11182738;padding:18px}.confirmTitle{font-size:18px;font-weight:700;color:#111827}.confirmDesc{margin-top:10px;font-size:13px;line-height:1.55;color:#4b5563}.confirmInput{margin-top:12px;width:100%;box-sizing:border-box;height:36px;border:1px solid #d1d5db;border-radius:10px;padding:0 10px;font-size:16px;color:#111827;outline:none}.confirmInput:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f626}.confirmActions{margin-top:16px;display:flex;justify-content:flex-end;gap:10px}.confirmBtn{min-width:74px;height:34px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:13px;cursor:pointer}.confirmBtn:hover:not(:disabled){background:#f3f4f6}.confirmBtnDanger{border-color:#ef4444;background:#ef4444;color:#fff}.confirmBtnDanger:hover:not(:disabled){background:#dc2626;border-color:#dc2626}.confirmBtn:disabled{opacity:.65;cursor:not-allowed}.filteredOutBoardCard{border:1px solid #f3d7d9;background:#fff8f8;border-radius:14px;padding:12px;margin-top:10px}.filteredOutBoardTitle{font-size:13px;font-weight:700;color:#9f1239}.filteredOutBoardMeta{margin-top:8px;font-size:12px;color:#475569}.filteredOutBoardGrid{margin-top:8px;display:grid;grid-template-columns:1fr;gap:8px}.filteredOutItem{border:1px solid #f2d9de;background:#fff;border-radius:10px;padding:10px;display:grid;gap:6px}.filteredOutItemHead{font-size:13px;color:#7f1d1d}.filteredOutItemLine{font-size:12px;color:#1f2937;line-height:1.4;white-space:pre-wrap;word-break:break-word}.filteredOutItemDetails{font-size:12px;color:#64748b}.filteredOutItemDetails>summary{cursor:pointer;-webkit-user-select:none;user-select:none}.filteredOutCandidateItem{border-color:#f2d9de;background:#fffefe}.filteredOutCandidateItem .candidateName{color:#334155}.filteredOutReason{color:#9f1239;font-weight:600}.filteredOutPagerWrap{display:flex;justify-content:center;gap:10px;margin-top:6px}.filteredOutPagerBtn:disabled{color:#94a3b8;cursor:not-allowed;text-decoration:none}@media(max-width:900px){.mainBody{padding:18px 16px 0}.cardsTop,.cardsBottom{grid-template-columns:1fr}.composerWrap{padding:14px 16px 16px}}@media(max-width:560px){.welcome{margin-top:42px}.welcomeTitle{font-size:26px}.composerBox{grid-template-areas:"input send" "actions actions";column-gap:10px}.composerInput{padding:14px;min-height:88px;font-size:16px}.composerPrefixRow{padding:10px 14px 0}.composerSendCell{border-top:0;padding:0 12px 12px 0;align-self:end}}@media(prefers-reduced-motion:reduce){.sidebar,.sidebarMobile{transition:none}}
