.analysis-intelligence {
  margin-top: 48px;
}

.analysis-overview-shell {
  background: var(--paper-2);
  color: var(--ink);
}

.analysis-overview-shell .analysis-head p,
.analysis-overview-shell .analysis-block-head p,
.analysis-overview-shell .analysis-card p,
.analysis-overview-shell .analysis-resource-card p,
.analysis-overview-shell .analysis-kev-card p,
.analysis-overview-shell .analysis-news-card p,
.analysis-overview-shell .analysis-empty {
  color: #53605a;
}

.analysis-overview-shell .analysis-head h2,
.analysis-overview-shell .analysis-block-head h3,
.analysis-overview-shell .analysis-card h2,
.analysis-overview-shell .analysis-resource-card h4,
.analysis-overview-shell .analysis-kev-card h4,
.analysis-overview-shell .analysis-news-card h4,
.analysis-overview-shell .analysis-news-card h4 a {
  color: var(--ink);
}

.analysis-overview-shell .analysis-card,
.analysis-overview-shell .analysis-resource-card,
.analysis-overview-shell .analysis-kev-card,
.analysis-overview-shell .analysis-news-card,
.analysis-overview-shell .analysis-empty {
  border-color: rgba(12, 15, 18, .1);
  background: #fff;
  box-shadow: 0 18px 52px rgba(12, 15, 18, .06);
}

.analysis-overview-shell .analysis-card:hover,
.analysis-overview-shell .analysis-card:focus-within,
.analysis-overview-shell .analysis-resource-card:hover,
.analysis-overview-shell .analysis-resource-card:focus-within,
.analysis-overview-shell .analysis-news-card:hover,
.analysis-overview-shell .analysis-news-card:focus-within {
  border-color: rgba(12, 15, 18, .18);
  box-shadow: 0 22px 60px rgba(12, 15, 18, .1);
}

.analysis-overview-shell .analysis-card .text-link,
.analysis-overview-shell .analysis-resource-card .text-link,
.analysis-overview-shell .analysis-news-card .text-link {
  color: #1d2a24;
}

.analysis-overview-shell .analysis-pill {
  border-color: rgba(112, 138, 0, .26);
  background: #f3ffd0;
  color: #4c5f00;
}

.analysis-overview-shell .analysis-note,
.analysis-overview-shell .analysis-kev-toolbar,
.analysis-overview-shell .analysis-loading {
  border-color: rgba(12, 15, 18, .1);
  background: rgba(255, 255, 255, .62);
  color: #53605a;
}

.analysis-overview-shell .analysis-note strong {
  color: var(--ink);
}

.analysis-overview-shell .analysis-head-compact {
  border-top-color: rgba(12, 15, 18, .1);
}

.analysis-overview-shell .analysis-kev-toolbar label,
.analysis-overview-shell .analysis-kev-toolbar span,
.analysis-overview-shell .analysis-kev-card-head > span:last-child,
.analysis-overview-shell .analysis-news-meta {
  color: #61706a;
}

.analysis-overview-shell .analysis-kev-meta div {
  border-color: rgba(12, 15, 18, .08);
  background: #fbfcf8;
}

.analysis-overview-shell .analysis-kev-meta dt {
  color: #586b00;
}

.analysis-overview-shell .analysis-kev-meta dd {
  color: #4d5852;
}

.analysis-overview-shell .analysis-note-intelligence {
  border-color: rgba(112, 138, 0, .22);
  background: #f6ffe0;
}

.analysis-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.analysis-trust-card {
  position: relative;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(12, 15, 18, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(12, 15, 18, .06);
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.analysis-trust-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--accent), rgba(139, 185, 212, .86));
}

.analysis-trust-card span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #eef8bd;
  color: #596600;
  font-weight: 800;
}

.analysis-trust-card h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.18;
}

.analysis-trust-card p {
  margin: 0;
  color: #53605a;
}

.analysis-trust-card:hover,
.analysis-trust-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(12, 15, 18, .18);
  box-shadow: 0 24px 66px rgba(12, 15, 18, .1);
}

.analysis-tool-light-shell .analysis-note-intelligence {
  border-color: rgba(112, 138, 0, .22);
  background: #f6ffe0;
  color: #53605a;
  box-shadow: none;
}

.analysis-tool-light-shell .analysis-note-intelligence strong {
  color: var(--ink);
}

.analysis-tool-note {
  margin-top: 22px;
}

.analysis-tool-light-shell {
  background: var(--paper-2);
  color: var(--ink);
}

.analysis-tool-light-shell .analysis-tool-card,
.analysis-tool-light-shell .analysis-result-placeholder,
.analysis-tool-light-shell .analysis-result,
.analysis-tool-light-shell .analysis-loading {
  border-color: rgba(12, 15, 18, .1);
  background: #fff;
  box-shadow: 0 18px 52px rgba(12, 15, 18, .06);
}

.analysis-tool-light-shell .analysis-tool-card h2,
.analysis-tool-light-shell .analysis-result h2,
.analysis-tool-light-shell .analysis-result-placeholder h2,
.analysis-tool-light-shell .analysis-columns h3,
.analysis-tool-light-shell .analysis-stat-grid strong,
.analysis-tool-light-shell .analysis-score strong {
  color: var(--ink);
}

.analysis-tool-light-shell .analysis-tool-card p,
.analysis-tool-light-shell .analysis-result-placeholder p,
.analysis-tool-light-shell .analysis-result p,
.analysis-tool-light-shell .analysis-muted,
.analysis-tool-light-shell .phase-list li,
.analysis-tool-light-shell .analysis-table td,
.analysis-tool-light-shell .analysis-loading {
  color: #53605a;
}

.analysis-tool-light-shell .analysis-form input,
.analysis-tool-light-shell .analysis-form textarea,
.analysis-tool-light-shell .analysis-form select {
  border-color: rgba(12, 15, 18, .12);
  background: #fff;
  color: var(--ink);
}

.analysis-tool-light-shell .analysis-form select {
  min-height: 52px;
  border-radius: 8px;
  padding: 0 15px;
  font: inherit;
}

.analysis-tool-light-shell .analysis-divider {
  background: rgba(12, 15, 18, .1);
}

.analysis-tool-light-shell .analysis-result-placeholder,
.analysis-tool-light-shell .analysis-result {
  background: linear-gradient(180deg, #fff, #fbfcf8);
}

.analysis-tool-light-shell .analysis-columns > div,
.analysis-tool-light-shell .analysis-stat-grid div,
.analysis-tool-light-shell .phase-list li,
.analysis-tool-light-shell .analysis-score,
.analysis-tool-light-shell .analysis-table-wrap {
  border-color: rgba(12, 15, 18, .1);
  background: #fbfcf8;
}

.analysis-tool-light-shell .analysis-table th,
.analysis-tool-light-shell .analysis-table td {
  border-bottom-color: rgba(12, 15, 18, .08);
}

.analysis-tool-light-shell .analysis-table th,
.analysis-tool-light-shell .analysis-score span,
.analysis-tool-light-shell .analysis-stat-grid span {
  color: #586b00;
}

.analysis-tool-light-shell .analysis-copy,
.analysis-tool-light-shell .button-secondary {
  border-color: rgba(12, 15, 18, .16);
  background: #fff;
  color: #1d2a24;
}

.analysis-tool-light-shell .analysis-copy:hover,
.analysis-tool-light-shell .button-secondary:hover,
.analysis-tool-light-shell .button-secondary:focus-visible {
  border-color: rgba(112, 138, 0, .34);
  background: #f6ffe0;
  color: var(--ink);
}

.analysis-tool-light-shell .analysis-error {
  border-color: rgba(186, 54, 54, .24);
  background: #fff3f3;
  color: #8d2424;
}

.analysis-tool-light-shell .analysis-error p {
  color: #8d2424;
}

.analysis-head-compact {
  align-items: start;
  margin: 54px 0 28px;
  padding-top: 42px;
  border-top: 1px solid rgba(247, 248, 244, .12);
}

.analysis-section-block {
  margin-top: 26px;
}

.analysis-block-head {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(260px, .48fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 18px;
}

.analysis-block-head h3 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.12;
}

.analysis-block-head p {
  margin: 0;
  color: rgba(247, 248, 244, .64);
}

.analysis-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.analysis-resource-card,
.analysis-kev-card,
.analysis-news-card,
.analysis-empty {
  border: 1px solid rgba(247, 248, 244, .12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(246, 247, 242, .075), rgba(246, 247, 242, .035));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.analysis-resource-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  min-height: 238px;
  padding: 22px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.analysis-resource-card:hover,
.analysis-resource-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(218, 244, 0, .5);
  box-shadow: 0 32px 88px rgba(0, 0, 0, .34);
}

.analysis-resource-card h4,
.analysis-kev-card h4,
.analysis-news-card h4 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.16;
}

.analysis-resource-card p,
.analysis-kev-card p,
.analysis-news-card p,
.analysis-empty {
  color: rgba(247, 248, 244, .66);
}

.analysis-resource-card p,
.analysis-news-card p {
  margin: 0;
}

.analysis-resource-card .text-link,
.analysis-news-card .text-link {
  color: #f7f8f4;
}

.analysis-resource-card .text-link::before {
  position: absolute;
  inset: 0;
  content: "";
}

.analysis-kev-toolbar {
  display: grid;
  grid-template-columns: minmax(170px, auto) minmax(260px, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid rgba(247, 248, 244, .12);
  border-radius: 8px;
  background: rgba(246, 247, 242, .045);
}

.analysis-kev-toolbar label,
.analysis-kev-toolbar span {
  color: rgba(247, 248, 244, .72);
  font-size: 14px;
  font-weight: 700;
}

.analysis-kev-toolbar input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(247, 248, 244, .16);
  border-radius: 999px;
  background: #fff;
  padding: 0 16px;
  color: var(--ink);
  font: inherit;
}

.analysis-kev-toolbar input:focus {
  outline: 2px solid rgba(218, 244, 0, .45);
  border-color: rgba(218, 244, 0, .6);
}

.analysis-kev-list,
.analysis-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.analysis-kev-card,
.analysis-news-card {
  padding: 20px;
}

.analysis-kev-card {
  display: grid;
  gap: 14px;
}

.analysis-kev-card-head,
.analysis-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.analysis-kev-card-head > span:last-child,
.analysis-news-meta {
  color: rgba(247, 248, 244, .54);
  font-size: 13px;
  font-weight: 700;
}

.analysis-kev-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.analysis-kev-meta div {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(247, 248, 244, .09);
  border-radius: 8px;
  background: rgba(246, 247, 242, .035);
}

.analysis-kev-meta dt {
  margin-bottom: 4px;
  color: rgba(218, 244, 0, .82);
  font-size: 12px;
  font-weight: 700;
}

.analysis-kev-meta dd {
  margin: 0;
  color: rgba(247, 248, 244, .74);
  word-break: break-word;
}

.analysis-section-action {
  margin-top: 16px;
}

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

.analysis-live-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  min-height: 560px;
  padding: 22px;
  border: 1px solid rgba(247, 248, 244, .12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(246, 247, 242, .075), rgba(246, 247, 242, .035));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.analysis-live-head {
  display: grid;
  gap: 10px;
}

.analysis-live-head h4 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.12;
}

.analysis-live-head p {
  margin: 0;
  color: rgba(247, 248, 244, .66);
}

.analysis-live-list {
  display: grid;
  gap: 10px;
  align-content: start;
}

.analysis-live-item {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(247, 248, 244, .09);
  border-radius: 8px;
  background: rgba(246, 247, 242, .035);
}

.analysis-live-item p {
  margin: 0;
  color: rgba(247, 248, 244, .66);
  font-size: 14px;
  line-height: 1.5;
}

.analysis-live-item-head {
  display: flex;
  gap: 10px;
  align-items: start;
  justify-content: space-between;
}

.analysis-live-item-head a {
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.analysis-live-item-head a:hover,
.analysis-live-item-head a:focus-visible {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.analysis-live-item-head span {
  flex: 0 0 auto;
  color: rgba(247, 248, 244, .54);
  font-size: 12px;
  font-weight: 700;
}

.analysis-live-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.analysis-live-tags span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(218, 244, 0, .08);
  color: rgba(218, 244, 0, .9);
  font-size: 12px;
  font-weight: 800;
}

.analysis-overview-shell .analysis-intelligence {
  margin-top: 64px;
}

.analysis-overview-shell .analysis-head-compact {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  margin: 68px 0 44px;
  padding-top: 52px;
}

.analysis-overview-shell .analysis-head-compact > p {
  max-width: 780px;
  font-size: 18px;
}

.analysis-overview-shell .analysis-section-block {
  margin-top: 60px;
}

.analysis-overview-shell .analysis-head-compact + .analysis-section-block {
  margin-top: 42px;
}

.analysis-overview-shell .analysis-block-head {
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-bottom: 24px;
}

.analysis-overview-shell .analysis-block-head p {
  max-width: 760px;
}

.analysis-overview-shell .analysis-section-action {
  width: fit-content;
  min-height: 46px;
  margin-top: 24px;
  padding: 0 20px;
  border-color: transparent;
  background: var(--action);
  color: var(--ink);
  box-shadow: 0 18px 46px rgba(218, 244, 0, .2);
}

.analysis-overview-shell .analysis-section-action:hover,
.analysis-overview-shell .analysis-section-action:focus-visible {
  border-color: transparent;
  background: var(--action-hover);
  color: var(--ink);
}

.analysis-overview-shell .analysis-live-card,
.analysis-overview-shell .analysis-live-item {
  border-color: rgba(12, 15, 18, .1);
  background: #fff;
  box-shadow: 0 18px 52px rgba(12, 15, 18, .06);
}

.analysis-overview-shell .analysis-live-card {
  background: linear-gradient(180deg, #fff, #fbfcf8);
}

.analysis-overview-shell .analysis-live-head h4,
.analysis-overview-shell .analysis-live-item-head a {
  color: var(--ink);
}

.analysis-overview-shell .analysis-live-head p,
.analysis-overview-shell .analysis-live-item p,
.analysis-overview-shell .analysis-live-item-head span {
  color: #53605a;
}

.analysis-overview-shell .analysis-live-item {
  background: #fbfcf8;
}

.analysis-overview-shell .analysis-live-item-head a:hover,
.analysis-overview-shell .analysis-live-item-head a:focus-visible {
  color: #1d2a24;
  text-decoration-color: rgba(112, 138, 0, .55);
}

.analysis-overview-shell .analysis-live-tags span {
  background: #f3ffd0;
  color: #4c5f00;
}

.analysis-news-card {
  display: grid;
  gap: 12px;
}

.analysis-news-card h4 a {
  color: #fff;
}

.analysis-news-card h4 a:hover,
.analysis-news-card h4 a:focus-visible {
  color: #1d2a24;
  text-decoration: underline;
  text-decoration-color: rgba(112, 138, 0, .55);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.analysis-empty {
  grid-column: 1 / -1;
  padding: 22px;
}

.analysis-note-intelligence {
  border-color: rgba(218, 244, 0, .22);
  background: rgba(218, 244, 0, .07);
}

@media (max-width: 1080px) {
  .analysis-resource-grid,
  .analysis-live-grid,
  .analysis-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .analysis-block-head,
  .analysis-kev-toolbar {
    grid-template-columns: 1fr;
  }

  .analysis-kev-toolbar span {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .analysis-resource-grid,
  .analysis-live-grid,
  .analysis-trust-grid,
  .analysis-kev-list,
  .analysis-news-grid,
  .analysis-kev-meta {
    grid-template-columns: 1fr;
  }

  .analysis-head-compact {
    margin-top: 42px;
    padding-top: 34px;
  }

  .analysis-block-head h3 {
    font-size: 28px;
  }
}
