:root {
  --post-copy: #d8e5f8;
  --post-copy-strong: #f2f7ff;
  --post-soft: #9fb3d0;
  --post-rule: rgba(255, 255, 255, 0.09);
}

.hero-blog {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      900px 420px at 92% -18%,
      rgba(83, 109, 254, 0.14),
      transparent 72%
    ),
    radial-gradient(
      760px 360px at 5% -22%,
      rgba(0, 214, 200, 0.1),
      transparent 72%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0));
}

.hero-blog::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  background:
    linear-gradient(
      90deg,
      transparent calc(50% - 0.5px),
      rgba(145, 172, 216, 0.1) 50%,
      transparent calc(50% + 0.5px)
    ),
    linear-gradient(
      180deg,
      transparent calc(100% - 1px),
      rgba(145, 172, 216, 0.1) 100%
    );
  background-size:
    180px 100%,
    100% 100%;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 18%,
    #000 82%,
    transparent
  );
}

.hero-slim {
  padding: 10px 0 38px;
}

.hero-inner-slim {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: 1fr !important;
  padding-top: 22px;
}

.post-breadcrumb {
  margin-bottom: 22px;
}

.post-breadcrumb ol {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.post-breadcrumb li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.post-breadcrumb li + li::before {
  content: "/";
  flex: 0 0 auto;
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.28);
}

.post-breadcrumb a {
  color: #cfe2ff;
  text-decoration: none;
}

.post-breadcrumb a:hover {
  color: var(--teal-2);
}

.post-breadcrumb li[aria-current="page"] {
  /*max-width: min(48vw, 420px);*/
  overflow: hidden;
  color: #dbe8ff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-hero {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  max-width: 1080px;
}

.post-date {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 168px;
  padding-left: 18px;
  border-left: 2px solid rgba(0, 214, 200, 0.72);
}

.post-date::before,
.post-date::after {
  content: "";
  position: absolute;
  left: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal-2);
  box-shadow: 0 0 18px rgba(102, 255, 230, 0.48);
}

.post-date::before {
  top: 0;
}
.post-date::after {
  bottom: 0;
}

.post-date-day {
  color: var(--post-copy-strong);
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: clamp(3.2rem, 6vw, 5.1rem);
  font-weight: 300;
  letter-spacing: -0.08em;
  line-height: 0.86;
}

.post-date-month,
.post-date-year {
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.post-date-month {
  margin-top: 12px;
  color: var(--teal-2);
  font-size: 0.8rem;
  font-weight: 900;
}

.post-date-year {
  color: var(--post-soft);
  font-size: 0.72rem;
  font-weight: 700;
}

.post-hero-copy {
  align-self: center;
  min-width: 0;
}

.post-category {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  color: #8ff7e7;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.post-category::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  transition: width 0.18s ease;
}

.post-category:hover {
  color: #c0fff6;
}
.post-category:hover::before {
  width: 34px;
}

.post-category:focus-visible {
  outline: 2px solid var(--teal-2);
  outline-offset: 5px;
}

.post-hero-title {
  max-width: 29ch;
  margin: 0;
  color: var(--post-copy-strong);
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: clamp(1.9rem, 4vw, 3.25rem);
  font-weight: 520;
  letter-spacing: -0.028em;
  line-height: 1.1;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 20px;
  color: #b9cae3;
  font-size: 0.86rem;
  font-weight: 650;
}

.post-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.post-meta-item i {
  color: #d8e8ff;
  font-size: 1rem;
}

.post-meta-separator {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
}

.post-tags {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 11px;
  margin-top: 15px;
}

.post-tags-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  color: #8297b4;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: nowrap;
}

.post-tags-label i {
  color: #9ca9ff;
  font-size: 0.9rem;
}

.post-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
}

.post-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  max-width: 100%;
  padding: 5px 9px;
  border: 1px solid rgba(155, 170, 255, 0.16);
  border-radius: 9px;
  color: #bdc9f7;
  background: rgba(83, 109, 254, 0.035);
  font-size: 0.68rem;
  font-weight: 760;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.post-tag > span {
  flex: 0 0 auto;
  color: #8e9cff;
  font-weight: 900;
}

.post-tag:hover {
  border-color: rgba(102, 255, 230, 0.32);
  background: rgba(0, 214, 200, 0.065);
  color: #b7fff4;
  transform: translateY(-1px);
}

.post-tag:hover > span {
  color: #8ff7e7;
}

.post-tag:focus-visible {
  outline: 2px solid var(--teal-2);
  outline-offset: 3px;
}

.section-post {
  position: relative;
  padding: 50px 0 82px;
}

.section-post::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      760px 380px at 7% 0%,
      rgba(0, 214, 200, 0.045),
      transparent 72%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 34%);
}

.post-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 820px) 236px;
  justify-content: center;
  gap: 46px;
  align-items: start;
}

.post-article {
  min-width: 0;
  max-width: 820px;
  color: var(--post-copy);
  font-size: 1.03rem;
  line-height: 1.82;
  overflow-wrap: anywhere;
}

.post-lead {
  position: relative;
  margin: 0 0 34px;
  padding: 0 0 28px;
  color: #e7f0ff;
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: clamp(1.18rem, 2vw, 1.42rem);
  font-weight: 400;
  line-height: 1.6;
  border-bottom: 1px solid var(--post-rule);
}

.post-lead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 88px;
  height: 1px;
  background: linear-gradient(90deg, var(--teal), var(--indigo));
}

.post-article > :first-child:not(.post-lead) {
  margin-top: 0;
}

.post-article p,
.post-article ul,
.post-article ol {
  color: var(--post-copy);
}

.post-article p {
  margin: 0 0 1.25em;
}

.post-article strong {
  color: var(--post-copy-strong);
  font-weight: 750;
}

.post-article h2,
.post-article h3,
.post-article h4 {
  color: var(--post-copy-strong);
  font-family: "Inter Tight", system-ui, sans-serif;
  scroll-margin-top: 100px;
  text-wrap: balance;
}

.post-article h2 {
  position: relative;
  margin: 2.35em 0 0.7em;
  padding-left: 18px;
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.22;
}

.post-article h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.13em;
  width: 3px;
  height: 1em;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--teal-2), var(--indigo));
}

.post-article h3 {
  margin: 2em 0 0.65em;
  font-size: clamp(1.25rem, 2.3vw, 1.52rem);
  font-weight: 650;
  line-height: 1.3;
}

.post-article h4 {
  margin: 1.7em 0 0.55em;
  font-size: 1.08rem;
  font-weight: 750;
}

.post-article ul,
.post-article ol {
  margin: 0 0 1.45em;
  padding-left: 1.35rem;
}

.post-article li {
  margin: 0.42em 0;
  padding-left: 0.22rem;
}

.post-article li::marker {
  color: #67ead7;
  font-weight: 800;
}

.post-article hr {
  height: 1px;
  margin: 2.4rem 0;
  border: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(102, 255, 230, 0.35),
    rgba(83, 109, 254, 0.32),
    transparent
  );
}

.post-article a {
  color: #7bf7e5;
  text-decoration: underline;
  text-decoration-color: rgba(123, 247, 229, 0.34);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.post-article a:hover {
  color: #b5fff4;
  text-decoration-color: currentColor;
}

.post-article blockquote {
  position: relative;
  margin: 1.8rem 0;
  padding: 22px 24px 22px 28px;
  border: 1px solid rgba(102, 255, 230, 0.16);
  border-left: 3px solid rgba(102, 255, 230, 0.68);
  border-radius: 0 16px 16px 0;
  background:
    radial-gradient(
      520px 180px at 0% 0%,
      rgba(0, 214, 200, 0.08),
      transparent 68%
    ),
    rgba(255, 255, 255, 0.025);
}

.post-article blockquote::before {
  content: "“";
  position: absolute;
  top: 4px;
  right: 18px;
  color: rgba(102, 255, 230, 0.14);
  font-family: Georgia, serif;
  font-size: 4.2rem;
  line-height: 1;
}

.post-article blockquote p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #e2edfc;
}

.callout {
  margin: 1.7rem 0;
  padding: 17px 18px;
  border: 1px solid rgba(83, 109, 254, 0.3);
  border-radius: 14px;
  background:
    radial-gradient(
      520px 180px at 100% 0%,
      rgba(83, 109, 254, 0.1),
      transparent 68%
    ),
    rgba(255, 255, 255, 0.025);
}

.callout .callout-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: var(--post-copy-strong);
  font-weight: 850;
}

.callout.note {
  border-color: rgba(83, 109, 254, 0.34);
}

.callout.warn {
  border-color: rgba(255, 189, 122, 0.38);
  background:
    radial-gradient(
      520px 180px at 100% 0%,
      rgba(255, 189, 122, 0.08),
      transparent 68%
    ),
    rgba(255, 255, 255, 0.025);
}

.post-article :not(pre) > code {
  padding: 0.12rem 0.38rem;
  border: 1px solid rgba(102, 255, 230, 0.15);
  border-radius: 6px;
  background: rgba(0, 214, 200, 0.065);
  color: #dffffa;
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    monospace;
  font-size: 0.9em;
  white-space: normal;
}

.code-wrap {
  position: relative;
  max-width: 100%;
  margin: 1.7rem 0;
}

.post-article pre,
pre.codeblock {
  display: block;
  max-width: 100%;
  max-height: 520px;
  margin: 0;
  padding: 52px 18px 18px;
  overflow: auto;
  border: 1px solid rgba(141, 169, 215, 0.15);
  border-radius: 15px;
  background: #090f1a !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  white-space: pre;
  word-break: normal;
  overflow-wrap: normal;
}

.post-article pre::before,
pre.codeblock::before {
  content: "CODE";
  position: absolute;
  top: 16px;
  left: 18px;
  color: #7890b1;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.post-article pre code,
.post-article pre code *,
pre.codeblock code {
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    monospace;
  white-space: pre;
  word-break: normal;
  overflow-wrap: normal;
}

.post-article pre code {
  display: block;
  min-width: max-content;
  padding: 0 !important;
  background: transparent !important;
}

.code-copy {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.045);
  color: #dbe9fd;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
}

.code-copy:hover,
.code-copy.is-copied {
  border-color: rgba(102, 255, 230, 0.38);
  background: rgba(0, 214, 200, 0.09);
  color: #9affef;
}

.table-wrap {
  max-width: 100%;
  margin: 1.8rem 0;
  overflow-x: auto;
  border: 1px solid var(--post-rule);
  border-radius: 14px;
}

.post-article table {
  width: 100%;
  min-width: 560px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.018);
}

.post-article th,
.post-article td {
  padding: 13px 14px;
  border-right: 1px solid var(--post-rule);
  border-bottom: 1px solid var(--post-rule);
  text-align: left;
  vertical-align: top;
}

.post-article th:last-child,
.post-article td:last-child {
  border-right: 0;
}
.post-article tr:last-child td {
  border-bottom: 0;
}

.post-article thead th {
  background: rgba(83, 109, 254, 0.09);
  color: #eff5ff;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.post-article tbody td {
  color: #d4e2f6;
}

.post-article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.8rem auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
}

.post-article a > img {
  cursor: pointer;
}
.post-article figure {
  margin: 2rem 0;
}
.post-article figure img {
  margin: 0 auto;
}

.post-article figcaption {
  margin-top: 10px;
  color: #91a5c1;
  font-size: 0.8rem;
  line-height: 1.55;
  text-align: center;
}

.post-tools {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 22px;
  padding: 6px 0 6px 22px;
  border-left: 1px solid var(--post-rule);
}

.post-vote {
  display: grid;
  gap: 12px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--post-rule);
}

.post-vote-label {
  color: #7ef4e2;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.post-vote h2 {
  margin: 0;
  color: var(--post-copy-strong);
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.35;
}

.post-vote-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.post-vote-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 39px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  color: #c8d9ed;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
  transition:
    border-color 0.16s ease,
    background 0.16s ease,
    color 0.16s ease,
    transform 0.16s ease,
    opacity 0.16s ease;
}

.post-vote-option i {
  font-size: 0.95rem;
}

.post-vote-option:hover:not(:disabled) {
  border-color: rgba(102, 255, 230, 0.3);
  background: rgba(0, 214, 200, 0.06);
  color: #9affef;
  transform: translateY(-1px);
}

.post-vote-option.is-selected,
.post-vote-option[aria-pressed="true"] {
  border-color: rgba(102, 255, 230, 0.42);
  background: rgba(0, 214, 200, 0.1);
  color: #9affef;
  box-shadow: inset 0 0 0 1px rgba(102, 255, 230, 0.04);
}

.post-vote-option[data-vote="no"].is-selected,
.post-vote-option[data-vote="no"][aria-pressed="true"] {
  border-color: rgba(131, 148, 255, 0.4);
  background: rgba(83, 109, 254, 0.1);
  color: #dce2ff;
  box-shadow: inset 0 0 0 1px rgba(131, 148, 255, 0.04);
}

.post-vote-option:focus-visible {
  outline: 2px solid var(--teal-2);
  outline-offset: 3px;
}

.post-vote-option:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
}

.post-vote.is-loading .post-vote-option {
  opacity: 0.52;
}

.post-vote-count {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 1px 0 0;
  padding: 9px 10px;
  border: 1px solid rgba(102, 255, 230, 0.16);
  border-radius: 10px;
  background:
    radial-gradient(
      150px 70px at 0% 0%,
      rgba(0, 214, 200, 0.1),
      transparent 72%
    ),
    rgba(255, 255, 255, 0.025);
  color: #a9bbd2;
  font-size: 0.68rem;
  line-height: 1.35;
}

.post-vote-count i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 1px solid rgba(102, 255, 230, 0.18);
  border-radius: 9px;
  background: rgba(0, 214, 200, 0.07);
  color: #8ff7e7;
  font-size: 0.88rem;
}

.post-vote-count-copy {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 3px 5px;
}

.post-vote-count strong {
  color: #a5fff2;
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.post-vote-message {
  margin: 0;
  padding: 8px 9px;
  border-radius: 9px;
  font-size: 0.68rem;
  line-height: 1.5;
}

.post-vote-message[hidden] {
  display: none;
}

.post-vote-message.is-success {
  border: 1px solid rgba(0, 214, 200, 0.18);
  background: rgba(0, 214, 200, 0.055);
  color: #9edfd6;
}

.post-vote-message.is-error {
  border: 1px solid rgba(255, 113, 142, 0.2);
  background: rgba(255, 113, 142, 0.055);
  color: #e0a8b4;
}

.post-vote-message.is-neutral {
  border: 1px solid rgba(83, 109, 254, 0.18);
  background: rgba(83, 109, 254, 0.055);
  color: #aebce9;
}

.post-tools-group {
  display: grid;
  gap: 14px;
}

.post-tools-label {
  color: #8197b6;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.post-tools-actions {
  display: grid;
  gap: 8px;
}

.post-tool {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 0;
  border: 0;
  background: transparent;
  color: #c9daef;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 750;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.post-tool i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.03);
  color: #e5efff;
}

.post-tool:hover,
.post-tool.is-copied {
  color: #8ff9e9;
}

.post-tool:hover i,
.post-tool.is-copied i {
  border-color: rgba(102, 255, 230, 0.35);
  background: rgba(0, 214, 200, 0.08);
  color: #8ff9e9;
}

.post-tool:focus-visible {
  outline: 2px solid var(--teal-2);
  outline-offset: 3px;
}

.author-panel {
  position: relative;
  margin-top: 56px;
}

.author-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;
  color: #7ef4e2;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.author-heading::before,
.author-heading::after {
  content: "";
  height: 1px;
  background: var(--post-rule);
}

.author-heading::before {
  width: 44px;
  background: linear-gradient(90deg, var(--teal-2), rgba(102, 255, 230, 0.16));
}

.author-heading::after {
  flex: 1;
}
.author-heading i {
  font-size: 0.95rem;
}

.author-profile {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  padding: 19px 22px;
  border-left: 2px solid rgba(102, 255, 230, 0.66);
  border-radius: 0 16px 16px 0;
  background:
    radial-gradient(
      540px 190px at 0% 0%,
      rgba(0, 214, 200, 0.075),
      transparent 70%
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035),
      rgba(255, 255, 255, 0.015)
    );
}

.author-profile::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 84px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(83, 109, 254, 0.55));
}

.author-avatar,
.author-avatar--fallback {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.author-avatar {
  display: block;
  object-fit: cover;
}

.author-avatar--fallback {
  display: grid;
  place-items: center;
  background:
    radial-gradient(
      circle at 35% 28%,
      rgba(0, 214, 200, 0.12),
      transparent 64%
    ),
    rgba(255, 255, 255, 0.035);
  color: #dbe8ff;
  font-size: 1.5rem;
}

.author-content {
  align-self: center;
  min-width: 0;
}

.post-article .author-name {
  margin: 0;
  padding: 0;
  color: var(--post-copy-strong);
  font-size: 1.12rem;
  font-weight: 750;
  line-height: 1.25;
}

.post-article .author-name::before {
  display: none;
}

.author-role {
  margin: 3px 0 0;
  color: #aebfd8;
  font-size: 0.88rem;
  font-weight: 700;
}

.author-bio {
  margin: 10px 0 0;
  color: #cbd9ed;
  font-size: 0.92rem;
  line-height: 1.68;
}

.author-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.post-article .author-posts-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(102, 255, 230, 0.24);
  border-radius: 10px;
  background:
    radial-gradient(
      140px 60px at 0% 0%,
      rgba(0, 214, 200, 0.11),
      transparent 72%
    ),
    rgba(255, 255, 255, 0.025);
  color: #9af8ea;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-decoration-color: transparent;
  transition:
    border-color 0.16s ease,
    background 0.16s ease,
    color 0.16s ease,
    transform 0.16s ease,
    box-shadow 0.16s ease;
}

.author-posts-link > i:first-child {
  color: #c9fff7;
  font-size: 0.96rem;
}

.author-posts-arrow {
  margin-left: 2px;
  color: #c9fff7;
  font-size: 0.92rem;
  transition: transform 0.16s ease;
}

.post-article .author-posts-link:hover {
  border-color: rgba(102, 255, 230, 0.42);
  background:
    radial-gradient(
      160px 70px at 0% 0%,
      rgba(0, 214, 200, 0.16),
      transparent 72%
    ),
    rgba(0, 214, 200, 0.055);
  color: #c3fff6;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
}

.author-posts-link:hover .author-posts-arrow {
  transform: translateX(3px);
}

.post-article .author-posts-link:focus-visible {
  outline: 2px solid var(--teal-2);
  outline-offset: 3px;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1040px) {
  .post-layout {
    grid-template-columns: minmax(0, 780px);
    gap: 28px;
  }

  .post-tools {
    position: static;
    grid-row: 1;
    grid-template-columns: minmax(260px, 390px) auto;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0 0 18px;
    border-left: 0;
    border-bottom: 1px solid var(--post-rule);
  }

  .post-vote {
    gap: 9px;
    padding: 0;
    border-bottom: 0;
  }

  .post-vote-options {
    max-width: 190px;
  }

  .post-tools-group {
    justify-items: end;
  }

  .post-tools-actions {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .post-tool {
    padding: 0;
  }
}

@media (max-width: 720px) {
  .hero-slim {
    padding-bottom: 30px;
  }
  .hero-inner-slim {
    padding-top: 16px;
  }
  .post-breadcrumb {
    margin-bottom: 18px;
  }
  .post-breadcrumb li[aria-current="page"] {
    display: none;
  }
  .post-breadcrumb li:last-child::before {
    display: none;
  }

  .post-hero {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .post-date {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: start;
    align-items: baseline;
    gap: 7px;
    min-height: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(0, 214, 200, 0.42);
    border-left: 0;
  }

  .post-date::before,
  .post-date::after {
    display: none;
  }

  .post-date-day {
    font-size: 2rem;
    letter-spacing: -0.04em;
    line-height: 1;
  }

  .post-date-month {
    margin-top: 0;
  }
  .post-hero-title {
    font-size: clamp(1.85rem, 8.8vw, 2.55rem);
  }
  .post-meta-separator {
    display: none;
  }

  .section-post {
    padding: 38px 0 60px;
  }

  .post-article {
    font-size: 1rem;
    line-height: 1.76;
  }

  .post-lead {
    margin-bottom: 28px;
    padding-bottom: 23px;
    font-size: 1.14rem;
  }

  .post-article h2 {
    margin-top: 2em;
  }
  .post-article blockquote {
    padding: 18px 18px 18px 20px;
  }

  .post-tools {
    grid-template-columns: 1fr;
    align-items: start;
    justify-content: stretch;
    gap: 17px;
  }

  .post-vote {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--post-rule);
  }

  .post-vote-options {
    max-width: 220px;
  }

  .post-tools-group {
    width: 100%;
    justify-items: start;
  }

  .post-tools-label {
    display: none;
  }
  .post-tools {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .post-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .post-tags {
    display: grid;
    gap: 7px;
  }

  .post-tools-actions {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .post-tool {
    font-size: 0.8rem;
  }

  .post-vote-options {
    width: 100%;
    max-width: none;
  }

  .author-profile {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 13px;
    padding: 16px;
  }

  .author-avatar,
  .author-avatar--fallback {
    width: 58px;
    height: 58px;
    border-radius: 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .post-tool,
  .post-tag,
  .post-vote-option,
  .code-copy,
  .author-posts-link,
  .author-posts-arrow,
  .post-article a {
    transition: none;
  }
}