.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}}
.PracticeIndex-module__GF76Sq__page{--practice-panel-bg:color-mix(in srgb, var(--text) 2%, transparent);--practice-panel-bg-raised:color-mix(in srgb, var(--text) 3%, transparent);--practice-panel-bg-hover:color-mix(in srgb, var(--text) 5%, transparent);--practice-panel-border-hover:color-mix(in srgb, var(--text) 24%, transparent);--practice-panel-border-focus:color-mix(in srgb, var(--text) 32%, transparent);--practice-meta:color-mix(in srgb, var(--text) 62%, transparent);width:100%;padding-bottom:96px}.PracticeIndex-module__GF76Sq__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:0;padding:36px 24px 28px;display:flex}.PracticeIndex-module__GF76Sq__heroIntro{justify-items:center;gap:14px;width:min(100%,820px);display:grid}.PracticeIndex-module__GF76Sq__heroIntro h1{max-width:26ch;color:var(--text);font-family:var(--font-display);font-size:var(--text-h1);font-weight:var(--font-weight-heading-display);line-height:var(--leading-heading);letter-spacing:0;margin:0}.PracticeIndex-module__GF76Sq__heroIntro p{max-width:58ch;color:var(--text-secondary);font-family:var(--font-body);text-wrap:balance;margin:0;font-size:16px;line-height:1.5}.PracticeIndex-module__GF76Sq__form{text-align:left;flex-direction:column;gap:12px;width:min(100%,860px);margin-top:30px;display:flex}.PracticeIndex-module__GF76Sq__practiceComposer{--mode-composer-input-right-large:4px;--mode-composer-input-bottom-large:56px;--mode-composer-submit-min-height:44px;--mode-composer-bg:color-mix(in srgb, var(--practice-panel-bg-raised) 82%, var(--bg));--mode-composer-bg-focus:var(--practice-panel-bg-hover);--mode-composer-border:var(--border);--mode-composer-border-focus:var(--practice-panel-border-focus);--mode-composer-control-bg:color-mix(in srgb, var(--text) 5%, transparent);--mode-composer-control-bg-hover:var(--practice-panel-bg-hover);--mode-composer-menu-bg:color-mix(in srgb, var(--surface) 94%, var(--bg))}.PracticeIndex-module__GF76Sq__personaToolWrap{align-items:center;display:inline-flex;position:relative}.PracticeIndex-module__GF76Sq__personaToolTrigger{min-height:44px;font-family:var(--font-body);font-size:var(--text-body-sm);text-align:left;border-radius:var(--radius-pill);color:var(--text-secondary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:8px;padding:8px 10px;transition:background .15s,color .15s;display:inline-flex}.PracticeIndex-module__GF76Sq__personaToolTrigger:hover,.PracticeIndex-module__GF76Sq__personaToolTrigger[aria-expanded=true]{background:color-mix(in srgb, var(--text) 11%, transparent);color:var(--text)}.PracticeIndex-module__GF76Sq__personaPopover{z-index:30;border:1px solid color-mix(in srgb, var(--text) 13%, transparent);background:color-mix(in srgb, var(--surface) 94%, var(--bg));border-radius:16px;gap:12px;width:min(520px,100vw - 48px);max-height:min(560px,100vh - 168px);padding:14px;display:grid;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 18px 54px #00000057}.PracticeIndex-module__GF76Sq__personaPopoverHeader{justify-content:space-between;align-items:center;gap:14px;display:flex}.PracticeIndex-module__GF76Sq__personaPopoverHeader>div:first-child{gap:4px;min-width:0;display:grid}.PracticeIndex-module__GF76Sq__personaPopoverHeader strong{color:var(--text);font-family:var(--font-body);font-size:13px;line-height:1.3}.PracticeIndex-module__GF76Sq__personaPrompt{color:var(--text-muted);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;display:flex}.PracticeIndex-module__GF76Sq__personaPromptLink{color:var(--vermillion);text-underline-offset:3px;text-decoration:underline}.PracticeIndex-module__GF76Sq__personaBox{border:1px solid var(--border);border-radius:var(--radius-xs);background:var(--practice-panel-bg);width:100%;overflow:hidden}.PracticeIndex-module__GF76Sq__personaBoxHeader{justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.PracticeIndex-module__GF76Sq__personaBoxCopy{flex-direction:column;gap:3px;min-width:0;display:flex}.PracticeIndex-module__GF76Sq__personaKicker{color:var(--text-muted);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);letter-spacing:.06em;text-transform:lowercase}.PracticeIndex-module__GF76Sq__personaTitle{color:var(--text-secondary);font-family:var(--font-body);font-size:13px;line-height:1.35}.PracticeIndex-module__GF76Sq__personaSegment{border:1px solid var(--border);border-radius:var(--radius-pill);background:color-mix(in srgb, var(--bg) 36%, transparent);flex-shrink:0;padding:2px;display:inline-flex}.PracticeIndex-module__GF76Sq__personaSegmentButton{border-radius:var(--radius-pill);color:var(--text-muted);cursor:pointer;font-family:Geist Mono,monospace;font-size:var(--text-mono-label);text-transform:lowercase;background:0 0;border:0;padding:6px 10px;transition:background .15s,color .15s}.PracticeIndex-module__GF76Sq__personaSegmentButton[data-active=true]{background:var(--text);color:var(--bg)}.PracticeIndex-module__GF76Sq__personaPanel{flex-direction:column;gap:12px;padding:0;display:flex}.PracticeIndex-module__GF76Sq__personaSelectLabel{flex-direction:column;gap:6px;display:flex}.PracticeIndex-module__GF76Sq__personaSelectLabel span{color:var(--text-muted);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);text-transform:lowercase}.PracticeIndex-module__GF76Sq__personaSelectLabel select{box-sizing:border-box;border:1px solid var(--border);border-radius:var(--radius-xs);background:color-mix(in srgb, var(--bg) 44%, transparent);width:100%;min-height:38px;color:var(--text);font-family:var(--font-body);outline:0;padding:8px 10px;font-size:13px}.PracticeIndex-module__GF76Sq__personaSelectLabel select:focus{border-color:var(--practice-panel-border-focus)}.PracticeIndex-module__GF76Sq__personaToggle{border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text);cursor:pointer;font-family:Geist Mono,monospace;font-size:var(--text-mono-label);background:0 0;flex-shrink:0;padding:7px 10px;transition:border-color .15s,background .15s}.PracticeIndex-module__GF76Sq__personaToggle:hover{border-color:var(--practice-panel-border-hover);background:var(--practice-panel-bg-hover)}.PracticeIndex-module__GF76Sq__personaGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0;display:grid}.PracticeIndex-module__GF76Sq__personaField{flex-direction:column;gap:6px;display:flex}.PracticeIndex-module__GF76Sq__personaField:nth-child(n+4){grid-column:span 3}.PracticeIndex-module__GF76Sq__personaField:has(textarea){grid-column:1/-1}.PracticeIndex-module__GF76Sq__personaField span{color:var(--text-muted);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);text-transform:lowercase}.PracticeIndex-module__GF76Sq__personaField input,.PracticeIndex-module__GF76Sq__personaField textarea{box-sizing:border-box;border:1px solid var(--border);border-radius:var(--radius-xs);background:color-mix(in srgb, var(--bg) 44%, transparent);width:100%;color:var(--text);font-family:var(--font-body);outline:0;padding:9px 10px;font-size:13px;line-height:1.45}.PracticeIndex-module__GF76Sq__personaField textarea{resize:vertical;min-height:58px}.PracticeIndex-module__GF76Sq__personaField input:focus,.PracticeIndex-module__GF76Sq__personaField textarea:focus{border-color:var(--practice-panel-border-focus)}.PracticeIndex-module__GF76Sq__personaField input::placeholder,.PracticeIndex-module__GF76Sq__personaField textarea::placeholder{color:var(--text-muted)}.PracticeIndex-module__GF76Sq__personaAdvancedToggle,.PracticeIndex-module__GF76Sq__personaSave{border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text-secondary);cursor:pointer;font-family:Geist Mono,monospace;font-size:var(--text-mono-label);background:0 0;align-self:flex-start;padding:7px 10px;transition:border-color .15s,background .15s,color .15s}.PracticeIndex-module__GF76Sq__personaSave{color:#fff;background:var(--vermillion);border-color:#0000}.PracticeIndex-module__GF76Sq__personaAdvancedToggle:hover,.PracticeIndex-module__GF76Sq__personaSave:hover:not(:disabled){border-color:var(--practice-panel-border-hover);background:var(--practice-panel-bg-hover);color:var(--text)}.PracticeIndex-module__GF76Sq__personaSave:hover:not(:disabled){background:var(--vermillion-dark);color:#fff}.PracticeIndex-module__GF76Sq__personaSave:disabled{cursor:not-allowed;opacity:.5}.PracticeIndex-module__GF76Sq__personaHelper,.PracticeIndex-module__GF76Sq__personaError{font-family:var(--font-body);margin:0;font-size:13px;line-height:1.45}.PracticeIndex-module__GF76Sq__personaHelper{color:var(--text-secondary)}.PracticeIndex-module__GF76Sq__personaError{color:#e5938a}.PracticeIndex-module__GF76Sq__error{color:#e5938a;text-align:center;font-family:Geist Mono,monospace;font-size:var(--text-mono-label);margin:0;line-height:1.6}.PracticeIndex-module__GF76Sq__errorLink{color:#e5938a;text-underline-offset:2px;text-decoration:underline}.PracticeIndex-module__GF76Sq__errorLink:hover{color:#ffb3ad}.PracticeIndex-module__GF76Sq__helper{color:var(--text-muted);text-align:left;font-family:Geist Mono,monospace;font-size:var(--text-mono-label);margin:0}.PracticeIndex-module__GF76Sq__nextLine{max-width:72ch;color:var(--text-secondary);font-family:var(--font-body);margin:-2px 0 0;font-size:14px;line-height:1.55}.PracticeIndex-module__GF76Sq__referralHelper{color:var(--text-muted);text-align:left;font-family:Geist Mono,monospace;font-size:var(--text-mono-label);margin:-4px 0 0}.PracticeIndex-module__GF76Sq__section{width:min(100%,920px);margin:32px auto 0;padding:0 20px}.PracticeIndex-module__GF76Sq__sectionHead{grid-template-columns:minmax(0,1fr) minmax(220px,300px);align-items:end;gap:18px;margin-bottom:18px;display:grid}.PracticeIndex-module__GF76Sq__sectionHeadSingle{grid-template-columns:1fr}.PracticeIndex-module__GF76Sq__sectionHead>div{gap:7px;min-width:0;display:grid}.PracticeIndex-module__GF76Sq__sectionLabel{color:var(--text);font-family:var(--font-body);font-size:var(--text-h3);letter-spacing:var(--tracking-heading);margin:0}.PracticeIndex-module__GF76Sq__sectionSub{color:var(--text-secondary);font-family:var(--font-body);font-size:var(--text-body-sm);margin:0;line-height:1.5}.PracticeIndex-module__GF76Sq__roleControls{grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:10px;margin:0 0 16px;display:grid}.PracticeIndex-module__GF76Sq__roleControls .PracticeIndex-module__GF76Sq__roleProfileControl{grid-column:1/-1}.PracticeIndex-module__GF76Sq__roleControls label{gap:5px;display:grid}.PracticeIndex-module__GF76Sq__roleControls label>span{color:var(--text-muted);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);letter-spacing:.06em;text-transform:lowercase}.PracticeIndex-module__GF76Sq__roleControls select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--practice-panel-bg);width:100%;min-width:0;color:var(--text);font-family:var(--font-body);padding:8px 30px 8px 10px;font-size:13px}.PracticeIndex-module__GF76Sq__roleContextNote{border-left:2px solid color-mix(in srgb, var(--vermillion) 68%, transparent);background:color-mix(in srgb, var(--vermillion) 5%, transparent);gap:4px;margin:-2px 0 16px;padding:13px 15px;display:grid}.PracticeIndex-module__GF76Sq__roleProfileHandoff{color:var(--text-secondary);font-family:var(--font-body);font-size:var(--text-floor);justify-content:space-between;align-items:baseline;gap:14px;margin:-2px 0 10px;line-height:1.45;display:flex}.PracticeIndex-module__GF76Sq__roleProfileHandoff p{margin:0}.PracticeIndex-module__GF76Sq__roleProfileHandoff strong{color:var(--text);font-weight:600}.PracticeIndex-module__GF76Sq__roleProfileHandoff a{color:var(--vermillion);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);flex:none;text-decoration:none}.PracticeIndex-module__GF76Sq__roleProfileHandoff a:hover{text-underline-offset:3px;text-decoration:underline}.PracticeIndex-module__GF76Sq__roleContextNote strong,.PracticeIndex-module__GF76Sq__roleContextNote span{font-family:var(--font-body);font-size:13px;line-height:1.45}.PracticeIndex-module__GF76Sq__roleContextNote strong{color:var(--text);font-weight:600}.PracticeIndex-module__GF76Sq__roleContextNote span{color:var(--text-secondary)}.PracticeIndex-module__GF76Sq__sectionLink{color:var(--vermillion);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);letter-spacing:.03em;text-decoration:none}.PracticeIndex-module__GF76Sq__sectionLink:hover{text-underline-offset:3px;text-decoration:underline}.PracticeIndex-module__GF76Sq__scenarioSearch{border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--practice-panel-bg);width:100%;min-width:220px;color:var(--text);font-family:var(--font-body);outline:0;justify-self:end;padding:7px 12px;font-size:13px;line-height:1.4;transition:border-color .15s,background .15s}@media (max-width:720px){.PracticeIndex-module__GF76Sq__sectionHead{grid-template-columns:1fr;align-items:start}.PracticeIndex-module__GF76Sq__scenarioSearch{justify-self:stretch}}.PracticeIndex-module__GF76Sq__scenarioSearch::placeholder{color:var(--text-muted)}.PracticeIndex-module__GF76Sq__scenarioSearch:focus{border-color:var(--practice-panel-border-focus);background:var(--practice-panel-bg-hover)}.PracticeIndex-module__GF76Sq__recentRow{gap:12px;display:flex;overflow-x:auto}.PracticeIndex-module__GF76Sq__recentCard{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--practice-panel-bg);min-width:240px;color:inherit;padding:12px 14px;text-decoration:none;transition:border-color .15s}.PracticeIndex-module__GF76Sq__recentCard:hover{border-color:var(--practice-panel-border-hover)}.PracticeIndex-module__GF76Sq__recentTimestamp{color:var(--text-muted);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);margin:0 0 8px}.PracticeIndex-module__GF76Sq__recentTitle{color:var(--text);font-family:var(--font-body);margin:0 0 10px;font-size:14px;line-height:1.4}.PracticeIndex-module__GF76Sq__recentScore{color:var(--text-secondary);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);font-variant-numeric:tabular-nums;margin:-4px 0 0}.PracticeIndex-module__GF76Sq__recentCta{color:var(--vermillion);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);margin:0}.PracticeIndex-module__GF76Sq__breakCard{appearance:none;cursor:pointer;text-align:left;font:inherit}.PracticeIndex-module__GF76Sq__breakBar{background:var(--border);border-radius:var(--radius-pill);width:100%;height:4px;margin-top:4px;overflow:hidden}.PracticeIndex-module__GF76Sq__breakBarFill{border-radius:var(--radius-pill);background:var(--text-muted);height:100%;transition:width .22s}.PracticeIndex-module__GF76Sq__breakBarFill[data-tier=high]{background:#6ed4a1}.PracticeIndex-module__GF76Sq__breakBarFill[data-tier=mid]{background:#e8c46c}.PracticeIndex-module__GF76Sq__breakBarFill[data-tier=low]{background:#ff8a65}.PracticeIndex-module__GF76Sq__scenarioGrid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.PracticeIndex-module__GF76Sq__scenarioCard{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--practice-panel-bg);min-height:208px;color:inherit;cursor:pointer;text-align:left;flex-direction:column;gap:8px;padding:18px 20px;transition:border-color .15s,background .15s,transform 80ms;display:flex;position:relative}.PracticeIndex-module__GF76Sq__scenarioCard:hover{background:var(--practice-panel-bg-hover);border-color:#cc2f2f80}.PracticeIndex-module__GF76Sq__scenarioCard:active:not(:disabled){transform:translateY(1px)}.PracticeIndex-module__GF76Sq__scenarioCard:disabled{cursor:not-allowed}.PracticeIndex-module__GF76Sq__scenarioCard[data-state=muted]{opacity:.5}.PracticeIndex-module__GF76Sq__scenarioCard[data-state=opening]{opacity:1;background:linear-gradient(180deg, #cc2f2f17, #cc2f2f09), var(--practice-panel-bg-hover);border-color:#cc2f2f9e;box-shadow:0 0 0 3px #cc2f2f14}.PracticeIndex-module__GF76Sq__scenarioTitle{color:var(--text);font-family:var(--font-body);margin:0;font-size:16px;font-weight:500}.PracticeIndex-module__GF76Sq__scenarioMeta{color:var(--practice-meta);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);letter-spacing:.04em;text-transform:lowercase;margin:0}.PracticeIndex-module__GF76Sq__scenarioBlurb{color:var(--text-secondary);font-family:var(--font-body);margin:0;font-size:14px;line-height:1.5}.PracticeIndex-module__GF76Sq__scenarioPressure{color:var(--text-muted);font-family:var(--font-body);margin:0;font-size:13px;line-height:1.45}.PracticeIndex-module__GF76Sq__scenarioCta{color:var(--vermillion);font-family:Geist Mono,monospace;font-size:var(--text-mono-label);letter-spacing:.03em;text-transform:lowercase;margin:auto 0 0}.PracticeIndex-module__GF76Sq__scenarioCard[data-state=opening] .PracticeIndex-module__GF76Sq__scenarioCta{color:var(--text)}.PracticeIndex-module__GF76Sq__scenarioProgress{border-radius:var(--radius-pill);background:#cc2f2f29;height:2px;position:absolute;bottom:12px;left:18px;right:18px;overflow:hidden}.PracticeIndex-module__GF76Sq__scenarioProgress:after{content:"";border-radius:inherit;background:var(--vermillion,#cc2f2f);width:35%;animation:.95s ease-in-out infinite PracticeIndex-module__GF76Sq__scenarioProgress;position:absolute;top:0;bottom:0;left:-35%}@keyframes PracticeIndex-module__GF76Sq__scenarioProgress{0%{transform:translate(0)}to{transform:translate(390%)}}@media (prefers-reduced-motion:reduce){.PracticeIndex-module__GF76Sq__scenarioProgress:after{width:100%;animation:none;left:0}}@media (max-width:700px){.PracticeIndex-module__GF76Sq__page{padding-bottom:64px}.PracticeIndex-module__GF76Sq__hero{align-items:center;min-height:auto;padding:24px 16px}.PracticeIndex-module__GF76Sq__heroIntro p{font-size:15px}.PracticeIndex-module__GF76Sq__scenarioGrid{grid-template-columns:1fr}.PracticeIndex-module__GF76Sq__roleControls{grid-template-columns:1fr;width:100%}.PracticeIndex-module__GF76Sq__roleProfileHandoff{flex-direction:column;align-items:flex-start}.PracticeIndex-module__GF76Sq__recentRow{flex-direction:column;overflow-x:visible}.PracticeIndex-module__GF76Sq__recentCard{width:100%;min-width:0}.PracticeIndex-module__GF76Sq__personaBoxHeader{align-items:flex-start}.PracticeIndex-module__GF76Sq__personaGrid{grid-template-columns:1fr}.PracticeIndex-module__GF76Sq__personaField:nth-child(n+4){grid-column:auto}}.PracticeIndex-module__GF76Sq__promptLabel{color:var(--text);font-size:var(--text-body-sm);font-weight:600}.PracticeIndex-module__GF76Sq__setupRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.PracticeIndex-module__GF76Sq__setupContext,.PracticeIndex-module__GF76Sq__setupHint{color:var(--text-secondary);font-family:var(--font-body);font-size:var(--text-body-sm);line-height:1.5}.PracticeIndex-module__GF76Sq__personaClose{border:1px solid var(--border);border-radius:var(--radius-sm);width:44px;height:44px;color:var(--text);cursor:pointer;background:0 0;flex:none;place-items:center;display:grid}.PracticeIndex-module__GF76Sq__personaToolTrigger span{overflow-wrap:anywhere}@media (max-width:640px){.PracticeIndex-module__GF76Sq__setupRow{flex-direction:column;align-items:flex-start}.PracticeIndex-module__GF76Sq__personaPopover{width:auto;max-height:calc(100dvh - 96px);position:fixed;inset:auto 12px 12px}.PracticeIndex-module__GF76Sq__personaPopoverHeader{flex-wrap:wrap}}
.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}
.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}}
.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;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__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}}
.firstRun-module__Zk-j8q__journey{min-height:100dvh;color:var(--hunt-ink,var(--text,#f4efe8));padding:clamp(36px,7vw,88px) clamp(20px,5vw,72px)}.firstRun-module__Zk-j8q__frame{width:min(100%,1080px);margin:0 auto}.firstRun-module__Zk-j8q__intro{max-width:820px}.firstRun-module__Zk-j8q__eyebrow,.firstRun-module__Zk-j8q__sectionLabel{color:var(--vermillion,#cc2f2f);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);letter-spacing:.11em;text-transform:uppercase}.firstRun-module__Zk-j8q__intro h1{max-width:760px;font-family:var(--font-display,"Bricolage Grotesque", serif);letter-spacing:-.05em;margin:0;font-size:clamp(40px,6vw,72px);font-weight:520;line-height:.98}.firstRun-module__Zk-j8q__lead{max-width:780px;color:var(--hunt-muted,var(--text-muted,#a39d94));margin:24px 0 0;font-size:17px;line-height:1.7}.firstRun-module__Zk-j8q__lead strong{color:var(--hunt-ink,var(--text,#f4efe8));font-weight:620}.firstRun-module__Zk-j8q__stateChoices{border-top:1px solid var(--hunt-line,var(--border,#f4efe826));grid-template-columns:repeat(5,minmax(0,1fr));margin-top:24px;display:grid}.firstRun-module__Zk-j8q__stateChoice{border:0;border-right:1px solid var(--hunt-line,var(--border,#f4efe826));border-bottom:1px solid var(--hunt-line,var(--border,#f4efe826));min-height:180px;color:var(--hunt-ink,var(--text,#f4efe8));font-family:var(--font-ui,"Instrument Sans", sans-serif);text-align:left;cursor:pointer;background:0 0;gap:10px;padding:22px 20px;text-decoration:none;display:grid}.firstRun-module__Zk-j8q__stateChoice span,.firstRun-module__Zk-j8q__stateChoice small{color:var(--hunt-muted,var(--text-muted,#a39d94));font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);letter-spacing:.06em;text-transform:uppercase}.firstRun-module__Zk-j8q__stateChoice strong{font-family:var(--font-display,"Bricolage Grotesque", serif);letter-spacing:-.025em;align-self:end;font-size:clamp(18px,2vw,24px);font-weight:520;line-height:1.08}.firstRun-module__Zk-j8q__stateChoice:hover,.firstRun-module__Zk-j8q__stateChoice:focus-visible,.firstRun-module__Zk-j8q__stateChoice[data-selected=true]{outline:2px solid var(--vermillion,#cc2f2f);outline-offset:-2px;background:#cc2f2f17}.firstRun-module__Zk-j8q__entry{margin-top:clamp(48px,7vw,84px)}.firstRun-module__Zk-j8q__entryHeading,.firstRun-module__Zk-j8q__outputsHeading{max-width:760px}.firstRun-module__Zk-j8q__entryHeading h2,.firstRun-module__Zk-j8q__outputsHeading h2,.firstRun-module__Zk-j8q__signIn h2{font-family:var(--font-display,"Bricolage Grotesque", serif);letter-spacing:-.035em;margin:8px 0 0;font-weight:540;line-height:1.04}.firstRun-module__Zk-j8q__entryHeading h2,.firstRun-module__Zk-j8q__outputsHeading h2{font-size:clamp(28px,4vw,42px)}.firstRun-module__Zk-j8q__entryHeading p,.firstRun-module__Zk-j8q__outputsHeading p,.firstRun-module__Zk-j8q__signIn p{max-width:680px;color:var(--hunt-muted,var(--text-muted,#a39d94));margin:12px 0 0;font-size:15px;line-height:1.65}.firstRun-module__Zk-j8q__primaryAction,.firstRun-module__Zk-j8q__secondaryAction{border:1px solid var(--hunt-line,var(--border,#f4efe826));min-height:48px;font-family:var(--font-ui,"Instrument Sans", sans-serif);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:12px 20px;font-size:15px;font-weight:620;line-height:1.2;text-decoration:none;display:inline-flex}.firstRun-module__Zk-j8q__primaryAction{border-color:var(--vermillion,#cc2f2f);color:#fff;background:var(--vermillion,#cc2f2f)}.firstRun-module__Zk-j8q__secondaryAction{color:var(--hunt-ink,var(--text,#f4efe8));background:0 0}.firstRun-module__Zk-j8q__primaryAction:hover{background:#df3838}.firstRun-module__Zk-j8q__secondaryAction:hover{border-color:color-mix(in srgb, var(--hunt-ink,var(--text,#f4efe8)) 32%, transparent)}.firstRun-module__Zk-j8q__primaryAction:focus-visible,.firstRun-module__Zk-j8q__secondaryAction:focus-visible,.firstRun-module__Zk-j8q__textAction:focus-visible{outline:3px solid color-mix(in srgb, var(--vermillion,#cc2f2f) 72%, #fff);outline-offset:3px}.firstRun-module__Zk-j8q__errorNote{color:#edb2b2;background:#cc2f2f14;border:1px solid #cc2f2f4d;max-width:780px;margin:24px 0 0;padding:12px 14px;font-size:13px;line-height:1.5}.firstRun-module__Zk-j8q__gate,.firstRun-module__Zk-j8q__resumeNote{background:#e3b24a12;border:1px solid #e3b24a47;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;margin-top:40px;padding:22px 24px;display:grid}.firstRun-module__Zk-j8q__gate h2,.firstRun-module__Zk-j8q__resumeNote h2{font-family:var(--font-display,"Bricolage Grotesque", serif);letter-spacing:-.025em;margin:8px 0 0;font-size:clamp(21px,3vw,27px);font-weight:540;line-height:1.15}.firstRun-module__Zk-j8q__gate p,.firstRun-module__Zk-j8q__resumeNote p{max-width:700px;color:var(--hunt-muted,var(--text-muted,#a39d94));margin:9px 0 0;font-size:14px;line-height:1.6}.firstRun-module__Zk-j8q__textAction{min-height:44px;color:var(--hunt-ink,var(--text,#f4efe8));text-underline-offset:4px;align-items:center;padding:9px 0;font-size:14px;font-weight:620;text-decoration-thickness:1px;display:inline-flex}.firstRun-module__Zk-j8q__resumeNote{border-color:var(--hunt-line,var(--border,#f4efe826));background:var(--hunt-panel,var(--surface,#131316));margin-top:16px}.firstRun-module__Zk-j8q__outputs{border-top:1px solid var(--hunt-line,var(--border,#f4efe826));margin-top:clamp(52px,8vw,88px);padding-top:28px}.firstRun-module__Zk-j8q__outputList{border-top:1px solid var(--hunt-line,var(--border,#f4efe826));margin:32px 0 0;padding:0;list-style:none}.firstRun-module__Zk-j8q__outputList li{border-bottom:1px solid var(--hunt-line,var(--border,#f4efe826));grid-template-columns:64px minmax(180px,.7fr) minmax(260px,1.3fr);align-items:baseline;gap:24px;padding:20px 0;display:grid}.firstRun-module__Zk-j8q__outputList span{color:var(--vermillion,#cc2f2f);font-family:var(--font-mono,"Geist Mono", monospace);font-size:var(--text-mono-label);letter-spacing:.08em}.firstRun-module__Zk-j8q__outputList strong{color:var(--hunt-ink,var(--text,#f4efe8));font-family:var(--font-display,"Bricolage Grotesque", serif);letter-spacing:-.025em;font-size:clamp(19px,2.2vw,25px);font-weight:520}.firstRun-module__Zk-j8q__outputList p{max-width:580px;color:var(--hunt-muted,var(--text-muted,#a39d94));margin:0;font-size:14px;line-height:1.65}.firstRun-module__Zk-j8q__signIn{background:linear-gradient(120deg, #cc2f2f21, transparent 58%), var(--hunt-panel,var(--surface,#131316));border:1px solid #cc2f2f61;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:36px;margin-top:clamp(52px,8vw,88px);padding:clamp(28px,5vw,48px);display:grid}.firstRun-module__Zk-j8q__signIn h2{max-width:650px;font-size:clamp(27px,4vw,40px)}.firstRun-module__Zk-j8q__signInActions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}@media (max-width:820px){.firstRun-module__Zk-j8q__journey{min-height:auto;padding-block:44px 64px}.firstRun-module__Zk-j8q__stateChoices{grid-template-columns:repeat(2,minmax(0,1fr))}.firstRun-module__Zk-j8q__signIn{grid-template-columns:1fr;align-items:start}.firstRun-module__Zk-j8q__signInActions{justify-content:flex-start}}@media (max-width:600px){.firstRun-module__Zk-j8q__stateChoices{grid-template-columns:1fr}.firstRun-module__Zk-j8q__stateChoice{min-height:116px}.firstRun-module__Zk-j8q__outputList li{grid-template-columns:38px 1fr;gap:8px 14px}.firstRun-module__Zk-j8q__outputList p{grid-column:2}.firstRun-module__Zk-j8q__gate,.firstRun-module__Zk-j8q__resumeNote{grid-template-columns:1fr;gap:8px;padding:20px}}
.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}}
.PracticeStudio-module__mrCG0W__center{background:var(--bg);min-width:0;min-height:100dvh;color:var(--text);overflow-y:auto}
