:root {
  color-scheme: dark;
  --bg: #020617;
  --panel: rgba(15, 23, 42, 0.82);
  --panel-strong: rgba(15, 23, 42, 0.96);
  --line: rgba(148, 163, 184, 0.18);
  --text: #e5e7eb;
  --muted: #94a3b8;
  --soft: #cbd5e1;
  --cyan: #22d3ee;
  --blue: #38bdf8;
  --pink: #fb7185;
  --gold: #facc15;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 10%, rgba(34, 211, 238, 0.16), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(251, 113, 133, 0.12), transparent 30rem),
    linear-gradient(180deg, #020617 0%, #0f172a 46%, #020617 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(2, 6, 23, 0.88);
  backdrop-filter: blur(20px);
}

.nav-shell {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 70px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), #2563eb);
  color: #00111f;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 0 26px rgba(34, 211, 238, 0.45);
}

.brand-text {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link {
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--soft);
  font-size: 14px;
  transition: 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #03141b;
  background: var(--cyan);
}

.header-search,
.mobile-search,
.hero-search,
.filter-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-search {
  margin-left: auto;
}

.header-search input,
.mobile-search input,
.hero-search input,
.filter-bar input,
.filter-bar select {
  min-width: 0;
  color: var(--text);
  border: 1px solid rgba(148, 163, 184, 0.22);
  outline: none;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.92);
  transition: 0.2s ease;
}

.header-search input {
  width: 230px;
  padding: 10px 14px;
}

.header-search button,
.mobile-search button,
.hero-search button,
.filter-bar button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  color: #05141c;
  font-weight: 800;
  background: var(--cyan);
}

.header-search input:focus,
.mobile-search input:focus,
.hero-search input:focus,
.filter-bar input:focus,
.filter-bar select:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.14);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  padding: 8px 11px;
  color: var(--text);
  background: rgba(15, 23, 42, 0.8);
}

.mobile-panel {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(2, 6, 23, 0.96);
}

.mobile-panel-inner {
  display: grid;
  gap: 14px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
}

.mobile-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.mobile-category-link {
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 14px;
  padding: 12px;
  color: var(--soft);
  background: rgba(15, 23, 42, 0.7);
}

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  min-height: 780px;
  padding-top: 86px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.96) 0%, rgba(2, 6, 23, 0.76) 38%, rgba(2, 6, 23, 0.32) 100%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.2) 0%, #020617 96%),
    var(--hero-image) center / cover no-repeat;
  transform: scale(1.03);
  filter: saturate(1.12);
}

.hero-backdrop::after,
.detail-shade::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 66% 36%, rgba(34, 211, 238, 0.18), transparent 18rem);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
  align-items: center;
  gap: 46px;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  background: rgba(8, 47, 73, 0.38);
}

.hero h1,
.hero h2,
.page-hero h1,
.detail-copy h1 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.hero h1,
.hero h2 {
  max-width: 740px;
  font-size: clamp(44px, 7vw, 86px);
}

.hero p,
.page-hero p,
.detail-line {
  color: var(--soft);
  line-height: 1.85;
}

.hero p {
  max-width: 660px;
  margin: 22px 0 0;
  font-size: 18px;
}

.hero-tags,
.tag-row,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hero-tags {
  margin-top: 22px;
}

.hero-tags span,
.tag-row span,
.detail-meta span {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--soft);
  font-size: 12px;
  background: rgba(15, 23, 42, 0.7);
}

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

.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 46px;
  padding: 0 20px;
  font-weight: 900;
  transition: 0.2s ease;
}

.primary-button {
  color: #03131b;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 18px 40px rgba(34, 211, 238, 0.22);
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 52px rgba(34, 211, 238, 0.34);
}

.primary-button.small {
  min-height: 38px;
  padding: 0 15px;
  font-size: 14px;
}

.ghost-button {
  border: 1px solid rgba(148, 163, 184, 0.24);
  color: var(--text);
  background: rgba(15, 23, 42, 0.7);
}

.ghost-button:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

.hero-search {
  width: min(100%, 590px);
  margin-top: 30px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  padding: 7px;
  background: rgba(2, 6, 23, 0.58);
  backdrop-filter: blur(18px);
}

.hero-search input {
  flex: 1;
  border: 0;
  padding: 13px 16px;
  background: transparent;
}

.hero-visual {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  align-items: center;
  gap: 18px;
}

.hero-poster {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  box-shadow: var(--shadow);
  background: rgba(15, 23, 42, 0.7);
}

.hero-poster img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.hero-poster span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  border-radius: 999px;
  padding: 9px 13px;
  color: #04131d;
  font-size: 13px;
  font-weight: 900;
  background: var(--cyan);
}

.hero-side-list,
.rank-lead-list {
  display: grid;
  gap: 12px;
}

.horizontal-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 18px;
  padding: 10px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(16px);
  transition: 0.2s ease;
}

.horizontal-card:hover {
  transform: translateX(4px);
  border-color: rgba(34, 211, 238, 0.35);
}

.horizontal-card img {
  width: 74px;
  height: 92px;
  border-radius: 12px;
  object-fit: cover;
  background: #0f172a;
}

.horizontal-card strong,
.horizontal-card small {
  display: block;
}

.horizontal-card strong {
  overflow: hidden;
  color: var(--text);
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.horizontal-card small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

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

.hero-dot {
  width: 38px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.36);
}

.hero-dot.is-active {
  background: var(--cyan);
}

.section-block {
  padding: 72px 0 0;
}

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

.section-heading span {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
}

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

.section-heading a,
.text-link {
  color: var(--cyan);
  font-weight: 800;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.category-tile {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 22px;
  padding: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, 0.16), transparent 11rem),
    rgba(15, 23, 42, 0.72);
  transition: 0.2s ease;
}

.category-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 211, 238, 0.32);
}

.category-tile strong,
.category-tile small,
.category-preview span {
  display: block;
}

.category-tile strong {
  font-size: 22px;
  letter-spacing: -0.03em;
}

.category-tile small {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.category-preview {
  display: grid;
  gap: 4px;
  margin-top: 18px;
  color: var(--soft);
  font-size: 13px;
}

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

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

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.72);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
  transition: 0.22s ease;
}

.movie-card:hover {
  transform: translateY(-5px);
  border-color: rgba(34, 211, 238, 0.32);
}

.movie-poster {
  position: relative;
  display: block;
  overflow: hidden;
  background: #0f172a;
}

.movie-poster img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.28s ease;
}

.movie-card.compact .movie-poster img {
  height: 210px;
}

.movie-card:hover .movie-poster img {
  transform: scale(1.045);
}

.play-dot,
.rank-badge {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 999px;
}

.play-dot {
  right: 12px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  color: #061018;
  font-size: 14px;
  background: var(--cyan);
  box-shadow: 0 14px 32px rgba(34, 211, 238, 0.34);
}

.rank-badge {
  top: 12px;
  left: 12px;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  color: #111827;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gold), #fb7185);
}

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

.movie-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
}

.movie-card h2 {
  margin: 10px 0 8px;
  font-size: 18px;
  line-height: 1.35;
}

.movie-card p {
  min-height: 67px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.movie-card.compact p {
  min-height: 58px;
  font-size: 13px;
}

.tag-row {
  margin-bottom: 14px;
}

.page-main {
  padding-top: 96px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 32px;
  padding: 46px;
  background:
    radial-gradient(circle at 88% 20%, rgba(34, 211, 238, 0.16), transparent 20rem),
    rgba(15, 23, 42, 0.78);
  box-shadow: var(--shadow);
}

.page-hero h1 {
  max-width: 880px;
  font-size: clamp(36px, 5vw, 66px);
}

.page-hero p {
  max-width: 760px;
  margin: 18px 0 0;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
}

.crumbs a {
  color: var(--cyan);
}

.filter-bar {
  flex-wrap: wrap;
  margin-bottom: 24px;
  border: 1px solid rgba(148, 163, 184, 0.13);
  border-radius: 22px;
  padding: 14px;
  background: rgba(15, 23, 42, 0.7);
}

.filter-bar input {
  flex: 1 1 320px;
  padding: 13px 15px;
}

.filter-bar select {
  flex: 0 0 170px;
  padding: 13px 15px;
}

.category-panel-grid {
  display: grid;
  gap: 18px;
}

.category-panel {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 24px;
  padding: 18px;
  background: rgba(15, 23, 42, 0.72);
}

.category-panel-cover {
  overflow: hidden;
  border-radius: 18px;
  background: #0f172a;
}

.category-panel-cover img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.category-panel span {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
}

.category-panel h2 {
  margin: 8px 0 8px;
  font-size: 28px;
}

.category-panel p {
  color: var(--muted);
  line-height: 1.75;
}

.category-panel-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
}

.category-panel-links a {
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--soft);
  font-size: 13px;
  background: rgba(30, 41, 59, 0.86);
}

.rank-list {
  display: grid;
  gap: 12px;
}

.rank-row {
  display: grid;
  grid-template-columns: 58px 90px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 20px;
  padding: 12px;
  background: rgba(15, 23, 42, 0.72);
}

.rank-num {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--cyan), var(--gold));
}

.rank-thumb {
  overflow: hidden;
  border-radius: 14px;
}

.rank-thumb img {
  width: 90px;
  height: 120px;
  object-fit: cover;
}

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

.rank-info p {
  margin: 0 0 8px;
  color: var(--soft);
  line-height: 1.55;
}

.rank-info span,
.search-result-heading span {
  color: var(--muted);
  font-size: 13px;
}

.detail-hero {
  position: relative;
  margin-top: -96px;
  padding: 160px 0 70px;
  overflow: hidden;
}

.detail-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.98) 0%, rgba(2, 6, 23, 0.78) 44%, rgba(2, 6, 23, 0.35) 100%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.2) 0%, #020617 100%),
    var(--detail-image) center / cover no-repeat;
  filter: saturate(1.06);
  transform: scale(1.02);
}

.detail-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  align-items: center;
  gap: 36px;
}

.detail-cover {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(15, 23, 42, 0.72);
  box-shadow: var(--shadow);
}

.detail-cover img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.detail-copy h1 {
  font-size: clamp(42px, 6vw, 78px);
}

.detail-line {
  max-width: 850px;
  margin: 20px 0 0;
  font-size: 18px;
}

.detail-meta,
.detail-tags {
  margin-top: 20px;
}

.player-section {
  padding-top: 48px;
}

.player-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 28px;
  background: #000;
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 9;
}

.movie-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.player-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  color: #05141c;
  background:
    radial-gradient(circle, rgba(34, 211, 238, 0.24), rgba(2, 6, 23, 0.72) 58%),
    rgba(2, 6, 23, 0.22);
}

.player-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.player-overlay span {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border-radius: 999px;
  padding-left: 6px;
  font-size: 28px;
  background: var(--cyan);
  box-shadow: 0 0 52px rgba(34, 211, 238, 0.42);
}

.detail-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.detail-text article {
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 24px;
  padding: 26px;
  background: rgba(15, 23, 42, 0.72);
}

.detail-text h2 {
  margin: 0 0 12px;
  font-size: 26px;
}

.detail-text p {
  margin: 0;
  color: var(--soft);
  line-height: 1.9;
}

.search-result-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.search-result-heading h2 {
  margin: 0;
  font-size: 28px;
}

.site-footer {
  margin-top: 86px;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  padding: 42px 0;
  background: rgba(2, 6, 23, 0.74);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.1fr;
  gap: 30px;
}

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

.site-footer p,
.site-footer a {
  color: var(--muted);
  line-height: 1.75;
}

.site-footer h2 {
  margin: 0 0 14px;
  font-size: 18px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-categories {
  grid-template-columns: repeat(2, 1fr);
}

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

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

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

  .hero-visual {
    max-width: 620px;
  }

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

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

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

  .hero,
  .hero-slide {
    min-height: 980px;
  }

  .hero-content {
    gap: 30px;
    align-content: center;
  }

  .hero-visual {
    grid-template-columns: 1fr;
  }

  .hero-poster,
  .hero-poster img {
    min-height: 0;
    height: 420px;
  }

  .movie-grid,
  .compact-grid,
  .category-grid,
  .detail-text,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .category-panel {
    grid-template-columns: 1fr;
  }

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

  .rank-row > .text-link {
    grid-column: 3;
  }

  .rank-num {
    width: 38px;
    height: 38px;
  }

  .rank-thumb img {
    width: 74px;
    height: 98px;
  }

  .page-hero {
    padding: 32px 22px;
  }

  .detail-cover {
    max-width: 330px;
  }
}

@media (max-width: 560px) {
  .site-shell {
    width: min(100% - 24px, 1180px);
  }

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

  .hero,
  .hero-slide {
    min-height: 930px;
  }

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

  .hero p {
    font-size: 15px;
  }

  .hero-search {
    display: grid;
    border-radius: 20px;
  }

  .hero-search input,
  .hero-search button {
    width: 100%;
  }

  .hero-poster,
  .hero-poster img {
    height: 360px;
  }

  .movie-grid,
  .compact-grid,
  .category-grid,
  .detail-text,
  .footer-grid,
  .footer-categories {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .movie-poster img,
  .movie-card.compact .movie-poster img {
    height: 330px;
  }

  .detail-hero {
    padding-top: 126px;
  }

  .detail-copy h1 {
    font-size: 38px;
  }

  .player-overlay span {
    width: 66px;
    height: 66px;
    font-size: 22px;
  }

  .filter-bar select,
  .filter-bar button {
    flex: 1 1 100%;
    width: 100%;
  }
}
