:root {
  --ice-50: #f0f9ff;
  --ice-100: #e0f2fe;
  --ice-500: #0ea5e9;
  --ice-600: #0284c7;
  --ice-700: #0369a1;
  --ice-900: #0c4a6e;
  --glacier-500: #06b6d4;
  --glacier-600: #0891b2;
  --snow-50: #ffffff;
  --snow-100: #fafafa;
  --snow-200: #f4f4f5;
  --snow-300: #e4e4e7;
  --snow-500: #71717a;
  --snow-600: #52525b;
  --snow-700: #3f3f46;
  --snow-800: #27272a;
  --snow-900: #18181b;
  --shadow-soft: 0 18px 45px rgba(12, 74, 110, 0.12);
  --shadow-card: 0 12px 32px rgba(24, 24, 27, 0.10);
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--snow-900);
  background: linear-gradient(180deg, var(--ice-50), #ffffff 42%, var(--snow-100));
  min-height: 100vh;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
}

.site-nav {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--snow-200);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(14px);
}

.nav-inner,
.page-shell,
.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

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

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

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ice-600), var(--glacier-600));
  box-shadow: 0 12px 22px rgba(2, 132, 199, 0.24);
  font-size: 14px;
}

.brand-text {
  font-size: 22px;
  color: var(--snow-900);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--snow-700);
  font-weight: 650;
  font-size: 15px;
}

.nav-links a {
  position: relative;
  padding: 24px 0;
  transition: color 0.2s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  height: 2px;
  border-radius: 99px;
  background: var(--ice-600);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.nav-links a:hover {
  color: var(--ice-700);
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--snow-300);
  border-radius: 14px;
  color: var(--snow-700);
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.icon-button:hover {
  color: var(--ice-700);
  border-color: var(--ice-500);
  transform: translateY(-1px);
}

.js-menu-toggle {
  display: none;
}

.nav-search,
.mobile-menu {
  display: none;
  border-top: 1px solid var(--snow-200);
}

.nav-search.is-open,
.mobile-menu.is-open {
  display: block;
}

.nav-search form {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  gap: 10px;
}

.nav-search input,
.local-search input {
  width: 100%;
  border: 1px solid var(--snow-300);
  border-radius: 14px;
  padding: 13px 16px;
  outline: none;
  color: var(--snow-900);
  background: #ffffff;
}

.nav-search input:focus,
.local-search input:focus {
  border-color: var(--ice-500);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}

.nav-search button,
.primary-btn {
  border: 0;
  border-radius: 14px;
  padding: 13px 22px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ice-600), var(--glacier-600));
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(2, 132, 199, 0.22);
}

.mobile-menu {
  padding: 12px 24px 18px;
  background: #ffffff;
}

.mobile-menu a {
  display: block;
  padding: 12px 0;
  color: var(--snow-700);
  border-bottom: 1px solid var(--snow-200);
  font-weight: 650;
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--ice-900);
}

.hero-track {
  position: relative;
  min-height: 620px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}

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

.hero-backdrop {
  position: absolute;
  inset: 0;
}

.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
  filter: saturate(1.05) contrast(1.04);
}

.hero-backdrop span {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 74, 110, 0.94), rgba(12, 74, 110, 0.64) 44%, rgba(8, 145, 178, 0.42)), linear-gradient(0deg, rgba(0, 0, 0, 0.45), transparent 55%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 360px;
  align-items: center;
  gap: 56px;
  color: #ffffff;
}

.hero-label,
.section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: #e0f2fe;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  font-size: 14px;
  font-weight: 800;
}

.hero h1 {
  margin: 22px 0 18px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.hero p,
.sub-hero p {
  max-width: 720px;
  font-size: 19px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
}

.hero-tags,
.detail-meta,
.meta-row,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.hero-tags span,
.detail-meta span,
.meta-row span {
  padding: 7px 11px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  color: inherit;
  font-size: 13px;
  font-weight: 700;
}

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

.ghost-btn {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 14px;
  padding: 12px 20px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.ghost-btn.dark {
  color: var(--ice-700);
  border-color: var(--ice-100);
  background: var(--ice-50);
}

.hero-poster {
  position: relative;
  display: block;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  transform: rotate(2deg);
}

.hero-poster img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.hero-poster span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ice-700);
  background: rgba(255, 255, 255, 0.92);
  font-size: 30px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 2;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.hero-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-dot.is-active {
  width: 32px;
  background: #ffffff;
}

.section {
  padding: 64px 0;
}

.section-soft {
  background: linear-gradient(135deg, var(--ice-50), #ecfeff);
}

.section-white {
  background: #ffffff;
}

.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-title .section-kicker {
  color: var(--ice-700);
  background: var(--ice-100);
  border-color: var(--ice-100);
}

.section-title h2,
.listing-head h2 {
  margin: 12px 0 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.section-title p,
.listing-head p {
  margin: 10px 0 0;
  color: var(--snow-600);
  line-height: 1.7;
}

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

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

.movie-card,
.list-card,
.category-panel,
.tag-panel,
.year-card,
.detail-main,
.detail-side {
  border: 1px solid var(--snow-200);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.movie-card {
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-5px);
  border-color: var(--ice-100);
  box-shadow: 0 24px 48px rgba(12, 74, 110, 0.16);
}

.movie-card a {
  display: block;
  height: 100%;
}

.movie-cover {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--snow-200);
}

.movie-cover img,
.list-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.movie-card:hover .movie-cover img,
.list-card:hover .list-cover img {
  transform: scale(1.08);
}

.cover-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.72));
}

.play-bubble {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ice-700);
  background: rgba(255, 255, 255, 0.92);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

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

.cover-meta {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 8px;
  z-index: 1;
}

.cover-meta span {
  padding: 6px 9px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 800;
}

.movie-body {
  padding: 16px;
}

.movie-body h3,
.list-body h3 {
  margin: 0 0 8px;
  color: var(--snow-900);
  font-size: 18px;
  line-height: 1.32;
  transition: color 0.2s ease;
}

.movie-card:hover h3,
.list-card:hover h3 {
  color: var(--ice-700);
}

.movie-body p,
.list-body p {
  margin: 0 0 12px;
  color: var(--snow-600);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.meta-row {
  color: var(--snow-600);
}

.meta-row span {
  background: var(--snow-100);
}

.movie-card-large {
  position: relative;
  min-height: 420px;
}

.movie-card-large .large-cover {
  aspect-ratio: 16 / 7;
}

.movie-card-large .overlay-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px;
  color: #ffffff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent);
}

.movie-card-large .overlay-body h3 {
  color: #ffffff;
  font-size: clamp(28px, 4vw, 46px);
}

.movie-card-large .overlay-body p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

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

.category-panel,
.tag-panel,
.year-card {
  padding: 22px;
}

.category-panel-head,
.tag-panel-title,
.listing-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.category-panel h3,
.tag-panel h3 {
  margin: 0;
  font-size: 22px;
}

.category-panel p {
  margin: 8px 0 0;
  color: var(--snow-600);
  line-height: 1.6;
}

.category-panel a,
.tag-panel-title a {
  color: var(--ice-700);
  font-weight: 800;
  white-space: nowrap;
}

.ranking-preview,
.ranking-full,
.latest-list,
.side-list,
.year-list {
  display: grid;
  gap: 12px;
}

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

.list-card {
  overflow: hidden;
  box-shadow: none;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.list-card:hover {
  background: var(--ice-50);
  border-color: var(--ice-100);
  transform: translateY(-2px);
}

.list-card a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
}

.rank-number {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ice-600), var(--glacier-600));
  font-weight: 900;
}

.list-cover {
  position: relative;
  width: 132px;
  height: 82px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 14px;
  background: var(--snow-200);
}

.list-cover span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.16);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.list-card:hover .list-cover span {
  opacity: 1;
}

.list-body {
  min-width: 0;
}

.list-body h3 {
  font-size: 17px;
}

.list-body p {
  font-size: 14px;
  -webkit-line-clamp: 1;
}

.center-actions {
  justify-content: center;
}

.year-scroll {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-snap-type: x mandatory;
}

.year-card {
  width: 360px;
  flex: 0 0 auto;
  scroll-snap-align: start;
  padding: 0;
  overflow: hidden;
}

.year-head {
  padding: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ice-600), var(--glacier-600));
}

.year-head strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.year-head span {
  display: block;
  margin-top: 8px;
  color: #e0f2fe;
}

.year-list {
  padding: 14px;
}

.sub-hero {
  padding: 82px 0 72px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.96), rgba(8, 145, 178, 0.94)), radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 40%);
}

.rank-hero {
  background: linear-gradient(135deg, #0c4a6e, #0284c7);
}

.library-hero {
  background: linear-gradient(135deg, #0369a1, #0891b2);
}

.sub-hero h1 {
  margin: 18px 0 14px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.listing-head {
  align-items: end;
}

.local-search {
  width: min(360px, 100%);
}

.no-results {
  grid-column: 1 / -1;
  padding: 38px;
  border-radius: 22px;
  color: var(--snow-600);
  text-align: center;
  background: #ffffff;
  border: 1px solid var(--snow-200);
}

.watch-section {
  padding: 34px 0 54px;
  color: #ffffff;
  background: radial-gradient(circle at top left, rgba(14, 165, 233, 0.45), transparent 34%), linear-gradient(135deg, #082f49, #0f172a 62%);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

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

.watch-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  gap: 28px;
  align-items: stretch;
}

.player-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 26px;
  background: #000000;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.player-card video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: contain;
  background: #000000;
}

.play-cover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.68));
  cursor: pointer;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.play-cover.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.play-cover-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ice-700);
  background: rgba(255, 255, 255, 0.94);
  font-size: 36px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.watch-info {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.watch-info h1 {
  margin: 18px 0 14px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.watch-info p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
}

.watch-info .detail-meta span {
  background: rgba(255, 255, 255, 0.12);
}

.tag {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--ice-700);
  background: var(--ice-50);
  border: 1px solid var(--ice-100);
  font-size: 13px;
  font-weight: 750;
}

.watch-info .tag {
  color: #e0f2fe;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 26px;
  align-items: start;
}

.detail-main,
.detail-side {
  padding: 28px;
}

.detail-main h2,
.detail-side h2 {
  margin: 0 0 16px;
  font-size: 26px;
}

.detail-main p {
  margin: 0 0 28px;
  color: var(--snow-700);
  line-height: 2;
  font-size: 17px;
}

.pager-links {
  display: grid;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--snow-200);
}

.pager-links a {
  color: var(--ice-700);
  font-weight: 750;
}

.site-footer {
  margin-top: 72px;
  color: var(--snow-300);
  background: var(--snow-900);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1fr;
  gap: 48px;
  padding: 52px 0;
}

.footer-main p {
  max-width: 520px;
  color: var(--snow-300);
  line-height: 1.75;
}

.footer-brand {
  color: #ffffff;
  font-size: 22px;
}

.site-footer h3 {
  margin: 0 0 16px;
  color: #ffffff;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.site-footer a {
  color: var(--snow-300);
}

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

.footer-bottom {
  padding: 18px 0;
  border-top: 1px solid var(--snow-800);
  color: var(--snow-500);
  text-align: center;
  font-size: 14px;
}

.back-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: var(--ice-600);
  box-shadow: 0 12px 28px rgba(2, 132, 199, 0.35);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.2s ease;
}

.back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

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

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

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

  .hero-content,
  .watch-layout,
  .detail-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-poster {
    display: none;
  }

  .detail-side {
    order: 2;
  }
}

@media (max-width: 820px) {
  .hero,
  .hero-track,
  .hero-content {
    min-height: 560px;
  }

  .hero-content {
    gap: 0;
  }

  .wide-grid,
  .category-grid,
  .tag-grid,
  .ranking-full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .listing-head,
  .category-panel-head,
  .section-title {
    align-items: stretch;
    flex-direction: column;
  }

  .local-search {
    width: 100%;
  }

  .movie-card-large .large-cover {
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 560px) {
  .nav-inner,
  .page-shell,
  .footer-inner {
    width: min(100% - 22px, 1180px);
  }

  .brand-text {
    font-size: 18px;
  }

  .hero,
  .hero-track,
  .hero-content {
    min-height: 620px;
  }

  .hero h1,
  .sub-hero h1 {
    font-size: 40px;
  }

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

  .wide-grid,
  .category-grid,
  .tag-grid,
  .ranking-full {
    grid-template-columns: 1fr;
  }

  .movie-card-large .overlay-body {
    padding: 22px;
  }

  .list-card a {
    align-items: flex-start;
  }

  .list-cover {
    width: 104px;
    height: 70px;
  }

  .rank-number {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .player-card,
  .player-card video {
    min-height: 260px;
  }

  .watch-info,
  .detail-main,
  .detail-side,
  .category-panel,
  .tag-panel {
    padding: 18px;
  }
}
