/* 麻豆 MADOU FILMS - Global Styles */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background-color: #000000;
  color: #DDDDDD;
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 3px;
}

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

/* Layout */
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 768px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Top Info Bar */
.top-bar {
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  color: #A5A5A5;
  height: 36px;
  display: flex;
  align-items: center;
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.top-bar-left {
  flex: 1;
}

.top-bar-center {
  display: flex;
  gap: 28px;
  flex: 1;
  justify-content: center;
}

.top-bar-center a {
  color: #A5A5A5;
}

.top-bar-center a:hover {
  color: #FFFFFF;
}

.top-bar-right {
  display: flex;
  gap: 20px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.top-bar-right a,
.top-bar-right button {
  color: #A5A5A5;
  font-size: 13px;
}

.top-bar-right a:hover,
.top-bar-right button:hover {
  color: #FFFFFF;
}

.search-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 900px) {
  .top-bar-left span,
  .top-bar-center {
    display: none;
  }
  .top-bar-right {
    gap: 16px;
  }
  .top-bar-mobile-brand {
    display: block;
    color: #A5A5A5;
  }
}

.top-bar-mobile-brand {
  display: none;
}

@media (max-width: 900px) {
  .top-bar-mobile-brand {
    display: block;
  }
}

/* Brand Nav */
.brand-nav {
  background: #050505;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 72px;
  display: flex;
  align-items: center;
}

.brand-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
}

.brand-nav-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
}

.menu-toggle:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: #1A1A1A;
}

.current-channel {
  font-size: 14px;
  color: #A5A5A5;
  letter-spacing: 0.05em;
}

.brand-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
}

.brand-logo img {
  height: 36px;
  width: auto;
  object-fit: contain;
}

.brand-logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}

.brand-logo-text .cn {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.2em;
}

.brand-logo-text .en {
  font-size: 11px;
  color: #A5A5A5;
  letter-spacing: 0.25em;
  margin-top: 2px;
}

.brand-nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  justify-content: flex-end;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.btn-primary {
  background: #FFFFFF;
  color: #000000;
}

.btn-primary:hover {
  background: #EDEDED;
}

.btn-secondary {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.btn-secondary:hover {
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 900px) {
  .brand-nav {
    height: 60px;
  }
  .current-channel {
    display: none;
  }
  .brand-nav-right .btn-secondary {
    display: none;
  }
  .brand-logo-text .cn {
    font-size: 18px;
  }
  .brand-logo-text .en {
    font-size: 10px;
  }
}

/* Channel Nav */
.channel-nav {
  background: #0B0B0B;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: sticky;
  top: 72px;
  z-index: 999;
}

@media (max-width: 900px) {
  .channel-nav {
    top: 60px;
  }
}

.channel-nav-inner {
  display: flex;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  height: 48px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.channel-nav-inner::-webkit-scrollbar {
  display: none;
}

.channel-list {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
}

.channel-list a {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  font-size: 14px;
  color: #A5A5A5;
  white-space: nowrap;
  position: relative;
}

.channel-list a:hover {
  color: #FFFFFF;
}

.channel-list a.active {
  color: #FFFFFF;
}

.channel-list a.active::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 2px;
  background: #FFFFFF;
}

.more-wrap {
  position: relative;
  margin-left: 8px;
}

.more-btn {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  font-size: 14px;
  color: #A5A5A5;
  white-space: nowrap;
}

.more-btn:hover {
  color: #FFFFFF;
}

.more-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  min-width: 180px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 100;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.48);
}

.more-wrap.open .more-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.more-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #DDDDDD;
}

.more-menu a:hover {
  background: #1A1A1A;
  color: #FFFFFF;
}

/* Side Panel (Full Categories) */
.side-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 520px;
  max-width: 90vw;
  height: 100%;
  background: #0B0B0B;
  z-index: 2000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  pointer-events: none;
}

.side-panel.open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.side-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.side-panel-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.side-panel-brand img {
  height: 28px;
  width: auto;
}

.side-panel-brand .cn {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.15em;
}

.side-panel-close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  font-size: 18px;
  color: #FFFFFF;
}

.side-panel-close:hover {
  background: #1A1A1A;
}

.side-panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}

.panel-group {
  margin-bottom: 32px;
}

.panel-group-title {
  font-size: 12px;
  color: #727272;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-item {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.panel-item:last-child {
  border-bottom: none;
}

.panel-item-name {
  font-size: 16px;
  color: #F7F7F7;
  font-weight: 500;
  margin-bottom: 4px;
}

.panel-item-desc {
  font-size: 13px;
  color: #A5A5A5;
  line-height: 1.5;
}

.panel-item:hover .panel-item-name {
  color: #FFFFFF;
}

/* Search Panel */
.search-panel {
  position: fixed;
  inset: 0;
  background: #000000;
  z-index: 2100;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s;
}

.search-panel.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search-panel-header {
  display: flex;
  justify-content: flex-end;
  padding: 20px 24px;
}

.search-panel-close {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  font-size: 20px;
  color: #FFFFFF;
}

.search-panel-body {
  flex: 1;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 24px 60px;
}

.search-input-wrap {
  margin-bottom: 40px;
}

.search-input {
  width: 100%;
  height: 56px;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 0 20px;
  font-size: 18px;
  color: #FFFFFF;
  outline: none;
}

.search-input::placeholder {
  color: #727272;
}

.search-input:focus {
  border-color: rgba(255, 255, 255, 0.5);
}

.search-section {
  margin-bottom: 36px;
}

.search-section-title {
  font-size: 13px;
  color: #727272;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-tags a {
  display: inline-flex;
  padding: 8px 16px;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  font-size: 14px;
  color: #DDDDDD;
}

.search-tags a:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
}

.search-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}

.search-links a {
  display: block;
  padding: 14px 16px;
  background: #0B0B0B;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-size: 14px;
  color: #DDDDDD;
}

.search-links a:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: #121212;
}

/* Overlay */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1900;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Mobile Bottom Nav */
.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 1500;
  padding-bottom: env(safe-area-inset-bottom);
}

.mobile-bottom-nav-inner {
  display: flex;
  height: 56px;
  max-width: 600px;
  margin: 0 auto;
}

.mobile-bottom-nav a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #A5A5A5;
  gap: 2px;
  min-height: 48px;
}

.mobile-bottom-nav a.active {
  color: #FFFFFF;
}

.mobile-bottom-nav a span {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 900px) {
  .mobile-bottom-nav {
    display: block;
  }
  body {
    padding-bottom: calc(56px + env(safe-area-inset-bottom));
  }
}

/* Main Content */
main {
  min-height: 60vh;
}

/* Hero */
.hero {
  background: #050505;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 60px 0 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}

.hero-visual {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #121212;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(30%) contrast(1.05);
}

.hero-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #121212 0%, #1A1A1A 100%);
  color: #727272;
  font-size: 14px;
  letter-spacing: 0.2em;
}

.hero-content h1 {
  font-size: 36px;
  font-weight: 700;
  color: #F7F7F7;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin-bottom: 20px;
}

.hero-content .lead {
  font-size: 16px;
  color: #A5A5A5;
  line-height: 1.8;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.hero-news {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-news-item {
  display: block;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-news-item:first-child {
  border-top: none;
  padding-top: 0;
}

.hero-news-label {
  font-size: 12px;
  color: #C7C7C7;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.hero-news-text {
  font-size: 14px;
  color: #A5A5A5;
  line-height: 1.6;
}

.hero-news-item:hover .hero-news-text {
  color: #DDDDDD;
}

@media (max-width: 900px) {
  .hero {
    padding: 36px 0 48px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero-content h1 {
    font-size: 26px;
  }
  .hero-visual {
    order: 2;
  }
  .hero-content {
    order: 1;
  }
  .hero-news {
    order: 3;
  }
}

/* Section Common */
.section {
  padding: 64px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.section:last-of-type {
  border-bottom: none;
}

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

.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #F7F7F7;
  letter-spacing: 0.06em;
}

.section-subtitle {
  font-size: 14px;
  color: #727272;
  margin-top: 6px;
}

.section-link {
  font-size: 14px;
  color: #C7C7C7;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}

.section-link:hover {
  color: #FFFFFF;
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

/* Cards */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

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

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

@media (max-width: 1100px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .card-grid,
  .card-grid-2,
  .card-grid-4 {
    grid-template-columns: 1fr;
  }
}

.card {
  background: #0B0B0B;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.card:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: #121212;
}

.card-media {
  aspect-ratio: 16 / 9;
  background: #121212;
  overflow: hidden;
  position: relative;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(25%);
}

.card-media-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #727272;
  font-size: 13px;
  letter-spacing: 0.1em;
  background: #121212;
}

.card-body {
  padding: 20px;
}

.card-tag {
  font-size: 12px;
  color: #C7C7C7;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.card-title {
  font-size: 17px;
  font-weight: 600;
  color: #F7F7F7;
  margin-bottom: 10px;
  line-height: 1.4;
}

.card-desc {
  font-size: 14px;
  color: #A5A5A5;
  line-height: 1.65;
}

.card-meta {
  margin-top: 14px;
  font-size: 12px;
  color: #727272;
}

/* Page Hero (inner pages) */
.page-hero {
  padding: 48px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #050505;
}

.page-hero h1 {
  font-size: 32px;
  font-weight: 700;
  color: #F7F7F7;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.page-hero .lead {
  font-size: 16px;
  color: #A5A5A5;
  max-width: 720px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .page-hero h1 {
    font-size: 26px;
  }
}

/* Content Blocks */
.content-block {
  margin-bottom: 48px;
}

.content-block h2 {
  font-size: 20px;
  font-weight: 600;
  color: #F7F7F7;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}

.content-block h3 {
  font-size: 17px;
  font-weight: 600;
  color: #F7F7F7;
  margin-bottom: 12px;
  margin-top: 28px;
}

.content-block p {
  font-size: 15px;
  color: #DDDDDD;
  line-height: 1.85;
  margin-bottom: 16px;
}

.content-block ul {
  margin: 12px 0 20px 0;
}

.content-block li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #DDDDDD;
  line-height: 1.7;
}

.content-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #C7C7C7;
  border-radius: 50%;
}

.note-box {
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 20px 24px;
  margin: 24px 0;
  font-size: 14px;
  color: #A5A5A5;
  line-height: 1.7;
}

.note-box strong {
  color: #DDDDDD;
}

/* Two Column */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

@media (max-width: 800px) {
  .two-col {
    grid-template-columns: 1fr;
  }
}

/* FAQ */
details.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
}

details.faq-item summary {
  font-size: 16px;
  font-weight: 500;
  color: #F7F7F7;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

details.faq-item summary::-webkit-details-marker {
  display: none;
}

details.faq-item summary::after {
  content: "+";
  font-size: 20px;
  color: #A5A5A5;
  flex-shrink: 0;
}

details.faq-item[open] summary::after {
  content: "−";
}

details.faq-item .faq-answer {
  padding-top: 14px;
  font-size: 15px;
  color: #A5A5A5;
  line-height: 1.8;
}

/* Footer */
.site-footer {
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 56px 0 40px;
  margin-top: 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-brand .logo-text {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}

.footer-brand .logo-en {
  font-size: 11px;
  color: #A5A5A5;
  letter-spacing: 0.25em;
  margin-bottom: 16px;
}

.footer-brand p {
  font-size: 14px;
  color: #A5A5A5;
  line-height: 1.7;
  max-width: 280px;
}

.footer-col h4 {
  font-size: 13px;
  color: #C7C7C7;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}

.footer-col a {
  display: block;
  font-size: 14px;
  color: #A5A5A5;
  margin-bottom: 10px;
}

.footer-col a:hover {
  color: #FFFFFF;
}

.footer-notice {
  font-size: 13px;
  color: #727272;
  line-height: 1.7;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 24px;
}

.footer-copy {
  font-size: 13px;
  color: #727272;
  text-align: center;
}

@media (max-width: 1000px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Utility */
.text-center {
  text-align: center;
}

.mt-40 {
  margin-top: 40px;
}

.mb-24 {
  margin-bottom: 24px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Body lock when panel open */
body.panel-open {
  overflow: hidden;
}
