:root {
  color-scheme: dark;
  --bg: #0f172a;
  --bg-deep: #020617;
  --panel: rgba(30, 41, 59, 0.62);
  --panel-strong: rgba(15, 23, 42, 0.92);
  --line: rgba(148, 163, 184, 0.18);
  --text: #f8fafc;
  --muted: #cbd5e1;
  --soft: #94a3b8;
  --orange: #f97316;
  --orange-deep: #ea580c;
  --red: #dc2626;
  --blue: #3b82f6;
  --green: #22c55e;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 0%, rgba(249, 115, 22, 0.16), transparent 32rem),
    radial-gradient(circle at 80% 12%, rgba(59, 130, 246, 0.14), transparent 32rem),
    linear-gradient(180deg, #0f172a 0%, #111827 44%, #0f172a 100%);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
select {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(2, 6, 23, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-inner {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--red));
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(234, 88, 12, 0.35);
  transition: transform 0.28s ease;
}

.brand:hover .brand-icon {
  transform: scale(1.08) rotate(-3deg);
}

.brand-name {
  font-size: 21px;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #fb923c, #ef4444);
  -webkit-background-clip: text;
  color: transparent;
}

.desktop-nav {
  display: flex;
  gap: 6px;
}

.nav-link,
.mobile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #cbd5e1;
  transition: 0.24s ease;
}

.nav-link {
  padding: 10px 16px;
}

.nav-link:hover,
.mobile-link:hover,
.nav-link.is-active,
.mobile-link.is-active {
  color: white;
  background: rgba(249, 115, 22, 0.92);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: rgba(30, 41, 59, 0.7);
  border-radius: 12px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: white;
  border-radius: 999px;
}

.mobile-nav {
  display: none;
  padding: 10px 16px 16px;
  border-top: 1px solid var(--line);
}

.mobile-nav.is-open {
  display: grid;
  gap: 8px;
}

.mobile-link {
  padding: 13px 14px;
  justify-content: flex-start;
}

.hero-carousel {
  position: relative;
  height: 70vh;
  min-height: 520px;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-color: #1e293b;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transform: scale(1.03);
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.hero-slide::before,
.feature-card::before,
.category-tile::before,
.category-overview-card::before,
.movie-card-poster::before,
.rank-row-poster::before,
.detail-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(249, 115, 22, 0.26), transparent 28%),
    linear-gradient(135deg, #334155, #0f172a 60%);
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, #0f172a 0%, rgba(15, 23, 42, 0.88) 34%, rgba(15, 23, 42, 0.2) 100%),
    linear-gradient(90deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.2) 68%);
}

.hero-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 84px;
}

.hero-copy {
  max-width: 720px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  color: white;
  background: rgba(30, 41, 59, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  font-weight: 700;
}

.pill-primary {
  background: var(--orange);
  border-color: transparent;
}

.hero-copy h1 {
  margin: 18px 0 16px;
  font-size: clamp(38px, 7vw, 72px);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.hero-copy p {
  max-width: 650px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.hero-tags,
.movie-meta-line,
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags span,
.movie-meta-line span {
  padding: 7px 10px;
  color: #e2e8f0;
  background: rgba(30, 41, 59, 0.82);
  border-radius: 10px;
  font-size: 13px;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.24s ease;
}

.btn-primary {
  color: white;
  background: var(--orange);
  box-shadow: 0 16px 34px rgba(249, 115, 22, 0.25);
}

.btn-primary:hover {
  background: var(--orange-deep);
  transform: translateY(-2px);
}

.btn-ghost {
  color: white;
  background: rgba(30, 41, 59, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.btn-ghost:hover {
  background: rgba(51, 65, 85, 0.95);
  transform: translateY(-2px);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: rgba(0, 0, 0, 0.45);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: 0.24s ease;
}

.hero-arrow:hover {
  background: rgba(0, 0, 0, 0.72);
}

.hero-prev {
  left: 18px;
}

.hero-next {
  right: 18px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 34px;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.hero-dot {
  width: 18px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: 0.24s ease;
}

.hero-dot.is-active {
  width: 38px;
  background: var(--orange);
}

.page-main {
  min-height: 70vh;
}

.content-section {
  padding: 68px 0;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
}

.section-heading h2 {
  margin: 8px 0 0;
  font-size: clamp(26px, 4vw, 38px);
  letter-spacing: -0.04em;
}

.section-heading p {
  margin: 8px 0 0;
  color: var(--soft);
  line-height: 1.7;
}

.section-kicker {
  color: var(--orange);
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 13px;
}

.section-more {
  color: #fed7aa;
  font-weight: 800;
}

.poster-grid,
.feature-grid,
.category-grid,
.wide-grid {
  display: grid;
  gap: 22px;
}

.poster-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.poster-grid-six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

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

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

.movie-card {
  position: relative;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18);
  transition: 0.26s ease;
}

.movie-card:hover {
  border-color: rgba(249, 115, 22, 0.78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  transform: translateY(-5px);
}

.movie-card-poster {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #1e293b;
}

.poster-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.movie-card:hover .poster-img,
.feature-card:hover,
.category-tile:hover,
.category-overview-card:hover .category-shade {
  transform: scale(1.04);
}

.movie-card-mask {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 55%);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.movie-card:hover .movie-card-mask {
  opacity: 1;
}

.movie-card-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  padding: 10px 14px;
  color: white;
  background: rgba(249, 115, 22, 0.92);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.88);
  transition: 0.24s ease;
}

.movie-card:hover .movie-card-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.movie-card-body {
  padding: 16px;
}

.movie-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.42;
}

.movie-card h3 a:hover {
  color: #fb923c;
}

.movie-card p {
  display: -webkit-box;
  min-height: 44px;
  margin: 0 0 12px;
  overflow: hidden;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.65;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.movie-meta-line {
  gap: 7px;
}

.movie-meta-line span {
  padding: 5px 8px;
  font-size: 12px;
}

.feature-card,
.category-tile,
.category-overview-card {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #1e293b;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: 0.3s ease;
}

.feature-card {
  min-height: 260px;
}

.feature-card a,
.category-tile {
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
}

.feature-shade,
.category-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.08));
}

.feature-card strong,
.feature-card small,
.feature-card .pill,
.category-tile strong,
.category-tile small,
.category-tile .category-count {
  position: relative;
  z-index: 2;
}

.feature-card strong,
.category-tile strong {
  margin-top: 12px;
  color: white;
  font-size: 24px;
  line-height: 1.25;
}

.feature-card small,
.category-tile small {
  margin-top: 8px;
  color: #cbd5e1;
  line-height: 1.6;
}

.category-tile {
  min-height: 210px;
}

.category-count {
  display: inline-flex;
  width: max-content;
  padding: 6px 10px;
  color: white;
  background: rgba(249, 115, 22, 0.92);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.year-list {
  display: grid;
  gap: 42px;
}

.year-row h3 {
  margin: 0 0 20px;
  font-size: 24px;
}

.year-row h3 span {
  color: #fb923c;
}

.rank-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: linear-gradient(135deg, #facc15, var(--orange));
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.page-hero {
  padding: 58px 0 22px;
}

.small-hero h1 {
  max-width: 920px;
  margin: 16px 0 12px;
  font-size: clamp(34px, 6vw, 56px);
  letter-spacing: -0.05em;
}

.small-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--soft);
  font-size: 14px;
}

.breadcrumb a:hover {
  color: #fb923c;
}

.category-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.category-overview-card {
  min-height: 300px;
}

.category-overview-body {
  position: relative;
  z-index: 2;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}

.category-overview-body h2 {
  margin: 18px 0 10px;
  font-size: 30px;
}

.category-overview-body p,
.category-overview-body small {
  color: var(--muted);
  line-height: 1.65;
}

.category-overview-body .btn {
  width: max-content;
  margin-top: 18px;
}

.filter-panel {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, minmax(150px, 1fr)) auto;
  align-items: end;
  gap: 14px;
  padding: 18px;
  margin-top: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.compact-filter {
  grid-template-columns: minmax(240px, 1fr) auto;
}

.filter-panel label {
  display: grid;
  gap: 8px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 700;
}

.filter-panel input,
.filter-panel select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  color: white;
  background: rgba(15, 23, 42, 0.74);
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
}

.filter-panel input:focus,
.filter-panel select:focus {
  border-color: rgba(249, 115, 22, 0.82);
}

.filter-count {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--muted);
  background: rgba(15, 23, 42, 0.62);
  border-radius: 12px;
  white-space: nowrap;
}

.filter-count strong {
  color: white;
  margin: 0 4px;
}

.rank-list {
  display: grid;
  gap: 14px;
  padding: 44px 0;
}

.rank-row {
  display: grid;
  grid-template-columns: 58px 86px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 14px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.rank-row-number {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: linear-gradient(135deg, #facc15, var(--orange));
  border-radius: 999px;
  font-weight: 900;
}

.rank-row-poster {
  position: relative;
  width: 72px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #1e293b;
  border-radius: 12px;
}

.rank-row-body h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.rank-row-body p {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.65;
}

.heat-score {
  padding: 8px 12px;
  color: #fed7aa;
  background: rgba(249, 115, 22, 0.12);
  border: 1px solid rgba(249, 115, 22, 0.3);
  border-radius: 12px;
}

.detail-shell {
  padding-top: 34px;
}

.player-card {
  position: relative;
  overflow: hidden;
  background: #000;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.video-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #000;
}

.player-overlay-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: rgba(0, 0, 0, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: 0.24s ease;
}

.player-overlay-button span {
  margin-left: 5px;
  font-size: 38px;
}

.player-overlay-button:hover {
  background: rgba(249, 115, 22, 0.92);
  transform: translate(-50%, -50%) scale(1.06);
}

.player-card.is-playing .player-overlay-button {
  opacity: 0;
  pointer-events: none;
}

.player-status {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 12px;
  color: #e2e8f0;
  background: rgba(0, 0, 0, 0.62);
  border-radius: 999px;
  font-size: 13px;
}

.detail-card {
  margin-top: 30px;
  padding: 30px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.detail-main {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 28px;
}

.detail-poster {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #1e293b;
  border-radius: 18px;
}

.detail-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.detail-one-line {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.detail-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.detail-meta-grid div {
  padding: 16px;
  text-align: center;
  background: rgba(51, 65, 85, 0.52);
  border-radius: 16px;
}

.detail-meta-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
}

.detail-meta-grid span {
  color: var(--soft);
  font-size: 13px;
}

.tag-list {
  margin: 0 0 24px;
}

.tag-list span {
  padding: 7px 11px;
  color: #fed7aa;
  background: rgba(249, 115, 22, 0.14);
  border: 1px solid rgba(249, 115, 22, 0.25);
  border-radius: 999px;
  font-size: 13px;
}

.detail-section {
  margin-top: 30px;
}

.detail-section h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.detail-section p,
.detail-section li {
  color: var(--muted);
  line-height: 1.85;
}

.detail-section p {
  margin: 0;
  padding: 20px;
  background: rgba(51, 65, 85, 0.42);
  border-radius: 16px;
}

.detail-extra ul {
  margin: 0;
  padding: 20px 20px 20px 40px;
  background: rgba(51, 65, 85, 0.42);
  border-radius: 16px;
}

.detail-extra a {
  color: #fed7aa;
}

.related-section {
  padding-bottom: 20px;
}

.info-layout {
  display: grid;
  gap: 18px;
  padding: 36px 0 80px;
}

.info-box {
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.info-box h2 {
  margin: 0 0 12px;
}

.info-box p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.site-footer {
  margin-top: 72px;
  background: rgba(2, 6, 23, 0.72);
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 28px;
  padding: 44px 0;
}

.footer-brand {
  margin-bottom: 14px;
  font-size: 18px;
}

.site-footer p {
  margin: 0;
  color: var(--soft);
  line-height: 1.75;
}

.site-footer h3 {
  margin: 0 0 14px;
  font-size: 16px;
}

.site-footer a {
  display: block;
  margin: 8px 0;
  color: var(--soft);
  font-size: 14px;
}

.site-footer a:hover {
  color: #fb923c;
}

[hidden],
.is-hidden {
  display: none !important;
}

@media (max-width: 1080px) {
  .poster-grid-six,
  .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .feature-grid,
  .poster-grid-four,
  .wide-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
  }

  .hero-carousel {
    min-height: 560px;
    height: 72vh;
  }

  .hero-content {
    padding-bottom: 90px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-arrow {
    display: none;
  }

  .section-heading {
    display: block;
  }

  .section-more {
    display: inline-flex;
    margin-top: 12px;
  }

  .poster-grid-six,
  .poster-grid-four,
  .feature-grid,
  .category-grid,
  .wide-grid,
  .category-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .feature-card,
  .category-tile {
    min-height: 220px;
  }

  .filter-panel,
  .compact-filter {
    grid-template-columns: 1fr;
  }

  .rank-row {
    grid-template-columns: 42px 62px minmax(0, 1fr);
  }

  .heat-score {
    grid-column: 2 / 4;
    width: max-content;
  }

  .rank-row-poster {
    width: 62px;
  }

  .rank-row-body p {
    display: none;
  }

  .detail-main {
    grid-template-columns: 1fr;
  }

  .detail-poster {
    max-width: 240px;
  }

  .detail-meta-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .poster-grid-six,
  .poster-grid-four,
  .feature-grid,
  .category-grid,
  .wide-grid,
  .category-overview-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .movie-card-body {
    padding: 12px;
  }

  .movie-card p {
    display: none;
  }

  .feature-card a,
  .category-tile,
  .category-overview-body,
  .detail-card {
    padding: 20px;
  }

  .player-overlay-button {
    width: 64px;
    height: 64px;
  }

  .player-overlay-button span {
    font-size: 28px;
  }
}
