/* Labs Careers™ — platform styles. Extends the site design system
   (Manrope, black band, #f17f30 accent). All classes lc- prefixed. */

:root {
  --lc-ink: #0d0d0d;
  --lc-body: #374151;
  --lc-muted: #6b7280;
  --lc-faint: #9ca3af;
  --lc-line: #e5e7eb;
  --lc-wash: #faf9f7;
  --lc-chip: #f3f2ee;
  --lc-accent: #f17f30;        /* Yuhmmy Orange */
  --lc-accent-dark: #e07020;
  --lc-purple: #6b1fad;        /* Copious Purple */
  --lc-blend: linear-gradient(120deg, #f17f30, #6b1fad);
  --lc-green: #1a7f4e;
  --lc-red: #dc2626;
  --lc-radius: 16px;
  --lc-ease: cubic-bezier(.22, 1, .36, 1);
  --lc-shadow: inset 0 0 .5px #ffffff4d, 0 2px 8px #0000000d;
  --lc-shadow-hover: inset 0 0 .5px #ffffff4d, 0 6px 18px #00000012;
  --lc-edge: .25px solid rgba(0, 0, 0, .015);
}

.lc-tm { font-size: .55em; vertical-align: super; letter-spacing: 0; }

/* ---------- sub-nav ---------- */
/* 25px sits under the fixed black band at scroll-0 — the visible space above and below the links is equal */
.lc-subnav { position: relative; background: #fff; padding-top: 25px; }
.lc-subnav-inner { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; flex-wrap: wrap; padding-top: 6px; padding-bottom: 6px; }
.lc-subnav-brand { font-family: Manrope, sans-serif; font-weight: 800; font-size: 1.05rem; color: var(--lc-ink); text-decoration: none; letter-spacing: -.01em; }
.lc-subnav-links { display: flex; gap: 4px; flex-wrap: wrap; }
.lc-subnav-links a { font-family: Manrope, sans-serif; font-weight: 600; font-size: .875rem; color: var(--lc-muted); text-decoration: none; padding: 7px 12px; border-radius: 8px; transition: background .24s var(--lc-ease), color .24s var(--lc-ease); }
.lc-subnav-links a:hover { background: var(--lc-chip); color: var(--lc-ink); }
.lc-subnav-links a.lc-on { background: rgba(0,0,0,.04); color: var(--lc-ink); }
.lc-saved-count { display: inline-block; min-width: 18px; padding: 0 5px; border-radius: 999px; background: var(--lc-blend); color: #fff; font-size: .6875rem; text-align: center; }

/* ---------- hero ---------- */
.lc-hero { padding: 72px 0 48px; text-align: center; }
.lc-hero h1 { font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.03em; line-height: 1.04; font-size: clamp(2.4rem, 6vw, 4.2rem); color: var(--lc-ink); margin: 0; }
.lc-hero h1 .lc-accent-line { display: block; background: var(--lc-blend); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lc-hero p.lc-hero-sub { max-width: 40rem; margin: 34px auto 0; color: var(--lc-muted); font-size: 1.125rem; line-height: 1.65; }
.lc-kicker { font-family: Manrope, sans-serif; font-weight: 700; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: var(--lc-accent-dark); margin-bottom: 26px; display: block; }

/* ---------- search ---------- */
.lc-search-wrap { max-width: 640px; margin: 50px auto 0; position: relative; }
.lc-search { display: flex; align-items: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; background: linear-gradient(#fff, #fff) padding-box, var(--lc-line) border-box; background-color: #fff; box-shadow: inset 0 0 .5px #ffffff4d, 0 3px 12px #0000000a; padding: 6px 8px 6px 22px; transition: box-shadow .3s var(--lc-ease), background .3s var(--lc-ease); }
.lc-search:focus-within { background: linear-gradient(#fff, #fff) padding-box, var(--lc-blend) border-box; box-shadow: inset 0 0 .5px #ffffff4d, 0 6px 18px #00000012; }
.lc-search svg { flex: none; width: 18px; height: 18px; color: var(--lc-muted); }
.lc-search input { flex: 1; border: 0; outline: 0; font: 600 1rem Manrope, sans-serif; color: var(--lc-ink); background: transparent; min-width: 0; }
.lc-search input::placeholder { color: var(--lc-faint); font-weight: 500; }
.lc-search button { flex: none; border: 0; border-radius: 999px; background: var(--lc-accent); color: #fff; font: 700 .9375rem Manrope, sans-serif; padding: 11px 24px; cursor: pointer; transition: background .3s; }
.lc-search button:hover { background: var(--lc-purple); }
.lc-search-hint { margin-top: 16px; font-size: .75rem; color: var(--lc-faint); letter-spacing: .06em; }
.lc-search-hint kbd { border: 1px solid var(--lc-line); border-radius: 5px; padding: 1px 6px; font-family: inherit; background: var(--lc-wash); }

/* ---------- chips ---------- */
.lc-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 36px; }
.lc-chip { border: 1.5px solid var(--lc-line); background: #fff; color: var(--lc-body); border-radius: 999px; padding: 7px 15px; font: 600 .8125rem Manrope, sans-serif; cursor: pointer; text-decoration: none; transition: all .24s var(--lc-ease); }
.lc-chip:hover { border-color: var(--lc-accent); color: var(--lc-accent-dark); transform: translateY(-1px); }
.lc-chip.lc-chip-on { border-color: transparent; background: var(--lc-blend); color: #fff; }

/* ---------- sections ---------- */
.lc-section { padding: 84px 0; }
.lc-section-alt { background: var(--lc-wash); }
.lc-h2 { font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.02em; font-size: clamp(1.6rem, 3.4vw, 2.3rem); color: var(--lc-ink); margin: 0 0 16px; }
.lc-lede { color: var(--lc-muted); max-width: 44rem; font-size: 1.0625rem; line-height: 1.65; margin: 0 0 44px; }

/* ---------- job cards ---------- */
.lc-job-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; }
.lc-job-card { display: flex; flex-direction: column; gap: 8px; border: none; outline: var(--lc-edge); box-shadow: var(--lc-shadow); border-radius: var(--lc-radius); background: #fff; padding: 26px; text-decoration: none; transition: transform .24s var(--lc-ease), box-shadow .24s var(--lc-ease), border-color .24s var(--lc-ease); position: relative; }
.lc-job-card:hover { transform: translateY(-3px); box-shadow: var(--lc-shadow-hover); }
.lc-job-card h3 { font-family: Manrope, sans-serif; font-weight: 700; font-size: 1.05rem; letter-spacing: -.01em; line-height: 1.35; color: var(--lc-ink); margin: 0; padding-right: 34px; }
.lc-job-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: .8125rem; color: var(--lc-muted); }
.lc-job-meta .lc-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lc-accent); display: inline-block; margin-right: 6px; vertical-align: 1px; }
.lc-job-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.lc-tag { background: var(--lc-chip); border-radius: 6px; padding: 3px 9px; font: 600 .6875rem Manrope, sans-serif; letter-spacing: .04em; text-transform: uppercase; color: var(--lc-body); }
.lc-tag-new { background: rgba(241,127,48,.12); color: var(--lc-accent-dark); }
.lc-save-btn { position: absolute; top: 16px; right: 14px; border: 0; background: none; cursor: pointer; color: var(--lc-faint); padding: 6px; border-radius: 8px; line-height: 0; transition: color .24s, background .24s; }
.lc-save-btn:hover { color: var(--lc-accent); background: var(--lc-chip); }
.lc-save-btn.lc-saved { color: var(--lc-accent); }
.lc-save-btn svg { width: 18px; height: 18px; }

/* ---------- browse-by-org ---------- */
.lc-org-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
.lc-org-card { border: none; outline: var(--lc-edge); box-shadow: var(--lc-shadow); border-radius: var(--lc-radius); background: #fff; padding: 22px 24px; text-decoration: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; transition: transform .24s var(--lc-ease), box-shadow .24s var(--lc-ease); }
.lc-org-card:hover { transform: translateY(-2px); box-shadow: var(--lc-shadow-hover); }
.lc-org-card b { font-family: Manrope, sans-serif; font-weight: 700; color: var(--lc-ink); font-size: .95rem; }
.lc-org-card small { display: block; color: var(--lc-muted); font-size: .78rem; margin-top: 2px; }
.lc-org-count { flex: none; background: var(--lc-chip); border-radius: 999px; min-width: 30px; text-align: center; padding: 4px 9px; font: 700 .78rem Manrope, sans-serif; color: var(--lc-ink); }

/* ---------- values / benefits / culture ---------- */
.lc-3col { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.lc-panel { border: none; outline: var(--lc-edge); box-shadow: var(--lc-shadow); border-radius: var(--lc-radius); background: #fff; padding: 30px; }
.lc-panel h3 { font-family: Manrope, sans-serif; font-weight: 700; font-size: 1.02rem; color: var(--lc-ink); margin: 0 0 8px; }
.lc-panel p, .lc-panel li { color: var(--lc-body); font-size: .9rem; line-height: 1.6; }
.lc-panel ul { margin: 0; padding-left: 18px; }
.lc-panel .lc-panel-kicker { font: 700 .6875rem Manrope, sans-serif; letter-spacing: .14em; text-transform: uppercase; color: var(--lc-accent-dark); display: block; margin-bottom: 8px; }

/* founder message */
.lc-founder { border-radius: var(--lc-radius); background: var(--lc-ink); color: #fff; padding: 40px; }
.lc-founder blockquote { margin: 0; font-family: Manrope, sans-serif; font-weight: 600; font-size: clamp(1.1rem, 2.2vw, 1.45rem); line-height: 1.55; letter-spacing: -.01em; }
.lc-founder figcaption { margin-top: 18px; color: rgba(255,255,255,.6); font-size: .875rem; }
.lc-founder figcaption b { color: #fff; }

/* profile links row */
.lc-profiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 20px; }
.lc-profile-card { border: none; outline: var(--lc-edge); box-shadow: var(--lc-shadow); border-radius: var(--lc-radius); padding: 18px; background: #fff; text-decoration: none; text-align: center; transition: transform .24s var(--lc-ease), box-shadow .24s var(--lc-ease); }
.lc-profile-card:hover { transform: translateY(-2px); box-shadow: var(--lc-shadow-hover); }
.lc-profile-card b { display: block; font-family: Manrope, sans-serif; font-weight: 700; color: var(--lc-ink); }
.lc-profile-card small { color: var(--lc-muted); font-size: .75rem; }
.lc-profile-card .lc-ext { color: var(--lc-accent); font-weight: 700; }

/* FAQ */
.lc-faq details { border-bottom: 1px solid var(--lc-line); padding: 4px 0; }
.lc-faq summary { cursor: pointer; font: 700 .98rem Manrope, sans-serif; color: var(--lc-ink); padding: 14px 0; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.lc-faq summary::after { content: "+"; color: var(--lc-accent); font-size: 1.2rem; }
.lc-faq details[open] summary::after { content: "–"; }
.lc-faq p { color: var(--lc-body); line-height: 1.65; margin: 0 0 16px; font-size: .95rem; }

/* ---------- jobs page: filters ---------- */
.lc-jobs-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 28px; align-items: start; }
.lc-filters { border: none; outline: var(--lc-edge); box-shadow: var(--lc-shadow); border-radius: var(--lc-radius); background: #fff; padding: 18px; position: sticky; top: 66px; max-height: calc(100vh - 90px); overflow: auto; }
.lc-filters h3 { font: 800 .95rem Manrope, sans-serif; color: var(--lc-ink); margin: 0 0 4px; display: flex; justify-content: space-between; align-items: center; }
.lc-filters .lc-clear { border: 0; background: none; color: var(--lc-accent-dark); font: 600 .78rem Manrope, sans-serif; cursor: pointer; }
.lc-fgroup { border-top: 1px solid var(--lc-line); margin-top: 12px; padding-top: 10px; }
.lc-fgroup > b { display: flex; justify-content: space-between; font: 700 .78rem Manrope, sans-serif; letter-spacing: .08em; text-transform: uppercase; color: var(--lc-muted); margin-bottom: 8px; }
.lc-fgroup label { display: flex; align-items: center; gap: 8px; font-size: .875rem; color: var(--lc-body); padding: 4px 0; cursor: pointer; }
.lc-fgroup input[type="checkbox"] { accent-color: var(--lc-accent); width: 15px; height: 15px; }
.lc-fgroup select, .lc-fgroup input[type="text"] { width: 100%; border: 1px solid var(--lc-line); border-radius: 8px; padding: 8px 10px; font: 500 .875rem Manrope, sans-serif; color: var(--lc-ink); background: #fff; }
.lc-results-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 24px; flex-wrap: wrap; }
.lc-results-count { font: 700 .95rem Manrope, sans-serif; color: var(--lc-ink); }
.lc-results-count span { color: var(--lc-accent-dark); }
.lc-sort select { border: 1px solid var(--lc-line); border-radius: 8px; padding: 7px 10px; font: 600 .82rem Manrope, sans-serif; }
.lc-empty { border: 1.5px dashed var(--lc-line); border-radius: var(--lc-radius); padding: 46px 20px; text-align: center; color: var(--lc-muted); }
.lc-filter-toggle { display: none; }

/* ---------- job detail ---------- */
.lc-job-head { padding: 46px 0 26px; border-bottom: 1px solid var(--lc-line); }
.lc-breadcrumb { font-size: .8125rem; color: var(--lc-muted); margin-bottom: 16px; }
.lc-breadcrumb a { color: var(--lc-muted); text-decoration: none; }
.lc-breadcrumb a:hover { color: var(--lc-ink); }
.lc-job-head h1 { font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.02em; font-size: clamp(1.7rem, 4vw, 2.6rem); line-height: 1.15; color: var(--lc-ink); margin: 0 0 14px; }
.lc-job-facts { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--lc-muted); font-size: .9rem; margin-bottom: 20px; }
.lc-job-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.lc-btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 12px 26px; font: 700 .9375rem Manrope, sans-serif; cursor: pointer; text-decoration: none; border: 1.5px solid transparent; transition: all .24s var(--lc-ease); }
.lc-btn-primary { background: var(--lc-accent); color: #fff; }
.lc-btn-primary:hover { background: var(--lc-purple); transform: translateY(-1px); }
.lc-btn-outline { border-color: var(--lc-line); color: var(--lc-ink); background: #fff; }
.lc-btn-outline:hover { border-color: var(--lc-accent); }
.lc-btn[disabled] { opacity: .55; pointer-events: none; }
.lc-job-body { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; padding: 40px 0 60px; align-items: start; }
.lc-job-main h2 { font: 800 1.25rem Manrope, sans-serif; letter-spacing: -.01em; color: var(--lc-ink); margin: 34px 0 10px; }
.lc-job-main h2:first-child { margin-top: 0; }
.lc-job-main p, .lc-job-main li { color: var(--lc-body); line-height: 1.7; font-size: .98rem; }
.lc-job-main ul { padding-left: 20px; margin: 8px 0; }
.lc-job-main li { margin: 6px 0; }
.lc-job-side { position: sticky; top: 70px; display: flex; flex-direction: column; gap: 20px; }
.lc-side-card { border: none; outline: var(--lc-edge); box-shadow: var(--lc-shadow); border-radius: var(--lc-radius); background: #fff; padding: 26px; }
.lc-side-card h3 { font: 800 .8rem Manrope, sans-serif; letter-spacing: .1em; text-transform: uppercase; color: var(--lc-muted); margin: 0 0 12px; }
.lc-side-card dl { margin: 0; }
.lc-side-card dt { font: 700 .72rem Manrope, sans-serif; letter-spacing: .08em; text-transform: uppercase; color: var(--lc-faint); margin-top: 10px; }
.lc-side-card dd { margin: 2px 0 0; color: var(--lc-ink); font-size: .9rem; font-weight: 600; }
.lc-comp { font: 800 1.3rem Manrope, sans-serif; color: var(--lc-ink); letter-spacing: -.01em; }
.lc-comp small { display: block; font: 500 .78rem Manrope, sans-serif; color: var(--lc-muted); letter-spacing: 0; margin-top: 4px; }
.lc-stage-list { list-style: none; padding: 0; margin: 0; counter-reset: stage; }
.lc-stage-list li { counter-increment: stage; display: flex; gap: 12px; padding: 9px 0; border-bottom: 1px dashed var(--lc-line); font-size: .875rem; color: var(--lc-body); align-items: baseline; }
.lc-stage-list li:last-child { border-bottom: 0; }
.lc-stage-list li::before { content: counter(stage, decimal-leading-zero); font: 700 .78rem Manrope, sans-serif; color: var(--lc-accent); flex: none; }
.lc-team-row { display: flex; align-items: center; gap: 12px; padding: 8px 0; }
.lc-avatar { flex: none; width: 38px; height: 38px; border-radius: 50%; background: var(--lc-ink); color: #fff; display: flex; align-items: center; justify-content: center; font: 700 .8rem Manrope, sans-serif; overflow: hidden; }
.lc-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.lc-avatar-emblem { background: #fff; border: 1px solid var(--lc-line); }
.lc-avatar-emblem img { object-fit: contain; padding: 6px; border-radius: 0; }
.lc-team-row b { display: block; font: 700 .875rem Manrope, sans-serif; color: var(--lc-ink); }
.lc-team-row small { color: var(--lc-muted); font-size: .75rem; }
.lc-apply-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: #fff; border-top: 1px solid var(--lc-line); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); display: none; gap: 10px; align-items: center; justify-content: space-between; }
.lc-apply-sticky b { font: 700 .875rem Manrope, sans-serif; color: var(--lc-ink); min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ---------- apply flow ---------- */
.lc-apply-shell { max-width: 780px; margin: 0 auto; padding: 40px 0 80px; }
.lc-steps { display: flex; gap: 6px; margin: 26px 0 34px; }
.lc-steps span { flex: 1; height: 4px; border-radius: 4px; background: var(--lc-line); transition: background .4s var(--lc-ease); }
.lc-steps span.lc-done { background: var(--lc-blend); }
.lc-step-label { font: 700 .75rem Manrope, sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--lc-accent-dark); }
.lc-apply-shell h1 { font: 800 clamp(1.5rem, 3.6vw, 2.1rem) Manrope, sans-serif; letter-spacing: -.02em; color: var(--lc-ink); margin: 6px 0 8px; }
.lc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lc-field { display: flex; flex-direction: column; gap: 6px; }
.lc-field-full { grid-column: 1 / -1; }
.lc-field label { font: 700 .75rem Manrope, sans-serif; letter-spacing: .08em; text-transform: uppercase; color: var(--lc-muted); }
.lc-field label .lc-opt { color: var(--lc-faint); text-transform: none; letter-spacing: 0; font-weight: 500; }
.lc-field input, .lc-field select, .lc-field textarea { border: 1.5px solid var(--lc-line); border-radius: 10px; padding: 12px 14px; font: 500 .95rem Manrope, sans-serif; color: var(--lc-ink); background: #fff; outline: 0; transition: border-color .24s; width: 100%; }
.lc-field input:focus, .lc-field select:focus, .lc-field textarea:focus { border-color: var(--lc-accent); }
.lc-field .lc-err { color: var(--lc-red); font-size: .78rem; min-height: 1em; }
.lc-drop { border: 2px dashed var(--lc-line); border-radius: var(--lc-radius); padding: 34px 20px; text-align: center; cursor: pointer; transition: border-color .24s, background .24s; background: var(--lc-wash); }
.lc-drop:hover, .lc-drop.lc-drag { border-color: var(--lc-accent); background: rgba(241,127,48,.04); }
.lc-drop b { font: 700 1rem Manrope, sans-serif; color: var(--lc-ink); display: block; }
.lc-drop small { color: var(--lc-muted); }
.lc-file-chip { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--lc-line); border-radius: 999px; padding: 8px 16px; font: 600 .875rem Manrope, sans-serif; color: var(--lc-ink); background: #fff; margin-top: 12px; }
.lc-file-chip button { border: 0; background: none; color: var(--lc-red); cursor: pointer; font-weight: 700; }
.lc-parse-note { display: flex; gap: 10px; align-items: flex-start; border-radius: 10px; background: rgba(241,127,48,.08); padding: 12px 14px; font-size: .85rem; color: var(--lc-body); margin: 14px 0; }
.lc-repeat { border: none; outline: var(--lc-edge); box-shadow: var(--lc-shadow); border-radius: var(--lc-radius); padding: 16px; margin-bottom: 12px; position: relative; background: #fff; }
.lc-repeat .lc-remove { position: absolute; top: 10px; right: 12px; border: 0; background: none; color: var(--lc-faint); cursor: pointer; font-size: .8rem; font-weight: 700; }
.lc-repeat .lc-remove:hover { color: var(--lc-red); }
.lc-add-btn { border: 1.5px dashed var(--lc-line); background: none; border-radius: 10px; width: 100%; padding: 11px; font: 700 .875rem Manrope, sans-serif; color: var(--lc-muted); cursor: pointer; transition: all .24s; }
.lc-add-btn:hover { border-color: var(--lc-accent); color: var(--lc-accent-dark); }
.lc-apply-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 34px; }
.lc-autosave { font-size: .75rem; color: var(--lc-faint); }
.lc-autosave.lc-saving { color: var(--lc-green); }
.lc-review dl { border: 1px solid var(--lc-line); border-radius: var(--lc-radius); padding: 6px 20px; background: #fff; }
.lc-review dt { font: 700 .72rem Manrope, sans-serif; letter-spacing: .08em; text-transform: uppercase; color: var(--lc-faint); margin-top: 14px; }
.lc-review dd { margin: 3px 0 12px; color: var(--lc-ink); font-size: .92rem; white-space: pre-wrap; }
.lc-demog-note { font-size: .8rem; color: var(--lc-muted); border-left: 3px solid var(--lc-line); padding-left: 12px; margin: 14px 0; line-height: 1.6; }
.lc-confirm { text-align: center; padding: 60px 0; }
.lc-confirm .lc-check { width: 62px; height: 62px; border-radius: 50%; background: rgba(26,127,78,.12); color: var(--lc-green); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 20px; }
.lc-receipt { font: 700 .9rem "SF Mono", ui-monospace, monospace; letter-spacing: .1em; background: var(--lc-chip); border-radius: 8px; padding: 10px 18px; display: inline-block; margin: 14px 0; }
.lc-match-band { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 24px 0; }
.lc-match-pill { border: none; outline: var(--lc-edge); box-shadow: var(--lc-shadow); border-radius: var(--lc-radius); padding: 14px 22px; background: #fff; min-width: 130px; }
.lc-match-pill b { display: block; font: 800 1.5rem Manrope, sans-serif; color: var(--lc-accent-dark); }
.lc-match-pill small { color: var(--lc-muted); font-size: .75rem; }

/* ---------- profile ---------- */
.lc-profile-grid { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 28px; align-items: start; padding: 36px 0 70px; }
.lc-profile-card-main { text-align: center; }
.lc-photo { width: 96px; height: 96px; border-radius: 50%; background: var(--lc-ink); color: #fff; font: 800 2rem Manrope, sans-serif; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; background-size: cover; background-position: center; }
.lc-status-badge { display: inline-block; border-radius: 999px; padding: 4px 12px; font: 700 .72rem Manrope, sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.lc-st-applied { background: rgba(59,102,238,.12); color: #2b4acb; }
.lc-st-screening { background: rgba(241,127,48,.14); color: var(--lc-accent-dark); }
.lc-st-interview { background: rgba(124,58,237,.12); color: #6d28d9; }
.lc-st-offer { background: rgba(26,127,78,.14); color: var(--lc-green); }
.lc-st-hired { background: var(--lc-green); color: #fff; }
.lc-st-rejected { background: rgba(220,38,38,.1); color: var(--lc-red); }
.lc-app-row { display: flex; justify-content: space-between; align-items: center; gap: 14px; border: none; outline: var(--lc-edge); box-shadow: var(--lc-shadow); border-radius: var(--lc-radius); background: #fff; padding: 16px 20px; margin-bottom: 10px; flex-wrap: wrap; }
.lc-app-row b { font: 700 .95rem Manrope, sans-serif; color: var(--lc-ink); }
.lc-app-row small { display: block; color: var(--lc-muted); font-size: .78rem; margin-top: 2px; }

/* ---------- Ask LabsAI ---------- */
.lc-ai-fab { position: fixed; right: 20px; bottom: 20px; z-index: 60; border: 0; border-radius: 999px; background: var(--lc-ink); color: #fff; font: 700 .9rem Manrope, sans-serif; padding: 14px 20px; cursor: pointer; display: flex; align-items: center; gap: 9px; box-shadow: 0 10px 28px rgba(13,13,13,.16); transition: transform .24s var(--lc-ease), background .24s; }
.lc-ai-fab:hover { transform: translateY(-2px); background: #000; }
.lc-ai-fab .lc-ai-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lc-accent); box-shadow: 0 0 0 0 rgba(241,127,48,.5); animation: lc-pulse 2.4s infinite; }
@keyframes lc-pulse { 0% { box-shadow: 0 0 0 0 rgba(241,127,48,.5); } 70% { box-shadow: 0 0 0 9px rgba(241,127,48,0); } 100% { box-shadow: 0 0 0 0 rgba(241,127,48,0); } }
.lc-ai-panel { position: fixed; right: 20px; bottom: 20px; z-index: 61; width: min(400px, calc(100vw - 24px)); height: min(600px, calc(100vh - 100px)); background: #fff; border: 1px solid var(--lc-line); border-radius: 18px; box-shadow: 0 16px 48px rgba(13,13,13,.15); display: flex; flex-direction: column; overflow: hidden; opacity: 0; transform: translateY(14px) scale(.98); pointer-events: none; transition: opacity .28s var(--lc-ease), transform .28s var(--lc-ease); }
.lc-ai-panel.lc-open { opacity: 1; transform: none; pointer-events: auto; }
.lc-ai-head { background: var(--lc-ink); color: #fff; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.lc-ai-head b { font: 800 1rem Manrope, sans-serif; }
.lc-ai-head small { display: block; color: rgba(255,255,255,.55); font-size: .72rem; margin-top: 1px; }
.lc-ai-head button { border: 0; background: none; color: rgba(255,255,255,.7); cursor: pointer; font-size: 1.1rem; padding: 4px 8px; }
.lc-ai-log { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; background: var(--lc-wash); }
.lc-ai-msg { max-width: 88%; border-radius: 14px; padding: 10px 14px; font-size: .89rem; line-height: 1.55; white-space: pre-wrap; overflow-wrap: break-word; }
.lc-ai-msg.lc-me { align-self: flex-end; background: var(--lc-ink); color: #fff; border-bottom-right-radius: 4px; }
.lc-ai-msg.lc-bot { align-self: flex-start; background: #fff; border: 1px solid var(--lc-line); color: var(--lc-body); border-bottom-left-radius: 4px; }
.lc-ai-msg.lc-bot a { color: var(--lc-accent-dark); font-weight: 700; }
.lc-ai-jobcard { display: block; border: 1px solid var(--lc-line); border-radius: 10px; padding: 9px 12px; margin-top: 8px; text-decoration: none; background: var(--lc-wash); }
.lc-ai-jobcard b { display: block; font: 700 .82rem Manrope, sans-serif; color: var(--lc-ink); }
.lc-ai-jobcard small { color: var(--lc-muted); font-size: .72rem; }
.lc-ai-sugs { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 16px 10px; background: var(--lc-wash); }
.lc-ai-sug { border: 1px solid var(--lc-line); border-radius: 999px; background: #fff; font: 600 .75rem Manrope, sans-serif; color: var(--lc-body); padding: 6px 12px; cursor: pointer; transition: all .2s; }
.lc-ai-sug:hover { border-color: var(--lc-purple); color: var(--lc-purple); }
.lc-ai-input { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--lc-line); background: #fff; }
.lc-ai-input input { flex: 1; border: 1.5px solid var(--lc-line); border-radius: 999px; padding: 11px 16px; font: 500 .9rem Manrope, sans-serif; outline: 0; }
.lc-ai-input input:focus { border-color: var(--lc-accent); }
.lc-ai-input button { border: 0; border-radius: 999px; background: var(--lc-accent); color: #fff; width: 42px; height: 42px; cursor: pointer; font-size: 1rem; flex: none; transition: background .24s; }
.lc-ai-input button:hover { background: var(--lc-purple); }
.lc-ai-typing { align-self: flex-start; color: var(--lc-faint); font-size: .8rem; padding: 4px 8px; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .lc-jobs-layout { grid-template-columns: 1fr; }
  .lc-filters { position: static; max-height: none; display: none; }
  .lc-filters.lc-filters-open { display: block; }
  .lc-filter-toggle { display: inline-flex; }
  .lc-job-body { grid-template-columns: 1fr; }
  .lc-job-side { position: static; }
  .lc-profile-grid { grid-template-columns: 1fr; }
  .lc-apply-sticky { display: flex; }
  /* on job pages the sticky Apply bar occupies the bottom — lift the
     Ask LabsAI button (and its panel) clear of it so it never blocks Apply */
  body:has(.lc-apply-sticky) .lc-ai-fab { bottom: calc(78px + env(safe-area-inset-bottom)); }
  body:has(.lc-apply-sticky) .lc-ai-panel { bottom: calc(78px + env(safe-area-inset-bottom)); height: min(600px, calc(100vh - 170px)); }
}
@media (max-width: 640px) {
  .lc-hero { padding: 46px 0 30px; }
  .lc-form-grid { grid-template-columns: 1fr; }
  .lc-search { padding-left: 16px; }
  .lc-search button { padding: 10px 16px; }
  .lc-ai-panel { right: 12px; bottom: 12px; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .lc-job-card, .lc-org-card, .lc-profile-card, .lc-btn, .lc-chip, .lc-ai-fab, .lc-ai-panel, .lc-steps span { transition: none !important; transform: none !important; }
  .lc-ai-fab .lc-ai-dot { animation: none !important; }
}

/* focus visibility (WCAG) */
.lc-btn:focus-visible, .lc-chip:focus-visible, .lc-ai-fab:focus-visible, .lc-save-btn:focus-visible,
.lc-subnav-links a:focus-visible, .lc-job-card:focus-visible, button:focus-visible {
  outline: 2px solid var(--lc-accent); outline-offset: 2px; box-shadow: 0 0 0 5px rgba(107, 31, 173, .18);
}


/* ---------- links are never browser-blue, hovered or not ---------- */
.main-content a:not([class]) { color: var(--lc-accent-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.main-content a:not([class]):hover { color: var(--lc-purple); }
a.lc-btn-primary, a.lc-btn-primary:hover { color: #fff; }
a.lc-btn-outline:hover { color: var(--lc-ink); }


/* shared site footer must not inherit careers prose-link styling */
.main-content .footer .footer-links a{color:var(--color-gray-700);font-weight:600;text-decoration:none}
.main-content .footer .footer-links a:hover{color:var(--color-black);text-decoration:none}

/* subnav hairline: its own element so it can draw in with the tabs
   (life.js forces translateY(30px) on .staggered-lazy — a 1px rule must not slide) */
.lc-subnav-rule { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--lc-line);
  transform-origin: center; opacity: 0; transform: scaleX(.25); }
.lc-subnav-rule.drawn { animation: lc-rule-in .9s cubic-bezier(.22,1,.36,1) both; }
@keyframes lc-rule-in { from { opacity: 0; transform: scaleX(.25); } to { opacity: 1; transform: scaleX(1); } }
@media (prefers-reduced-motion: reduce) { .lc-subnav-rule { animation: none !important; opacity: 1; transform: none; } }
