:root {
  --black: #090A0E;
  --black-soft: #0c0e14;
  --panel: #10121A;
  --panel-2: #151824;
  --line: #2a2d38;
  --line-soft: #1b1e28;
  --white: #ffffff;
  --muted: #8F94A6;
  --red: #E50914;
  --red-bright: #ff2634;
  --red-dark: #8e0010;
  --font-display: 'Orbitron', 'Arial Narrow', Impact, sans-serif;
  --font-tech: 'Rajdhani', 'Arial Narrow', sans-serif;
  --font-body: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  --max: 1540px;
  --header-height: 78px;
  --shadow: 0 24px 80px rgba(0,0,0,.52);
}

* { box-sizing: border-box; }
.setup-warning { display: none; }
.icon-sprite { display: none; }
.confirm-slot { display: inline-flex; flex-wrap: wrap; gap: 8px; }
.delete-button.confirming { border-color: var(--red); color: var(--red-bright); background: rgba(229,9,20,.12); }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  line-height: 1.5;
  min-width: 300px;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-height);
  background: rgba(9,10,14,.96);
  border-bottom: 1px solid var(--red);
  backdrop-filter: blur(18px);
}
.header-inner {
  width: min(var(--max), calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}
.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.brand img { width: 58px; height: 48px; object-fit: contain; }
.brand span {
  font-family: var(--font-display);
  font-size: clamp(1.22rem, 1.8vw, 1.72rem);
  line-height: 1;
  letter-spacing: .045em;
  font-weight: 800;
}
.site-nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  gap: clamp(20px, 2.3vw, 42px);
}
.site-nav a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .83rem;
  letter-spacing: .04em;
  font-weight: 800;
  color: #d7d7d7;
  transition: color .2s ease;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 15px;
  height: 2px;
  background: var(--red);
  transition: right .22s ease;
}
.site-nav a:hover, .site-nav a.active { color: var(--red-bright); }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.menu-toggle { display: none; }

.button {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .045em;
  font-size: .78rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--red-bright);
  outline-offset: 3px;
}
.button-outline { background: transparent; color: var(--red-bright); border-color: var(--red); }
.button-outline:hover { background: var(--red); color: var(--white); }
.button-solid { background: var(--red); color: var(--white); border-color: var(--red); }
.button-solid:hover { background: var(--red-bright); border-color: var(--red-bright); }
.button-dark { background: rgba(9,10,14,.78); color: var(--white); border-color: #575a60; }
.button-dark:hover { border-color: var(--white); }
.button-full { width: 100%; }
.admin-entry { min-width: 162px; }
.admin-icon {
  width: 15px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 8px 8px 3px 3px;
  position: relative;
  border-top: 0;
}
.admin-icon::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: -8px;
}

.hero {
  position: relative;
  min-height: 570px;
  background-color: var(--black);
  background-image:
    radial-gradient(120% 95% at 78% 8%, rgba(229,9,20,.20) 0%, rgba(229,9,20,.05) 38%, transparent 70%),
    linear-gradient(160deg, #10121A 0%, #090A0E 58%);
  border-bottom: 1px solid var(--red-dark);
  overflow: hidden;
}
/* Faint studio emblem, kept low contrast so it reads as texture, not as artwork. */
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: -60px;
  width: 520px;
  height: 440px;
  transform: translateY(-50%);
  background: url("assets/focuson-logo.png") center / contain no-repeat;
  opacity: .07;
  pointer-events: none;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent 0 159px, rgba(255,255,255,.03) 160px),
    repeating-linear-gradient(0deg, transparent 0 79px, rgba(255,255,255,.018) 80px),
    linear-gradient(180deg, rgba(0,0,0,0) 68%, rgba(0,0,0,.55));
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  min-height: 570px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 0 78px;
}
.section-code {
  margin: 0 0 12px;
  color: var(--red-bright);
  font-family: var(--font-tech);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .16em;
}
.hero h1, .section h2, .contact-section h2, .page-panel h2 {
  margin: 0;
  text-transform: uppercase;
  font-family: var(--font-display);
  line-height: .98;
  letter-spacing: .015em;
}
.hero h1 {
  max-width: 1120px;
  font-size: clamp(2.1rem, 3.5vw, 4rem);
  letter-spacing: .01em;
  line-height: 1.08;
  text-shadow: 0 4px 24px rgba(0,0,0,.55);
}
.hero-copy {
  max-width: 690px;
  margin: 24px 0 0;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  color: #d7d7d7;
}
.hero-actions { display: flex; gap: 12px; margin-top: 31px; }

.section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0;
}
.news-section { padding-bottom: 42px; }
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}
.title-lockup { display: flex; align-items: stretch; gap: 17px; }
.title-mark { flex: 0 0 4px; background: var(--red); }
.section h2 { font-size: clamp(2rem, 3.1vw, 3.35rem); }
.section-header .section-code { margin-bottom: 6px; }

.feed-toolbar {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 340px);
  gap: 24px;
  align-items: center;
  margin-bottom: 16px;
  padding: 15px;
  border: 1px solid var(--line);
  background: var(--black-soft);
}
.filters { display: flex; flex-wrap: wrap; gap: 10px; }
.filter-button {
  font-family: var(--font-tech);
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid #4a4d52;
  background: transparent;
  color: #d3d3d3;
  text-transform: uppercase;
  font-size: .68rem;
  letter-spacing: .055em;
  font-weight: 800;
  cursor: pointer;
}
.filter-button:hover, .filter-button.active { border-color: var(--red); color: var(--white); background: var(--red); }
.search-box {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 14px;
  border: 1px solid var(--red-dark);
  background: var(--black);
}
.search-icon { width: 13px; height: 13px; border: 1.5px solid var(--muted); border-radius: 50%; position: relative; }
.search-icon::after { content: ""; width: 6px; height: 1.5px; position: absolute; right: -5px; bottom: -2px; background: var(--muted); transform: rotate(45deg); }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--white); background: transparent; font-size: .9rem; }
.search-box input::placeholder { color: #76787d; }

.timeline {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #0c0e11, #08090b);
}
.news-row {
  display: grid;
  grid-template-columns: 175px minmax(0, 1fr) 170px 160px;
  min-height: 145px;
  border-bottom: 1px solid var(--line-soft);
  position: relative;
}
.news-row:last-child { border-bottom: 0; }
.news-row::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33px;
  width: 2px;
  background: var(--red-dark);
}
.news-row::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid var(--red);
  border-radius: 50%;
  background: var(--black);
  transform: translateY(-50%);
}
.news-date-block, .news-content, .news-author, .news-actions {
  padding: 27px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-date-block { padding-left: 68px; border-right: 1px solid #45484c; }
.news-date { font-family: var(--font-tech); color: var(--white); font-weight: 800; font-size: .88rem; text-transform: uppercase; }
.news-time { color: var(--muted); font-size: .8rem; margin-top: 4px; }
.news-content { min-width: 0; }
.news-heading-line { display: flex; align-items: center; gap: 16px; margin-bottom: 7px; }
.news-category {
  font-family: var(--font-tech);
  flex: 0 0 auto;
  border: 1px solid var(--red);
  color: var(--red-bright);
  padding: 6px 10px;
  font-size: .65rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 800;
}
.news-content h3 { margin: 0; font-size: clamp(1.05rem, 1.35vw, 1.38rem); line-height: 1.2; }
.news-content p { margin: 0; color: var(--muted); max-width: 760px; font-size: .9rem; line-height: 1.45; }
.news-author { border-left: 1px solid var(--line-soft); color: var(--muted); font-size: .78rem; }
.news-author strong { color: var(--white); font-size: .98rem; }
.news-actions { align-items: stretch; gap: 8px; }
.news-body { display: flex; align-items: flex-start; gap: 16px; }
.news-thumb {
  flex: 0 0 auto;
  width: 132px;
  height: 78px;
  object-fit: cover;
  border: 1px solid var(--line);
}
.read-button, .delete-button, .edit-button {
  min-height: 42px;
  background: transparent;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .05em;
  cursor: pointer;
}
.read-button { color: var(--red-bright); border: 1px solid var(--red); }
.read-button:hover { background: var(--red); color: var(--white); }
.delete-button, .edit-button { color: #bfc0c3; border: 1px solid #494c51; }
.delete-button:hover, .edit-button:hover { border-color: var(--red); color: var(--red-bright); }
.empty-state { border: 1px solid var(--line); padding: 50px 24px; text-align: center; background: var(--panel); }
.empty-state strong, .empty-state span { display: block; }
.empty-state span { color: var(--muted); margin-top: 5px; }


.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.member-card {
  position: relative;
  min-height: 190px;
  padding: 25px 24px 23px 114px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, var(--panel-2), #090a0c);
  overflow: hidden;
}
.member-card::after { content: ""; position: absolute; top: 0; right: 0; width: 45px; height: 3px; background: var(--red); }
.member-badge {
  position: absolute;
  left: 24px;
  top: 28px;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 2px solid var(--red);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1.65rem;
  letter-spacing: .03em;
}
.member-card h3 { margin: 4px 0 2px; text-transform: uppercase; font-size: 1.05rem; }
.member-role { font-family: var(--font-tech); margin: 0 0 4px; color: var(--red-bright); font-size: .83rem; font-weight: 750; }
.member-category {
  font-family: var(--font-tech);
  display: inline-block;
  margin: 0 0 11px;
  padding: 3px 9px;
  border: 1px solid var(--line);
  color: var(--muted);
  text-transform: uppercase;
  font-size: .68rem;
  letter-spacing: .07em;
}
.member-bio { margin: 0; color: var(--muted); font-size: .82rem; }
.member-contact {
  margin-top: 14px;
  padding: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--red);
  color: var(--red-bright);
  text-transform: uppercase;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .05em;
  cursor: pointer;
}
.member-admin { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.member-admin button { min-height: 34px; padding: 0 14px; }

.team-intro {
  max-width: 900px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: .95rem;
}

.admin-bar {
  width: min(var(--max), calc(100% - 48px));
  margin: 22px auto 0;
  padding: 15px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--red-dark);
  background: var(--panel);
}
.admin-bar-note { margin: 0; max-width: 720px; color: var(--muted); font-size: .85rem; }
.admin-bar-note strong { color: var(--red-bright); text-transform: uppercase; letter-spacing: .05em; }
.admin-bar-note em { color: var(--white); font-style: normal; }
.admin-bar-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.admin-bar-actions .button { min-height: 38px; font-size: .7rem; padding: 0 16px; }

.account-list { margin-top: 28px; border-top: 1px solid var(--line); padding-top: 20px; }
.account-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.account-info { display: flex; flex-direction: column; gap: 2px; }
.account-info strong { color: var(--white); }
.account-info span { color: var(--muted); font-size: .85rem; }

.image-picker { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.image-picker input[type="file"] { color: var(--muted); font-size: .82rem; }
.image-picker .button { min-height: 36px; font-size: .68rem; padding: 0 14px; }
.image-preview {
  margin-top: 12px;
  max-height: 190px;
  border: 1px solid var(--line);
}
.reader-image {
  width: 100%;
  margin: 18px 0 4px;
  border: 1px solid var(--line);
}


.contact-section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto 72px;
  padding: 25px 28px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 25px;
  border: 1px solid var(--red);
  background: #09090a;
}
.contact-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid var(--red); border-radius: 50%; color: var(--red-bright); font-weight: 900; }
.contact-section .section-code { margin-bottom: 5px; }
.contact-section h2 { font-family: inherit; text-transform: none; letter-spacing: 0; line-height: 1.35; font-size: clamp(.95rem, 1.35vw, 1.2rem); font-weight: 600; }

.site-footer { border-top: 1px solid var(--red); background: #030303; }
.footer-inner {
  width: min(var(--max), calc(100% - 48px));
  min-height: 120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}
.footer-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; min-width: max-content; }
.footer-brand img { width: 53px; height: 46px; object-fit: contain; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { font-family: var(--font-display); letter-spacing: .045em; }
.footer-brand small { color: #73767b; font-size: .6rem; letter-spacing: .08em; }
.social-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 22px; }
.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #c5c6c8;
  text-transform: uppercase;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .05em;
  transition: color .18s ease;
}
.social-icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: color .18s ease, transform .18s ease;
}
.social-links a:hover { color: var(--red-bright); }
.social-links a:hover .social-icon { transform: translateY(-1px); }
.footer-inner > p { color: #8b8d91; margin: 0; font-size: .73rem; text-align: right; }

.page-view { padding: 40px 0 88px; }
.page-shell { width: min(1040px, calc(100% - 48px)); margin: 0 auto; }
.back-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  margin-bottom: 26px;
  padding: 0 20px;
  border: 1px solid var(--red);
  background: transparent;
  color: var(--red-bright);
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .06em;
  cursor: pointer;
  transition: background .18s ease, color .18s ease;
}
.back-button:hover { background: var(--red); color: var(--white); }
.page-panel {
  padding: 40px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--red);
  background: var(--panel);
  animation: rise .32s ease both;
}
.narrow-panel { max-width: 560px; }
.page-panel h2 { font-size: clamp(1.7rem, 3.6vw, 2.9rem); margin-bottom: 15px; }
.panel-copy { margin: 0 0 24px; color: var(--muted); }
.panel-note {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.55;
}
@keyframes rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; margin: 25px 0; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field span { color: #d0d1d3; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  border: 1px solid #3b3e43;
  border-radius: 0;
  background: #070809;
  color: var(--white);
  padding: 12px 13px;
  outline: 0;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--red); }
.form-field textarea { resize: vertical; }
.form-error { color: var(--red-bright); font-size: .82rem; }
.reader-meta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 15px; }
.reader-meta time, .reader-meta span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; }
.reader-meta .reader-category { font-family: var(--font-tech); color: var(--red-bright); border: 1px solid var(--red); padding: 5px 9px; }
.reader-content { color: #d1d2d4; }
.reader-content p { white-space: pre-line; }

.toast {
  position: fixed;
  z-index: 100;
  right: 22px;
  bottom: 22px;
  width: min(380px, calc(100% - 44px));
  padding: 15px 18px;
  border: 1px solid var(--red);
  background: #090a0c;
  color: var(--white);
  box-shadow: var(--shadow);
  font-size: .86rem;
}


@media (max-width: 1180px) {
  .header-inner { grid-template-columns: auto auto auto; justify-content: space-between; }
  .menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    place-content: center;
    gap: 5px;
    border: 1px solid #46494e;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle span { width: 19px; height: 2px; background: var(--white); }
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--header-height);
    height: auto;
    padding: 14px 24px 22px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #050505;
    border-bottom: 1px solid var(--red);
  }
  .site-nav.open { display: flex; }
  .site-nav a { min-height: 46px; justify-content: center; }
  .site-nav a::after { bottom: 5px; left: 40%; right: 40%; }
  .admin-entry { min-width: 148px; }
  .news-row { grid-template-columns: 160px minmax(0, 1fr) 145px; }
  .news-actions { grid-column: 3; grid-row: 1; padding-top: 75px; }
  .news-author { grid-column: 3; grid-row: 1; padding-bottom: 80px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: auto 1fr; padding: 28px 0; }
  .footer-inner > p { grid-column: 1 / -1; text-align: center; }
}

@media (max-width: 780px) {
  :root { --header-height: 68px; }
  .header-inner, .hero-inner, .section, .contact-section, .footer-inner { width: min(100% - 28px, var(--max)); }
  .brand img { width: 49px; height: 42px; }
  .brand span { font-size: 1.1rem; }
  .admin-entry { width: 42px; min-width: 42px; padding: 0; }
  .admin-entry #adminButtonText { display: none; }
  .hero, .hero-inner { min-height: 520px; }
  .hero { background-position: 67% center; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 5rem); }
  .hero-copy { font-size: .97rem; }
  .hero-actions { flex-wrap: wrap; }
  .section { padding: 56px 0; }
  .section-header { align-items: flex-start; flex-direction: column; }
  .feed-toolbar { grid-template-columns: 1fr; }
  .news-row { display: block; padding: 24px 20px 24px 56px; min-height: 0; }
  .news-row::before { left: 25px; }
  .news-row::after { left: 17px; top: 38px; transform: none; }
  .news-date-block, .news-content, .news-author, .news-actions { padding: 0; border: 0; }
  .news-date-block { flex-direction: row; gap: 10px; align-items: center; margin-bottom: 13px; }
  .news-heading-line { align-items: flex-start; flex-direction: column; gap: 9px; }
  .news-content p { margin-top: 7px; }
  .news-author { margin-top: 16px; }
  .news-actions { margin-top: 14px; align-items: stretch; }
  .team-grid { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: auto 1fr; margin-bottom: 54px; }
  .contact-section .button { grid-column: 1 / -1; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .social-links { gap: 15px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .page-shell { width: calc(100% - 28px); }
  .page-panel { padding: 28px 20px 24px; }
}

@media (max-width: 480px) {
  .brand span { display: none; }
  .hero-actions .button { width: 100%; }
  .filters { display: grid; grid-template-columns: repeat(2, 1fr); }
  .filter-button { padding: 0 8px; }
  .member-card { padding: 105px 20px 22px; }
  .member-badge { top: 22px; left: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
