:root {
    --tec-hub-accent: #8cc63f;
    --tec-hub-ink: #111111;
    --tec-hub-muted: #676767;
    --tec-hub-line: #dedede;
    --tec-hub-soft: #f3f4f1;
    --tec-hub-white: #ffffff;
    --tec-hub-radius: 2px;
    --tec-hub-shadow: 0 18px 45px rgba(0, 0, 0, .08);
}

.tec-partnership-hub-page .entry-title,
.tec-partnership-hub-page .page-title { display: none; }

.tec-hub-shell,
.tec-hub-app { color: var(--tec-hub-ink); font: inherit; line-height: 1.5; }
.tec-hub-shell *, .tec-hub-app * { box-sizing: border-box; }
.tec-hub-shell { max-width: 1240px; margin: 32px auto 64px; padding: 0 24px; }
.tec-hub-app { max-width: 1480px; margin: 0 auto; background: var(--tec-hub-soft); min-height: 760px; }

.tec-hub-brand-hero { display: grid; grid-template-columns: 132px minmax(0,1fr); gap: 30px; align-items: center; padding: 48px; background: var(--tec-hub-ink); color: var(--tec-hub-white); border-left: 8px solid var(--tec-hub-accent); }
.tec-hub-brand-mark { width: 132px; height: 132px; display: grid; place-items: center; }
.tec-hub-brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.tec-hub-brand-mark span { width: 100px; height: 100px; border: 2px solid var(--tec-hub-white); border-radius: 50%; display: grid; place-items: center; font-weight: 800; }
.tec-hub-brand-hero h1 { color: inherit; font-size: clamp(2.2rem,5vw,4.5rem); line-height: .98; letter-spacing: -.04em; margin: 6px 0 14px; max-width: 900px; }
.tec-hub-brand-hero p { color: rgba(255,255,255,.76); font-size: 1.18rem; margin: 0; max-width: 760px; }
.tec-hub-eyebrow { display: inline-block; color: var(--tec-hub-accent); text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .15em; }

.tec-hub-public-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; margin-top: 24px; }
.tec-hub-panel { background: var(--tec-hub-white); border: 1px solid var(--tec-hub-line); padding: 30px; box-shadow: 0 1px 0 rgba(0,0,0,.02); }
.tec-hub-intro-panel h2, .tec-hub-login-panel h2, .tec-hub-panel h2 { margin: 4px 0 12px; letter-spacing: -.025em; }
.tec-hub-intro-panel p { color: var(--tec-hub-muted); font-size: 1.05rem; max-width: 680px; }
.tec-hub-dark-panel { background: var(--tec-hub-ink); color: var(--tec-hub-white); border-color: var(--tec-hub-ink); }
.tec-hub-dark-panel h2 { color: var(--tec-hub-white); font-size: clamp(1.7rem,3vw,2.6rem); }
.tec-hub-dark-panel p { color: rgba(255,255,255,.72); }

.tec-hub-button,
.tec-hub-app input[type="submit"] { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 20px; border: 1px solid var(--tec-hub-ink); background: var(--tec-hub-ink); color: var(--tec-hub-white) !important; text-decoration: none !important; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: .78rem; border-radius: var(--tec-hub-radius); cursor: pointer; transition: .18s ease; }
.tec-hub-button:hover, .tec-hub-app input[type="submit"]:hover { background: var(--tec-hub-accent); border-color: var(--tec-hub-accent); color: var(--tec-hub-ink) !important; transform: translateY(-1px); }
.tec-hub-button-light { background: var(--tec-hub-white); border-color: var(--tec-hub-white); color: var(--tec-hub-ink) !important; }
.tec-hub-button-large { min-height: 54px; padding: 15px 26px; }

.tec-hub-login-panel form p { margin: 0 0 16px; }
.tec-hub-login-panel label, .tec-hub-field span { display: block; font-weight: 700; font-size: .9rem; margin-bottom: 7px; }
.tec-hub-login-panel input[type="text"], .tec-hub-login-panel input[type="password"],
.tec-hub-field input:not([type="file"]), .tec-hub-field textarea,
.tec-hub-directory-controls input { width: 100%; min-height: 48px; border: 1px solid #cfcfcf; background: #fff; padding: 11px 13px; border-radius: var(--tec-hub-radius); font: inherit; }
.tec-hub-field textarea { min-height: 120px; resize: vertical; }
.tec-hub-field input:focus, .tec-hub-field textarea:focus, .tec-hub-directory-controls input:focus { outline: 2px solid color-mix(in srgb, var(--tec-hub-accent) 40%, transparent); border-color: var(--tec-hub-accent); }

.tec-hub-form-panel { margin-top: 24px; padding: 42px; }
.tec-hub-form { max-width: 100%; }
.tec-hub-grid { display: grid; gap: 20px; }
.tec-hub-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tec-hub-field-full { grid-column: 1 / -1; }
.tec-hub-field small { display: block; color: var(--tec-hub-muted); margin-top: 5px; }
.tec-hub-section-heading { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: start; padding-top: 34px; margin: 34px 0 20px; border-top: 1px solid var(--tec-hub-line); }
.tec-hub-section-heading:first-of-type { padding-top: 0; margin-top: 0; border-top: 0; }
.tec-hub-section-heading > span { width: 42px; height: 42px; display: grid; place-items: center; background: var(--tec-hub-accent); font-weight: 900; }
.tec-hub-section-heading h2 { margin: 0; font-size: 1.45rem; }
.tec-hub-section-heading p { margin: 3px 0 0; color: var(--tec-hub-muted); }
.tec-hub-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin-bottom: 12px; }
.tec-hub-category-grid label { display: flex; gap: 10px; align-items: flex-start; padding: 12px; border: 1px solid var(--tec-hub-line); background: #fff; cursor: pointer; }
.tec-hub-category-grid input { margin-top: 4px; accent-color: var(--tec-hub-accent); }
.tec-hub-consent { display: flex; gap: 10px; align-items: flex-start; margin: 24px 0; color: var(--tec-hub-muted); }
.tec-hub-consent input { margin-top: 5px; accent-color: var(--tec-hub-accent); }
.tec-hub-form-note { color: var(--tec-hub-muted); font-size: .9rem; }
.tec-hub-form-subhead { margin: 36px 0 16px; padding-top: 24px; border-top: 1px solid var(--tec-hub-line); font-size: 1.2rem; }
.tec-hub-company-logo-preview { display: block; width: 110px; max-height: 85px; object-fit: contain; margin: 0 0 12px; border: 1px solid var(--tec-hub-line); padding: 8px; background: #fff; }

.tec-hub-notice { margin: 0 0 20px; padding: 14px 16px; border-left: 4px solid var(--tec-hub-accent); background: #f7fbf0; }
.tec-hub-notice.is-error { border-color: #b42318; background: #fff4f2; }

.tec-hub-app-header { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 18px 28px; background: var(--tec-hub-ink); color: #fff; border-bottom: 4px solid var(--tec-hub-accent); }
.tec-hub-app-brand { display: flex; align-items: center; gap: 12px; color: #fff !important; text-decoration: none !important; }
.tec-hub-app-brand img { width: 52px; height: 52px; object-fit: contain; }
.tec-hub-app-brand span { display: flex; flex-direction: column; line-height: 1.05; font-size: .88rem; text-transform: uppercase; letter-spacing: .07em; }
.tec-hub-app-brand strong { font-size: 1rem; }
.tec-hub-user-chip { display: flex; align-items: center; gap: 12px; font-size: .88rem; }
.tec-hub-user-chip a { color: var(--tec-hub-accent) !important; }
.tec-hub-app-layout { display: grid; grid-template-columns: 235px minmax(0,1fr); min-height: 700px; }
.tec-hub-nav { padding: 24px 14px; background: #e9ebe6; border-right: 1px solid var(--tec-hub-line); }
.tec-hub-nav a { display: flex; gap: 10px; align-items: center; padding: 12px 13px; margin-bottom: 5px; color: var(--tec-hub-ink) !important; text-decoration: none !important; font-weight: 700; border-left: 3px solid transparent; }
.tec-hub-nav a:hover, .tec-hub-nav a.is-active { background: #fff; border-left-color: var(--tec-hub-accent); }
.tec-hub-nav a span { width: 20px; text-align: center; color: #555; }
.tec-hub-main { padding: 38px; min-width: 0; }
.tec-hub-welcome { max-width: 820px; margin-bottom: 28px; }
.tec-hub-welcome h1, .tec-hub-page-heading h1 { margin: 5px 0 10px; font-size: clamp(2rem,4vw,3.6rem); line-height: 1; letter-spacing: -.045em; }
.tec-hub-welcome p, .tec-hub-page-heading p { color: var(--tec-hub-muted); font-size: 1.05rem; }
.tec-hub-page-heading { max-width: 840px; margin-bottom: 24px; }

.tec-hub-stat-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-bottom: 20px; }
.tec-hub-stat { position: relative; display: grid; padding: 22px; min-height: 138px; background: #fff; border: 1px solid var(--tec-hub-line); color: var(--tec-hub-ink) !important; text-decoration: none !important; }
.tec-hub-stat:after { content: ''; position: absolute; left: 0; top: 0; width: 5px; height: 100%; background: var(--tec-hub-accent); opacity: .9; }
.tec-hub-stat span { text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 800; }
.tec-hub-stat strong { align-self: end; font-size: 2rem; letter-spacing: -.04em; }
.tec-hub-stat small { color: var(--tec-hub-muted); }
.tec-hub-dashboard-grid { align-items: stretch; }
.tec-hub-panel-title { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 16px; }
.tec-hub-panel-title h2 { margin: 3px 0 0; }
.tec-hub-panel-title a, .tec-hub-text-link { color: var(--tec-hub-ink) !important; font-weight: 800; text-decoration: none !important; border-bottom: 2px solid var(--tec-hub-accent); }

.tec-hub-document-list { display: grid; }
.tec-hub-document { display: grid; grid-template-columns: 50px minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 15px 0; border-top: 1px solid var(--tec-hub-line); }
.tec-hub-document:first-child { border-top: 0; }
.tec-hub-document-icon { width: 44px; height: 44px; display: grid; place-items: center; background: var(--tec-hub-soft); border: 1px solid var(--tec-hub-line); font-size: .65rem; font-weight: 900; }
.tec-hub-document h3 { font-size: 1rem; margin: 0 0 3px; }
.tec-hub-document p { color: var(--tec-hub-muted); margin: 0 0 5px; }
.tec-hub-document small { color: var(--tec-hub-muted); }
.tec-hub-empty { padding: 26px; background: #fafafa; border: 1px dashed #c9c9c9; }
.tec-hub-empty p { margin-bottom: 0; color: var(--tec-hub-muted); }

.tec-hub-directory-controls { margin-bottom: 16px; }
.tec-hub-directory { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.tec-hub-partner-card { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 18px; padding: 22px; background: #fff; border: 1px solid var(--tec-hub-line); }
.tec-hub-partner-logo { width: 82px; height: 82px; display: grid; place-items: center; background: var(--tec-hub-ink); color: #fff; font-size: 1.8rem; font-weight: 900; }
.tec-hub-partner-logo img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.tec-hub-partner-card h2 { font-size: 1.2rem; margin: 0 0 2px; }
.tec-hub-partner-card p { margin: 0 0 10px; color: var(--tec-hub-muted); }
.tec-hub-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.tec-hub-tags span { padding: 4px 7px; background: var(--tec-hub-soft); font-size: .7rem; font-weight: 700; }
.tec-hub-partner-contact { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.tec-hub-partner-contact a { font-size: .82rem; color: var(--tec-hub-ink) !important; }

@media (max-width: 980px) {
    .tec-hub-public-grid, .tec-hub-grid-2, .tec-hub-directory { grid-template-columns: 1fr; }
    .tec-hub-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .tec-hub-app-layout { grid-template-columns: 1fr; }
    .tec-hub-nav { display: flex; overflow-x: auto; padding: 10px; border-right: 0; border-bottom: 1px solid var(--tec-hub-line); }
    .tec-hub-nav a { flex: 0 0 auto; margin: 0 5px 0 0; border-left: 0; border-bottom: 3px solid transparent; }
    .tec-hub-nav a:hover, .tec-hub-nav a.is-active { border-left: 0; border-bottom-color: var(--tec-hub-accent); }
}

@media (max-width: 680px) {
    .tec-hub-shell { padding: 0 14px; margin-top: 14px; }
    .tec-hub-brand-hero { grid-template-columns: 70px minmax(0,1fr); gap: 16px; padding: 28px 22px; }
    .tec-hub-brand-mark { width: 70px; height: 70px; }
    .tec-hub-form-panel, .tec-hub-panel, .tec-hub-main { padding: 22px; }
    .tec-hub-category-grid, .tec-hub-stat-grid { grid-template-columns: 1fr; }
    .tec-hub-app-header { align-items: flex-start; padding: 15px; }
    .tec-hub-user-chip { flex-direction: column; align-items: flex-end; gap: 3px; }
    .tec-hub-document { grid-template-columns: 44px minmax(0,1fr); }
    .tec-hub-document .tec-hub-text-link { grid-column: 2; justify-self: start; }
    .tec-hub-partner-card { grid-template-columns: 58px minmax(0,1fr); }
    .tec-hub-partner-logo { width: 58px; height: 58px; }
}

/* v0.2: company profiles, matching and opportunity marketplace */
.tec-hub-field select { width: 100%; min-height: 48px; border: 1px solid #cfcfcf; background: #fff; padding: 11px 13px; border-radius: var(--tec-hub-radius); font: inherit; }
.tec-hub-choice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-bottom: 18px; }
.tec-hub-choice-grid label { display: flex; gap: 9px; align-items: flex-start; padding: 11px 12px; border: 1px solid var(--tec-hub-line); background: #fff; cursor: pointer; }
.tec-hub-choice-grid input { margin-top: 4px; accent-color: var(--tec-hub-accent); }
.tec-hub-progress { height: 8px; width: 100%; max-width: 840px; background: #ddd; overflow: hidden; margin: 0 0 7px; }
.tec-hub-progress > div { height: 100%; background: var(--tec-hub-accent); }
.tec-hub-progress-label { margin: 0 0 24px; color: var(--tec-hub-muted); font-size: .83rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.tec-hub-current-logo { display: inline-flex; align-items: center; justify-content: center; width: 110px; height: 90px; margin: 0 0 10px; padding: 8px; border: 1px solid var(--tec-hub-line); background: #fff; }
.tec-hub-current-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.tec-hub-panel-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 18px; }
.tec-hub-panel-head h2 { margin: 3px 0 0; }
.tec-hub-panel-head p { margin: 4px 0 0; color: var(--tec-hub-muted); }
.tec-hub-dashboard-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }

.tec-hub-match-list, .tec-hub-job-list { display: grid; gap: 12px; }
.tec-hub-match-card { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 18px; align-items: start; padding: 18px; border: 1px solid var(--tec-hub-line); background: #fff; }
.tec-hub-match-score, .tec-hub-job-score, .tec-hub-large-score { display: grid; place-items: center; align-content: center; background: var(--tec-hub-ink); color: #fff; min-height: 74px; text-align: center; }
.tec-hub-match-score strong, .tec-hub-job-score strong, .tec-hub-large-score strong { display: block; font-size: 1.55rem; line-height: 1; letter-spacing: -.04em; }
.tec-hub-match-score span, .tec-hub-job-score span, .tec-hub-large-score span { display: block; margin-top: 4px; color: var(--tec-hub-accent); font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.tec-hub-match-copy h3 { margin: 0 0 6px; font-size: 1.15rem; }
.tec-hub-match-copy p { margin: 0 0 10px; color: var(--tec-hub-muted); }
.tec-hub-match-reasons { margin: 8px 0 12px; padding-left: 18px; color: #484848; font-size: .86rem; }
.tec-hub-match-reasons li { margin-bottom: 3px; }
.tec-hub-match-list.is-compact .tec-hub-match-card { grid-template-columns: 68px minmax(0,1fr); padding: 14px; }
.tec-hub-match-list.is-compact .tec-hub-match-score { min-height: 62px; }

.tec-hub-jobs-layout { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(320px,.7fr); gap: 20px; align-items: start; }
.tec-hub-job-card { display: grid; grid-template-columns: 76px minmax(0,1fr) auto; gap: 16px; align-items: center; padding: 17px 0; border-top: 1px solid var(--tec-hub-line); }
.tec-hub-job-card:first-child { border-top: 0; }
.tec-hub-job-score { min-height: 68px; }
.tec-hub-job-copy h3 { margin: 2px 0 5px; font-size: 1.13rem; }
.tec-hub-job-copy h3 a { color: var(--tec-hub-ink) !important; text-decoration: none !important; }
.tec-hub-kicker { color: var(--tec-hub-accent); text-transform: uppercase; letter-spacing: .08em; font-size: .65rem; font-weight: 900; }
.tec-hub-job-meta { color: var(--tec-hub-muted); margin: 0 0 5px !important; font-size: .85rem; }
.tec-hub-job-post-panel details > summary { list-style: none; width: max-content; }
.tec-hub-job-post-panel details > summary::-webkit-details-marker { display: none; }
.tec-hub-button-secondary { background: #fff; color: var(--tec-hub-ink) !important; }
.tec-hub-inline-form { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--tec-hub-line); }
.tec-hub-job-detail { max-width: 960px; }
.tec-hub-job-detail-head { display: grid; grid-template-columns: minmax(0,1fr) 110px; gap: 24px; align-items: start; }
.tec-hub-job-detail-head h1 { margin: 4px 0 5px; font-size: clamp(2rem,4vw,3.2rem); letter-spacing: -.04em; line-height: 1; }
.tec-hub-job-detail-head p { color: var(--tec-hub-muted); }
.tec-hub-large-score { min-height: 104px; }
.tec-hub-large-score strong { font-size: 2rem; }
.tec-hub-job-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 24px 0; }
.tec-hub-job-facts span { padding: 13px; background: var(--tec-hub-soft); font-size: .87rem; }
.tec-hub-job-facts strong { display: block; margin-bottom: 3px; text-transform: uppercase; letter-spacing: .06em; font-size: .63rem; }
.tec-hub-job-description { font-size: 1rem; line-height: 1.65; }
.tec-hub-match-explanation { margin: 24px 0; padding: 18px 20px; border-left: 4px solid var(--tec-hub-accent); background: #f7fbf0; }
.tec-hub-match-explanation h3 { margin: 0 0 8px; }
.tec-hub-match-explanation ul { margin-bottom: 0; }
.tec-hub-interest-form { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--tec-hub-line); }
.tec-hub-response-count { margin-top: 22px; padding: 14px; background: var(--tec-hub-soft); }

@media (max-width: 1100px) {
    .tec-hub-jobs-layout, .tec-hub-dashboard-grid { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
    .tec-hub-choice-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
    .tec-hub-choice-grid { grid-template-columns: 1fr; }
    .tec-hub-match-card, .tec-hub-job-card { grid-template-columns: 62px minmax(0,1fr); }
    .tec-hub-job-card .tec-hub-text-link { grid-column: 2; justify-self: start; }
    .tec-hub-job-detail-head { grid-template-columns: 1fr; }
    .tec-hub-large-score { width: 104px; }
    .tec-hub-job-facts { grid-template-columns: 1fr; }
}
.tec-hub-incoming-connections { margin-bottom: 20px; }
.tec-hub-connection-request { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; align-items: center; padding: 15px 0; border-top: 1px solid var(--tec-hub-line); }
.tec-hub-connection-request:first-of-type { border-top: 0; }
.tec-hub-connection-request h3 { margin: 0 0 4px; }
.tec-hub-connection-request p { margin: 0; color: var(--tec-hub-muted); }
.tec-hub-connection-actions { display: flex; gap: 8px; }
.tec-hub-connect-details { margin-top: 13px; }
.tec-hub-connect-details summary { cursor: pointer; width: max-content; list-style: none; }
.tec-hub-connect-details summary::-webkit-details-marker { display: none; }
.tec-hub-connect-form { margin-top: 12px; padding: 14px; background: var(--tec-hub-soft); }
.tec-hub-connection-status { margin: 12px 0 0 !important; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
@media (max-width: 680px) { .tec-hub-connection-request { grid-template-columns: 1fr; } .tec-hub-connection-actions { flex-wrap: wrap; } }
.tec-hub-owner-tools { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--tec-hub-line); }
.tec-hub-job-status-form { display: grid; grid-template-columns: minmax(220px,360px) auto; gap: 10px; align-items: end; margin-top: 14px; }
.tec-hub-response-list { display: grid; gap: 10px; margin-top: 18px; }
.tec-hub-response-card { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 16px; padding: 14px; border: 1px solid var(--tec-hub-line); background: #fff; }
.tec-hub-response-card h3 { margin: 0 0 5px; }
.tec-hub-response-card p { margin: 0 0 5px; color: var(--tec-hub-muted); }
.tec-hub-response-card small { color: var(--tec-hub-muted); }
@media (max-width: 680px) { .tec-hub-job-status-form { grid-template-columns: 1fr; } }

/* v0.3: native TEC website integration. The Hub is a site section, not a nested app. */
.tec-partnership-hub-page .entry-title,
.tec-partnership-hub-page .page-title { display: block; }
.tec-partnership-hub-page .post-edit-link { display: none; }

.tec-hub-site-section,
.tec-hub-native {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    color: inherit;
}

.tec-hub-page-intro {
    max-width: 820px;
    margin: 0 0 32px;
}
.tec-hub-page-intro p {
    margin: 8px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 1.05rem;
    line-height: 1.65;
}

.tec-hub-native-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    margin: 0 0 42px;
    border-top: 1px solid rgba(140,198,63,.45);
    border-bottom: 1px solid rgba(140,198,63,.45);
}
.tec-hub-native-nav-links {
    display: flex;
    align-items: stretch;
    gap: 0;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}
.tec-hub-native-nav-links::-webkit-scrollbar { display: none; }
.tec-hub-native-nav a {
    position: relative;
    flex: 0 0 auto;
    padding: 17px 14px 15px;
    color: rgba(255,255,255,.78) !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-size: .74rem;
    font-weight: 700;
    border: 0;
    background: transparent;
}
.tec-hub-native-nav-links a:first-child { padding-left: 0; }
.tec-hub-native-nav-links a:hover,
.tec-hub-native-nav-links a.is-active { color: var(--tec-hub-accent) !important; }
.tec-hub-native-nav-links a.is-active:after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: -1px;
    height: 2px;
    background: var(--tec-hub-accent);
}
.tec-hub-native-nav-links a:first-child.is-active:after { left: 0; }
.tec-hub-native-account {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    padding-left: 18px;
    color: rgba(255,255,255,.56);
    white-space: nowrap;
    font-size: .74rem;
}
.tec-hub-native-account a {
    padding-left: 0;
    padding-right: 0;
    color: var(--tec-hub-accent) !important;
}

.tec-hub-main-native {
    padding: 0;
    min-width: 0;
    background: transparent;
}
.tec-hub-native .tec-hub-page-heading {
    max-width: 900px;
    margin-bottom: 34px;
}
.tec-hub-native .tec-hub-page-heading h1 {
    color: var(--tec-hub-accent);
    font-weight: inherit;
}
.tec-hub-native .tec-hub-page-heading p,
.tec-hub-native .tec-hub-panel p,
.tec-hub-native .tec-hub-match-copy p,
.tec-hub-native .tec-hub-job-meta,
.tec-hub-native .tec-hub-document p,
.tec-hub-native .tec-hub-document small,
.tec-hub-native .tec-hub-response-card p,
.tec-hub-native .tec-hub-response-card small {
    color: rgba(255,255,255,.66);
}
.tec-hub-native .tec-hub-panel,
.tec-hub-site-section .tec-hub-panel {
    background: rgba(255,255,255,.025);
    color: #fff;
    border: 1px solid rgba(255,255,255,.13);
    box-shadow: none;
}
.tec-hub-native .tec-hub-panel h2,
.tec-hub-native .tec-hub-panel h3,
.tec-hub-site-section .tec-hub-panel h2,
.tec-hub-site-section .tec-hub-panel h3 { color: #fff; }

.tec-hub-native .tec-hub-stat {
    background: rgba(255,255,255,.025);
    color: #fff !important;
    border-color: rgba(255,255,255,.13);
}
.tec-hub-native .tec-hub-stat span { color: rgba(255,255,255,.66); }
.tec-hub-native .tec-hub-stat strong { color: var(--tec-hub-accent); }

.tec-hub-native .tec-hub-match-card,
.tec-hub-native .tec-hub-response-card,
.tec-hub-native .tec-hub-partner-card {
    background: rgba(255,255,255,.02);
    border-color: rgba(255,255,255,.13);
    color: #fff;
}
.tec-hub-native .tec-hub-match-copy h3,
.tec-hub-native .tec-hub-job-copy h3,
.tec-hub-native .tec-hub-job-copy h3 a,
.tec-hub-native .tec-hub-partner-card h2,
.tec-hub-native .tec-hub-response-card h3 { color: #fff !important; }
.tec-hub-native .tec-hub-match-score,
.tec-hub-native .tec-hub-job-score,
.tec-hub-native .tec-hub-large-score {
    background: #050505;
    border: 1px solid rgba(140,198,63,.45);
}
.tec-hub-native .tec-hub-tags span,
.tec-hub-native .tec-hub-job-facts span,
.tec-hub-native .tec-hub-connect-form,
.tec-hub-native .tec-hub-response-count,
.tec-hub-native .tec-hub-match-explanation {
    background: rgba(255,255,255,.06);
    color: #fff;
}
.tec-hub-native .tec-hub-job-card,
.tec-hub-native .tec-hub-document,
.tec-hub-native .tec-hub-connection-request,
.tec-hub-native .tec-hub-inline-form,
.tec-hub-native .tec-hub-interest-form,
.tec-hub-native .tec-hub-owner-tools,
.tec-hub-native .tec-hub-form-subhead,
.tec-hub-native .tec-hub-section-heading {
    border-color: rgba(255,255,255,.13);
}
.tec-hub-native .tec-hub-text-link,
.tec-hub-native .tec-hub-partner-contact a,
.tec-hub-native .tec-hub-panel-title a { color: var(--tec-hub-accent) !important; }
.tec-hub-native .tec-hub-empty {
    background: rgba(255,255,255,.02);
    border-color: rgba(255,255,255,.2);
    color: #fff;
}
.tec-hub-native .tec-hub-progress { background: rgba(255,255,255,.12); }
.tec-hub-native .tec-hub-progress-label { color: rgba(255,255,255,.62); }
.tec-hub-native .tec-hub-choice-grid label,
.tec-hub-native .tec-hub-category-grid label {
    background: rgba(255,255,255,.035);
    color: #fff;
    border-color: rgba(255,255,255,.13);
}
.tec-hub-native .tec-hub-current-logo,
.tec-hub-native .tec-hub-company-logo-preview { background: #fff; }

.tec-hub-site-section .tec-hub-public-grid { margin-top: 0; }
.tec-hub-site-section .tec-hub-intro-panel p { color: rgba(255,255,255,.68); }
.tec-hub-site-section .tec-hub-login-panel label { color: #fff; }
.tec-hub-site-section .tec-hub-form-panel { margin-top: 0; }
.tec-hub-site-section .tec-hub-form-note,
.tec-hub-site-section .tec-hub-field small,
.tec-hub-site-section .tec-hub-section-heading p,
.tec-hub-site-section .tec-hub-consent { color: rgba(255,255,255,.64); }
.tec-hub-site-section .tec-hub-section-heading,
.tec-hub-site-section .tec-hub-form-subhead { border-color: rgba(255,255,255,.13); }
.tec-hub-site-section .tec-hub-category-grid label {
    background: rgba(255,255,255,.035);
    color: #fff;
    border-color: rgba(255,255,255,.13);
}

@media (max-width: 1080px) {
    .tec-hub-native-nav { align-items: stretch; flex-direction: column; gap: 0; }
    .tec-hub-native-account {
        justify-content: flex-end;
        padding: 0 0 10px;
    }
}
@media (max-width: 680px) {
    .tec-hub-native-nav { margin-bottom: 28px; }
    .tec-hub-native-nav a { padding: 14px 11px 12px; font-size: .68rem; }
    .tec-hub-native-nav-links a:first-child { padding-left: 0; }
    .tec-hub-native-account { justify-content: space-between; }
    .tec-hub-native .tec-hub-panel,
    .tec-hub-site-section .tec-hub-panel { padding: 20px 0; border-left: 0; border-right: 0; }
    .tec-hub-native .tec-hub-stat-grid { gap: 0; }
    .tec-hub-native .tec-hub-stat { border-left: 0; border-right: 0; }
}

/* v0.4: make the Hub read as native TEC website functionality, not a nested product UI. */
.tec-partnership-hub-page .entry-title,
.tec-partnership-hub-page .page-title,
.tec-partnership-hub-page .fl-post-header,
.tec-partnership-hub-page .post-edit-link {
    display: none !important;
}

.tec-hub-native,
.tec-hub-site-section {
    font-size: 16px;
    line-height: 1.55;
}

.tec-hub-native .tec-hub-eyebrow,
.tec-hub-site-section .tec-hub-eyebrow,
.tec-hub-native .tec-hub-kicker,
.tec-hub-site-section .tec-hub-kicker {
    font-size: 11px;
}

.tec-hub-native small,
.tec-hub-site-section small,
.tec-hub-native .tec-hub-document-icon,
.tec-hub-site-section .tec-hub-document-icon,
.tec-hub-native .tec-hub-job-facts strong,
.tec-hub-site-section .tec-hub-job-facts strong,
.tec-hub-native .tec-hub-match-score span,
.tec-hub-site-section .tec-hub-match-score span,
.tec-hub-native .tec-hub-job-score span,
.tec-hub-site-section .tec-hub-job-score span,
.tec-hub-native .tec-hub-large-score span {
    font-size: 10px;
}

.tec-hub-native .tec-hub-stat span,
.tec-hub-native .tec-hub-tags span,
.tec-hub-native .tec-hub-progress-label,
.tec-hub-native .tec-hub-connection-status,
.tec-hub-site-section .tec-hub-form-note {
    font-size: 11px;
}

.tec-hub-native-nav {
    margin: 0 0 44px;
    border-top: 0;
    border-bottom: 1px solid rgba(140,198,63,.55);
}
.tec-hub-native-nav a {
    padding: 16px 16px 14px;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .055em;
}
.tec-hub-native-nav-links a:first-child {
    padding-left: 0;
}
.tec-hub-native-nav-links a.is-active:after {
    left: 16px;
    right: 16px;
    height: 2px;
}
.tec-hub-native-nav-links a:first-child.is-active:after {
    left: 0;
}
.tec-hub-native-account {
    gap: 14px;
    font-size: 12px;
    line-height: 1.2;
}
.tec-hub-native-account a {
    font-size: 12px;
}

.tec-hub-native .tec-hub-page-heading,
.tec-hub-site-section .tec-hub-page-intro {
    max-width: 920px;
}
.tec-hub-native .tec-hub-page-heading h1,
.tec-hub-site-section h1 {
    margin-top: 7px;
    line-height: 1.04;
}
.tec-hub-native .tec-hub-page-heading p,
.tec-hub-site-section p {
    font-size: 16px;
}

/* Form controls follow the TEC black/green language. */
.tec-hub-native input[type="text"],
.tec-hub-native input[type="email"],
.tec-hub-native input[type="url"],
.tec-hub-native input[type="tel"],
.tec-hub-native input[type="number"],
.tec-hub-native input[type="password"],
.tec-hub-native input[type="search"],
.tec-hub-native textarea,
.tec-hub-native select,
.tec-hub-site-section input[type="text"],
.tec-hub-site-section input[type="email"],
.tec-hub-site-section input[type="url"],
.tec-hub-site-section input[type="tel"],
.tec-hub-site-section input[type="number"],
.tec-hub-site-section input[type="password"],
.tec-hub-site-section input[type="search"],
.tec-hub-site-section textarea,
.tec-hub-site-section select {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid var(--tec-hub-accent) !important;
    border-radius: 0;
    outline: 0;
    background: #000 !important;
    color: #fff !important;
    box-shadow: none !important;
    font: inherit;
    font-size: 16px;
    caret-color: #fff;
    transition: border-color .16s ease, box-shadow .16s ease;
}
.tec-hub-native textarea,
.tec-hub-site-section textarea {
    min-height: 128px;
}
.tec-hub-native input::placeholder,
.tec-hub-native textarea::placeholder,
.tec-hub-site-section input::placeholder,
.tec-hub-site-section textarea::placeholder {
    color: rgba(255,255,255,.42);
    opacity: 1;
}
.tec-hub-native input:focus,
.tec-hub-native textarea:focus,
.tec-hub-native select:focus,
.tec-hub-site-section input:focus,
.tec-hub-site-section textarea:focus,
.tec-hub-site-section select:focus {
    border-color: #fff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 1px #fff !important;
}
.tec-hub-native input:-webkit-autofill,
.tec-hub-native input:-webkit-autofill:hover,
.tec-hub-native input:-webkit-autofill:focus,
.tec-hub-site-section input:-webkit-autofill,
.tec-hub-site-section input:-webkit-autofill:hover,
.tec-hub-site-section input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #000 inset !important;
    border: 1px solid var(--tec-hub-accent) !important;
}
.tec-hub-native .tec-hub-field > span,
.tec-hub-site-section .tec-hub-field > span,
.tec-hub-site-section .tec-hub-login-card label {
    margin-bottom: 8px;
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
}
.tec-hub-native .tec-hub-field small,
.tec-hub-site-section .tec-hub-field small {
    margin-top: 7px;
    color: rgba(255,255,255,.62);
    font-size: 12px;
}
.tec-hub-native input[type="file"],
.tec-hub-site-section input[type="file"] {
    color: rgba(255,255,255,.8);
    font-size: 13px;
}

/* Buttons use TEC green as the primary action rather than disappearing into the black page. */
.tec-hub-native .tec-hub-button,
.tec-hub-site-section .tec-hub-button,
.tec-hub-site-section input[type="submit"] {
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid var(--tec-hub-accent);
    border-radius: 0;
    background: var(--tec-hub-accent);
    color: #000 !important;
    font-size: 12px;
    line-height: 1.2;
}
.tec-hub-native .tec-hub-button:hover,
.tec-hub-site-section .tec-hub-button:hover,
.tec-hub-site-section input[type="submit"]:hover,
.tec-hub-native .tec-hub-button:focus-visible,
.tec-hub-site-section .tec-hub-button:focus-visible {
    border-color: #fff;
    background: #000;
    color: #fff !important;
    transform: none;
}
.tec-hub-native .tec-hub-button-secondary {
    border-color: rgba(255,255,255,.45);
    background: transparent;
    color: #fff !important;
}

/* Remove the giant bordered app-form container. Sections now live directly on the TEC page. */
.tec-hub-native form.tec-hub-panel {
    padding: 0;
    border: 0;
    background: transparent;
}
.tec-hub-native .tec-hub-section-heading {
    grid-template-columns: 42px minmax(0,1fr);
    gap: 18px;
    margin-top: 46px;
    padding-top: 30px;
    border-top: 1px solid rgba(140,198,63,.45);
}
.tec-hub-native .tec-hub-section-heading:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.tec-hub-native .tec-hub-section-heading > span,
.tec-hub-site-section .tec-hub-section-heading > span {
    width: 38px;
    height: 38px;
    border: 1px solid var(--tec-hub-accent);
    background: transparent;
    color: var(--tec-hub-accent);
    font-size: 13px;
}
.tec-hub-native .tec-hub-section-heading h2,
.tec-hub-site-section .tec-hub-section-heading h2 {
    font-size: 22px;
    line-height: 1.2;
}
.tec-hub-native .tec-hub-section-heading p,
.tec-hub-site-section .tec-hub-section-heading p {
    color: rgba(255,255,255,.62);
    font-size: 14px;
}
.tec-hub-native .tec-hub-form-subhead,
.tec-hub-site-section .tec-hub-form-subhead {
    font-size: 16px;
}
.tec-hub-native .tec-hub-category-grid label,
.tec-hub-native .tec-hub-choice-grid label,
.tec-hub-site-section .tec-hub-category-grid label,
.tec-hub-site-section .tec-hub-choice-grid label {
    min-height: 48px;
    border: 1px solid rgba(140,198,63,.55);
    background: #000;
    color: #fff;
    font-size: 13px;
    transition: border-color .16s ease, background .16s ease;
}
.tec-hub-native .tec-hub-category-grid label:has(input:checked),
.tec-hub-native .tec-hub-choice-grid label:has(input:checked),
.tec-hub-site-section .tec-hub-category-grid label:has(input:checked),
.tec-hub-site-section .tec-hub-choice-grid label:has(input:checked) {
    border-color: #fff;
    background: rgba(140,198,63,.12);
}

/* Notices must remain legible on the dark site. */
.tec-hub-native .tec-hub-notice,
.tec-hub-site-section .tec-hub-notice {
    padding: 17px 18px;
    border-top: 1px solid rgba(140,198,63,.45);
    border-right: 1px solid rgba(140,198,63,.45);
    border-bottom: 1px solid rgba(140,198,63,.45);
    border-left: 4px solid var(--tec-hub-accent);
    background: rgba(140,198,63,.06);
    color: #fff;
    font-size: 14px;
}
.tec-hub-native .tec-hub-notice a,
.tec-hub-site-section .tec-hub-notice a {
    color: var(--tec-hub-accent) !important;
}
.tec-hub-native .tec-hub-notice.is-error,
.tec-hub-site-section .tec-hub-notice.is-error {
    border-color: #d65d50;
    background: rgba(214,93,80,.08);
}

/* Logged-out experience. */
.tec-hub-public-home,
.tec-hub-join {
    padding-top: 12px;
}
.tec-hub-login-experience {
    display: grid;
    grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr);
    gap: clamp(34px,6vw,86px);
    align-items: center;
    padding: clamp(34px,6vw,76px) 0 clamp(50px,8vw,96px);
}
.tec-hub-login-story h1,
.tec-hub-join-hero h1 {
    max-width: 780px;
    margin: 10px 0 18px;
    color: var(--tec-hub-accent);
    font-size: clamp(42px,5vw,72px);
    line-height: .98;
    letter-spacing: -.035em;
}
.tec-hub-login-story > p,
.tec-hub-join-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 18px;
    line-height: 1.6;
}
.tec-hub-login-points {
    display: grid;
    gap: 0;
    margin: 34px 0 28px;
    border-top: 1px solid rgba(140,198,63,.45);
}
.tec-hub-login-points > div {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr);
    gap: 14px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(140,198,63,.28);
}
.tec-hub-login-points strong {
    color: var(--tec-hub-accent);
    font-size: 13px;
    letter-spacing: .08em;
}
.tec-hub-login-points span {
    color: #fff;
    font-size: 15px;
}
.tec-hub-login-join {
    font-size: 14px !important;
}
.tec-hub-login-join a,
.tec-hub-login-help {
    color: var(--tec-hub-accent) !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(140,198,63,.6);
}
.tec-hub-login-card {
    padding: clamp(28px,4vw,44px);
    border: 1px solid rgba(140,198,63,.7);
    background: linear-gradient(145deg, rgba(140,198,63,.055), rgba(255,255,255,.018));
}
.tec-hub-login-card h2 {
    margin: 8px 0 8px;
    color: #fff;
    font-size: clamp(30px,3vw,42px);
    line-height: 1.05;
}
.tec-hub-login-card > p {
    margin: 0 0 26px;
    color: rgba(255,255,255,.65);
    font-size: 15px;
}
.tec-hub-login-card form p {
    margin: 0 0 18px;
}
.tec-hub-login-card .login-remember label {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: rgba(255,255,255,.72);
    font-size: 13px;
}
.tec-hub-login-card input[type="checkbox"] {
    accent-color: var(--tec-hub-accent);
}
.tec-hub-login-card .login-submit {
    margin-bottom: 14px;
}
.tec-hub-login-card .login-submit input {
    width: 100%;
}
.tec-hub-login-help {
    display: inline-block;
    margin-top: 2px;
    font-size: 13px;
}

/* Registration page gets a real intro instead of another generic page title. */
.tec-hub-join-hero {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(280px,.5fr);
    gap: 42px;
    align-items: end;
    padding: 36px 0 42px;
    border-bottom: 1px solid rgba(140,198,63,.5);
}
.tec-hub-join-benefits {
    display: grid;
    gap: 10px;
    padding-bottom: 7px;
}
.tec-hub-join-benefits span {
    position: relative;
    padding-left: 20px;
    color: #fff;
    font-size: 14px;
}
.tec-hub-join-benefits span:before {
    content: '';
    position: absolute;
    left: 0;
    top: .62em;
    width: 7px;
    height: 7px;
    background: var(--tec-hub-accent);
}
.tec-hub-registration-panel {
    margin-top: 40px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

/* Dashboard onboarding. */
.tec-hub-next-up {
    display: grid;
    grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr);
    gap: clamp(26px,5vw,64px);
    margin: 0 0 34px;
    padding: clamp(28px,4vw,46px);
    border: 1px solid rgba(140,198,63,.75);
    background: linear-gradient(120deg, rgba(140,198,63,.09), rgba(255,255,255,.015));
}
.tec-hub-next-up h1 {
    max-width: 760px;
    margin: 7px 0 12px;
    color: var(--tec-hub-accent);
    font-size: clamp(34px,4vw,54px);
    line-height: 1.02;
    letter-spacing: -.03em;
}
.tec-hub-next-up-copy > p {
    max-width: 720px;
    margin: 0 0 21px;
    color: rgba(255,255,255,.72);
    font-size: 16px;
}
.tec-hub-next-progress {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 14px;
    align-items: center;
    margin: 0 0 22px;
}
.tec-hub-next-progress > div {
    height: 8px;
    overflow: hidden;
    background: rgba(255,255,255,.14);
}
.tec-hub-next-progress > div span {
    display: block;
    height: 100%;
    background: var(--tec-hub-accent);
}
.tec-hub-next-progress strong {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .07em;
    white-space: nowrap;
}
.tec-hub-milestones {
    align-self: stretch;
    border-top: 1px solid rgba(255,255,255,.14);
}
.tec-hub-milestone {
    display: grid;
    grid-template-columns: 40px minmax(0,1fr);
    gap: 12px;
    align-items: center;
    min-height: 62px;
    border-bottom: 1px solid rgba(255,255,255,.14);
    opacity: .62;
}
.tec-hub-milestone > span {
    color: rgba(255,255,255,.55);
    font-size: 12px;
    letter-spacing: .07em;
}
.tec-hub-milestone strong,
.tec-hub-milestone small {
    display: block;
}
.tec-hub-milestone strong {
    color: #fff;
    font-size: 14px;
}
.tec-hub-milestone small {
    margin-top: 2px;
    color: rgba(255,255,255,.52);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.tec-hub-milestone.is-current {
    opacity: 1;
}
.tec-hub-milestone.is-current > span,
.tec-hub-milestone.is-current small {
    color: var(--tec-hub-accent);
}
.tec-hub-milestone.is-complete {
    opacity: .82;
}
.tec-hub-milestone.is-complete > span:after {
    content: ' / done';
    color: var(--tec-hub-accent);
    font-size: 10px;
}

/* Core content remains open and website-like. */
.tec-hub-native .tec-hub-panel {
    border-color: rgba(140,198,63,.32);
    background: rgba(255,255,255,.012);
}
.tec-hub-native .tec-hub-stat {
    min-height: 146px;
    border-color: rgba(140,198,63,.32);
    background: rgba(255,255,255,.012);
}
.tec-hub-native .tec-hub-empty {
    padding: 26px;
    border: 1px solid rgba(140,198,63,.32);
    background: rgba(255,255,255,.012);
}
.tec-hub-native .tec-hub-empty strong {
    font-size: 17px;
}
.tec-hub-native .tec-hub-empty p {
    margin-top: 5px;
    font-size: 15px;
}

@media (max-width: 900px) {
    .tec-hub-login-experience,
    .tec-hub-join-hero,
    .tec-hub-next-up {
        grid-template-columns: 1fr;
    }
    .tec-hub-login-card {
        max-width: 620px;
    }
}

@media (max-width: 680px) {
    .tec-hub-native-nav {
        margin-bottom: 30px;
    }
    .tec-hub-native-nav a {
        padding: 14px 12px 12px;
        font-size: 12px;
    }
    .tec-hub-native-account,
    .tec-hub-native-account a {
        font-size: 12px;
    }
    .tec-hub-login-story h1,
    .tec-hub-join-hero h1 {
        font-size: 42px;
    }
    .tec-hub-login-story > p,
    .tec-hub-join-hero p {
        font-size: 16px;
    }
    .tec-hub-next-up {
        padding: 24px;
    }
    .tec-hub-next-up h1 {
        font-size: 34px;
    }
    .tec-hub-next-progress {
        grid-template-columns: 1fr;
    }
    .tec-hub-native .tec-hub-panel,
    .tec-hub-site-section .tec-hub-panel {
        padding-left: 0;
        padding-right: 0;
    }
    .tec-hub-login-card {
        padding: 24px;
    }
}

/* v0.8: concise, intent-led company intake. */
.tec-hub-profile-readiness {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin: -12px 0 34px;
}
.tec-hub-profile-readiness .tec-hub-progress { margin: 0; }
.tec-hub-profile-readiness > div:last-child {
    display: flex;
    align-items: baseline;
    gap: 7px;
    white-space: nowrap;
}
.tec-hub-profile-readiness strong { color: var(--tec-hub-accent); font-size: 22px; line-height: 1; }
.tec-hub-profile-readiness span { color: rgba(255,255,255,.65); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }

.tec-hub-company-intake .tec-hub-section-heading {
    margin-top: 52px;
    padding-top: 34px;
}
.tec-hub-company-intake .tec-hub-section-heading:first-of-type { margin-top: 0; padding-top: 0; }
.tec-hub-company-intake .tec-hub-form-question { margin: 28px 0 34px; }
.tec-hub-company-intake .tec-hub-form-question > h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
}
.tec-hub-company-intake .tec-hub-form-question > p {
    margin: 0 0 16px;
    color: rgba(255,255,255,.62);
    font-size: 14px;
    line-height: 1.5;
}
.tec-hub-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.tec-hub-compact-fields { margin-top: 26px; }

.tec-hub-radio-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 10px;
}
.tec-hub-radio-cards label {
    position: relative;
    display: block;
    min-width: 0;
    cursor: pointer;
}
.tec-hub-radio-cards input {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    opacity: 0;
    pointer-events: none;
}
.tec-hub-radio-cards label > span {
    display: block;
    min-height: 108px;
    padding: 18px;
    border: 1px solid rgba(140,198,63,.55);
    background: rgba(255,255,255,.02);
    transition: border-color .16s ease, background .16s ease, transform .16s ease;
}
.tec-hub-radio-cards label:hover > span { border-color: rgba(255,255,255,.7); }
.tec-hub-radio-cards input:focus-visible + span { outline: 2px solid #fff; outline-offset: 3px; }
.tec-hub-radio-cards input:checked + span {
    border-color: #fff;
    background: rgba(140,198,63,.14);
    box-shadow: inset 0 0 0 1px var(--tec-hub-accent);
}
.tec-hub-radio-cards strong {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
}
.tec-hub-radio-cards small {
    display: block;
    color: rgba(255,255,255,.64);
    font-size: 12px !important;
    line-height: 1.45;
}
.tec-hub-license-question { padding-top: 10px; }
.tec-hub-license-fields {
    margin-top: 18px;
    padding: 22px;
    border-left: 2px solid var(--tec-hub-accent);
    background: rgba(140,198,63,.06);
}
.tec-hub-license-fields[hidden],
.tec-hub-intake-branch[hidden] { display: none !important; }

.tec-hub-capability-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.tec-hub-capability-group {
    padding: 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.018);
}
.tec-hub-capability-group h4 {
    margin: 0 0 12px;
    color: var(--tec-hub-accent);
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .065em;
}
.tec-hub-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}
.tec-hub-chip-grid label {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 38px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    cursor: pointer;
}
.tec-hub-chip-grid label input {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    opacity: 0;
    pointer-events: none;
}
.tec-hub-chip-grid label span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid rgba(140,198,63,.5);
    background: #000;
    color: rgba(255,255,255,.82);
    font-size: 12px;
    line-height: 1.25;
    transition: border-color .16s ease, background .16s ease, color .16s ease;
}
.tec-hub-chip-grid label:hover span { border-color: #fff; color: #fff; }
.tec-hub-chip-grid label input:focus-visible + span { outline: 2px solid #fff; outline-offset: 2px; }
.tec-hub-chip-grid label input:checked + span {
    border-color: var(--tec-hub-accent);
    background: var(--tec-hub-accent);
    color: #000;
    font-weight: 700;
}
.tec-hub-chip-grid label input:disabled + span { opacity: .34; cursor: not-allowed; }
.tec-hub-selection-count {
    grid-column: 1 / -1;
    margin: 0;
    color: rgba(255,255,255,.55) !important;
    font-size: 12px !important;
}
.tec-hub-selection-count.is-limit { color: var(--tec-hub-accent) !important; }

.tec-hub-common-match-fields { padding-top: 4px; }
.tec-hub-choice-grid.tec-hub-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tec-hub-optional-details {
    margin: 20px 0 4px;
    border-top: 1px solid rgba(255,255,255,.11);
    border-bottom: 1px solid rgba(255,255,255,.11);
}
.tec-hub-optional-details summary {
    padding: 15px 0;
    color: var(--tec-hub-accent);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    list-style-position: inside;
}
.tec-hub-optional-details[open] { padding-bottom: 20px; }
.tec-hub-optional-details .tec-hub-field { margin-top: 4px; }

.tec-hub-sticky-save {
    position: sticky;
    bottom: 0;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 48px;
    padding: 16px 0;
    border-top: 1px solid rgba(140,198,63,.55);
    background: rgba(0,0,0,.94);
    backdrop-filter: blur(8px);
}
.tec-hub-sticky-save > div { min-width: 0; }
.tec-hub-sticky-save strong { display: block; color: #fff; font-size: 13px; }
.tec-hub-sticky-save span { display: block; margin-top: 2px; color: rgba(255,255,255,.55); font-size: 12px; }
.tec-hub-sticky-save .tec-hub-button { flex: 0 0 auto; }

.tec-hub-job-post-disabled { align-self: start; }

@media (max-width: 900px) {
    .tec-hub-capability-groups,
    .tec-hub-radio-cards,
    .tec-hub-grid-3 { grid-template-columns: 1fr; }
    .tec-hub-radio-cards label > span { min-height: 0; }
}
@media (max-width: 680px) {
    .tec-hub-profile-readiness { grid-template-columns: 1fr; gap: 10px; }
    .tec-hub-capability-group { padding: 14px; }
    .tec-hub-sticky-save { align-items: stretch; flex-direction: column; }
    .tec-hub-sticky-save .tec-hub-button { width: 100%; }
}
.tec-hub-company-job-list { display: grid; gap: 0; }
.tec-hub-company-job-list article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-top: 1px solid rgba(255,255,255,.12);
}
.tec-hub-company-job-list article:first-child { border-top: 0; }
.tec-hub-company-job-list strong,
.tec-hub-company-job-list small { display: block; }
.tec-hub-company-job-list strong a { color: #fff !important; text-decoration: none !important; }
.tec-hub-company-job-list small { margin-top: 3px; color: rgba(255,255,255,.56); font-size: 12px; }

/* v0.9 Partner Access: full-bleed video, native TEC typography, frictionless auth. */
.tec-hub-auth-fullbleed {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #000;
    color: #fff;
    overflow: hidden;
}
.tec-hub-auth-stage {
    position: relative;
    min-height: min(650px, calc(100vh - 150px));
    display: flex;
    align-items: flex-start;
    isolation: isolate;
    background: #000;
}
.tec-hub-auth-video,
.tec-hub-auth-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.tec-hub-auth-video {
    z-index: -3;
    object-fit: cover;
    object-position: center center;
    background: #000;
}
.tec-hub-auth-overlay {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.72) 45%, rgba(0,0,0,.64) 100%),
        linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.56));
}
.tec-hub-auth-inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr);
    gap: clamp(40px, 7vw, 92px);
    align-items: start;
    padding: 46px 0 34px;
}
.tec-hub-auth-stage .tec-hub-login-story h1 {
    max-width: 650px;
    margin: 8px 0 16px;
    color: var(--tec-hub-accent);
    font-size: clamp(34px, 3.5vw, 46px);
    line-height: 1.02;
    letter-spacing: -.025em;
}
.tec-hub-auth-stage .tec-hub-login-story h1 span {
    display: block;
}
.tec-hub-auth-stage .tec-hub-login-story > p {
    max-width: 640px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 17px;
    line-height: 1.58;
}
.tec-hub-auth-stage .tec-hub-login-points {
    max-width: 640px;
    margin: 30px 0 0;
    border-top-color: rgba(140,198,63,.58);
}
.tec-hub-auth-stage .tec-hub-login-points > div {
    grid-template-columns: 46px minmax(0,1fr);
    padding: 13px 0;
}
.tec-hub-auth-stage .tec-hub-login-points strong {
    font-size: 12px;
}
.tec-hub-auth-stage .tec-hub-login-points span {
    font-size: 15px;
    color: #fff;
}
.tec-hub-auth-card {
    width: 100%;
    background: #000;
    border: 1px solid var(--tec-hub-accent);
    box-shadow: 0 28px 80px rgba(0,0,0,.36);
}
.tec-hub-auth-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid rgba(140,198,63,.52);
    background: #000;
}
.tec-hub-auth-tab {
    appearance: none;
    border: 0;
    border-right: 1px solid rgba(140,198,63,.28);
    border-radius: 0;
    min-height: 48px;
    padding: 13px 16px;
    background: #000;
    color: rgba(255,255,255,.68);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: background .16s ease, color .16s ease;
}
.tec-hub-auth-tab:last-child { border-right: 0; }
.tec-hub-auth-tab:hover,
.tec-hub-auth-tab:focus-visible {
    color: #fff;
    outline: none;
    background: rgba(140,198,63,.07);
}
.tec-hub-auth-tab.is-active {
    color: #000;
    background: var(--tec-hub-accent);
}
.tec-hub-auth-panel {
    display: none;
    padding: 30px 40px 32px;
    background: #000;
}
.tec-hub-auth-panel.is-active { display: block; }
.tec-hub-auth-panel h2 {
    margin: 7px 0 9px;
    color: #fff;
    font-size: clamp(27px, 2.8vw, 36px);
    line-height: 1.08;
    letter-spacing: -.015em;
}
.tec-hub-auth-panel > p {
    margin: 0 0 23px;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.55;
}
.tec-hub-auth-card .tec-hub-notice {
    margin: 20px 28px 0;
    border: 1px solid rgba(140,198,63,.45);
    border-left-width: 3px;
    background: #070707;
    color: #fff;
    font-size: 13px;
}
.tec-hub-auth-card .tec-hub-notice.is-error {
    border-color: #d65d50;
    background: #0a0505;
}
.tec-hub-auth-card form,
.tec-hub-auth-form {
    margin: 0;
}
.tec-hub-auth-card form p,
.tec-hub-auth-form label {
    display: block;
    margin: 0 0 17px;
}
.tec-hub-auth-card label,
.tec-hub-auth-form label > span {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.tec-hub-auth-card input[type="text"],
.tec-hub-auth-card input[type="email"],
.tec-hub-auth-card input[type="password"],
.tec-hub-auth-card input[type="number"],
.tec-hub-auth-card input[type="tel"] {
    display: block;
    width: 100%;
    min-height: 50px;
    margin-top: 7px;
    padding: 11px 13px;
    border: 1px solid var(--tec-hub-accent);
    border-radius: 0;
    outline: 0;
    background: #000;
    color: #fff;
    font: inherit;
    font-size: 16px;
    box-shadow: none;
    transition: border-color .16s ease, box-shadow .16s ease;
}
.tec-hub-auth-card input[type="text"]:focus,
.tec-hub-auth-card input[type="email"]:focus,
.tec-hub-auth-card input[type="password"]:focus,
.tec-hub-auth-card input[type="number"]:focus,
.tec-hub-auth-card input[type="tel"]:focus {
    border-color: #fff;
    box-shadow: 0 0 0 1px #fff;
}
.tec-hub-auth-card .login-remember label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,.76);
    font-size: 13px;
}
.tec-hub-auth-card input[type="checkbox"] {
    accent-color: var(--tec-hub-accent);
}
.tec-hub-auth-card .login-submit,
.tec-hub-auth-form .tec-hub-button {
    margin: 2px 0 14px;
}
.tec-hub-auth-card .login-submit input,
.tec-hub-auth-form .tec-hub-button {
    width: 100%;
    min-height: 50px;
    border: 1px solid var(--tec-hub-accent);
    border-radius: 0;
    background: var(--tec-hub-accent);
    color: #000 !important;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: pointer;
}
.tec-hub-auth-card .login-submit input:hover,
.tec-hub-auth-card .login-submit input:focus-visible,
.tec-hub-auth-form .tec-hub-button:hover,
.tec-hub-auth-form .tec-hub-button:focus-visible {
    background: #fff;
    border-color: #fff;
    color: #000 !important;
    transform: none;
}
.tec-hub-auth-card .tec-hub-login-help {
    display: inline-block;
    margin-top: 1px;
    color: var(--tec-hub-accent) !important;
    font-size: 13px;
}
.tec-hub-auth-fineprint {
    margin: 0 !important;
    color: rgba(255,255,255,.58) !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}
.tec-hub-code-input {
    text-align: center;
    font-size: 30px !important;
    font-weight: 700 !important;
    letter-spacing: .28em;
    font-variant-numeric: tabular-nums;
}

.tec-hub-password-wrap {
    position: relative;
    width: 100%;
}
.tec-hub-auth-card .tec-hub-password-wrap input[type="password"],
.tec-hub-auth-card .tec-hub-password-wrap input[type="text"] {
    padding-right: 58px;
}
.tec-hub-password-toggle {
    position: absolute;
    top: 7px;
    right: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 50px;
    padding: 0;
    border: 0;
    border-left: 1px solid rgba(255,255,255,.18);
    border-radius: 0;
    background: transparent;
    color: rgba(255,255,255,.72);
    cursor: pointer;
}
.tec-hub-password-toggle:hover,
.tec-hub-password-toggle:focus-visible {
    background: rgba(255,255,255,.08);
    color: #fff;
    outline: 0;
}
.tec-hub-password-toggle:focus-visible {
    box-shadow: inset 0 0 0 1px #fff;
}
.tec-hub-password-eye {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.tec-hub-password-eye-hide {
    display: none;
}
.tec-hub-password-toggle.is-visible .tec-hub-password-eye-show {
    display: none;
}
.tec-hub-password-toggle.is-visible .tec-hub-password-eye-hide {
    display: block;
}

.tec-hub-registration-progress {
    margin: 4px 0 14px;
}
.tec-hub-registration-progress[hidden] {
    display: none !important;
}
.tec-hub-registration-progress-track {
    position: relative;
    width: 100%;
    height: 8px;
    overflow: hidden;
    background: rgba(255,255,255,.14);
}
.tec-hub-registration-progress-track span {
    display: block;
    width: 8%;
    height: 100%;
    background: var(--tec-hub-accent);
    transition: width .45s ease;
}
.tec-hub-registration-progress p {
    margin: 8px 0 0 !important;
    color: rgba(255,255,255,.74) !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.4;
}
.tec-hub-code-form[aria-busy="true"] .tec-hub-button {
    cursor: wait;
    opacity: .88;
}
.tec-hub-auth-panel.is-registration-processing + .tec-hub-code-actions,
.tec-hub-code-form[aria-busy="true"] ~ .tec-hub-code-actions {
    pointer-events: none;
    opacity: .55;
}
@media (prefers-reduced-motion: reduce) {
    .tec-hub-registration-progress-track span {
        transition: none;
    }
}

/* Typography is intentionally inherited from the live TEC theme.
   No substitute brand font is hard-coded by the Hub. */
.tec-hub-auth-stage,
.tec-hub-auth-stage input,
.tec-hub-auth-stage button {
    font-family: inherit;
}

@media (max-width: 860px) {
    .tec-hub-auth-stage { min-height: 0; }
    .tec-hub-auth-inner {
        width: min(100% - 34px, 680px);
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 46px 0 58px;
    }
    .tec-hub-auth-stage .tec-hub-login-story h1 {
        font-size: clamp(34px, 9vw, 48px);
    }
    .tec-hub-auth-stage .tec-hub-login-story > p { font-size: 16px; }
}
@media (max-width: 520px) {
    .tec-hub-auth-inner { width: calc(100% - 24px); }
    .tec-hub-auth-panel { padding: 26px 20px 28px; }
    .tec-hub-auth-card .tec-hub-notice { margin: 16px 20px 0; }
    .tec-hub-auth-tab { min-height: 46px; padding: 12px 9px; font-size: 12px; }
    .tec-hub-auth-stage .tec-hub-login-points span { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
    .tec-hub-auth-video { display: none; }
}

/* Read the actual computed typography from the live TEC theme at runtime. */
.tec-hub-auth-stage { font-family: var(--tec-hub-live-body-font, inherit); }
.tec-hub-auth-stage .tec-hub-login-story h1,
.tec-hub-auth-stage .tec-hub-auth-panel h2 { font-family: var(--tec-hub-live-heading-font, inherit); }
.tec-hub-auth-stage .tec-hub-auth-tab { font-family: var(--tec-hub-live-nav-font, var(--tec-hub-live-body-font, inherit)); }
.tec-hub-code-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 4px;
}
.tec-hub-inline-form { margin: 0 !important; }
.tec-hub-link-button {
    appearance: none;
    border: 0;
    border-bottom: 1px solid rgba(140,198,63,.62);
    border-radius: 0;
    padding: 0 0 2px;
    background: transparent;
    color: var(--tec-hub-accent);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
}
.tec-hub-link-button:hover,
.tec-hub-link-button:focus-visible { color: #fff; border-bottom-color: #fff; outline: none; }

/* v0.10: larger access controls, visible save feedback, guided company story, native network feed. */
.tec-hub-auth-tab {
    min-height: 58px;
    padding: 16px 18px;
    font-size: 16px;
    line-height: 1.15;
    letter-spacing: .045em;
}
.tec-hub-auth-form > input[type="text"],
.tec-hub-auth-form > input[type="email"],
.tec-hub-auth-form > input[type="password"],
.tec-hub-auth-form > input[type="tel"] {
    margin: 0 0 14px;
}
.tec-hub-auth-card input::placeholder,
.tec-hub-auth-form input::placeholder {
    color: rgba(255,255,255,.62);
    opacity: 1;
}
.tec-hub-login-form .tec-hub-remember {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 2px 0 17px;
    color: rgba(255,255,255,.78);
    font-size: 13px;
    font-weight: 600;
}
.tec-hub-login-form .tec-hub-remember input { margin: 0; }
.tec-hub-auth-panel h2 { margin-top: 0; }

/* Saving state. */
.tec-hub-save-status {
    position: sticky;
    bottom: 0;
    z-index: 30;
    margin-top: 0;
    padding: 16px 0 18px;
    border-top: 1px solid var(--tec-hub-accent);
    background: rgba(0,0,0,.97);
}
.tec-hub-save-status[hidden] { display: none !important; }
.tec-hub-save-status-copy {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 10px;
}
.tec-hub-save-status-copy strong { color: #fff; font-size: 14px; }
.tec-hub-save-status-copy span { color: rgba(255,255,255,.62); font-size: 12px; }
.tec-hub-save-progress {
    position: relative;
    height: 4px;
    overflow: hidden;
    background: rgba(255,255,255,.12);
}
.tec-hub-save-progress span {
    position: absolute;
    inset: 0 auto 0 0;
    width: 35%;
    background: var(--tec-hub-accent);
    transform: translateX(-110%);
}
.tec-hub-save-status.is-active .tec-hub-save-progress span {
    animation: tecHubSaving 1.15s ease-in-out infinite;
}
.tec-hub-company-intake.is-saving .tec-hub-sticky-save { opacity: .42; pointer-events: none; }
@keyframes tecHubSaving {
    0% { transform: translateX(-110%); }
    55% { transform: translateX(150%); }
    100% { transform: translateX(310%); }
}

/* Guided storytelling after the matching intake. */
.tec-hub-profile-next {
    margin-top: 44px;
    padding: clamp(24px, 4vw, 40px);
    border: 1px solid rgba(140,198,63,.55);
    background: linear-gradient(135deg, rgba(140,198,63,.07), rgba(255,255,255,.01) 48%);
}
.tec-hub-profile-next-copy { max-width: 820px; margin-bottom: 24px; }
.tec-hub-profile-next-copy h2 {
    margin: 7px 0 8px;
    color: var(--tec-hub-accent);
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.08;
    font-weight: inherit;
}
.tec-hub-profile-next-copy p {
    margin: 0;
    max-width: 760px;
    color: rgba(255,255,255,.7);
    font-size: 15px;
    line-height: 1.6;
}
.tec-hub-showcase-form {
    display: grid;
    gap: 12px;
}
.tec-hub-showcase-form input[type="text"],
.tec-hub-showcase-form textarea,
.tec-hub-feed-composer input[type="text"],
.tec-hub-feed-composer textarea,
.tec-hub-feed-composer select,
.tec-hub-feed-comment-form input[type="text"] {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(140,198,63,.72);
    border-radius: 0;
    outline: 0;
    background: #000;
    color: #fff;
    font: inherit;
    font-size: 15px;
    box-shadow: none;
}
.tec-hub-showcase-form textarea,
.tec-hub-feed-composer textarea { min-height: 104px; resize: vertical; }
.tec-hub-showcase-form input:focus,
.tec-hub-showcase-form textarea:focus,
.tec-hub-feed-composer input:focus,
.tec-hub-feed-composer textarea:focus,
.tec-hub-feed-composer select:focus,
.tec-hub-feed-comment-form input:focus {
    border-color: #fff;
    box-shadow: 0 0 0 1px #fff;
}
.tec-hub-showcase-form ::placeholder,
.tec-hub-feed-composer ::placeholder,
.tec-hub-feed-comment-form ::placeholder { color: rgba(255,255,255,.5); opacity: 1; }
.tec-hub-showcase-project-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
}
.tec-hub-showcase-project-fields textarea { grid-column: 1 / -1; }
.tec-hub-upload-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 48px;
    padding: 10px 13px;
    border: 1px solid rgba(140,198,63,.55);
    color: rgba(255,255,255,.7);
    font-size: 12px;
}
.tec-hub-upload-field input { max-width: 58%; color: rgba(255,255,255,.68); font-size: 12px; }
.tec-hub-next-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.tec-hub-next-choice-grid button {
    appearance: none;
    min-height: 126px;
    padding: 20px;
    border: 1px solid rgba(140,198,63,.58);
    border-radius: 0;
    background: #000;
    color: #fff;
    text-align: left;
    cursor: pointer;
    font: inherit;
    transition: border-color .16s ease, background .16s ease, transform .16s ease;
}
.tec-hub-next-choice-grid button:hover,
.tec-hub-next-choice-grid button:focus-visible {
    border-color: #fff;
    background: rgba(140,198,63,.1);
    outline: 0;
    transform: translateY(-2px);
}
.tec-hub-next-choice-grid strong { display: block; color: var(--tec-hub-accent); font-size: 17px; line-height: 1.2; }
.tec-hub-next-choice-grid span { display: block; margin-top: 7px; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.45; }
.tec-hub-showcase-projects {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}
.tec-hub-showcase-projects article {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.018);
}
.tec-hub-showcase-projects article > div:last-child { padding: 16px; }
.tec-hub-showcase-projects strong { display: block; color: #fff; font-size: 15px; }
.tec-hub-showcase-projects small { display: block; margin-top: 3px; color: var(--tec-hub-accent); font-size: 11px; }
.tec-hub-showcase-projects p { margin: 8px 0 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.5; }
.tec-hub-showcase-thumb img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }

/* Dashboard network feed. */
.tec-hub-network-feed {
    margin: 40px 0 44px;
}
.tec-hub-feed-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(260px, .78fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 18px;
}
.tec-hub-feed-heading h2 {
    margin: 6px 0 0;
    color: var(--tec-hub-accent);
    font-size: clamp(27px, 2.6vw, 36px);
    line-height: 1.08;
    font-weight: inherit;
}
.tec-hub-feed-heading > p {
    margin: 0;
    color: rgba(255,255,255,.62);
    font-size: 14px;
    line-height: 1.55;
}
.tec-hub-feed-composer {
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid rgba(140,198,63,.48);
    background: rgba(255,255,255,.016);
}
.tec-hub-feed-composer textarea { margin: 0; border-color: rgba(255,255,255,.18); }
.tec-hub-feed-composer-tools {
    display: grid;
    grid-template-columns: minmax(190px, .9fr) auto auto;
    gap: 10px;
    align-items: stretch;
    margin-top: 10px;
}
.tec-hub-feed-composer select { min-height: 44px; font-size: 13px; }
.tec-hub-feed-image-control {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(140,198,63,.55);
    color: var(--tec-hub-accent);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}
.tec-hub-feed-image-control input {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
.tec-hub-feed-list { display: grid; gap: 14px; }
.tec-hub-feed-post {
    padding: 20px;
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.018);
}
.tec-hub-feed-post-head {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tec-hub-feed-avatar {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: 1px solid rgba(140,198,63,.55);
    background: #090909;
}
.tec-hub-feed-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tec-hub-feed-author strong { display: block; color: #fff; font-size: 15px; line-height: 1.2; }
.tec-hub-feed-author span { display: block; margin-top: 3px; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.3; }
.tec-hub-feed-content { margin: 16px 0 0; color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.58; }
.tec-hub-feed-content p { margin: 0 0 10px; color: inherit; }
.tec-hub-feed-content p:last-child { margin-bottom: 0; }
.tec-hub-feed-media { margin: 16px -20px 0; }
.tec-hub-feed-media img { display: block; width: 100%; max-height: 620px; object-fit: cover; }
.tec-hub-feed-comments { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); }
.tec-hub-feed-comment { display: grid; grid-template-columns: minmax(110px, 180px) minmax(0, 1fr); gap: 10px; padding: 7px 0; }
.tec-hub-feed-comment strong { color: rgba(255,255,255,.82); font-size: 12px; }
.tec-hub-feed-comment span { color: rgba(255,255,255,.66); font-size: 13px; }
.tec-hub-feed-comment-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    margin-top: 9px;
}
.tec-hub-feed-comment-form input[type="text"] { min-height: 40px; font-size: 13px; }
.tec-hub-feed-comment-form .tec-hub-link-button { font-size: 13px; }
.tec-hub-feed-empty { padding: 26px; border: 1px dashed rgba(140,198,63,.45); }
.tec-hub-feed-empty strong { color: #fff; font-size: 16px; }
.tec-hub-feed-empty p { margin: 5px 0 0; color: rgba(255,255,255,.6); font-size: 14px; }

@media (max-width: 900px) {
    .tec-hub-feed-heading,
    .tec-hub-showcase-project-fields { grid-template-columns: 1fr; }
    .tec-hub-feed-composer-tools { grid-template-columns: 1fr 1fr; }
    .tec-hub-next-choice-grid,
    .tec-hub-showcase-projects { grid-template-columns: 1fr; }
    .tec-hub-showcase-project-fields textarea { grid-column: auto; }
}
@media (max-width: 520px) {
    .tec-hub-auth-tab { min-height: 54px; padding: 14px 10px; font-size: 15px; }
    .tec-hub-feed-composer-tools { grid-template-columns: 1fr; }
    .tec-hub-feed-comment { grid-template-columns: 1fr; gap: 2px; }
    .tec-hub-feed-comment-form { grid-template-columns: 1fr; }
    .tec-hub-profile-next { padding: 22px 18px; }
    .tec-hub-save-status-copy { align-items: flex-start; flex-direction: column; gap: 2px; }
}
@media (prefers-reduced-motion: reduce) {
    .tec-hub-save-status.is-active .tec-hub-save-progress span { animation: none; width: 72%; transform: none; }
}
.tec-hub-add-project-more {
    margin-top: 18px;
    border-top: 1px solid rgba(255,255,255,.11);
}
.tec-hub-add-project-more summary {
    padding: 15px 0;
    color: var(--tec-hub-accent);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}
.tec-hub-add-project-more[open] { padding-bottom: 4px; }
.tec-hub-next-up-simple { grid-template-columns: minmax(0, 1fr); }


/* v0.10.1: lock Partner Access controls to TEC dark styling in every browser state.
   Some themes and Chrome/WebKit autofill rules can otherwise paint populated fields white. */
.tec-hub-auth-fullbleed .tec-hub-auth-card,
.tec-hub-auth-fullbleed .tec-hub-auth-form {
    color-scheme: dark;
}
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="text"],
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="email"],
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="password"],
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="number"],
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="tel"],
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="text"]:hover,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="email"]:hover,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="password"]:hover,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="number"]:hover,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="tel"]:hover,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="text"]:active,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="email"]:active,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="password"]:active,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="number"]:active,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="tel"]:active,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="text"]:not(:placeholder-shown),
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="email"]:not(:placeholder-shown),
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="password"]:not(:placeholder-shown),
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="number"]:not(:placeholder-shown),
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="tel"]:not(:placeholder-shown) {
    background: #000 !important;
    background-color: #000 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
    box-shadow: 0 0 0 1000px #000 inset !important;
    -webkit-box-shadow: 0 0 0 1000px #000 inset !important;
}
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="text"]:focus,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="email"]:focus,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="password"]:focus,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="number"]:focus,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input[type="tel"]:focus {
    background: #000 !important;
    background-color: #000 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
    border-color: #fff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 1px #fff, 0 0 0 1000px #000 inset !important;
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 1000px #000 inset !important;
}
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input:-webkit-autofill,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input:-webkit-autofill:hover,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input:-webkit-autofill:focus,
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input:-webkit-autofill:active {
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
    background-color: #000 !important;
    border-color: var(--tec-hub-accent) !important;
    box-shadow: 0 0 0 1000px #000 inset !important;
    -webkit-box-shadow: 0 0 0 1000px #000 inset !important;
    transition: background-color 999999s 0s, color 999999s 0s !important;
}
.tec-hub-auth-fullbleed .tec-hub-auth-card .tec-hub-auth-form input:-webkit-autofill:focus {
    border-color: #fff !important;
    box-shadow: 0 0 0 1px #fff, 0 0 0 1000px #000 inset !important;
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 1000px #000 inset !important;
}


/* v0.10.2: explicit, readable URL guidance instead of opaque browser rejection. */
.tec-hub-field .tec-hub-field-error {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-size: 12px;
    line-height: 1.45;
}
.tec-hub-field .tec-hub-field-error[hidden] { display: none !important; }
.tec-hub-field input[data-tec-url-field][aria-invalid="true"] {
    border-color: #fff !important;
    box-shadow: 0 0 0 1px #fff !important;
}

/* v0.11: sequential, optional onboarding after the core matching profile. */
.tec-hub-followup-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}
.tec-hub-followup-actions form { margin: 0; }
.tec-hub-secondary-action {
    appearance: none;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 0;
    background: #000;
    color: rgba(255,255,255,.82);
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color .16s ease, color .16s ease, background .16s ease;
}
.tec-hub-secondary-action:hover,
.tec-hub-secondary-action:focus-visible {
    border-color: #fff;
    color: #fff;
    background: rgba(255,255,255,.05);
    outline: 0;
}
.tec-hub-skip-form { margin-top: 12px; }
@media (max-width: 640px) {
    .tec-hub-followup-actions { align-items: stretch; }
    .tec-hub-followup-actions > *,
    .tec-hub-followup-actions form,
    .tec-hub-followup-actions button,
    .tec-hub-followup-actions a { width: 100%; }
}

/* v0.11.2: edge-to-edge Partner Access + deliberate mobile UX. */
.tec-partnership-hub-page {
    overflow-x: clip;
}

/* Beaver Builder / theme content wrappers add vertical breathing room around page
   content. Pull Partner Access through that padding so the supplied TEC video
   visually meets the surrounding site instead of sitting inside a black gutter. */
.tec-hub-auth-fullbleed {
    margin-top: -40px;
    margin-bottom: -60px;
}

/* Keep Partner Access compact and high on the page instead of vertically
   centering a tall login card inside an oversized video stage. */
.tec-hub-auth-stage {
    min-height: min(650px, calc(100svh - 150px));
    align-items: flex-start;
}

@media (max-width: 860px) {
    .tec-hub-auth-stage {
        min-height: 0;
        align-items: stretch;
    }

    .tec-hub-auth-video {
        object-position: 40% center;
    }

    .tec-hub-auth-overlay {
        background:
            linear-gradient(180deg, rgba(0,0,0,.66) 0%, rgba(0,0,0,.78) 48%, rgba(0,0,0,.92) 100%),
            linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.72));
    }

    .tec-hub-auth-inner {
        width: min(100% - 32px, 680px);
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 26px 0 32px;
    }

    .tec-hub-login-story {
        max-width: 620px;
    }

    .tec-hub-auth-stage .tec-hub-login-story h1 {
        max-width: 560px;
        margin-top: 8px;
        font-size: clamp(32px, 8vw, 44px);
        line-height: 1.04;
    }

    .tec-hub-auth-stage .tec-hub-login-story > p {
        max-width: 580px;
        font-size: 15px;
        line-height: 1.5;
    }

    .tec-hub-auth-card {
        max-width: 620px;
        box-shadow: 0 20px 56px rgba(0,0,0,.42);
    }

    .tec-hub-auth-tab {
        min-height: 54px;
        padding: 15px 12px;
        font-size: 15px;
    }

    .tec-hub-auth-panel {
        padding: 28px 24px 30px;
    }

    .tec-hub-auth-card input[type="text"],
    .tec-hub-auth-card input[type="email"],
    .tec-hub-auth-card input[type="password"],
    .tec-hub-auth-card input[type="number"],
    .tec-hub-auth-card input[type="tel"],
    .tec-hub-auth-form .tec-hub-button {
        min-height: 52px;
    }

    /* Mobile Hub navigation: large enough to tap, compact enough to scan. */
    .tec-hub-native-nav {
        gap: 0;
        margin-bottom: 30px;
    }

    .tec-hub-native-nav-links {
        width: 100%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline proximity;
        -webkit-overflow-scrolling: touch;
    }

    .tec-hub-native-nav a {
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        padding: 14px 13px 12px;
        font-size: 12px;
        line-height: 1.15;
        scroll-snap-align: start;
    }

    .tec-hub-native-account {
        width: 100%;
        justify-content: space-between;
        gap: 16px;
        padding: 10px 0 12px;
        font-size: 12px;
    }

    .tec-hub-native-account span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* The Hub should intentionally reflow, not merely shrink. */
    .tec-hub-grid-2,
    .tec-hub-grid-3,
    .tec-hub-dashboard-grid,
    .tec-hub-jobs-layout,
    .tec-hub-directory,
    .tec-hub-radio-cards,
    .tec-hub-capability-groups,
    .tec-hub-next-choice-grid,
    .tec-hub-showcase-projects,
    .tec-hub-feed-heading,
    .tec-hub-showcase-project-fields {
        grid-template-columns: 1fr !important;
    }

    .tec-hub-native .tec-hub-page-heading h1,
    .tec-hub-native .tec-hub-welcome h1,
    .tec-hub-next-up h1 {
        font-size: clamp(30px, 8vw, 40px);
        line-height: 1.04;
    }

    .tec-hub-section-heading {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 14px;
        margin-top: 36px;
        padding-top: 26px;
    }

    .tec-hub-section-heading > span {
        width: 36px;
        height: 36px;
    }

    .tec-hub-section-heading h2 {
        font-size: 20px;
        line-height: 1.2;
    }

    .tec-hub-chip-grid label span {
        min-height: 44px;
        padding: 10px 13px;
        font-size: 12px;
    }

    .tec-hub-field input:not([type="file"]),
    .tec-hub-field textarea,
    .tec-hub-directory-controls input,
    .tec-hub-feed-composer input,
    .tec-hub-feed-composer textarea,
    .tec-hub-feed-composer select {
        min-height: 50px;
        font-size: 16px;
    }

    .tec-hub-company-job-list article,
    .tec-hub-job-card {
        align-items: flex-start;
    }

    .tec-hub-followup-actions,
    .tec-hub-code-actions {
        align-items: stretch;
    }

    .tec-hub-followup-actions > *,
    .tec-hub-followup-actions form,
    .tec-hub-followup-actions button,
    .tec-hub-followup-actions a,
    .tec-hub-code-actions > * {
        width: 100%;
    }

    .tec-hub-sticky-save {
        gap: 12px;
        padding: 14px 0 max(14px, env(safe-area-inset-bottom));
    }

    .tec-hub-feed-composer-tools {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    .tec-hub-auth-inner {
        width: calc(100% - 24px);
        gap: 18px;
        padding: 20px 0 24px;
    }

    /* Keep the brand statement, but don't make users scroll through a brochure
       before they can authenticate on a phone. */
    .tec-hub-auth-stage .tec-hub-login-points {
        display: none;
    }

    .tec-hub-auth-stage .tec-hub-login-story h1 {
        margin-bottom: 12px;
        font-size: clamp(30px, 10vw, 38px);
    }

    .tec-hub-auth-stage .tec-hub-login-story > p {
        font-size: 14px;
    }

    .tec-hub-auth-card {
        border-left-color: rgba(140,198,63,.86);
        border-right-color: rgba(140,198,63,.86);
        box-shadow: none;
    }

    .tec-hub-auth-tab {
        min-height: 52px;
        padding: 14px 9px;
        font-size: 14px;
    }

    .tec-hub-auth-panel {
        padding: 24px 18px 26px;
    }

    .tec-hub-auth-panel h2 {
        font-size: 28px;
    }

    .tec-hub-auth-panel > p,
    .tec-hub-auth-fineprint,
    .tec-hub-auth-card .tec-hub-login-help {
        font-size: 12px !important;
    }

    .tec-hub-native-nav {
        margin-bottom: 24px;
    }

    .tec-hub-native-nav a {
        padding-inline: 12px;
        font-size: 12px;
    }

    .tec-hub-native-account,
    .tec-hub-native-account a {
        font-size: 12px;
    }

    .tec-hub-native .tec-hub-panel,
    .tec-hub-site-section .tec-hub-panel,
    .tec-hub-next-up,
    .tec-hub-profile-next,
    .tec-hub-feed-composer,
    .tec-hub-feed-item {
        padding-left: 16px;
        padding-right: 16px;
    }

    .tec-hub-stat-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .tec-hub-stat {
        min-height: 112px !important;
        padding: 18px;
    }

    .tec-hub-partner-card,
    .tec-hub-match-card,
    .tec-hub-match-list.is-compact .tec-hub-match-card,
    .tec-hub-job-card {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }

    .tec-hub-partner-logo,
    .tec-hub-match-score,
    .tec-hub-job-score {
        justify-self: start;
    }

    .tec-hub-job-card .tec-hub-text-link {
        grid-column: 1 !important;
    }

    .tec-hub-company-job-list article {
        flex-direction: column;
    }

    .tec-hub-feed-media {
        margin-left: -16px;
        margin-right: -16px;
    }

    .tec-hub-feed-comment,
    .tec-hub-feed-comment-form {
        grid-template-columns: 1fr !important;
    }

    .tec-hub-feed-author span,
    .tec-hub-feed-comment strong,
    .tec-hub-feed-comment span {
        font-size: 12px;
    }

    .tec-hub-sticky-save {
        position: sticky;
        flex-direction: column;
        align-items: stretch;
    }

    .tec-hub-sticky-save .tec-hub-button,
    .tec-hub-secondary-action {
        width: 100%;
        min-height: 50px;
    }
}

/* v0.11.3: cleaner feed heading and no check-ins. */
@media (min-width: 901px) {
    .tec-hub-feed-heading h2 { white-space: nowrap; }
}


/* v0.11.4: exact TEC page-builder bleed and tighter Partner Access composition. */
@media (min-width: 861px) {
    .tec-hub-auth-stage .tec-hub-login-story { padding-top: 8px; }
}

/* v0.11.5: relationship UX, company profiles, alerts/messages and hard readability floor. */

/* Eyebrow/kicker labels were visually tiny and did not add useful hierarchy. */
.tec-hub-native .tec-hub-eyebrow,
.tec-hub-native .tec-hub-kicker,
.tec-hub-site-section .tec-hub-eyebrow,
.tec-hub-site-section .tec-hub-kicker,
.tec-hub-auth-fullbleed .tec-hub-eyebrow,
.tec-hub-auth-fullbleed .tec-hub-kicker {
    display: none !important;
}

/* Explicit pixel sizes prevent the host theme's root rem scale from shrinking Hub copy. */
.tec-hub-native small,
.tec-hub-site-section small,
.tec-hub-auth-fullbleed small {
    font-size: 11px !important;
}
.tec-hub-native .tec-hub-match-score span,
.tec-hub-native .tec-hub-job-score span,
.tec-hub-native .tec-hub-large-score span,
.tec-hub-native .tec-hub-job-facts strong,
.tec-hub-native .tec-hub-document-icon {
    font-size: 11px !important;
}
.tec-hub-native .tec-hub-match-reasons,
.tec-hub-native .tec-hub-match-reasons li,
.tec-hub-native .tec-hub-job-meta,
.tec-hub-native .tec-hub-connection-status,
.tec-hub-native .tec-hub-tags span,
.tec-hub-native .tec-hub-progress-label,
.tec-hub-native .tec-hub-company-action,
.tec-hub-native .tec-hub-alert-item p,
.tec-hub-native .tec-hub-alert-item small,
.tec-hub-native .tec-hub-conversation-link,
.tec-hub-native .tec-hub-direct-message-meta,
.tec-hub-native .tec-hub-company-meta-line,
.tec-hub-native .tec-hub-case-study-location {
    font-size: 12px !important;
}
.tec-hub-native .tec-hub-match-reasons {
    color: rgba(255,255,255,.72) !important;
    line-height: 1.5;
}
.tec-hub-native .tec-hub-match-copy h3,
.tec-hub-native .tec-hub-job-copy h3 {
    font-size: 16px !important;
    line-height: 1.25;
}
.tec-hub-native .tec-hub-match-copy > p,
.tec-hub-native .tec-hub-job-copy > p {
    font-size: 14px !important;
    line-height: 1.55;
}

.tec-hub-company-name-link {
    color: #fff !important;
    text-decoration: none !important;
}
.tec-hub-company-name-link:hover,
.tec-hub-company-name-link:focus-visible {
    color: var(--tec-hub-accent) !important;
}

/* Utility links live outside the main navigation hierarchy. */
.tec-hub-native-account {
    flex-wrap: wrap;
}
.tec-hub-native-account .tec-hub-utility-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    color: #fff !important;
    font-size: 12px !important;
    text-transform: none;
    letter-spacing: 0;
}
.tec-hub-native-account .tec-hub-utility-link.is-active,
.tec-hub-native-account .tec-hub-utility-link:hover {
    color: var(--tec-hub-accent) !important;
}
.tec-hub-count-badge {
    display: inline-grid;
    place-items: center;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border: 1px solid var(--tec-hub-accent);
    color: var(--tec-hub-accent);
    font-size: 10px !important;
    line-height: 1;
}
.tec-hub-account-name {
    color: rgba(255,255,255,.56);
    font-size: 12px !important;
}

/* Company relationship actions. */
.tec-hub-company-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    margin-top: 15px;
}
.tec-hub-company-action {
    appearance: none;
    border: 0;
    border-bottom: 1px solid rgba(140,198,63,.75);
    background: transparent;
    color: var(--tec-hub-accent) !important;
    padding: 2px 0 4px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none !important;
    cursor: pointer;
}
.tec-hub-company-action:hover,
.tec-hub-company-action:focus-visible {
    border-bottom-color: #fff;
    color: #fff !important;
    outline: 0;
}
.tec-hub-company-action.is-active,
.tec-hub-company-action.is-status {
    color: #fff !important;
}
.tec-hub-company-action.is-status {
    border-bottom-color: rgba(255,255,255,.25);
    cursor: default;
}
.tec-hub-inline-action-form {
    margin: 0;
}
.tec-hub-action-button {
    font: inherit;
}
.tec-hub-connect-details {
    position: relative;
}
.tec-hub-connect-details > summary {
    list-style: none;
}
.tec-hub-connect-details > summary::-webkit-details-marker {
    display: none;
}
.tec-hub-connect-details[open] .tec-hub-connect-form {
    margin-top: 10px;
}
.tec-hub-connect-compact .tec-hub-connect-form {
    width: min(420px, 82vw);
    padding: 14px;
    border: 1px solid rgba(140,198,63,.45);
    background: #050505;
}
.tec-hub-connect-compact textarea {
    min-height: 78px;
    margin-bottom: 10px;
}

/* Directory cards are now navigable relationship surfaces. */
.tec-hub-partner-card {
    align-items: start;
}
.tec-hub-partner-card-body {
    min-width: 0;
}
.tec-hub-partner-logo {
    text-decoration: none !important;
}
.tec-hub-partner-card p {
    color: rgba(255,255,255,.65) !important;
    font-size: 13px !important;
}

/* Full company profile view. */
.tec-hub-back-link {
    margin: 0 0 24px;
    font-size: 13px !important;
}
.tec-hub-company-profile-view {
    display: grid;
    grid-template-columns: 180px minmax(0,1fr);
    gap: clamp(28px,5vw,68px);
    align-items: start;
    padding: 8px 0 36px;
    border-bottom: 1px solid rgba(140,198,63,.45);
}
.tec-hub-company-profile-logo {
    width: 180px;
    height: 180px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(140,198,63,.55);
    background: #050505;
    color: var(--tec-hub-accent);
    font-size: 56px;
    font-weight: 800;
}
.tec-hub-company-profile-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tec-hub-company-profile-intro h1 {
    margin: 0 0 8px;
    color: var(--tec-hub-accent);
    font-size: clamp(34px,4.2vw,58px);
    line-height: 1;
    letter-spacing: -.035em;
}
.tec-hub-company-location {
    margin: 0 0 18px !important;
    color: rgba(255,255,255,.64) !important;
    font-size: 14px !important;
}
.tec-hub-company-bio {
    max-width: 850px;
    color: rgba(255,255,255,.82);
    font-size: 16px;
    line-height: 1.65;
}
.tec-hub-company-bio p {
    font-size: 16px !important;
}
.tec-hub-company-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 18px;
    color: rgba(255,255,255,.55);
}
.tec-hub-company-meta-line a {
    color: var(--tec-hub-accent) !important;
}
.tec-hub-company-profile-details {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1px;
    margin: 32px 0;
    border: 1px solid rgba(140,198,63,.35);
    background: rgba(140,198,63,.25);
}
.tec-hub-company-profile-details > div {
    padding: 24px;
    background: #050505;
}
.tec-hub-company-profile-details h2,
.tec-hub-company-case-studies > h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 19px;
}
.tec-hub-company-profile-details p {
    margin: 0;
    color: rgba(255,255,255,.7) !important;
    font-size: 14px !important;
}
.tec-hub-tags-large span {
    font-size: 12px !important;
}
.tec-hub-company-case-studies {
    margin-top: 38px;
}
.tec-hub-case-study-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
}
.tec-hub-case-study-card {
    border: 1px solid rgba(140,198,63,.35);
    background: rgba(255,255,255,.012);
}
.tec-hub-case-study-card > div:last-child {
    padding: 20px;
}
.tec-hub-case-study-image {
    aspect-ratio: 16/9;
    overflow: hidden;
}
.tec-hub-case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tec-hub-case-study-card h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 17px;
}
.tec-hub-case-study-card p {
    color: rgba(255,255,255,.68) !important;
    font-size: 13px !important;
}

/* Alerts. */
.tec-hub-alert-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.tec-hub-alert-item {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid rgba(140,198,63,.25);
}
.tec-hub-alert-item:first-child {
    border-top: 0;
}
.tec-hub-alert-item.is-unread {
    border-left: 3px solid var(--tec-hub-accent);
    padding-left: 15px;
}
.tec-hub-alert-item h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 16px;
}
.tec-hub-alert-item p {
    margin: 0 0 4px !important;
    color: rgba(255,255,255,.7) !important;
    line-height: 1.5;
}
.tec-hub-alert-item small {
    color: rgba(255,255,255,.45) !important;
}

/* Direct messaging. */
.tec-hub-messages-layout {
    display: grid;
    grid-template-columns: minmax(220px,.34fr) minmax(0,1fr);
    gap: 18px;
}
.tec-hub-message-inbox,
.tec-hub-message-thread-panel {
    border: 1px solid rgba(140,198,63,.35);
    background: rgba(255,255,255,.012);
}
.tec-hub-message-inbox {
    padding: 20px;
}
.tec-hub-message-inbox h2,
.tec-hub-message-thread-head h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 18px;
}
.tec-hub-message-inbox p {
    font-size: 13px !important;
    color: rgba(255,255,255,.62) !important;
}
.tec-hub-conversation-link {
    display: block;
    padding: 12px 0;
    border-top: 1px solid rgba(140,198,63,.22);
    color: rgba(255,255,255,.78) !important;
    font-weight: 700;
    text-decoration: none !important;
}
.tec-hub-conversation-link.is-active,
.tec-hub-conversation-link:hover {
    color: var(--tec-hub-accent) !important;
}
.tec-hub-message-thread-panel {
    min-width: 0;
}
.tec-hub-message-thread-head {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(140,198,63,.3);
}
.tec-hub-message-thread-head h2 {
    margin-bottom: 4px;
}
.tec-hub-message-thread {
    display: grid;
    gap: 12px;
    max-height: 560px;
    overflow: auto;
    padding: 20px;
}
.tec-hub-direct-message {
    max-width: 78%;
    padding: 14px 16px;
    border: 1px solid rgba(140,198,63,.34);
    background: rgba(255,255,255,.025);
}
.tec-hub-direct-message.is-mine {
    justify-self: end;
    border-color: rgba(140,198,63,.75);
}
.tec-hub-direct-message-meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 5px;
    color: rgba(255,255,255,.5);
}
.tec-hub-direct-message-meta strong {
    color: #fff;
}
.tec-hub-direct-message p {
    margin: 0 !important;
    color: rgba(255,255,255,.83) !important;
    font-size: 14px !important;
    line-height: 1.55;
}
.tec-hub-message-composer {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 10px;
    align-items: end;
    padding: 20px;
    border-top: 1px solid rgba(140,198,63,.3);
}
.tec-hub-message-composer textarea {
    min-height: 86px;
}

@media (max-width: 900px) {
    .tec-hub-company-profile-view {
        grid-template-columns: 120px minmax(0,1fr);
        gap: 26px;
    }
    .tec-hub-company-profile-logo {
        width: 120px;
        height: 120px;
        font-size: 40px;
    }
    .tec-hub-company-profile-details,
    .tec-hub-case-study-grid,
    .tec-hub-messages-layout {
        grid-template-columns: 1fr;
    }
    .tec-hub-message-thread {
        max-height: none;
    }
}

@media (max-width: 680px) {
    .tec-hub-native-account {
        justify-content: flex-start;
        gap: 10px 14px;
    }
    .tec-hub-account-name {
        width: 100%;
        order: 3;
    }
    .tec-hub-company-profile-view {
        grid-template-columns: 1fr;
    }
    .tec-hub-company-profile-logo {
        width: 104px;
        height: 104px;
    }
    .tec-hub-company-actions {
        gap: 10px 16px;
    }
    .tec-hub-company-action,
    .tec-hub-native-account .tec-hub-utility-link {
        font-size: 12px !important;
    }
    .tec-hub-alert-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .tec-hub-direct-message {
        max-width: 92%;
    }
    .tec-hub-message-composer {
        grid-template-columns: 1fr;
    }
    .tec-hub-message-composer .tec-hub-button {
        width: 100%;
    }
}
.tec-hub-native .tec-hub-job-facts span,
.tec-hub-native .tec-hub-partner-contact a {
    font-size: 12px !important;
}

/* v0.11.6: Partner Access mobile/tablet alignment correction. */
@media (max-width: 960px) {
    /* TEC's site logo intentionally hangs below the mobile/tablet header. Leave
       enough visual clearance so Partner Access starts beneath it rather than
       underneath it. */
    .tec-hub-auth-inner {
        width: min(720px, calc(100% - 48px));
        margin-inline: auto;
        grid-template-columns: minmax(0, 1fr);
        justify-items: stretch;
        gap: 28px;
        padding-top: 112px;
        padding-bottom: 34px;
    }

    .tec-hub-login-story,
    .tec-hub-auth-card {
        width: 100%;
        max-width: none;
        margin-inline: 0;
        justify-self: stretch;
    }

    .tec-hub-auth-stage .tec-hub-login-story h1 {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        font-size: clamp(34px, 5.5vw, 42px);
        line-height: 1.04;
    }

    .tec-hub-auth-stage .tec-hub-login-story > p {
        width: 100%;
        max-width: 640px;
    }

    .tec-hub-auth-card,
    .tec-hub-auth-tabs,
    .tec-hub-auth-panel,
    .tec-hub-auth-form,
    .tec-hub-auth-form input:not([type="checkbox"]),
    .tec-hub-auth-form .tec-hub-button {
        box-sizing: border-box;
    }

    .tec-hub-auth-form input:not([type="checkbox"]),
    .tec-hub-auth-form .tec-hub-button {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .tec-hub-auth-inner {
        width: calc(100% - 32px);
        gap: 22px;
        padding-top: 118px;
        padding-bottom: 28px;
    }

    .tec-hub-auth-stage .tec-hub-login-story h1 {
        font-size: clamp(31px, 9vw, 38px);
        line-height: 1.03;
    }

    .tec-hub-auth-stage .tec-hub-login-story > p {
        font-size: 15px;
        line-height: 1.5;
    }

    .tec-hub-auth-panel {
        padding: 24px 20px 26px;
    }

    .tec-hub-auth-tabs {
        width: 100%;
    }

    .tec-hub-auth-tab {
        min-width: 0;
        padding-inline: 8px;
    }
}

@media (max-width: 420px) {
    .tec-hub-auth-inner {
        width: calc(100% - 24px);
        padding-top: 108px;
    }

    .tec-hub-auth-panel {
        padding-inline: 16px;
    }

    .tec-hub-auth-stage .tec-hub-login-story h1 {
        font-size: clamp(29px, 9.5vw, 35px);
    }
}


/* v0.11.7: desktop Partner Access vertical alignment. */
@media (min-width: 961px) {
    .tec-hub-auth-inner {
        align-items: center;
    }

    .tec-hub-login-story,
    .tec-hub-auth-card {
        align-self: center;
    }
}

/* v0.12.9: profile identity, directory actions and case-study galleries. */
.tec-hub-native-account .tec-hub-icon-link {
    position: relative;
    display: inline-grid;
    width: 34px;
    height: 34px;
    min-width: 34px;
    padding: 0 !important;
    place-items: center;
    border: 1px solid rgba(140,198,63,.4);
    color: rgba(255,255,255,.82) !important;
}
.tec-hub-native-account .tec-hub-icon-link:hover,
.tec-hub-native-account .tec-hub-icon-link:focus-visible,
.tec-hub-native-account .tec-hub-icon-link.is-active {
    border-color: var(--tec-hub-accent);
    color: var(--tec-hub-accent) !important;
    outline: 0;
}
.tec-hub-icon-link svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}
.tec-hub-icon-link .tec-hub-count-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 19px;
    height: 19px;
    padding: 0 4px;
    border: 2px solid #000;
    background: var(--tec-hub-accent);
    color: #000;
    font-size: 10px !important;
    font-weight: 800;
}
.tec-hub-native-account .tec-hub-signout-link {
    text-transform: uppercase;
    letter-spacing: .07em;
}

.tec-hub-company-actions.is-compact {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 8px;
    width: 100%;
    margin-top: 16px;
}
.tec-hub-company-actions.is-compact > * {
    min-width: 0;
    margin: 0;
}
.tec-hub-company-actions.is-compact .tec-hub-company-action {
    display: flex;
    width: 100%;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 8px 9px;
    border: 1px solid rgba(140,198,63,.48);
    background: transparent;
    color: rgba(255,255,255,.85) !important;
    font-size: 11px !important;
    font-weight: 750;
    line-height: 1.1;
    text-align: center;
    text-decoration: none !important;
}
.tec-hub-company-actions.is-compact .tec-hub-company-action.is-primary {
    border-color: var(--tec-hub-accent);
    background: var(--tec-hub-accent);
    color: #000 !important;
}
.tec-hub-company-actions.is-compact .tec-hub-company-action:hover,
.tec-hub-company-actions.is-compact .tec-hub-company-action:focus-visible {
    border-color: #fff;
    color: #fff !important;
    outline: 0;
}
.tec-hub-company-actions.is-compact .tec-hub-company-action.is-primary:hover,
.tec-hub-company-actions.is-compact .tec-hub-company-action.is-primary:focus-visible {
    background: #fff;
    color: #000 !important;
}
.tec-hub-company-actions.is-compact .tec-hub-company-action.is-status {
    border-color: rgba(255,255,255,.22);
    color: rgba(255,255,255,.58) !important;
}
.tec-hub-company-actions.is-compact .tec-hub-connect-details[open] {
    grid-column: 1 / -1;
}
.tec-hub-company-actions.is-compact .tec-hub-connect-details[open] .tec-hub-connect-form {
    width: 100%;
}

.tec-hub-field-wide {
    grid-column: 1 / -1;
}
.tec-hub-current-cover {
    width: 100%;
    max-width: 720px;
    aspect-ratio: 3 / 1;
    margin: 0 0 12px;
    overflow: hidden;
    border: 1px solid rgba(140,198,63,.42);
    background: #050505;
}
.tec-hub-current-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tec-hub-company-profile-hero,
.tec-hub-person-profile-hero {
    position: relative;
    margin: 0 0 34px;
    border: 1px solid rgba(140,198,63,.42);
    background: #050505;
}
.tec-hub-company-profile-cover,
.tec-hub-person-profile-cover {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 30%, rgba(140,198,63,.2), transparent 38%),
        linear-gradient(120deg, #101010, #020202 72%);
}
.tec-hub-company-profile-cover img,
.tec-hub-person-profile-cover img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tec-hub-company-profile-cover-shade,
.tec-hub-person-profile-cover > span {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.02) 20%, rgba(0,0,0,.76) 100%);
}
.tec-hub-company-profile-hero-body {
    position: relative;
    display: grid;
    grid-template-columns: 150px minmax(0,1fr);
    gap: 26px;
    align-items: start;
    margin-top: -68px;
    padding: 0 clamp(22px,3vw,38px) 34px;
}
.tec-hub-company-profile-hero .tec-hub-company-profile-logo {
    position: relative;
    z-index: 2;
    width: 150px;
    height: 150px;
    border: 4px solid #050505;
    outline: 1px solid rgba(140,198,63,.58);
    background: #fff;
    color: #000;
    font-size: 48px;
}
.tec-hub-company-profile-hero .tec-hub-company-profile-logo img {
    object-fit: contain;
    padding: 8px;
}
.tec-hub-company-profile-intro {
    position: relative;
    z-index: 2;
    padding-top: 78px;
}
.tec-hub-company-profile-intro .tec-hub-eyebrow {
    color: var(--tec-hub-accent);
}
.tec-hub-company-profile-intro h1 {
    margin-top: 5px;
}

.tec-hub-person-profile-cover {
    min-height: 250px;
}
.tec-hub-person-profile-identity {
    position: relative;
    display: grid;
    grid-template-columns: 138px minmax(0,1fr);
    gap: 26px;
    align-items: start;
    margin-top: -62px;
    padding: 0 clamp(22px,3vw,38px) 32px;
}
.tec-hub-person-avatar,
.tec-hub-current-profile-photo {
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 4px solid #050505;
    outline: 1px solid rgba(140,198,63,.58);
    background: #111;
    color: var(--tec-hub-accent);
    font-weight: 800;
}
.tec-hub-person-avatar {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    font-size: 44px;
}
.tec-hub-person-avatar img,
.tec-hub-current-profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tec-hub-person-profile-identity > div:last-child {
    padding-top: 72px;
}
.tec-hub-person-profile-identity h1 {
    margin: 4px 0 6px;
    color: var(--tec-hub-accent);
    font-size: clamp(34px,4vw,54px);
    line-height: 1;
    letter-spacing: -.035em;
}
.tec-hub-person-title {
    margin: 0 !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 15px !important;
}
.tec-hub-person-title span {
    color: rgba(255,255,255,.46);
}
.tec-hub-person-bio {
    max-width: 760px;
    margin: 13px 0 0 !important;
    color: rgba(255,255,255,.7) !important;
    font-size: 14px !important;
    line-height: 1.55;
}
.tec-hub-profile-edit-heading {
    display: grid;
    grid-template-columns: minmax(0,1.1fr) minmax(240px,.9fr);
    gap: 24px;
    align-items: end;
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(140,198,63,.3);
}
.tec-hub-profile-edit-heading h2 {
    margin: 5px 0 0;
    color: #fff;
    font-size: 24px;
}
.tec-hub-profile-edit-heading > p {
    margin: 0 !important;
    color: rgba(255,255,255,.62) !important;
    font-size: 13px !important;
    line-height: 1.5;
}
.tec-hub-profile-media-fields {
    display: grid;
    grid-template-columns: minmax(180px,.35fr) minmax(0,.65fr);
    gap: 18px;
    margin-bottom: 24px;
}
.tec-hub-current-profile-photo {
    width: 106px;
    height: 106px;
    margin: 0 0 12px;
    border-radius: 50%;
}

.tec-hub-project-media-editor {
    grid-column: 1 / -1;
    padding: 16px;
    border: 1px solid rgba(140,198,63,.38);
    background: rgba(255,255,255,.015);
}
.tec-hub-project-media-editor-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}
.tec-hub-project-media-editor-head strong,
.tec-hub-project-media-editor-head span {
    display: block;
}
.tec-hub-project-media-editor-head strong {
    color: #fff;
    font-size: 14px;
}
.tec-hub-project-media-editor-head span {
    margin-top: 3px;
    color: rgba(255,255,255,.55);
    font-size: 11px;
}
.tec-hub-project-media-rows {
    display: grid;
    gap: 10px;
}
.tec-hub-project-media-row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(170px,.42fr) minmax(0,.58fr) 30px;
    gap: 10px;
    align-items: end;
}
.tec-hub-project-media-row label > span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255,255,255,.68);
    font-size: 11px;
    font-weight: 700;
}
.tec-hub-project-media-row input[type="file"],
.tec-hub-project-media-row input[type="text"] {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(140,198,63,.54);
    border-radius: 0;
    background: #000;
    color: #fff;
}
.tec-hub-project-media-row input[type="file"] {
    padding: 8px;
    font-size: 11px;
}
.tec-hub-project-media-row input[type="text"] {
    padding: 10px 12px;
    font-size: 13px;
}
.tec-hub-project-media-remove {
    width: 30px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.2);
    background: transparent;
    color: rgba(255,255,255,.65);
    font-size: 21px;
    cursor: pointer;
}
.tec-hub-project-media-remove:hover,
.tec-hub-project-media-remove:focus-visible {
    border-color: #fff;
    color: #fff;
    outline: 0;
}
.tec-hub-add-project-empty > p {
    max-width: 760px;
    color: rgba(255,255,255,.62) !important;
}

.tec-hub-case-study-grid {
    grid-template-columns: 1fr;
    gap: 24px;
}
.tec-hub-case-study-card {
    display: grid;
    grid-template-columns: minmax(0,1.1fr) minmax(260px,.9fr);
    align-items: stretch;
    overflow: hidden;
}
.tec-hub-case-study-card > .tec-hub-case-study-copy {
    padding: clamp(22px,3vw,34px);
}
.tec-hub-case-study-gallery {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1px;
    align-content: start;
    background: rgba(140,198,63,.2);
}
.tec-hub-case-study-gallery.is-single {
    grid-template-columns: 1fr;
}
.tec-hub-case-study-gallery figure {
    position: relative;
    margin: 0;
    min-height: 170px;
    background: #000;
}
.tec-hub-case-study-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 170px;
    object-fit: cover;
}
.tec-hub-case-study-gallery figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26px 10px 9px;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,.88));
    color: rgba(255,255,255,.9);
    font-size: 10px;
    line-height: 1.35;
}
.tec-hub-case-study-summary p {
    color: rgba(255,255,255,.68) !important;
    font-size: 14px !important;
    line-height: 1.6;
}

@media (max-width: 980px) {
    .tec-hub-company-actions.is-compact {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .tec-hub-company-profile-hero-body {
        grid-template-columns: 116px minmax(0,1fr);
    }
    .tec-hub-company-profile-hero .tec-hub-company-profile-logo {
        width: 116px;
        height: 116px;
        font-size: 38px;
    }
    .tec-hub-case-study-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .tec-hub-native-account .tec-hub-icon-link {
        width: 38px;
        height: 38px;
    }
    .tec-hub-company-profile-cover,
    .tec-hub-person-profile-cover {
        min-height: 170px;
    }
    .tec-hub-company-profile-hero-body,
    .tec-hub-person-profile-identity {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: -48px;
    }
    .tec-hub-company-profile-intro,
    .tec-hub-person-profile-identity > div:last-child {
        padding-top: 0;
    }
    .tec-hub-company-profile-hero .tec-hub-company-profile-logo {
        width: 98px;
        height: 98px;
    }
    .tec-hub-person-avatar {
        width: 104px;
        height: 104px;
    }
    .tec-hub-profile-edit-heading,
    .tec-hub-profile-media-fields,
    .tec-hub-project-media-row {
        grid-template-columns: 1fr;
    }
    .tec-hub-project-media-remove {
        width: 100%;
        height: 34px;
    }
    .tec-hub-project-media-editor-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .tec-hub-case-study-gallery {
        grid-template-columns: 1fr;
    }
}
.tec-hub-company-editor-hero .tec-hub-company-profile-intro > p {
    max-width: 760px;
    margin: 10px 0 0 !important;
    color: rgba(255,255,255,.68) !important;
    font-size: 13px !important;
    line-height: 1.5;
}


/* 0.12.11: tighten public company-profile alignment without changing stored profile data. */
.tec-hub-company-profile-cover:not(.has-image) {
    min-height: 140px;
}
.tec-hub-company-profile-cover:not(.has-image) + .tec-hub-company-profile-hero-body {
    margin-top: -52px;
}
.tec-hub-company-profile-cover:not(.has-image) + .tec-hub-company-profile-hero-body .tec-hub-company-profile-intro {
    padding-top: 54px;
}
.tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: stretch;
    margin-top: 18px;
}
.tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions > * {
    margin: 0;
}
.tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions .tec-hub-company-action {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid rgba(140,198,63,.5);
    background: transparent;
    color: rgba(255,255,255,.88) !important;
    font-size: 11px !important;
    font-weight: 750;
    line-height: 1.1;
    text-align: center;
    text-decoration: none !important;
}
.tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions .tec-hub-company-action:hover,
.tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions .tec-hub-company-action:focus-visible {
    border-color: #fff;
    color: #fff !important;
    outline: 0;
}
.tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions .tec-hub-company-action.is-active,
.tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions .tec-hub-company-action.is-status {
    border-color: rgba(255,255,255,.3);
    color: #fff !important;
}
.tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions .tec-hub-connect-details {
    margin-top: 0;
}
.tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions .tec-hub-connect-details[open] {
    flex-basis: 100%;
}
.tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions .tec-hub-connect-form {
    width: min(460px, 100%);
    padding: 14px;
    border: 1px solid rgba(140,198,63,.45);
    background: #050505;
}
@media (max-width: 680px) {
    .tec-hub-company-profile-cover:not(.has-image) {
        min-height: 96px;
    }
    .tec-hub-company-profile-cover:not(.has-image) + .tec-hub-company-profile-hero-body {
        margin-top: -38px;
    }
    .tec-hub-company-profile-cover:not(.has-image) + .tec-hub-company-profile-hero-body .tec-hub-company-profile-intro {
        padding-top: 0;
    }
    .tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions .tec-hub-connect-details[open] {
        grid-column: 1 / -1;
    }
}
@media (max-width: 440px) {
    .tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions {
        grid-template-columns: 1fr;
    }
}

/* 0.12.12: focused job/project posting modal and narrow-width form behavior. */
html.tec-hub-modal-open,
html.tec-hub-modal-open body {
    overflow: hidden;
}

.tec-hub-job-post-panel > .tec-hub-button {
    margin-top: 16px;
}

.tec-hub-job-modal {
    width: min(920px, calc(100vw - 32px));
    max-width: 920px;
    max-height: calc(100dvh - 32px);
    margin: auto;
    padding: 0;
    border: 1px solid rgba(140,198,63,.7);
    border-radius: 0;
    background: #050505;
    color: #fff;
    box-shadow: 0 30px 90px rgba(0,0,0,.6);
    overflow: hidden;
}
.tec-hub-job-modal:not([open]) {
    display: none;
}
.tec-hub-job-modal::backdrop {
    background: rgba(0,0,0,.84);
    backdrop-filter: blur(3px);
}
.tec-hub-job-modal-frame {
    display: flex;
    flex-direction: column;
    max-height: calc(100dvh - 32px);
    min-height: 0;
}
.tec-hub-job-modal-header {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: flex-start;
    padding: 28px 32px 24px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    background: #050505;
}
.tec-hub-job-modal-header h2 {
    margin: 5px 0 8px;
    color: var(--tec-hub-accent);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1;
    letter-spacing: -.035em;
}
.tec-hub-job-modal-header p {
    max-width: 670px;
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 14px;
    line-height: 1.5;
}
.tec-hub-job-modal-close {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(140,198,63,.5);
    border-radius: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
}
.tec-hub-job-modal-close svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.tec-hub-job-modal-close:hover,
.tec-hub-job-modal-close:focus-visible {
    border-color: #fff;
    color: var(--tec-hub-accent);
    outline: 0;
}
.tec-hub-job-modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 28px 32px 0;
}
.tec-hub-job-modal-body > .tec-hub-notice {
    margin-bottom: 24px;
}
.tec-hub-job-form {
    margin: 0;
}
.tec-hub-job-form-section {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.tec-hub-job-form-section:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
}
.tec-hub-job-form-section-head {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 20px;
}
.tec-hub-job-form-section-head > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--tec-hub-accent);
    color: var(--tec-hub-accent);
    font-size: 12px;
    font-weight: 800;
}
.tec-hub-job-form-section-head h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}
.tec-hub-job-form-section-head p {
    margin: 0;
    color: rgba(255,255,255,.58);
    font-size: 13px;
}
.tec-hub-job-form .tec-hub-field {
    min-width: 0;
    margin-bottom: 18px;
}
.tec-hub-job-form .tec-hub-grid .tec-hub-field {
    margin-bottom: 0;
}
.tec-hub-job-form .tec-hub-field > span {
    color: #fff;
    font-size: 12px;
}
.tec-hub-job-form .tec-hub-field input:not([type="file"]),
.tec-hub-job-form .tec-hub-field textarea,
.tec-hub-job-form .tec-hub-field select {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    border: 1px solid rgba(140,198,63,.55);
    border-radius: 0;
    background: #000;
    color: #fff;
    padding: 12px 13px;
    font: inherit;
    font-size: 16px;
}
.tec-hub-job-form .tec-hub-field textarea {
    min-height: 130px;
    resize: vertical;
}
.tec-hub-job-form .tec-hub-field input:focus,
.tec-hub-job-form .tec-hub-field textarea:focus,
.tec-hub-job-form .tec-hub-field select:focus {
    outline: 2px solid rgba(140,198,63,.3);
    outline-offset: 1px;
    border-color: #fff;
}
.tec-hub-job-form-label {
    margin: 22px 0 12px;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
}
.tec-hub-job-form-label:first-of-type {
    margin-top: 0;
}
.tec-hub-job-form .tec-hub-capability-groups {
    gap: 12px;
}
.tec-hub-job-form .tec-hub-capability-group {
    min-width: 0;
    padding: 15px;
}
.tec-hub-job-form .tec-hub-chip-grid {
    gap: 7px;
}
.tec-hub-job-form .tec-hub-chip-grid label,
.tec-hub-job-form .tec-hub-choice-grid.tec-hub-chip-grid label {
    min-width: 0;
    min-height: 0 !important;
}
.tec-hub-job-form .tec-hub-chip-grid label span {
    max-width: 100%;
    min-height: 42px;
    padding: 9px 12px;
    white-space: normal;
    overflow-wrap: anywhere;
}
.tec-hub-job-form .tec-hub-selection-count {
    margin-top: 6px;
}
.tec-hub-job-form-actions {
    position: sticky;
    bottom: 0;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 0 -32px;
    padding: 18px 32px;
    border-top: 1px solid rgba(255,255,255,.13);
    background: rgba(5,5,5,.98);
}
.tec-hub-job-form-actions .tec-hub-button {
    min-width: 160px;
}

@media (max-width: 760px) {
    .tec-hub-job-modal {
        width: 100vw;
        max-width: none;
        height: 100dvh;
        max-height: 100dvh;
        margin: 0;
        border: 0;
    }
    .tec-hub-job-modal-frame {
        height: 100dvh;
        max-height: 100dvh;
    }
    .tec-hub-job-modal-header {
        padding: 20px 18px 18px;
        gap: 16px;
    }
    .tec-hub-job-modal-header h2 {
        font-size: clamp(28px, 9vw, 36px);
    }
    .tec-hub-job-modal-header p {
        font-size: 13px;
    }
    .tec-hub-job-modal-close {
        width: 40px;
        height: 40px;
    }
    .tec-hub-job-modal-body {
        padding: 22px 18px 0;
    }
    .tec-hub-job-form .tec-hub-grid-2,
    .tec-hub-job-form .tec-hub-capability-groups {
        grid-template-columns: 1fr !important;
    }
    .tec-hub-job-form-section {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .tec-hub-job-form-section-head {
        grid-template-columns: 36px minmax(0,1fr);
        gap: 12px;
    }
    .tec-hub-job-form-section-head > span {
        width: 34px;
        height: 34px;
    }
    .tec-hub-job-form .tec-hub-chip-grid,
    .tec-hub-job-form .tec-hub-choice-grid.tec-hub-chip-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        width: 100%;
    }
    .tec-hub-job-form .tec-hub-chip-grid label,
    .tec-hub-job-form .tec-hub-chip-grid label span {
        width: 100%;
    }
    .tec-hub-job-form-actions {
        margin: 0 -18px;
        padding: 14px 18px max(14px, env(safe-area-inset-bottom));
    }
}

@media (max-width: 480px) {
    .tec-hub-job-modal-header p {
        display: none;
    }
    .tec-hub-job-form .tec-hub-chip-grid,
    .tec-hub-job-form .tec-hub-choice-grid.tec-hub-chip-grid {
        grid-template-columns: 1fr;
    }
    .tec-hub-job-form-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    .tec-hub-job-form-actions .tec-hub-button {
        width: 100%;
        min-width: 0;
    }
    .tec-hub-job-form-actions .tec-hub-button[type="submit"] {
        order: -1;
    }
}
.tec-hub-job-form {
    color-scheme: dark;
}

/* 0.12.13: proportional opportunity scope field and explicit self-post treatment. */
.tec-hub-job-form .tec-hub-job-scope-field {
    display: block;
    width: 100%;
    max-width: none;
}
.tec-hub-job-form .tec-hub-job-scope-field textarea {
    display: block;
    width: 100%;
    min-height: 190px;
}
.tec-hub-own-opportunity-label {
    display: grid;
    place-items: center;
    align-content: center;
    min-height: 104px;
    padding: 14px;
    border: 1px solid rgba(140,198,63,.55);
    background: rgba(140,198,63,.08);
    text-align: center;
}
.tec-hub-own-opportunity-label strong,
.tec-hub-own-opportunity-label span {
    display: block;
}
.tec-hub-own-opportunity-label strong {
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
}
.tec-hub-own-opportunity-label span {
    margin-top: 5px;
    color: var(--tec-hub-accent);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
@media (max-width: 760px) {
    .tec-hub-job-form .tec-hub-job-scope-field textarea {
        min-height: 160px;
    }
}



/* v0.12.14: keep self-posts manageable without reintroducing self-matching. */
.tec-hub-owned-jobs-panel { margin-bottom: 20px; }
.tec-hub-owned-job-list { display: grid; gap: 0; }
.tec-hub-owned-job-card {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid rgba(255,255,255,.12);
}
.tec-hub-owned-job-card:first-child { border-top: 0; }
.tec-hub-owned-job-title-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.tec-hub-owned-job-title-row h3 { margin: 0; font-size: 18px; }
.tec-hub-owned-job-title-row h3 a { color: #fff !important; text-decoration: none !important; }
.tec-hub-owned-job-copy p { margin: 5px 0 0; color: rgba(255,255,255,.58); font-size: 13px; }
.tec-hub-owned-job-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 8px;
    border: 1px solid rgba(140,198,63,.45);
    color: var(--tec-hub-accent);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.tec-hub-owned-job-actions,
.tec-hub-owner-action-buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.tec-hub-owned-job-actions form,
.tec-hub-owner-action-buttons form { margin: 0; }
.tec-hub-button-small { min-height: 38px !important; padding: 9px 13px !important; font-size: 11px !important; }
.tec-hub-button-danger { border-color: rgba(255,255,255,.32) !important; }
.tec-hub-button-danger:hover,
.tec-hub-button-danger:focus-visible { border-color: #fff !important; }
.tec-hub-owner-action-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}
.tec-hub-owner-action-row .tec-hub-response-count { margin: 0; }
@media (max-width: 760px) {
    .tec-hub-owned-job-card { grid-template-columns: 1fr; gap: 12px; }
    .tec-hub-owned-job-actions { width: 100%; }
    .tec-hub-owned-job-actions > a,
    .tec-hub-owned-job-actions > form,
    .tec-hub-owned-job-actions > form .tec-hub-button { flex: 1 1 0; }
    .tec-hub-owner-action-row { align-items: stretch; flex-direction: column; }
    .tec-hub-owner-action-buttons { width: 100%; }
    .tec-hub-owner-action-buttons > button,
    .tec-hub-owner-action-buttons > form,
    .tec-hub-owner-action-buttons > form .tec-hub-button { flex: 1 1 0; }
}

/* v0.12.15: account ownership, company team management and verified claims. */
.tec-hub-company-team,
.tec-hub-account-management {
    margin-top: 20px;
}
.tec-hub-company-team .tec-hub-profile-edit-heading,
.tec-hub-account-management {
    align-items: center;
}
.tec-hub-team-list {
    display: grid;
    gap: 0;
    margin-top: 8px;
}
.tec-hub-team-member {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid rgba(255,255,255,.12);
}
.tec-hub-team-member:first-child { border-top: 0; }
.tec-hub-team-member-copy {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}
.tec-hub-team-member-copy > div:last-child { min-width: 0; }
.tec-hub-team-member-copy strong,
.tec-hub-team-member-copy span { display: block; }
.tec-hub-team-member-copy strong {
    color: #fff;
    font-size: 15px;
}
.tec-hub-team-member-copy span {
    margin-top: 3px;
    color: rgba(255,255,255,.58);
    font-size: 12px;
    overflow-wrap: anywhere;
}
.tec-hub-team-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(140,198,63,.55);
    background: rgba(140,198,63,.08);
    color: #fff;
    font-weight: 800;
}
.tec-hub-team-member-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
.tec-hub-team-member-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}
.tec-hub-team-member-actions form { margin: 0; }
.tec-hub-role-badge,
.tec-hub-claim-pending {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 9px;
    border: 1px solid rgba(255,255,255,.22);
    color: rgba(255,255,255,.72);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    white-space: nowrap;
}
.tec-hub-role-badge.is-owner,
.tec-hub-claim-pending {
    border-color: rgba(140,198,63,.55);
    color: var(--tec-hub-accent);
    background: rgba(140,198,63,.08);
}
.tec-hub-danger-zone {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-color: rgba(255,255,255,.18);
}
.tec-hub-danger-zone > div { max-width: 760px; }
.tec-hub-danger-zone h2 { margin: 5px 0 6px; }
.tec-hub-danger-zone p { margin: 0; color: rgba(255,255,255,.62); }
.tec-hub-danger-zone > .tec-hub-button { flex: 0 0 auto; align-self: center; }
.tec-hub-button-danger {
    background: transparent !important;
    color: #fff !important;
    border-color: rgba(255,95,95,.7) !important;
}
.tec-hub-button-danger:hover,
.tec-hub-button-danger:focus-visible {
    background: rgba(255,95,95,.10) !important;
    border-color: #ff7373 !important;
}
.tec-hub-account-modal .tec-hub-job-modal-frame,
.tec-hub-claim-modal .tec-hub-job-modal-frame {
    width: min(760px, calc(100vw - 40px));
}
.tec-hub-account-owner-choice,
.tec-hub-delete-confirmation {
    display: grid;
    gap: 10px;
}
.tec-hub-account-owner-choice h3,
.tec-hub-delete-confirmation p { margin: 0 0 4px; }
.tec-hub-account-choice {
    position: relative;
    display: block;
    cursor: pointer;
}
.tec-hub-account-choice > input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.tec-hub-account-choice > span {
    display: block;
    padding: 14px 15px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.025);
}
.tec-hub-account-choice > span strong,
.tec-hub-account-choice > span small { display: block; }
.tec-hub-account-choice > span strong { color: #fff; }
.tec-hub-account-choice > span small {
    margin-top: 4px;
    color: rgba(255,255,255,.58);
    line-height: 1.45;
}
.tec-hub-account-choice > input:checked + span {
    border-color: var(--tec-hub-accent);
    background: rgba(140,198,63,.08);
}
.tec-hub-owner-transfer-fields {
    margin: 0 0 4px 22px;
}
.tec-hub-owner-transfer-fields[hidden] { display: none !important; }
.tec-hub-delete-confirmation {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
}
.tec-hub-claim-control,
.tec-hub-claim-status {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 12px;
}
.tec-hub-claim-control > span,
.tec-hub-claim-status > small {
    color: rgba(255,255,255,.5);
    font-size: 11px;
}
.tec-hub-claim-trigger {
    font: inherit;
    cursor: pointer;
}
.tec-hub-claim-explainer,
.tec-hub-claim-warning {
    margin: 0 0 20px;
    padding: 13px 14px;
    border-left: 2px solid var(--tec-hub-accent);
    background: rgba(140,198,63,.06);
    color: rgba(255,255,255,.7);
}
.tec-hub-claim-warning {
    margin-top: 18px;
    border-left-color: rgba(255,255,255,.55);
    background: rgba(255,255,255,.04);
}
.tec-hub-claim-form .tec-hub-field textarea { min-height: 150px; }

@media (max-width: 760px) {
    .tec-hub-team-member {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .tec-hub-team-member-controls {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .tec-hub-team-member-actions {
        width: 100%;
        justify-content: stretch;
    }
    .tec-hub-team-member-actions form { flex: 1 1 0; }
    .tec-hub-team-member-actions .tec-hub-button { width: 100%; }
    .tec-hub-danger-zone {
        display: grid;
        gap: 18px;
    }
    .tec-hub-danger-zone > .tec-hub-button { width: 100%; }
    .tec-hub-account-modal .tec-hub-job-modal-frame,
    .tec-hub-claim-modal .tec-hub-job-modal-frame { width: 100%; }
    .tec-hub-owner-transfer-fields { margin-left: 0; }
    .tec-hub-claim-control,
    .tec-hub-claim-status { align-items: flex-start; flex-direction: column; }
}

/* v0.12.18: public company people roster. */
.tec-hub-company-people {
    margin-top: 28px;
    padding: 26px;
    border: 1px solid rgba(140,198,63,.42);
    background: rgba(255,255,255,.015);
}
.tec-hub-company-section-heading { margin-bottom: 18px; }
.tec-hub-company-section-heading h2 { margin: 4px 0 0; }
.tec-hub-company-people-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
}
.tec-hub-company-person-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.025);
}
.tec-hub-company-person-card.is-owner { border-color: rgba(140,198,63,.48); }
.tec-hub-company-person-photo {
    display: grid;
    place-items: center;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border: 1px solid rgba(140,198,63,.5);
    background: rgba(140,198,63,.08);
    color: #fff;
    font-weight: 800;
}
.tec-hub-company-person-photo img { width: 100%; height: 100%; object-fit: cover; }
.tec-hub-company-person-copy { min-width: 0; }
.tec-hub-company-person-copy strong,
.tec-hub-company-person-copy span,
.tec-hub-company-person-copy small { display: block; }
.tec-hub-company-person-copy strong { color: #fff; }
.tec-hub-company-person-copy span { margin-top: 3px; color: rgba(255,255,255,.68); }
.tec-hub-company-person-copy small {
    margin-top: 6px;
    color: var(--tec-hub-accent);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}
@media (max-width: 700px) {
    .tec-hub-company-people { padding: 18px; }
    .tec-hub-company-people-grid { grid-template-columns: 1fr; }
}


/* v0.12.21: company people link to read-only personal profiles. */
.tec-hub-company-person-card {
    color: inherit;
    text-decoration: none;
    transition: border-color .16s ease, background .16s ease, transform .16s ease;
}
.tec-hub-company-person-card:hover,
.tec-hub-company-person-card:focus-visible {
    border-color: rgba(140,198,63,.72);
    background: rgba(140,198,63,.055);
    transform: translateY(-1px);
    outline: none;
}
.tec-hub-company-person-card:focus-visible {
    box-shadow: 0 0 0 2px rgba(140,198,63,.24);
}
.tec-hub-public-person-profile .tec-hub-person-title a {
    color: inherit;
    text-decoration-color: rgba(140,198,63,.45);
    text-underline-offset: 3px;
}
.tec-hub-public-person-profile .tec-hub-person-title a:hover,
.tec-hub-public-person-profile .tec-hub-person-title a:focus-visible {
    color: var(--tec-hub-accent);
}
.tec-hub-person-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}
.tec-hub-public-person-contact {
    margin-top: -14px;
}
.tec-hub-public-person-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
}
.tec-hub-public-person-contact-links a {
    color: #fff;
    text-decoration-color: rgba(140,198,63,.45);
    text-underline-offset: 3px;
}
.tec-hub-public-person-contact-links a:hover,
.tec-hub-public-person-contact-links a:focus-visible {
    color: var(--tec-hub-accent);
}


/* v0.12.24: network and employee invitations. */
.tec-hub-dashboard-actions {
    display: flex;
    justify-content: flex-end;
    margin: -4px 0 18px;
}
.tec-hub-team-heading-actions {
    display: grid;
    gap: 12px;
    justify-items: start;
}
.tec-hub-team-heading-actions > p {
    margin: 0 !important;
    color: rgba(255,255,255,.62) !important;
    font-size: 13px !important;
    line-height: 1.5;
}
.tec-hub-invite-modal .tec-hub-job-modal-frame {
    width: min(760px, calc(100vw - 40px));
}
.tec-hub-invite-modal .tec-hub-job-modal-body {
    padding-bottom: 0;
}
.tec-hub-invite-company-lock,
.tec-hub-invite-benefit-preview,
.tec-hub-invite-registration-note {
    margin: 0 0 20px;
    padding: 15px 16px;
    border-left: 2px solid var(--tec-hub-accent);
    background: rgba(140,198,63,.06);
}
.tec-hub-invite-company-lock span,
.tec-hub-invite-company-lock strong,
.tec-hub-invite-company-lock small,
.tec-hub-invite-benefit-preview strong,
.tec-hub-invite-benefit-preview span,
.tec-hub-invite-benefit-preview small,
.tec-hub-invite-registration-note strong,
.tec-hub-invite-registration-note span {
    display: block;
}
.tec-hub-invite-company-lock span,
.tec-hub-invite-benefit-preview small {
    color: rgba(255,255,255,.5);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.tec-hub-invite-company-lock strong,
.tec-hub-invite-benefit-preview strong,
.tec-hub-invite-registration-note strong {
    color: #fff;
    font-size: 14px;
}
.tec-hub-invite-company-lock small,
.tec-hub-invite-benefit-preview span,
.tec-hub-invite-registration-note span {
    margin-top: 5px;
    color: rgba(255,255,255,.64);
    font-size: 12px;
    line-height: 1.5;
}
.tec-hub-invite-benefit-preview small { margin-top: 9px; }
.tec-hub-invite-form .tec-hub-field-full {
    display: block;
    width: 100%;
}
.tec-hub-invite-progress {
    margin: 4px 0 18px;
}
.tec-hub-invite-progress[hidden] { display: none !important; }
.tec-hub-invite-progress-track {
    height: 8px;
    overflow: hidden;
    background: rgba(255,255,255,.12);
}
.tec-hub-invite-progress-track span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--tec-hub-accent);
    transition: width .5s ease;
}
.tec-hub-invite-progress.is-active .tec-hub-invite-progress-track span {
    box-shadow: 0 0 16px rgba(140,198,63,.25);
}
.tec-hub-invite-progress p {
    margin: 7px 0 0;
    color: rgba(255,255,255,.62);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.tec-hub-invite-form[aria-busy="true"] .tec-hub-job-form-actions button:not([type="submit"]) {
    pointer-events: none;
    opacity: .55;
}
.tec-hub-auth-form input[readonly] {
    opacity: .78;
    cursor: not-allowed;
}
@media (max-width: 760px) {
    .tec-hub-dashboard-actions { justify-content: stretch; }
    .tec-hub-dashboard-actions .tec-hub-button { width: 100%; }
    .tec-hub-team-heading-actions { justify-items: stretch; }
    .tec-hub-team-heading-actions .tec-hub-button { width: 100%; }
    .tec-hub-invite-modal .tec-hub-job-modal-frame { width: 100%; }
}


/* v0.12.25: multi-recipient invitations. */
.tec-hub-invite-form .tec-hub-field small {
    display: block;
    margin-top: 6px;
    color: var(--tec-hub-muted, #8b8b8b);
    font-size: 12px;
    line-height: 1.45;
}
.tec-hub-invite-form textarea[name="recipient_emails"] {
    min-height: 104px;
    resize: vertical;
}


/* v0.12.26: targeted team danger-button and invite-modal width fixes. */
.tec-hub-native .tec-hub-button.tec-hub-button-danger,
.tec-hub-site-section .tec-hub-button.tec-hub-button-danger {
    background: transparent !important;
    border-color: rgba(255,95,95,.78) !important;
    color: #fff !important;
}
.tec-hub-native .tec-hub-button.tec-hub-button-danger:hover,
.tec-hub-native .tec-hub-button.tec-hub-button-danger:focus-visible,
.tec-hub-site-section .tec-hub-button.tec-hub-button-danger:hover,
.tec-hub-site-section .tec-hub-button.tec-hub-button-danger:focus-visible {
    background: rgba(255,95,95,.10) !important;
    border-color: #ff7373 !important;
    color: #fff !important;
}
.tec-hub-invite-modal .tec-hub-job-modal-frame {
    width: 100%;
    max-width: none;
}
.tec-hub-invite-modal .tec-hub-job-modal-body,
.tec-hub-invite-modal .tec-hub-invite-form,
.tec-hub-invite-modal .tec-hub-invite-form .tec-hub-field,
.tec-hub-invite-modal .tec-hub-invite-form input:not([type="hidden"]),
.tec-hub-invite-modal .tec-hub-invite-form textarea {
    width: 100%;
    max-width: none;
}

/* v0.12.29: stable password reveal controls and compact mobile Hub navigation. */
.tec-hub-nav-icon {
    display: none;
}
.tec-hub-account-company {
    display: inline-flex;
    min-width: 0;
    align-items: center;
}
.tec-hub-account-logo {
    display: none;
}

/* Keep the visibility toggle physically attached to its input even when the
   input type changes from password to text. Theme button/focus rules must not
   be able to move or resize it. */
.tec-hub-auth-card .tec-hub-password-wrap {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-width: 0;
}
.tec-hub-auth-card .tec-hub-password-wrap input[type="password"],
.tec-hub-auth-card .tec-hub-password-wrap input[type="text"] {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-right: 58px !important;
}
.tec-hub-auth-card .tec-hub-password-wrap .tec-hub-password-toggle {
    appearance: none !important;
    -webkit-appearance: none !important;
    position: absolute !important;
    top: 8px !important;
    right: 1px !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 5 !important;
    display: inline-grid !important;
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    place-items: center !important;
    border: 0 !important;
    border-left: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 0 !important;
    background: #000 !important;
    color: rgba(255,255,255,.72) !important;
    box-shadow: none !important;
    transform: none !important;
    line-height: 1 !important;
}
.tec-hub-auth-card .tec-hub-password-wrap .tec-hub-password-toggle:hover,
.tec-hub-auth-card .tec-hub-password-wrap .tec-hub-password-toggle:focus,
.tec-hub-auth-card .tec-hub-password-wrap .tec-hub-password-toggle:focus-visible,
.tec-hub-auth-card .tec-hub-password-wrap .tec-hub-password-toggle:active {
    top: 8px !important;
    right: 1px !important;
    width: 50px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #000 !important;
    color: #fff !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.2) !important;
    transform: none !important;
}

@media (max-width: 960px) {
    /* The TEC mobile header no longer needs Partner Access pulled upward or
       horizontally outside the theme content box. Removing those negative
       offsets prevents the site menu/hamburger from being clipped. */
    .tec-hub-auth-fullbleed {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        overflow: visible;
    }
}

@media (max-width: 680px) {
    .tec-hub-native-nav {
        width: 100%;
        gap: 0;
        overflow: visible;
    }
    .tec-hub-native-nav-links {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        padding: 8px 0 10px;
        overflow: visible;
        scroll-snap-type: none;
    }
    .tec-hub-native-nav-links .tec-hub-nav-item,
    .tec-hub-native-nav-links .tec-hub-nav-item:first-child {
        position: relative;
        display: inline-grid;
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        min-height: 40px;
        padding: 0 !important;
        place-items: center;
        justify-self: center;
        border: 1px solid rgba(140,198,63,.4);
        color: rgba(255,255,255,.82) !important;
    }
    .tec-hub-native-nav-links .tec-hub-nav-item:hover,
    .tec-hub-native-nav-links .tec-hub-nav-item:focus-visible,
    .tec-hub-native-nav-links .tec-hub-nav-item.is-active {
        border-color: var(--tec-hub-accent);
        color: var(--tec-hub-accent) !important;
        outline: 0;
    }
    .tec-hub-native-nav-links .tec-hub-nav-item.is-active:after,
    .tec-hub-native-nav-links .tec-hub-nav-item:first-child.is-active:after {
        display: none;
    }
    .tec-hub-nav-icon {
        display: inline-grid;
        width: 20px;
        height: 20px;
        place-items: center;
        color: currentColor;
    }
    .tec-hub-nav-icon svg {
        display: block;
        width: 20px;
        height: 20px;
        fill: currentColor;
    }
    .tec-hub-nav-label {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0,0,0,0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }
    .tec-hub-native-account {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        padding: 10px 0 12px;
    }
    .tec-hub-account-name {
        display: none !important;
    }
    .tec-hub-account-company {
        flex: 0 0 auto;
        order: 3;
    }
    .tec-hub-account-logo {
        display: grid;
        width: 38px;
        height: 38px;
        place-items: center;
        overflow: hidden;
        border: 1px solid rgba(140,198,63,.4);
        background: #fff;
        color: #000;
    }
    .tec-hub-account-logo-image {
        display: block;
        width: 100%;
        height: 100%;
        padding: 3px;
        box-sizing: border-box;
        object-fit: contain;
    }
    .tec-hub-account-logo-fallback {
        font-size: 14px;
        font-weight: 800;
        line-height: 1;
    }
    .tec-hub-native-account .tec-hub-signout-link {
        min-height: 38px;
        margin-left: auto;
        padding: 0 4px !important;
        display: inline-flex;
        align-items: center;
    }
}

@media (max-width: 960px) {
    /* The live TEC logo hangs below the site header at tablet/mobile sizes.
       Give the signed-in Hub its own clearance so its first navigation row is
       never underneath the logo or the site hamburger. */
    .tec-hub-native {
        padding-top: 76px;
    }
}

/* v0.12.30: mobile app-style navigation and account flyout. */
.tec-hub-account-menu,
.tec-hub-mobile-dock {
    display: none;
}

.tec-hub-network-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.tec-hub-network-company-group {
    min-width: 0;
}
.tec-hub-network-count {
    color: var(--tec-hub-accent);
    font-size: 28px;
    line-height: 1;
}
.tec-hub-network-company-list {
    display: grid;
    gap: 9px;
}
.tec-hub-network-company-list a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(140,198,63,.28);
    color: #fff !important;
    text-decoration: none !important;
}
.tec-hub-network-company-list a:hover,
.tec-hub-network-company-list a:focus-visible {
    border-color: var(--tec-hub-accent);
    outline: 0;
}
.tec-hub-network-company-list a > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    overflow: hidden;
    background: #fff;
    color: #000;
    font-weight: 800;
}
.tec-hub-network-company-list img {
    width: 100%;
    height: 100%;
    padding: 3px;
    box-sizing: border-box;
    object-fit: contain;
}
.tec-hub-network-find {
    margin-top: 18px;
}

@media (max-width: 900px) {
    .tec-hub-network-summary-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .tec-hub-native {
        padding-bottom: calc(106px + env(safe-area-inset-bottom, 0px));
    }

    /* The top Hub row is now utilities only on phones. Primary navigation
       lives in the fixed app-style dock at the bottom of the viewport. */
    .tec-hub-native-nav {
        display: block;
        width: 100%;
        margin-bottom: 26px;
        overflow: visible;
    }
    .tec-hub-native-nav-links {
        display: none !important;
    }
    .tec-hub-native-account {
        display: flex;
        width: 100%;
        min-height: 58px;
        padding: 10px 0;
        align-items: center;
        justify-content: flex-start;
        gap: 9px;
        flex-wrap: nowrap;
        overflow: visible;
    }
    .tec-hub-account-company,
    .tec-hub-native-account .tec-hub-signout-link {
        display: none !important;
    }

    .tec-hub-account-menu {
        position: relative;
        display: block;
        margin-left: auto;
    }
    .tec-hub-account-menu > summary {
        list-style: none;
        cursor: pointer;
    }
    .tec-hub-account-menu > summary::-webkit-details-marker {
        display: none;
    }
    .tec-hub-native-account .tec-hub-settings-trigger {
        display: inline-grid;
        width: 38px;
        height: 38px;
        min-width: 38px;
        padding: 0 !important;
        place-items: center;
        border: 1px solid rgba(140,198,63,.4);
        color: rgba(255,255,255,.82) !important;
        background: transparent;
    }
    .tec-hub-account-menu[open] .tec-hub-settings-trigger,
    .tec-hub-native-account .tec-hub-settings-trigger:hover,
    .tec-hub-native-account .tec-hub-settings-trigger:focus-visible {
        border-color: var(--tec-hub-accent);
        color: var(--tec-hub-accent) !important;
        outline: 0;
    }
    .tec-hub-settings-trigger svg {
        width: 20px;
        height: 20px;
        fill: currentColor;
    }
    .tec-hub-account-flyout {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        z-index: 10020;
        display: grid;
        width: min(310px, calc(100vw - 32px));
        padding: 10px;
        border: 1px solid var(--tec-hub-accent);
        background: #050505;
        box-shadow: 0 22px 52px rgba(0,0,0,.58);
    }
    .tec-hub-account-flyout-identity {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 11px;
        align-items: center;
        padding: 5px 5px 12px;
        margin-bottom: 4px;
        border-bottom: 1px solid rgba(140,198,63,.28);
    }
    .tec-hub-account-flyout-logo {
        display: grid;
        width: 44px;
        height: 44px;
        place-items: center;
        overflow: hidden;
        background: #fff;
        color: #000;
        font-weight: 800;
    }
    .tec-hub-account-flyout-logo img {
        width: 100%;
        height: 100%;
        padding: 3px;
        box-sizing: border-box;
        object-fit: contain;
    }
    .tec-hub-account-flyout-identity strong,
    .tec-hub-account-flyout-identity small {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .tec-hub-account-flyout-identity strong {
        color: #fff;
        font-size: 14px;
    }
    .tec-hub-account-flyout-identity small {
        margin-top: 2px;
        color: rgba(255,255,255,.58);
        font-size: 11px;
    }
    .tec-hub-account-flyout > a,
    .tec-hub-account-flyout > button {
        appearance: none;
        -webkit-appearance: none;
        display: block;
        width: 100%;
        min-height: 42px;
        margin: 0;
        padding: 11px 10px !important;
        border: 0;
        border-bottom: 1px solid rgba(255,255,255,.08);
        border-radius: 0;
        background: transparent;
        color: #fff !important;
        text-align: left;
        text-transform: none;
        letter-spacing: 0;
        font: inherit;
        font-size: 13px !important;
        font-weight: 700;
        line-height: 1.35;
        text-decoration: none !important;
        cursor: pointer;
    }
    .tec-hub-account-flyout > a:hover,
    .tec-hub-account-flyout > a:focus-visible,
    .tec-hub-account-flyout > button:hover,
    .tec-hub-account-flyout > button:focus-visible {
        background: rgba(140,198,63,.11);
        color: var(--tec-hub-accent) !important;
        outline: 0;
    }
    .tec-hub-account-flyout > .tec-hub-account-flyout-signout {
        margin-top: 4px;
        border-bottom: 0;
        color: var(--tec-hub-accent) !important;
    }

    .tec-hub-mobile-dock {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9990;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        align-items: stretch;
        min-height: 76px;
        padding: 4px 6px calc(5px + env(safe-area-inset-bottom, 0px));
        border-top: 1px solid rgba(0,0,0,.25);
        background: var(--tec-hub-accent);
        box-shadow: 0 -8px 26px rgba(0,0,0,.35);
    }
    .tec-hub-mobile-dock-item,
    .tec-hub-mobile-create > summary {
        display: flex;
        min-width: 0;
        min-height: 68px;
        padding: 6px 2px 4px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border: 0 !important;
        background: transparent !important;
        color: #000 !important;
        text-decoration: none !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
        cursor: pointer;
    }
    .tec-hub-mobile-dock-item > span {
        display: grid;
        width: 24px;
        height: 24px;
        place-items: center;
        color: currentColor;
    }
    .tec-hub-mobile-dock-item svg {
        display: block;
        width: 24px;
        height: 24px;
        fill: currentColor;
    }
    .tec-hub-mobile-dock-item small,
    .tec-hub-mobile-create > summary small {
        display: block;
        max-width: 100%;
        overflow: hidden;
        color: currentColor;
        font-size: 12px !important;
        font-weight: 800;
        line-height: 1.05;
        text-align: center;
        text-overflow: clip;
        white-space: normal;
    }
    .tec-hub-mobile-dock-item.is-active {
        color: #fff !important;
    }

    .tec-hub-mobile-create {
        position: relative;
        display: block;
        min-width: 0;
    }
    .tec-hub-mobile-create > summary {
        position: relative;
        list-style: none;
        overflow: visible;
    }
    .tec-hub-mobile-create > summary::-webkit-details-marker {
        display: none;
    }
    .tec-hub-mobile-create-disc {
        display: grid;
        width: 52px;
        height: 52px;
        margin-top: -25px;
        place-items: center;
        border: 4px solid var(--tec-hub-accent);
        border-radius: 50%;
        background: #fff;
        color: var(--tec-hub-accent);
        box-shadow: 0 4px 14px rgba(0,0,0,.28);
        font-size: 38px;
        font-weight: 300;
        line-height: 1;
    }
    .tec-hub-mobile-create[open] .tec-hub-mobile-create-disc {
        transform: rotate(45deg);
    }
    .tec-hub-mobile-create-menu {
        position: absolute;
        left: 50%;
        bottom: calc(100% + 12px);
        z-index: 10010;
        display: grid;
        width: min(320px, calc(100vw - 24px));
        padding: 8px;
        transform: translateX(-50%);
        border: 1px solid var(--tec-hub-accent);
        background: #050505;
        box-shadow: 0 18px 48px rgba(0,0,0,.6);
    }
    .tec-hub-mobile-create-menu a {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        min-height: 46px;
        padding: 7px 8px;
        border-bottom: 1px solid rgba(255,255,255,.08);
        color: #fff !important;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none !important;
    }
    .tec-hub-mobile-create-menu a:last-child {
        border-bottom: 0;
    }
    .tec-hub-mobile-create-menu a:hover,
    .tec-hub-mobile-create-menu a:focus-visible {
        background: rgba(140,198,63,.11);
        color: var(--tec-hub-accent) !important;
        outline: 0;
    }
    .tec-hub-mobile-create-menu a > span {
        display: grid;
        width: 34px;
        height: 34px;
        place-items: center;
        color: var(--tec-hub-accent);
    }
    .tec-hub-mobile-create-menu svg {
        width: 21px;
        height: 21px;
        fill: currentColor;
    }
}

@media (max-width: 680px) {
    /* Invite lives in the mobile account gear, so do not repeat the large
       dashboard button above the app dock. */
    .tec-hub-dashboard-actions {
        display: none !important;
    }
}


/* v0.12.31: Hub-first mobile chrome, lean dashboard and quick invitations. */
.tec-hub-mobile-utility-brand { display: none; }

@media (max-width: 680px) {
    body.tec-partnership-hub-page.tec-hub-hide-mobile-site-header .fl-page-header,
    body.tec-partnership-hub-page.tec-hub-hide-mobile-site-header .fl-page-header-wrap,
    body.tec-partnership-hub-page.tec-hub-hide-mobile-site-header .fl-page-nav-wrap,
    body.tec-partnership-hub-page.tec-hub-hide-mobile-site-header .fl-theme-builder-header,
    body.tec-partnership-hub-page.tec-hub-hide-mobile-site-header .fl-builder-content[data-type="header"],
    body.tec-partnership-hub-page.tec-hub-hide-mobile-site-header header.fl-page-header {
        display: none !important;
    }
    body.tec-partnership-hub-page.tec-hub-hide-mobile-site-header .tec-hub-native {
        padding-top: 0 !important;
    }
    body.tec-partnership-hub-page.tec-hub-hide-mobile-site-header .tec-hub-auth-inner {
        padding-top: 32px !important;
    }

    .tec-hub-native-nav-links,
    .tec-hub-account-company,
    .tec-hub-native-account > .tec-hub-signout-link {
        display: none !important;
    }
    .tec-hub-native-nav {
        margin-bottom: 22px !important;
    }
    .tec-hub-native-account {
        display: flex !important;
        width: 100%;
        min-height: 52px;
        padding: 6px 0 10px !important;
        align-items: center;
        justify-content: flex-start !important;
        gap: 8px;
    }
    .tec-hub-mobile-utility-brand {
        display: grid;
        width: 44px;
        height: 44px;
        margin-right: 2px;
        place-items: center;
        flex: 0 0 44px;
        overflow: hidden;
        border: 0 !important;
        background: transparent !important;
        text-decoration: none !important;
    }
    .tec-hub-mobile-utility-brand img {
        display: block;
        width: 42px;
        height: 42px;
        object-fit: contain;
    }
    .tec-hub-native-account .tec-hub-account-menu {
        margin-left: auto;
    }

    .tec-hub-stat.is-mobile-redundant,
    .tec-hub-stat.is-mobile-empty,
    .tec-hub-dashboard-opportunity-matches.is-mobile-empty {
        display: none !important;
    }
    .tec-hub-dashboard-company-matches .tec-hub-match-list {
        display: none !important;
    }
    .tec-hub-dashboard-company-matches .tec-hub-panel-head {
        margin-bottom: 0 !important;
    }

    .tec-hub-mobile-create-menu a,
    .tec-hub-mobile-create-menu button {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        width: 100%;
        min-height: 46px;
        margin: 0;
        padding: 7px 8px;
        border: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,.08) !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #fff !important;
        font: inherit;
        font-size: 13px !important;
        font-weight: 700;
        line-height: 1.35;
        text-align: left;
        text-decoration: none !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
        cursor: pointer;
        box-shadow: none !important;
    }
    .tec-hub-mobile-create-menu a:last-child,
    .tec-hub-mobile-create-menu button:last-child {
        border-bottom: 0 !important;
    }
    .tec-hub-mobile-create-menu a:hover,
    .tec-hub-mobile-create-menu a:focus-visible,
    .tec-hub-mobile-create-menu button:hover,
    .tec-hub-mobile-create-menu button:focus-visible {
        background: rgba(140,198,63,.11) !important;
        color: var(--tec-hub-accent) !important;
        outline: 0;
    }
    .tec-hub-mobile-create-menu a > span,
    .tec-hub-mobile-create-menu button > span {
        display: grid;
        width: 34px;
        height: 34px;
        place-items: center;
        color: var(--tec-hub-accent);
    }
    .tec-hub-mobile-create-menu button svg {
        width: 21px;
        height: 21px;
        fill: currentColor;
    }
}


/* v0.12.32: mobile dock polish and account security. */
@media (max-width: 680px) {
    /* Keep only the amount of content clearance the fixed app dock actually
       needs. The previous 106px reserve created a visible dead zone. */
    .tec-hub-native {
        padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)) !important;
    }

    .tec-hub-mobile-dock {
        bottom: 0 !important;
        min-height: calc(72px + env(safe-area-inset-bottom, 0px));
        padding: 4px 6px calc(4px + env(safe-area-inset-bottom, 0px));
        box-sizing: border-box;
        align-items: center;
    }
    .tec-hub-mobile-dock-item,
    .tec-hub-mobile-create > summary {
        position: relative;
        z-index: 2;
        min-height: 64px;
        padding-top: 4px;
        padding-bottom: 4px;
        pointer-events: auto !important;
        touch-action: manipulation;
    }
    .tec-hub-mobile-create {
        z-index: 3;
        align-self: stretch;
    }
    .tec-hub-mobile-create > summary {
        height: 100%;
        gap: 0;
    }
    .tec-hub-mobile-create-disc {
        width: 50px;
        height: 50px;
        margin: 0 !important;
        border-width: 3px;
        box-shadow: none !important;
        text-shadow: none !important;
        font-size: 34px;
        line-height: 1;
        transform-origin: 50% 50%;
    }
    .tec-hub-mobile-create[open] .tec-hub-mobile-create-disc {
        transform: rotate(45deg);
    }
    .tec-hub-mobile-create:not([open]) > .tec-hub-mobile-create-menu {
        display: none !important;
        pointer-events: none !important;
    }
    .tec-hub-mobile-create[open] > .tec-hub-mobile-create-menu {
        display: grid !important;
        pointer-events: auto !important;
    }
    .tec-hub-mobile-dock-item:last-child {
        z-index: 4;
        pointer-events: auto !important;
    }
}

/* Invite modal close affordance should remain readable on the dark modal. */
.tec-hub-invite-modal .tec-hub-job-modal-close,
.tec-hub-invite-modal .tec-hub-job-modal-close:hover,
.tec-hub-invite-modal .tec-hub-job-modal-close:focus-visible {
    color: #fff !important;
}
.tec-hub-invite-modal .tec-hub-job-modal-close svg {
    fill: currentColor !important;
}

/* Password controls on the signed-in Account page use the same anchored eye
   behavior as registration without inheriting theme button offsets. */
.tec-hub-account-password-panel .tec-hub-password-wrap {
    position: relative !important;
    display: block;
    width: 100%;
}
.tec-hub-account-password-panel .tec-hub-password-wrap input[type="password"],
.tec-hub-account-password-panel .tec-hub-password-wrap input[type="text"] {
    width: 100% !important;
    box-sizing: border-box !important;
    padding-right: 54px !important;
}
.tec-hub-account-password-panel .tec-hub-password-toggle,
.tec-hub-account-password-panel .tec-hub-password-toggle:hover,
.tec-hub-account-password-panel .tec-hub-password-toggle:focus,
.tec-hub-account-password-panel .tec-hub-password-toggle:focus-visible,
.tec-hub-account-password-panel .tec-hub-password-toggle:active {
    position: absolute !important;
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: auto !important;
    width: 48px !important;
    min-width: 48px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 0 !important;
    background: #000 !important;
    color: rgba(255,255,255,.76) !important;
    box-shadow: none !important;
    transform: none !important;
}
.tec-hub-account-password-panel .tec-hub-password-toggle:hover,
.tec-hub-account-password-panel .tec-hub-password-toggle:focus-visible {
    color: #fff !important;
}
@media (max-width: 900px) {
    .tec-hub-account-password-panel .tec-hub-password-grid {
        grid-template-columns: 1fr;
    }
}


/* v0.12.33: simplified mobile dashboard and utility chrome. */
@media (max-width: 680px) {
    /* The top-company stat is enough context on phones; the full matching
       module remains available on desktop and from the stat/directory links. */
    .tec-hub-dashboard-company-matches {
        display: none !important;
    }

    /* Keep the compact dashboard cards visually closed on the right. The
       green accent already supplies the left edge. */
    .tec-hub-native .tec-hub-stat {
        border-right: 1px solid rgba(255,255,255,.13) !important;
    }

    /* Make the TEC mark and utility controls share one consistent footprint. */
    .tec-hub-native-account .tec-hub-utility-link,
    .tec-hub-native-account .tec-hub-settings-trigger,
    .tec-hub-mobile-utility-brand {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        flex: 0 0 38px !important;
    }
    .tec-hub-mobile-utility-brand {
        margin-right: 2px;
        overflow: visible;
    }
    .tec-hub-mobile-utility-brand img {
        display: block !important;
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        max-width: none !important;
        max-height: none !important;
        object-fit: contain !important;
    }

    /* Flat outlined gear, matching the visual weight of Messages and Alerts. */
    .tec-hub-settings-trigger svg {
        width: 20px !important;
        height: 20px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 1.7 !important;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
}


/* v0.12.34: sticky mobile Hub header, compact dock and unobscured site footer. */
.tec-hub-leave-site-modal {
    width: min(540px, calc(100vw - 32px));
    max-width: 540px;
}
.tec-hub-leave-site-modal-body {
    display: grid;
    gap: 20px;
    padding: 26px 32px 30px;
}
.tec-hub-leave-site-modal-body > p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 15px;
    line-height: 1.6;
}
.tec-hub-leave-site-modal .tec-hub-job-form-actions {
    margin-top: 0;
}

@media (max-width: 680px) {
    /* Keep the Hub utility bar available as the page scrolls. */
    .tec-hub-native-nav {
        position: sticky !important;
        top: 0 !important;
        z-index: 9985 !important;
        margin: 0 0 12px !important;
        padding: 0 !important;
        border-top: 0 !important;
        border-bottom: 1px solid rgba(140,198,63,.45) !important;
        background: #000 !important;
        overflow: visible !important;
    }
    .tec-hub-native-account {
        min-height: 52px !important;
        padding: 6px 0 !important;
        gap: 4px !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
    }

    /* TEC bug stays left; Messages, Alerts and Settings form one clean
       unboxed utility cluster on the right. */
    .tec-hub-mobile-utility-brand {
        appearance: none !important;
        -webkit-appearance: none !important;
        display: grid !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        flex: 0 0 40px !important;
        margin: 0 auto 0 0 !important;
        padding: 0 !important;
        place-items: center !important;
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        cursor: pointer;
    }
    .tec-hub-mobile-utility-brand img {
        display: block !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        object-fit: contain !important;
    }
    .tec-hub-native-account .tec-hub-utility-link,
    .tec-hub-native-account .tec-hub-settings-trigger {
        display: inline-grid !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        flex: 0 0 40px !important;
        margin: 0 !important;
        padding: 0 !important;
        place-items: center !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        transform: none !important;
    }
    .tec-hub-native-account .tec-hub-utility-link:hover,
    .tec-hub-native-account .tec-hub-utility-link:focus-visible,
    .tec-hub-native-account .tec-hub-utility-link.is-active,
    .tec-hub-native-account .tec-hub-settings-trigger:hover,
    .tec-hub-native-account .tec-hub-settings-trigger:focus-visible,
    .tec-hub-account-menu[open] .tec-hub-settings-trigger {
        border: 0 !important;
        background: transparent !important;
        color: var(--tec-hub-accent) !important;
        outline: 0;
    }
    .tec-hub-native-account .tec-hub-account-menu {
        margin: 0 !important;
        flex: 0 0 auto;
    }
    .tec-hub-native-account .tec-hub-icon-link svg,
    .tec-hub-settings-trigger svg {
        width: 22px !important;
        height: 22px !important;
    }

    /* Make the match summary feel like a compact app dashboard rather than a
       stack of large website cards. */
    .tec-hub-dashboard-heading {
        margin-bottom: 10px !important;
    }
    .tec-hub-stat-grid {
        gap: 6px !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
    .tec-hub-native .tec-hub-stat {
        min-height: 88px !important;
        padding: 13px 16px !important;
    }
    .tec-hub-native .tec-hub-stat strong {
        font-size: 28px !important;
    }
    .tec-hub-dashboard-grid {
        gap: 12px !important;
        margin-top: 0 !important;
        margin-bottom: 12px !important;
    }

    /* The fixed app dock should be compact. Cap the safe-area contribution so
       it does not create a visibly oversized green strip in mobile Safari. */
    .tec-hub-mobile-dock {
        bottom: 0 !important;
        min-height: 64px !important;
        height: auto !important;
        padding: 2px 6px clamp(2px, env(safe-area-inset-bottom, 0px), 6px) !important;
        align-items: center !important;
        box-sizing: border-box !important;
    }
    .tec-hub-mobile-dock-item,
    .tec-hub-mobile-create > summary {
        min-height: 58px !important;
        height: 58px !important;
        padding: 2px !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }
    .tec-hub-mobile-create {
        align-self: center !important;
        height: 58px !important;
    }
    .tec-hub-mobile-create > summary {
        display: grid !important;
        place-items: center !important;
        gap: 0 !important;
    }

    /* Font metrics cannot nudge the + off-center because the symbol is drawn
       from two absolutely centered strokes. */
    .tec-hub-mobile-create-disc {
        position: relative !important;
        display: block !important;
        width: 46px !important;
        height: 46px !important;
        margin: 0 !important;
        border-width: 3px !important;
        font-size: 0 !important;
        line-height: 0 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .tec-hub-mobile-create-disc::before,
    .tec-hub-mobile-create-disc::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        width: 21px;
        height: 2.5px;
        border-radius: 2px;
        background: var(--tec-hub-accent);
        transform: translate(-50%, -50%);
        transform-origin: center;
    }
    .tec-hub-mobile-create-disc::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    /* Let Hub content flow directly into the website footer. The clearance
       required by the fixed dock belongs at the bottom of the footer itself,
       so the footer can scroll fully above the dock without a dead zone before it. */
    .tec-hub-native {
        padding-bottom: 12px !important;
    }
    body.tec-partnership-hub-page .fl-page-footer-wrap,
    body.tec-partnership-hub-page .fl-theme-builder-footer,
    body.tec-partnership-hub-page .fl-builder-content[data-type="footer"],
    body.tec-partnership-hub-page footer.fl-page-footer-wrap {
        box-sizing: border-box !important;
        padding-bottom: 68px !important;
        scroll-margin-bottom: 68px;
    }

    .tec-hub-leave-site-modal-body {
        padding: 22px 20px 24px;
    }
    .tec-hub-leave-site-modal .tec-hub-job-modal-header {
        padding: 22px 20px 18px;
    }
}

/* v0.12.35: reliable mobile dock targets and app-window modals. */
.tec-hub-job-modal-close,
.tec-hub-job-modal-close:hover,
.tec-hub-job-modal-close:focus,
.tec-hub-job-modal-close:focus-visible {
    color: #fff !important;
}
.tec-hub-job-modal-close svg,
.tec-hub-job-modal-close svg path {
    fill: currentColor !important;
}

@media (max-width: 680px) {
    /* The feed starts with the composer on mobile. The Hub identity is already
       established in the sticky utility header. */
    .tec-hub-network-feed .tec-hub-feed-heading {
        display: none !important;
    }
    .tec-hub-network-feed {
        margin-top: 18px !important;
    }

    /* Keep ordinary dock destinations above the closed center details element.
       When Quick Actions is open, it becomes the active stacking context. */
    .tec-hub-mobile-dock-item {
        position: relative !important;
        z-index: 6 !important;
        pointer-events: auto !important;
        touch-action: manipulation;
    }
    .tec-hub-mobile-create {
        position: relative !important;
        z-index: 5 !important;
    }
    .tec-hub-mobile-create[open] {
        z-index: 20 !important;
    }
    .tec-hub-mobile-create:not([open]) > .tec-hub-mobile-create-menu {
        display: none !important;
        pointer-events: none !important;
    }
    .tec-hub-mobile-create[open] > .tec-hub-mobile-create-menu {
        pointer-events: auto !important;
    }

    /* Native dialogs live in the usable app viewport, not underneath the
       sticky Hub header or the fixed app dock. JS replaces the fallbacks with
       the actual rendered heights on each device. */
    .tec-hub-job-modal[open] {
        position: fixed !important;
        top: calc(var(--tec-hub-mobile-header-height, 64px) + 6px) !important;
        right: 10px !important;
        bottom: calc(var(--tec-hub-mobile-dock-height, 64px) + 6px) !important;
        left: 10px !important;
        width: auto !important;
        max-width: none !important;
        height: auto !important;
        max-height: none !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        border: 1px solid rgba(140,198,63,.7) !important;
    }
    .tec-hub-job-modal[open] .tec-hub-job-modal-frame {
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        min-height: 0 !important;
    }
    .tec-hub-job-modal[open] .tec-hub-job-modal-body {
        min-height: 0 !important;
        overflow-y: auto !important;
    }
}

/* v0.12.36: preserve the full Account profile, mobile utility drawers and dock/form polish. */
.tec-hub-mobile-drawer,
.tec-hub-mobile-drawer-backdrop {
    display: none;
}

@media (max-width: 680px) {
    /* Messages and Alerts behave like app drawers. They occupy only the live
       content viewport between the sticky Hub header and fixed app dock. */
    .tec-hub-mobile-drawer-backdrop {
        position: fixed;
        top: calc(var(--tec-hub-mobile-header-height, 52px) + 1px);
        right: 0;
        bottom: var(--tec-hub-mobile-dock-height, 74px);
        left: 0;
        z-index: 9980;
        display: block;
        background: rgba(0,0,0,.48);
        opacity: 0;
        transition: opacity .18s ease;
    }
    .tec-hub-mobile-drawer-backdrop[hidden] {
        display: none !important;
    }
    .tec-hub-mobile-drawer-backdrop.is-open {
        opacity: 1;
    }
    .tec-hub-mobile-drawer {
        position: fixed;
        top: calc(var(--tec-hub-mobile-header-height, 52px) + 1px);
        right: 0;
        bottom: var(--tec-hub-mobile-dock-height, 74px);
        z-index: 9988;
        display: flex;
        width: min(430px, calc(100vw - 22px));
        min-width: 0;
        max-width: calc(100vw - 22px);
        flex-direction: column;
        border-left: 1px solid rgba(140,198,63,.75);
        background: #050505;
        box-shadow: -18px 0 48px rgba(0,0,0,.4);
        color: #fff;
        overflow: hidden;
        transform: translateX(102%);
        visibility: hidden;
        pointer-events: none;
        transition: transform .22s ease, visibility 0s linear .22s;
    }
    .tec-hub-mobile-drawer.is-open {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
        transition: transform .22s ease, visibility 0s;
    }
    .tec-hub-mobile-drawer-header {
        flex: 0 0 auto;
        display: flex;
        min-height: 52px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 8px 14px 8px 18px;
        border-bottom: 1px solid rgba(255,255,255,.12);
        background: #050505;
    }
    .tec-hub-mobile-drawer-header h2 {
        margin: 0;
        color: var(--tec-hub-accent);
        font-size: 20px;
        line-height: 1.1;
    }
    .tec-hub-mobile-drawer-close {
        appearance: none;
        -webkit-appearance: none;
        display: grid;
        width: 34px;
        height: 34px;
        min-width: 34px;
        margin: 0;
        padding: 0;
        place-items: center;
        border: 0;
        background: transparent;
        color: #fff !important;
        box-shadow: none;
        cursor: pointer;
    }
    .tec-hub-mobile-drawer-close svg {
        width: 18px;
        height: 18px;
        fill: currentColor;
    }
    .tec-hub-mobile-drawer-content {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        padding: 14px;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
    .tec-hub-mobile-drawer-content .tec-hub-page-heading {
        display: none !important;
    }
    .tec-hub-mobile-drawer-content .tec-hub-messages-layout,
    .tec-hub-mobile-drawer-content .tec-hub-message-inbox,
    .tec-hub-mobile-drawer-content .tec-hub-message-thread-panel,
    .tec-hub-mobile-drawer-content .tec-hub-panel {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
    .tec-hub-mobile-drawer-content .tec-hub-panel,
    .tec-hub-mobile-drawer-content .tec-hub-message-inbox,
    .tec-hub-mobile-drawer-content .tec-hub-message-thread-panel {
        padding-left: 14px;
        padding-right: 14px;
    }
    .tec-hub-mobile-drawer-loading,
    .tec-hub-mobile-drawer-error {
        display: grid;
        min-height: 140px;
        place-items: center;
        gap: 10px;
        color: rgba(255,255,255,.7);
        text-align: center;
    }
    .tec-hub-mobile-drawer-error a {
        color: var(--tec-hub-accent) !important;
    }

    /* Add five pixels to both edges of the app dock from the previous build,
       while retaining a bounded safe-area allowance. */
    .tec-hub-mobile-dock {
        min-height: 74px !important;
        padding: 7px 6px clamp(7px, calc(7px + env(safe-area-inset-bottom, 0px)), 13px) !important;
    }

    /* The company save bar must never sit underneath the app dock. The 30px
       clearance also makes it easy to reach without colliding with navigation. */
    .tec-hub-company-intake {
        padding-bottom: 30px !important;
    }
    .tec-hub-company-intake .tec-hub-sticky-save {
        bottom: calc(var(--tec-hub-mobile-dock-height, 74px) + 30px) !important;
    }

    /* Use the measured dock height so the real website footer can always
       scroll completely above the taller app dock. */
    body.tec-partnership-hub-page .fl-page-footer-wrap,
    body.tec-partnership-hub-page .fl-theme-builder-footer,
    body.tec-partnership-hub-page .fl-builder-content[data-type="footer"],
    body.tec-partnership-hub-page footer.fl-page-footer-wrap {
        padding-bottom: calc(var(--tec-hub-mobile-dock-height, 74px) + 16px) !important;
        scroll-margin-bottom: calc(var(--tec-hub-mobile-dock-height, 74px) + 16px) !important;
    }

    /* Center the homepage warning inside the usable app viewport instead of
       stretching the card to the height of every other working modal. */
    .tec-hub-leave-site-modal[open] {
        display: grid !important;
        padding: 0 !important;
        place-items: center !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
    }
    .tec-hub-leave-site-modal[open] .tec-hub-job-modal-frame {
        width: min(360px, calc(100% - 12px)) !important;
        height: auto !important;
        max-height: 100% !important;
        border: 1px solid rgba(140,198,63,.7);
        background: #050505;
        overflow: hidden;
    }
    .tec-hub-leave-site-modal .tec-hub-job-modal-header {
        padding: 16px 18px 14px !important;
    }
    .tec-hub-leave-site-modal .tec-hub-job-modal-header h2 {
        font-size: 24px !important;
    }
    .tec-hub-leave-site-modal-body {
        gap: 12px !important;
        padding: 16px 18px 18px !important;
        overflow: visible !important;
    }
    .tec-hub-leave-site-modal-body > p {
        font-size: 13px !important;
        line-height: 1.45 !important;
    }
    .tec-hub-leave-site-modal .tec-hub-job-form-actions {
        position: static !important;
        display: flex !important;
        grid-template-columns: none !important;
        justify-content: flex-end !important;
        gap: 7px !important;
        width: auto !important;
        margin: 2px 0 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }
    .tec-hub-leave-site-modal .tec-hub-job-form-actions .tec-hub-button {
        width: auto !important;
        min-width: 0 !important;
        min-height: 32px !important;
        padding: 7px 11px !important;
        font-size: 11px !important;
        line-height: 1 !important;
    }

    /* The opportunity form must stay inside the app window. */
    .tec-hub-job-modal[open],
    .tec-hub-job-modal[open] .tec-hub-job-modal-frame,
    .tec-hub-job-modal[open] .tec-hub-job-modal-body,
    .tec-hub-job-modal[open] .tec-hub-job-form,
    .tec-hub-job-modal[open] .tec-hub-job-form-section,
    .tec-hub-job-modal[open] .tec-hub-grid,
    .tec-hub-job-modal[open] .tec-hub-capability-groups,
    .tec-hub-job-modal[open] .tec-hub-chip-grid {
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .tec-hub-job-modal[open],
    .tec-hub-job-modal[open] .tec-hub-job-modal-frame,
    .tec-hub-job-modal[open] .tec-hub-job-modal-body {
        overflow-x: hidden !important;
    }
    .tec-hub-job-modal[open] input,
    .tec-hub-job-modal[open] textarea,
    .tec-hub-job-modal[open] select {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    #tec-hub-add-case-study,
    #tec-hub-account-password {
        scroll-margin-top: calc(var(--tec-hub-mobile-header-height, 52px) + 18px);
    }
}


/* v0.12.37: public login chrome, tap-safe Directory, no focus zoom, full-width opportunity fields and top-down utility drawers. */
@media (max-width: 680px) {
    /* Keep form controls at the iOS no-focus-zoom threshold. This prevents the
       browser from magnifying the page when a user enters any Hub field while
       preserving normal pinch-to-zoom accessibility. */
    body.tec-partnership-hub-page input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
    body.tec-partnership-hub-page textarea,
    body.tec-partnership-hub-page select {
        font-size: 16px !important;
    }

    /* The licenses/certifications control sits directly in the section rather
       than inside a grid. Make the label itself block-level so 100% actually
       means the full available modal width. */
    .tec-hub-job-form .tec-hub-field-full {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        box-sizing: border-box !important;
    }
    .tec-hub-job-form .tec-hub-field-full textarea[name="certifications"] {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        box-sizing: border-box !important;
    }

    /* Messages and Alerts now drop from the rule immediately beneath the
       utility buttons instead of entering from the right edge. They remain a
       scrollable overlay over only the upper content area. */
    .tec-hub-mobile-drawer {
        top: calc(var(--tec-hub-mobile-header-height, 52px) + 1px) !important;
        right: 0 !important;
        bottom: auto !important;
        left: 0 !important;
        width: 100% !important;
        max-width: none !important;
        height: min(58dvh, 520px, calc(100dvh - var(--tec-hub-mobile-header-height, 52px) - var(--tec-hub-mobile-dock-height, 74px) - 24px)) !important;
        min-height: 220px !important;
        border-top: 0 !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(140,198,63,.75) !important;
        border-left: 0 !important;
        box-shadow: 0 18px 42px rgba(0,0,0,.46) !important;
        transform: translateY(calc(-100% - 8px)) !important;
        transform-origin: top center !important;
        transition: transform .22s ease, visibility 0s linear .22s !important;
    }
    .tec-hub-mobile-drawer.is-open {
        transform: translateY(0) !important;
        transition: transform .22s ease, visibility 0s !important;
    }
    .tec-hub-mobile-drawer-backdrop {
        top: calc(var(--tec-hub-mobile-header-height, 52px) + 1px) !important;
        bottom: var(--tec-hub-mobile-dock-height, 74px) !important;
    }
}

/* v0.12.38: reversible company/member relationships and message routing. */
.tec-hub-person-relationship-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    width: min(430px, 100%);
    margin-top: 18px;
}
.tec-hub-person-relationship-actions form,
.tec-hub-person-relationship-actions .tec-hub-button {
    width: 100%;
    margin: 0;
}
.tec-hub-person-relationship-actions .tec-hub-person-message-action {
    grid-column: 1 / -1;
}
.tec-hub-person-relationship-actions .tec-hub-button.is-active,
.tec-hub-company-actions .tec-hub-action-button.is-active {
    border-color: rgba(255,255,255,.55) !important;
    color: #fff !important;
}
.tec-hub-company-message-routing {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(140,198,63,.28);
}
.tec-hub-message-routing-form {
    display: grid;
    gap: 16px;
}
.tec-hub-message-routing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.tec-hub-message-recipient-choice {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px;
    border: 1px solid rgba(140,198,63,.28);
    cursor: pointer;
}
.tec-hub-message-recipient-choice input {
    margin-top: 3px;
    accent-color: var(--tec-hub-accent);
}
.tec-hub-message-recipient-choice span {
    display: grid;
    gap: 2px;
}
.tec-hub-message-recipient-choice small,
.tec-hub-message-inbox-label {
    color: rgba(255,255,255,.58);
}
.tec-hub-network-section-title {
    margin: 24px 0 12px;
}
.tec-hub-message-inbox-label {
    display: block;
    margin: 16px 0 7px;
    font-size: 10px !important;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

@media (max-width: 680px) {
    .tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions > * {
        width: 100%;
    }
    .tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions .tec-hub-company-action {
        width: 100%;
    }
    .tec-hub-company-profile-hero .tec-hub-company-actions.is-profile-actions > a:last-child {
        grid-column: 1 / -1;
    }
    .tec-hub-message-routing-grid {
        grid-template-columns: 1fr;
    }
}

/* v0.12.39: mobile auth alignment, native Directory navigation and rich text. */
.tec-hub-richtext-source {
    display: none !important;
}
.tec-hub-richtext {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border: 1px solid rgba(140,198,63,.45);
    background: #050505;
}
.tec-hub-richtext-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 6px;
    border-bottom: 1px solid rgba(140,198,63,.28);
    background: rgba(255,255,255,.025);
}
.tec-hub-richtext-tool {
    appearance: none;
    -webkit-appearance: none;
    width: auto !important;
    min-width: 34px;
    min-height: 30px;
    margin: 0 !important;
    padding: 5px 8px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font: inherit;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1;
    text-transform: none !important;
    letter-spacing: 0 !important;
    cursor: pointer;
}
.tec-hub-richtext-tool:hover,
.tec-hub-richtext-tool:focus-visible {
    border-color: var(--tec-hub-accent) !important;
    color: var(--tec-hub-accent) !important;
    outline: 0;
}
.tec-hub-richtext-editor {
    width: 100%;
    min-width: 0;
    min-height: 116px;
    padding: 12px 13px;
    box-sizing: border-box;
    background: #050505;
    color: #fff;
    font: inherit;
    line-height: 1.55;
    overflow-wrap: anywhere;
    outline: none;
}
.tec-hub-richtext-editor:empty::before {
    content: attr(data-placeholder);
    color: rgba(255,255,255,.42);
    pointer-events: none;
}
.tec-hub-richtext-editor:focus {
    box-shadow: inset 0 0 0 1px var(--tec-hub-accent);
}
.tec-hub-richtext-editor[aria-invalid="true"] {
    box-shadow: inset 0 0 0 1px #ff7373;
}
.tec-hub-richtext-editor p:first-child { margin-top: 0; }
.tec-hub-richtext-editor p:last-child { margin-bottom: 0; }
.tec-hub-richtext-editor ul,
.tec-hub-richtext-editor ol { padding-left: 22px; }
.tec-hub-person-bio p:first-child { margin-top: 0; }
.tec-hub-person-bio p:last-child { margin-bottom: 0; }

@media (max-width: 680px) {
    /* Move the public Partner Access content upward about 20px while retaining
       the normal TEC website header on logged-out/authentication screens. */
    .tec-hub-auth-inner {
        padding-top: 92px !important;
    }

    /* Give the mobile Hub rule true viewport width without changing the
       content column width or introducing horizontal layout overflow. */
    .tec-hub-native-nav {
        border-bottom: 0 !important;
    }
    .tec-hub-native-nav::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -1px;
        width: 100vw;
        height: 1px;
        background: var(--tec-hub-accent);
        transform: translateX(-50%);
        pointer-events: none;
    }

    /* Directory is a native GET form/button instead of an anchor. This avoids
       mobile theme/page-builder link interception altogether. */
    .tec-hub-mobile-dock-form {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .tec-hub-mobile-dock-form .tec-hub-mobile-dock-item {
        appearance: none !important;
        -webkit-appearance: none !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        font-family: inherit !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
        pointer-events: auto !important;
        touch-action: manipulation !important;
    }

    .tec-hub-richtext-editor {
        min-height: 128px;
        font-size: 16px !important;
    }
}

@media (max-width: 640px) {
    .tec-hub-auth-inner {
        padding-top: 98px !important;
    }
}

@media (max-width: 420px) {
    .tec-hub-auth-inner {
        padding-top: 88px !important;
    }
}

/* v0.12.40: tap-safe mobile dock, native confirmations, moderation and utility surfaces. */
.tec-hub-confirm-modal {
    width: min(440px, calc(100vw - 32px));
    max-width: 440px;
}
.tec-hub-confirm-frame {
    width: 100%;
}
.tec-hub-confirm-modal .tec-hub-job-modal-header {
    padding: 20px 22px 16px;
    align-items: center;
}
.tec-hub-confirm-modal .tec-hub-job-modal-header h2 {
    margin: 3px 0 0;
    font-size: 26px;
    line-height: 1.05;
}
.tec-hub-confirm-body {
    padding: 20px 22px 22px;
}
.tec-hub-confirm-body p {
    margin: 0;
    color: rgba(255,255,255,.78) !important;
    font-size: 14px !important;
    line-height: 1.55;
}
.tec-hub-confirm-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 20px;
}
.tec-hub-confirm-actions .tec-hub-button {
    width: auto !important;
    min-width: 92px;
    margin: 0 !important;
    padding: 9px 14px !important;
}

/* Messages and alerts deliberately use a full black app surface. */
.tec-hub-utility-surface,
.tec-hub-alert-list,
.tec-hub-incoming-connections,
.tec-hub-messages-layout,
.tec-hub-message-inbox,
.tec-hub-message-thread-panel,
.tec-hub-mobile-drawer,
.tec-hub-mobile-drawer-content {
    background: #050505 !important;
    color: #fff;
}
.tec-hub-alert-list .tec-hub-empty,
.tec-hub-message-inbox .tec-hub-empty,
.tec-hub-message-thread-panel .tec-hub-empty {
    color: #fff;
}
.tec-hub-alert-list .tec-hub-empty strong,
.tec-hub-message-inbox .tec-hub-empty strong {
    color: #fff !important;
}

.tec-hub-message-inbox-head,
.tec-hub-message-thread-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.tec-hub-message-inbox-head h2,
.tec-hub-message-thread-head h2 {
    margin-bottom: 4px;
}
.tec-hub-new-conversation,
.tec-hub-privacy-menu,
.tec-hub-feed-post-menu {
    position: relative;
}
.tec-hub-new-conversation > summary,
.tec-hub-privacy-menu > summary,
.tec-hub-feed-post-menu > summary {
    list-style: none;
    cursor: pointer;
}
.tec-hub-new-conversation > summary::-webkit-details-marker,
.tec-hub-privacy-menu > summary::-webkit-details-marker,
.tec-hub-feed-post-menu > summary::-webkit-details-marker {
    display: none;
}
.tec-hub-new-conversation > summary {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 9px;
    border: 1px solid rgba(140,198,63,.55);
    color: var(--tec-hub-accent);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}
.tec-hub-new-conversation-panel {
    position: absolute;
    top: calc(100% + 7px);
    right: 0;
    z-index: 150;
    width: min(340px, calc(100vw - 48px));
    max-height: min(430px, 58vh);
    padding: 10px;
    border: 1px solid rgba(140,198,63,.72);
    background: #050505;
    box-shadow: 0 18px 44px rgba(0,0,0,.52);
    overflow: auto;
}
.tec-hub-new-conversation-panel input[type="search"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 8px;
    border: 1px solid rgba(140,198,63,.55);
    background: #000;
    color: #fff;
}
.tec-hub-conversation-targets {
    display: grid;
}
.tec-hub-conversation-targets a {
    display: grid;
    gap: 2px;
    padding: 10px 8px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: #fff !important;
    text-decoration: none !important;
}
.tec-hub-conversation-targets a:hover,
.tec-hub-conversation-targets a:focus-visible {
    background: rgba(140,198,63,.1);
    color: var(--tec-hub-accent) !important;
    outline: none;
}
.tec-hub-conversation-targets a small {
    color: rgba(255,255,255,.55);
    font-size: 11px !important;
}
.tec-hub-conversation-no-results {
    padding: 12px 8px;
    color: rgba(255,255,255,.62);
    font-size: 12px;
}

.tec-hub-privacy-menu {
    display: inline-block;
    min-width: 0;
}
.tec-hub-privacy-menu > summary {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border: 1px solid rgba(140,198,63,.38);
    color: rgba(255,255,255,.74);
    font-size: 12px;
    font-weight: 800;
}
.tec-hub-privacy-menu[open] > summary,
.tec-hub-privacy-menu > summary:hover,
.tec-hub-privacy-menu > summary:focus-visible {
    border-color: var(--tec-hub-accent);
    color: var(--tec-hub-accent);
    outline: 0;
}
.tec-hub-privacy-flyout {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 180;
    display: grid;
    min-width: 150px;
    padding: 6px;
    border: 1px solid rgba(140,198,63,.65);
    background: #050505;
    box-shadow: 0 16px 36px rgba(0,0,0,.5);
}
.tec-hub-privacy-flyout form,
.tec-hub-privacy-flyout button {
    width: 100%;
    margin: 0 !important;
}
.tec-hub-privacy-flyout button {
    appearance: none;
    -webkit-appearance: none;
    padding: 9px 10px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
    background: transparent !important;
    color: #fff !important;
    font: inherit;
    font-size: 12px !important;
    font-weight: 700;
    text-align: left;
    text-transform: none !important;
    letter-spacing: 0 !important;
    cursor: pointer;
}
.tec-hub-privacy-flyout button:hover,
.tec-hub-privacy-flyout button:focus-visible {
    color: var(--tec-hub-accent) !important;
    outline: 0;
}

.tec-hub-feed-post-head {
    position: relative;
}
.tec-hub-feed-author {
    min-width: 0;
    flex: 1 1 auto;
}
.tec-hub-feed-post-menu {
    align-self: flex-start;
    margin-left: auto;
}
.tec-hub-feed-post-menu > summary {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: rgba(255,255,255,.68);
    font-size: 16px;
    line-height: 1;
}
.tec-hub-feed-post-menu[open] > summary,
.tec-hub-feed-post-menu > summary:hover,
.tec-hub-feed-post-menu > summary:focus-visible {
    color: var(--tec-hub-accent);
    outline: 0;
}
.tec-hub-feed-post-flyout {
    position: absolute;
    top: 34px;
    right: 0;
    z-index: 120;
    display: grid;
    width: 150px;
    padding: 6px;
    border: 1px solid rgba(140,198,63,.62);
    background: #050505;
    box-shadow: 0 14px 34px rgba(0,0,0,.48);
}
.tec-hub-feed-post-flyout form,
.tec-hub-feed-post-flyout button {
    width: 100%;
    margin: 0 !important;
}
.tec-hub-feed-post-flyout button {
    appearance: none;
    -webkit-appearance: none;
    padding: 9px 10px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
    background: transparent !important;
    color: #fff !important;
    font: inherit;
    font-size: 12px !important;
    font-weight: 700;
    text-align: left;
    text-transform: none !important;
    letter-spacing: 0 !important;
    cursor: pointer;
}
.tec-hub-feed-post-flyout button:hover,
.tec-hub-feed-post-flyout button:focus-visible {
    color: var(--tec-hub-accent) !important;
    outline: 0;
}
.tec-hub-feed-post-flyout button.is-danger {
    color: #ff9e9e !important;
}

.tec-hub-case-study-card.is-hidden-case-study {
    border-style: dashed;
    opacity: .76;
}
.tec-hub-case-study-hidden-badge {
    grid-column: 1 / -1;
    display: block;
    padding: 7px 10px;
    background: rgba(140,198,63,.12);
    color: var(--tec-hub-accent);
    font-size: 11px;
    font-weight: 800;
}
.tec-hub-case-study-owner-tools {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
    padding: 10px 12px 12px;
    border-top: 1px solid rgba(140,198,63,.25);
    background: #050505;
}
.tec-hub-case-study-owner-tools form {
    margin: 0;
}
.tec-hub-case-study-tool,
.tec-hub-case-study-edit > summary {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    margin: 0 !important;
    padding: 7px 10px !important;
    border: 1px solid rgba(140,198,63,.45) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font: inherit;
    font-size: 12px !important;
    font-weight: 800;
    text-transform: none !important;
    letter-spacing: 0 !important;
    cursor: pointer;
}
.tec-hub-case-study-tool.is-danger {
    border-color: rgba(255,110,110,.52) !important;
    color: #ff9e9e !important;
}
.tec-hub-case-study-edit {
    flex: 1 1 100%;
}
.tec-hub-case-study-edit > summary {
    width: auto;
    list-style: none;
}
.tec-hub-case-study-edit > summary::-webkit-details-marker {
    display: none;
}
.tec-hub-case-study-edit-form {
    display: grid;
    gap: 12px;
    margin-top: 10px;
    padding: 14px;
    border: 1px solid rgba(140,198,63,.3);
    background: #000;
}
.tec-hub-case-study-edit-form .tec-hub-field,
.tec-hub-case-study-edit-form input,
.tec-hub-case-study-edit-form textarea {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.tec-hub-case-study-edit-note {
    margin: 0 !important;
    color: rgba(255,255,255,.55) !important;
    font-size: 11px !important;
}

@media (max-width: 680px) {
    /* The user asked for the logged-out headline and everything under it to
       move another 20px upward while the normal TEC site header remains. */
    .tec-hub-auth-inner {
        padding-top: 52px !important;
    }

    /* Make the dock its own top-level app layer. The entire rectangular cell is
       now the anchor, not a nested child, so the right-edge Directory target is
       identical to Dashboard, Company and Opportunities. */
    .tec-hub-mobile-dock {
        z-index: 1000000 !important;
        isolation: isolate;
        overflow: visible !important;
        pointer-events: auto !important;
    }
    .tec-hub-mobile-dock-item.tec-hub-mobile-dock-linkbox {
        position: relative !important;
        z-index: 1000001 !important;
        display: flex !important;
        width: 100% !important;
        height: 100% !important;
        min-width: 0 !important;
        min-height: 58px !important;
        margin: 0 !important;
        padding: 2px !important;
        box-sizing: border-box !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 4px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #000 !important;
        text-decoration: none !important;
        pointer-events: auto !important;
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: transparent;
    }
    .tec-hub-mobile-dock-item.tec-hub-mobile-dock-linkbox.is-active {
        color: #fff !important;
    }
    .tec-hub-mobile-dock-item.tec-hub-mobile-dock-linkbox > *,
    .tec-hub-mobile-dock-item.tec-hub-mobile-dock-linkbox svg {
        pointer-events: none !important;
    }
    .tec-hub-mobile-dock-icon {
        display: grid;
        width: 24px;
        height: 24px;
        place-items: center;
    }
    .tec-hub-mobile-directory-link {
        z-index: 1000002 !important;
    }
    .tec-hub-mobile-create {
        z-index: 1000001 !important;
    }
    .tec-hub-mobile-create[open] {
        z-index: 1000004 !important;
    }
    .tec-hub-mobile-drawer:not(.is-open),
    .tec-hub-mobile-drawer-backdrop:not(.is-open) {
        pointer-events: none !important;
    }

    .tec-hub-confirm-modal[open] {
        top: calc(var(--tec-hub-mobile-header-height, 52px) + 10px) !important;
        right: 14px !important;
        bottom: calc(var(--tec-hub-mobile-dock-height, 74px) + 10px) !important;
        left: 14px !important;
        display: grid !important;
        width: auto !important;
        max-width: none !important;
        height: auto !important;
        place-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
    }
    .tec-hub-confirm-modal[open] .tec-hub-confirm-frame {
        width: min(420px, 100%) !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: calc(100dvh - var(--tec-hub-mobile-header-height, 52px) - var(--tec-hub-mobile-dock-height, 74px) - 28px) !important;
        border: 1px solid rgba(140,198,63,.72);
        background: #050505;
        overflow: auto;
    }
    .tec-hub-confirm-modal .tec-hub-job-modal-header {
        padding: 16px 16px 13px;
    }
    .tec-hub-confirm-modal .tec-hub-job-modal-header h2 {
        font-size: 22px;
    }
    .tec-hub-confirm-modal .tec-hub-job-modal-close {
        width: 34px;
        height: 34px;
    }
    .tec-hub-confirm-body {
        padding: 16px;
    }
    .tec-hub-confirm-actions {
        gap: 7px;
        margin-top: 16px;
    }
    .tec-hub-confirm-actions .tec-hub-button {
        min-width: 78px;
        padding: 8px 11px !important;
        font-size: 12px !important;
    }

    .tec-hub-new-conversation-panel {
        position: fixed;
        top: calc(var(--tec-hub-mobile-header-height, 52px) + 58px);
        right: 14px;
        left: 14px;
        width: auto;
        max-height: min(390px, calc(100dvh - var(--tec-hub-mobile-header-height, 52px) - var(--tec-hub-mobile-dock-height, 74px) - 86px));
        z-index: 1000100;
    }
    .tec-hub-message-thread-head .tec-hub-privacy-flyout {
        right: 0;
    }
    .tec-hub-feed-post-flyout {
        right: 0;
    }
    .tec-hub-case-study-owner-tools {
        padding-bottom: 16px;
    }
}

@media (max-width: 640px) {
    .tec-hub-auth-inner {
        padding-top: 58px !important;
    }
}

@media (max-width: 420px) {
    .tec-hub-auth-inner {
        padding-top: 48px !important;
    }
}


/* v0.12.41: host-safe mobile navigation, tap polish and in-place case-study management. */
body.tec-partnership-hub-page a,
body.tec-partnership-hub-page button,
body.tec-partnership-hub-page summary,
body.tec-partnership-hub-page input,
body.tec-partnership-hub-page select,
body.tec-partnership-hub-page textarea,
body.tec-partnership-hub-page [role="button"] {
    -webkit-tap-highlight-color: transparent !important;
}
body.tec-partnership-hub-page a:focus:not(:focus-visible),
body.tec-partnership-hub-page button:focus:not(:focus-visible),
body.tec-partnership-hub-page summary:focus:not(:focus-visible),
body.tec-partnership-hub-page [role="button"]:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none;
}

.tec-hub-showcase-projects-manage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tec-hub-showcase-manage-card {
    min-width: 0;
    border: 1px solid rgba(140,198,63,.26);
    background: #080808;
}
.tec-hub-showcase-manage-card.is-hidden-case-study {
    border-style: dashed;
    border-color: rgba(255,255,255,.25);
}
.tec-hub-showcase-manage-copy {
    padding: 16px;
}
.tec-hub-showcase-manage-copy > strong,
.tec-hub-showcase-manage-copy > small {
    display: block;
}
.tec-hub-showcase-manage-copy > strong {
    color: #fff;
    font-size: 15px;
}
.tec-hub-showcase-manage-copy > small {
    margin-top: 3px;
    color: var(--tec-hub-accent);
    font-size: 11px;
}
.tec-hub-showcase-manage-copy > p {
    margin: 8px 0 0;
    color: rgba(255,255,255,.65);
    font-size: 13px;
    line-height: 1.5;
}
.tec-hub-case-study-owner-tools-inline {
    margin-top: 14px;
    padding: 12px 0 0;
    border-top: 1px solid rgba(255,255,255,.1);
}
.tec-hub-case-study-view,
.tec-hub-case-study-edit {
    min-width: 0;
}
.tec-hub-case-study-view > summary,
.tec-hub-case-study-edit > summary {
    list-style: none;
    cursor: pointer;
}
.tec-hub-case-study-view > summary::-webkit-details-marker,
.tec-hub-case-study-edit > summary::-webkit-details-marker {
    display: none;
}
.tec-hub-case-study-view > summary {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 11px;
    border: 1px solid rgba(140,198,63,.55);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}
.tec-hub-case-study-view-panel {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.12);
    background: #030303;
    box-sizing: border-box;
}
.tec-hub-case-study-view-panel .tec-hub-case-study-summary {
    margin-top: 10px;
}
.tec-hub-case-study-view-panel .tec-hub-case-study-summary > :first-child {
    margin-top: 0;
}
.tec-hub-case-study-view-panel .tec-hub-case-study-summary > :last-child {
    margin-bottom: 0;
}

@media (max-width: 680px) {
    .tec-hub-auth-inner {
        padding-top: 52px !important;
    }
    .tec-hub-showcase-projects-manage {
        grid-template-columns: 1fr !important;
    }
    .tec-hub-case-study-owner-tools-inline {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding-bottom: 4px;
    }
    .tec-hub-case-study-owner-tools-inline > form,
    .tec-hub-case-study-owner-tools-inline > details {
        width: 100%;
        min-width: 0;
    }
    .tec-hub-case-study-owner-tools-inline .tec-hub-case-study-tool,
    .tec-hub-case-study-owner-tools-inline .tec-hub-case-study-view > summary,
    .tec-hub-case-study-owner-tools-inline .tec-hub-case-study-edit > summary {
        width: 100%;
        min-height: 40px;
        justify-content: center;
        box-sizing: border-box;
    }
    .tec-hub-case-study-owner-tools-inline .tec-hub-case-study-view-panel,
    .tec-hub-case-study-owner-tools-inline .tec-hub-case-study-edit-form {
        grid-column: 1 / -1;
    }
}
@media (max-width: 640px) {
    .tec-hub-auth-inner {
        padding-top: 58px !important;
    }
}
@media (max-width: 420px) {
    .tec-hub-auth-inner {
        padding-top: 48px !important;
    }
}


/* v0.12.43: portrait-first mobile Hub experience. */
.tec-hub-portrait-guard {
    display: none;
}

@media (orientation: landscape) and (max-height: 620px) and (hover: none) and (pointer: coarse) {
    .tec-hub-portrait-guard {
        position: fixed;
        inset: 0;
        z-index: 2147483647;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: 100vw;
        height: 100dvh;
        min-height: 100vh;
        padding: max(24px, env(safe-area-inset-top)) max(30px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(30px, env(safe-area-inset-left));
        overflow: hidden;
        background: rgba(0, 0, 0, .84);
        -webkit-backdrop-filter: blur(18px) saturate(.72);
        backdrop-filter: blur(18px) saturate(.72);
        color: #fff;
        text-align: center;
        isolation: isolate;
        touch-action: none;
    }


    .tec-hub-portrait-guard-inner {
        width: min(440px, 86vw);
        margin: 0 auto;
        color: #fff;
    }

    .tec-hub-portrait-icon {
        width: 104px;
        height: 104px;
        margin: 0 auto 14px;
    }

    .tec-hub-portrait-icon svg {
        display: block;
        width: 100%;
        height: 100%;
        overflow: visible;
    }

    .tec-hub-portrait-phone,
    .tec-hub-portrait-detail,
    .tec-hub-portrait-arrow {
        fill: none;
        stroke: #fff;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;
        vector-effect: non-scaling-stroke;
    }

    .tec-hub-portrait-detail {
        stroke-width: 2.4;
        opacity: .75;
    }

    .tec-hub-portrait-dot {
        fill: #fff;
        opacity: .9;
    }

    .tec-hub-portrait-arrow {
        stroke-width: 2.6;
        opacity: .92;
    }

    .tec-hub-portrait-guard h2 {
        margin: 0 0 8px !important;
        color: #fff !important;
        font-size: clamp(22px, 4.6vw, 30px) !important;
        line-height: 1.08 !important;
        letter-spacing: -.02em;
        font-weight: 700;
    }

    .tec-hub-portrait-guard p {
        max-width: 390px;
        margin: 0 auto !important;
        color: rgba(255, 255, 255, .76) !important;
        font-size: 15px !important;
        line-height: 1.45 !important;
    }
}
