/*
 * LeiClara 2.0 — homepage, local case dossier and tools directory.
 * Builds on the shared NB Invicta Group design system.
 */

.lc-home-v2 {
  background:
    radial-gradient(circle at 92% 8%, rgba(184, 138, 53, 0.11), transparent 25rem),
    linear-gradient(180deg, #faf9f5 0, #f5f3ed 46rem, var(--nb-canvas) 100%);
}

.lc-home-v2 main {
  overflow: clip;
}

.lc-hero-v2,
.lc-section-v2,
.lc-dashboard-section-v2,
.lc-tools-section-v2,
.lc-routes-section-v2,
.lc-urgent-banner-v2,
.lc-free-banner-v2,
.lc-home-v2 .source-note {
  width: var(--nb-page);
  margin-inline: auto;
}

.lc-hero-v2 {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.75fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  min-height: 700px;
  margin-top: 2rem;
  padding: clamp(2rem, 5vw, 4.8rem);
  overflow: hidden;
  border: 1px solid rgba(22, 62, 106, 0.14);
  border-radius: 42px;
  background:
    radial-gradient(circle at 100% 0, rgba(184, 138, 53, 0.13), transparent 27rem),
    linear-gradient(108deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 251, 247, 0.96) 58%, rgba(242, 238, 225, 0.94) 100%);
  box-shadow: 0 30px 84px rgba(18, 48, 81, 0.13);
}

.lc-hero-v2::before,
.lc-hero-v2::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.lc-hero-v2::before {
  width: 560px;
  height: 560px;
  right: -245px;
  top: -270px;
  border: 1px solid rgba(22, 62, 106, 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 74px rgba(22, 62, 106, 0.02),
    0 0 0 150px rgba(184, 138, 53, 0.018);
}

.lc-hero-v2::after {
  left: -70px;
  bottom: 34px;
  width: 190px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 138, 53, 0.5), transparent);
  box-shadow:
    0 -18px 0 rgba(184, 138, 53, 0.08),
    0 18px 0 rgba(184, 138, 53, 0.08);
}

.lc-hero-copy-v2 {
  position: relative;
  z-index: 1;
}

.lc-hero-copy-v2 h1 {
  max-width: 850px;
  margin: 1rem 0 1.35rem;
  color: #102d50;
  font-size: clamp(3.35rem, 7.1vw, 6.7rem);
  line-height: 0.91;
  letter-spacing: -0.078em;
}

.lc-hero-copy-v2 h1 span {
  color: #9b6d22;
}

.lc-hero-copy-v2 > p {
  max-width: 730px;
  margin: 0;
  color: #566577;
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  line-height: 1.67;
}

.lc-trust-list-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.25rem;
  margin: 1.5rem 0 0;
  padding: 0;
  color: #4d6177;
  list-style: none;
}

.lc-trust-list-v2 li {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 750;
}

.lc-trust-list-v2 li::before {
  width: 0.55rem;
  height: 0.55rem;
  content: "";
  border-radius: 50%;
  background: #b88a35;
  box-shadow: 0 0 0 5px rgba(184, 138, 53, 0.11);
}

.lc-dossier-card-v2 {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(184, 138, 53, 0.22);
  border-radius: 30px;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  color: #eef4fb;
  background:
    radial-gradient(circle at 100% 0, rgba(184, 138, 53, 0.16), transparent 14rem),
    linear-gradient(145deg, #102d50, #173d68);
  box-shadow: 0 26px 62px rgba(8, 34, 62, 0.28);
}

.lc-dossier-card-v2::after {
  position: absolute;
  right: 1.35rem;
  bottom: 1.35rem;
  width: 78px;
  height: 78px;
  content: "§";
  color: rgba(255, 255, 255, 0.035);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6rem;
  line-height: 0.8;
  pointer-events: none;
}

.lc-dossier-head-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lc-dossier-logo-v2 {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
}

.lc-dossier-logo-v2 img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.lc-dossier-head-v2 small,
.lc-dossier-subject-v2 > span,
.lc-next-action-v2 > span,
.lc-dossier-overview-v2 > div > span,
.lc-timeline-head-v2 span {
  display: block;
  color: #c3b48e;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.085em;
}

.lc-dossier-head-v2 h2 {
  margin: 0.14rem 0 0;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.lc-status-chip-v2,
.lc-dossier-state-v2 {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0.35rem 0.68rem;
  color: #c8d1dc;
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.72rem;
  font-weight: 850;
  white-space: nowrap;
}

.lc-status-chip-v2.is-ready,
.lc-dossier-state-v2.is-ready {
  color: #f1dba8;
  background: rgba(184, 138, 53, 0.17);
}

.lc-dossier-state-v2.is-progress {
  color: #bde0ff;
  background: rgba(75, 151, 217, 0.17);
}

.lc-dossier-state-v2.is-strong {
  color: #a8ead4;
  background: rgba(50, 169, 130, 0.16);
}

.lc-dossier-subject-v2 {
  padding: 1.45rem 0 1.2rem;
}

.lc-dossier-subject-v2 strong {
  display: block;
  margin-top: 0.25rem;
  overflow: hidden;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lc-dossier-subject-v2 small {
  display: block;
  margin-top: 0.55rem;
  color: #b8c6d4;
}

.lc-dossier-metrics-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.lc-dossier-metrics-v2 > div {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 0.78rem;
  background: rgba(3, 20, 38, 0.18);
}

.lc-dossier-metrics-v2 span,
.lc-dossier-metrics-v2 small {
  display: block;
  color: #aebdcb;
  font-size: 0.67rem;
  font-weight: 750;
}

.lc-dossier-metrics-v2 strong {
  display: block;
  margin-block: 0.1rem;
  color: #fff;
  font-size: 1.42rem;
}

.lc-hero-progress-v2 {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.lc-hero-progress-v2 > div:first-child {
  display: flex;
  justify-content: space-between;
  color: #b8c6d3;
  font-size: 0.76rem;
  font-weight: 850;
}

.lc-hero-progress-v2 > div:first-child strong {
  color: #efd69e;
}

.lc-progress-track-v2 {
  height: 8px;
  margin-top: 0.55rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.lc-progress-track-v2 span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b88a35, #e0c27b);
  transition: width 360ms ease;
}

.lc-hero-progress-v2 > small {
  display: block;
  margin-top: 0.5rem;
  color: #9faffa;
}

.lc-next-action-v2 {
  margin-top: 1rem;
  border: 1px solid rgba(184, 138, 53, 0.15);
  border-radius: 14px;
  padding: 0.85rem;
  background: rgba(184, 138, 53, 0.075);
}

.lc-next-action-v2 strong {
  display: block;
  margin-top: 0.22rem;
  overflow: hidden;
  color: #fff;
  font-size: 0.88rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lc-dossier-link-v2 {
  display: flex;
  justify-content: space-between;
  margin-top: 0.9rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: #f0d79e;
  font-weight: 900;
  text-decoration: none;
}

.lc-section-v2,
.lc-tools-section-v2,
.lc-routes-section-v2 {
  padding-block: clamp(5rem, 9vw, 8.2rem);
}

.lc-section-heading-v2 {
  max-width: 820px;
  margin-bottom: 2.2rem;
}

.lc-section-heading-v2 h2 {
  margin: 0.72rem 0 0.9rem;
  color: #102d50;
  font-size: clamp(2.35rem, 5.4vw, 4.75rem);
  line-height: 0.99;
}

.lc-section-heading-v2 > p,
.lc-heading-row-v2 p {
  max-width: 750px;
  margin: 0;
  color: #66717d;
  font-size: 1.04rem;
  line-height: 1.67;
}

.lc-intent-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.lc-intent-card-v2 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  border: 1px solid rgba(22, 62, 106, 0.13);
  border-radius: 25px;
  padding: 1.45rem;
  overflow: hidden;
  color: inherit;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(18, 48, 81, 0.075);
  text-decoration: none;
  transition:
    transform var(--nb-transition),
    border-color var(--nb-transition),
    box-shadow var(--nb-transition);
}

.lc-intent-card-v2::after {
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 115px;
  height: 115px;
  content: "";
  border: 1px solid rgba(184, 138, 53, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(184, 138, 53, 0.025);
}

.lc-intent-card-v2:hover {
  z-index: 1;
  transform: translateY(-6px);
  border-color: rgba(184, 138, 53, 0.36);
  box-shadow: 0 22px 52px rgba(18, 48, 81, 0.13);
}

.lc-intent-icon-v2,
.lc-tool-icon-v2 {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(22, 62, 106, 0.08);
  border-radius: 15px;
  color: #173e6a;
  background: linear-gradient(145deg, #eef4fa, #fbf5e8);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 950;
}

.lc-intent-card-v2 small,
.lc-tool-card-v2 small,
.lc-route-grid-v2 small {
  display: block;
  margin-top: 1.2rem;
  color: #8c6927;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.085em;
}

.lc-intent-card-v2 h3 {
  margin: 0.55rem 0 0.65rem;
  color: #173653;
  font-size: 1.28rem;
}

.lc-intent-card-v2 p {
  margin: 0;
  color: #687581;
  line-height: 1.62;
}

.lc-intent-card-v2 strong {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 1.2rem;
  color: #173e6a;
  font-size: 0.88rem;
}

.lc-dashboard-section-v2 {
  position: relative;
  isolation: isolate;
  border-radius: 42px;
  padding: clamp(2rem, 5vw, 4.2rem);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(184, 138, 53, 0.16), transparent 29rem),
    radial-gradient(circle at 0 100%, rgba(58, 123, 177, 0.12), transparent 30rem),
    linear-gradient(145deg, #0d2742, #12375c 58%, #102e4f);
  box-shadow: 0 30px 82px rgba(9, 35, 61, 0.24);
}

.lc-dashboard-section-v2::before {
  position: absolute;
  z-index: -1;
  top: -250px;
  right: -230px;
  width: 560px;
  height: 560px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgba(255, 255, 255, 0.016),
    0 0 0 145px rgba(184, 138, 53, 0.012);
}

.lc-section-heading-light-v2 {
  max-width: none;
}

.lc-section-heading-light-v2 .nb-eyebrow-v2 {
  color: #e7c97e;
}

.lc-section-heading-light-v2 h2 {
  color: #fff;
}

.lc-section-heading-light-v2 > p,
.lc-section-heading-light-v2 .lc-heading-row-v2 p {
  color: #c2ceda;
}

.lc-heading-row-v2 {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  justify-content: space-between;
}

.lc-heading-row-v2 > div:first-child {
  max-width: 800px;
}

.lc-data-actions-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.lc-data-actions-v2 button,
.lc-import-label-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  color: #e5ebf1;
  background: rgba(255, 255, 255, 0.055);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
  cursor: pointer;
}

.lc-data-actions-v2 button:hover,
.lc-import-label-v2:hover {
  border-color: rgba(231, 201, 126, 0.38);
  background: rgba(184, 138, 53, 0.11);
}

.lc-import-label-v2 input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.lc-dashboard-grid-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.75fr);
  gap: 1rem;
  margin-top: 2rem;
}

.lc-panel-v2 {
  border: 1px solid rgba(255, 255, 255, 0.115);
  border-radius: 26px;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  color: #edf2f7;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
}

.lc-panel-heading-v2 {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.35rem;
}

.lc-panel-heading-v2 > div {
  display: flex;
  gap: 0.72rem;
  align-items: center;
}

.lc-panel-heading-v2 h3 {
  margin: 0;
  color: #fff;
  font-size: 1.22rem;
}

.lc-panel-heading-v2 > small,
.lc-panel-heading-v2 > span,
.lc-panel-heading-v2 > strong {
  color: #b4c0cb;
  font-size: 0.75rem;
  font-weight: 800;
}

.lc-panel-number-v2 {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(231, 201, 126, 0.28);
  border-radius: 50%;
  color: #eed795;
  background: rgba(184, 138, 53, 0.1);
  font-size: 0.72rem;
  font-weight: 950;
}

.lc-form-v2,
.lc-fact-form-v2 {
  display: grid;
  gap: 0.85rem;
}

.lc-form-v2 label,
.lc-fact-form-v2 label,
.lc-action-form-v2 label {
  display: grid;
  gap: 0.38rem;
}

.lc-form-v2 label > span,
.lc-fact-form-v2 label > span,
.lc-action-form-v2 label > span {
  color: #d3dce5;
  font-size: 0.78rem;
  font-weight: 800;
}

.lc-form-v2 label > span small {
  color: #98a8b7;
  font-weight: 650;
}

.lc-form-v2 input,
.lc-form-v2 select,
.lc-form-v2 textarea,
.lc-fact-form-v2 input,
.lc-fact-form-v2 select,
.lc-fact-form-v2 textarea,
.lc-action-form-v2 input {
  width: 100%;
  min-height: 47px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  padding: 0.72rem 0.82rem;
  color: #fff;
  background: rgba(4, 19, 35, 0.24);
  font: inherit;
  color-scheme: dark;
  resize: vertical;
}

.lc-form-v2 input::placeholder,
.lc-form-v2 textarea::placeholder,
.lc-fact-form-v2 textarea::placeholder,
.lc-action-form-v2 input::placeholder {
  color: #8e9ead;
}

.lc-form-v2 input:focus,
.lc-form-v2 select:focus,
.lc-form-v2 textarea:focus,
.lc-fact-form-v2 input:focus,
.lc-fact-form-v2 select:focus,
.lc-fact-form-v2 textarea:focus,
.lc-action-form-v2 input:focus {
  border-color: rgba(231, 201, 126, 0.62);
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 138, 53, 0.12);
}

.lc-primary-action-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  border: 0;
  border-radius: 14px;
  padding: 0.78rem 1rem;
  color: #102d50;
  background: linear-gradient(135deg, #f8edd0, #e5c778);
  box-shadow: 0 10px 24px rgba(4, 20, 36, 0.18);
  font: inherit;
  font-weight: 930;
  cursor: pointer;
  transition:
    transform var(--nb-transition),
    box-shadow var(--nb-transition);
}

.lc-primary-action-v2:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(4, 20, 36, 0.25);
}

.lc-form-status-v2 {
  min-height: 1.4em;
  margin: 0;
  color: #aab8c5;
  font-size: 0.77rem;
}

.lc-form-status-v2.is-success {
  color: #9be4cc;
}

.lc-form-status-v2.is-error {
  color: #ffb8c2;
}

.lc-dossier-overview-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
}

.lc-dossier-ring-v2 {
  --lc-progress: 0;
  position: relative;
  display: grid;
  place-items: center;
  width: 126px;
  height: 126px;
  flex: 0 0 126px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #123355 0 57%, transparent 58%),
    conic-gradient(#d9b75e calc(var(--lc-progress) * 1%), rgba(255, 255, 255, 0.09) 0);
}

.lc-dossier-ring-v2::after {
  position: absolute;
  inset: 7px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: inherit;
}

.lc-dossier-ring-v2 strong,
.lc-dossier-ring-v2 span {
  position: absolute;
  z-index: 1;
}

.lc-dossier-ring-v2 strong {
  margin-top: -0.55rem;
  color: #fff;
  font-size: 1.65rem;
  letter-spacing: -0.04em;
}

.lc-dossier-ring-v2 span {
  margin-top: 1.9rem;
  color: #a8b6c3;
  font-size: 0.68rem;
  font-weight: 800;
}

.lc-dossier-overview-v2 > div > span {
  color: #dec578;
}

.lc-dossier-overview-v2 h3 {
  margin: 0.3rem 0 0.45rem;
  color: #fff;
}

.lc-dossier-overview-v2 p {
  margin: 0;
  color: #b6c3cf;
  line-height: 1.55;
}

.lc-overview-lines-v2 {
  display: grid;
  gap: 0;
  margin-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lc-overview-lines-v2 > div {
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr);
  gap: 0.7rem;
  padding: 0.68rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lc-overview-lines-v2 span {
  color: #9dacb9;
  font-size: 0.72rem;
  font-weight: 750;
}

.lc-overview-lines-v2 strong {
  overflow: hidden;
  color: #eef3f8;
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lc-readiness-note-v2 {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0 0;
  color: #9dacb9;
  font-size: 0.71rem;
  line-height: 1.5;
}

.lc-readiness-note-v2 span {
  color: #d7b65e;
}

.lc-facts-panel-v2,
.lc-actions-panel-v2 {
  margin-top: 1rem;
}

.lc-facts-layout-v2 {
  display: grid;
  grid-template-columns: minmax(280px, 0.54fr) minmax(0, 1fr);
  gap: 1rem;
}

.lc-fact-form-v2 {
  align-content: start;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 19px;
  padding: 1.1rem;
  background: rgba(3, 18, 34, 0.13);
}

.lc-form-intro-v2 strong {
  color: #fff;
}

.lc-form-intro-v2 p {
  margin: 0.25rem 0 0;
  color: #a7b5c2;
  font-size: 0.78rem;
}

.lc-timeline-wrap-v2 {
  min-width: 0;
}

.lc-timeline-head-v2 {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}

.lc-timeline-head-v2 strong {
  display: block;
  margin-top: 0.2rem;
  color: #fff;
}

.lc-timeline-head-v2 a {
  color: #efd898;
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.lc-timeline-v2 {
  position: relative;
  display: grid;
  gap: 0.62rem;
}

.lc-timeline-v2:not(:has(.lc-empty-v2))::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 17px;
  width: 1px;
  content: "";
  background: linear-gradient(rgba(216, 181, 91, 0.5), rgba(216, 181, 91, 0.1));
}

.lc-fact-item-v2 {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 0.9rem;
  background: rgba(3, 18, 34, 0.15);
}

.lc-fact-dot-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(231, 201, 126, 0.25);
  border-radius: 50%;
  color: #eed795;
  background: #173b61;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem;
  font-weight: 950;
}

.lc-fact-copy-v2 {
  min-width: 0;
}

.lc-fact-copy-v2 strong {
  display: block;
  color: #fff;
  font-size: 0.88rem;
}

.lc-fact-copy-v2 span {
  display: block;
  margin-top: 0.18rem;
  color: #d9c278;
  font-size: 0.69rem;
  font-weight: 800;
}

.lc-fact-copy-v2 p {
  margin: 0.35rem 0 0;
  color: #b2c0cc;
  font-size: 0.8rem;
  line-height: 1.52;
}

.lc-fact-remove-v2,
.lc-action-remove-v2 {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #b8c3cd;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.lc-fact-remove-v2:hover,
.lc-action-remove-v2:hover {
  color: #fff;
  border-color: rgba(255, 177, 190, 0.36);
  background: rgba(200, 60, 90, 0.12);
}

.lc-empty-v2 {
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 1.2rem;
  color: #aab7c3;
  background: rgba(3, 18, 34, 0.1);
  text-align: center;
}

.lc-empty-v2 strong {
  display: block;
  color: #e6edf3;
}

.lc-empty-v2 p {
  margin: 0.3rem 0 0;
}

.lc-actions-layout-v2 {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: 1rem;
}

.lc-action-form-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(155px, 0.38fr) auto;
  gap: 0.7rem;
  align-items: end;
}

.lc-action-form-v2 .lc-primary-action-v2 {
  padding-inline: 1.2rem;
  white-space: nowrap;
}

.lc-action-list-v2 {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.7rem;
}

.lc-action-item-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 0.78rem;
  background: rgba(3, 18, 34, 0.13);
}

.lc-action-item-v2.is-done {
  opacity: 0.7;
}

.lc-action-check-v2 {
  position: relative;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.lc-action-check-v2::after {
  width: 9px;
  height: 5px;
  content: "";
  transform: rotate(-45deg) translateY(-1px);
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
}

.lc-action-item-v2.is-done .lc-action-check-v2 {
  border-color: #76d9bb;
  background: rgba(74, 188, 151, 0.2);
}

.lc-action-item-v2.is-done .lc-action-check-v2::after {
  border-color: #9df0d6;
}

.lc-action-copy-v2 {
  min-width: 0;
}

.lc-action-copy-v2 strong {
  display: block;
  color: #fff;
  font-size: 0.88rem;
}

.lc-action-copy-v2 small {
  display: block;
  margin-top: 0.15rem;
  color: #a2b1be;
  font-size: 0.68rem;
}

.lc-action-copy-v2 small.is-near {
  color: #efd28a;
}

.lc-action-copy-v2 small.is-late {
  color: #ffb3be;
}

.lc-action-item-v2.is-done .lc-action-copy-v2 strong {
  text-decoration: line-through;
}

.lc-tools-section-v2 {
  padding-bottom: 4rem;
}

.lc-tool-controls-v2 {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.lc-tool-search-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
  width: min(560px, 100%);
  min-height: 54px;
  border: 1px solid rgba(22, 62, 106, 0.15);
  border-radius: 16px;
  padding: 0.55rem 0.75rem;
  color: #6b7c8e;
  background: #fff;
  box-shadow: var(--nb-shadow-sm);
}

.lc-tool-search-v2 input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #173653;
  background: transparent;
  font: inherit;
}

.lc-tool-search-v2 input::placeholder {
  color: #87929c;
}

.lc-tool-search-v2 kbd {
  display: grid;
  place-items: center;
  min-width: 28px;
  height: 27px;
  border: 1px solid #e1ded4;
  border-radius: 7px;
  color: #777c82;
  background: #f6f4ee;
  font: inherit;
  font-size: 0.72rem;
}

.lc-filter-row-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-end;
}

.lc-filter-row-v2 button {
  min-height: 39px;
  border: 1px solid rgba(22, 62, 106, 0.13);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  color: #5e6c79;
  background: rgba(255, 255, 255, 0.76);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 850;
  cursor: pointer;
}

.lc-filter-row-v2 button:hover,
.lc-filter-row-v2 button.is-active {
  color: #fff;
  border-color: #173e6a;
  background: #173e6a;
}

.lc-result-count-v2 {
  margin: 0 0 0.8rem;
  color: #727d87;
  font-size: 0.8rem;
  font-weight: 750;
}

.lc-tool-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.lc-tool-card-v2 {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  border: 1px solid rgba(22, 62, 106, 0.13);
  border-radius: 23px;
  padding: 1.35rem;
  color: inherit;
  background: rgba(255, 255, 255, 0.89);
  box-shadow: 0 12px 30px rgba(18, 48, 81, 0.065);
  text-decoration: none;
  transition:
    transform var(--nb-transition),
    border-color var(--nb-transition),
    box-shadow var(--nb-transition);
}

.lc-tool-card-v2:hover {
  transform: translateY(-5px);
  border-color: rgba(184, 138, 53, 0.38);
  box-shadow: 0 20px 48px rgba(18, 48, 81, 0.12);
}

.lc-tool-card-v2 small {
  margin-top: 1rem;
}

.lc-tool-card-v2 h3 {
  margin: 0.46rem 0 0.55rem;
  color: #173653;
  font-size: 1.16rem;
}

.lc-tool-card-v2 p {
  margin: 0;
  color: #697580;
  line-height: 1.58;
}

.lc-tool-card-v2 strong {
  margin-top: auto;
  padding-top: 1rem;
  color: #173e6a;
  font-size: 0.82rem;
}

.lc-tool-card-v2[hidden] {
  display: none !important;
}

.lc-no-results-v2 {
  border: 1px dashed rgba(22, 62, 106, 0.25);
  border-radius: 22px;
  padding: 2rem;
  color: #697580;
  background: rgba(255, 255, 255, 0.73);
  text-align: center;
}

.lc-no-results-v2 strong {
  display: block;
  color: #173653;
  font-size: 1.2rem;
}

.lc-no-results-v2 p {
  margin: 0.35rem 0 1rem;
}

.lc-no-results-v2 button {
  border: 0;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  color: #fff;
  background: #173e6a;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.lc-routes-section-v2 {
  padding-top: 3rem;
}

.lc-route-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lc-route-grid-v2 > a {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  border: 1px solid rgba(22, 62, 106, 0.15);
  border-radius: 27px;
  padding: 1.6rem;
  overflow: hidden;
  color: inherit;
  background:
    radial-gradient(circle at 100% 0, rgba(184, 138, 53, 0.12), transparent 15rem),
    #fff;
  box-shadow: 0 16px 40px rgba(18, 48, 81, 0.075);
  text-decoration: none;
}

.lc-route-grid-v2 > a::after {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 150px;
  height: 150px;
  content: "§";
  border: 1px solid rgba(22, 62, 106, 0.08);
  border-radius: 50%;
  color: rgba(22, 62, 106, 0.045);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6rem;
  line-height: 1.45;
  text-align: center;
}

.lc-route-grid-v2 h3 {
  max-width: 340px;
  margin: 0.7rem 0 1rem;
  color: #173653;
  font-size: 1.55rem;
}

.lc-route-grid-v2 ol {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  counter-reset: lc-route;
  list-style: none;
}

.lc-route-grid-v2 li {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: #65727d;
  counter-increment: lc-route;
}

.lc-route-grid-v2 li::before {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  content: counter(lc-route);
  border-radius: 50%;
  color: #173e6a;
  background: #f2ead8;
  font-size: 0.7rem;
  font-weight: 900;
}

.lc-route-grid-v2 strong {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 1.4rem;
  color: #173e6a;
}

.lc-urgent-banner-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.4rem;
  align-items: center;
  margin-block: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(159, 56, 71, 0.18);
  border-radius: 28px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background:
    radial-gradient(circle at 100% 0, rgba(199, 79, 95, 0.09), transparent 16rem),
    #fff8f8;
}

.lc-urgent-icon-v2 {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #9d3444;
  background: #ffe5e8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 950;
}

.lc-urgent-banner-v2 .nb-eyebrow-v2 {
  color: #9d3444;
}

.lc-urgent-banner-v2 h2 {
  margin: 0.45rem 0 0.55rem;
  color: #5a2630;
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
}

.lc-urgent-banner-v2 p {
  margin: 0;
  color: #76575e;
}

.lc-urgent-banner-v2 .nb-button-secondary-v2 {
  color: #8f3040;
  border-color: rgba(159, 56, 71, 0.2);
  background: #fff;
  white-space: nowrap;
}

.lc-free-banner-v2 {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  margin-block: clamp(3rem, 7vw, 6rem);
  border: 1px solid rgba(22, 62, 106, 0.18);
  border-radius: 30px;
  padding: clamp(1.7rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 92% 5%, rgba(184, 138, 53, 0.14), transparent 16rem),
    linear-gradient(135deg, #eef4fa, #f8f2e5);
}

.lc-free-banner-v2 > div {
  max-width: 800px;
}

.lc-free-banner-v2 h2 {
  margin: 0.6rem 0 0.75rem;
  color: #173653;
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.lc-free-banner-v2 p {
  margin: 0;
  color: #626e79;
}

.lc-free-banner-v2 .nb-button-secondary-v2 {
  flex: 0 0 auto;
  color: #173e6a;
  border-color: rgba(22, 62, 106, 0.2);
  background: #fff;
}

.lc-home-v2 .source-note {
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

html[data-nb-theme="dark"] .lc-home-v2 {
  background:
    radial-gradient(circle at 92% 8%, rgba(184, 138, 53, 0.08), transparent 25rem),
    linear-gradient(180deg, #10151b, #131921 46rem, #10151b);
}

html[data-nb-theme="dark"] .lc-hero-v2 {
  border-color: rgba(196, 175, 124, 0.15);
  background:
    radial-gradient(circle at 100% 0, rgba(184, 138, 53, 0.1), transparent 27rem),
    linear-gradient(108deg, #171e26, #1b232c 58%, #23241f);
}

html[data-nb-theme="dark"] .lc-hero-copy-v2 h1,
html[data-nb-theme="dark"] .lc-section-heading-v2 h2 {
  color: #eff3f7;
}

html[data-nb-theme="dark"] .lc-hero-copy-v2 > p,
html[data-nb-theme="dark"] .lc-section-heading-v2 > p {
  color: #aab4bd;
}

html[data-nb-theme="dark"] .lc-hero-copy-v2 h1 span {
  color: #d7b65e;
}

html[data-nb-theme="dark"] .lc-trust-list-v2 {
  color: #b7c1ca;
}

html[data-nb-theme="dark"] .lc-intent-card-v2,
html[data-nb-theme="dark"] .lc-tool-card-v2,
html[data-nb-theme="dark"] .lc-route-grid-v2 > a {
  border-color: rgba(196, 175, 124, 0.17);
  background-color: rgba(27, 34, 42, 0.94);
  box-shadow: none;
}

html[data-nb-theme="dark"] .lc-intent-card-v2 h3,
html[data-nb-theme="dark"] .lc-tool-card-v2 h3,
html[data-nb-theme="dark"] .lc-route-grid-v2 h3 {
  color: #edf2f6;
}

html[data-nb-theme="dark"] .lc-intent-card-v2 p,
html[data-nb-theme="dark"] .lc-tool-card-v2 p,
html[data-nb-theme="dark"] .lc-route-grid-v2 li {
  color: #a8b3bc;
}

html[data-nb-theme="dark"] .lc-intent-icon-v2,
html[data-nb-theme="dark"] .lc-tool-icon-v2 {
  color: #e1ca8e;
  border-color: rgba(196, 175, 124, 0.13);
  background: linear-gradient(145deg, #213347, #373125);
}

html[data-nb-theme="dark"] .lc-tool-search-v2 {
  border-color: rgba(196, 175, 124, 0.18);
  color: #aab6c0;
  background: #1b222a;
  box-shadow: none;
}

html[data-nb-theme="dark"] .lc-tool-search-v2 input {
  color: #eef3f6;
}

html[data-nb-theme="dark"] .lc-tool-search-v2 kbd {
  border-color: #39414a;
  color: #aab5be;
  background: #252d35;
}

html[data-nb-theme="dark"] .lc-filter-row-v2 button {
  color: #b7c0c8;
  border-color: rgba(196, 175, 124, 0.16);
  background: #1c242c;
}

html[data-nb-theme="dark"] .lc-filter-row-v2 button.is-active,
html[data-nb-theme="dark"] .lc-filter-row-v2 button:hover {
  color: #fff;
  background: #23517f;
}

html[data-nb-theme="dark"] .lc-result-count-v2 {
  color: #97a3ad;
}

html[data-nb-theme="dark"] .lc-no-results-v2 {
  color: #a8b3bc;
  border-color: rgba(196, 175, 124, 0.2);
  background: #1b222a;
}

html[data-nb-theme="dark"] .lc-no-results-v2 strong {
  color: #edf2f6;
}

html[data-nb-theme="dark"] .lc-urgent-banner-v2 {
  border-color: rgba(213, 104, 120, 0.2);
  background:
    radial-gradient(circle at 100% 0, rgba(199, 79, 95, 0.08), transparent 16rem),
    #281c21;
}

html[data-nb-theme="dark"] .lc-urgent-banner-v2 h2 {
  color: #ffe9ec;
}

html[data-nb-theme="dark"] .lc-urgent-banner-v2 p {
  color: #c5aeb3;
}

html[data-nb-theme="dark"] .lc-urgent-banner-v2 .nb-button-secondary-v2 {
  color: #ffd9df;
  border-color: rgba(213, 104, 120, 0.25);
  background: #38242a;
}

html[data-nb-theme="dark"] .lc-free-banner-v2 {
  border-color: rgba(196, 175, 124, 0.18);
  background:
    radial-gradient(circle at 92% 5%, rgba(184, 138, 53, 0.09), transparent 16rem),
    linear-gradient(135deg, #1b2a38, #2a281f);
}

html[data-nb-theme="dark"] .lc-free-banner-v2 h2 {
  color: #eef3f7;
}

html[data-nb-theme="dark"] .lc-free-banner-v2 p {
  color: #aab4bd;
}

html[data-nb-theme="dark"] .lc-free-banner-v2 .nb-button-secondary-v2 {
  color: #f0db9f;
  border-color: rgba(196, 175, 124, 0.24);
  background: #29394a;
}

@media (max-width: 1120px) {
  .lc-intent-grid-v2,
  .lc-tool-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lc-intent-card-v2 {
    min-height: 270px;
  }

  .lc-tool-card-v2 {
    min-height: 260px;
  }

  .lc-tool-controls-v2 {
    align-items: flex-start;
    flex-direction: column;
  }

  .lc-filter-row-v2 {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .lc-hero-v2 {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 2.3rem;
  }

  .lc-dossier-card-v2 {
    width: min(650px, 100%);
  }

  .lc-dashboard-grid-v2,
  .lc-facts-layout-v2,
  .lc-actions-layout-v2 {
    grid-template-columns: 1fr;
  }

  .lc-action-form-v2 {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 0.4fr) auto;
  }

  .lc-route-grid-v2 {
    grid-template-columns: 1fr;
  }

  .lc-route-grid-v2 > a {
    min-height: 300px;
  }
}

@media (max-width: 820px) {
  .lc-hero-v2,
  .lc-dashboard-section-v2 {
    width: min(100% - 20px, 1180px);
    border-radius: 30px;
  }

  .lc-hero-v2 {
    margin-top: 0.7rem;
  }

  .lc-heading-row-v2,
  .lc-free-banner-v2 {
    align-items: flex-start;
    flex-direction: column;
  }

  .lc-data-actions-v2 {
    justify-content: flex-start;
  }

  .lc-urgent-banner-v2 {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .lc-urgent-banner-v2 .nb-button-secondary-v2 {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .lc-free-banner-v2 .nb-button-secondary-v2 {
    flex: auto;
  }

  .lc-section-v2,
  .lc-tools-section-v2,
  .lc-routes-section-v2 {
    padding-block: 4.5rem;
  }
}

@media (max-width: 650px) {
  .lc-hero-v2,
  .lc-dashboard-section-v2 {
    padding: 1.25rem;
  }

  .lc-hero-copy-v2 h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .lc-dossier-card-v2 {
    padding: 1rem;
    border-radius: 22px;
  }

  .lc-dossier-head-v2 {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .lc-status-chip-v2 {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .lc-dossier-subject-v2 strong,
  .lc-next-action-v2 strong {
    white-space: normal;
  }

  .lc-intent-grid-v2,
  .lc-tool-grid-v2 {
    grid-template-columns: 1fr;
  }

  .lc-intent-card-v2,
  .lc-tool-card-v2 {
    min-height: 0;
  }

  .lc-dossier-overview-v2 {
    grid-template-columns: 1fr;
  }

  .lc-dossier-ring-v2 {
    width: 112px;
    height: 112px;
    justify-self: center;
  }

  .lc-timeline-head-v2 {
    flex-direction: column;
  }

  .lc-action-form-v2 {
    grid-template-columns: 1fr;
  }

  .lc-filter-row-v2 {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.35rem;
    scrollbar-width: thin;
  }

  .lc-filter-row-v2 button {
    flex: 0 0 auto;
  }

  .lc-route-grid-v2 > a {
    min-height: 330px;
  }

  .lc-urgent-banner-v2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .lc-hero-copy-v2 h1 {
    font-size: 2.78rem;
  }

  .lc-dossier-metrics-v2 {
    grid-template-columns: 1fr;
  }

  .lc-panel-heading-v2 {
    align-items: flex-start;
  }

  .lc-panel-heading-v2 > div {
    align-items: flex-start;
  }

  .lc-overview-lines-v2 > div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .lc-fact-item-v2 {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .lc-fact-remove-v2 {
    grid-column: 1;
    grid-row: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lc-progress-track-v2 span,
  .lc-intent-card-v2,
  .lc-tool-card-v2,
  .lc-primary-action-v2 {
    transition: none;
  }
}
