/* =========================
   Crieatividade · Oportunidades
========================= */

.op-page {
  padding-bottom: 40px;
}

.op-shell {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98));
  border: 1px solid #dbe4f0;
  border-radius: 28px;
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255,255,255,0.65);
  padding: 26px;
  position: relative;
  overflow: hidden;
}

.op-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(37,99,235,.10), rgba(37,99,235,0) 70%);
  pointer-events: none;
}

.op-hero {
  padding: 34px;
}

.op-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 24px;
  align-items: stretch;
}

.op-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .10em;
  color: #5b6f8d;
  font-weight: 800;
}

.op-title {
  margin: 0 0 14px;
  font-size: 64px;
  line-height: .96;
  font-weight: 900;
  letter-spacing: -.04em;
  color: #10244c;
}

.op-subtitle {
  margin: 0;
  max-width: 840px;
  font-size: 19px;
  line-height: 1.65;
  color: #4b5f7c;
}

.op-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.op-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none !important;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
  cursor: pointer;
}

.op-btn:hover {
  transform: translateY(-1px);
}

.op-btn-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(37,99,235,.18);
}

.op-btn-primary:hover {
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(37,99,235,.24);
}

.op-btn-outline {
  background: rgba(255,255,255,.95);
  color: #2563eb !important;
  border-color: #c9d7f3;
}

.op-btn-outline:hover {
  background: #eff6ff;
  color: #1d4ed8 !important;
}

.op-btn-neutral {
  background: rgba(255,255,255,.92);
  color: #334155 !important;
  border-color: #d7deea;
}

.op-btn-neutral:hover {
  background: #f8fafc;
}

.op-hero-side {
  display: flex;
}

.op-side-card {
  width: 100%;
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(15,23,42,.96), rgba(24,40,72,.94));
  color: #fff;
  box-shadow: 0 18px 40px rgba(15,23,42,.22);
}

.op-side-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,.68);
  font-weight: 800;
  margin-bottom: 10px;
}

.op-side-value {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 12px;
}

.op-side-text {
  margin: 0;
  color: rgba(255,255,255,.80);
  line-height: 1.6;
  font-size: 15px;
}

.op-stat-card {
  min-height: 100%;
}

.op-stat-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #64748b;
  font-weight: 800;
  margin-bottom: 14px;
}

.op-stat-value {
  font-size: 54px;
  line-height: .95;
  font-weight: 900;
  color: #10244c;
  margin-bottom: 10px;
}

.op-stat-help {
  color: #64748b;
  font-size: 15px;
  line-height: 1.5;
}

.op-filter-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.op-section-title {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
  color: #10244c;
}

.op-section-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.55;
}

.op-form-label {
  display: block;
  margin-bottom: 8px;
  color: #334155;
  font-size: 14px;
  font-weight: 800;
}

.op-form-control {
  width: 100%;
  min-height: 48px;
  border-radius: 16px;
  border: 1px solid #d7deea;
  background: rgba(255,255,255,.98);
  padding: 10px 14px;
  color: #0f172a;
  font-size: 15px;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.op-form-control:focus {
  outline: none;
  border-color: #98b4ff;
  box-shadow: 0 0 0 4px rgba(37,99,235,.12);
  background: #fff;
}

.op-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.op-results-title {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.03em;
  color: #10244c;
}

.op-results-count {
  color: #64748b;
  font-size: 15px;
  font-weight: 700;
}

.op-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 22px;
}

.op-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.op-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: #eef2ff;
  color: #334155;
  border: 1px solid #dde5f6;
  font-size: 12px;
  font-weight: 800;
}

.op-item-title {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.32;
  font-weight: 900;
  letter-spacing: -.02em;
}

.op-item-title a {
  color: #10244c;
  text-decoration: none;
}

.op-item-title a:hover {
  color: #2563eb;
}

.op-item-meta {
  color: #667085;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 16px;
}

.op-item-facts {
  margin-bottom: 16px;
}

.op-item-facts div {
  margin-bottom: 6px;
  font-size: 15px;
  color: #334155;
}

.op-item-desc {
  margin: 0 0 22px;
  color: #52637d;
  font-size: 15px;
  line-height: 1.7;
}

.op-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.op-empty-title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 900;
  color: #10244c;
}

.op-empty-text {
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 1199px) {
  .op-title {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .op-hero-grid {
    grid-template-columns: 1fr;
  }

  .op-title {
    font-size: 46px;
  }

  .op-results-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .op-shell,
  .op-hero,
  .op-item {
    padding: 18px;
  }

  .op-title {
    font-size: 36px;
  }

  .op-subtitle {
    font-size: 17px;
  }

  .op-stat-value {
    font-size: 42px;
  }

  .op-results-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .op-results-title {
    font-size: 26px;
  }

  .op-item-title {
    font-size: 21px;
  }
}

.op-metrics-row .op-stat-card {
  padding: 22px;
}

.op-sources-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.op-source-card {
  height: 100%;
  border: 1px solid #dbe4f0;
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  padding: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}

.op-source-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.op-source-main {
  min-width: 0;
}

.op-source-name {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #10244c;
}

.op-source-meta {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
}

.op-source-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: #334155;
  border: 1px solid #dde5f6;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.op-source-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.op-detail {
  padding: 28px;
}

.op-detail-head {
  margin-bottom: 26px;
}

.op-detail-title {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.03em;
  color: #10244c;
}

.op-detail-meta {
  color: #64748b;
  font-size: 16px;
  line-height: 1.6;
}

.op-detail-block {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7edf5;
}

.op-detail-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.op-detail-block-title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 800;
  color: #10244c;
}

.op-detail-text {
  color: #475467;
  line-height: 1.75;
  font-size: 15px;
}

.op-detail-side {
  border: 1px solid #dbe4f0;
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  padding: 18px;
}

.op-detail-facts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.op-detail-fact {
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e6edf5;
}

.op-detail-fact-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #64748b;
  font-weight: 800;
  margin-bottom: 6px;
}

@media (max-width: 1199px) {
  .op-sources-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .op-sources-grid {
    grid-template-columns: 1fr;
  }

  .op-detail-title {
    font-size: 30px;
  }
}
/* CRIE.ECONOMY.CONVERGENCE.01 | compact external opportunities feed */
.cr-opportunities-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.cr-opportunities-hero {
    display: grid;
    gap: 10px;
    margin: 26px 0 18px;
}

.cr-opportunities-eyebrow {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .66;
}

.cr-opportunities-hero h1 {
    margin: 0;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.05;
}

.cr-opportunities-hero p {
    max-width: 760px;
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    opacity: .78;
}

.cr-opportunities-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    margin: 22px 0 12px;
}

.cr-opportunities-search input[type="search"] {
    min-height: 48px;
    width: 100%;
    padding: 0 16px;
    border: 1px solid rgba(20, 28, 39, .14);
    border-radius: 14px;
    background: #fff;
    font: inherit;
}

.cr-opportunities-search button,
.cr-opportunities-action {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 15px;
    border: 1px solid rgba(20, 28, 39, .14);
    border-radius: 13px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    font-weight: 650;
    cursor: pointer;
}

.cr-opportunities-filter-drawer,
.cr-opportunities-source-drawer {
    margin: 10px 0 20px;
    border: 1px solid rgba(20, 28, 39, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
    overflow: hidden;
}

.cr-opportunities-filter-drawer summary,
.cr-opportunities-source-drawer summary {
    cursor: pointer;
    padding: 14px 16px;
    font-weight: 700;
}

.cr-opportunities-filter-body,
.cr-opportunities-source-body {
    padding: 0 16px 16px;
}

.cr-opportunities-filter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cr-opportunities-filter-grid label {
    display: grid;
    gap: 6px;
    font-size: 13px;
    font-weight: 650;
}

.cr-opportunities-filter-grid select {
    min-height: 42px;
    border: 1px solid rgba(20, 28, 39, .14);
    border-radius: 11px;
    background: #fff;
    padding: 0 10px;
    font: inherit;
}

.cr-opportunities-human-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    margin: 16px 0 22px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(20, 28, 39, .045);
}

.cr-opportunities-human-note .material-symbols-outlined {
    font-size: 21px;
}

.cr-opportunities-human-note p {
    margin: 0;
    line-height: 1.55;
}

.cr-opportunities-feed-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin: 24px 0 10px;
}

.cr-opportunities-feed-head h2 {
    margin: 0;
    font-size: 22px;
}

.cr-opportunities-count {
    font-size: 13px;
    opacity: .64;
}

.cr-opportunity-feed {
    display: grid;
    gap: 10px;
}

.cr-opportunity-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 17px 18px;
    border: 1px solid rgba(20, 28, 39, .11);
    border-radius: 16px;
    background: #fff;
}

.cr-opportunity-row-main {
    min-width: 0;
}

.cr-opportunity-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 10px;
    margin-bottom: 7px;
    font-size: 12px;
    opacity: .67;
}

.cr-opportunity-row h3 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.28;
}

.cr-opportunity-row h3 a {
    color: inherit;
    text-decoration: none;
}

.cr-opportunity-row h3 a:hover {
    text-decoration: underline;
}

.cr-opportunity-row p {
    margin: 0;
    max-width: 820px;
    line-height: 1.55;
    opacity: .75;
}

.cr-opportunity-row-side {
    display: grid;
    justify-items: end;
    gap: 9px;
}

.cr-opportunity-state {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(20, 28, 39, .055);
    font-size: 12px;
    font-weight: 700;
}

.cr-opportunity-empty {
    padding: 28px 20px;
    border: 1px dashed rgba(20, 28, 39, .18);
    border-radius: 16px;
    text-align: center;
}

.cr-source-compact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.cr-source-compact-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 12px;
    border-radius: 11px;
    background: rgba(20, 28, 39, .04);
}

.cr-source-compact-item strong {
    font-size: 14px;
}

.cr-source-compact-item a {
    font-size: 12px;
    text-decoration: none;
}

.cr-opportunities-admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

@media (max-width: 860px) {
    .cr-opportunities-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cr-source-compact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .cr-opportunities-search,
    .cr-opportunity-row {
        grid-template-columns: 1fr;
    }

    .cr-opportunities-filter-grid {
        grid-template-columns: 1fr;
    }

    .cr-opportunity-row-side {
        justify-items: start;
    }
}

/* CRIE.ECONOMY.CONVERGENCE.01 | actual compact view selectors */
.op-page--compact .container-fluid {
    max-width: 1180px;
    margin: 0 auto;
}

.op-compact-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    margin: 26px 0 18px;
}

.op-compact-kicker {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .62;
}

.op-compact-head h1 {
    margin: 0 0 8px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.04;
}

.op-compact-head p {
    max-width: 760px;
    margin: 0;
    line-height: 1.62;
    opacity: .76;
}

.op-compact-summary {
    min-width: 128px;
    padding: 14px 16px;
    border: 1px solid rgba(20, 28, 39, .1);
    border-radius: 15px;
    background: rgba(255, 255, 255, .76);
    text-align: right;
}

.op-compact-summary strong {
    display: block;
    font-size: 28px;
    line-height: 1;
}

.op-compact-summary span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    opacity: .64;
}

.op-compact-search {
    margin: 22px 0 12px;
}

.op-compact-search__primary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 54px;
    padding: 6px 7px 6px 14px;
    border: 1px solid rgba(20, 28, 39, .13);
    border-radius: 16px;
    background: #fff;
}

.op-compact-search__primary .material-icons {
    opacity: .55;
}

.op-compact-search__primary input[type="search"] {
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
}

.op-compact-search__primary button,
.op-compact-filters__actions button,
.op-source-admin button {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(20, 28, 39, .13);
    border-radius: 11px;
    background: #fff;
    color: inherit;
    font: inherit;
    font-weight: 650;
    cursor: pointer;
}

.op-compact-filters {
    margin-top: 9px;
    border: 1px solid rgba(20, 28, 39, .09);
    border-radius: 13px;
    background: rgba(255, 255, 255, .68);
}

.op-compact-filters summary {
    padding: 12px 14px;
    cursor: pointer;
    font-weight: 700;
}

.op-compact-filters__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 2px 14px 12px;
}

.op-compact-filters__grid label {
    display: grid;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
}

.op-compact-filters__grid select {
    width: 100%;
    min-height: 41px;
    padding: 0 9px;
    border: 1px solid rgba(20, 28, 39, .13);
    border-radius: 10px;
    background: #fff;
    font: inherit;
}

.op-compact-filters__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px 14px;
}

.op-compact-filters__actions a {
    color: inherit;
    font-size: 13px;
}

.op-compact-contract {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    margin: 16px 0 24px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(20, 28, 39, .045);
}

.op-compact-contract .material-icons {
    font-size: 20px;
}

.op-compact-contract p {
    margin: 0;
    line-height: 1.52;
}

.op-feed__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 10px;
}

.op-feed__head h2 {
    margin: 0;
    font-size: 22px;
}

.op-feed__source {
    color: inherit;
    font-size: 12px;
    opacity: .72;
}

.op-feed__list {
    display: grid;
    gap: 10px;
}

.op-feed__item {
    padding: 16px 18px;
    border: 1px solid rgba(20, 28, 39, .11);
    border-radius: 16px;
    background: #fff;
}

.op-feed__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 12px;
    margin-bottom: 8px;
    font-size: 12px;
    opacity: .63;
}

.op-feed__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
}

.op-feed__body h3 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 1.28;
}

.op-feed__body h3 a {
    color: inherit;
    text-decoration: none;
}

.op-feed__body h3 a:hover {
    text-decoration: underline;
}

.op-feed__institution,
.op-feed__description {
    margin: 0;
    line-height: 1.5;
}

.op-feed__institution {
    font-size: 13px;
    font-weight: 650;
    opacity: .73;
}

.op-feed__description {
    margin-top: 6px;
    opacity: .72;
}

.op-feed__state {
    display: grid;
    justify-items: end;
    gap: 8px;
}

.op-feed__state > span {
    display: inline-flex;
    min-height: 27px;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(20, 28, 39, .055);
    font-size: 12px;
    font-weight: 700;
}

.op-feed__state a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: inherit;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.op-feed__state .material-icons {
    font-size: 17px;
}

.op-feed__empty {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    padding: 22px;
    border: 1px dashed rgba(20, 28, 39, .18);
    border-radius: 15px;
}

.op-feed__empty p {
    margin: 4px 0 0;
    opacity: .72;
}

.op-source-drawer {
    margin: 22px 0 12px;
    border: 1px solid rgba(20, 28, 39, .09);
    border-radius: 14px;
    background: rgba(255, 255, 255, .7);
}

.op-source-drawer summary {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 15px;
    cursor: pointer;
    font-weight: 700;
}

.op-source-drawer__body {
    padding: 0 15px 15px;
}

.op-source-drawer__body > p {
    margin: 0 0 10px;
    line-height: 1.5;
    opacity: .72;
}

.op-source-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.op-source-chips a {
    padding: 7px 9px;
    border-radius: 999px;
    background: rgba(20, 28, 39, .055);
    color: inherit;
    text-decoration: none;
    font-size: 12px;
    font-weight: 650;
}

.op-source-admin {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 13px;
}

@media (max-width: 820px) {
    .op-compact-head,
    .op-feed__body {
        grid-template-columns: 1fr;
    }

    .op-compact-summary {
        width: fit-content;
        text-align: left;
    }

    .op-compact-filters__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .op-feed__state {
        justify-items: start;
    }
}

@media (max-width: 560px) {
    .op-compact-search__primary {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .op-compact-search__primary button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .op-compact-filters__grid {
        grid-template-columns: 1fr;
    }

    .op-feed__head {
        align-items: start;
        flex-direction: column;
    }
}

/* CRIE.OPPORTUNITY.PROVIDERS.01 | Provider observability stays inside the collapsed source drawer. */
.op-provider-list {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.op-provider-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px 11px;
    border: 1px solid rgba(20, 28, 39, .08);
    border-radius: 12px;
    background: rgba(255, 255, 255, .72);
}

.op-provider-row__main {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.op-provider-row__main strong {
    font-size: 13px;
}

.op-provider-row__main span,
.op-provider-state {
    font-size: 11px;
    line-height: 1.35;
    opacity: .68;
}

.op-provider-row__action form {
    margin: 0;
}

.op-provider-row__action button {
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid rgba(20, 28, 39, .13);
    border-radius: 9px;
    background: #fff;
    color: inherit;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

@media (max-width: 620px) {
    .op-provider-row {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

/* CRIE.OPPORTUNITY.CANONICAL.01 | One visible opportunity space, many preserved authorities. */
.op-canonical-head {
    margin-bottom: 14px;
}

.op-scope-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 12px;
}

.op-scope-nav > a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 66px;
    padding: 11px 13px;
    border: 1px solid rgba(20, 28, 39, .10);
    border-radius: 14px;
    background: rgba(255,255,255,.78);
    color: inherit;
    text-decoration: none;
    transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.op-scope-nav > a:hover {
    border-color: rgba(37, 99, 235, .24);
    background: #fff;
    transform: translateY(-1px);
}

.op-scope-nav > a.is-active {
    border-color: rgba(37, 99, 235, .34);
    background: rgba(239, 246, 255, .86);
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .05);
}

.op-scope-nav .material-icons {
    font-size: 21px;
    opacity: .78;
}

.op-scope-nav span:nth-child(2) {
    min-width: 0;
    display: grid;
    gap: 1px;
}

.op-scope-nav strong {
    font-size: 14px;
}

.op-scope-nav small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    opacity: .62;
}

.op-scope-nav b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 7px;
    border-radius: 999px;
    background: rgba(20, 28, 39, .055);
    font-size: 12px;
}

.op-canonical-search {
    margin-bottom: 10px;
}

.op-origin-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 0 0 12px;
}

.op-origin-bar > span {
    margin-right: 2px;
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .05em;
    opacity: .55;
}

.op-origin-bar > a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(20, 28, 39, .10);
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    color: inherit;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

.op-origin-bar > a.is-active {
    border-color: rgba(37, 99, 235, .28);
    background: rgba(239, 246, 255, .95);
}

.op-origin-bar > a b {
    font-size: 10px;
    opacity: .56;
}

.op-origin-bar > a.op-origin-bar__action {
    margin-left: auto;
    border-color: transparent;
    background: #111827;
    color: #fff;
}

.op-origin-bar__action .material-icons {
    font-size: 17px;
}

.op-canonical-contract {
    margin-bottom: 14px;
}

.op-canonical-card {
    position: relative;
    overflow: hidden;
}

.op-canonical-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: rgba(20, 28, 39, .16);
}

.op-canonical-card--external::before {
    background: rgba(37, 99, 235, .58);
}

.op-canonical-card--need::before {
    background: rgba(13, 148, 136, .58);
}

.op-canonical-card--work::before {
    background: rgba(124, 58, 237, .56);
}

.op-canonical-card__meta .material-icons {
    margin-right: 2px;
    font-size: 13px;
    vertical-align: -2px;
}

.op-canonical-origin {
    font-weight: 800;
    opacity: .86 !important;
}

.op-canonical-caps {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 9px;
}

.op-canonical-caps span {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(20, 28, 39, .05);
    font-size: 11px;
    font-weight: 650;
}

.op-canonical-reason {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 9px 0 0;
    color: inherit;
    font-size: 11px;
    line-height: 1.4;
    opacity: .58;
}

.op-canonical-reason .material-icons {
    font-size: 14px;
}

.op-feed__state small {
    max-width: 150px;
    text-align: right;
    font-size: 10px;
    opacity: .55;
}

@media (max-width: 820px) {
    .op-scope-nav {
        grid-template-columns: 1fr;
    }

    .op-origin-bar > a.op-origin-bar__action {
        margin-left: 0;
    }

    .op-feed__state small {
        text-align: left;
    }
}

@media (max-width: 560px) {
    .op-origin-bar {
        align-items: stretch;
    }

    .op-origin-bar > span {
        width: 100%;
    }

    .op-origin-bar > a {
        justify-content: center;
        flex: 1 1 auto;
    }

    .op-origin-bar > a.op-origin-bar__action {
        flex-basis: 100%;
    }
}

/* =========================================================
   CRIE.OPPORTUNITY.EXPERIENCE.01 | INTERACTIONS AT A GLANCE
   Menos explicação na superfície, mais estrutura por baixo.
========================================================= */
.op-experience-page {
  --op-ink: #10244c;
  --op-muted: #66758d;
  --op-line: #dbe4f0;
  --op-soft: #f7f9fc;
  --op-accent: #2563eb;
  padding-bottom: 44px;
}

.op-experience-hero {
  position: relative;
  min-height: 210px;
  margin: 18px 0 14px;
  border-radius: 26px;
  overflow: hidden;
  background-image: var(--op-hero-image);
  background-size: cover;
  background-position: center 52%;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .12);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  isolation: isolate;
}

.op-experience-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(10, 26, 55, .86) 0%, rgba(10, 26, 55, .68) 45%, rgba(10, 26, 55, .20) 100%);
}

.op-experience-hero__content {
  max-width: 820px;
  color: #fff;
}

.op-experience-hero__content > span {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255,255,255,.76);
}

.op-experience-hero h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -.035em;
  font-weight: 900;
}

.op-experience-hero p {
  margin: 0;
  max-width: 760px;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 1.45;
}

.op-experience-hero__count {
  min-width: 116px;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background: rgba(8, 19, 41, .34);
  backdrop-filter: blur(8px);
  color: #fff;
  text-align: center;
}

.op-experience-hero__count strong {
  display: block;
  font-size: 31px;
  line-height: 1;
  font-weight: 900;
}

.op-experience-hero__count span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: rgba(255,255,255,.75);
}

.op-experience-scope {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
  padding: 6px;
  border: 1px solid var(--op-line);
  border-radius: 20px;
  background: #fff;
}

.op-experience-scope > a {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 8px;
  min-width: 0;
  padding: 11px 13px;
  border-radius: 15px;
  color: #40516b;
  text-decoration: none !important;
  transition: background .15s ease, color .15s ease;
}

.op-experience-scope > a:hover { background: #f5f8fd; }
.op-experience-scope > a.is-active { background: #eef4ff; color: #173d82; }
.op-experience-scope .material-icons { grid-row: 1 / 3; font-size: 22px; color: #6b7f9d; }
.op-experience-scope strong { font-size: 14px; font-weight: 850; }
.op-experience-scope small { font-size: 11px; color: #8190a7; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.op-experience-scope b { grid-column: 3; grid-row: 1 / 3; min-width: 27px; text-align: center; font-size: 12px; padding: 4px 7px; border-radius: 999px; background: #fff; border: 1px solid #dce5f2; }

.op-experience-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.op-experience-search {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 6px 7px 6px 15px;
  border: 1px solid var(--op-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15,23,42,.035);
}

.op-experience-search .material-icons { color: #7a8aa2; font-size: 22px; }
.op-experience-search input { min-width: 0; border: 0; outline: 0; font-size: 15px; color: #15233b; background: transparent; }
.op-experience-search button,
.op-experience-create {
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  padding: 0 15px;
  background: #1f5eea;
  color: #fff !important;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.op-experience-create { min-height: 54px; padding: 0 18px; }
.op-experience-create .material-icons { font-size: 19px; }

.op-experience-origins {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 10px 0 18px;
}

.op-experience-origins a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--op-line);
  border-radius: 999px;
  background: #fff;
  color: #52637b;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
}
.op-experience-origins a.is-active { background: #10244c; color: #fff; border-color: #10244c; }
.op-experience-origins b { font-size: 10px; opacity: .72; }

.op-experience-active-filter {
  margin: -6px 0 15px;
  font-size: 12px;
  color: #65758e;
}
.op-experience-active-filter a { margin-left: 7px; font-weight: 800; }

.op-experience-feed {
  border-top: 1px solid #e3e9f2;
  padding-top: 18px;
}

.op-experience-feed__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 12px;
}
.op-experience-feed__head h2 { margin: 0 0 3px; color: var(--op-ink); font-size: 22px; font-weight: 900; letter-spacing: -.02em; }
.op-experience-feed__head p { margin: 0; color: #8190a6; font-size: 12px; }

.op-experience-list { display: grid; gap: 9px; }
.op-experience-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 18px;
  padding: 17px 18px;
  border: 1px solid var(--op-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(15, 23, 42, .035);
}

.op-experience-card__topline { display: flex; flex-wrap: wrap; gap: 6px 10px; align-items: center; margin-bottom: 7px; color: #718098; font-size: 11px; font-weight: 750; }
.op-experience-card__origin { color: #1f5eea; }
.op-experience-card__place { display: inline-flex; align-items: center; gap: 2px; }
.op-experience-card__place .material-icons { font-size: 14px; }
.op-experience-card h3 { margin: 0 0 4px; font-size: 18px; line-height: 1.25; font-weight: 900; letter-spacing: -.015em; }
.op-experience-card h3 a { color: #14294e; text-decoration: none; }
.op-experience-card h3 a:hover { color: #1f5eea; }
.op-experience-card__publisher { margin: 0 0 7px; color: #5e6f87; font-size: 12px; font-weight: 750; }
.op-experience-card__description { margin: 0; color: #596a82; font-size: 13px; line-height: 1.5; }
.op-experience-card__caps { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 9px; }
.op-experience-card__caps span { padding: 4px 8px; border-radius: 999px; background: #f2f6fc; color: #566982; font-size: 10px; font-weight: 750; }

.op-experience-card__window { border-left: 1px solid #edf1f6; padding-left: 16px; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: 12px; }
.op-window { display: inline-flex; align-items: center; gap: 5px; min-height: 31px; padding: 0 10px; border-radius: 999px; font-size: 11px; font-weight: 850; white-space: nowrap; }
.op-window .material-icons { font-size: 15px; }
.op-window.is-open { background: #eef8f1; color: #257043; }
.op-window.is-soon { background: #fff5dc; color: #8a5b00; }
.op-window.is-urgent { background: #fff0ef; color: #a43a34; }
.op-window.is-neutral { background: #f2f4f7; color: #667085; }
.op-experience-card__window a { display: inline-flex; align-items: center; gap: 4px; color: #1f5eea; font-size: 12px; font-weight: 850; text-decoration: none; text-align: right; }
.op-experience-card__window a .material-icons { font-size: 16px; }

.op-experience-empty { display: flex; align-items: center; gap: 12px; padding: 24px; border: 1px dashed #ccd7e6; border-radius: 18px; background: #fafbfd; }
.op-experience-empty > .material-icons { color: #7890b4; font-size: 30px; }
.op-experience-empty strong { color: #203b68; }
.op-experience-empty p { margin: 3px 0 0; color: #73839a; font-size: 13px; }

.op-experience-how,
.op-source-drawer--admin { margin-top: 14px; border: 1px solid #e0e7f0; border-radius: 16px; background: #fbfcfe; }
.op-experience-how summary,
.op-source-drawer--admin > summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 7px; padding: 13px 15px; color: #5f7088; font-size: 12px; font-weight: 850; }
.op-experience-how summary::-webkit-details-marker,
.op-source-drawer--admin > summary::-webkit-details-marker { display: none; }
.op-experience-how summary .material-icons,
.op-source-drawer--admin > summary .material-icons { font-size: 17px; }
.op-experience-how > div { padding: 0 15px 13px; color: #66758c; font-size: 12px; line-height: 1.55; }
.op-experience-how p { margin: 0 0 7px; }
.op-experience-how p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
  .op-experience-hero { min-height: 190px; padding: 22px; }
  .op-experience-hero__count { display: none; }
  .op-experience-scope { grid-template-columns: 1fr; }
  .op-experience-tools { grid-template-columns: 1fr; }
  .op-experience-create { min-height: 44px; }
  .op-experience-card { grid-template-columns: 1fr; }
  .op-experience-card__window { border-left: 0; border-top: 1px solid #edf1f6; padding: 11px 0 0; flex-direction: row; align-items: center; }
}

@media (max-width: 620px) {
  .op-experience-hero { min-height: 168px; border-radius: 19px; padding: 18px; }
  .op-experience-hero__overlay { background: linear-gradient(90deg, rgba(10,26,55,.90), rgba(10,26,55,.58)); }
  .op-experience-hero h1 { font-size: 30px; }
  .op-experience-hero p { font-size: 13px; }
  .op-experience-search { grid-template-columns: 24px minmax(0, 1fr); }
  .op-experience-search button { grid-column: 1 / -1; min-height: 38px; }
  .op-experience-card { padding: 14px; border-radius: 15px; }
  .op-experience-card h3 { font-size: 17px; }
  .op-experience-origins { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; }
  .op-experience-origins a { white-space: nowrap; }
}

/* =========================================================
   CRIE.OPPORTUNITY.LABOUR.BRIDGE.01
   Estrutura ocupacional e produtiva em leitura compacta
========================================================= */
.op-labour-glance {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.op-labour-glance > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  max-width: 100%;
  padding: 4px 9px;
  border: 1px solid #dce5f1;
  border-radius: 999px;
  background: #f8fafc;
  color: #455a76;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
}

.op-labour-glance > span .material-icons,
.op-labour-glance > span i.material-icons {
  flex: 0 0 auto;
  font-size: 14px;
  color: #6681a7;
}

.op-labour-glance > span.is-territorial {
  border-color: #d5eadb;
  background: #f1f9f3;
  color: #2f6c45;
}

.op-labour-glance > span.is-territorial .material-icons {
  color: #3e8558;
}

.op-labour-detail {
  margin-top: 8px;
  border-top: 1px solid #eef2f6;
}

.op-labour-detail > summary {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-top: 8px;
  color: #63748d;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.op-labour-detail > summary::-webkit-details-marker {
  display: none;
}

.op-labour-detail > summary::after {
  content: "expand_more";
  font-family: "Material Icons";
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
}

.op-labour-detail[open] > summary::after {
  content: "expand_less";
}

.op-labour-detail__body {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid #e8edf4;
  border-radius: 12px;
  background: #fbfcfe;
}

.op-labour-detail__body strong {
  display: block;
  margin-bottom: 2px;
  color: #304764;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .045em;
}

.op-labour-detail__body p {
  margin: 0;
  color: #586a82;
  font-size: 11px;
  line-height: 1.45;
}

.op-labour-detail__body small {
  color: #8997aa;
  font-size: 9px;
  white-space: nowrap;
}

.op-labour-detail__note {
  padding-top: 7px;
  border-top: 1px solid #edf1f5;
  color: #7a8798 !important;
}

@media (max-width: 767px) {
  .op-labour-glance {
    gap: 5px;
  }

  .op-labour-glance > span {
    max-width: 100%;
    white-space: normal;
  }
}

/* CRIE.OPPORTUNITY.ENRICHMENT.01 | Source structure stays readable and secondary. */
.op-provider-row__main small {
  color: #73839a;
  font-size: 10px;
  line-height: 1.35;
}

.op-provider-row__action {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.op-provider-row__action button.is-secondary {
  background: #f7f9fc;
  color: #48627f;
}

.op-structure-block {
  margin-top: 4px;
}

.op-structure-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.op-structure-kicker {
  display: block;
  margin-bottom: 4px;
  color: #78879a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.op-structure-heading .op-detail-block-title {
  margin-bottom: 0;
}

.op-structure-count {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid #dce5f1;
  border-radius: 999px;
  background: #f8fafc;
  color: #65758a;
  font-size: 10px;
  font-weight: 800;
}

.op-structure-items {
  display: grid;
  gap: 8px;
}

.op-structure-item {
  padding: 12px 13px;
  border: 1px solid #e4eaf2;
  border-radius: 14px;
  background: #fbfcfe;
}

.op-structure-item__top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 5px;
  color: #718198;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.op-structure-item > strong {
  display: block;
  color: #243d5e;
  font-size: 13px;
  line-height: 1.42;
}

.op-structure-item__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 7px;
  color: #617188;
  font-size: 11px;
}

.op-document-list {
  display: grid;
  gap: 7px;
}

.op-document-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #e5ebf3;
  border-radius: 13px;
  background: #fbfcfe;
}

.op-document-row > div {
  min-width: 0;
}

.op-document-row strong,
.op-document-row span {
  display: block;
}

.op-document-row strong {
  color: #304764;
  font-size: 12px;
  line-height: 1.35;
}

.op-document-row span {
  margin-top: 2px;
  color: #7a8798;
  font-size: 10px;
}

.op-document-row > a {
  color: #315f9a;
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 620px) {
  .op-provider-row__action {
    justify-content: flex-start;
  }

  .op-structure-heading,
  .op-document-row {
    grid-template-columns: 1fr;
  }

  .op-structure-heading {
    display: grid;
  }

  .op-structure-count {
    justify-self: start;
  }

  .op-document-row > a {
    justify-self: start;
  }
}

/* CRIE.OPPORTUNITY.ACTIVATION.01 | LIVE FEED */
.op-live-sync-inline {
  margin-top: 12px;
}

.op-live-sync-inline button,
.op-live-sync-panel button {
  border: 0;
  border-radius: 999px;
  min-height: 40px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #173d82;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.op-live-sync-inline button:hover,
.op-live-sync-panel button:hover {
  background: #102f67;
}

.op-live-sync-inline .material-icons,
.op-live-sync-panel .material-icons {
  font-size: 17px;
}

.op-live-sync-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 13px;
  margin-bottom: 13px;
  border: 1px solid #d8e4f5;
  border-radius: 14px;
  background: #f4f8ff;
}

.op-live-sync-panel strong {
  display: block;
  margin-bottom: 3px;
  color: #183b72;
  font-size: 12px;
}

.op-live-sync-panel span {
  display: block;
  color: #6a7a91;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 720px) {
  .op-live-sync-panel {
    grid-template-columns: 1fr;
  }
  .op-live-sync-panel button {
    width: 100%;
  }
}

/* CRIE.OPPORTUNITY.INTELLIGENCE.01 | LESS NOISE, MORE SIGNAL */
.op-experience-tools {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.op-experience-copy-ai {
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid #cdd9ea;
  border-radius: 14px;
  background: #f8fbff;
  color: #173d82;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  text-align: left;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.op-experience-copy-ai:hover {
  background: #eef5ff;
  border-color: #abc1e4;
}

.op-experience-copy-ai:disabled {
  cursor: wait;
  opacity: .72;
}

.op-experience-copy-ai.is-copied {
  background: #edf8f1;
  border-color: #b9ddc7;
  color: #24633d;
}

.op-experience-copy-ai .material-icons {
  font-size: 20px;
}

.op-experience-copy-ai span span,
.op-experience-copy-ai > span:last-child {
  display: grid;
  gap: 1px;
}

.op-experience-copy-ai strong {
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}

.op-experience-copy-ai small {
  color: #73849c;
  font-size: 9px;
  font-weight: 650;
  white-space: nowrap;
}

.op-experience-kinds {
  margin: 11px 0 18px;
}

.op-experience-kinds__label {
  display: block;
  margin-bottom: 7px;
  color: #77879d;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.op-experience-kinds > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.op-experience-kinds a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--op-line);
  border-radius: 999px;
  background: #fff;
  color: #52637b;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
}

.op-experience-kinds a.is-active {
  background: #10244c;
  border-color: #10244c;
  color: #fff;
}

.op-experience-kinds b {
  font-size: 10px;
  opacity: .72;
}

.op-copy-ai-status {
  display: block;
  min-height: 16px;
  margin-top: 7px;
  color: #6f7f95;
  font-size: 10px;
}

@media (max-width: 980px) {
  .op-experience-tools {
    grid-template-columns: 1fr 1fr;
  }
  .op-experience-search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .op-experience-tools {
    grid-template-columns: 1fr;
  }
  .op-experience-search,
  .op-experience-copy-ai,
  .op-experience-create {
    grid-column: 1;
    width: 100%;
  }
  .op-experience-kinds > div {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .op-experience-kinds a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

/* CRIE.OPPORTUNITY.COVERAGE.02 | RICH SEARCH */
.op-experience-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 9px 0 8px;
}

.op-experience-card__facts > span {
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px;
  border: 1px solid #dbe5f1;
  border-radius: 9px;
  background: #f8fbfe;
  color: #506278;
  font-size: 10px;
  line-height: 1.2;
}

.op-experience-card__facts .material-icons {
  font-size: 14px;
  color: #5279a8;
}

.op-experience-card__facts b {
  color: #2d496b;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .025em;
}

.op-experience-card__requirements {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 8px 0 0;
  padding: 8px 10px;
  border-left: 3px solid #cbd9e9;
  border-radius: 0 8px 8px 0;
  background: #fbfcfe;
  color: #596b80;
  font-size: 10.5px;
  line-height: 1.45;
}

.op-experience-card__requirements .material-icons {
  flex: 0 0 auto;
  margin-top: 1px;
  color: #6c83a0;
  font-size: 15px;
}

@media (max-width: 720px) {
  .op-experience-card__facts {
    gap: 5px;
  }

  .op-experience-card__facts > span {
    flex: 1 1 calc(50% - 5px);
  }
}

/* CRIE.OPPORTUNITY.FRONTIER.01 | RESEARCH · POLICY · R&D */
.op-live-sync-panel--frontier {
  background: #f7f7ff;
  border-color: #dddff5;
}

.op-provider-action-link {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #d8e1ee;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #fff;
  color: #49627e;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
}

.op-provider-action-link:hover {
  background: #f5f8fc;
  color: #173d82;
}

.op-provider-action-link .material-icons {
  font-size: 15px;
}

/* CRIE.OPPORTUNITY.PROFILE.01 | WORK THAT FITS A TRAJECTORY */
.op-trajectory-lens {
  margin: 10px 0 14px;
  border: 1px solid #dce5ef;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.op-trajectory-lens.is-active {
  border-color: #cbd9ec;
  background: #f9fbfe;
}

.op-trajectory-lens__toggle {
  min-height: 52px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 9px;
  align-items: center;
  color: #334d6e;
  text-decoration: none !important;
}

.op-trajectory-lens__toggle:hover {
  background: #f6f9fc;
  color: #183f78;
}

.op-trajectory-lens__toggle > .material-icons:first-child {
  font-size: 20px;
  color: #5279a8;
}

.op-trajectory-lens__toggle span:nth-child(2) {
  display: grid;
  gap: 2px;
}

.op-trajectory-lens__toggle strong {
  font-size: 12px;
  font-weight: 850;
}

.op-trajectory-lens__toggle small {
  color: #7b8b9f;
  font-size: 9.5px;
}

.op-trajectory-lens__arrow {
  font-size: 18px;
  color: #8493a7;
}

.op-trajectory-lens__summary {
  padding: 0 13px 12px 41px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.op-trajectory-lens__summary > div:first-child {
  min-width: 0;
}

.op-trajectory-lens__eyebrow {
  display: block;
  margin-bottom: 3px;
  color: #75869b;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.op-trajectory-lens__summary strong {
  color: #2f4867;
  font-size: 11px;
  font-weight: 850;
}

.op-trajectory-lens__summary p {
  max-width: 760px;
  margin: 4px 0 0;
  color: #6d7c90;
  font-size: 10px;
  line-height: 1.45;
}

.op-trajectory-lens__summary details {
  flex: 0 0 auto;
  min-width: 150px;
}

.op-trajectory-lens__summary summary {
  cursor: pointer;
  color: #426487;
  font-size: 10px;
  font-weight: 800;
}

.op-trajectory-lens__evidence {
  width: min(440px, 80vw);
  margin-top: 8px;
  padding: 10px;
  border: 1px solid #dce5ef;
  border-radius: 10px;
  background: #fff;
}

.op-trajectory-lens__evidence > div + div {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #edf1f5;
}

.op-trajectory-lens__evidence b {
  color: #3b5878;
  font-size: 9px;
  text-transform: uppercase;
}

.op-trajectory-lens__evidence p {
  margin-top: 3px;
}

.op-trajectory-card {
  margin-top: 10px;
  padding: 9px 10px;
  border: 1px solid #dce6f1;
  border-radius: 10px;
  background: #f9fbfd;
}

.op-trajectory-card__title {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #38597e;
}

.op-trajectory-card__title .material-icons {
  font-size: 15px;
}

.op-trajectory-card__title strong {
  font-size: 10px;
  font-weight: 850;
}

.op-trajectory-card__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 6px;
}

.op-trajectory-card__signals > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 27px;
  padding: 4px 7px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #fff;
  color: #5c6d81;
  font-size: 9.5px;
  line-height: 1.25;
}

.op-trajectory-card__signals > span b {
  color: #425a77;
  font-size: 8.5px;
  font-weight: 850;
  text-transform: uppercase;
}

.op-trajectory-card__signals > span.is-present {
  border-color: #cfe4d7;
  background: #f6fbf8;
}

.op-trajectory-card__signals > span.is-local {
  border-color: #d7e2f1;
  background: #f7faff;
}

.op-trajectory-card__signals > span.is-gap {
  border-color: #eadfcb;
  background: #fffaf3;
}

.op-trajectory-card > small {
  display: block;
  margin-top: 6px;
  color: #8290a1;
  font-size: 8.8px;
  line-height: 1.35;
}

@media (max-width: 720px) {
  .op-trajectory-lens__summary {
    padding-left: 13px;
    display: block;
  }

  .op-trajectory-lens__summary details {
    margin-top: 10px;
  }

  .op-trajectory-card__signals > span {
    width: 100%;
  }
}

/* =========================================================
   CRIE.ACCESSIBILITY.GRAPH.01 | PATHS TO OPPORTUNITY
   ========================================================= */

.op-access-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.op-access-summary span {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  padding: 7px 10px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  font-size: 12px;
  color: #475569;
}

.op-access-summary b {
  color: #0f172a;
  font-size: 13px;
}

.op-access-card {
  margin-top: 14px;
  padding: 13px;
  border: 1px solid rgba(15, 118, 110, .16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(240,253,250,.84), rgba(248,250,252,.9));
}

.op-access-card.is-gap_open {
  border-color: rgba(180, 83, 9, .16);
  background: linear-gradient(180deg, rgba(255,251,235,.88), rgba(248,250,252,.92));
}

.op-access-card.is-insufficient_evidence {
  border-color: rgba(100, 116, 139, .15);
  background: #f8fafc;
}

.op-access-card__title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.op-access-card__title > .material-icons {
  font-size: 18px;
  color: #0f766e;
  margin-top: 1px;
}

.op-access-card__title > div {
  min-width: 0;
}

.op-access-card__title strong {
  display: block;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.35;
}

.op-access-card__title small {
  display: block;
  margin-top: 3px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.45;
}

.op-access-path {
  display: flex;
  align-items: stretch;
  gap: 6px;
  margin-top: 11px;
  overflow-x: auto;
  padding: 1px 0 4px;
  scrollbar-width: thin;
}

.op-access-path__node {
  flex: 0 0 auto;
  min-width: 118px;
  max-width: 168px;
  padding: 9px 10px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 12px;
  background: #fff;
}

.op-access-path__node i {
  display: block;
  font-size: 16px;
  color: #0f766e;
  margin-bottom: 4px;
}

.op-access-path__node b,
.op-access-path__node small {
  display: block;
}

.op-access-path__node b {
  font-size: 10px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.op-access-path__node small {
  margin-top: 2px;
  color: #0f172a;
  font-size: 11px;
  line-height: 1.35;
}

.op-access-path__node.is-gap {
  background: #fff7ed;
}

.op-access-path__node.is-opportunity {
  background: #ecfdf5;
}

.op-access-path__arrow {
  flex: 0 0 auto;
  align-self: center;
  font-size: 17px;
  color: #94a3b8;
}

.op-access-card__bridges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.op-access-card__bridges span {
  display: inline-flex;
  gap: 5px;
  align-items: baseline;
  max-width: 100%;
  padding: 6px 8px;
  border-radius: 10px;
  background: rgba(255,255,255,.85);
  color: #334155;
  font-size: 11px;
}

.op-access-card__bridges b {
  color: #0f766e;
}

.op-access-card__boundary {
  display: block;
  margin-top: 9px;
  color: #64748b;
  font-size: 10px;
  line-height: 1.4;
}

.op-access-detail {
  margin: 0 0 24px;
  padding: 20px;
  border: 1px solid rgba(15,118,110,.15);
  border-radius: 20px;
  background: linear-gradient(180deg, #f0fdfa 0%, #ffffff 72%);
}

.op-access-detail__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.op-access-detail__heading > div {
  min-width: 0;
}

.op-access-detail__heading > div > span {
  display: block;
  margin-bottom: 4px;
  color: #0f766e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.op-access-detail__heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.25;
}

.op-access-detail__heading p {
  margin: 6px 0 0;
  color: #64748b;
  line-height: 1.55;
}

.op-access-detail__close {
  flex: 0 0 auto;
  padding: 8px 11px;
  border: 1px solid rgba(15,23,42,.1);
  border-radius: 999px;
  background: #fff;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.op-access-detail__flow {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: 18px;
  padding-bottom: 5px;
  overflow-x: auto;
}

.op-access-detail__node {
  flex: 0 0 164px;
  min-height: 116px;
  padding: 13px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.op-access-detail__node:hover {
  text-decoration: none;
  border-color: rgba(15,118,110,.28);
}

.op-access-detail__node > .material-icons {
  font-size: 21px;
  color: #0f766e;
}

.op-access-detail__node small,
.op-access-detail__node strong {
  display: block;
}

.op-access-detail__node small {
  margin-top: 8px;
  color: #64748b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.op-access-detail__node strong {
  margin-top: 4px;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.4;
}

.op-access-detail__node.is-gap {
  background: #fff7ed;
}

.op-access-detail__node.is-opportunity {
  background: #ecfdf5;
}

.op-access-detail__arrow {
  align-self: center;
  flex: 0 0 auto;
  color: #94a3b8;
  font-size: 20px;
}

.op-access-detail__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.op-access-detail__panel {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(15,23,42,.07);
  border-radius: 15px;
  background: rgba(255,255,255,.86);
}

.op-access-detail__panel > .material-icons {
  flex: 0 0 auto;
  color: #0f766e;
  font-size: 20px;
}

.op-access-detail__panel > div {
  min-width: 0;
}

.op-access-detail__panel h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 13px;
}

.op-access-detail__panel b {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.op-access-detail__panel p,
.op-access-detail__panel a {
  display: block;
  margin: 3px 0 0;
  color: #334155;
  font-size: 12px;
  line-height: 1.45;
}

.op-access-detail__panel a {
  color: #0f766e;
  text-decoration: none;
  font-weight: 650;
}

.op-access-detail__panel a + a {
  margin-top: 6px;
}

.op-access-detail__boundary {
  margin: 14px 0 0;
  color: #64748b;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .op-access-detail__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .op-access-summary {
    gap: 6px;
  }

  .op-access-summary span {
    width: calc(50% - 3px);
    justify-content: center;
  }

  .op-access-detail {
    padding: 15px;
    border-radius: 16px;
  }

  .op-access-detail__heading {
    display: block;
  }

  .op-access-detail__close {
    display: inline-flex;
    margin-top: 12px;
  }

  .op-access-detail__grid {
    grid-template-columns: 1fr;
  }

  .op-access-detail__node {
    flex-basis: 145px;
  }
}

.op-access-card__window,
.op-access-detail__window {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  color: var(--text-muted, #64748b);
  font-size: .78rem;
  font-weight: 650;
}

.op-access-card__window .material-icons,
.op-access-detail__window .material-icons {
  font-size: 15px;
}

/* CRIE.ACCESSIBILITY.ACTIONS.01 | FROM PATH TO MOVEMENT */
.op-card-movement {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 7px;
    margin: 7px 0 2px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(20, 28, 39, .055);
    font-size: 12px;
    line-height: 1.3;
}

.op-card-movement .material-icons {
    font-size: 16px;
}

.op-card-movement strong {
    font-weight: 750;
}

.op-movement {
    margin: 22px 0 28px;
    padding: 20px;
    border: 1px solid rgba(20, 28, 39, .11);
    border-radius: 18px;
    background: rgba(255, 255, 255, .78);
}

.op-movement__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
    margin-bottom: 16px;
}

.op-movement__heading > div:first-child > span {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .58;
}

.op-movement__heading h2 {
    margin: 0 0 6px;
    font-size: clamp(21px, 3vw, 28px);
    line-height: 1.16;
}

.op-movement__heading p {
    max-width: 760px;
    margin: 0;
    line-height: 1.55;
    opacity: .72;
}

.op-movement__state {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 180px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(20, 28, 39, .055);
}

.op-movement__state .material-icons {
    font-size: 21px;
}

.op-movement__state small,
.op-movement__state strong {
    display: block;
}

.op-movement__state small {
    margin-bottom: 2px;
    font-size: 11px;
    opacity: .58;
}

.op-movement__state strong {
    font-size: 13px;
}

.op-movement__actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.op-movement__action {
    min-width: 0;
    min-height: 92px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 14px;
    border: 1px solid rgba(20, 28, 39, .11);
    border-radius: 14px;
    background: #fff;
    color: inherit;
    text-decoration: none;
}

.op-movement__action:hover {
    text-decoration: none;
    border-color: rgba(20, 28, 39, .22);
}

.op-movement__action > .material-icons,
.op-movement__action button > .material-icons {
    font-size: 21px;
}

.op-movement__action span strong,
.op-movement__action span small {
    display: block;
}

.op-movement__action span strong {
    margin-bottom: 4px;
    font-size: 14px;
}

.op-movement__action span small {
    font-size: 12px;
    line-height: 1.45;
    opacity: .66;
}

.op-movement__action.is-post {
    padding: 0;
}

.op-movement__action.is-post button {
    width: 100%;
    min-height: 90px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 14px;
    border: 0;
    border-radius: inherit;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.op-movement__more {
    margin-top: 12px;
}

.op-movement__more > summary {
    cursor: pointer;
    width: fit-content;
    font-size: 13px;
    font-weight: 700;
}

.op-movement__more > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(20, 28, 39, .08);
}

.op-movement__more a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    font-size: 13px;
}

.op-movement__more a .material-icons {
    font-size: 17px;
}

.op-movement__more a small {
    display: none;
}

.op-movement__archive {
    border: 0;
    background: none;
    padding: 0;
    font: inherit;
    font-size: 12px;
    text-decoration: underline;
    opacity: .62;
    cursor: pointer;
}

.op-movement__boundary {
    margin: 14px 0 0;
    font-size: 11px;
    line-height: 1.45;
    opacity: .55;
}

@media (max-width: 860px) {
    .op-movement__heading,
    .op-movement__actions {
        grid-template-columns: 1fr;
    }

    .op-movement__state {
        min-width: 0;
    }
}

/* CRIE.OPPORTUNITY.OUTCOME.01 | MOVEMENT TO RESULT */
.op-card-outcome {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 8px 8px 0;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(20, 28, 39, .055);
    font-size: 12px;
    line-height: 1.2;
}

.op-card-outcome .material-icons {
    font-size: 16px;
}

.op-card-outcome strong {
    font-weight: 750;
}

.op-outcome {
    margin: 22px 0 28px;
    padding: 20px;
    border: 1px solid rgba(20, 28, 39, .11);
    border-radius: 18px;
    background: rgba(255, 255, 255, .82);
}

.op-outcome__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
    margin-bottom: 16px;
}

.op-outcome__heading > div:first-child > span {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .58;
}

.op-outcome__heading h2 {
    margin: 0 0 6px;
    font-size: clamp(21px, 3vw, 28px);
    line-height: 1.16;
}

.op-outcome__heading p {
    max-width: 760px;
    margin: 0;
    line-height: 1.55;
    opacity: .72;
}

.op-outcome__state {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 190px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(20, 28, 39, .055);
}

.op-outcome__state .material-icons {
    font-size: 21px;
}

.op-outcome__state small,
.op-outcome__state strong {
    display: block;
}

.op-outcome__state small {
    margin-bottom: 2px;
    font-size: 11px;
    opacity: .58;
}

.op-outcome__state strong {
    font-size: 13px;
}

.op-outcome__form {
    display: grid;
    gap: 12px;
}

.op-outcome__note > span {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 750;
}

.op-outcome__note textarea {
    width: 100%;
    resize: vertical;
    min-height: 62px;
    padding: 10px 12px;
    border: 1px solid rgba(20, 28, 39, .13);
    border-radius: 12px;
    background: #fff;
    color: inherit;
    font: inherit;
    line-height: 1.45;
}

.op-outcome__choices {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
}

.op-outcome__choices button {
    min-height: 66px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 12px;
    border: 1px solid rgba(20, 28, 39, .11);
    border-radius: 13px;
    background: #fff;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.op-outcome__choices button:hover {
    border-color: rgba(20, 28, 39, .24);
}

.op-outcome__choices .material-icons {
    flex: 0 0 auto;
    font-size: 20px;
}

.op-outcome__choices strong {
    font-size: 13px;
    line-height: 1.25;
}

.op-outcome__more > summary,
.op-outcome__history > summary {
    cursor: pointer;
    width: fit-content;
    font-size: 13px;
    font-weight: 700;
}

.op-outcome__more > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.op-outcome__more button {
    padding: 7px 10px;
    border: 1px solid rgba(20, 28, 39, .1);
    border-radius: 999px;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: 12px;
    cursor: pointer;
}

.op-outcome__realization {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 14px;
    padding: 13px 14px;
    border-radius: 14px;
    background: rgba(20, 28, 39, .055);
    color: inherit;
    text-decoration: none;
}

.op-outcome__realization:hover {
    text-decoration: none;
}

.op-outcome__realization .material-icons {
    font-size: 21px;
}

.op-outcome__realization strong,
.op-outcome__realization small {
    display: block;
}

.op-outcome__realization strong {
    margin-bottom: 3px;
    font-size: 14px;
}

.op-outcome__realization small {
    font-size: 12px;
    line-height: 1.42;
    opacity: .66;
}

.op-outcome__history {
    margin-top: 14px;
}

.op-outcome__history > div {
    margin-top: 9px;
    border-top: 1px solid rgba(20, 28, 39, .08);
}

.op-outcome__history-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 12px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(20, 28, 39, .065);
}

.op-outcome__history-row strong {
    font-size: 13px;
}

.op-outcome__history-row > span {
    font-size: 11px;
    opacity: .55;
}

.op-outcome__history-row p {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 12px;
    line-height: 1.42;
    opacity: .72;
}

.op-outcome__boundary {
    margin: 14px 0 0;
    font-size: 11px;
    line-height: 1.45;
    opacity: .55;
}

@media (max-width: 860px) {
    .op-outcome__heading,
    .op-outcome__choices {
        grid-template-columns: 1fr;
    }

    .op-outcome__state {
        min-width: 0;
    }
}

/* =========================================================
   CRIE.OPPORTUNITY.DOOR.01 | SOURCE FIRST, CONTEXT RICH
   The card stays fast to scan. Rich evidence remains one tap away and the
   primary external action goes straight to the observed source.
   ========================================================= */

.op-experience-card__title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 4px;
}

.op-experience-card__title-row h3 {
    min-width: 0;
    flex: 1 1 auto;
    margin-bottom: 0;
}

.op-source-open {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid rgba(31, 94, 234, .18);
    border-radius: 10px;
    background: rgba(31, 94, 234, .055);
    color: #1f5eea;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.op-source-open:hover {
    border-color: rgba(31, 94, 234, .34);
    background: rgba(31, 94, 234, .09);
    color: #174ab9;
    text-decoration: none;
}

.op-source-open .material-icons {
    font-size: 15px;
}

.op-rich-context {
    margin-top: 12px;
    border: 1px solid rgba(20, 41, 78, .08);
    border-radius: 13px;
    background: rgba(20, 41, 78, .025);
    overflow: hidden;
}

.op-rich-context > summary {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    cursor: pointer;
    list-style: none;
    color: #223653;
}

.op-rich-context > summary::-webkit-details-marker {
    display: none;
}

.op-rich-context > summary > .material-icons {
    flex: 0 0 auto;
    font-size: 18px;
    opacity: .72;
}

.op-rich-context > summary > span:last-child {
    min-width: 0;
}

.op-rich-context > summary strong,
.op-rich-context > summary small {
    display: block;
}

.op-rich-context > summary strong {
    font-size: 12px;
    font-weight: 850;
}

.op-rich-context > summary small {
    margin-top: 1px;
    font-size: 10.5px;
    line-height: 1.3;
    opacity: .58;
}

.op-rich-context[open] > summary {
    border-bottom: 1px solid rgba(20, 41, 78, .075);
    background: rgba(255, 255, 255, .62);
}

.op-rich-context__body {
    display: grid;
    gap: 12px;
    padding: 12px;
}

.op-rich-context__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.op-rich-context__fact {
    min-width: 0;
    padding: 8px 9px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(20, 41, 78, .065);
}

.op-rich-context__fact b,
.op-rich-context__fact span,
.op-rich-context__fact a {
    display: block;
}

.op-rich-context__fact b {
    margin-bottom: 2px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .045em;
    opacity: .5;
}

.op-rich-context__fact span,
.op-rich-context__fact a {
    overflow-wrap: anywhere;
    font-size: 12px;
    line-height: 1.38;
}

.op-rich-context__fact a {
    color: #1f5eea;
    text-decoration: none;
}

.op-rich-context__fact a .material-icons {
    display: inline;
    vertical-align: -2px;
    font-size: 13px;
}

.op-rich-context__section {
    padding-top: 2px;
}

.op-rich-context__section > strong {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .045em;
    opacity: .58;
}

.op-rich-context__section > p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #3b4b61;
}

.op-rich-context__items,
.op-rich-context__documents {
    display: grid;
    gap: 6px;
}

.op-rich-context__items > div {
    padding: 8px 9px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(20, 41, 78, .06);
}

.op-rich-context__items span,
.op-rich-context__items small {
    display: block;
}

.op-rich-context__items span {
    font-size: 12px;
    line-height: 1.4;
}

.op-rich-context__items small {
    margin-top: 3px;
    font-size: 10.5px;
    opacity: .58;
}

.op-rich-context__documents a,
.op-rich-context__documents > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.35;
}

.op-rich-context__documents a {
    color: #1f5eea;
    text-decoration: none;
}

.op-rich-context__documents .material-icons {
    flex: 0 0 auto;
    font-size: 14px;
}

.op-rich-context__provenance {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    padding-top: 9px;
    border-top: 1px solid rgba(20, 41, 78, .075);
}

.op-rich-context__provenance span {
    font-size: 10.5px;
    opacity: .62;
}

.op-rich-context__provenance b {
    margin-right: 4px;
}

@media (max-width: 760px) {
    .op-experience-card__title-row {
        display: block;
    }

    .op-source-open {
        margin-top: 8px;
    }

    .op-rich-context__grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   CRIE.OPPORTUNITY.LEARNING.RETURN.01 | RESULT TO LEARNING
   Keeps the return loop inside the opportunity surface.
   ========================================================= */

.op-card-learning {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 3px 8px 6px 0;
    padding: 5px 8px;
    border-radius: 9px;
    border: 1px solid rgba(74, 91, 112, .12);
    background: rgba(74, 91, 112, .045);
    color: #34445a;
    font-size: 11px;
    line-height: 1.25;
}

.op-card-learning .material-icons {
    font-size: 15px;
    opacity: .72;
}

.op-card-learning strong {
    margin-right: 2px;
    font-weight: 850;
}

.op-learning-return {
    margin: 18px 0 24px;
    padding: 18px;
    border: 1px solid rgba(20, 41, 78, .10);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20, 41, 78, .045);
}

.op-learning-return__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.op-learning-return__heading > div:first-child {
    min-width: 0;
}

.op-learning-return__heading > div:first-child > span {
    display: block;
    margin-bottom: 4px;
    font-size: 10.5px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .055em;
    color: #5c6b7f;
}

.op-learning-return__heading h2 {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1.2;
    color: #17263a;
}

.op-learning-return__heading p {
    max-width: 760px;
    margin: 0;
    color: #5b6879;
    font-size: 13px;
    line-height: 1.5;
}

.op-learning-return__state {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 170px;
    padding: 9px 11px;
    border: 1px solid rgba(20, 41, 78, .08);
    border-radius: 12px;
    background: rgba(20, 41, 78, .025);
}

.op-learning-return__state .material-icons {
    font-size: 19px;
    opacity: .66;
}

.op-learning-return__state small,
.op-learning-return__state strong {
    display: block;
}

.op-learning-return__state small {
    margin-bottom: 1px;
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: .045em;
    opacity: .52;
}

.op-learning-return__state strong {
    font-size: 12px;
    line-height: 1.25;
    color: #25364d;
}

.op-learning-return__form label,
.op-learning-return__form label > span {
    display: block;
}

.op-learning-return__form label > span {
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 850;
    color: #34445a;
}

.op-learning-return__form textarea {
    display: block;
    width: 100%;
    min-height: 112px;
    padding: 11px 12px;
    resize: vertical;
    border: 1px solid rgba(20, 41, 78, .14);
    border-radius: 12px;
    background: #fff;
    color: #26384f;
    font-size: 13px;
    line-height: 1.5;
}

.op-learning-return__form textarea:focus {
    outline: 2px solid rgba(31, 94, 234, .12);
    border-color: rgba(31, 94, 234, .34);
}

.op-learning-return__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 10px;
}

.op-learning-return__actions button {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    width: 100%;
    min-height: 58px;
    padding: 10px 11px;
    border: 1px solid rgba(20, 41, 78, .10);
    border-radius: 12px;
    background: rgba(20, 41, 78, .025);
    color: #273950;
    text-align: left;
    cursor: pointer;
}

.op-learning-return__actions button.is-primary {
    border-color: rgba(31, 94, 234, .18);
    background: rgba(31, 94, 234, .055);
    color: #1d4fb9;
}

.op-learning-return__actions button:hover {
    border-color: rgba(20, 41, 78, .20);
    background: rgba(20, 41, 78, .045);
}

.op-learning-return__actions button .material-icons {
    flex: 0 0 auto;
    margin-top: 1px;
    font-size: 19px;
}

.op-learning-return__actions button span:last-child,
.op-learning-return__actions button strong,
.op-learning-return__actions button small {
    display: block;
}

.op-learning-return__actions button strong {
    font-size: 12px;
    font-weight: 850;
}

.op-learning-return__actions button small {
    margin-top: 2px;
    font-size: 10.5px;
    line-height: 1.35;
    opacity: .68;
}

.op-learning-return__saved {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 12px;
    padding: 10px 11px;
    border-radius: 12px;
    background: rgba(20, 41, 78, .025);
}

.op-learning-return__saved .material-icons {
    flex: 0 0 auto;
    margin-top: 1px;
    font-size: 18px;
    opacity: .62;
}

.op-learning-return__saved strong,
.op-learning-return__saved p {
    display: block;
}

.op-learning-return__saved strong {
    margin-bottom: 2px;
    font-size: 11px;
    color: #273950;
}

.op-learning-return__saved p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: #536176;
}

.op-learning-return__boundary {
    margin: 11px 0 0;
    font-size: 10.5px;
    line-height: 1.45;
    color: #6c7888;
}

@media (max-width: 760px) {
    .op-learning-return {
        padding: 14px;
    }

    .op-learning-return__heading {
        display: block;
    }

    .op-learning-return__state {
        width: 100%;
        margin-top: 10px;
    }

    .op-learning-return__actions {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   CRIE.OPPORTUNITY.QA.SEAL.01 | BREAK THE LOOP
   ========================================================= */
.op-qa-source-note {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 7px 0;
  padding: 7px 9px;
  border-radius: 10px;
  background: #f6f8fb;
  color: #617086;
  font-size: 11px;
  line-height: 1.4;
}
.op-qa-source-note.is-warning { background: #fff8e8; color: #7a5a16; }
.op-qa-source-note .material-icons { font-size: 15px; flex: 0 0 auto; }

.op-load-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0 18px;
  padding: 12px 14px;
  border: 1px solid #e6ebf2;
  border-radius: 14px;
  background: #fff;
  color: #64748b;
  font-size: 12px;
}
.op-load-more a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 10px;
  background: #eef4ff;
  color: #1f5eea;
  font-weight: 850;
  text-decoration: none;
}
.op-load-more small { color: #7b8797; }

.op-qa-panel {
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid #dfe7ef;
  border-radius: 14px;
  background: #f8fbff;
}
.op-qa-panel.is-ok { background: #f5fbf7; border-color: #d7ecdf; }
.op-qa-panel.has-warning { background: #fffaf0; border-color: #f0dfb8; }
.op-qa-panel.has-critical { background: #fff6f5; border-color: #f0ceca; }
.op-qa-panel__head { display: flex; align-items: center; gap: 10px; }
.op-qa-panel__head > .material-icons { font-size: 21px; color: #50637a; }
.op-qa-panel__head div { display: flex; flex-direction: column; gap: 2px; }
.op-qa-panel__head strong { color: #24364f; font-size: 13px; }
.op-qa-panel__head small { color: #6c7c90; font-size: 11px; }
.op-qa-panel details { margin-top: 10px; }
.op-qa-panel summary { cursor: pointer; color: #38516f; font-size: 11px; font-weight: 800; }
.op-qa-panel__issues { display: grid; gap: 6px; margin-top: 8px; }
.op-qa-panel__issues > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 10px;
  padding: 7px 9px;
  border-radius: 9px;
  background: rgba(255,255,255,.72);
}
.op-qa-panel__issues b { color: #33465f; font-size: 11px; }
.op-qa-panel__issues span { font-size: 11px; font-weight: 900; color: #263b58; }
.op-qa-panel__issues small { grid-column: 1 / -1; color: #748296; font-size: 10px; line-height: 1.35; }

.op-qa-closed-door {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #eadfbe;
  border-radius: 14px;
  background: #fffaf0;
  color: #705a25;
}
.op-qa-closed-door .material-icons { font-size: 20px; }
.op-qa-closed-door strong { display: block; font-size: 13px; }
.op-qa-closed-door p { margin: 3px 0 0; font-size: 11px; line-height: 1.45; }

#op-copy-ai.has-warning { box-shadow: inset 0 0 0 1px #d8a739; }

@media (max-width: 720px) {
  .op-load-more { align-items: flex-start; flex-direction: column; }
  .op-load-more a { width: 100%; text-align: center; }
  .op-qa-panel__issues > div { grid-template-columns: 1fr auto; }
}


/* CRIE.OPPORTUNITY.SYSTEM.V1 | SEALED */
.op-system-seal {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 16px;
  background: rgba(248, 250, 252, .92);
}

.op-system-seal .material-icons {
  font-size: 22px;
  line-height: 1;
}

.op-system-seal div {
  display: grid;
  gap: 3px;
}

.op-system-seal strong {
  font-size: .92rem;
  letter-spacing: .01em;
}

.op-system-seal small {
  color: var(--muted, #64748b);
  line-height: 1.45;
}

@media (max-width: 640px) {
  .op-system-seal {
    padding: 12px 13px;
    border-radius: 14px;
  }
}


/* =========================================================
   CRIE.OPPORTUNITY.COVERAGE.CLOSE.02
   Hero visual alinhado à página pública + Helvetica
========================================================= */
.op-experience-page,
.op-experience-page button,
.op-experience-page input,
.op-experience-page select,
.op-experience-page textarea,
.op-experience-page a,
.op-experience-page p,
.op-experience-page h1,
.op-experience-page h2,
.op-experience-page h3,
.op-experience-page h4,
.op-experience-page h5,
.op-experience-page h6,
.op-experience-page span,
.op-experience-page strong,
.op-experience-page small,
.op-experience-page summary,
.op-experience-page div,
.op-experience-page li,
.op-experience-page label {
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

.op-experience-page .material-icons {
  font-family: "Material Icons" !important;
}

.op-experience-page .op-experience-hero--image-only {
  width: 100%;
  max-width: none;
  min-height: 0;
  height: clamp(180px, 21vw, 340px);
  aspect-ratio: auto;
  margin: 18px auto;
  padding: 0;
  display: block;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.op-experience-page .op-experience-hero--image-only .op-experience-hero__overlay,
.op-experience-page .op-experience-hero--image-only .op-experience-hero__content,
.op-experience-page .op-experience-hero--image-only .op-experience-hero__count {
  display: none !important;
}

.op-experience-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
  gap: 24px;
  align-items: end;
  margin: 0 0 16px;
}

.op-experience-intro__copy {
  min-width: 0;
}

.op-experience-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: #5c6f89;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.op-experience-intro h1 {
  margin: 0;
  color: #10244c;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: .98;
}

.op-experience-intro__description {
  max-width: 780px;
  margin: 14px 0 0;
  color: #5f7087;
  font-size: 17px;
  line-height: 1.55;
}

.op-experience-intro__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.op-experience-intro__facts > div {
  min-height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 18px;
  border: 1px solid #dbe4f0;
  border-radius: 20px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 28px rgba(16, 36, 76, .05);
}

.op-experience-intro__facts strong {
  color: #10244c;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
}

.op-experience-intro__facts span {
  margin-top: 6px;
  color: #66788f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .op-experience-intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 620px) {
  .op-experience-page .op-experience-hero--image-only {
    width: 100%;
    height: clamp(120px, 32vw, 170px);
    border-radius: 20px;
    margin: 14px auto;
  }

  .op-experience-intro h1 {
    font-size: 32px;
  }

  .op-experience-intro__description {
    font-size: 15px;
  }

  .op-experience-intro__facts {
    grid-template-columns: 1fr;
  }

  .op-experience-intro__facts > div {
    min-height: 78px;
  }
}
