/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-xl: .75rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-dark: 20, 44, 29;
    --color-accent-dark: 73, 134, 68;
    --color-accent: 83, 181, 88;
    --color-light: 151, 207, 147;
    --color-red: 224, 0, 0;
    --font-accent: "Montserrat", sans-serif;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;

      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .z-50 {
    z-index: 50;
  }

  .container {
    width: 100%;

    @media (width >= 40rem) {
      max-width: 40rem;
    }

    @media (width >= 48rem) {
      max-width: 48rem;
    }

    @media (width >= 64rem) {
      max-width: 64rem;
    }

    @media (width >= 80rem) {
      max-width: 80rem;
    }

    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }

  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }

  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }

  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }

  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }

  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }

  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }

  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-full {
    width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

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

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

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-stretch {
    align-items: stretch;
  }

  .justify-between {
    justify-content: space-between;
  }

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

  .justify-end {
    justify-content: flex-end;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }

  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }

  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-center {
    background-position: center;
  }

  .bg-no-repeat {
    background-repeat: no-repeat;
  }

  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-12 {
    padding: calc(var(--spacing) * 12);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-28 {
    padding-block: calc(var(--spacing) * 28);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }

  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }

  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }

  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }

  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }

  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }

  .text-center {
    text-align: center;
  }

  .\!text-2xl {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .text-\[color\:rgb\(var\(--color-accent\)\)\] {
    color: rgb(var(--color-accent));
  }

  .text-\[color\:rgb\(var\(--color-accent-dark\)\)\] {
    color: rgb(var(--color-accent-dark));
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .no-underline {
    text-decoration-line: none;
  }

  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}

html {
  scroll-padding-top: 100px;
}

.container {
  z-index: 10;
  box-sizing: border-box;
  user-select: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
}

img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.btn {
  background-color: rgb(var(--color-accent));
  border: 2px solid rgb(var(--color-accent));
  color: #fff;
  letter-spacing: .1em;
  box-sizing: border-box;
  max-width: 380px;
  margin: 0 auto;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;

  &:hover {
    border-color: rgb(var(--color-accent));
    color: rgb(var(--color-accent));
    opacity: 1;
    background-color: #0000;

    &:after {
      border-top-color: rgb(var(--color-accent));
      border-right-color: rgb(var(--color-accent));
      right: 20px;
    }
  }

  &:after {
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 12px;
    height: 12px;
    transition: all .3s;
    position: absolute;
    top: 38%;
    right: 25px;
    transform: rotate(45deg);
  }
}

article.artist {
  & a {
    transition: all .3s ease-in-out;
    display: block;

    &:hover {
      opacity: 1;
      transform: scale(1.02);
    }
  }

  & .thumb {
    aspect-ratio: 1.5;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
  }

  & .name {
    color: #fff;
    font-size: clamp(12px, 3vw, 18px);
    line-height: 1em;
    font-family: var(--font-accent);
    letter-spacing: .05em;
    text-align: center;
    font-weight: 800;
  }
}

.info-block {
  & h3 {
    color: rgb(var(--color-accent));
    border-bottom: 1px dashed rgb(var(--color-accent));
    margin-top: 2rem;
    font-weight: 600;
  }

  & p {
    text-align: justify;
    word-wrap: break-word;
    color: rgb(var(--color-dark));
    white-space: pre-wrap;
    line-height: 1.7;
  }
}

.bg {
  z-index: -3;
  background-image: url("landing-bg.c11d597b.jpg");
  background-attachment: fixed;
}

.lightning {
  --brightness: 2;
  filter: brightness(var(--brightness));
  -o-filter: brightness(var(--brightness));
  -moz-filter: brightness(var(--brightness));
  z-index: -2;
  background-image: url("landing-bg.c11d597b.jpg");
}

body.subpage {
  & header {
    background: var(--color-white);
    box-shadow: 0 9px 9px #00000029;

    & .logo svg, & nav li:not(.ticket) {
      color: rgb(var(--color-accent));
    }
  }

  & main {
    margin-top: 100px;
  }
}

header {
  font-family: var(--font-accent);

  &.scrolled {
    background: linear-gradient(to bottom, rgba(var(--color-dark), .8), rgba(var(--color-dark), .5));
    box-shadow: 0 9px 9px #00000029;
  }

  & .logo {
    z-index: 99;
    max-width: 90px;
    height: 100%;

    & svg {
      color: var(--color-white);
      width: 100%;
      height: auto;
      max-height: 100%;
      display: block;
    }
  }

  & nav {
    & li {
      transition: all .3s ease-in-out;

      &:hover {
        color: rgb(var(--color-light));
      }

      &.ticket {
        color: var(--color-white);
        background-color: rgb(var(--color-accent));

        &:hover {
          opacity: .8;
        }

        & a {
          height: 100%;
          padding: 1.25rem 1.5rem;
          display: block;
        }
      }
    }
  }
}

nav.mobile {
  display: none;
}

.page_title {
  background: url("title-bg.55502394.jpg") center / cover no-repeat;
  margin-top: 80px;

  & h2 {
    text-align: center;
    font-size: clamp(20px, 10vw, 50px);
    font-family: var(--font-accent);
    background: url("light_green.62ad7f80.png") center no-repeat;
    padding: 100px 0;
    display: block;
  }
}

#landing {
  color: var(--color-white);
}

#landing .event {
  width: 90%;
  max-width: 1000px;
  max-height: clamp(300px, 80%, 800px);
  margin-bottom: 30px;
}

#landing .organization {
  width: clamp(150px, 20%, 300px);
  max-height: clamp(50px, 8%, 100px);
  margin-bottom: clamp(24px, 6%, 40px);
}

#landing .slogan {
  z-index: 10;
  width: 6vw;
  max-width: 50px;
  max-height: 50vh;
  position: absolute;
  top: 15%;
  right: 5%;
}

#landing .sns-links {
  position: absolute;
  bottom: 20px;
  left: 5%;

  & > a {
    user-select: none;
    opacity: 1;
    width: auto;
    height: 32px;

    &:hover {
      opacity: .8;
    }

    &:nth-child(2) {
      animation-delay: 2s;
    }
  }
}

#news {
  background: url("title-bg.55502394.jpg") center / cover no-repeat;

  & article.news {
    & a {
      transition: all .3s ease-in-out;
      display: block;

      &:hover {
        opacity: .6;
      }
    }

    & .thumbnail {
      align-self: stretch;

      & a {
        width: 100%;
        height: 100%;
        display: block;

        & img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          display: block;
        }
      }
    }

    & .date, & .more {
      color: rgb(var(--color-accent));
      font-weight: 500;
      font-family: var(--font-accent);
    }

    & .title {
      font-weight: 700;
    }
  }
}

#artists {
  background-color: rgb(var(--color-accent));

  & .artists_title {
    & h2 {
      text-align: center;
      font-size: clamp(20px, 10vw, 50px);
      font-family: var(--font-accent);
      background: url("light_black.b149ae4b.png") center no-repeat;
      padding: 100px 0;
      display: block;
    }
  }

  & h3.announce {
    color: var(--color-white);
    text-align: center;
    border: 2px solid var(--color-white);
    background: none;
    padding: 20px;
    font-size: clamp(20px, 5vw, 40px);
    font-weight: 900;
  }

  & .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

#ticket {
  background: url("title-bg.55502394.jpg") center / cover no-repeat;

  & a.btn.btn-link {
    width: 100%;
    max-width: none;
    font-size: clamp(20px, 5vw, 40px);
    font-weight: 900;
  }

  & .ticket_subtitle {
    color: #fff;
    text-align: center;
    background: none;
    border: 2px solid #fff;
    padding: 20px;
    font-family: Montserrat, sans-serif;
    font-size: clamp(20px, 5vw, 40px);
    font-weight: 900;
  }

  & p {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 22px !important;
  }
}

footer {
  color: rgb(var(--color-dark));
  background-color: var(--color-white);

  & h3 {
    color: rgb(var(--color-accent));
    text-align: left;
    border-bottom: 1px solid rgb(var(--color-accent));
    text-shadow: 0 1px 2px #0003;
    margin-top: 3.5rem;
    margin-bottom: .875rem;
    padding-bottom: .25rem;
    font-size: 1.5rem;
    font-weight: 600;
  }

  & .sponsors {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    display: grid;

    & a {
      width: 100%;
      height: 100%;
      max-height: 100px;
      transition: all .3s ease-in-out;
      display: block;
      overflow: hidden;

      &:hover {
        opacity: .8;
      }
    }
  }

  & .past-events {
    color: rgb(var(--color-red));
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    display: grid;

    & a {
      user-select: none;
      cursor: pointer;
      background: none;
      width: 100%;
      height: 100%;
      max-height: 100px;
      transition: all .3s ease-in-out;
      display: block;

      &:hover {
        opacity: .8;
      }

      & svg {
        object-fit: contain;
        max-width: 100%;
        max-height: 100%;
        display: block;
      }
    }
  }

  & .copyright {
    background-color: rgb(var(--color-accent));
    padding: 1rem 0;
    font-size: .875rem;
  }
}

.animate-katakata {
  animation: 2s ease-in-out infinite alternate katakata;
}

@keyframes katakata {
  0% {
    transform: translate(0)rotate(0);
  }

  21% {
    transform: translate(0)rotate(0);
  }

  22% {
    transform: translate(0)rotate(-3deg);
  }

  23% {
    transform: translate(0, -1px)rotate(0);
  }

  24% {
    transform: translate(0, -1px)rotate(3deg);
  }

  25% {
    transform: translate(1px)rotate(-2deg);
  }

  26% {
    transform: translate(0, 1px)rotate(0);
  }

  27% {
    transform: translate(0)rotate(3deg);
  }

  28% {
    transform: translate(0)rotate(0);
  }

  100% {
    transform: translate(0)rotate(0);
  }
}

.animate-flash {
  --duration: 7s;
  -webkit-animation: flash ease-out var(--duration) infinite;
  -moz-animation: flash ease-out var(--duration) infinite;
  animation: flash ease-out var(--duration) infinite;
}

@keyframes flash {
  from {
    opacity: 0;
  }

  92% {
    opacity: 0;
  }

  93% {
    opacity: .6;
  }

  94% {
    opacity: .2;
  }

  96% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.bump {
  --duration: 6s;
  -webkit-animation: bump ease-in-out var(--duration) infinite;
  -moz-animation: bump ease-in-out var(--duration) infinite;
  animation: bump ease-in-out var(--duration) infinite;
}

@keyframes bump {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (width <= 1024px) {
  body.subpage header {
    box-shadow: none;

    & label {
      box-shadow: none;

      & .line {
        background-color: rgb(var(--color-accent));
      }
    }
  }

  nav.desktop {
    display: none;
  }

  nav.mobile {
    display: block;

    & label {
      --size: 54px;
      z-index: 99;
      cursor: pointer;
      height: var(--size);
      width: var(--size);
      position: fixed;
      top: 20px;
      right: 20px;
      box-shadow: 0 9px 9px #00000029;

      & .lines {
        flex-direction: column;
        justify-content: space-around;
        display: flex;
      }

      & .line {
        background-color: var(--color-white);
        width: 100%;
        height: 2px;
        transition: all .5s ease-in-out;

        &:nth-child(2) {
          margin: 6px 0;
        }
      }
    }

    & .inner-nav {
      background-color: rgba(var(--color-dark), .9);
      z-index: 2;
      opacity: 0;
      max-height: 0;
      transition: all .3s ease-in-out;
      left: 0;
      right: 0;
      overflow: hidden;
    }

    & li {
      padding: 0;

      & a {
        text-align: center;
        padding: 1.5rem;
        display: block;
      }
    }

    & #navToggle:checked + label {
      & .line {
        position: absolute;
        top: 50%;
        left: 50%;

        &:first-child {
          transform: translate(-50%, -50%)rotate(45deg);
        }

        &:nth-child(2) {
          display: none;
        }

        &:nth-child(3) {
          transform: translate(-50%, -50%)rotate(135deg);
        }
      }

      & .round {
        background: rgb(var(--color-light));
        border-radius: 50%;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
    }

    & #navToggle:checked ~ .inner-nav {
      opacity: 1;
      max-height: 1500px;
    }
  }
}

@media (width <= 768px) {
  #landing .sns-links {
    & > a {
      height: 24px;
    }
  }

  #news {
    & .grid {
      grid-template-columns: repeat(1, 1fr);
    }
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}
/*# sourceMappingURL=rumble-jag.5525e4b8.css.map */
