.layout-02.refined-02 .hero {
  min-height: 430px;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.76), rgba(15, 23, 42, 0.28)), var(--hero-img) center / cover;
}

.layout-02.refined-02 .hero .wrap {
  min-height: 430px;
}

.layout-02.refined-02 .hero-copy {
  min-height: auto;
  max-width: 700px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.86), rgba(69, 10, 10, 0.7));
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.layout-02.refined-02 .hero-card {
  align-self: center;
  padding: 10px;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.22);
}

.layout-02.refined-02 .hero-card img {
  border-radius: 8px;
}

.layout-02.refined-02 .hero h1 {
  font-size: 40px;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.32);
}

.layout-02.refined-02 .hero p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
}

.layout-02.refined-02 .hero .hero-tags span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}

.layout-02.refined-02 .metric {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}

.layout-02.refined-02 .metric-grid {
  max-width: 520px;
}

.server-refined {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
}

.server-refined-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  counter-reset: server-row;
}

.server-refined-table th {
  height: 38px;
  padding: 0 16px;
  color: #7f1d1d;
  background: #fff1f2;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.server-refined-table th:first-child {
  border-radius: 8px 0 0 8px;
  text-align: left;
}

.server-refined-table th:last-child {
  border-radius: 0 8px 8px 0;
  text-align: center;
}

.server-refined-table td {
  padding: 14px 16px;
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
  background: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.server-refined-table td:first-child {
  border-left: 1px solid #eef2f7;
  border-radius: 8px 0 0 8px;
  text-align: left;
}

.server-refined-table td:last-child {
  border-right: 1px solid #eef2f7;
  border-radius: 0 8px 8px 0;
  text-align: center;
}

.server-refined-table tbody tr {
  counter-increment: server-row;
}

.server-refined-table tr:hover td {
  border-color: #f4b4bd;
  background: #fffafa;
  box-shadow: 0 10px 24px rgba(127, 29, 29, 0.08);
}

.server-name {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 10px;
  row-gap: 4px;
  justify-content: start;
  justify-items: start;
  align-items: center;
  min-height: 52px;
  width: 100%;
  padding-left: 0;
  text-align: left;
}

.server-name::before {
  position: static;
  grid-column: 1;
  grid-row: 1 / span 3;
  align-self: center;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #fecdd3;
  border-radius: 8px;
  color: #be123c;
  background: #fff7f7;
  font-size: 13px;
  font-weight: 900;
  content: counter(server-row, decimal-leading-zero);
}

.server-name strong {
  grid-column: 2;
  grid-row: 2;
  color: #0f172a;
  font-size: 15px;
}

.server-name span {
  color: #64748b;
  font-size: 12px;
  max-width: none;
}

.server-name > span:not(.server-badge) {
  grid-column: 2;
  grid-row: 3;
}

.server-badge {
  grid-column: 2;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: max-content;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  color: #991b1b;
  background: #fef2f2;
  font-size: 12px;
  font-weight: 900;
  justify-self: start;
}

.server-badge::before {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.server-time {
  display: grid;
  gap: 4px;
  color: #0f172a;
  font-weight: 900;
  text-align: center;
}

.server-time span {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 800;
}

.benefit-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.benefit-tags span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  color: #7f1d1d;
  background: #fff1f2;
  font-size: 12px;
  font-weight: 800;
}

.benefit-tags span:nth-child(2) {
  color: #92400e;
  background: #fffbeb;
}

.benefit-tags span:nth-child(3) {
  color: #0f766e;
  background: #f0fdfa;
}

.server-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 32px;
  padding: 0 12px;
  border-radius: 6px;
  color: #ffffff;
  background: #991b1b;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.server-view::after {
  content: ">";
  font-size: 12px;
}

.intro-solo .intro-card {
  border: 0;
  padding: 0;
}

.intro-solo .intro-card img {
  aspect-ratio: 16 / 6;
}

.intro-news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  align-items: start;
}

.intro-news-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  align-items: start;
  margin-top: 16px;
}

.detail-side-stack {
  display: grid;
  gap: 16px;
  align-self: stretch;
  align-content: start;
}

.intro-left-stack {
  display: grid;
  gap: 16px;
}

.intro-news-row .intro-section,
.intro-news-row .latest-news-section,
.intro-news-row .screenshots-section,
.intro-news-row .hot-graphics-section,
.intro-news-row .comments-section {
  margin-top: 0;
}

.intro-part .intro-card {
  border: 0;
  padding: 0;
}

.intro-part .intro-card img {
  aspect-ratio: 16 / 6;
}

.intro-news-layout .intro-card {
  border: 0;
  padding: 0;
}

.intro-news-layout .intro-card img {
  aspect-ratio: 16 / 6;
}

.intro-part .cms-intro {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
}

.intro-content-head {
  display: grid;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eef2f7;
}

.intro-label {
  display: inline-flex;
  align-items: center;
  width: max-content;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  color: #991b1b;
  background: #fef2f2;
  font-size: 12px;
  font-weight: 900;
}

.cms-intro .intro-content-head h3 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.35;
}

.intro-lead {
  max-width: 820px;
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

.intro-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 18px;
  align-items: start;
}

.cms-content h4 {
  margin: 18px 0 8px;
  color: #0f172a;
  font-size: 16px;
}

.cms-content h4:first-child {
  margin-top: 0;
}

.cms-content p {
  margin: 0 0 12px;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

.cms-content ul {
  display: grid;
  gap: 8px;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}

.cms-content li {
  position: relative;
  padding: 10px 12px 10px 28px;
  border-radius: 8px;
  color: #475569;
  background: #f8fafc;
  font-size: 13px;
  line-height: 1.75;
}

.cms-content li::before {
  position: absolute;
  top: 18px;
  left: 12px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #991b1b;
  content: "";
}

.cms-content li strong {
  color: #0f172a;
}

.cms-content blockquote {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-left: 4px solid #991b1b;
  border-radius: 0 8px 8px 0;
  color: #7f1d1d;
  background: #fff7f7;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.75;
}

.intro-content-aside {
  display: grid;
  gap: 10px;
}

.intro-fact {
  display: grid;
  gap: 5px;
  min-height: 72px;
  padding: 12px;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #ffffff;
}

.intro-fact b {
  color: #0f172a;
  font-size: 13px;
}

.intro-fact span {
  color: #64748b;
  font-size: 12px;
  line-height: 1.65;
}

.intro-feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.intro-feature-list li {
  display: grid;
  gap: 4px;
  min-height: 76px;
  padding: 12px;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #ffffff;
}

.intro-feature-list b {
  color: #991b1b;
  font-size: 13px;
}

.intro-feature-list span {
  color: #64748b;
  font-size: 12px;
  line-height: 1.6;
}

.screenshots-section {
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.045);
}

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

.screenshot-grid figure {
  position: relative;
  min-width: 0;
  margin: 0;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #f8fafc;
  overflow: hidden;
}

.screenshot-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  transition: transform 0.18s ease;
}

.screenshot-grid figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 6px;
  color: #ffffff;
  background: rgba(33, 19, 19, 0.78);
  font-size: 12px;
  font-weight: 900;
}

.screenshot-grid figure:hover {
  border-color: #f4b4bd;
}

.screenshot-grid figure:hover img {
  transform: scale(1.035);
}

.hot-graphics-section {
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.045);
}

.hot-graphics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hot-graphic-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.hot-graphic-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.hot-graphic-card div {
  display: grid;
  gap: 7px;
  padding: 10px;
}

.hot-graphic-card em {
  display: inline-flex;
  align-items: center;
  width: max-content;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  color: #991b1b;
  background: #fef2f2;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.hot-graphic-card strong {
  display: -webkit-box;
  min-height: 42px;
  overflow: hidden;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hot-graphic-card span {
  color: #94a3b8;
  font-size: 12px;
}

.hot-graphic-card:hover {
  border-color: #f4b4bd;
  box-shadow: 0 12px 24px rgba(127, 29, 29, 0.08);
  transform: translateY(-2px);
}

.latest-news-panel {
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f8fafc;
}

.latest-news-section {
  padding: 18px;
  margin-top: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.045);
}

.side-comment-form {
  position: sticky;
  top: 16px;
  z-index: 2;
  border-color: #f1c6c6;
  box-shadow: 0 12px 26px rgba(127, 29, 29, 0.08);
}

.side-comment-form textarea {
  min-height: 150px;
}

.latest-news-part .section-title h2 {
  font-size: 16px;
  font-weight: 800;
}

.latest-news-part .section-title span {
  color: #94a3b8;
}

.latest-news-panel .section-title {
  margin-bottom: 10px;
}

.latest-news-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.intro-news-layout .latest-news-table {
  grid-template-columns: 1fr;
}

.latest-news-part .latest-news-table {
  grid-template-columns: 1fr;
  gap: 0;
}

.latest-news-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 6px 8px;
  align-items: center;
  min-height: 56px;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
}

.intro-news-layout .latest-news-row {
  grid-template-columns: auto minmax(0, 1fr);
}

.latest-news-part .latest-news-row {
  grid-template-columns: 30px minmax(0, 1fr) 54px;
  column-gap: 8px;
  min-height: 36px;
  padding: 0 8px;
  border: 0;
  border-bottom: 1px solid #eef2f7;
  border-radius: 0;
  background: transparent;
}

.latest-news-row:hover {
  border-color: #f4b4bd;
  background: #fffafa;
}

.latest-news-part .latest-news-row:hover {
  border-color: #eef2f7;
  border-radius: 6px;
  background: #fff7f7;
}

.latest-news-row em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  color: #991b1b;
  background: #fef2f2;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.latest-news-part .latest-news-row em {
  justify-self: center;
  width: 24px;
  height: 22px;
  padding: 0;
  border-radius: 6px;
  color: #7f1d1d;
  background: #fff1f2;
  font-size: 12px;
}

.latest-news-part .latest-news-row:nth-child(-n + 3) em {
  color: #ffffff;
  background: #b91c1c;
}

.latest-news-row strong {
  min-width: 0;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.55;
}

.latest-news-part .latest-news-row strong {
  display: block;
  overflow: hidden;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  line-height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.latest-news-part .latest-news-row:hover strong {
  color: #7f1d1d;
}

.latest-news-row span {
  color: #94a3b8;
  font-size: 12px;
  white-space: nowrap;
}

.intro-news-layout .latest-news-row span {
  grid-column: 2;
}

.latest-news-part .latest-news-row span {
  grid-column: auto;
  display: block;
  line-height: 36px;
  text-align: right;
}

.opening-section {
  padding: 18px;
  margin-top: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.045);
}

.opening-refined {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.opening-refined .opening-row {
  display: grid;
  grid-template-columns: 1fr;
  align-content: space-between;
  min-height: 112px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
}

.opening-refined .opening-row em {
  justify-self: start;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #fef2f2;
  line-height: 24px;
}

.news-refined {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 16px;
}

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

.news-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f8fafc;
}

.news-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 6px;
}

.news-card h3 {
  margin: 0 0 6px;
  color: #0f172a;
  font-size: 17px;
  line-height: 1.45;
}

.news-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.7;
}

.news-card em,
.guide-row em {
  display: inline-flex;
  align-items: center;
  width: max-content;
  height: 22px;
  margin-bottom: 8px;
  padding: 0 8px;
  border-radius: 999px;
  color: #991b1b;
  background: #fef2f2;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.guide-list {
  display: grid;
  gap: 10px;
}

.guide-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
}

.guide-row img {
  width: 96px;
  height: 72px;
  border-radius: 6px;
}

.guide-row strong {
  display: block;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.5;
}

.guide-row span {
  display: block;
  margin-top: 4px;
  color: #94a3b8;
  font-size: 12px;
}

.comments-refined {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.comments-refined .comment-list {
  gap: 12px;
}

.comments-refined .comment {
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 14px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.04);
}

.comments-refined .avatar {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(145deg, #be123c, #7f1d1d);
}

.comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.comment-meta time {
  white-space: nowrap;
}

.comment-actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.comment-actions span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  color: #64748b;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 1120px) {
  .opening-refined,
  .intro-news-layout,
  .intro-news-row,
  .detail-side-stack,
  .intro-left-stack,
  .news-refined,
  .comments-refined {
    grid-template-columns: 1fr;
  }

  .opening-refined {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .side-comment-form {
    position: static;
  }

  .intro-content-grid,
  .intro-feature-list {
    grid-template-columns: 1fr;
  }

  .hot-graphics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .layout-02.refined-02 .hero,
  .layout-02.refined-02 .hero .wrap {
    min-height: 380px;
  }

  .layout-02.refined-02 .hero h1 {
    font-size: 32px;
  }

  .server-refined-table {
    display: block;
    overflow-x: auto;
  }

  .opening-refined,
  .news-card,
  .guide-row,
  .latest-news-table {
    grid-template-columns: 1fr;
  }

  .screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hot-graphics-grid {
    grid-template-columns: 1fr;
  }

  .latest-news-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .latest-news-row span {
    grid-column: 2;
  }

  .latest-news-part .latest-news-row {
    grid-template-columns: 30px minmax(0, 1fr) 54px;
  }

  .latest-news-part .latest-news-row span {
    grid-column: auto;
  }

  .guide-row img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}
