body.deed7-blog-page {
  min-height: 100vh;
  color: #102033;
  background:
    radial-gradient(circle at 10% 4%, rgba(14, 116, 144, 0.09), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(212, 169, 80, 0.1), transparent 26%),
    linear-gradient(180deg, #f8fbfc 0%, #ffffff 42%, #f7fafb 100%);
}

.deed7-blog-main {
  position: relative;
  overflow: clip;
}

.deed7-blog-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.deed7-blog-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #0e7490;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.deed7-blog-eyebrow::before {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0e7490, #d4a950);
  content: '';
}

.deed7-blog-index-hero {
  padding: clamp(82px, 10vw, 132px) 0 clamp(58px, 8vw, 96px);
  text-align: center;
}

.deed7-blog-index-hero::before {
  position: absolute;
  top: 84px;
  left: 50%;
  width: min(760px, 92vw);
  height: 310px;
  border: 1px solid rgba(14, 116, 144, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  filter: blur(1px);
  transform: translateX(-50%);
  content: '';
  pointer-events: none;
}

.deed7-blog-index-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0 auto;
}

.deed7-blog-index-hero h1,
.deed7-blog-article-hero h1 {
  margin: 0;
  color: #0c2238;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.deed7-blog-index-hero h1 {
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: 1.02;
}

.deed7-blog-index-hero__lede {
  max-width: 680px;
  margin: 24px auto 0;
  color: #53677b;
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.75;
  text-wrap: pretty;
}

.deed7-blog-listing {
  padding: 0 0 clamp(90px, 12vw, 144px);
}

.deed7-blog-listing__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15, 43, 67, 0.11);
}

.deed7-blog-listing__heading h2 {
  margin: 0;
  color: #102a43;
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.025em;
}

.deed7-blog-listing__heading span {
  color: #708398;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deed7-blog-grid {
  display: grid;
  gap: 22px;
}

.deed7-blog-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 6vw, 76px);
  min-height: 220px;
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(14, 116, 144, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 252, 0.97)),
    #ffffff;
  box-shadow: 0 18px 60px rgba(20, 47, 69, 0.08);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.deed7-blog-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #0e7490, #13a4bd 48%, #d4a950);
  content: '';
}

.deed7-blog-card::after {
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(14, 116, 144, 0.08);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

.deed7-blog-card:hover,
.deed7-blog-card:focus-visible {
  border-color: rgba(14, 116, 144, 0.34);
  box-shadow: 0 24px 70px rgba(20, 78, 99, 0.14);
  transform: translateY(-3px);
}

.deed7-blog-card__meta,
.deed7-blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 16px;
  color: #65798e;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.deed7-blog-card__meta span:not(:last-child)::after,
.deed7-blog-article-meta span:not(:last-child)::after {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 16px;
  border-radius: 50%;
  background: #c49537;
  vertical-align: middle;
  content: '';
}

.deed7-blog-card h2 {
  max-width: 820px;
  margin: 16px 0 12px;
  color: #0d2942;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1.16;
  letter-spacing: -0.036em;
  text-wrap: balance;
}

.deed7-blog-card p {
  max-width: 760px;
  margin: 0;
  color: #586d82;
  font-size: 0.98rem;
  line-height: 1.75;
}

.deed7-blog-card__arrow {
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(14, 116, 144, 0.2);
  border-radius: 50%;
  background: rgba(14, 116, 144, 0.08);
  color: #0e7490;
  font-size: 1.3rem;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.deed7-blog-card:hover .deed7-blog-card__arrow,
.deed7-blog-card:focus-visible .deed7-blog-card__arrow {
  background: #0e7490;
  color: #ffffff;
  transform: translateX(3px);
}

.deed7-blog-article-topbar {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 0;
}

.deed7-blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0e7490;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(14, 116, 144, 0.36);
  text-underline-offset: 4px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.deed7-blog-back-link:hover,
.deed7-blog-back-link:focus-visible {
  color: #095c72;
  text-decoration-color: currentColor;
}

.deed7-blog-back-link span {
  font-size: 1.08em;
  line-height: 1;
}

.deed7-blog-article-hero {
  width: min(1020px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 104px) 0 clamp(54px, 7vw, 86px);
  text-align: center;
}

.deed7-blog-article-hero .deed7-blog-eyebrow {
  justify-content: center;
}

.deed7-blog-article-hero h1 {
  font-size: clamp(2.25rem, 5.6vw, 4.75rem);
  line-height: 1.035;
}

.deed7-blog-article-hero__subtitle {
  max-width: 830px;
  margin: 24px auto 26px;
  color: #50677d;
  font-size: clamp(1.05rem, 1.9vw, 1.28rem);
  line-height: 1.7;
  text-wrap: balance;
}

.deed7-blog-article-meta {
  justify-content: center;
}

.deed7-blog-article-frame {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto clamp(94px, 12vw, 148px);
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(14, 116, 144, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 80px rgba(18, 52, 75, 0.08);
  backdrop-filter: blur(10px);
}

.deed7-blog-article-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(38px, 6vw, 76px);
  align-items: start;
}

.deed7-blog-toc {
  position: sticky;
  top: 96px;
  max-height: calc(100vh - 116px);
  overflow-y: auto;
  padding: 20px;
  border: 1px solid rgba(14, 116, 144, 0.12);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(239, 249, 251, 0.82), rgba(255, 255, 255, 0.95));
}

.deed7-blog-toc > span {
  display: block;
  margin-bottom: 13px;
  color: #708398;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.deed7-blog-toc nav {
  display: grid;
  gap: 4px;
}

.deed7-blog-toc a {
  display: block;
  padding: 7px 9px;
  border-radius: 8px;
  color: #496176;
  font-size: 0.79rem;
  font-weight: 650;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.deed7-blog-toc a:hover,
.deed7-blog-toc a:focus-visible {
  background: rgba(14, 116, 144, 0.09);
  color: #0e7490;
}

.deed7-blog-article-body {
  min-width: 0;
  max-width: 790px;
}

.deed7-blog-article-body > p,
.deed7-blog-section > p,
.deed7-blog-article-body > ul li,
.deed7-blog-article-body > ol li,
.deed7-blog-section li {
  color: #334e68;
  font-size: clamp(1rem, 1.15vw, 1.075rem);
  line-height: 1.86;
}

.deed7-blog-article-body > p,
.deed7-blog-section > p {
  margin: 0 0 21px;
}

.deed7-blog-article-lead {
  color: #173f59 !important;
  font-size: clamp(1.18rem, 1.8vw, 1.38rem) !important;
  font-weight: 580;
  line-height: 1.7 !important;
}

.deed7-blog-article-body strong {
  color: #102f48;
  font-weight: 760;
}

.deed7-blog-article-body a {
  color: #0e7490;
  font-weight: 720;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.deed7-blog-section {
  margin-top: clamp(54px, 8vw, 86px);
  scroll-margin-top: 102px;
}

.deed7-blog-section__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  margin-bottom: 14px;
  padding: 0 10px;
  border: 1px solid rgba(14, 116, 144, 0.18);
  border-radius: 999px;
  background: rgba(14, 116, 144, 0.07);
  color: #0e7490;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.deed7-blog-section h2 {
  margin: 0 0 24px;
  color: #102f48;
  font-size: clamp(1.75rem, 3.5vw, 2.55rem);
  line-height: 1.16;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.deed7-blog-section h3 {
  margin: 38px 0 15px;
  color: #153c57;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.deed7-blog-emphasis,
.deed7-blog-insight,
.deed7-blog-warning,
.deed7-blog-definition {
  position: relative;
  margin: 31px 0;
  padding: 24px clamp(22px, 4vw, 32px);
  overflow: hidden;
  border-radius: 18px;
}

.deed7-blog-emphasis {
  border: 1px solid rgba(14, 116, 144, 0.18);
  background: linear-gradient(135deg, rgba(14, 116, 144, 0.09), rgba(255, 255, 255, 0.96));
}

.deed7-blog-emphasis::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, #0e7490, #18a7bc);
  content: '';
}

.deed7-blog-emphasis p,
.deed7-blog-insight p,
.deed7-blog-warning p,
.deed7-blog-definition p {
  margin: 0;
  color: #20425b;
  font-size: 1.02rem;
  line-height: 1.75;
}

.deed7-blog-insight {
  border: 1px solid rgba(212, 169, 80, 0.26);
  background: linear-gradient(135deg, rgba(252, 247, 235, 0.96), rgba(255, 255, 255, 0.96));
}

.deed7-blog-insight > span,
.deed7-blog-warning > span,
.deed7-blog-definition > span {
  display: block;
  margin-bottom: 8px;
  color: #9a6d17;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.deed7-blog-warning {
  border: 1px solid rgba(178, 83, 66, 0.2);
  background: rgba(254, 246, 243, 0.96);
}

.deed7-blog-warning > span {
  color: #a04939;
}

.deed7-blog-definition {
  border: 1px solid rgba(74, 110, 138, 0.16);
  background: #f5f8fa;
}

.deed7-blog-definition > span {
  color: #587186;
}

.deed7-blog-system-chain {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0;
}

.deed7-blog-system-chain span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 12px 15px;
  border: 1px solid rgba(14, 116, 144, 0.12);
  border-radius: 12px;
  background: #f7fbfc;
  color: #294d65;
  font-size: 0.78rem;
  font-weight: 730;
  line-height: 1.35;
}

.deed7-blog-question-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.deed7-blog-question-pair article {
  padding: 22px;
  border: 1px solid rgba(14, 116, 144, 0.13);
  border-radius: 16px;
  background: #fbfdfe;
}

.deed7-blog-question-pair span {
  color: #0e7490;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.deed7-blog-question-pair h3 {
  margin: 9px 0 8px;
  font-size: 1.08rem;
}

.deed7-blog-question-pair p {
  margin: 0;
  color: #557086;
  font-size: 0.91rem;
  line-height: 1.65;
}

.deed7-blog-question-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin: 32px 0 10px;
}

.deed7-blog-question-grid article {
  min-width: 0;
  padding: 22px 20px;
  border: 1px solid rgba(14, 116, 144, 0.14);
  border-radius: 16px;
  background: linear-gradient(145deg, #f5fbfc, #ffffff);
}

.deed7-blog-question-grid span {
  display: block;
  margin-bottom: 10px;
  color: #0e7490;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.deed7-blog-question-grid p {
  margin: 0;
  color: #294d65;
  font-size: 0.91rem;
  font-weight: 680;
  line-height: 1.58;
}

.deed7-blog-formula {
  margin: 24px 0;
  padding: 19px clamp(18px, 4vw, 27px);
  overflow: hidden;
  border: 1px solid rgba(14, 116, 144, 0.18);
  border-radius: 15px;
  background: linear-gradient(135deg, #0d3048, #124961);
  box-shadow: 0 12px 30px rgba(12, 47, 72, 0.12);
}

.deed7-blog-formula code {
  display: block;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: clamp(0.94rem, 1.8vw, 1.08rem);
  font-weight: 760;
  line-height: 1.55;
  overflow-wrap: anywhere;
  white-space: normal;
}

.deed7-blog-comparison {
  width: 100%;
  margin: 31px 0;
  overflow-x: auto;
  border: 1px solid rgba(14, 116, 144, 0.16);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(12, 47, 72, 0.08);
  scrollbar-width: thin;
}

.deed7-blog-comparison table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.deed7-blog-comparison th,
.deed7-blog-comparison td {
  padding: 15px 17px;
  border-right: 1px solid rgba(14, 116, 144, 0.1);
  border-bottom: 1px solid rgba(14, 116, 144, 0.1);
  overflow-wrap: anywhere;
  text-align: left;
  vertical-align: middle;
}

.deed7-blog-comparison th:last-child,
.deed7-blog-comparison td:last-child {
  border-right: 0;
}

.deed7-blog-comparison tbody tr:last-child > * {
  border-bottom: 0;
}

.deed7-blog-comparison thead th {
  background: #0d3048;
  color: #ffffff;
  font-size: 0.73rem;
  font-weight: 820;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.deed7-blog-comparison thead th:first-child,
.deed7-blog-comparison tbody th {
  width: 50%;
}

.deed7-blog-comparison tbody th {
  color: #264960;
  font-size: 0.88rem;
  font-weight: 720;
  line-height: 1.45;
}

.deed7-blog-comparison tbody td {
  color: #0e6478;
  font-size: 0.88rem;
  font-weight: 790;
  line-height: 1.4;
  white-space: nowrap;
}

.deed7-blog-comparison tbody tr:nth-child(even) {
  background: #f7fbfc;
}

.deed7-blog-math-card {
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid rgba(14, 116, 144, 0.2);
  border-radius: 20px;
  background: #0d3048;
  box-shadow: 0 18px 42px rgba(12, 47, 72, 0.14);
}

.deed7-blog-math-card__head {
  padding: 18px 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: #b9eaf1;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.deed7-blog-math-card__body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding: clamp(24px, 5vw, 38px);
  text-align: center;
}

.deed7-blog-math-card__body div {
  min-width: 0;
}

.deed7-blog-math-card__body span {
  display: block;
  margin-bottom: 7px;
  color: #a8c2d3;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deed7-blog-math-card__body strong {
  color: #ffffff;
  font-size: clamp(1.5rem, 4vw, 2.35rem);
  letter-spacing: -0.04em;
}

.deed7-blog-math-card__operator {
  color: #5ed9e7 !important;
  font-size: 1.4rem !important;
}

.deed7-blog-check-list,
.deed7-blog-bullet-list {
  display: grid;
  gap: 11px;
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
}

.deed7-blog-check-list li,
.deed7-blog-bullet-list li {
  position: relative;
  margin: 0;
  padding-left: 30px;
}

.deed7-blog-check-list li::before {
  position: absolute;
  top: 0.56em;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: rgba(14, 116, 144, 0.1);
  color: #0e7490;
  font-size: 0.65rem;
  font-weight: 900;
  line-height: 1;
  content: '✓';
}

.deed7-blog-bullet-list li::before {
  position: absolute;
  top: 0.78em;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0e7490, #d4a950);
  content: '';
}

.deed7-blog-numbered-outcome {
  display: grid;
  gap: 12px;
  margin: 27px 0;
  padding: 0;
  list-style: none;
  counter-reset: outcome;
}

.deed7-blog-numbered-outcome li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 15px 17px;
  border: 1px solid rgba(14, 116, 144, 0.1);
  border-radius: 12px;
  background: #f8fbfc;
  counter-increment: outcome;
}

.deed7-blog-numbered-outcome li::before {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: #0e7490;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 850;
  content: counter(outcome, decimal-leading-zero);
}

.deed7-blog-flywheel {
  display: grid;
  gap: 0;
  margin: 34px 0;
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid rgba(14, 116, 144, 0.16);
  border-radius: 22px;
  background: linear-gradient(155deg, #f2fafb, #ffffff 55%, #fbf8f0);
}

.deed7-blog-flywheel div {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 8px 0;
  color: #284b63;
  font-size: 0.92rem;
  font-weight: 720;
}

.deed7-blog-flywheel div:not(:last-child)::after {
  position: absolute;
  bottom: -4px;
  left: 17px;
  color: rgba(14, 116, 144, 0.42);
  font-size: 1rem;
  content: '↓';
}

.deed7-blog-flywheel span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(14, 116, 144, 0.16);
  border-radius: 50%;
  background: #ffffff;
  color: #0e7490;
  font-size: 0.69rem;
  font-weight: 850;
}

.deed7-blog-closing-lines {
  margin-top: 38px;
  padding: clamp(28px, 5vw, 42px);
  border-radius: 22px;
  background: #0d3048;
  color: #ffffff;
  text-align: center;
}

.deed7-blog-closing-lines p {
  margin: 7px 0;
  color: #ffffff;
  font-size: clamp(1.16rem, 2.5vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.deed7-blog-final-rule {
  margin-top: 28px !important;
}

.deed7-blog-disclaimer {
  margin-top: clamp(60px, 9vw, 96px);
  padding-top: 28px;
  border-top: 1px solid rgba(15, 43, 67, 0.14);
  color: #718294;
  font-size: 0.76rem;
  line-height: 1.72;
}

.deed7-glossary-hero {
  padding-bottom: clamp(46px, 6vw, 70px);
}

.deed7-glossary-search {
  display: block;
  width: min(590px, 100%);
  margin: 34px auto 0;
  text-align: left;
}

.deed7-glossary-search > label {
  display: block;
  margin: 0 0 9px;
  color: #173f59;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.deed7-glossary-search__field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-height: 58px;
  overflow: hidden;
  border: 1px solid rgba(14, 116, 144, 0.3);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 38px rgba(17, 60, 82, 0.1);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.deed7-glossary-search__field:focus-within {
  border-color: #0e7490;
  box-shadow: 0 0 0 4px rgba(14, 116, 144, 0.15), 0 18px 44px rgba(17, 60, 82, 0.13);
}

.deed7-glossary-search__field > span {
  display: grid;
  min-height: 34px;
  padding: 0 17px;
  place-items: center;
  border-right: 1px solid rgba(14, 116, 144, 0.15);
  color: #0e6478;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.deed7-glossary-search input {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  padding: 0 17px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #102f48;
  font: inherit;
  font-size: 0.96rem;
  font-weight: 600;
}

.deed7-glossary-search input::placeholder {
  color: #6b7f91;
  opacity: 1;
}

.deed7-glossary-search__help,
.deed7-glossary-search__status {
  margin: 9px 2px 0;
  color: #5a7084;
  font-size: 0.76rem;
  line-height: 1.55;
}

.deed7-glossary-search__status {
  min-height: 1.2em;
  margin-top: 3px;
  color: #0e6478;
  font-weight: 750;
}

.deed7-glossary-frame {
  padding-top: clamp(30px, 4vw, 46px);
}

.deed7-glossary-body {
  max-width: 820px;
}

.deed7-glossary-note {
  margin-top: 0;
}

.deed7-glossary-terms {
  display: grid;
  gap: 13px;
}

.deed7-glossary-term {
  position: relative;
  padding: 21px 22px;
  overflow: hidden;
  border: 1px solid rgba(14, 116, 144, 0.13);
  border-radius: 16px;
  background: linear-gradient(145deg, #f8fcfd, #ffffff);
  box-shadow: 0 8px 24px rgba(15, 58, 80, 0.045);
}

.deed7-glossary-term::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, #0e7490, #d4a950);
  content: '';
}

.deed7-glossary-term h3 {
  margin: 0 0 8px;
  color: #123a54;
  font-size: clamp(1.04rem, 1.8vw, 1.2rem);
  line-height: 1.35;
  letter-spacing: -0.012em;
  text-wrap: pretty;
}

.deed7-glossary-term p {
  margin: 0;
  color: #3d576b;
  font-size: 0.96rem;
  line-height: 1.72;
}

.deed7-glossary-formula {
  display: grid;
  gap: 5px;
  margin-top: 15px;
  padding: 14px 16px;
  border: 1px solid rgba(14, 116, 144, 0.14);
  border-radius: 11px;
  background: #edf7f9;
}

.deed7-glossary-formula strong {
  color: #0b6378;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deed7-glossary-formula span {
  color: #173f59;
  font-size: 0.93rem;
  font-weight: 760;
  line-height: 1.55;
}

.deed7-glossary-formula small {
  color: #506b7f;
  font-size: 0.78rem;
  line-height: 1.55;
}

.deed7-glossary-example__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0;
}

.deed7-glossary-example__grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.deed7-glossary-example__grid > div {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(14, 116, 144, 0.14);
  border-radius: 14px;
  background: #f7fbfc;
}

.deed7-glossary-example__grid span {
  color: #5c7184;
  font-size: 0.69rem;
  font-weight: 820;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.deed7-glossary-example__grid strong {
  color: #0d4059;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  overflow-wrap: anywhere;
}

.deed7-glossary-no-results {
  margin: 40px 0 10px;
  padding: 34px 26px;
  border: 1px dashed rgba(14, 116, 144, 0.32);
  border-radius: 18px;
  background: #f7fbfc;
  text-align: center;
}

.deed7-glossary-no-results > span {
  display: block;
  color: #173f59;
  font-size: 1.08rem;
  font-weight: 800;
}

.deed7-glossary-no-results p {
  max-width: 490px;
  margin: 9px auto 0;
  color: #5b7184;
  font-size: 0.9rem;
  line-height: 1.65;
}

.deed7-glossary-page [hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  .deed7-blog-article-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .deed7-blog-toc {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .deed7-blog-toc nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deed7-blog-article-body {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .deed7-blog-shell,
  .deed7-blog-article-topbar,
  .deed7-blog-article-hero,
  .deed7-blog-article-frame {
    width: min(100% - 28px, 1180px);
  }

  .deed7-blog-index-hero {
    padding-top: 66px;
  }

  .deed7-blog-listing__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .deed7-blog-card {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 24px;
    border-radius: 20px;
  }

  .deed7-blog-card__arrow {
    width: 46px;
    height: 46px;
  }

  .deed7-blog-article-frame {
    padding: 20px;
    border-radius: 22px;
  }

  .deed7-blog-toc nav,
  .deed7-blog-question-pair,
  .deed7-blog-question-grid,
  .deed7-blog-system-chain {
    grid-template-columns: 1fr;
  }

  .deed7-blog-math-card__body {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .deed7-blog-math-card__operator {
    transform: none;
    white-space: nowrap;
  }

  .deed7-blog-section {
    margin-top: 58px;
  }

  .deed7-blog-comparison th,
  .deed7-blog-comparison td {
    padding: 12px 9px;
  }

  .deed7-blog-comparison thead th {
    font-size: 0.63rem;
    letter-spacing: 0.025em;
  }

  .deed7-blog-comparison tbody th,
  .deed7-blog-comparison tbody td {
    font-size: 0.76rem;
  }

  .deed7-blog-comparison tbody td {
    overflow-wrap: normal;
    white-space: normal;
  }

  .deed7-glossary-search {
    margin-top: 28px;
  }

  .deed7-glossary-search__field {
    min-height: 56px;
  }

  .deed7-glossary-term {
    padding: 19px 18px;
  }

  .deed7-glossary-page .deed7-blog-toc nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deed7-glossary-example__grid,
  .deed7-glossary-example__grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .deed7-blog-card__meta,
  .deed7-blog-article-meta {
    gap: 6px 10px;
  }

  .deed7-blog-card__meta span:not(:last-child)::after,
  .deed7-blog-article-meta span:not(:last-child)::after {
    margin-left: 10px;
  }

  .deed7-blog-article-frame {
    width: calc(100% - 20px);
    padding: 16px;
  }

  .deed7-blog-toc {
    padding: 16px;
  }

  .deed7-blog-emphasis,
  .deed7-blog-insight,
  .deed7-blog-warning,
  .deed7-blog-definition {
    padding: 21px 19px;
  }

  .deed7-blog-article-hero h1,
  .deed7-blog-card h2,
  .deed7-blog-section h2,
  .deed7-blog-section h3 {
    overflow-wrap: anywhere;
  }

  .deed7-glossary-search__field {
    grid-template-columns: 1fr;
  }

  .deed7-glossary-search__field > span {
    display: none;
  }

  .deed7-glossary-example__grid,
  .deed7-glossary-example__grid--compact {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .deed7-blog-card,
  .deed7-blog-card__arrow {
    transition: none;
  }
}
