.CareerWorkflowNav-module__z60SSW__workflowNav{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--border);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.CareerWorkflowNav-module__z60SSW__workflowLink{background:color-mix(in srgb, var(--surface) 94%, var(--bg));min-width:0;min-height:76px;color:var(--text);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:14px;text-decoration:none;transition:background .16s,color .16s;display:grid}.CareerWorkflowNav-module__z60SSW__workflowLink:hover{background:var(--elevated)}.CareerWorkflowNav-module__z60SSW__active{background:color-mix(in srgb, var(--vermillion) 12%, var(--surface))}.CareerWorkflowNav-module__z60SSW__workflowIcon{width:20px;height:20px;color:var(--text-muted)}.CareerWorkflowNav-module__z60SSW__active .CareerWorkflowNav-module__z60SSW__workflowIcon{color:var(--vermillion)}.CareerWorkflowNav-module__z60SSW__workflowText{gap:4px;min-width:0;display:grid}.CareerWorkflowNav-module__z60SSW__workflowText strong{color:var(--text);font-family:var(--font-body);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:720;line-height:1.15;overflow:hidden}.CareerWorkflowNav-module__z60SSW__workflowText span{color:var(--text-muted);font-family:var(--font-mono);font-size:var(--text-mono-label);letter-spacing:.02em;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap;line-height:1.25;overflow:hidden}@media (max-width:1040px){.CareerWorkflowNav-module__z60SSW__workflowNav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.CareerWorkflowNav-module__z60SSW__workflowNav{grid-template-columns:repeat(2,minmax(0,1fr))}.CareerWorkflowNav-module__z60SSW__workflowLink{gap:8px;min-height:56px;padding:10px}.CareerWorkflowNav-module__z60SSW__workflowIcon{width:17px;height:17px}.CareerWorkflowNav-module__z60SSW__workflowText strong{font-size:13px}.CareerWorkflowNav-module__z60SSW__workflowText span{display:none}}
.SelectField-module__ha7nQW__field{gap:var(--space-sm,8px);min-width:0;display:grid;position:relative}.SelectField-module__ha7nQW__label{color:var(--text-muted);font:600 var(--text-floor)/1.2 var(--font-mono,"Geist Mono", monospace);letter-spacing:.1em;text-transform:uppercase}.SelectField-module__ha7nQW__trigger{align-items:center;gap:var(--space-sm,8px);width:100%;min-height:62px;padding:10px var(--space-md,16px);border:1px solid var(--border);border-radius:var(--radius-lg,12px);background:color-mix(in srgb, var(--elevated) 88%, var(--bg));color:var(--text);cursor:pointer;text-align:left;grid-template-columns:minmax(0,1fr) 32px;transition:border-color .14s,background .14s,box-shadow .14s;display:grid;position:relative;overflow:hidden}.SelectField-module__ha7nQW__trigger:hover{border-color:color-mix(in srgb, var(--text) 24%, var(--border));background:color-mix(in srgb, var(--elevated) 94%, var(--bg))}.SelectField-module__ha7nQW__trigger:focus-visible,.SelectField-module__ha7nQW__trigger[aria-expanded=true]{border-color:color-mix(in srgb, var(--vermillion) 76%, var(--border));box-shadow:0 0 0 3px color-mix(in srgb, var(--vermillion) 16%, transparent);outline:0}.SelectField-module__ha7nQW__trigger:disabled{cursor:not-allowed;opacity:.5}.SelectField-module__ha7nQW__selectedCopy,.SelectField-module__ha7nQW__optionCopy{gap:3px;min-width:0;display:grid}.SelectField-module__ha7nQW__selectedCopy strong{font:550 15px/1.25 var(--font-body,"Instrument Sans", sans-serif);overflow-wrap:break-word}.SelectField-module__ha7nQW__selectedCopy small,.SelectField-module__ha7nQW__optionCopy small{color:var(--text-muted);font:450 var(--text-floor)/1.35 var(--font-body,"Instrument Sans", sans-serif);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.SelectField-module__ha7nQW__indicator{border:1px solid color-mix(in srgb, var(--text) 8%, transparent);border-radius:var(--radius-md,8px);background:color-mix(in srgb, var(--text) 4%, transparent);width:32px;height:32px;color:var(--text-muted);justify-content:center;align-items:center;display:inline-flex}.SelectField-module__ha7nQW__indicator svg{transition:transform .16s}.SelectField-module__ha7nQW__trigger[aria-expanded=true] .SelectField-module__ha7nQW__indicator{color:var(--text)}.SelectField-module__ha7nQW__trigger[aria-expanded=true] .SelectField-module__ha7nQW__indicator svg{transform:rotate(180deg)}.SelectField-module__ha7nQW__menu{z-index:70;border:1px solid color-mix(in srgb, var(--text) 15%, var(--border));border-radius:var(--radius-lg,12px);background:color-mix(in srgb, var(--elevated) 97%, var(--bg));width:max(100%,min(360px,100vw - 40px));max-height:min(380px,100vh - 96px);padding:7px;animation:.13s ease-out both SelectField-module__ha7nQW__selectMenuIn;display:grid;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 22px 64px #0000006b,0 2px 12px #00000038}.SelectField-module__ha7nQW__option{border-radius:var(--radius-md,8px);width:100%;min-height:54px;color:var(--text-secondary,var(--text-muted));cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto 24px;align-items:center;gap:10px;padding:9px 10px 9px 12px;display:grid;position:relative}.SelectField-module__ha7nQW__option:before{content:"";background:0 0;border-radius:99px;width:2px;position:absolute;top:10px;bottom:10px;left:0}.SelectField-module__ha7nQW__option[data-active=true]{background:color-mix(in srgb, var(--text) 6%, transparent);color:var(--text);outline:0}.SelectField-module__ha7nQW__option[aria-selected=true]{background:color-mix(in srgb, var(--vermillion) 12%, transparent);color:var(--text)}.SelectField-module__ha7nQW__option[aria-selected=true]:before{background:var(--vermillion)}.SelectField-module__ha7nQW__option:focus-visible{outline:0}.SelectField-module__ha7nQW__optionCopy strong{font:560 14px/1.3 var(--font-body,"Instrument Sans", sans-serif)}.SelectField-module__ha7nQW__optionCopy small{white-space:normal}.SelectField-module__ha7nQW__optionMeta{color:var(--text-muted);font:600 var(--text-floor)/1 var(--font-mono,"Geist Mono", monospace);letter-spacing:.06em;text-transform:uppercase}.SelectField-module__ha7nQW__optionCheck{width:24px;height:24px;color:var(--vermillion);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}@keyframes SelectField-module__ha7nQW__selectMenuIn{0%{opacity:0;transform:translateY(-4px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:580px){.SelectField-module__ha7nQW__menu{width:100%}.SelectField-module__ha7nQW__selectedCopy small{white-space:normal}}@media (prefers-reduced-motion:reduce){.SelectField-module__ha7nQW__menu{animation:none}.SelectField-module__ha7nQW__indicator svg{transition:none}}
.ExampleDisclosure-module__1jz2Aq__root{width:100%;min-width:0}.ExampleDisclosure-module__1jz2Aq__trigger{align-items:center;gap:var(--space-sm);min-height:44px;color:var(--text-secondary);cursor:pointer;font:550 var(--text-body-sm)/1.4 var(--font-body);list-style:none;display:inline-flex}.ExampleDisclosure-module__1jz2Aq__trigger::-webkit-details-marker{display:none}.ExampleDisclosure-module__1jz2Aq__trigger:hover{color:var(--text)}.ExampleDisclosure-module__1jz2Aq__trigger:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius-sm)}.ExampleDisclosure-module__1jz2Aq__chevron{border-bottom:1.5px solid;border-right:1.5px solid;flex:0 0 8px;width:8px;height:8px;transition:transform .15s ease-out;transform:rotate(-45deg)}.ExampleDisclosure-module__1jz2Aq__root[open] .ExampleDisclosure-module__1jz2Aq__chevron{transform:rotate(45deg)}.ExampleDisclosure-module__1jz2Aq__content{gap:var(--space-md);width:min(100%, var(--max-reading));padding:var(--space-sm) 0 var(--space-sm) var(--space-md);color:var(--text);font-family:var(--font-body);display:grid}.ExampleDisclosure-module__1jz2Aq__header{justify-content:space-between;align-items:baseline;gap:var(--space-xs) var(--space-md);flex-wrap:wrap;display:flex}.ExampleDisclosure-module__1jz2Aq__title{font-size:var(--text-body);font-weight:650;line-height:var(--leading-heading)}.ExampleDisclosure-module__1jz2Aq__meta{color:var(--text-muted);font:500 var(--text-mono-label)/var(--leading-mono) var(--font-mono)}.ExampleDisclosure-module__1jz2Aq__description{color:var(--text-secondary);font-size:var(--text-body-sm);margin:0;line-height:1.55}.ExampleDisclosure-module__1jz2Aq__note{color:var(--text-muted);font-size:var(--text-mono-label);line-height:var(--leading-mono);margin:0}.ExampleDisclosure-module__1jz2Aq__lines{gap:var(--space-sm);color:var(--text);font-size:var(--text-body-sm);margin:0;padding-left:20px;line-height:1.55;display:grid}.ExampleDisclosure-module__1jz2Aq__lines li{padding-left:var(--space-xs)}.ExampleDisclosure-module__1jz2Aq__lines li::marker{color:var(--text-muted)}@media (max-width:600px){.ExampleDisclosure-module__1jz2Aq__content{padding-left:var(--space-md)}}
.PracticeRunner-module__BDri9a__root{background:var(--bg);min-height:100dvh;color:var(--text);--practice-hairline:color-mix(in srgb, var(--text,#1a1a1f) 10%, transparent);--practice-hairline-soft:color-mix(in srgb, var(--text,#1a1a1f) 6%, transparent);--practice-wash:color-mix(in srgb, var(--text,#1a1a1f) 2%, var(--bg,#faf7f4));font-family:Instrument Sans,system-ui,sans-serif}.PracticeRunner-module__BDri9a__practiceShell{background:var(--bg);width:100%;min-height:720px;z-index:0!important;height:100dvh!important;position:relative!important;inset:auto!important}.PracticeRunner-module__BDri9a__practiceShell>div:first-child{border-bottom:1px solid var(--practice-hairline)!important;background:var(--bg)!important;padding:0!important}.PracticeRunner-module__BDri9a__practiceShell>div:nth-child(2){min-width:0}.PracticeRunner-module__BDri9a__practiceShell>div:nth-child(2)>div:first-child{border-right:1px solid var(--practice-hairline)!important;background:var(--bg)!important}.PracticeRunner-module__BDri9a__practiceShell>div:nth-child(2)>div:last-child{background:var(--bg)!important}.PracticeRunner-module__BDri9a__root[data-embedded=true]{background:0 0;min-height:0}.PracticeRunner-module__BDri9a__root[data-embedded=true] .PracticeRunner-module__BDri9a__practiceShell{background:0 0;min-height:0;height:auto!important}.PracticeRunner-module__BDri9a__root[data-embedded=true] .PracticeRunner-module__BDri9a__practiceShell>div:nth-child(2){flex-direction:column!important}.PracticeRunner-module__BDri9a__root[data-embedded=true] .PracticeRunner-module__BDri9a__practiceShell>div:nth-child(2)>div:first-child{min-height:0;border-right:0!important;border-bottom:1px solid var(--practice-hairline)!important;overflow:visible!important}.PracticeRunner-module__BDri9a__root[data-embedded=true] .PracticeRunner-module__BDri9a__practiceShell>div:nth-child(2)>div:last-child{min-height:0;width:100%!important;overflow:visible!important}.PracticeRunner-module__BDri9a__root[data-embedded=true] .PracticeRunner-module__BDri9a__header{padding:14px 0}.PracticeRunner-module__BDri9a__header{border-bottom:0;justify-content:space-between;align-items:center;gap:16px;padding:18px 28px;display:flex}.PracticeRunner-module__BDri9a__title{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.PracticeRunner-module__BDri9a__eyebrow{font-family:Geist Mono,monospace;font-size:var(--text-mono-label);color:var(--text-muted,#e8e6e15c);text-transform:lowercase}.PracticeRunner-module__BDri9a__titleText{white-space:nowrap;text-overflow:ellipsis;margin:0;font-family:Bricolage Grotesque,serif;font-size:22px;font-weight:600;overflow:hidden}.PracticeRunner-module__BDri9a__endButton,.PracticeRunner-module__BDri9a__retryButton{font-family:Geist Mono,monospace;font-size:var(--text-mono-label);color:var(--text,#e8e6e1);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:8px 14px;transition:border-color .12s,background .12s}.PracticeRunner-module__BDri9a__endButton:hover,.PracticeRunner-module__BDri9a__retryButton:hover{border-color:var(--border-hover,var(--border))}.PracticeRunner-module__BDri9a__endButton:disabled{opacity:.4;cursor:not-allowed}.PracticeRunner-module__BDri9a__terminalState{flex-direction:column;align-items:flex-start;gap:12px;width:min(560px,100% - 40px);margin:clamp(48px,12vh,120px) auto;display:flex}.PracticeRunner-module__BDri9a__terminalTitle{margin:0;font-family:Bricolage Grotesque,serif;font-size:clamp(28px,4vw,42px);line-height:1.05}.PracticeRunner-module__BDri9a__savedConversation{width:min(800px,100% - 32px);margin:0 auto 48px}.PracticeRunner-module__BDri9a__savedConversation h2{font-family:var(--font-display);font-size:var(--text-h3);margin:0 0 24px;line-height:1.25}.PracticeRunner-module__BDri9a__terminalAction{border-radius:var(--radius-sm);background:var(--vermillion,#cc2f2f);color:#fff;min-height:44px;font-family:Geist Mono,monospace;font-size:var(--text-mono-label);cursor:pointer;border:0;justify-content:center;align-items:center;margin-top:8px;padding:0 18px;text-decoration:none;display:inline-flex}.PracticeRunner-module__BDri9a__terminalAction:hover{background:var(--vermillion-dark,#b82525)}.PracticeRunner-module__BDri9a__terminalAction:disabled{opacity:.6;cursor:wait}.PracticeRunner-module__BDri9a__terminalActions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.PracticeRunner-module__BDri9a__terminalBack{color:var(--text-secondary,#e8e6e1ad);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);text-decoration:none}.PracticeRunner-module__BDri9a__terminalBack:hover{color:var(--text,#e8e6e1)}.PracticeRunner-module__BDri9a__workspace{flex-direction:column;gap:18px;height:100%;padding:28px 32px;display:flex;overflow:hidden}.PracticeRunner-module__BDri9a__scenarioBrief{background:0 0;border:0;border-radius:0;flex-direction:column;transition:background .18s;display:flex}.PracticeRunner-module__BDri9a__scenarioBrief[data-collapsed=true]{background:0 0}.PracticeRunner-module__BDri9a__scenarioBriefHeader{text-align:left;cursor:pointer;color:var(--text);font:inherit;background:0 0;border:0;border-radius:0;align-items:center;gap:12px;padding:0 0 12px;display:flex}.PracticeRunner-module__BDri9a__scenarioBrief[data-collapsed=true] .PracticeRunner-module__BDri9a__scenarioBriefHeader{border-radius:0}.PracticeRunner-module__BDri9a__scenarioBriefHeader:hover{background:0 0}.PracticeRunner-module__BDri9a__scenarioBriefChevron{color:var(--text-muted,#e8e6e173);margin-left:auto;transition:transform .18s}.PracticeRunner-module__BDri9a__scenarioBrief[data-collapsed=true] .PracticeRunner-module__BDri9a__scenarioBriefChevron{transform:rotate(-90deg)}.PracticeRunner-module__BDri9a__scenarioBriefBody{border-bottom:1px solid var(--practice-hairline-soft);flex-direction:column;gap:12px;padding:0 0 18px;display:flex}.PracticeRunner-module__BDri9a__scenePersonaRow{justify-content:flex-start;align-items:center;min-height:24px;display:flex}.PracticeRunner-module__BDri9a__scenePersonaNudge,.PracticeRunner-module__BDri9a__scenePersonaAttached{border:1px solid var(--border);border-radius:var(--radius-pill);width:fit-content;max-width:100%;font-family:Geist Mono,monospace;font-size:var(--text-mono-label);text-transform:lowercase;align-items:center;padding:4px 9px;line-height:1.2;display:inline-flex}.PracticeRunner-module__BDri9a__scenePersonaNudge{cursor:pointer;color:var(--vermillion,#cc2f2f);background:#cc2f2f0f;border-color:#cc2f2f47;text-decoration:none}.PracticeRunner-module__BDri9a__scenePersonaNudge:hover{background:#cc2f2f1a;border-color:#cc2f2f73}.PracticeRunner-module__BDri9a__scenePersonaAttached{color:var(--text-secondary,#e8e6e1a8);background:var(--surface)}.PracticeRunner-module__BDri9a__scenarioEyebrow{font-family:Geist Mono,monospace;font-size:var(--text-mono-label);color:var(--text-muted,#e8e6e18c);text-transform:lowercase;letter-spacing:.04em}.PracticeRunner-module__BDri9a__scenarioTurnBadge{font-family:Geist Mono,monospace;font-size:var(--text-mono-label);color:var(--text-secondary,#e8e6e1a8);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);font-variant-numeric:tabular-nums;padding:2px 9px}.PracticeRunner-module__BDri9a__scenarioBrief[data-collapsed=true] .PracticeRunner-module__BDri9a__scenarioTurnBadge{background:0 0}.PracticeRunner-module__BDri9a__scenarioBlurb{color:var(--text,#e8e6e1);margin:0;font-size:15px;line-height:1.5}.PracticeRunner-module__BDri9a__scenarioMeta{grid-template-columns:max-content 1fr;gap:6px 14px;margin:0;font-size:14px;line-height:1.5;display:grid}.PracticeRunner-module__BDri9a__scenarioMeta dt{font-family:Geist Mono,monospace;font-size:var(--text-mono-label);text-transform:lowercase;color:var(--text-muted,#e8e6e180);padding-top:2px}.PracticeRunner-module__BDri9a__scenarioMeta dd{margin:0}.PracticeRunner-module__BDri9a__scenarioHint{font-family:Geist Mono,monospace;font-size:var(--text-mono-label);color:var(--text-muted,#e8e6e173);margin:0}.PracticeRunner-module__BDri9a__hl{text-underline-offset:4px;cursor:help;border-radius:2px;-webkit-text-decoration:underline wavy;text-decoration:underline wavy;text-decoration-thickness:2px;transition:background .15s}.PracticeRunner-module__BDri9a__hl:hover{background:var(--surface)}.PracticeRunner-module__BDri9a__hlPositive{text-decoration-color:#6fcf97}.PracticeRunner-module__BDri9a__hlNegative{text-decoration-color:#eb5757}.PracticeRunner-module__BDri9a__hlNeutral{text-decoration-color:#f2c94c}.PracticeRunner-module__BDri9a__hlWrap{display:inline;position:relative}.PracticeRunner-module__BDri9a__hlTip{border-radius:var(--radius-sm);background:var(--elevated,var(--surface));border:1px solid var(--border);min-width:180px;max-width:280px;font-family:Instrument Sans,sans-serif;font-size:var(--text-mono-label);color:var(--text,#e8e6e1);opacity:0;pointer-events:none;z-index:10;text-align:left;white-space:normal;padding:8px 10px;line-height:1.4;transition:opacity .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.PracticeRunner-module__BDri9a__hlWrap:hover .PracticeRunner-module__BDri9a__hlTip,.PracticeRunner-module__BDri9a__hlWrap:focus-within .PracticeRunner-module__BDri9a__hlTip{opacity:1;pointer-events:auto}.PracticeRunner-module__BDri9a__hlWrap:has(.PracticeRunner-module__BDri9a__hl:focus) .PracticeRunner-module__BDri9a__hlTip{opacity:1;pointer-events:auto}@media (pointer:coarse){.PracticeRunner-module__BDri9a__hl:after{content:"·";color:var(--text-muted,#e8e6e180);margin-left:3px;font-weight:700;display:inline-block;transform:translateY(-2px)}}@media (max-width:700px){.PracticeRunner-module__BDri9a__hlTip{min-width:0;max-width:calc(100vw - 32px);left:0;transform:none}}.PracticeRunner-module__BDri9a__hlTipLabel{font-family:Geist Mono,monospace;font-size:var(--text-mono-label);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted,#e8e6e180);margin-bottom:2px;display:block}.PracticeRunner-module__BDri9a__hlTipLabelPositive{color:#6fcf97}.PracticeRunner-module__BDri9a__hlTipLabelNegative{color:#eb5757}.PracticeRunner-module__BDri9a__hlTipLabelNeutral{color:#f2c94c}.PracticeRunner-module__BDri9a__inlineEval{border:0;border-top:1px solid var(--practice-hairline-soft);background:0 0;border-radius:0;flex-direction:column;align-self:flex-end;gap:8px;max-width:88%;margin-top:2px;padding:10px 0 0;display:flex}.PracticeRunner-module__BDri9a__inlineEvalLabel,.PracticeRunner-module__BDri9a__runningScoreLabel{color:var(--text-muted,#e8e6e18c);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);letter-spacing:.05em;text-transform:lowercase}.PracticeRunner-module__BDri9a__inlineEvalRow{flex-wrap:wrap;gap:8px 14px;display:flex}.PracticeRunner-module__BDri9a__inlinePill{font-family:Geist Mono,monospace;font-size:var(--text-mono-label);text-transform:lowercase;color:var(--text,#e8e6e1);align-items:center;gap:6px;display:inline-flex}.PracticeRunner-module__BDri9a__inlinePillDot{background:var(--text-muted);border-radius:50%;width:7px;height:7px}.PracticeRunner-module__BDri9a__inlinePill[data-tier=high] .PracticeRunner-module__BDri9a__inlinePillDot{background:#6ed4a1}.PracticeRunner-module__BDri9a__inlinePill[data-tier=mid] .PracticeRunner-module__BDri9a__inlinePillDot{background:#e8c46c}.PracticeRunner-module__BDri9a__inlinePill[data-tier=low] .PracticeRunner-module__BDri9a__inlinePillDot{background:#ff8a65}.PracticeRunner-module__BDri9a__inlinePillScore{font-variant-numeric:tabular-nums;font-weight:600}.PracticeRunner-module__BDri9a__inlinePill[data-tier=high] .PracticeRunner-module__BDri9a__inlinePillScore{color:#6ed4a1}.PracticeRunner-module__BDri9a__inlinePill[data-tier=mid] .PracticeRunner-module__BDri9a__inlinePillScore{color:#e8c46c}.PracticeRunner-module__BDri9a__inlinePill[data-tier=low] .PracticeRunner-module__BDri9a__inlinePillScore{color:#ff8a65}.PracticeRunner-module__BDri9a__inlineEvalEvidence{color:var(--text-muted,#e8e6e18c);margin:0;font-size:13px;font-style:italic;line-height:1.5}.PracticeRunner-module__BDri9a__inlineEvalEvidenceList{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.PracticeRunner-module__BDri9a__inlineEvalEvidenceItem{border-top:1px dashed color-mix(in srgb, var(--border) 80%, transparent);grid-template-columns:120px minmax(0,1fr);gap:12px;padding:6px 0;font-size:13px;line-height:1.5;display:grid}.PracticeRunner-module__BDri9a__inlineEvalEvidenceItem:first-child{border-top:0;padding-top:2px}.PracticeRunner-module__BDri9a__inlineEvalEvidenceSkill{font-family:Geist Mono,monospace;font-size:var(--text-mono-label);text-transform:lowercase;letter-spacing:.03em;color:var(--text-muted,#e8e6e18c);padding-top:1px}.PracticeRunner-module__BDri9a__inlineEvalEvidenceItem[data-tier=high] .PracticeRunner-module__BDri9a__inlineEvalEvidenceSkill{color:#6ed4a1}.PracticeRunner-module__BDri9a__inlineEvalEvidenceItem[data-tier=mid] .PracticeRunner-module__BDri9a__inlineEvalEvidenceSkill{color:#e8c46c}.PracticeRunner-module__BDri9a__inlineEvalEvidenceItem[data-tier=low] .PracticeRunner-module__BDri9a__inlineEvalEvidenceSkill{color:#ff8a65}.PracticeRunner-module__BDri9a__inlineEvalEvidenceText{color:var(--text,#e8e6e1);overflow-wrap:anywhere;min-width:0}.PracticeRunner-module__BDri9a__roomLabel{font-family:Geist Mono,monospace;font-size:var(--text-mono-label);color:var(--text-muted,#e8e6e18c);text-transform:lowercase;letter-spacing:.04em;flex-shrink:0}.PracticeRunner-module__BDri9a__responseWithNudge{display:contents}.PracticeRunner-module__BDri9a__responseNudge{max-width:min(460px,92%);color:var(--text-secondary,#e8e6e1a8);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);background:0 0;border:0;border-left:2px solid #cc2f2f47;border-radius:0;align-self:flex-start;align-items:center;gap:8px;margin-top:6px;padding:8px 10px;line-height:1.35;display:flex}.PracticeRunner-module__BDri9a__responseNudgeLink{cursor:pointer;font:inherit;color:var(--vermillion,#cc2f2f);text-underline-offset:2px;background:0 0;border:0;flex-shrink:0;padding:0;text-decoration:underline}.PracticeRunner-module__BDri9a__responseNudgeDismiss{color:var(--text-muted,#e8e6e15c);cursor:pointer;background:0 0;border:0;margin-left:auto;padding:0 2px;font-size:14px;line-height:1}.PracticeRunner-module__BDri9a__responseNudgeDismiss:hover{color:var(--text,#e8e6e1)}.PracticeRunner-module__BDri9a__personaSheet{border-radius:var(--radius-lg);background:color-mix(in srgb, var(--surface) 92%, #cc2f2f14);border:1px solid #cc2f2f47;flex-direction:column;gap:12px;padding:14px;display:flex}.PracticeRunner-module__BDri9a__personaSheetHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.PracticeRunner-module__BDri9a__personaSheetKicker{color:var(--text-muted,#e8e6e173);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);letter-spacing:.06em;text-transform:lowercase;margin:0 0 3px}.PracticeRunner-module__BDri9a__personaSheetTitle{color:var(--text,#e8e6e1);letter-spacing:0;margin:0;font-family:Bricolage Grotesque,serif;font-size:20px;font-weight:600}.PracticeRunner-module__BDri9a__personaSheetClose{color:var(--text-muted,#e8e6e173);cursor:pointer;background:0 0;border:0;padding:2px;font-size:18px;line-height:1}.PracticeRunner-module__BDri9a__personaSheetClose:hover{color:var(--text,#e8e6e1)}.PracticeRunner-module__BDri9a__personaSheetGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.PracticeRunner-module__BDri9a__personaSheetField{flex-direction:column;gap:6px;display:flex}.PracticeRunner-module__BDri9a__personaSheetField:has(textarea){grid-column:1/-1}.PracticeRunner-module__BDri9a__personaSheetField span{color:var(--text-muted,#e8e6e180);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);text-transform:lowercase}.PracticeRunner-module__BDri9a__personaSheetField input,.PracticeRunner-module__BDri9a__personaSheetField textarea{box-sizing:border-box;border:1px solid var(--border);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--bg) 38%, transparent);width:100%;color:var(--text,#e8e6e1);outline:0;padding:8px 10px;font-family:Instrument Sans,sans-serif;font-size:13px;line-height:1.45}.PracticeRunner-module__BDri9a__personaSheetField textarea{resize:vertical;min-height:54px}.PracticeRunner-module__BDri9a__personaSheetField input:focus,.PracticeRunner-module__BDri9a__personaSheetField textarea:focus{border-color:#cc2f2f80}.PracticeRunner-module__BDri9a__personaSheetField input::placeholder,.PracticeRunner-module__BDri9a__personaSheetField textarea::placeholder{color:var(--text-muted,#e8e6e166)}.PracticeRunner-module__BDri9a__personaSheetDetails{flex-direction:column;gap:10px;display:flex}.PracticeRunner-module__BDri9a__personaSheetDetails summary{cursor:pointer;width:fit-content;color:var(--text-secondary,#e8e6e1a8);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);text-transform:lowercase}.PracticeRunner-module__BDri9a__personaSheetDetails[open] summary{margin-bottom:10px}.PracticeRunner-module__BDri9a__personaSheetActions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.PracticeRunner-module__BDri9a__personaSheetPrimary{border-radius:var(--radius-sm);background:var(--vermillion,#cc2f2f);color:#fff;cursor:pointer;font-family:Geist Mono,monospace;font-size:var(--text-mono-label);border:0;padding:9px 12px;font-weight:600}.PracticeRunner-module__BDri9a__personaSheetPrimary:hover{background:var(--vermillion-dark,#b82525)}.PracticeRunner-module__BDri9a__personaSheetNote,.PracticeRunner-module__BDri9a__personaSheetError{font-size:var(--text-mono-label);margin:0;line-height:1.45}.PracticeRunner-module__BDri9a__personaSheetNote{color:var(--text-muted,#e8e6e173)}.PracticeRunner-module__BDri9a__personaSheetError{color:#ff8a65}.PracticeRunner-module__BDri9a__personaSaveNudge{border-radius:var(--radius-sm);color:var(--text-secondary,#e8e6e1a8);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);background:#cc2f2f0d;border:1px solid #cc2f2f47;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px;display:flex}.PracticeRunner-module__BDri9a__personaSaveNudgeLink,.PracticeRunner-module__BDri9a__personaSaveNudgeButton{color:var(--text,#e8e6e1);font:inherit;text-underline-offset:2px;text-decoration:underline}.PracticeRunner-module__BDri9a__personaSaveNudgeButton{cursor:pointer;background:0 0;border:0;padding:0}.PracticeRunner-module__BDri9a__practiceComposer{flex-shrink:0}.PracticeRunner-module__BDri9a__replyLimitNotice{border-radius:var(--radius-lg);background:linear-gradient(135deg, #ff8a651f, transparent 58%), color-mix(in srgb, var(--surface,#151518) 92%, var(--bg,#0c0c0f));border:1px solid #ff8a655c;justify-content:space-between;align-items:center;gap:16px;padding:11px 13px;display:flex;box-shadow:0 14px 30px #0000002e}.PracticeRunner-module__BDri9a__replyLimitNotice[data-status=blocked]{background:linear-gradient(135deg, #ff8a652e, transparent 62%), color-mix(in srgb, var(--surface,#151518) 88%, var(--bg,#0c0c0f));border-color:#ff8a658f}.PracticeRunner-module__BDri9a__replyLimitNoticeCopy{gap:3px;min-width:0;display:grid}.PracticeRunner-module__BDri9a__replyLimitNoticeKicker{color:#ff8a65;font-family:Geist Mono,monospace;font-size:var(--text-mono-label);text-transform:lowercase;font-weight:700;line-height:1.1}.PracticeRunner-module__BDri9a__replyLimitNotice strong{color:var(--text,#e8e6e1);white-space:nowrap;font-size:13px;font-weight:700;line-height:1.2}.PracticeRunner-module__BDri9a__replyLimitNoticeBody{max-width:430px;color:var(--text-secondary,#e8e6e1a8);font-size:var(--text-mono-label);text-align:right;line-height:1.35}.PracticeRunner-module__BDri9a__runningBar{border:0;border-top:1px solid var(--practice-hairline-soft);background:0 0;border-radius:0;flex-wrap:wrap;align-items:center;gap:16px;padding:10px 0;font-family:Geist Mono,monospace;display:flex}.PracticeRunner-module__BDri9a__runningScoreLabel{flex:0 0 100%}.PracticeRunner-module__BDri9a__runningOverallPill{border:0;border-radius:0;align-items:baseline;gap:2px;padding:0 6px 0 0;display:flex}.PracticeRunner-module__BDri9a__runningOverallScore{font-variant-numeric:tabular-nums;font-family:Bricolage Grotesque,serif;font-size:22px;font-weight:700;display:inline-block}.PracticeRunner-module__BDri9a__runningOverallSuffix{font-size:var(--text-mono-label);color:var(--text-muted,#e8e6e166)}.PracticeRunner-module__BDri9a__runningCriteria{flex-wrap:wrap;flex:1 1 0;gap:10px 18px;display:flex}.PracticeRunner-module__BDri9a__runningCriterion{font-size:var(--text-mono-label);align-items:center;gap:8px;display:flex}.PracticeRunner-module__BDri9a__runningCriterionLabel{text-transform:lowercase;color:var(--text,#e8e6e1);white-space:nowrap}.PracticeRunner-module__BDri9a__runningCriterionTrack{background:var(--border);border-radius:var(--radius-pill);width:56px;height:5px;overflow:hidden}.PracticeRunner-module__BDri9a__runningCriterionFill{background:var(--text-muted);border-radius:var(--radius-pill);height:100%;transition:width .22s}.PracticeRunner-module__BDri9a__runningCriterionFill[data-tier=high]{background:#6ed4a1}.PracticeRunner-module__BDri9a__runningCriterionFill[data-tier=mid]{background:#e8c46c}.PracticeRunner-module__BDri9a__runningCriterionFill[data-tier=low]{background:#ff8a65}.PracticeRunner-module__BDri9a__runningCriterionFill[data-tier=empty]{background:var(--border)}.PracticeRunner-module__BDri9a__runningCriterionScore{font-variant-numeric:tabular-nums;color:var(--text,#e8e6e1);text-align:right;min-width:32px;font-weight:600}.PracticeRunner-module__BDri9a__directionArrow{font-size:var(--text-mono-label);text-align:center;min-width:10px;font-weight:700;display:inline-block}.PracticeRunner-module__BDri9a__directionArrow[data-dir=up]{color:#6ed4a1}.PracticeRunner-module__BDri9a__directionArrow[data-dir=down]{color:#ff8a65}.PracticeRunner-module__BDri9a__directionArrow[data-dir=flat]{color:var(--text-muted)}.PracticeRunner-module__BDri9a__runningTurns{font-size:var(--text-mono-label);color:var(--text-muted,#e8e6e166);text-transform:lowercase;margin-left:auto}@media (max-width:700px){.PracticeRunner-module__BDri9a__runningBar{gap:10px;padding:8px 10px}.PracticeRunner-module__BDri9a__runningOverallScore{font-size:18px}.PracticeRunner-module__BDri9a__runningCriteria{gap:6px 12px}.PracticeRunner-module__BDri9a__runningCriterionTrack{width:36px}.PracticeRunner-module__BDri9a__runningCriterion{font-size:var(--text-mono-label)}}.PracticeRunner-module__BDri9a__latencyBadge{font-family:Geist Mono,monospace;font-size:var(--text-mono-label);color:var(--text-muted,#e8e6e15c)}.PracticeRunner-module__BDri9a__aiPanel{flex-direction:column;gap:14px;height:100%;padding:28px 32px;display:flex;overflow-y:auto}.PracticeRunner-module__BDri9a__coachPanelToggle{width:100%;color:var(--text-muted,#e8e6e173);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:0;display:flex}.PracticeRunner-module__BDri9a__coachPanelLabel{font-family:Geist Mono,monospace;font-size:var(--text-mono-label);color:var(--text-muted,#e8e6e173);text-transform:lowercase;align-items:center;gap:8px;display:inline-flex}.PracticeRunner-module__BDri9a__coachPanelLabel svg{color:#6ed4a1}.PracticeRunner-module__BDri9a__coachPanelChevron{flex-shrink:0;transition:transform .18s}.PracticeRunner-module__BDri9a__aiPanel[data-collapsed=true] .PracticeRunner-module__BDri9a__coachPanelChevron{transform:rotate(-90deg)}.PracticeRunner-module__BDri9a__coachPanelBody{flex-direction:column;gap:12px;display:flex}.PracticeRunner-module__BDri9a__coachPanelBody .PracticeRunner-module__BDri9a__coachingHeader{display:none}.PracticeRunner-module__BDri9a__coaching{border:0;border-radius:0;flex-direction:column;gap:10px;padding:0;display:flex}.PracticeRunner-module__BDri9a__coaching[data-tone=warning],.PracticeRunner-module__BDri9a__coaching[data-tone=encouraging],.PracticeRunner-module__BDri9a__coaching[data-tone=celebration]{background:0 0}.PracticeRunner-module__BDri9a__coachingHeader{align-items:center;gap:8px;display:flex}.PracticeRunner-module__BDri9a__coachingIcon{color:var(--text-muted,#e8e6e166);align-items:center;display:flex}.PracticeRunner-module__BDri9a__coachingIcon[data-tone=warning]{color:#ff8a65}.PracticeRunner-module__BDri9a__coachingIcon[data-tone=encouraging]{color:#6ed4a1}.PracticeRunner-module__BDri9a__coachingIcon[data-tone=celebration]{color:#b4c8ff}.PracticeRunner-module__BDri9a__coachingLabel{font-family:Geist Mono,monospace;font-size:var(--text-mono-label);color:var(--text-muted,#e8e6e166)}.PracticeRunner-module__BDri9a__conceptTag{font-family:Geist Mono,monospace;font-size:var(--text-mono-label);text-transform:lowercase;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xs);padding:1px 6px}.PracticeRunner-module__BDri9a__coachingMessage{margin:0;font-size:15px;line-height:1.65}.PracticeRunner-module__BDri9a__suggestedAction{border:0;border-top:1px solid var(--practice-hairline-soft);color:var(--text,#e8e6e1);background:0 0;border-radius:0;align-items:flex-start;gap:8px;margin-top:2px;padding:12px 0 0;font-size:15px;line-height:1.6;display:flex}.PracticeRunner-module__BDri9a__suggestedActionIcon{color:#e8c46c;flex-shrink:0;margin-top:1px}.PracticeRunner-module__BDri9a__coachLoading{font-family:Geist Mono,monospace;font-size:var(--text-mono-label);color:var(--text-muted);border:0;border-radius:0;align-items:center;gap:8px;padding:0;display:flex}.PracticeRunner-module__BDri9a__coachLoadingSpinner{animation:1s linear infinite PracticeRunner-module__BDri9a__spin}@keyframes PracticeRunner-module__BDri9a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.PracticeRunner-module__BDri9a__coachLoadingSpinner{animation:none}}.PracticeRunner-module__BDri9a__coachSilence{color:var(--text,#e8e6e1);background:0 0;border:0;border-radius:0;align-items:center;gap:8px;padding:0;font-size:14px;display:flex}.PracticeRunner-module__BDri9a__coachSilenceIcon{color:#b4c8ff;flex-shrink:0}.PracticeRunner-module__BDri9a__coachSilence p{margin:0}.PracticeRunner-module__BDri9a__muted{color:var(--text-muted,#e8e6e166);margin:0;font-size:13px}.PracticeRunner-module__BDri9a__inlineError{color:#ff8a65;margin:0;font-size:13px}.PracticeRunner-module__BDri9a__anonNudge{border:1px solid var(--border);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);color:var(--text-muted);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.PracticeRunner-module__BDri9a__anonNudgeLink{color:var(--text-secondary,#e8e6e18f);text-underline-offset:2px;text-decoration:underline;transition:color .15s}.PracticeRunner-module__BDri9a__anonNudgeLink:hover{color:var(--text,#e8e6e1)}.PracticeRunner-module__BDri9a__anonNudgeDismiss{color:var(--text-muted,#e8e6e15c);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:16px;line-height:1;transition:color .15s}.PracticeRunner-module__BDri9a__anonNudgeDismiss:hover{color:var(--text-secondary,#e8e6e18f)}.PracticeRunner-module__BDri9a__errorBlock{border-radius:var(--radius-lg);border:1px solid #ff8a6566;flex-direction:column;align-items:flex-start;gap:8px;padding:16px;display:flex}@media (max-width:920px){.PracticeRunner-module__BDri9a__root{min-height:calc(100dvh - 52px)}.PracticeRunner-module__BDri9a__practiceShell{min-height:680px;height:calc(100dvh - 52px)!important}.PracticeRunner-module__BDri9a__practiceShell>div:nth-child(2){flex-direction:column!important}.PracticeRunner-module__BDri9a__practiceShell>div:nth-child(2)>div:first-child{min-height:0;border-right:0!important;border-bottom:1px solid var(--border)!important;overflow-y:auto!important}.PracticeRunner-module__BDri9a__practiceShell>div:nth-child(2)>div:last-child{border-top:1px solid var(--border);max-height:32dvh;width:100%!important;min-width:0!important;max-width:none!important}.PracticeRunner-module__BDri9a__header{gap:10px;padding:12px 14px}.PracticeRunner-module__BDri9a__titleText{font-size:18px}.PracticeRunner-module__BDri9a__endButton,.PracticeRunner-module__BDri9a__retryButton{padding:7px 10px}.PracticeRunner-module__BDri9a__workspace{gap:12px;height:auto;min-height:100%;padding:14px 14px 0;overflow:visible}.PracticeRunner-module__BDri9a__scenarioBrief{flex:none}.PracticeRunner-module__BDri9a__scenarioBriefBody{padding-bottom:12px}.PracticeRunner-module__BDri9a__scenePersonaRow{min-height:22px}.PracticeRunner-module__BDri9a__aiPanel{padding:12px 14px}.PracticeRunner-module__BDri9a__practiceComposer{z-index:20;background:var(--bg,#faf7f4);box-shadow:0 -10px 24px color-mix(in srgb, var(--bg,#faf7f4) 76%, transparent);margin:0 -14px;position:sticky;bottom:0;padding:12px 14px calc(12px + env(safe-area-inset-bottom))!important;border:0!important;border-top:1px solid var(--practice-hairline)!important;border-radius:0!important}.PracticeRunner-module__BDri9a__replyLimitNotice{flex-direction:column;align-items:flex-start;gap:5px}.PracticeRunner-module__BDri9a__replyLimitNoticeBody{text-align:left}}@media (max-width:560px){.PracticeRunner-module__BDri9a__practiceShell{min-height:620px}.PracticeRunner-module__BDri9a__header{flex-wrap:wrap;align-items:flex-start}.PracticeRunner-module__BDri9a__title{flex-basis:calc(100% - 74px)}.PracticeRunner-module__BDri9a__titleText{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.PracticeRunner-module__BDri9a__endButton{margin-left:auto}.PracticeRunner-module__BDri9a__inlineEval{max-width:96%}.PracticeRunner-module__BDri9a__inlineEvalEvidenceItem{grid-template-columns:1fr;gap:3px}.PracticeRunner-module__BDri9a__responseNudge{flex-wrap:wrap;max-width:96%}.PracticeRunner-module__BDri9a__personaSheetGrid{grid-template-columns:1fr}}.PracticeRunner-module__BDri9a__personaScrim{z-index:60;cursor:pointer;background:#0606066b;border:0;padding:0;position:fixed;inset:0}.PracticeRunner-module__BDri9a__personaModal{z-index:61;width:min(560px,94vw);max-height:88vh;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.PracticeRunner-module__BDri9a__personaModal .PracticeRunner-module__BDri9a__personaSheet{box-shadow:0 30px 80px #00000080}.PracticeRunner-module__BDri9a__root[data-unified-surface=true]{flex-direction:column;height:100dvh;min-height:0;display:flex}.PracticeRunner-module__BDri9a__root[data-unified-surface=true]>:first-child{flex:1;min-height:0}.PracticeRunner-module__BDri9a__unifiedRail{flex-direction:column;gap:18px;padding:16px;display:flex}.PracticeRunner-module__BDri9a__unifiedRailSection{flex-direction:column;gap:10px;display:flex}.PracticeRunner-module__BDri9a__inlineEvalQuote{font-size:var(--text-body-sm);color:var(--text-secondary,#e8e6e1c7);overflow-wrap:anywhere;margin:0;font-style:italic;line-height:1.45}.PracticeRunner-module__BDri9a__completeContent{flex-direction:column;display:flex}.PracticeRunner-module__BDri9a__completeUtilityBar{border-top:1px solid color-mix(in srgb, var(--border) 60%, transparent);align-items:center;gap:12px;padding:10px 16px 18px;display:flex}.PracticeRunner-module__BDri9a__completeUtilityLabel{color:var(--text-muted,#e8e6e173);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);letter-spacing:.05em;text-transform:lowercase}
.AddOpportunityTask-module__7Ksjxq__form,.AddOpportunityTask-module__7Ksjxq__duplicate{color:var(--text);gap:14px;display:grid}.AddOpportunityTask-module__7Ksjxq__intro,.AddOpportunityTask-module__7Ksjxq__duplicate p,.AddOpportunityTask-module__7Ksjxq__note,.AddOpportunityTask-module__7Ksjxq__error{margin:0;line-height:1.5}.AddOpportunityTask-module__7Ksjxq__intro,.AddOpportunityTask-module__7Ksjxq__duplicate p{color:var(--text-secondary);font-size:14px}.AddOpportunityTask-module__7Ksjxq__field{gap:6px;display:grid}.AddOpportunityTask-module__7Ksjxq__field>span{color:var(--text-secondary);font-family:var(--font-mono,"Geist Mono", monospace);letter-spacing:.04em;font-size:13px}.AddOpportunityTask-module__7Ksjxq__field em{color:var(--text-muted);font-style:normal}.AddOpportunityTask-module__7Ksjxq__field input,.AddOpportunityTask-module__7Ksjxq__field textarea{box-sizing:border-box;border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--bg) 88%, #000);width:100%;color:var(--text);font:14px var(--font-body,"Instrument Sans", sans-serif);outline:none}.AddOpportunityTask-module__7Ksjxq__field input{min-height:44px;padding:0 11px}.AddOpportunityTask-module__7Ksjxq__field textarea{resize:vertical;min-height:128px;padding:11px}.AddOpportunityTask-module__7Ksjxq__field input:focus,.AddOpportunityTask-module__7Ksjxq__field textarea:focus{border-color:var(--vermillion);box-shadow:0 0 0 3px color-mix(in srgb, var(--vermillion) 20%, transparent)}.AddOpportunityTask-module__7Ksjxq__linkRow{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.AddOpportunityTask-module__7Ksjxq__fieldRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.AddOpportunityTask-module__7Ksjxq__actions{flex-wrap:wrap;gap:8px;display:flex}.AddOpportunityTask-module__7Ksjxq__primary,.AddOpportunityTask-module__7Ksjxq__secondary,.AddOpportunityTask-module__7Ksjxq__textButton{border-radius:var(--radius-md);min-height:44px;font:700 13px var(--font-body,"Instrument Sans", sans-serif);cursor:pointer;padding:9px 13px}.AddOpportunityTask-module__7Ksjxq__primary{border:1px solid var(--vermillion);background:var(--vermillion);color:#fff}.AddOpportunityTask-module__7Ksjxq__secondary{border:1px solid var(--border);color:var(--text-secondary);background:0 0}.AddOpportunityTask-module__7Ksjxq__textButton{width:fit-content;min-height:36px;color:var(--vermillion-text,var(--vermillion));background:0 0;border:0;padding-inline:0}.AddOpportunityTask-module__7Ksjxq__primary:disabled,.AddOpportunityTask-module__7Ksjxq__secondary:disabled,.AddOpportunityTask-module__7Ksjxq__textButton:disabled{cursor:not-allowed;opacity:.45}.AddOpportunityTask-module__7Ksjxq__note,.AddOpportunityTask-module__7Ksjxq__error{font-size:13px}.AddOpportunityTask-module__7Ksjxq__note{color:var(--text-muted)}.AddOpportunityTask-module__7Ksjxq__error{color:var(--vermillion-text,#ef6f6f)}.AddOpportunityTask-module__7Ksjxq__duplicate h3{font-family:var(--font-display,"Bricolage Grotesque", serif);margin:0;font-size:22px;line-height:1.15}@media (max-width:520px){.AddOpportunityTask-module__7Ksjxq__linkRow,.AddOpportunityTask-module__7Ksjxq__fieldRow{grid-template-columns:minmax(0,1fr)}.AddOpportunityTask-module__7Ksjxq__actions,.AddOpportunityTask-module__7Ksjxq__actions button{width:100%}}
.OpportunityPrerequisiteTask-module__b-0tzq__chooser,.OpportunityPrerequisiteTask-module__b-0tzq__add,.OpportunityPrerequisiteTask-module__b-0tzq__status{color:var(--text);gap:14px;display:grid}.OpportunityPrerequisiteTask-module__b-0tzq__intro,.OpportunityPrerequisiteTask-module__b-0tzq__loading,.OpportunityPrerequisiteTask-module__b-0tzq__status p,.OpportunityPrerequisiteTask-module__b-0tzq__error{margin:0;line-height:1.5}.OpportunityPrerequisiteTask-module__b-0tzq__intro,.OpportunityPrerequisiteTask-module__b-0tzq__loading,.OpportunityPrerequisiteTask-module__b-0tzq__status p{color:var(--text-secondary);font-size:14px}.OpportunityPrerequisiteTask-module__b-0tzq__status .OpportunityPrerequisiteTask-module__b-0tzq__selectedRole{color:var(--text);font-weight:700}.OpportunityPrerequisiteTask-module__b-0tzq__list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.OpportunityPrerequisiteTask-module__b-0tzq__choice{border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--bg) 88%, #000);width:100%;min-height:64px;color:var(--text);text-align:left;cursor:pointer;grid-template-columns:minmax(0,1fr) auto;gap:3px 12px;padding:11px 12px;display:grid}.OpportunityPrerequisiteTask-module__b-0tzq__choice:hover,.OpportunityPrerequisiteTask-module__b-0tzq__choice:focus-visible{border-color:var(--vermillion);box-shadow:0 0 0 3px color-mix(in srgb, var(--vermillion) 18%, transparent);outline:none}.OpportunityPrerequisiteTask-module__b-0tzq__choice:disabled{cursor:wait;opacity:.55}.OpportunityPrerequisiteTask-module__b-0tzq__role{font:700 14px/1.35 var(--font-body,"Instrument Sans", sans-serif);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.OpportunityPrerequisiteTask-module__b-0tzq__company{color:var(--text-muted);font:var(--text-floor)/1.35 var(--font-body,"Instrument Sans", sans-serif);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.OpportunityPrerequisiteTask-module__b-0tzq__use{color:var(--vermillion-text,var(--vermillion));font:700 var(--text-floor)/1.2 var(--font-body,"Instrument Sans", sans-serif);grid-area:1/2/span 2;align-self:center}.OpportunityPrerequisiteTask-module__b-0tzq__actions{flex-wrap:wrap;gap:8px;display:flex}.OpportunityPrerequisiteTask-module__b-0tzq__primary,.OpportunityPrerequisiteTask-module__b-0tzq__secondary,.OpportunityPrerequisiteTask-module__b-0tzq__back{border-radius:var(--radius-md);min-height:44px;font:700 13px var(--font-body,"Instrument Sans", sans-serif);cursor:pointer;justify-content:center;align-items:center;padding:9px 13px;text-decoration:none;display:inline-flex}.OpportunityPrerequisiteTask-module__b-0tzq__primary{border:1px solid var(--vermillion);background:var(--vermillion);color:#fff}.OpportunityPrerequisiteTask-module__b-0tzq__secondary{border:1px solid var(--border);color:var(--text-secondary);background:0 0}.OpportunityPrerequisiteTask-module__b-0tzq__back{width:fit-content;min-height:36px;color:var(--text-muted);background:0 0;border:0;padding-inline:0}.OpportunityPrerequisiteTask-module__b-0tzq__primary:disabled,.OpportunityPrerequisiteTask-module__b-0tzq__secondary:disabled,.OpportunityPrerequisiteTask-module__b-0tzq__back:disabled{cursor:not-allowed;opacity:.45}.OpportunityPrerequisiteTask-module__b-0tzq__status h3{font-family:var(--font-display,"Bricolage Grotesque", serif);margin:0;font-size:22px;line-height:1.15}.OpportunityPrerequisiteTask-module__b-0tzq__error{color:var(--vermillion-text,#ef6f6f);font-size:13px}@media (max-width:520px){.OpportunityPrerequisiteTask-module__b-0tzq__choice{grid-template-columns:minmax(0,1fr)}.OpportunityPrerequisiteTask-module__b-0tzq__use{grid-area:auto/1;margin-top:5px}.OpportunityPrerequisiteTask-module__b-0tzq__actions,.OpportunityPrerequisiteTask-module__b-0tzq__actions button{width:100%}}
.PursuitApproachPrerequisiteTask-module__Podr-W__chooser,.PursuitApproachPrerequisiteTask-module__Podr-W__status{color:var(--text);gap:14px;display:grid}.PursuitApproachPrerequisiteTask-module__Podr-W__loading,.PursuitApproachPrerequisiteTask-module__Podr-W__status p{color:var(--text-secondary);font:14px/1.5 var(--font-body,"Instrument Sans", sans-serif);margin:0}.PursuitApproachPrerequisiteTask-module__Podr-W__target{gap:2px;display:grid}.PursuitApproachPrerequisiteTask-module__Podr-W__target span,.PursuitApproachPrerequisiteTask-module__Podr-W__target small,.PursuitApproachPrerequisiteTask-module__Podr-W__context{color:var(--text-muted);font:13px/1.35 var(--font-body,"Instrument Sans", sans-serif)}.PursuitApproachPrerequisiteTask-module__Podr-W__target strong{font:700 14px/1.35 var(--font-body,"Instrument Sans", sans-serif);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.PursuitApproachPrerequisiteTask-module__Podr-W__list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.PursuitApproachPrerequisiteTask-module__Podr-W__choice{border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--bg) 88%, #000);width:100%;min-height:62px;color:var(--text);text-align:left;cursor:pointer;gap:4px;padding:11px 12px;display:grid}.PursuitApproachPrerequisiteTask-module__Podr-W__choice:hover,.PursuitApproachPrerequisiteTask-module__Podr-W__choice:focus-visible{border-color:var(--vermillion);box-shadow:0 0 0 3px color-mix(in srgb, var(--vermillion) 18%, transparent);outline:none}.PursuitApproachPrerequisiteTask-module__Podr-W__choice:disabled{cursor:wait;opacity:.55}.PursuitApproachPrerequisiteTask-module__Podr-W__cta{color:var(--vermillion-text,var(--vermillion));font:700 14px/1.35 var(--font-body,"Instrument Sans", sans-serif)}.PursuitApproachPrerequisiteTask-module__Podr-W__context{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.PursuitApproachPrerequisiteTask-module__Podr-W__actions{flex-wrap:wrap;gap:8px;display:flex}.PursuitApproachPrerequisiteTask-module__Podr-W__primary,.PursuitApproachPrerequisiteTask-module__Podr-W__secondary,.PursuitApproachPrerequisiteTask-module__Podr-W__back{border-radius:var(--radius-md);min-height:44px;font:700 13px var(--font-body,"Instrument Sans", sans-serif);cursor:pointer;justify-content:center;align-items:center;padding:9px 13px;text-decoration:none;display:inline-flex}.PursuitApproachPrerequisiteTask-module__Podr-W__primary{border:1px solid var(--vermillion);background:var(--vermillion);color:#fff;width:fit-content}.PursuitApproachPrerequisiteTask-module__Podr-W__secondary{border:1px solid var(--border);color:var(--text-secondary);background:0 0}.PursuitApproachPrerequisiteTask-module__Podr-W__back{width:fit-content;min-height:36px;color:var(--text-muted);background:0 0;border:0;padding-inline:0}.PursuitApproachPrerequisiteTask-module__Podr-W__primary:focus-visible,.PursuitApproachPrerequisiteTask-module__Podr-W__secondary:focus-visible,.PursuitApproachPrerequisiteTask-module__Podr-W__back:focus-visible{outline:2px solid var(--vermillion);outline-offset:2px}.PursuitApproachPrerequisiteTask-module__Podr-W__primary:disabled,.PursuitApproachPrerequisiteTask-module__Podr-W__secondary:disabled,.PursuitApproachPrerequisiteTask-module__Podr-W__back:disabled{cursor:not-allowed;opacity:.45}.PursuitApproachPrerequisiteTask-module__Podr-W__status h3{font:700 22px/1.15 var(--font-display,"Bricolage Grotesque", serif);margin:0}.PursuitApproachPrerequisiteTask-module__Podr-W__status .PursuitApproachPrerequisiteTask-module__Podr-W__selected{color:var(--text);font-weight:700}.PursuitApproachPrerequisiteTask-module__Podr-W__error{color:var(--vermillion-text,#ef6f6f);font:13px/1.5 var(--font-body,"Instrument Sans", sans-serif);margin:0}@media (max-width:520px){.PursuitApproachPrerequisiteTask-module__Podr-W__actions,.PursuitApproachPrerequisiteTask-module__Podr-W__actions>*,.PursuitApproachPrerequisiteTask-module__Podr-W__primary{width:100%}}
.GrowthPlanReviewPanel-module__sQSViq__panel{color:var(--text);gap:18px;display:grid}.GrowthPlanReviewPanel-module__sQSViq__header{gap:7px;display:grid}.GrowthPlanReviewPanel-module__sQSViq__state{width:fit-content;color:var(--text-muted);font:700 13px/1.2 var(--font-mono,"Geist Mono", monospace)}.GrowthPlanReviewPanel-module__sQSViq__header h2{font:700 24px/1.12 var(--font-display,"Bricolage Grotesque", serif);overflow-wrap:anywhere;margin:0}.GrowthPlanReviewPanel-module__sQSViq__header p,.GrowthPlanReviewPanel-module__sQSViq__consequence{color:var(--text-secondary);font:14px/1.5 var(--font-body,"Instrument Sans", sans-serif);margin:0}.GrowthPlanReviewPanel-module__sQSViq__decision{gap:8px;display:grid}.GrowthPlanReviewPanel-module__sQSViq__primary{border:1px solid var(--vermillion);border-radius:var(--radius-md);background:var(--vermillion);color:#fff;width:100%;min-height:48px;font:700 15px/1.3 var(--font-body,"Instrument Sans", sans-serif);text-align:center;cursor:pointer;justify-content:center;align-items:center;padding:11px 15px;text-decoration:none;display:inline-flex}.GrowthPlanReviewPanel-module__sQSViq__primary:hover,.GrowthPlanReviewPanel-module__sQSViq__primary:focus-visible{filter:brightness(1.08);outline:2px solid color-mix(in srgb, var(--vermillion) 55%, #fff);outline-offset:2px}.GrowthPlanReviewPanel-module__sQSViq__primary:disabled{cursor:not-allowed;opacity:.58}.GrowthPlanReviewPanel-module__sQSViq__primary[aria-disabled=true]{cursor:wait;opacity:.58}.GrowthPlanReviewPanel-module__sQSViq__consequence{padding-inline:2px}.GrowthPlanReviewPanel-module__sQSViq__review{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--border);gap:1px;display:grid;overflow:hidden}.GrowthPlanReviewPanel-module__sQSViq__review section{background:color-mix(in srgb, var(--bg) 91%, #000);gap:4px;padding:11px 12px;display:grid}.GrowthPlanReviewPanel-module__sQSViq__review section>span{color:var(--text-muted);font:700 13px/1.25 var(--font-mono,"Geist Mono", monospace)}.GrowthPlanReviewPanel-module__sQSViq__review strong{color:var(--text);font:700 14px/1.4 var(--font-body,"Instrument Sans", sans-serif)}.GrowthPlanReviewPanel-module__sQSViq__focus ul{gap:6px;margin:3px 0 0;padding-left:18px;display:grid}.GrowthPlanReviewPanel-module__sQSViq__focus li{color:var(--text-secondary);font:14px/1.4 var(--font-body,"Instrument Sans", sans-serif)}.GrowthPlanReviewPanel-module__sQSViq__secondary{width:fit-content;min-height:36px;color:var(--text-muted);font:700 13px/1.3 var(--font-body,"Instrument Sans", sans-serif);text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, currentColor 45%, transparent);text-decoration-color:color-mix(in srgb, currentColor 45%, transparent);text-underline-offset:3px;align-content:center}.GrowthPlanReviewPanel-module__sQSViq__secondary:hover,.GrowthPlanReviewPanel-module__sQSViq__secondary:focus-visible{color:var(--text);outline:none;text-decoration-color:currentColor}@media (max-width:520px){.GrowthPlanReviewPanel-module__sQSViq__panel{gap:16px}.GrowthPlanReviewPanel-module__sQSViq__header h2{font-size:22px}.GrowthPlanReviewPanel-module__sQSViq__secondary{text-align:center;width:100%;min-height:44px}}
.PracticeReviewPanel-module__kHWR0a__panel{color:var(--text);gap:18px;display:grid}.PracticeReviewPanel-module__kHWR0a__header{gap:7px;display:grid}.PracticeReviewPanel-module__kHWR0a__state{width:fit-content;color:var(--text-muted);font:700 13px/1.25 var(--font-mono,"Geist Mono", monospace)}.PracticeReviewPanel-module__kHWR0a__header h2{font:700 24px/1.12 var(--font-display,"Bricolage Grotesque", serif);overflow-wrap:anywhere;margin:0}.PracticeReviewPanel-module__kHWR0a__decision{gap:8px;display:grid}.PracticeReviewPanel-module__kHWR0a__primary{border:1px solid var(--vermillion);border-radius:var(--radius-md);background:var(--vermillion);color:#fff;width:100%;min-height:48px;font:700 15px/1.3 var(--font-body,"Instrument Sans", sans-serif);text-align:center;cursor:pointer;justify-content:center;align-items:center;padding:11px 15px;text-decoration:none;display:inline-flex}.PracticeReviewPanel-module__kHWR0a__primary:hover,.PracticeReviewPanel-module__kHWR0a__primary:focus-visible{filter:brightness(1.08);outline:2px solid color-mix(in srgb, var(--vermillion) 55%, #fff);outline-offset:2px}.PracticeReviewPanel-module__kHWR0a__primary:disabled,.PracticeReviewPanel-module__kHWR0a__primary[aria-disabled=true]{cursor:not-allowed;opacity:.58}.PracticeReviewPanel-module__kHWR0a__primary[aria-disabled=true]{cursor:wait}.PracticeReviewPanel-module__kHWR0a__consequence{color:var(--text-secondary);font:14px/1.5 var(--font-body,"Instrument Sans", sans-serif);margin:0;padding-inline:2px}.PracticeReviewPanel-module__kHWR0a__facts{border-block:1px solid var(--border);margin:0;display:grid}.PracticeReviewPanel-module__kHWR0a__facts>div{grid-template-columns:minmax(72px,.34fr) minmax(0,1fr);gap:12px;padding-block:10px;display:grid}.PracticeReviewPanel-module__kHWR0a__facts>div+div{border-top:1px solid var(--border)}.PracticeReviewPanel-module__kHWR0a__facts dt{color:var(--text-muted);font:700 var(--text-floor)/1.4 var(--font-mono,"Geist Mono", monospace)}.PracticeReviewPanel-module__kHWR0a__facts dd{min-width:0;color:var(--text-secondary);font:14px/1.45 var(--font-body,"Instrument Sans", sans-serif);overflow-wrap:anywhere;margin:0}.PracticeReviewPanel-module__kHWR0a__secondary{width:fit-content;min-height:36px;color:var(--text-muted);font:700 13px/1.3 var(--font-body,"Instrument Sans", sans-serif);text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, currentColor 45%, transparent);text-decoration-color:color-mix(in srgb, currentColor 45%, transparent);text-underline-offset:3px;align-content:center}.PracticeReviewPanel-module__kHWR0a__secondary:hover,.PracticeReviewPanel-module__kHWR0a__secondary:focus-visible{color:var(--text);outline:none;text-decoration-color:currentColor}.PracticeReviewPanel-module__kHWR0a__error{color:var(--danger,#dc5a5a);font:13px/1.45 var(--font-body,"Instrument Sans", sans-serif);margin:0}.PracticeReviewPanel-module__kHWR0a__embedded{gap:10px;min-width:0;display:grid}.PracticeReviewPanel-module__kHWR0a__embedded>.PracticeReviewPanel-module__kHWR0a__secondary{justify-self:end}@media (max-width:520px){.PracticeReviewPanel-module__kHWR0a__panel{gap:16px}.PracticeReviewPanel-module__kHWR0a__header h2{font-size:22px}.PracticeReviewPanel-module__kHWR0a__facts>div{grid-template-columns:1fr;gap:3px}.PracticeReviewPanel-module__kHWR0a__secondary{text-align:center;width:100%;min-height:44px}}
.ResumeCompareApprovalPanel-module___dRA3q__panel{width:100%;height:100%;min-height:0;color:var(--text);font-family:var(--font-body,"Instrument Sans", sans-serif);grid-template-rows:auto auto minmax(0,1fr) auto;display:grid}.ResumeCompareApprovalPanel-module___dRA3q__header{padding:var(--space-xs) var(--space-2xs) var(--space-md)}.ResumeCompareApprovalPanel-module___dRA3q__header h2,.ResumeCompareApprovalPanel-module___dRA3q__state h2{color:var(--text);font:750 24px/1.12 var(--font-display,"Bricolage Grotesque", serif);letter-spacing:-.025em;margin:0}.ResumeCompareApprovalPanel-module___dRA3q__header p{margin:var(--space-xs,7px) 0 0;color:var(--text-muted);font:var(--text-floor)/1.4 var(--font-body,"Instrument Sans", sans-serif)}.ResumeCompareApprovalPanel-module___dRA3q__changes{overscroll-behavior:contain;scrollbar-gutter:stable;align-content:start;gap:0;min-height:0;margin:0;padding:0 2px 24px;list-style:none;display:grid;overflow-y:auto}.ResumeCompareApprovalPanel-module___dRA3q__change{padding:var(--space-md) 0 var(--space-lg);border-top:1px solid color-mix(in srgb, var(--border) 78%, transparent);gap:10px;display:grid}.ResumeCompareApprovalPanel-module___dRA3q__change:first-child{border-top:0;padding-top:4px}.ResumeCompareApprovalPanel-module___dRA3q__change h3{overflow-wrap:anywhere;color:var(--text-secondary);font:650 var(--text-floor)/1.4 var(--font-mono,"Geist Mono", monospace);letter-spacing:.015em;margin:0}.ResumeCompareApprovalPanel-module___dRA3q__comparison{gap:9px;display:grid}.ResumeCompareApprovalPanel-module___dRA3q__before,.ResumeCompareApprovalPanel-module___dRA3q__after{gap:7px;display:grid}.ResumeCompareApprovalPanel-module___dRA3q__before{border-left:2px solid color-mix(in srgb, var(--text-muted) 45%, transparent);padding:var(--space-sm) var(--space-md);background:color-mix(in srgb, var(--bg) 91%, var(--text) 9%)}.ResumeCompareApprovalPanel-module___dRA3q__before>span,.ResumeCompareApprovalPanel-module___dRA3q__after>label{color:var(--text-muted);font:700 var(--text-floor)/1.2 var(--font-mono,"Geist Mono", monospace);letter-spacing:.09em;text-transform:uppercase}.ResumeCompareApprovalPanel-module___dRA3q__before p,.ResumeCompareApprovalPanel-module___dRA3q__after p{overflow-wrap:anywhere;color:var(--text-secondary);font:14px/1.48 var(--font-body,"Instrument Sans", sans-serif);white-space:pre-wrap;margin:0}.ResumeCompareApprovalPanel-module___dRA3q__before p{color:var(--text-muted);text-decoration:line-through;-webkit-text-decoration-color:color-mix(in srgb, var(--vermillion) 55%, transparent);text-decoration-color:color-mix(in srgb, var(--vermillion) 55%, transparent)}.ResumeCompareApprovalPanel-module___dRA3q__before em,.ResumeCompareApprovalPanel-module___dRA3q__after em{opacity:.7;font-style:normal;text-decoration:none}.ResumeCompareApprovalPanel-module___dRA3q__after textarea{resize:vertical;border:1px solid var(--border);border-radius:var(--radius-md,8px);width:100%;min-height:96px;padding:var(--space-sm) var(--space-md);background:color-mix(in srgb, var(--bg) 95%, var(--text) 5%);color:var(--text);font:14px/1.5 var(--font-body,"Instrument Sans", sans-serif);transition:border-color .12s,box-shadow .12s;display:block}.ResumeCompareApprovalPanel-module___dRA3q__after textarea:hover{border-color:color-mix(in srgb, var(--text-muted) 70%, var(--border))}.ResumeCompareApprovalPanel-module___dRA3q__after textarea:focus-visible{border-color:var(--vermillion);box-shadow:0 0 0 3px color-mix(in srgb, var(--vermillion) 18%, transparent);outline:none}.ResumeCompareApprovalPanel-module___dRA3q__after textarea[aria-invalid=true]{border-color:var(--vermillion);box-shadow:0 0 0 3px color-mix(in srgb, var(--vermillion) 16%, transparent)}.ResumeCompareApprovalPanel-module___dRA3q__issue{border-left:3px solid var(--vermillion);padding:var(--space-sm) var(--space-md);background:color-mix(in srgb, var(--vermillion) 10%, transparent);color:var(--text);font:650 13px/1.45 var(--font-body,"Instrument Sans", sans-serif);margin:0 2px 12px}.ResumeCompareApprovalPanel-module___dRA3q__footer{z-index:1;border-top:1px solid var(--border);padding:var(--space-md) var(--space-2xs) var(--space-2xs);background:color-mix(in srgb, var(--bg) 94%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);gap:10px;display:grid;position:sticky;bottom:0}.ResumeCompareApprovalPanel-module___dRA3q__consequence{color:var(--text-muted);font:var(--text-floor)/1.45 var(--font-body,"Instrument Sans", sans-serif);margin:0}.ResumeCompareApprovalPanel-module___dRA3q__primary{border:1px solid var(--vermillion);border-radius:var(--radius-md,8px);width:100%;min-height:48px;padding:var(--space-sm) var(--space-md);background:var(--vermillion);color:#fff;font:750 14px/1.2 var(--font-body,"Instrument Sans", sans-serif);text-align:center;cursor:pointer;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.ResumeCompareApprovalPanel-module___dRA3q__primary:hover:not(:disabled){background:color-mix(in srgb, var(--vermillion) 86%, #000)}.ResumeCompareApprovalPanel-module___dRA3q__primary:focus-visible,.ResumeCompareApprovalPanel-module___dRA3q__quietLink:focus-visible,.ResumeCompareApprovalPanel-module___dRA3q__quietButton:focus-visible{outline:2px solid var(--vermillion);outline-offset:3px}.ResumeCompareApprovalPanel-module___dRA3q__primary:disabled,.ResumeCompareApprovalPanel-module___dRA3q__quietButton:disabled{cursor:not-allowed;opacity:.52}.ResumeCompareApprovalPanel-module___dRA3q__quietActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 18px;display:flex}.ResumeCompareApprovalPanel-module___dRA3q__quietLink,.ResumeCompareApprovalPanel-module___dRA3q__quietButton{min-height:40px;padding:var(--space-sm) 0;color:var(--text-muted);font:650 var(--text-floor)/1.35 var(--font-body,"Instrument Sans", sans-serif);cursor:pointer;text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, currentColor 40%, transparent);text-decoration-color:color-mix(in srgb, currentColor 40%, transparent);text-underline-offset:3px;background:0 0;border:0}.ResumeCompareApprovalPanel-module___dRA3q__quietLink:hover,.ResumeCompareApprovalPanel-module___dRA3q__quietButton:hover:not(:disabled){color:var(--text);text-decoration-color:currentColor}.ResumeCompareApprovalPanel-module___dRA3q__state{width:100%;min-height:min(440px,70vh);color:var(--text);font-family:var(--font-body,"Instrument Sans", sans-serif);align-content:center;justify-items:start;gap:14px;padding:clamp(22px,5vw,36px) 2px;display:grid}.ResumeCompareApprovalPanel-module___dRA3q__state p{max-width:38ch;color:var(--text-secondary);font:14px/1.5 var(--font-body,"Instrument Sans", sans-serif);margin:0}.ResumeCompareApprovalPanel-module___dRA3q__state .ResumeCompareApprovalPanel-module___dRA3q__primary{width:min(100%,360px)}.ResumeCompareApprovalPanel-module___dRA3q__stateMark{border:1px solid color-mix(in srgb, var(--good,#2d9c5c) 65%, transparent);width:34px;height:34px;color:var(--good,#2d9c5c);font:800 17px/1 var(--font-body,"Instrument Sans", sans-serif);border-radius:50%;place-items:center;display:inline-grid}@media (max-width:720px){.ResumeCompareApprovalPanel-module___dRA3q__panel{min-height:100%}.ResumeCompareApprovalPanel-module___dRA3q__header{padding:var(--space-2xs) 0 var(--space-md)}.ResumeCompareApprovalPanel-module___dRA3q__header h2,.ResumeCompareApprovalPanel-module___dRA3q__state h2{font-size:22px}.ResumeCompareApprovalPanel-module___dRA3q__changes{scrollbar-gutter:auto;padding-inline:0}.ResumeCompareApprovalPanel-module___dRA3q__footer{padding:var(--space-md) 0 max(var(--space-2xs), env(safe-area-inset-bottom))}.ResumeCompareApprovalPanel-module___dRA3q__quietActions{grid-template-columns:1fr;justify-items:center;gap:0;display:grid}.ResumeCompareApprovalPanel-module___dRA3q__quietLink,.ResumeCompareApprovalPanel-module___dRA3q__quietButton{text-align:center;width:100%}}@media (prefers-reduced-motion:reduce){.ResumeCompareApprovalPanel-module___dRA3q__after textarea{transition:none}}
.ResumePrerequisiteTask-module__WCFHLW__chooser,.ResumePrerequisiteTask-module__WCFHLW__upload,.ResumePrerequisiteTask-module__WCFHLW__preview,.ResumePrerequisiteTask-module__WCFHLW__status{color:var(--text);gap:14px;display:grid}.ResumePrerequisiteTask-module__WCFHLW__intro,.ResumePrerequisiteTask-module__WCFHLW__loading,.ResumePrerequisiteTask-module__WCFHLW__previewIntro,.ResumePrerequisiteTask-module__WCFHLW__status p{color:var(--text-secondary);font:14px/1.5 var(--font-body,"Instrument Sans", sans-serif);margin:0}.ResumePrerequisiteTask-module__WCFHLW__list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.ResumePrerequisiteTask-module__WCFHLW__choice{border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--bg) 88%, #000);width:100%;min-height:68px;color:var(--text);text-align:left;cursor:pointer;grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;padding:12px;display:grid}.ResumePrerequisiteTask-module__WCFHLW__choice[data-single=true]{border-color:color-mix(in srgb, var(--vermillion) 65%, var(--border))}.ResumePrerequisiteTask-module__WCFHLW__choice:hover,.ResumePrerequisiteTask-module__WCFHLW__choice:focus-visible,.ResumePrerequisiteTask-module__WCFHLW__fileChoice:focus-within{border-color:var(--vermillion);box-shadow:0 0 0 3px color-mix(in srgb, var(--vermillion) 18%, transparent);outline:none}.ResumePrerequisiteTask-module__WCFHLW__choice:disabled{cursor:wait;opacity:.55}.ResumePrerequisiteTask-module__WCFHLW__resumeLabel{font:700 14px/1.35 var(--font-body,"Instrument Sans", sans-serif);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ResumePrerequisiteTask-module__WCFHLW__choice time{color:var(--text-muted);font:var(--text-floor)/1.35 var(--font-body,"Instrument Sans", sans-serif)}.ResumePrerequisiteTask-module__WCFHLW__use{max-width:148px;color:var(--vermillion-text,var(--vermillion));font:700 var(--text-floor)/1.3 var(--font-body,"Instrument Sans", sans-serif);text-align:right;grid-area:1/2/span 2;align-self:center}.ResumePrerequisiteTask-module__WCFHLW__fileChoice{border:1px dashed color-mix(in srgb, var(--text-muted) 70%, transparent);border-radius:var(--radius-md);background:color-mix(in srgb, var(--bg) 92%, #000);text-align:center;cursor:pointer;place-content:center;gap:4px;min-height:92px;padding:18px;display:grid;position:relative}.ResumePrerequisiteTask-module__WCFHLW__fileChoice input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.ResumePrerequisiteTask-module__WCFHLW__fileChoice span{color:var(--text);font:700 14px/1.35 var(--font-body,"Instrument Sans", sans-serif)}.ResumePrerequisiteTask-module__WCFHLW__fileChoice small{color:var(--text-muted);font:var(--text-floor)/1.4 var(--font-body,"Instrument Sans", sans-serif)}.ResumePrerequisiteTask-module__WCFHLW__fileChoice:has(input:disabled){cursor:wait;opacity:.55}.ResumePrerequisiteTask-module__WCFHLW__previewHeading{gap:3px;display:grid}.ResumePrerequisiteTask-module__WCFHLW__previewHeading span{color:var(--vermillion-text,var(--vermillion));font:700 var(--text-floor)/1.2 var(--font-mono,"Geist Mono", monospace);letter-spacing:.08em;text-transform:uppercase}.ResumePrerequisiteTask-module__WCFHLW__previewHeading strong{overflow-wrap:anywhere;font:700 20px/1.2 var(--font-display,"Bricolage Grotesque", serif)}.ResumePrerequisiteTask-module__WCFHLW__excerpt{border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--bg) 88%, #000);max-height:172px;color:var(--text-secondary);font:13px/1.55 var(--font-body,"Instrument Sans", sans-serif);white-space:pre-line;-webkit-line-clamp:7;-webkit-box-orient:vertical;margin:0;padding:13px;display:-webkit-box;overflow:hidden}.ResumePrerequisiteTask-module__WCFHLW__actions{flex-wrap:wrap;gap:8px;display:flex}.ResumePrerequisiteTask-module__WCFHLW__primary,.ResumePrerequisiteTask-module__WCFHLW__secondary,.ResumePrerequisiteTask-module__WCFHLW__back{border-radius:var(--radius-md);min-height:44px;font:700 13px var(--font-body,"Instrument Sans", sans-serif);cursor:pointer;justify-content:center;align-items:center;padding:9px 13px;text-decoration:none;display:inline-flex}.ResumePrerequisiteTask-module__WCFHLW__primary{border:1px solid var(--vermillion);background:var(--vermillion);color:#fff}.ResumePrerequisiteTask-module__WCFHLW__secondary{border:1px solid var(--border);color:var(--text-secondary);background:0 0}.ResumePrerequisiteTask-module__WCFHLW__back{width:fit-content;min-height:36px;color:var(--text-muted);background:0 0;border:0;padding-inline:0}.ResumePrerequisiteTask-module__WCFHLW__primary:focus-visible,.ResumePrerequisiteTask-module__WCFHLW__secondary:focus-visible,.ResumePrerequisiteTask-module__WCFHLW__back:focus-visible{outline:2px solid var(--vermillion);outline-offset:2px}.ResumePrerequisiteTask-module__WCFHLW__primary:disabled,.ResumePrerequisiteTask-module__WCFHLW__secondary:disabled,.ResumePrerequisiteTask-module__WCFHLW__back:disabled{cursor:not-allowed;opacity:.45}.ResumePrerequisiteTask-module__WCFHLW__status h3{font:700 22px/1.15 var(--font-display,"Bricolage Grotesque", serif);margin:0}.ResumePrerequisiteTask-module__WCFHLW__status .ResumePrerequisiteTask-module__WCFHLW__selectedResume{color:var(--text);font-weight:700}.ResumePrerequisiteTask-module__WCFHLW__error{color:var(--vermillion-text,#ef6f6f);font:var(--text-floor)/1.5 var(--font-body,"Instrument Sans", sans-serif);margin:0}@media (max-width:520px){.ResumePrerequisiteTask-module__WCFHLW__choice{grid-template-columns:minmax(0,1fr)}.ResumePrerequisiteTask-module__WCFHLW__use{text-align:left;grid-area:auto/1;max-width:none;margin-top:5px}.ResumePrerequisiteTask-module__WCFHLW__actions,.ResumePrerequisiteTask-module__WCFHLW__actions>*{width:100%}.ResumePrerequisiteTask-module__WCFHLW__primary{order:-1}}
.PlAssetPicker-module__jwsTxW__backdrop{z-index:120;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1010144d;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.PlAssetPicker-module__jwsTxW__dialog{border:1px solid color-mix(in srgb, var(--text) 16%, transparent);background:var(--surface,#fffdfa);border-radius:20px;width:min(620px,100%);max-height:min(680px,100dvh - 40px);overflow:hidden;box-shadow:0 24px 80px #00000047}.PlAssetPicker-module__jwsTxW__header{border-bottom:1px solid color-mix(in srgb, var(--text) 9%, transparent);justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 22px 16px;display:flex}.PlAssetPicker-module__jwsTxW__eyebrow{color:var(--vermillion-text,var(--vermillion));font:13px/1.2 var(--font-mono,"Geist Mono", monospace);letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;display:block}.PlAssetPicker-module__jwsTxW__header h2{color:var(--text);font:650 24px/1.12 var(--font-display,"Bricolage Grotesque", serif);margin:0}.PlAssetPicker-module__jwsTxW__header p{max-width:460px;color:var(--text-secondary);font:14px/1.42 var(--font-body,"Instrument Sans", sans-serif);margin:8px 0 0}.PlAssetPicker-module__jwsTxW__close{border:1px solid color-mix(in srgb, var(--text) 12%, transparent);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:50%;flex:none;place-items:center;display:inline-grid}.PlAssetPicker-module__jwsTxW__close:hover{color:var(--text);background:color-mix(in srgb, var(--text) 6%, transparent)}.PlAssetPicker-module__jwsTxW__search{border:1px solid color-mix(in srgb, var(--text) 13%, transparent);background:color-mix(in srgb, var(--surface) 92%, var(--bg));color:var(--text-muted);border-radius:12px;align-items:center;gap:10px;margin:16px 22px 10px;padding:0 13px;display:flex}.PlAssetPicker-module__jwsTxW__search:focus-within{border-color:color-mix(in srgb, var(--vermillion) 52%, var(--text));box-shadow:0 0 0 3px color-mix(in srgb, var(--vermillion) 12%, transparent)}.PlAssetPicker-module__jwsTxW__search input{width:100%;height:45px;color:var(--text);font:15px var(--font-body,"Instrument Sans", sans-serif);background:0 0;border:0;outline:0}.PlAssetPicker-module__jwsTxW__search input::placeholder{color:var(--text-muted)}.PlAssetPicker-module__jwsTxW__filePickerTools{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin:16px 22px 10px;display:grid}.PlAssetPicker-module__jwsTxW__filePickerTools .PlAssetPicker-module__jwsTxW__search{margin:0}.PlAssetPicker-module__jwsTxW__uploadNew{border:1px solid color-mix(in srgb, var(--text) 14%, transparent);min-height:45px;color:var(--text);cursor:pointer;font:600 13px var(--font-body,"Instrument Sans", sans-serif);background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:7px;padding:0 13px;display:inline-flex}.PlAssetPicker-module__jwsTxW__uploadNew:hover{background:color-mix(in srgb, var(--text) 6%, transparent)}.PlAssetPicker-module__jwsTxW__results{max-height:min(430px,100dvh - 250px);padding:4px 10px 12px;display:grid;overflow-y:auto}.PlAssetPicker-module__jwsTxW__result{width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px;display:grid}.PlAssetPicker-module__jwsTxW__result:hover,.PlAssetPicker-module__jwsTxW__result:focus-visible{background:color-mix(in srgb, var(--text) 6%, transparent);color:var(--text);outline:0}.PlAssetPicker-module__jwsTxW__result:disabled{cursor:default;opacity:.52}.PlAssetPicker-module__jwsTxW__result:disabled:hover{color:var(--text-secondary);background:0 0}.PlAssetPicker-module__jwsTxW__resultText{gap:3px;min-width:0;display:grid}.PlAssetPicker-module__jwsTxW__result strong{color:var(--text);font:600 14px/1.25 var(--font-body,"Instrument Sans", sans-serif);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.PlAssetPicker-module__jwsTxW__result small{color:var(--text-secondary);font:13px/1.36 var(--font-body,"Instrument Sans", sans-serif);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.PlAssetPicker-module__jwsTxW__result em{color:var(--text-muted);font:13px/1.2 var(--font-mono,"Geist Mono", monospace);letter-spacing:.04em;text-transform:uppercase;align-self:start;padding-top:2px;font-style:normal}.PlAssetPicker-module__jwsTxW__status{color:var(--text-secondary);font:14px/1.4 var(--font-body,"Instrument Sans", sans-serif);text-align:center;margin:20px 12px}@media (max-width:640px){.PlAssetPicker-module__jwsTxW__backdrop{padding:12px}.PlAssetPicker-module__jwsTxW__header{padding:18px 18px 14px}.PlAssetPicker-module__jwsTxW__header h2{font-size:22px}.PlAssetPicker-module__jwsTxW__search,.PlAssetPicker-module__jwsTxW__filePickerTools{margin:14px 18px 8px}.PlAssetPicker-module__jwsTxW__results{max-height:min(420px,100dvh - 220px)}}
.workspace-module__7jOs8G__canvas{--hunt-ink:var(--text);--hunt-muted:var(--text-secondary);--hunt-faint:var(--text-muted);--hunt-line:var(--border);--hunt-line-strong:var(--border-hover);--hunt-panel:var(--surface);--hunt-panel-raised:var(--elevated);--hunt-agent:#315da6;--hunt-positive:#1f6a3d;--hunt-warning:#765000;--hunt-danger:#9f2727;min-width:0;min-height:100dvh}html[data-theme=dark] .workspace-module__7jOs8G__canvas{--hunt-agent:#8ab4f8;--hunt-positive:#75d59a;--hunt-warning:#e3bd71;--hunt-danger:#f09a9a}.workspace-module__7jOs8G__routeState{color:#f4efe8;text-align:center;background:#0c0c0f;place-content:center;min-height:100dvh;padding:32px;display:grid}.workspace-module__7jOs8G__routeState>span{color:#cc2f2f;font:var(--text-mono-label) var(--font-mono,"Geist Mono", monospace);letter-spacing:.12em;text-transform:lowercase}.workspace-module__7jOs8G__routeState h1{font:500 clamp(32px, 6vw, 64px) var(--font-display,"Bricolage Grotesque", serif);letter-spacing:-.05em;margin:12px 0}.workspace-module__7jOs8G__routeState p{color:#a39d94;max-width:620px;margin:0 auto;line-height:1.6}.workspace-module__7jOs8G__routeState small{color:#6f6a64;font:var(--text-mono-label) var(--font-mono,"Geist Mono", monospace);margin-top:14px}.workspace-module__7jOs8G__routeState>div{justify-content:center;gap:10px;margin-top:24px;display:flex}.workspace-module__7jOs8G__routeState button,.workspace-module__7jOs8G__routeState a{color:#fff;font:var(--text-mono-label) var(--font-mono,"Geist Mono", monospace);cursor:pointer;background:#cc2f2f;border:0;padding:10px 14px}.workspace-module__7jOs8G__routeState a{background:0 0;border:1px solid #f4efe82e}.workspace-module__7jOs8G__loadingBars i{background:#cc2f2f;width:72px;height:3px;animation:1.2s ease-in-out infinite workspace-module__7jOs8G__hunt-loading;display:block}.workspace-module__7jOs8G__loadingBars i:nth-child(2){animation-delay:.14s}.workspace-module__7jOs8G__loadingBars i:nth-child(3){animation-delay:.28s}@keyframes workspace-module__7jOs8G__hunt-loading{0%,to{opacity:.18;transform:scaleX(.55)}50%{opacity:1;transform:scaleX(1)}}.workspace-module__7jOs8G__pageHeader,.workspace-module__7jOs8G__errorBanner,.workspace-module__7jOs8G__readinessBanner,.workspace-module__7jOs8G__notice,.workspace-module__7jOs8G__viewBar{margin-inline:22px}.workspace-module__7jOs8G__pageHeader{z-index:50;flex-wrap:wrap;align-items:baseline;gap:12px;margin-bottom:18px;display:flex;position:relative}.workspace-module__7jOs8G__pageHeader h1,.workspace-module__7jOs8G__emptyHero h1,.workspace-module__7jOs8G__modal h2,.workspace-module__7jOs8G__smallModal h2{font-family:var(--font-display,"Bricolage Grotesque", serif);letter-spacing:-.035em;margin:4px 0 0;font-weight:520}.workspace-module__7jOs8G__pageHeader h1{font-size:var(--text-h3)}.workspace-module__7jOs8G__modalHead h2{margin:0}.workspace-module__7jOs8G__headerCount{font-family:var(--font-mono);font-size:var(--text-mono-label);color:var(--hunt-muted)}.workspace-module__7jOs8G__portfolioPulse{color:var(--hunt-muted);cursor:pointer;font:var(--text-mono-label) var(--font-mono,"Geist Mono", monospace);white-space:nowrap;background:0 0;border:0;border-radius:4px;padding:3px 5px}.workspace-module__7jOs8G__portfolioPulse:hover,.workspace-module__7jOs8G__portfolioPulse[aria-expanded=true]{color:var(--hunt-ink);background:color-mix(in srgb, var(--hunt-ink) 6%, transparent)}.workspace-module__7jOs8G__portfolioInsights{border-bottom:1px solid var(--hunt-line);grid-template-columns:minmax(280px,1.4fr) auto minmax(240px,.8fr);align-items:center;gap:32px;margin:0 24px 14px;padding:16px 0;display:grid}.workspace-module__7jOs8G__portfolioInsights>div:first-child{gap:4px;display:grid}.workspace-module__7jOs8G__portfolioInsights strong{color:var(--hunt-ink);font-size:14px;font-weight:600}.workspace-module__7jOs8G__portfolioInsights p{color:var(--hunt-muted);margin:0;font-size:13px;line-height:1.45}.workspace-module__7jOs8G__portfolioInsights a{width:fit-content;color:var(--hunt-ink);font-size:var(--text-mono-label);margin-top:3px;text-decoration:none}.workspace-module__7jOs8G__portfolioInsights dl{gap:24px;margin:0;display:flex}.workspace-module__7jOs8G__portfolioInsights dl>div{gap:3px;display:grid}.workspace-module__7jOs8G__portfolioInsights dt,.workspace-module__7jOs8G__portfolioGaps>span{color:var(--hunt-faint);font-family:var(--font-mono);font-size:var(--text-mono-label)}.workspace-module__7jOs8G__portfolioInsights dd{color:var(--hunt-ink);font-family:var(--font-mono);margin:0;font-size:14px}.workspace-module__7jOs8G__portfolioGaps{gap:5px;display:grid}.workspace-module__7jOs8G__portfolioGaps p{font-size:var(--text-mono-label)}.workspace-module__7jOs8G__scoutTrace{font-size:var(--text-mono-label);color:var(--hunt-muted);margin:6px 0 0;line-height:1.5}.workspace-module__7jOs8G__pageHeader p{max-width:620px;color:var(--hunt-muted);margin:9px 0 0;font-size:14px;line-height:1.55}.workspace-module__7jOs8G__eyebrow{color:var(--vermillion,#cc2f2f);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);letter-spacing:.13em;text-transform:lowercase}.workspace-module__7jOs8G__headerMetric{align-items:baseline;gap:9px;padding:0 0 5px;display:flex}.workspace-module__7jOs8G__headerMetric strong{font-family:var(--font-display,"Bricolage Grotesque", serif);font-size:30px;font-weight:500}.workspace-module__7jOs8G__headerMetric span{color:var(--hunt-faint);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label)}.workspace-module__7jOs8G__boardActivity{box-sizing:border-box;border:1px solid var(--hunt-line);max-width:1440px;min-height:44px;color:var(--hunt-muted);background:#f4efe806;border-left:3px solid #f4efe83d;border-radius:4px;align-items:center;gap:11px;margin:0 auto 15px;padding:10px 13px;display:flex}.workspace-module__7jOs8G__boardActivity>i{background:#77716b;border-radius:50%;flex:none;width:8px;height:8px}.workspace-module__7jOs8G__boardActivity p{margin:0;font-size:13px;line-height:1.5}.workspace-module__7jOs8G__boardActivity p span,.workspace-module__7jOs8G__boardActivity time{color:var(--hunt-ink)}.workspace-module__7jOs8G__boardActivity[data-working=true]{color:#d8e6db;background:#6eb7810e;border-left-color:#6eb781}.workspace-module__7jOs8G__boardActivity[data-working=true]>i{background:#6eb781;animation:1.5s ease-in-out infinite workspace-module__7jOs8G__board-activity-pulse}@keyframes workspace-module__7jOs8G__board-activity-pulse{50%{box-shadow:0 0 0 7px #6eb78100}0%,to{box-shadow:0 0 0 2px #6eb78129}}.workspace-module__7jOs8G__viewBar{border-top:1px solid var(--hunt-line);border-bottom:1px solid var(--hunt-line);justify-content:space-between;align-items:center;gap:16px;max-width:1440px;min-height:48px;margin:0 auto 15px;padding:7px 0;display:flex}.workspace-module__7jOs8G__roleChips,.workspace-module__7jOs8G__filters,.workspace-module__7jOs8G__stateChips,.workspace-module__7jOs8G__signalRow{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.workspace-module__7jOs8G__chip,.workspace-module__7jOs8G__chipActive,.workspace-module__7jOs8G__savedChip,.workspace-module__7jOs8G__filterButton,.workspace-module__7jOs8G__filterOn{border:1px solid var(--hunt-line);color:var(--hunt-faint);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border-radius:999px;max-width:16ch;padding:6px 9px;overflow:hidden}.workspace-module__7jOs8G__chip:hover,.workspace-module__7jOs8G__filterButton:hover,.workspace-module__7jOs8G__savedChip:hover{color:var(--hunt-ink);border-color:#f4efe83d}.workspace-module__7jOs8G__chipActive,.workspace-module__7jOs8G__filterOn{color:var(--hunt-ink);background:#cc2f2f1f;border-color:#cc2f2f7a}.workspace-module__7jOs8G__savedChip{border-style:dashed}.workspace-module__7jOs8G__filters select{border:1px solid var(--hunt-line);min-height:29px;color:var(--hunt-muted);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);background:#0c0c0f;border-radius:3px;padding:0 26px 0 9px}.workspace-module__7jOs8G__board{border-top:1px solid var(--hunt-line);border-bottom:1px solid var(--hunt-line);background:#ffffff03;grid-template-columns:repeat(5,minmax(264px,1fr));min-height:540px;display:grid;overflow:visible}.workspace-module__7jOs8G__column{border-right:1px solid var(--hunt-line);min-width:218px;transition:background .12s}.workspace-module__7jOs8G__columnOver{background:#cc2f2f0b}.workspace-module__7jOs8G__columnHead{border-bottom:1px solid var(--hunt-line);justify-content:space-between;align-items:center;min-height:50px;padding:0 13px;display:flex}.workspace-module__7jOs8G__columnHead span,.workspace-module__7jOs8G__columnHead b{color:var(--hunt-faint);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);font-weight:500}.workspace-module__7jOs8G__columnHead h2{font-family:var(--font-ui,"Instrument Sans", sans-serif);font-size:var(--text-mono-label);margin:0;font-weight:560}.workspace-module__7jOs8G__columnHead b{background:#ffffff0d;border-radius:999px;padding:3px 6px}.workspace-module__7jOs8G__inboxSummary{border-bottom:1px solid var(--hunt-line);background:#cc2f2f09;padding:12px 13px}.workspace-module__7jOs8G__inboxSummary p,.workspace-module__7jOs8G__inboxSummary strong{font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);margin:0;font-weight:450;display:block}.workspace-module__7jOs8G__inboxSummary p{color:var(--hunt-faint)}.workspace-module__7jOs8G__inboxSummary strong{color:var(--hunt-muted);margin-top:4px}.workspace-module__7jOs8G__inboxSummary div{gap:10px;margin-top:10px;display:flex}.workspace-module__7jOs8G__inboxSummary div:first-child{margin-top:0}.workspace-module__7jOs8G__inboxSummary a{color:var(--hunt-ink);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);text-underline-offset:3px}.workspace-module__7jOs8G__inboxSummary a:first-child{color:#ef5a5a}.workspace-module__7jOs8G__opportunityCard{background:var(--hunt-panel);border:1px solid #f4efe81a;border-radius:6px;transition:border-color .12s,background .12s;position:relative}.workspace-module__7jOs8G__opportunityCard:hover{background:var(--hunt-panel-raised);border-color:#f4efe83d}.workspace-module__7jOs8G__cardLink{color:inherit;padding:10px 12px 11px;text-decoration:none;display:block}.workspace-module__7jOs8G__cardDragging{opacity:.9;box-shadow:0 18px 45px #00000073}.workspace-module__7jOs8G__cardTop{justify-content:space-between;align-items:center;gap:8px;display:flex}.workspace-module__7jOs8G__company{color:var(--hunt-muted);font-family:var(--font-body,"Instrument Sans", sans-serif);font-size:var(--text-mono-label);letter-spacing:.07em;text-transform:uppercase;margin-bottom:2px;display:block}.workspace-module__7jOs8G__dragHandle{color:var(--hunt-faint);background:var(--hunt-panel);cursor:grab;touch-action:none;opacity:0;border:0;border-radius:4px;padding:2px 4px;transition:opacity .12s;position:absolute;top:8px;right:8px}.workspace-module__7jOs8G__opportunityCard:hover .workspace-module__7jOs8G__dragHandle,.workspace-module__7jOs8G__dragHandle:focus-visible{opacity:1}.workspace-module__7jOs8G__dragHandle:active{cursor:grabbing}.workspace-module__7jOs8G__roleTitle{color:var(--hunt-ink);font-family:var(--font-body,"Instrument Sans", sans-serif);margin:0 0 8px;font-size:15px;font-weight:550;line-height:1.3;text-decoration:none;display:block}.workspace-module__7jOs8G__fitSignal,.workspace-module__7jOs8G__matchSignal,.workspace-module__7jOs8G__manualSignal{font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);text-transform:lowercase;padding:4px 6px;line-height:1;display:inline-flex}.workspace-module__7jOs8G__fitSignal{border-left:2px solid var(--vermillion,#cc2f2f);color:var(--hunt-danger);background:#cc2f2f17}.workspace-module__7jOs8G__matchSignal{color:var(--hunt-warning);background:#e3b24a0f;border:1px solid #e3b24a52;border-radius:999px}.workspace-module__7jOs8G__manualSignal{color:var(--hunt-faint);border-bottom:1px solid var(--hunt-line)}.workspace-module__7jOs8G__provenance{color:var(--hunt-faint);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);margin-top:10px;line-height:1.45}.workspace-module__7jOs8G__lastAction{border-top:1px solid var(--hunt-line);color:var(--hunt-muted);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);flex-direction:column;gap:3px;margin-top:9px;padding-top:8px;line-height:1.4;display:flex}.workspace-module__7jOs8G__lastAction time{color:var(--hunt-faint)}.workspace-module__7jOs8G__stateChips{margin-top:9px}.workspace-module__7jOs8G__stateChips span{border:1px solid var(--hunt-line);color:var(--hunt-faint);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);border-radius:2px;padding:3px 5px}.workspace-module__7jOs8G__stateChips .workspace-module__7jOs8G__offerChip{color:var(--hunt-positive);border-color:#58bf7747}.workspace-module__7jOs8G__stateChips .workspace-module__7jOs8G__needsChip{color:var(--hunt-danger);border-color:#cc2f2f59}.workspace-module__7jOs8G__columnEmpty{color:var(--hunt-faint);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);text-align:center;padding:24px 8px}.workspace-module__7jOs8G__viewAll{border:1px dashed var(--hunt-line);color:var(--hunt-muted);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);text-align:center;margin:0 8px 8px;padding:8px;text-decoration:none;display:block}.workspace-module__7jOs8G__emptyHero{text-align:center;place-content:center;min-height:calc(100dvh - 58px);padding:48px 24px;display:grid}.workspace-module__7jOs8G__emptyHero h1{max-width:680px;margin:14px auto 0;font-size:clamp(30px,4vw,46px);line-height:1.05}.workspace-module__7jOs8G__emptyHero p{max-width:540px;color:var(--hunt-muted);margin:18px auto 0;font-size:15px;line-height:1.6}.workspace-module__7jOs8G__emptyActions{justify-content:center;gap:10px;margin-top:26px;display:flex}.workspace-module__7jOs8G__emptyActions button,.workspace-module__7jOs8G__emptyActions a{border:1px solid var(--hunt-line);border-radius:var(--radius-pill,999px);cursor:pointer;align-items:center;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.workspace-module__7jOs8G__emptyActions button{color:#fff;border-color:var(--vermillion,#cc2f2f);background:var(--vermillion,#cc2f2f)}.workspace-module__7jOs8G__emptyActions a{color:var(--hunt-ink);background:0 0}.workspace-module__7jOs8G__errorBanner,.workspace-module__7jOs8G__notice{max-width:1440px;color:var(--hunt-danger);font-size:var(--text-mono-label);background:#cc2f2f14;border:1px solid #cc2f2f4d;margin:0 auto 12px;padding:10px 12px}.workspace-module__7jOs8G__notice{color:var(--hunt-warning);background:#e3b24a0f;border-color:#e3b24a47}.workspace-module__7jOs8G__readinessBanner{max-width:1440px;color:var(--hunt-muted);font-size:var(--text-mono-label);background:#e3b24a12;border:1px solid #e3b24a47;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin:0 auto 14px;padding:12px 14px;display:grid}.workspace-module__7jOs8G__readinessBanner b,.workspace-module__7jOs8G__readinessBanner a{color:var(--hunt-warning);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);text-transform:uppercase}.workspace-module__7jOs8G__readinessNote{max-width:620px;color:var(--hunt-muted);font-size:var(--text-mono-label);margin:18px auto 0;line-height:1.6}.workspace-module__7jOs8G__overlay{z-index:90;place-items:center;display:grid;position:fixed;inset:0}.workspace-module__7jOs8G__scrim{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a3;border:0;position:absolute;inset:0}.workspace-module__7jOs8G__modal,.workspace-module__7jOs8G__smallModal{z-index:1;border:1px solid var(--hunt-line-strong);width:min(680px,100vw - 32px);max-height:calc(100dvh - 48px);color:var(--hunt-ink);background:var(--hunt-panel-raised);border-radius:5px;padding:24px;position:relative;overflow-y:auto;box-shadow:0 28px 90px #00000094}.workspace-module__7jOs8G__smallModal{width:min(440px,100vw - 32px)}.workspace-module__7jOs8G__modalHead{justify-content:space-between;align-items:start;gap:16px;display:flex}.workspace-module__7jOs8G__modal h2,.workspace-module__7jOs8G__smallModal h2{font-size:30px}.workspace-module__7jOs8G__iconButton{border:1px solid var(--hunt-line);width:32px;height:32px;color:var(--hunt-muted);cursor:pointer;background:0 0;border-radius:50%;font-size:18px}.workspace-module__7jOs8G__modalIntro{max-width:570px;color:var(--hunt-muted);margin:14px 0 20px;font-size:13px;line-height:1.55}.workspace-module__7jOs8G__fieldRow{grid-template-columns:1fr 1fr;gap:10px;display:grid}.workspace-module__7jOs8G__field,.workspace-module__7jOs8G__fieldRow label{gap:6px;margin-top:10px;display:grid}.workspace-module__7jOs8G__field span,.workspace-module__7jOs8G__fieldRow span{color:var(--hunt-muted);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);letter-spacing:.04em}.workspace-module__7jOs8G__field em{color:var(--hunt-faint);font-style:normal;font-size:var(--text-mono-label)}.workspace-module__7jOs8G__linkRow{align-items:stretch;gap:8px;display:flex}.workspace-module__7jOs8G__linkRow input{flex:1;min-width:0}.workspace-module__7jOs8G__linkRow .workspace-module__7jOs8G__secondaryButton{white-space:nowrap;flex-shrink:0}.workspace-module__7jOs8G__linkButton{color:var(--vermillion,#cc2f2f);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);cursor:pointer;background:0 0;border:0;margin-top:12px;padding:0}.workspace-module__7jOs8G__linkButton:hover{text-decoration:underline}.workspace-module__7jOs8G__field input,.workspace-module__7jOs8G__field textarea,.workspace-module__7jOs8G__fieldRow input,.workspace-module__7jOs8G__smallModal input{box-sizing:border-box;border:1px solid var(--hunt-line);width:100%;color:var(--hunt-ink);background:var(--hunt-panel);font-family:var(--font-ui,"Instrument Sans", sans-serif);border-radius:3px;outline:none}.workspace-module__7jOs8G__field input,.workspace-module__7jOs8G__fieldRow input,.workspace-module__7jOs8G__smallModal input{min-height:40px;padding:0 11px}.workspace-module__7jOs8G__field textarea{resize:vertical;padding:11px}.workspace-module__7jOs8G__field input:focus,.workspace-module__7jOs8G__field textarea:focus,.workspace-module__7jOs8G__fieldRow input:focus,.workspace-module__7jOs8G__smallModal input:focus{border-color:#cc2f2fa6}.workspace-module__7jOs8G__smallModal input{margin-top:18px}.workspace-module__7jOs8G__smallModal .workspace-module__7jOs8G__field input{margin-top:0}.workspace-module__7jOs8G__savedFilterSummary{color:var(--hunt-muted);margin:10px 0 18px;font-size:13px;line-height:1.5}.workspace-module__7jOs8G__formError{color:#f18c8c;font-size:var(--text-mono-label)}.workspace-module__7jOs8G__formNote{color:var(--hunt-faint);font-size:var(--text-mono-label)}.workspace-module__7jOs8G__modalActions{align-items:center;gap:8px;margin-top:20px;display:flex}.workspace-module__7jOs8G__primaryButton,.workspace-module__7jOs8G__secondaryButton{min-height:38px;font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);cursor:pointer;border-radius:3px;padding:0 14px}.workspace-module__7jOs8G__primaryButton{border:1px solid var(--vermillion,#cc2f2f);color:#fff;background:var(--vermillion,#cc2f2f)}.workspace-module__7jOs8G__secondaryButton{border:1px solid var(--hunt-line);color:var(--hunt-muted);background:0 0}.workspace-module__7jOs8G__primaryButton:disabled{opacity:.4;cursor:not-allowed}.workspace-module__7jOs8G__duplicatePrompt{padding:24px 4px 4px}.workspace-module__7jOs8G__duplicateMark{color:var(--vermillion,#cc2f2f);font-size:44px}.workspace-module__7jOs8G__duplicatePrompt h3{font-family:var(--font-display,"Bricolage Grotesque", serif);margin:8px 0;font-size:28px;font-weight:520}.workspace-module__7jOs8G__duplicatePrompt p{color:var(--hunt-muted)}.workspace-module__7jOs8G__radioList{gap:7px;display:grid}.workspace-module__7jOs8G__radioList label{border:1px solid var(--hunt-line);cursor:pointer;border-radius:3px;grid-template-columns:18px 1fr auto;align-items:center;gap:10px;padding:12px;display:grid}.workspace-module__7jOs8G__radioList b,.workspace-module__7jOs8G__radioList small{display:block}.workspace-module__7jOs8G__radioList b{font-size:var(--text-mono-label)}.workspace-module__7jOs8G__radioList small{color:var(--hunt-faint);font-size:var(--text-mono-label);margin-top:3px}.workspace-module__7jOs8G__radioList em{color:var(--hunt-warning);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);font-style:normal}.workspace-module__7jOs8G__noProfiles{border:1px dashed var(--hunt-line);padding:18px}.workspace-module__7jOs8G__noProfiles a{color:#ef6868}@media (max-width:1050px){.workspace-module__7jOs8G__topbar{grid-template-columns:auto 1fr auto}.workspace-module__7jOs8G__brandName{display:none}.workspace-module__7jOs8G__module,.workspace-module__7jOs8G__moduleActive{padding:0 9px}.workspace-module__7jOs8G__viewBar{flex-direction:column;align-items:flex-start}.workspace-module__7jOs8G__board{grid-template-columns:repeat(5,250px)}}@media (max-width:720px){.workspace-module__7jOs8G__topbar{grid-template-columns:auto 1fr;min-height:auto;padding:10px 12px}.workspace-module__7jOs8G__modules{order:3;grid-column:1/-1;width:100%;min-height:34px;overflow-x:auto}.workspace-module__7jOs8G__module,.workspace-module__7jOs8G__moduleActive{flex:1;justify-content:center}.workspace-module__7jOs8G__boardPage{padding:24px 12px 36px}.workspace-module__7jOs8G__pageHeader{flex-direction:column;align-items:flex-start}.workspace-module__7jOs8G__headerMetric{margin-top:14px}.workspace-module__7jOs8G__fieldRow{grid-template-columns:1fr}.workspace-module__7jOs8G__emptyActions{flex-direction:column;align-items:stretch}}@media (prefers-reduced-motion:reduce){.workspace-module__7jOs8G__opportunityCard{transition:none}.workspace-module__7jOs8G__boardActivity[data-working=true]>i{animation:none}}.workspace-module__7jOs8G__provenance,.workspace-module__7jOs8G__manualSignal{font-family:var(--font-body)}.workspace-module__7jOs8G__lastAction{font-family:var(--font-body);font-size:var(--text-mono-label);color:var(--hunt-faint)}.workspace-module__7jOs8G__lastAction time{font-family:var(--font-mono)}.workspace-module__7jOs8G__metaRow{flex-wrap:wrap;align-items:baseline;gap:6px 10px;display:flex}.workspace-module__7jOs8G__fitBadge{font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);color:var(--hunt-ink)}.workspace-module__7jOs8G__quietChip{font-size:var(--text-mono-label);color:var(--hunt-faint)}.workspace-module__7jOs8G__metaRow .workspace-module__7jOs8G__needsChip{font-size:var(--text-mono-label);color:var(--vermillion,#cc2f2f)}.workspace-module__7jOs8G__metaRow .workspace-module__7jOs8G__lastAction{font-size:var(--text-mono-label);color:var(--hunt-faint);margin-left:auto;display:inline}.workspace-module__7jOs8G__boardPage{padding:0 0 44px}.workspace-module__7jOs8G__pageHeader{border-bottom:1px solid var(--hunt-line);align-items:center;gap:12px;min-height:53px;margin:0;padding:12px 24px;display:flex;overflow:visible}.workspace-module__7jOs8G__pageHeader h1{color:var(--hunt-ink);font-family:var(--font-ui,"Instrument Sans", sans-serif);letter-spacing:-.01em;white-space:nowrap;margin:0;font-size:15px;font-weight:600}.workspace-module__7jOs8G__pagePurpose{color:var(--hunt-muted);font-size:var(--text-body-sm);white-space:nowrap}.workspace-module__7jOs8G__headerCount{color:var(--hunt-faint);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);white-space:nowrap}.workspace-module__7jOs8G__headerSpacer{flex:1}.workspace-module__7jOs8G__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.workspace-module__7jOs8G__jobSearch{flex:0 190px;min-width:130px}.workspace-module__7jOs8G__jobSearch input{width:100%;min-height:36px;color:var(--hunt-ink);background:var(--hunt-panel-raised);border:1px solid var(--hunt-line);font:var(--text-body) var(--font-body);border-radius:6px;padding:6px 10px}.workspace-module__7jOs8G__jobSearch input::placeholder{color:var(--hunt-muted)}.workspace-module__7jOs8G__jobSearch input:focus-visible{outline:2px solid var(--vermillion);outline-offset:2px}.workspace-module__7jOs8G__liveWork{color:var(--hunt-muted);font-size:var(--text-mono-label);white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.workspace-module__7jOs8G__liveWork i,.workspace-module__7jOs8G__cardWorking i{background:var(--hunt-agent);border-radius:50%;flex:none;width:7px;height:7px;animation:1.6s ease-in-out infinite workspace-module__7jOs8G__hunt-agent-pulse}@keyframes workspace-module__7jOs8G__hunt-agent-pulse{0%,to{opacity:.35}50%{opacity:1}}.workspace-module__7jOs8G__segmentedControl{border:1px solid var(--hunt-line);border-radius:6px;flex:none;display:inline-flex;overflow:hidden}.workspace-module__7jOs8G__segment,.workspace-module__7jOs8G__segmentActive,.workspace-module__7jOs8G__saveViewButton{min-height:31px;color:var(--hunt-muted);font:inherit;font-size:var(--text-mono-label);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:6px 10px}.workspace-module__7jOs8G__segmentActive{color:var(--hunt-ink);background:color-mix(in srgb, var(--hunt-ink) 8%, transparent)}.workspace-module__7jOs8G__segment b,.workspace-module__7jOs8G__segmentActive b{color:var(--vermillion,#cc2f2f);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);font-weight:400}.workspace-module__7jOs8G__foundBySelect,.workspace-module__7jOs8G__saveViewButton{border:1px solid var(--hunt-line);min-height:31px;color:var(--hunt-muted);background:var(--hunt-panel-raised);border-radius:6px}.workspace-module__7jOs8G__searchPlanControl{flex:none;width:170px}.workspace-module__7jOs8G__viewsControl{flex:none;width:150px}.workspace-module__7jOs8G__viewsControl [data-workspace-select-trigger]{min-height:31px;color:var(--hunt-muted);background:var(--hunt-panel-raised);border-color:var(--hunt-line);padding:5px 9px}.workspace-module__7jOs8G__viewsControl [data-workspace-select-trigger]:hover,.workspace-module__7jOs8G__viewsControl [data-workspace-select-trigger][aria-expanded=true]{color:var(--hunt-ink);border-color:var(--hunt-line-strong)}.workspace-module__7jOs8G__searchPlanControl [data-workspace-select-trigger]{min-height:31px;color:var(--hunt-muted);background:var(--hunt-panel-raised);border-color:var(--hunt-line);padding:5px 9px}.workspace-module__7jOs8G__searchPlanControl [data-workspace-select-trigger]:hover,.workspace-module__7jOs8G__searchPlanControl [data-workspace-select-trigger][aria-expanded=true]{color:var(--hunt-ink);border-color:var(--hunt-line-strong)}.workspace-module__7jOs8G__foundBySelect{max-width:170px;font:inherit;font-size:var(--text-mono-label);text-overflow:ellipsis;padding:5px 28px 5px 10px}.workspace-module__7jOs8G__foundBySelect:hover,.workspace-module__7jOs8G__saveViewButton:hover{color:var(--hunt-ink);border-color:var(--hunt-line-strong)}.workspace-module__7jOs8G__errorBanner,.workspace-module__7jOs8G__readinessBanner,.workspace-module__7jOs8G__notice{margin-top:12px;margin-inline:24px}.workspace-module__7jOs8G__board{background:0 0;border:0;grid-template-columns:repeat(5,minmax(272px,1fr));min-height:calc(100dvh - 53px);padding:0 12px;display:grid;overflow-x:auto}.workspace-module__7jOs8G__column{border-right:1px solid var(--hunt-line);min-width:0}.workspace-module__7jOs8G__column:last-child{border-right:0}.workspace-module__7jOs8G__columnHead{border:0;justify-content:flex-start;align-items:baseline;gap:8px;min-height:0;padding:16px 12px 2px;display:flex}.workspace-module__7jOs8G__columnHead>div{align-items:baseline;gap:8px;display:flex}.workspace-module__7jOs8G__columnHead h2{color:var(--hunt-muted);font-family:var(--font-ui,"Instrument Sans", sans-serif);margin:0;font-size:13.5px;font-weight:500}.workspace-module__7jOs8G__columnHead b{color:var(--hunt-faint);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);background:0 0;padding:0;font-weight:400}.workspace-module__7jOs8G__columnHead .workspace-module__7jOs8G__newCount{color:var(--vermillion,#cc2f2f);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);cursor:default;margin-left:auto;font-weight:400}.workspace-module__7jOs8G__automationCaption{color:var(--hunt-faint);font-size:var(--text-mono-label);margin:0;padding:0 12px 10px;line-height:1.5}.workspace-module__7jOs8G__automationCaption b{color:var(--hunt-agent);font-weight:500}.workspace-module__7jOs8G__cardStack{flex-direction:column;gap:10px;padding:2px 12px 18px;display:flex}.workspace-module__7jOs8G__cardItem{min-width:0}.workspace-module__7jOs8G__opportunityCard{border:1px solid var(--hunt-line);background:var(--hunt-panel);border-radius:8px}.workspace-module__7jOs8G__opportunityCard:hover{border-color:var(--hunt-line-strong);background:var(--hunt-panel-raised)}.workspace-module__7jOs8G__cardLink{padding:14px;display:block}.workspace-module__7jOs8G__companyRow{align-items:center;gap:9px;margin-bottom:4px;display:flex}.workspace-module__7jOs8G__companyMark{width:22px;height:22px;font-family:var(--font-body,"Instrument Sans", sans-serif);font-size:var(--text-mono-label);border-radius:6px;flex:none;justify-content:center;align-items:center;font-weight:600;line-height:1;display:inline-flex;overflow:hidden}.workspace-module__7jOs8G__companyMark img{border-radius:inherit;object-fit:cover;background:#f2ede514;width:22px;height:22px;display:block}.workspace-module__7jOs8G__companyHue1{color:#9db6ff;background:#547cf638}.workspace-module__7jOs8G__companyHue2{color:#9fd6ae;background:#6eb78133}.workspace-module__7jOs8G__companyHue3{color:#ecc985;background:#e3b24a33}.workspace-module__7jOs8G__companyHue4{color:#eb9a9a;background:#d23b3b33}.workspace-module__7jOs8G__companyHue5{color:#c9aaf3;background:#ab7aeb38}.workspace-module__7jOs8G__companyHue6{color:#96d9dd;background:#4ebac133}.workspace-module__7jOs8G__company{color:var(--hunt-ink);font-family:var(--font-body,"Instrument Sans", sans-serif);letter-spacing:-.005em;text-transform:none;margin:0;font-size:14px;font-weight:600;display:inline}.workspace-module__7jOs8G__roleTitle{color:var(--hunt-muted);margin:0 0 10px;font-size:13.5px;font-weight:400;line-height:1.4}.workspace-module__7jOs8G__metaRow{color:var(--hunt-faint);font-size:var(--text-mono-label);flex-wrap:wrap;align-items:center;gap:6px 12px;display:flex}.workspace-module__7jOs8G__fitMetric{color:var(--hunt-muted);align-items:center;display:inline-flex}.workspace-module__7jOs8G__fitMetric i{border-radius:50%;width:7px;height:7px;margin-right:5px}.workspace-module__7jOs8G__fitDotGood{background:#6eb781}.workspace-module__7jOs8G__fitDotWarn{background:#e3b24a}.workspace-module__7jOs8G__fitDotFaint{background:color-mix(in srgb, var(--hunt-ink) 24%, transparent)}.workspace-module__7jOs8G__monoData,.workspace-module__7jOs8G__quietChip time,.workspace-module__7jOs8G__attribution time{font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label)}.workspace-module__7jOs8G__needsMark{box-sizing:border-box;border:1.5px solid var(--vermillion,#cc2f2f);width:15px;height:15px;color:var(--vermillion,#cc2f2f);font-family:var(--font-body,"Instrument Sans", sans-serif);font-size:var(--text-mono-label);text-align:center;cursor:default;border-radius:50%;flex:none;font-weight:600;line-height:12px}.workspace-module__7jOs8G__quietChip{color:var(--hunt-faint);font-size:var(--text-mono-label)}.workspace-module__7jOs8G__attribution{color:var(--hunt-faint);font-family:var(--font-body,"Instrument Sans", sans-serif);font-size:var(--text-mono-label);white-space:nowrap;margin-left:auto}.workspace-module__7jOs8G__cardWorking{border-top:1px solid var(--hunt-line);color:var(--hunt-agent);font-size:var(--text-mono-label);align-items:center;gap:7px;margin-top:9px;padding-top:9px;display:flex}.workspace-module__7jOs8G__cardWorking i{width:6px;height:6px;animation-duration:1.4s}.workspace-module__7jOs8G__cardUpdate{min-height:30px;color:var(--hunt-agent);font-size:var(--text-mono-label);background:#97abe00e;border:1px solid #97abe024;border-radius:5px;align-items:center;gap:7px;margin:6px 4px 0;padding:6px 9px;line-height:1.4;text-decoration:none;display:flex}.workspace-module__7jOs8G__cardUpdate i{background:var(--hunt-agent);border-radius:50%;flex:none;width:6px;height:6px;animation:1.6s ease-in-out infinite workspace-module__7jOs8G__hunt-agent-pulse}.workspace-module__7jOs8G__cardUpdateActive{justify-content:space-between}.workspace-module__7jOs8G__cardUpdateActive:hover,.workspace-module__7jOs8G__cardUpdateActive:focus-visible{color:var(--hunt-ink);background:#97abe017;border-color:#97abe04d}.workspace-module__7jOs8G__cardAttachments{border-top:1px solid var(--hunt-line);align-items:center;min-height:38px;padding:0 14px;display:flex}.workspace-module__7jOs8G__cardAttachmentButton{min-height:28px;color:var(--hunt-faint);font-family:var(--font-body,"Instrument Sans", sans-serif);font-size:var(--text-mono-label);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0 4px 0 0;display:inline-flex}.workspace-module__7jOs8G__cardAttachmentButton:hover,.workspace-module__7jOs8G__cardAttachmentButton:focus-visible{color:var(--hunt-ink)}.workspace-module__7jOs8G__attachmentModal{z-index:1;border:1px solid var(--hunt-line-strong);width:min(560px,100vw - 32px);max-height:min(680px,100dvh - 48px);color:var(--hunt-ink);background:var(--hunt-panel-raised);border-radius:5px;position:relative;overflow:hidden;box-shadow:0 28px 90px #00000094}.workspace-module__7jOs8G__attachmentModalHead{border-bottom:1px solid var(--hunt-line);justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 22px 18px;display:flex}.workspace-module__7jOs8G__attachmentModalHead h2{font-family:var(--font-display,"Bricolage Grotesque", serif);margin:0;font-size:24px;font-weight:520;line-height:1.15}.workspace-module__7jOs8G__attachmentModalHead p{color:var(--hunt-faint);font-size:var(--text-mono-label);margin:5px 0 0;line-height:1.4}.workspace-module__7jOs8G__attachmentClose,.workspace-module__7jOs8G__attachmentDownload,.workspace-module__7jOs8G__attachmentOpen{width:32px;height:32px;color:var(--hunt-faint);cursor:pointer;background:0 0;border:0;border-radius:3px;flex:none;place-items:center;display:inline-grid}.workspace-module__7jOs8G__attachmentClose:hover,.workspace-module__7jOs8G__attachmentDownload:hover,.workspace-module__7jOs8G__attachmentOpen:hover,.workspace-module__7jOs8G__attachmentClose:focus-visible,.workspace-module__7jOs8G__attachmentDownload:focus-visible,.workspace-module__7jOs8G__attachmentOpen:focus-visible{color:var(--hunt-ink);background:color-mix(in srgb, var(--hunt-ink) 6%, transparent)}.workspace-module__7jOs8G__attachmentList{max-height:min(570px,100dvh - 150px);padding:4px 0;overflow-y:auto}.workspace-module__7jOs8G__attachmentRow{border-bottom:1px solid var(--hunt-line);grid-template-columns:40px minmax(0,1fr) 32px 32px;align-items:center;gap:10px;min-height:64px;padding:8px 14px 8px 18px;display:grid}.workspace-module__7jOs8G__attachmentRow:last-child{border-bottom:0}.workspace-module__7jOs8G__attachmentKind{color:var(--hunt-faint);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);letter-spacing:.04em}.workspace-module__7jOs8G__attachmentCopy{min-width:0;color:inherit;gap:3px;text-decoration:none;display:grid}.workspace-module__7jOs8G__attachmentCopy strong{color:var(--hunt-ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:520;line-height:1.35;overflow:hidden}.workspace-module__7jOs8G__attachmentCopy small{color:var(--hunt-faint);font-size:var(--text-mono-label);text-overflow:ellipsis;white-space:nowrap;line-height:1.35;overflow:hidden}.workspace-module__7jOs8G__attachmentCopy:hover strong{color:#fff}.workspace-module__7jOs8G__dragHandle{color:var(--hunt-faint);background:0 0;top:9px;right:9px}.workspace-module__7jOs8G__collapsedControl{color:var(--hunt-faint);font-size:var(--text-mono-label);margin:0;padding:8px 12px;line-height:1.55}.workspace-module__7jOs8G__collapsedControl button,.workspace-module__7jOs8G__collapseButton{color:inherit;font:inherit;text-decoration:underline;-webkit-text-decoration-color:var(--hunt-line-strong);text-decoration-color:var(--hunt-line-strong);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0}.workspace-module__7jOs8G__emptyBoard{box-sizing:border-box;border:1px solid var(--hunt-line);background:var(--hunt-panel);justify-items:start;width:min(720px,100% - 48px);margin:clamp(54px,9vh,110px) 24px 0;padding:clamp(28px,5vw,48px);display:grid}.workspace-module__7jOs8G__emptyBoard>span{color:var(--vermillion);font:600 var(--text-mono-label)/1.2 var(--font-mono,"Geist Mono", monospace);letter-spacing:.11em;text-transform:uppercase}.workspace-module__7jOs8G__emptyBoard h2{max-width:620px;color:var(--hunt-ink);font:520 clamp(30px, 4vw, 48px)/1.03 var(--font-display,"Bricolage Grotesque", serif);letter-spacing:-.035em;margin:12px 0 0}.workspace-module__7jOs8G__emptyBoard p{max-width:600px;color:var(--hunt-muted);margin:16px 0 0;font-size:15px;line-height:1.6}.workspace-module__7jOs8G__collapseButton{margin:0 12px 18px}@media (max-width:1050px){.workspace-module__7jOs8G__board{grid-template-columns:repeat(5,272px)}}@media (max-width:720px){.workspace-module__7jOs8G__boardPage{padding:0 0 36px}.workspace-module__7jOs8G__pageHeader{flex-flow:wrap;align-items:center;gap:8px;padding:10px 12px;overflow:visible}.workspace-module__7jOs8G__headerSpacer{min-width:8px}.workspace-module__7jOs8G__pagePurpose{white-space:normal;width:100%}.workspace-module__7jOs8G__portfolioInsights{grid-template-columns:1fr;gap:18px;margin-inline:12px}.workspace-module__7jOs8G__errorBanner,.workspace-module__7jOs8G__readinessBanner,.workspace-module__7jOs8G__notice{margin-inline:12px}.workspace-module__7jOs8G__readinessBanner{font-size:var(--text-body-sm);grid-template-columns:minmax(0,1fr);gap:8px}.workspace-module__7jOs8G__readinessBanner a{min-height:44px;font-family:var(--font-body);text-transform:none;align-items:center;display:inline-flex}.workspace-module__7jOs8G__emptyBoard{width:calc(100% - 24px);margin-inline:12px}}@media (prefers-reduced-motion:reduce){.workspace-module__7jOs8G__liveWork i,.workspace-module__7jOs8G__cardWorking i,.workspace-module__7jOs8G__cardUpdate i{animation:none}}
.journeyMap-module__PVLa8W__trajectory{border-top:1px solid var(--border);grid-template-columns:repeat(6,minmax(0,1fr));width:min(100%,1120px);margin:clamp(36px,6vw,72px) 0;padding:0;list-style:none;display:grid}.journeyMap-module__PVLa8W__trajectory li{position:relative}.journeyMap-module__PVLa8W__trajectory li:before{border:1px solid var(--text-muted);background:var(--bg);content:"";border-radius:50%;width:9px;height:9px;position:absolute;top:-5px;left:0}.journeyMap-module__PVLa8W__trajectory li[data-state=ready]:before{border-color:var(--text);background:var(--text)}.journeyMap-module__PVLa8W__trajectory li[data-state=active]:before{border-color:var(--vermillion);background:var(--vermillion);box-shadow:0 0 0 5px color-mix(in srgb, var(--vermillion) 18%, transparent)}.journeyMap-module__PVLa8W__trajectory li[data-state=preview]:before{border-color:var(--vermillion);background:var(--bg)}.journeyMap-module__PVLa8W__trajectory a{min-height:154px;color:inherit;gap:8px;padding:22px 18px 18px 0;text-decoration:none;display:grid}.journeyMap-module__PVLa8W__trajectory a:hover strong,.journeyMap-module__PVLa8W__trajectory a:focus-visible strong{color:var(--vermillion)}.journeyMap-module__PVLa8W__trajectory span,.journeyMap-module__PVLa8W__trajectory small{color:var(--text-muted);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);letter-spacing:.05em;font-weight:500;line-height:1.35}.journeyMap-module__PVLa8W__trajectory span{text-transform:uppercase}.journeyMap-module__PVLa8W__trajectory strong{font-family:var(--font-display,"Bricolage Grotesque", serif);font-size:clamp(1rem,1.6vw,1.25rem);font-weight:500;line-height:1.15}@media (max-width:900px){.journeyMap-module__PVLa8W__trajectory{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:24px}.journeyMap-module__PVLa8W__trajectory li:nth-child(4){border-top:1px solid var(--border)}}@media (max-width:640px){.journeyMap-module__PVLa8W__trajectory{border-top:0;grid-template-columns:1fr;margin:10px 0}.journeyMap-module__PVLa8W__trajectory li,.journeyMap-module__PVLa8W__trajectory li:nth-child(4){border-top:1px solid var(--border)}.journeyMap-module__PVLa8W__trajectory a{grid-template-columns:34px 1fr;align-content:center;min-height:100px;padding-top:14px}.journeyMap-module__PVLa8W__trajectory small{grid-column:2}}
.PracticeStudio-module__mrCG0W__center{background:var(--bg);min-width:0;min-height:100dvh;color:var(--text);overflow-y:auto}
.activity-module__McM6KG__reviewLink{color:var(--text);border:1px solid var(--border-hover);font-size:var(--text-floor);border-radius:6px;flex:none;padding:9px 12px;font-weight:560}.activity-module__McM6KG__reviewLink:hover{border-color:var(--vermillion)}.activity-module__McM6KG__filters{gap:4px;padding:18px 0;display:flex;overflow-x:auto}.activity-module__McM6KG__filters a{color:var(--text-muted);font:var(--text-mono-label) "Instrument Sans", sans-serif;border-radius:6px;flex:none;padding:7px 11px}.activity-module__McM6KG__filters a:hover,.activity-module__McM6KG__filters a[data-active=true]{color:var(--text);background:var(--surface-raised,#ffffff0e)}.activity-module__McM6KG__timeline{border-top:1px solid var(--border)}.activity-module__McM6KG__event{border-bottom:1px solid var(--border);grid-template-columns:68px minmax(0,1fr) 132px;align-items:start;gap:20px;padding:24px 4px;display:grid}.activity-module__McM6KG__agent{width:fit-content;color:var(--text-muted);font:var(--text-mono-label) "Geist Mono", monospace;margin-top:2px}.activity-module__McM6KG__agent[data-agent=scout]{color:#c99772}.activity-module__McM6KG__agent[data-agent=tailor]{color:#8cb6d8}.activity-module__McM6KG__agent[data-agent=coach]{color:#89b895}.activity-module__McM6KG__eventCopy{gap:6px;display:grid}.activity-module__McM6KG__eventCopy strong{color:var(--text);font-size:.98rem;font-weight:560;line-height:1.35}.activity-module__McM6KG__eventCopy>span{max-width:650px;color:var(--text-secondary);font-size:.84rem;line-height:1.5}.activity-module__McM6KG__inputNeeded{color:var(--text-secondary);font-size:var(--text-floor);flex-wrap:wrap;gap:5px 8px;margin:4px 0 0;line-height:1.45;display:flex}.activity-module__McM6KG__inputNeeded b{color:var(--vermillion);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);font-weight:500}.activity-module__McM6KG__eventAction{justify-items:end;gap:11px;display:grid}.activity-module__McM6KG__eventAction time{color:var(--text-muted);font:var(--text-mono-label) "Geist Mono", monospace;white-space:nowrap}.activity-module__McM6KG__eventAction a{border:1px solid var(--border);min-width:82px;color:var(--text);font-size:var(--text-floor);text-align:center;white-space:nowrap;border-radius:5px;padding:7px 10px;font-weight:550}.activity-module__McM6KG__eventAction a:hover{border-color:var(--border-hover)}.activity-module__McM6KG__empty{border-top:1px solid var(--border);padding:72px 0}.activity-module__McM6KG__empty h2{color:var(--text);margin:0 0 8px;font:520 1.45rem Bricolage Grotesque,serif}.activity-module__McM6KG__empty p{max-width:560px;color:var(--text-secondary);margin:0 0 18px;line-height:1.55}.activity-module__McM6KG__empty a{color:var(--text);border-bottom:1px solid var(--vermillion)}@media (max-width:760px){.activity-module__McM6KG__event{grid-template-columns:54px minmax(0,1fr);gap:12px}.activity-module__McM6KG__eventAction{grid-area:2/2;grid-template-columns:1fr auto;place-items:center start}}
