/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
:root, :host {
  --color-white: var(--wp--preset--color--white);
  --spacing: 0.25rem;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --color-purple: var(--wp--preset--color--purple);
  --color-purple-dark: var(--wp--custom--color--purple-dark);
  --color-line: var(--wp--custom--color--line);
  --color-lime: var(--wp--preset--color--lime);
  --shadow-lift: var(--wp--custom--shadow--lift);
}
.hero {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  border-bottom: 1px solid var(--color-line);
  background: radial-gradient(circle at 83% 10%,rgb(224 214 255 / 92%),transparent 31%),radial-gradient(circle at 62% 38%,rgb(98 230 255 / 24%),transparent 24%),linear-gradient(180deg,var(--color-white) 0%,#fdfcff 100%),var(--color-white);
}
.hero::before {
  position: absolute;
  right: -12%;
  bottom: -34%;
  width: 720px;
  height: 420px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle,rgb(75 36 232 / 18%),transparent 64%);
  filter: blur(18px);
  pointer-events: none;
}
.hero__inner {
  position: relative;
  min-height: 630px;
}
.hero__content {
  position: relative;
  z-index: 2;
  width: 590px;
  padding-top: 145px;
}
.hero h1 {
  max-width: 600px;
  margin: calc(var(--spacing) * 0);
  font-size: clamp(52px, 4.6vw, 62px);
  line-height: 1;
}
.hero h1 span, .hero h1 strong {
  display: block;
}
.hero h1 strong {
  color: var(--wp--preset--color--purple);
}
.hero__lead {
  max-width: 460px;
  margin: 24px 0 0;
  color: var(--wp--custom--color--text);
  font-size: 17px;
  line-height: 1.6;
}
.hero__actions {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}
.hero__actions .button {
  min-width: 154px;
}
.hero__art {
  position: absolute;
  z-index: 1;
  top: 54px;
  right: max(calc((100vw - var(--layout-page)) / 2 - 40px), -40px);
  bottom: 0;
  width: min(496px, 41.6vw);
  pointer-events: none;
}
.hero__art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  animation: bravecamp-hero-float 6.5s ease-in-out infinite;
  will-change: transform;
}
@keyframes bravecamp-hero-float {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__art img {
    animation: none;
    will-change: auto;
  }
}
.countdown {
  margin-top: 34px;
}
.countdown__grid {
  display: flex;
  margin-top: 10px;
}
.countdown__grid>div {
  position: relative;
  display: grid;
  width: 86px;
  justify-items: center;
}
.countdown__grid>div + div::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 25px;
  content: "";
  background: #9ea2b4;
}
.countdown__grid strong {
  font-size: 32px;
  line-height: 1;
}
.countdown__grid span {
  margin-top: 7px;
  font-size: 12px;
  text-transform: uppercase;
}
.countdown.is-expired .countdown__grid {
  display: none;
}
.hero__closed-state {
  max-width: 540px;
  margin-top: 28px;
}
.hero__closed-note {
  margin: 0 0 15px;
  color: #50566d;
  font-size: 15px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
}
.hero__actions--closed {
  margin-top: calc(var(--spacing) * 0);
}
.about-band {
  border-bottom: 1px solid var(--color-line);
}
.about-band__grid {
  display: grid;
  min-height: 220px;
  grid-template-columns: 360px repeat(3,1fr);
  align-items: center;
}
.about-band__intro h2 {
  margin: 14px 0 0;
  font-size: 38px;
  line-height: 1.08;
}
.benefit {
  display: grid;
  min-height: 88px;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 18px;
  padding: 0 24px;
  border-left: 1px solid var(--color-line);
}
.benefit__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: var(--wp--preset--color--white);
  background: radial-gradient(circle at 28% 18%,rgb(255 255 255 / 22%),transparent 36%),linear-gradient(135deg,#6240ff,var(--color-purple-dark));
  box-shadow: 0 12px 26px rgb(75 36 232 / 22%);
}
.benefit__icon svg {
  width: 27px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.5;
}
.benefit p {
  margin: calc(var(--spacing) * 0);
  color: var(--wp--custom--color--text);
  font-size: 14px;
  line-height: 1.6;
}
.why-section {
  position: relative;
  overflow: hidden;
  padding: 56px 0 60px;
  border-bottom: 1px solid var(--color-line);
  background: var(--color-white);
}
.why-section::before {
  display: none;
}
.why-section .container {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px,330px) minmax(0,1fr);
  align-items: start;
  gap: 30px;
}
.why-section__heading {
  position: relative;
  display: flex;
  min-height: 292px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  max-width: none;
  margin: calc(var(--spacing) * 0);
  padding: 30px;
  border: 1px solid rgb(255 255 255 / 36%);
  border-radius: var(--wp--preset--border-radius--lg);
  color: var(--wp--preset--color--white);
  background: linear-gradient(145deg,#08072f 0%,#211080 62%,#3d20d7 100%);
  box-shadow: 0 16px 38px rgb(20 12 72 / 12%);
  text-align: left;
}
.why-section__heading::after {
  display: none;
}
.why-section__heading::before {
  display: none;
}
.why-section__eyebrow {
  position: relative;
  z-index: 1;
  margin-bottom: auto;
  color: var(--wp--preset--color--lime);
  font-size: 12px;
  --tw-tracking: .24em;
  letter-spacing: .24em;
}
.why-section__heading h2 {
  position: relative;
  z-index: 1;
  margin: calc(var(--spacing) * 0);
  color: var(--wp--preset--color--white);
  font-size: clamp(36px, 3vw, 46px);
  line-height: 1.04;
  --tw-tracking: -.04em;
  letter-spacing: -.04em;
}
.why-section__accent {
  position: relative;
  z-index: 1;
  display: block;
  width: 66px;
  height: 3px;
  margin-top: 16px;
  border-radius: var(--wp--preset--border-radius--pill);
  background: linear-gradient(90deg,#ff63d7 0%,#7bd9ff 100%);
}
.why-section__lead-clean {
  position: relative;
  z-index: 1;
  max-width: 31ch;
  margin: 22px 0 0;
  color: rgb(255 255 255 / 84%);
  font-size: 15px;
  line-height: 1.56;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}
.why-card {
  position: relative;
  display: block;
  min-height: calc(var(--spacing) * 0);
  overflow: hidden;
  padding: 20px 22px;
  border: 1px solid rgb(224 228 240 / 90%);
  border-radius: var(--wp--preset--border-radius--lg);
  background: var(--color-white);
  box-shadow: 0 10px 26px rgb(14 18 60 / 4.5%),inset 0 1px 0 rgb(255 255 255 / 90%);
  transition: border-color var(--transition-fast),box-shadow var(--transition-base),transform var(--transition-base),background-color var(--transition-fast);
}
.why-card::after {
  display: none;
}
.why-card:hover, .why-card:focus-within {
  border-color: rgb(75 36 232 / 22%);
  background: var(--color-white);
  box-shadow: 0 14px 34px rgb(14 18 60 / 7%);
  transform: translateY(-1px);
}
.why-card__copy {
  position: relative;
  z-index: 1;
}
.why-card h3 {
  margin: calc(var(--spacing) * 0);
  font-family: var(--wp--preset--font-family--bravecamp-sans);
  font-size: 17px;
  font-variation-settings: normal;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -.012em;
  letter-spacing: -.012em;
  line-height: 1.32;
}
.why-card p {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  color: var(--wp--custom--color--muted);
  font-size: 14px;
  line-height: 1.5;
}
.content-section {
  border-bottom: 1px solid var(--color-line);
}
.news-section, .editions-section {
  padding: 68px 0 72px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 30px;
}
.cards>.content-card-item {
  display: flex;
  min-width: calc(var(--spacing) * 0);
}
.content-card {
  display: flex;
  min-width: calc(var(--spacing) * 0);
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--wp--preset--border-radius--lg);
  background: var(--color-white);
  box-shadow: 0 14px 42px rgb(8 13 50 / 7%);
  transition: border-color var(--transition-fast),box-shadow var(--transition-base),transform var(--transition-base);
}
.content-card:hover, .content-card:focus-visible {
  border-color: rgb(75 36 232 / 35%);
  box-shadow: 0 26px 70px rgb(8 13 50 / 13%);
  transform: translateY(-6px);
}
.content-card__image {
  display: block;
  overflow: hidden;
  background: #18183a;
}
.cards--news .content-card__image {
  aspect-ratio: 2 / 1;
}
.cards--editions .content-card__image {
  aspect-ratio: 2.6 / 1;
}
.content-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s var(--ease);
}
.content-card:hover .content-card__image img {
  transform: scale(1.04);
}
.content-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 24px;
}
.content-card time, .card-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--wp--custom--color--muted);
  font-size: 12px;
}
.content-card h3 {
  margin: calc(var(--spacing) * 0);
  font-size: 20px;
  line-height: 1.25;
}
.content-card p {
  display: -webkit-box;
  min-height: 63px;
  overflow: hidden;
  margin: 10px 0 14px;
  color: #52566b;
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.content-card__body .text-link {
  margin-top: auto;
}
.projects-section {
  padding: 104px 0 96px;
  border-bottom: 1px solid var(--color-line);
}
.projects-layout {
  display: grid;
  grid-template-columns: minmax(540px,600px) minmax(0,1fr);
  align-items: start;
  gap: clamp(48px, 5vw, 84px);
}
.projects-intro h2 {
  margin: 16px 0 18px;
  font-size: clamp(46px, 3.2vw, 52px);
  --tw-tracking: -.045em;
  letter-spacing: -.045em;
  line-height: 1.03;
  text-wrap: pretty;
}
.projects-intro__text {
  max-width: 32ch;
  margin: 0 0 26px;
  color: var(--wp--custom--color--text);
  font-size: 17px;
  line-height: 1.6;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
  align-content: start;
  align-items: start;
  gap: 18px;
}
.project-tile {
  --accent: var(--color-purple);
  display: flex;
  min-width: calc(var(--spacing) * 0);
  align-self: start;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--wp--preset--border-radius--md);
  background: var(--color-white);
  box-shadow: 0 12px 34px rgb(8 13 50 / 6%);
  transition: border-color var(--transition-fast),box-shadow var(--transition-base),transform var(--transition-base),background-color var(--transition-base);
}
.project-tile:hover, .project-tile:focus-visible {
  border-color: var(--accent);
  background: var(--color-white);
  box-shadow: var(--shadow-lift);
  transform: translateY(-4px);
}
.project-tile__media {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--color-purple-tint);
  border-bottom: 1px solid var(--color-line);
}
.project-tile__media img, .project-tile__media picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.project-tile__media--placeholder {
  background: linear-gradient(135deg,rgb(103 55 226 / 18%),rgb(204 190 255 / 56%));
}
.project-tile__body {
  display: block;
  padding: 18px 20px 20px;
}
.project-tile strong {
  display: block;
  overflow: hidden;
  font-size: 18px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  line-height: 1.22;
  text-wrap: pretty;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-section {
  overflow: hidden;
  color: var(--wp--preset--color--white);
  background: radial-gradient(circle at 86% 24%,rgb(107 42 242 / 58%),transparent 31%),radial-gradient(circle at 12% 18%,rgb(0 218 255 / 12%),transparent 30%),repeating-radial-gradient(ellipse at 108% 85%,transparent 0 15px,rgb(103 55 226 / 14%) 16px 17px),linear-gradient(100deg,#030a39 0%,#050a3a 62%,#22046f 100%);
}
.pro-layout {
  display: grid;
  min-height: 360px;
  grid-template-columns: 350px minmax(0,1fr);
  align-items: center;
  gap: 58px;
}
.pro-section .eyebrow {
  color: var(--wp--preset--color--lime);
}
.pro-intro h2 {
  margin: 12px 0;
  color: var(--wp--preset--color--white);
  font-size: 42px;
  line-height: 1.06;
}
.pro-intro__text {
  max-width: 340px;
  margin: 0 0 22px;
  color: #d6d9e8;
  font-size: 14px;
  line-height: 1.65;
}
.pro-features {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.pro-feature {
  display: grid;
  min-height: 112px;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 16px;
  padding: 16px 26px 16px 0;
}
.pro-feature:nth-child(2n) {
  padding-left: 28px;
  border-left: 1px solid rgb(255 255 255 / 28%);
}
.pro-feature:nth-child(n+3) {
  border-top: 1px solid rgb(255 255 255 / 28%);
}
.pro-feature__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--color-lime);
  border-radius: 50%;
  color: var(--wp--preset--color--lime);
}
.pro-feature__icon .bc-icon {
  width: 21px;
  height: 21px;
}
.pro-feature h3 {
  margin: calc(var(--spacing) * 0);
  color: var(--wp--preset--color--white);
  font-size: 17px;
}
.pro-feature p {
  margin: 5px 0 0;
  color: #d4d8e9;
  font-size: 13.5px;
  line-height: 1.55;
}
@media (min-width:1440px) {
  .hero, .hero__inner {
    min-height: 630px;
  }
  .hero__content {
    width: 620px;
    padding-top: 150px;
  }
  .hero__art {
    right: max(calc((100vw - var(--layout-page)) / 2 - 40px), -20px);
    width: min(520px, 38.4vw);
  }
  .about-band__grid {
    grid-template-columns: 400px repeat(3,1fr);
  }
  .projects-layout {
    grid-template-columns: minmax(560px,620px) minmax(0,1fr);
    gap: clamp(64px, 6vw, 100px);
  }
  .pro-layout {
    grid-template-columns: 390px minmax(0,1fr);
    gap: 72px;
  }
}
@media (max-width:1099px) {
  .hero h1 {
    font-size: 52px;
  }
  .hero__content {
    width: 50%;
  }
  .about-band__grid {
    grid-template-columns: 300px repeat(3,1fr);
  }
  .benefit {
    grid-template-columns: 44px 1fr;
    padding-inline: 14px;
  }
  .benefit__icon {
    width: 42px;
    height: 42px;
  }
  .projects-layout {
    grid-template-columns: minmax(430px,470px) minmax(0,1fr);
    gap: 42px;
  }
  .projects-intro h2 {
    font-size: 48px;
  }
  .project-grid {
    grid-template-columns: repeat(auto-fit,minmax(210px,1fr));
  }
  .why-section .container {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .why-section__heading {
    min-height: 240px;
  }
  .why-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:1000px) and (min-width:821px) {
  .cards {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .about-band__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px;
    padding-block: 44px;
  }
  .about-band__intro {
    grid-column: 1 / -1;
  }
  .benefit {
    border-left: 0;
  }
}
@media (max-width:820px) {
  .hero {
    min-height: calc(var(--spacing) * 0);
  }
  .hero__inner {
    min-height: calc(var(--spacing) * 0);
    padding-top: 96px;
    padding-bottom: 455px;
  }
  .hero__content {
    width: 100%;
    padding-top: calc(var(--spacing) * 0);
  }
  .hero h1 {
    max-width: 540px;
    font-size: clamp(46px, 9vw, 62px);
  }
  .hero__lead {
    max-width: 480px;
    font-size: 16px;
  }
  .hero__art {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: min(560px, 100%);
    height: 440px;
    transform: translateX(-50%);
  }
  .about-band__grid, .projects-layout, .pro-layout {
    grid-template-columns: 1fr;
  }
  .about-band__grid {
    gap: 26px;
    padding-block: 54px;
  }
  .benefit {
    min-height: 82px;
    padding: 14px 0;
    border-left: 0;
    border-top: 1px solid var(--color-line);
  }
  .cards {
    gap: 22px;
    grid-template-columns: 1fr;
  }
  .why-section {
    padding: 40px 0 46px;
  }
  .why-section .container {
    gap: 18px;
  }
  .why-section__heading {
    min-height: 214px;
    padding: 26px 22px;
    text-align: left;
  }
  .why-section__heading h2 {
    font-size: clamp(34px, 8vw, 46px);
  }
  .why-section__heading p:not(.eyebrow) {
    max-width: 42ch;
    font-size: 15px;
  }
  .why-section__accent {
    margin-top: 18px;
  }
  .why-section__lead-clean {
    margin-top: 20px;
  }
  .why-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .why-card {
    min-height: calc(var(--spacing) * 0);
    padding: 18px;
    border-radius: var(--wp--preset--border-radius--lg);
  }
  .why-card:hover, .why-card:focus-within {
    transform: none;
  }
  .projects-layout {
    gap: 32px;
  }
  .project-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .pro-layout {
    gap: 28px;
    padding-block: 58px;
  }
}
@media (max-width:520px) {
  .hero__inner {
    padding-bottom: 430px;
  }
  .hero h1 {
    max-width: 380px;
    font-size: clamp(40px, 11.5vw, 47px);
  }
  .hero__actions {
    flex-direction: column;
  }
  .hero__actions .button {
    width: 100%;
  }
  .hero__closed-state {
    margin-top: 24px;
  }
  .hero__art {
    width: 100%;
    height: 410px;
    transform: translateX(-50%);
  }
  .countdown__grid>div {
    width: 25%;
  }
  .countdown__grid strong {
    font-size: 27px;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-card h3 {
    font-size: 16.5px;
  }
  .why-card p {
    margin-top: 7px;
    font-size: 14px;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .pro-features {
    grid-template-columns: 1fr;
  }
  .pro-feature, .pro-feature:nth-child(2n), .pro-feature:nth-child(n+3) {
    padding: 18px 0;
    border-top: 1px solid rgb(255 255 255 / 25%);
    border-left: 0;
  }
}
@media (hover:none) {
  .content-card:hover, .content-card:hover .content-card__image img, .project-tile:hover {
    transform: none;
  }
}
.program-description {
  position: relative;
  overflow: hidden;
  padding: 76px 0 80px;
  color: rgb(255 255 255 / 82%);
  background: radial-gradient(circle at 92% 38%,rgb(115 62 255 / 42%),transparent 30%),radial-gradient(circle at 72% 110%,rgb(50 201 255 / 18%),transparent 28%),linear-gradient(135deg,#03051e 0%,#09062f 52%,#1c0c5d 100%);
}
.program-description::after {
  position: absolute;
  top: -180px;
  right: -110px;
  width: 460px;
  height: 460px;
  content: "";
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgb(255 255 255 / 2.5%),0 0 0 140px rgb(255 255 255 / 2%);
  pointer-events: none;
}
.program-description__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px,360px) minmax(0,1fr);
  gap: clamp(60px, 8vw, 128px);
}
.program-description__heading {
  align-self: start;
}
.program-description .eyebrow {
  color: var(--wp--preset--color--lime);
  --tw-tracking: .18em;
  letter-spacing: .18em;
}
.program-description h2 {
  margin: 18px 0 0;
  color: var(--wp--preset--color--white);
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.02;
}
.program-description__summary {
  max-width: 31ch;
  margin: 24px 0 0;
  color: rgb(255 255 255 / 66%);
  font-size: 15px;
  line-height: 1.65;
}
.program-description__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  color: var(--wp--preset--color--white);
  font-size: 14px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.program-description__link svg {
  width: 16px;
  height: 16px;
  transition: transform var(--transition-fast);
}
.program-description__link:hover svg, .program-description__link:focus-visible svg {
  transform: translateX(4px);
}
.program-description__content {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  align-content: start;
  gap: 0 44px;
}
.program-description__content p {
  margin: calc(var(--spacing) * 0);
  padding: 24px 0;
  border-top: 1px solid rgb(255 255 255 / 14%);
  font-size: 16px;
  line-height: 1.72;
}
.program-description__content p:nth-child(-n+2) {
  padding-top: calc(var(--spacing) * 0);
  border-top: 0;
}
.program-description__content .program-description__lead {
  color: var(--wp--preset--color--white);
  font-size: 18px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  line-height: 1.58;
}
@media (max-width:1000px) {
  .program-description__layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .program-description__heading {
    max-width: 650px;
  }
}
@media (max-width:700px) {
  .program-description {
    padding: 58px 0 60px;
  }
  .program-description__content {
    grid-template-columns: 1fr;
  }
  .program-description__content p, .program-description__content p:nth-child(-n+2) {
    padding: 20px 0;
    border-top: 1px solid rgb(255 255 255 / 14%);
    font-size: 15px;
  }
  .program-description__content p:first-child {
    padding-top: calc(var(--spacing) * 0);
    border-top: 0;
  }
  .program-description__content .program-description__lead {
    font-size: 17px;
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
