.article-page--new .article-container {
  max-width: 56rem;
  margin: 2rem auto 3rem;
  padding: 0 1rem;
  color: #f4f4f5;
}

.article-page--new .back-btn {
  display: inline-block;
  color: rgba(0, 212, 255, 0.88);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.article-page--new .back-btn:hover {
  color: #fff;
}

.article-page--new .breadcrumb {
  color: #a1a1aa;
  margin-bottom: 0.75rem;
  font-size: 0.88rem;
}

.article-page--new .breadcrumb a {
  color: rgba(0, 212, 255, 0.88);
  text-decoration: none;
}

/* Article hero: single still or carousel; never crop (object-fit: contain). */
.article-page--new .article-hero--root {
  margin: 0 0 0.35rem;
  position: relative;
}

.article-page--new .article-hero__img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  max-height: min(88vh, 1200px);
  object-fit: contain;
  border-radius: 14px;
  border: 1px solid rgba(0, 212, 255, 0.2);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.55),
    0 0 40px rgba(0, 212, 255, 0.07);
}

.article-page--new .article-hero-carousel {
  position: relative;
  outline: none;
}

.article-page--new .article-hero-carousel__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(0, 212, 255, 0.2);
  background: rgba(0, 0, 0, 0.25);
}

.article-page--new .article-hero-carousel__track {
  --hero-slides: 1;
  --hero-index: 0;
  display: flex;
  width: calc(var(--hero-slides) * 100%);
  transform: translateX(calc((-100% * var(--hero-index)) / var(--hero-slides)));
  transition: transform 0.35s ease;
}

.article-page--new .article-hero-carousel__slide {
  flex: 0 0 calc(100% / var(--hero-slides));
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0.5rem 2.75rem;
  box-sizing: border-box;
}

.article-page--new .article-hero-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 1px solid rgba(0, 212, 255, 0.45);
  border-radius: 999px;
  background: rgba(10, 12, 20, 0.82);
  color: #00d4ff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

.article-page--new .article-hero-carousel__btn:hover:not(:disabled) {
  background: rgba(0, 212, 255, 0.18);
  color: #fff;
}

.article-page--new .article-hero-carousel__btn:disabled {
  opacity: 0.28;
  cursor: default;
}

.article-page--new .article-hero-carousel__btn--prev {
  left: 0.35rem;
}

.article-page--new .article-hero-carousel__btn--next {
  right: 0.35rem;
}

.article-page--new .article-hero-carousel__slide .article-hero__img {
  border: none;
  box-shadow: none;
}

.article-page--new .article-hero-carousel__counter {
  text-align: center;
  margin-top: 0.45rem;
  font-size: 0.82rem;
  color: rgba(244, 244, 245, 0.62);
  font-variant-numeric: tabular-nums;
}

/* Legacy gallery container (unused; extra images use carousel). */
.article-page--new .article-gallery {
  display: none;
}

.article-page--new .article-gallery__figure {
  margin: 0;
}

.article-page--new .article-gallery img {
  width: 100%;
  height: auto;
  display: block;
}

.article-page--new #article-title {
  margin: 1.1rem 0 0.35rem;
  font-family: "Orbitron", "Poppins", system-ui, sans-serif;
  font-size: clamp(1.35rem, 3vw + 0.65rem, 2.3rem);
  line-height: 1.2;
}

.article-page--new .article-published {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  color: rgba(244, 244, 245, 0.58);
  font-variant-numeric: tabular-nums;
}

.article-page--new .article-published time {
  color: rgba(0, 212, 255, 0.82);
}

.article-page--new .article-meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1rem;
}

.article-page--new .view-counter {
  color: #a1a1aa;
}

.article-page--new .article-publisher {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.7rem 0.8rem;
  margin-bottom: 0.95rem;
  border: 1px solid rgba(0, 212, 255, 0.18);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22);
}

.article-page--new .article-publisher__avatar-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(0, 212, 255, 0.36);
}

.article-page--new .article-publisher__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-page--new .article-publisher__meta p {
  margin: 0;
}

.article-page--new .article-publisher__label {
  color: #a1a1aa;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-page--new .article-publisher__name {
  color: #fff;
  font-weight: 600;
}

.article-page--new .article-publisher__role {
  color: #a1a1aa;
  font-size: 0.82rem;
}

.article-page--new #article-tags {
  margin: 0 0 1rem;
}

.article-page--new .article-tag {
  display: inline-block;
  padding: 0.35rem 0.65rem;
  margin: 0 0.45rem 0.45rem 0;
  border-radius: 999px;
  border: 1px solid rgba(0, 212, 255, 0.22);
  background: rgba(0, 0, 0, 0.25);
  color: #cfcfd4;
  font-size: 0.76rem;
}

.article-page--new .article-primary-cta {
  position: relative;
  z-index: 5;
  margin: 0 0 1rem;
  padding: 0.95rem 1rem 1.05rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 212, 255, 0.35);
  background: rgba(0, 212, 255, 0.06);
}

.article-page--new .article-primary-cta__intro {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(244, 244, 245, 0.88);
}

.article-page--new .article-primary-cta__anchor {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  color: #0a0a0f;
  background: linear-gradient(135deg, #00d4ff 0%, #9aebff 100%);
  border: 1px solid rgba(0, 212, 255, 0.5);
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.article-page--new .article-primary-cta__anchor:hover {
  filter: brightness(1.08);
}

.article-page--new .article-fulltext {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #c9c9d1;
}

.article-page--new .article-fulltext p {
  margin: 0 0 1.15rem;
}

.article-page--new .article-fulltext p:last-child {
  margin-bottom: 0;
}

.article-page--new .article-body-list {
  margin: 0 0 1.25rem;
  padding-left: 1.35rem;
  list-style: disc;
}

.article-page--new .article-body-list li {
  margin-bottom: 0.55rem;
  padding-left: 0.2rem;
}

.article-page--new .article-body-list li:last-child {
  margin-bottom: 0;
}

.article-page--new .article-fulltext a,
.article-page--new .article-body-link {
  color: rgba(0, 212, 255, 0.95);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.article-page--new .article-fulltext a:hover,
.article-page--new .article-body-link:hover {
  color: #b8f4ff;
}

.article-page--new #related-title,
.article-page--new #comments-title {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  font-family: "Orbitron", "Poppins", system-ui, sans-serif;
  font-size: 1.2rem;
  color: #fff;
}

.article-page--new #related-articles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.article-page--new .related-card {
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(0, 212, 255, 0.18);
  background: rgba(0, 0, 0, 0.22);
  color: #f4f4f5;
}

.article-page--new .related-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
}

.article-page--new .related-card-title {
  padding: 0.65rem 0.75rem;
  font-size: 0.86rem;
}

.article-page--new .comment-item--reply {
  margin-left: 1.75rem;
  padding-left: 0.85rem;
  border-left: 2px solid rgba(0, 212, 255, 0.35);
}

.article-page--new .comment-reply-btn {
  background: transparent;
  border: 1px solid rgba(0, 212, 255, 0.35);
  color: #6affff;
  font-size: 0.78rem;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 0.35rem;
}

.article-page--new .comment-reply-btn:hover {
  background: rgba(0, 212, 255, 0.12);
}

.article-page--new .comment-reply-composer {
  margin: 0.5rem 0 0.85rem 1.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: rgba(0, 212, 255, 0.06);
  border: 1px solid rgba(0, 212, 255, 0.22);
}

.article-page--new .comment-reply-input {
  width: 100%;
  min-height: 4.5rem;
  resize: vertical;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.35);
  color: #f4f4f5;
  font: inherit;
  padding: 0.5rem 0.65rem;
  margin-bottom: 0.45rem;
}

.article-page--new .comment-reply-actions {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.article-page--new .comment-reply-post,
.article-page--new .comment-reply-cancel {
  font-size: 0.82rem;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid rgba(0, 212, 255, 0.4);
  background: rgba(0, 212, 255, 0.15);
  color: #e9eef5;
}

.article-page--new .comment-reply-cancel {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  color: #a1a1aa;
}

.article-page--new #comments-container > .comment-item,
.article-page--new #comments-container > p.comment-empty {
  border: 1px solid rgba(0, 212, 255, 0.16);
  background: rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  padding: 0.6rem 0.75rem;
  color: #c9c9d1;
}

.article-page--new #comment-input {
  width: 100%;
  min-height: 120px;
  margin-top: 0.7rem;
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
  color: #f4f4f5;
  padding: 0.7rem;
  font-family: inherit;
}

.article-page--new #comment-post {
  margin-top: 0.7rem;
  border: none;
  border-radius: 10px;
  padding: 0.65rem 1rem;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0c0c0e;
  background: linear-gradient(90deg, #00d4ff, #4ae3ff);
  cursor: pointer;
}

.article-page--new .share-section {
  margin-top: 1.7rem;
}

.article-page--new .share-section h3 {
  margin-bottom: 0.6rem;
  color: #fff;
}

.article-page--new .share-buttons {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.article-page--new .share-buttons a {
  text-decoration: none;
  color: rgba(0, 212, 255, 0.9);
  border: 1px solid rgba(0, 212, 255, 0.24);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.82rem;
}

.article-page--new .share-buttons a:hover {
  color: #fff;
  border-color: rgba(0, 212, 255, 0.52);
  background: rgba(0, 212, 255, 0.08);
}

@media (max-width: 900px) {
  .article-page--new #related-articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .article-page--new #related-articles {
    grid-template-columns: 1fr;
  }
}

/* ─── Stats bar ──────────────────────────────────────────────────────── */

.article-page--new .article-stats-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin: 1.25rem 0 1.5rem;
  /* Keep the stats row above any stray overlapping layers from hero / title. */
  position: relative;
  z-index: 4;
  isolation: isolate;
}

.article-page--new .article-stat {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.95rem;
  border: 1px solid rgba(0, 212, 255, 0.22);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 999px;
  color: #f4f4f5;
  font-size: 0.92rem;
  text-decoration: none;
  font: inherit;
  cursor: default;
  flex: 0 0 auto;
  max-width: 100%;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.article-page--new #like-button,
.article-page--new #bookmark-button {
  flex: 0 0 auto;
  position: relative;
  z-index: 5;
  -webkit-appearance: none;
  appearance: none;
}

.article-page--new .article-stat-icon {
  font-size: 1rem;
  line-height: 1;
}

.article-page--new .article-stat-num {
  font-weight: 700;
  color: #00d4ff;
  font-variant-numeric: tabular-nums;
}

.article-page--new .article-stat-label {
  color: #a1a1aa;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

.article-page--new .article-stat--like {
  cursor: pointer;
  outline: none;
}

.article-page--new .article-stat--comments {
  cursor: pointer;
}

.article-page--new .article-stat--like:hover,
.article-page--new .article-stat--comments:hover {
  background: rgba(0, 212, 255, 0.07);
  border-color: rgba(0, 212, 255, 0.5);
  transform: translateY(-1px);
}

.article-page--new .article-stat--like.is-liked {
  background: rgba(244, 63, 94, 0.10);
  border-color: rgba(244, 63, 94, 0.55);
}

.article-page--new .article-stat--like.is-liked .article-stat-num,
.article-page--new .article-stat--like.is-liked .article-stat-label {
  color: #fb7185;
}

.article-page--new .article-stat--like.is-liked .article-stat-icon {
  filter: drop-shadow(0 0 4px rgba(251, 113, 133, 0.6));
}

.article-page--new .article-stat--like:focus-visible,
.article-page--new .article-stat--comments:focus-visible,
.article-page--new .article-stat--bookmark:focus-visible {
  outline: 2px solid #00d4ff;
  outline-offset: 2px;
}

/* ─── Bookmark button ───────────────────────────────────────────────── */
.article-page--new .article-stat--bookmark {
  cursor: pointer;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.article-page--new .article-stat--bookmark:hover {
  background: rgba(0, 212, 255, 0.08);
  border-color: rgba(0, 212, 255, 0.35);
  transform: translateY(-1px);
}

.article-page--new .article-stat--bookmark.is-saved {
  background: linear-gradient(120deg, rgba(0, 212, 255, 0.18), rgba(106, 255, 255, 0.12));
  border-color: rgba(0, 212, 255, 0.65);
}

.article-page--new .article-stat--bookmark.is-saved .article-stat-icon {
  filter: drop-shadow(0 0 4px rgba(0, 212, 255, 0.6));
}

.article-page--new .article-stat--bookmark.is-saved .article-stat-label {
  color: #6affff;
}

/* ─── Comment form ──────────────────────────────────────────────────── */

.article-page--new #comments-title {
  margin-top: 2.4rem;
  margin-bottom: 0.95rem;
  font-family: 'Orbitron', 'Poppins', system-ui, sans-serif;
  letter-spacing: 0.04em;
}

.article-page--new .comment-form {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0 0 1.25rem;
}

/* Author `display:flex` must not defeat the HTML `hidden` attribute (some
   browsers treat hidden + flex as both visible). */
.article-page--new #comment-form[hidden],
.article-page--new #comment-signin-cta[hidden] {
  display: none !important;
}

.article-page--new #comment-input {
  width: 100%;
  min-height: 96px;
  padding: 0.85rem 1rem;
  background: rgba(18, 18, 22, 0.85);
  color: #f4f4f5;
  border: 1px solid rgba(0, 212, 255, 0.22);
  border-radius: 12px;
  font: inherit;
  resize: vertical;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.article-page--new #comment-input:focus {
  outline: none;
  border-color: rgba(0, 212, 255, 0.55);
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.12);
}

.article-page--new .comment-form-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.article-page--new #comment-post {
  padding: 0.6rem 1.3rem;
  background: linear-gradient(135deg, #00d4ff, #0096c7);
  color: #0a0a0c;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.article-page--new #comment-post:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(0, 212, 255, 0.32);
}

.article-page--new #comment-post:disabled {
  opacity: 0.6;
  cursor: progress;
  transform: none;
}

.article-page--new .comment-msg {
  margin: 0;
  font-size: 0.85rem;
  color: #a1a1aa;
  min-height: 1.2em;
}

.article-page--new .comment-msg.is-error {
  color: #fb7185;
}

.article-page--new .comment-msg.is-ok {
  color: #4ade80;
}

.article-page--new .comment-signin-cta {
  margin: 0 0 1.25rem;
  padding: 0.95rem 1.1rem;
  border: 1px dashed rgba(0, 212, 255, 0.3);
  border-radius: 12px;
  background: rgba(0, 212, 255, 0.04);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.article-page--new .comment-signin-cta p {
  margin: 0;
  color: #d4d4d8;
}

.article-page--new .comment-signin-link {
  color: #00d4ff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(0, 212, 255, 0.4);
  border-radius: 999px;
  transition: background 0.18s ease;
}

.article-page--new .comment-signin-link:hover {
  background: rgba(0, 212, 255, 0.12);
}

/* ─── Comment list ──────────────────────────────────────────────────── */

.article-page--new #comments-container {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.article-page--new .comment-empty {
  margin: 0;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #a1a1aa;
  font-style: italic;
}

.article-page--new .comment-item {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  background: rgba(18, 18, 22, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
}

.article-page--new .comment-author-avatar {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  overflow: hidden;
  background: #2d2d32;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  display: block;
  flex-shrink: 0;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.article-page--new .comment-author-avatar:hover {
  transform: scale(1.05);
  border-color: rgba(0, 212, 255, 0.55);
}

.article-page--new .comment-avatar-svg,
.article-page--new .comment-avatar-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.article-page--new .comment-body-wrap {
  position: relative;
  min-width: 0;
}

.article-page--new .comment-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.75rem;
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}

.article-page--new .comment-author-name {
  color: #f4f4f5;
  text-decoration: none;
  font-weight: 600;
}

.article-page--new .comment-author-name:hover {
  color: #00d4ff;
}

.article-page--new .comment-author-id {
  font-family: 'Orbitron', 'Poppins', system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #00d4ff;
  padding: 0.05rem 0.5rem;
  border: 1px solid rgba(0, 212, 255, 0.28);
  border-radius: 999px;
  background: rgba(0, 212, 255, 0.07);
}

.article-page--new .comment-time {
  color: #a1a1aa;
  font-size: 0.78rem;
}

.article-page--new .comment-body {
  color: #e5e5e5;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
}

.article-page--new .comment-delete {
  margin-top: 0.55rem;
  padding: 0.32rem 0.85rem;
  background: transparent;
  color: #fb7185;
  border: 1px solid rgba(251, 113, 133, 0.45);
  border-radius: 8px;
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.article-page--new .comment-delete:hover {
  background: rgba(251, 113, 133, 0.12);
  color: #fff;
}

.article-page--new .comment-actions {
  display: inline-flex;
  gap: 0.5rem;
  margin-top: 0.55rem;
  flex-wrap: wrap;
}

.article-page--new .comment-actions .comment-delete,
.article-page--new .comment-actions .comment-edit-btn {
  margin-top: 0;
}

.article-page--new .comment-edit-btn {
  padding: 0.32rem 0.85rem;
  background: transparent;
  color: rgba(0, 212, 255, 0.85);
  border: 1px solid rgba(0, 212, 255, 0.45);
  border-radius: 8px;
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.article-page--new .comment-edit-btn:hover {
  background: rgba(0, 212, 255, 0.12);
  color: #fff;
}

.article-page--new .comment-edited {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.45);
  font-style: italic;
  margin-left: 0.25rem;
}

.article-page--new .comment-edit-input {
  width: 100%;
  min-height: 80px;
  resize: vertical;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 212, 255, 0.4);
  background: rgba(0, 0, 0, 0.4);
  color: #f4f4f5;
  font: inherit;
  font-size: 0.95rem;
  margin-top: 0.4rem;
}

.article-page--new .comment-edit-input:focus {
  outline: none;
  border-color: var(--gc-cyan);
  box-shadow: 0 0 0 2px rgba(0, 212, 255, 0.18);
}

.article-page--new .comment-edit-actions {
  display: inline-flex;
  gap: 0.5rem;
  margin-top: 0.45rem;
}

.article-page--new .comment-edit-save,
.article-page--new .comment-edit-cancel {
  padding: 0.32rem 0.95rem;
  border-radius: 8px;
  font: inherit;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.article-page--new .comment-edit-save {
  background: linear-gradient(135deg, var(--gc-cyan), #67e8f9);
  color: #04111d;
  border: 0;
  font-weight: 600;
}

.article-page--new .comment-edit-save:hover:not([disabled]) {
  transform: translateY(-1px);
}

.article-page--new .comment-edit-save[disabled],
.article-page--new .comment-edit-cancel[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.article-page--new .comment-edit-cancel {
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.article-page--new .comment-edit-cancel:hover:not([disabled]) {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.article-page--new .comment-edit-msg {
  margin: 0.35rem 0 0;
  min-height: 1.1em;
}

@media (max-width: 600px) {
  .article-page--new .article-stat {
    padding: 0.45rem 0.8rem;
    font-size: 0.85rem;
  }
  .article-page--new .article-stat-label {
    display: none;
  }
  .article-page--new .comment-item {
    grid-template-columns: 2.2rem 1fr;
    gap: 0.65rem;
    padding: 0.7rem 0.8rem;
  }
  .article-page--new .comment-author-avatar {
    width: 2.2rem;
    height: 2.2rem;
  }
}
