:root {
  --font-sans: "Space Grotesk", sans-serif;
  --font-display: "Objective", sans-serif;
  --font-objective: "Objective", sans-serif;
  --font-scratch: "Avali Scratch", "Objective", sans-serif;
  --brand-ink: #edf2ff;
  --brand-paper: #0d1320;
  --brand-surface: #151d2c;
  --brand-accent: #007efe;
  --brand-accent-dark: #005fc0;
  --brand-olive: #7fb7ff;
  --brand-muted: #90a6c6;
  --brand-border: rgba(237, 242, 255, 0.12);
  --brand-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  --preview-height: 280px;
}

.avl-site.avl-font-mode-scratch {
  --font-sans: var(--font-scratch);
  --font-display: var(--font-scratch);
}

@font-face {
  font-family: "Avali Scratch";
  src: url("../fonts/avali-scratch/STRAIGHT_FEA_V2.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/objective/Objective-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/objective/Objective-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/objective/Objective-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/objective/Objective-Medium-Italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/objective/Objective-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/objective/Objective-Bold-Italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/objective/Objective-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/objective/Objective-ExtraBold-Italic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/objective/Objective-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/objective/Objective-Black-Italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.avl-site {
  color-scheme: dark;
  font-family: var(--font-sans);
  color: var(--brand-ink);
  --bs-body-color: var(--brand-ink);
  --bs-body-bg: var(--brand-paper);
  --bs-emphasis-color: #ffffff;
  --bs-secondary-color: var(--brand-muted);
  --bs-secondary-color-rgb: 151, 164, 190;
  --bs-tertiary-bg: rgba(255, 255, 255, 0.04);
  --bs-border-color: var(--brand-border);
  --bs-dark-rgb: 237, 242, 255;
  background: radial-gradient(circle at top left, rgba(0, 126, 254, 0.12), transparent 28%), radial-gradient(circle at top right, rgba(127, 183, 255, 0.08), transparent 22%), linear-gradient(180deg, #070c15 0%, #0a1323 34%, #09101b 100%);
}

.avl-site h1,
.avl-site h2,
.avl-site h3,
.avl-site h4,
.avl-site h5,
.avl-site h6 {
  font-family: var(--font-display);
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.avl-font-objective {
  font-family: var(--font-objective);
}

.avl-site h1,
.avl-site .h1 {
  font-weight: 700;
}

.avl-site h2,
.avl-site .h2 {
  font-weight: 700;
}

.avl-site h3,
.avl-site .h3 {
  font-weight: 700;
}

.avl-site h4,
.avl-site .h4,
.avl-site h5,
.avl-site .h5 {
  font-weight: 500;
}

.avl-site h6,
.avl-site .h6 {
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.avl-site .display-1,
.avl-site .display-2,
.avl-site .display-3,
.avl-site .display-4,
.avl-site .display-5,
.avl-site .display-6 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.avl-site a {
  color: var(--brand-accent);
}

.avl-site a:hover {
  color: var(--brand-accent-dark);
}

.avl-site .btn,
.avl-site .btn:hover,
.avl-site .btn:focus,
.avl-site .btn:active {
  color: inherit;
  text-decoration: none;
}

.avl-site code {
  color: #9fd0ff;
}

.avl-site .text-secondary,
.avl-site .text-muted {
  color: var(--brand-muted) !important;
}

.avl-site .btn-outline-dark {
  --bs-btn-color: var(--brand-ink);
  --bs-btn-border-color: rgba(237, 242, 255, 0.28);
  --bs-btn-hover-color: #f4f8ff;
  --bs-btn-hover-bg: rgba(214, 228, 255, 0.08);
  --bs-btn-hover-border-color: rgba(214, 228, 255, 0.38);
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgba(214, 228, 255, 0.12);
  --bs-btn-active-border-color: rgba(214, 228, 255, 0.44);
}

.avl-site .modal-content {
  background: linear-gradient(180deg, rgba(21, 29, 44, 0.98), rgba(13, 19, 32, 0.98));
  color: var(--brand-ink);
  border: 1px solid var(--brand-border);
  box-shadow: var(--brand-shadow);
}

.avl-site .form-check-input {
  background-color: rgba(8, 13, 22, 0.94);
  border-color: rgba(88, 182, 255, 0.26);
  box-shadow: inset 0 0 0 1px rgba(88, 182, 255, 0.08);
}

.avl-site .form-switch .form-check-input {
  width: 2.45rem;
  height: 1.3rem;
  margin-top: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23dbe8fa'/%3e%3c/svg%3e");
}

.avl-site .form-switch {
  display: inline-flex;
  align-items: center;
  min-height: 1.3rem;
}

.avl-site .form-switch .form-check-label {
  margin-bottom: 0;
  padding-left: 0.25rem;
  line-height: 1.2;
}

.avl-site .form-check-input:checked {
  background-color: rgba(0, 126, 254, 0.72);
  border-color: rgba(88, 182, 255, 0.82);
}

.avl-site .form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f5fbff'/%3e%3c/svg%3e");
}

.avl-site .form-check-input:focus {
  border-color: rgba(88, 182, 255, 0.48);
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 254, 0.16), inset 0 0 0 1px rgba(88, 182, 255, 0.08);
}

.avl-site .navbar-toggler {
  border-color: rgba(237, 242, 255, 0.2);
}

.avl-site .navbar-toggler-icon {
  filter: invert(1) brightness(1.2);
}

.avl-shell {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.avl-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.avl-background[data-avl-background=glow-parallax] .avl-bg-glow {
  position: fixed;
  width: 18rem;
  height: 18rem;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.avl-background[data-avl-background=glow-parallax] .avl-bg-glow-inner {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  filter: blur(20px);
  will-change: transform, filter, opacity;
}

.avl-background[data-avl-background=glow-parallax] .avl-bg-glow-a {
  inset: auto auto 10% -8rem;
}

.avl-background[data-avl-background=glow-parallax] .avl-bg-glow-a .avl-bg-glow-inner {
  background: rgba(127, 183, 255, 0.07);
  animation: avlGlowFloatA 6s ease-in-out infinite alternate;
}

.avl-background[data-avl-background=glow-parallax] .avl-bg-glow-b {
  inset: 8% -5rem auto auto;
}

.avl-background[data-avl-background=glow-parallax] .avl-bg-glow-b .avl-bg-glow-inner {
  background: rgba(0, 126, 254, 0.1);
  animation: avlGlowFloatB 7.5s ease-in-out infinite alternate;
}

@keyframes avlGlowFloatA {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(20px);
    opacity: 0.92;
  }
  100% {
    transform: translate3d(1.6rem, -1.25rem, 0) scale(1.1);
    filter: blur(24px);
    opacity: 1;
  }
}
@keyframes avlGlowFloatB {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(20px);
    opacity: 0.88;
  }
  100% {
    transform: translate3d(-1.8rem, 1.35rem, 0) scale(1.14);
    filter: blur(26px);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .avl-background[data-avl-background=glow-parallax] .avl-bg-glow,
  .avl-background[data-avl-background=glow-parallax] .avl-bg-glow-inner {
    animation: none;
    transform: none;
  }
}
.avl-navbar {
  position: sticky;
  top: 0;
  z-index: 1035;
  backdrop-filter: blur(16px);
  background: rgba(10, 16, 27, 0.78);
  border-bottom: 1px solid var(--brand-border);
}

.avl-navbar .navbar-collapse {
  position: relative;
  z-index: 1036;
}

.avl-navbar-brand {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  color: var(--brand-accent);
  line-height: 1;
}

.avl-navbar .nav-link {
  font-weight: 500;
}

.avl-nav-settings-toggle {
  width: 2.85rem;
  height: 2.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(88, 182, 255, 0.22);
  border-radius: 0.7rem;
  background: rgba(8, 13, 22, 0.7);
  color: #d7e6ff;
}

.avl-nav-settings-toggle:hover,
.avl-nav-settings-toggle:focus,
.avl-nav-settings-toggle:active {
  color: #ffffff !important;
  border-color: rgba(88, 182, 255, 0.42) !important;
  background: rgba(12, 18, 29, 0.9) !important;
}

.avl-nav-settings-toggle::after {
  display: none;
}

.avl-nav-settings-icon {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}

.avl-settings-menu {
  min-width: 18rem;
  padding: 0.9rem 1rem;
  margin-top: 0.75rem;
  border: 1px solid rgba(88, 182, 255, 0.16);
  border-radius: 0.85rem;
  background: linear-gradient(180deg, rgba(17, 25, 38, 0.98), rgba(10, 16, 27, 0.98));
  box-shadow: var(--brand-shadow);
}

.avl-settings-switch {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.avl-settings-switch + .avl-settings-switch {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(88, 182, 255, 0.12);
}

.avl-settings-switch .form-check-input {
  flex: 0 0 auto;
}

.avl-settings-switch .form-check-label {
  margin-bottom: 0;
  color: #dcecff;
}

.avl-nav-settings-toggle-mobile {
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  height: auto;
  padding: 0.9rem 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.avl-settings-menu-mobile {
  inset: auto 0 0 0 !important;
}

.avl-navbar-logo {
  width: 2.85rem;
  height: auto;
  display: block;
  fill: currentColor;
  margin-block: -0.05rem;
}

.avl-announcement-wrap {
  position: sticky;
  top: 0;
  z-index: 1010;
  padding: 0.65rem 0;
  background: rgba(7, 12, 21, 0.82);
  border-bottom: 1px solid rgba(88, 182, 255, 0.08);
  backdrop-filter: blur(14px);
}

.avl-announcement-wrap[hidden] {
  display: none !important;
}

.avl-announcement-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 3rem;
  padding: 0.55rem 0.75rem 0.55rem 0.95rem;
  border: 1px solid rgba(88, 182, 255, 0.18);
  border-radius: 0.8rem;
  background: linear-gradient(180deg, rgba(11, 18, 30, 0.94), rgba(8, 13, 22, 0.96));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.avl-announcement-label {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.8rem 0.48rem;
  border: 1px solid rgba(255, 136, 34, 0.34);
  border-radius: 0.45rem;
  background: linear-gradient(180deg, rgba(255, 136, 34, 0.18), rgba(255, 120, 24, 0.08));
  color: #fff1e5;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.avl-announcement-label::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #ff9b4f;
  box-shadow: 0 0 0 0.25rem rgba(255, 155, 79, 0.18);
}

.avl-announcement-track {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  min-width: 0;
  padding-inline: 0.35rem;
}

.avl-announcement-track::before,
.avl-announcement-track::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5rem;
  background: linear-gradient(270deg, rgba(8, 13, 22, 0), rgba(8, 13, 22, 0.96));
  pointer-events: none;
  z-index: 1;
}

.avl-announcement-track::after {
  inset: 0 0 0 auto;
  width: 5rem;
  background: linear-gradient(90deg, rgba(8, 13, 22, 0), rgba(8, 13, 22, 0.96));
  pointer-events: none;
  z-index: 1;
}

.avl-announcement-track-inner {
  display: flex;
  align-items: center;
  width: max-content;
  color: #dcecff;
  font-size: 0.92rem;
  white-space: nowrap;
  animation: avlAnnouncementScroll 24s linear infinite;
}

.avl-announcement-segment {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  min-width: max-content;
  padding-right: 1.5rem;
}

.avl-announcement-segment > span,
.avl-announcement-segment > a {
  position: relative;
}

.avl-announcement-segment > span + span::before,
.avl-announcement-segment > span + a::before,
.avl-announcement-segment > a + span::before,
.avl-announcement-segment > a + a::before {
  content: "";
  position: absolute;
  left: -0.82rem;
  top: 50%;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 999px;
  background: rgba(127, 183, 255, 0.56);
  transform: translateY(-50%);
}

.avl-announcement-track-inner a {
  color: #f1f7ff;
  text-decoration: none;
}

.avl-announcement-track-inner a:hover {
  color: #ffffff;
}

@keyframes avlAnnouncementScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.avl-breadcrumbs-wrap {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(237, 242, 255, 0.08);
  background: rgba(8, 13, 22, 0.42);
}

.avl-breadcrumbs-nav {
  padding: 0.8rem 0;
}

.avl-breadcrumbs {
  --bs-breadcrumb-divider-color: rgba(144, 166, 198, 0.55);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.avl-breadcrumbs .breadcrumb-item,
.avl-breadcrumbs .breadcrumb-item.active {
  color: rgba(144, 166, 198, 0.9);
}

.avl-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(144, 166, 198, 0.55);
}

.avl-breadcrumbs a {
  color: #d7e6ff;
  text-decoration: none;
}

.avl-breadcrumbs a:hover {
  color: #ffffff;
}

@media (min-width: 992px) {
  .avl-navbar {
    min-height: 5rem;
  }
  .avl-navbar .container-xl {
    align-items: center;
  }
  .avl-navbar-logo {
    width: 3.35rem;
    margin-block: -0.12rem 0.04rem;
  }
  .avl-announcement-wrap {
    top: 5rem;
  }
}
@media (max-width: 767.98px) {
  .avl-announcement-wrap {
    position: relative;
    top: auto;
    padding: 0.5rem 0;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
  }
  .avl-announcement-bar {
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
  }
  .avl-announcement-label {
    align-self: center;
  }
  .avl-announcement-track {
    width: 100%;
    padding-inline: 0;
  }
  .avl-announcement-track::before,
  .avl-announcement-track::after {
    width: 2.5rem;
  }
  .avl-announcement-track-inner {
    animation-duration: 18s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .avl-announcement-track-inner {
    animation: none;
    min-width: auto;
    white-space: normal;
    padding-right: 0;
  }
}
.avl-main {
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
}

.avl-section {
  padding: 4rem 0;
  border-bottom: 1px solid var(--brand-border);
  position: relative;
}

.avl-section-intro {
  max-width: 42rem;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 1.1rem;
}

.avl-section-intro::before {
  content: "";
  position: absolute;
  top: 0.35rem;
  left: 0;
  width: 2px;
  height: calc(100% - 0.6rem);
  background: rgba(88, 182, 255, 0.75);
}

.avl-section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c9d9f5;
}

.avl-section-label::after {
  content: "";
  width: 2.9rem;
  height: 1px;
  background: rgba(88, 182, 255, 0.65);
}

.avl-panel {
  --avl-frame-color: rgba(88, 182, 255, 0.24);
  --avl-cut-x: 14px;
  --avl-cut-y: 22px;
  --avl-cut-line-length: 26px;
  --avl-cut-line-angle: -57.5deg;
  --avl-cut-line-thickness: 1.5px;
  position: relative;
  background: linear-gradient(180deg, rgba(21, 29, 44, 0.9), rgba(17, 25, 38, 0.92));
  border: 1.5px solid var(--avl-frame-color);
  border-radius: 0.9rem;
  clip-path: polygon(var(--avl-cut-x) 0, 100% 0, 100% calc(100% - var(--avl-cut-y)), calc(100% - var(--avl-cut-x)) 100%, 0 100%, 0 var(--avl-cut-y));
  box-shadow: var(--brand-shadow);
  padding: 1.5rem;
  height: 100%;
  overflow: hidden;
}

.avl-panel::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: var(--avl-cut-line-length);
  height: 1px;
  background: var(--avl-frame-color);
  pointer-events: none;
  transform: rotate(var(--avl-cut-line-angle));
  transform-origin: left center;
  z-index: 1;
}

.avl-panel::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  width: var(--avl-cut-line-length);
  height: var(--avl-cut-line-thickness);
  background: var(--avl-frame-color);
  pointer-events: none;
  transform: rotate(var(--avl-cut-line-angle));
  transform-origin: right center;
  z-index: 1;
}

.avl-layout-demo {
  border: 1px dashed rgba(237, 242, 255, 0.18);
  background: rgba(0, 126, 254, 0.08);
  min-height: 5rem;
  border-radius: 0.65rem;
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: var(--brand-muted);
  font-weight: 500;
}

.avl-footer {
  background: linear-gradient(180deg, rgba(8, 13, 22, 0.98), rgb(6, 10, 18));
  color: rgba(214, 228, 255, 0.82);
  border-top: 1px solid rgba(88, 182, 255, 0.12);
}

.avl-footer p {
  color: rgba(144, 166, 198, 0.92);
}

.avl-footer a {
  color: #d7e6ff;
  font-weight: 500;
  text-decoration: none;
}

.avl-footer a:hover {
  color: #ffffff;
}

.avl-code-note {
  display: inline-block;
  font-size: 0.875rem;
  color: #d7e6ff;
  background: rgba(0, 126, 254, 0.12);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
}

.avl-site .btn-primary,
.avl-site .btn-secondary,
.avl-site .btn-outline-dark,
.avl-btn-brand,
.avl-btn-cta {
  position: relative;
  border-radius: 0.45rem;
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 14px) 100%, 0 100%, 0 22px);
  padding: 0.85rem 1.4rem;
  border-width: 2px;
  border-style: solid;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow: hidden;
  transition: box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.avl-site .btn-primary,
.avl-site .btn-secondary,
.avl-site .btn-outline-dark {
  box-shadow: inset 0 0 0 1px transparent, 0 8px 18px rgba(0, 0, 0, 0.12);
}

.avl-site .btn-primary {
  --avl-cut-color: rgba(127, 183, 255, 0.34);
  --avl-cut-hover-color: rgba(168, 214, 255, 0.62);
  --bs-btn-color: #dcecff;
  --bs-btn-bg: rgba(96, 160, 226, 0.06);
  --bs-btn-border-color: rgba(127, 183, 255, 0.34);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgba(96, 160, 226, 0.12);
  --bs-btn-hover-border-color: rgba(168, 214, 255, 0.62);
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgba(96, 160, 226, 0.16);
  --bs-btn-active-border-color: rgba(168, 214, 255, 0.68);
  box-shadow: inset 0 0 0 1px rgba(127, 183, 255, 0.34), 0 8px 18px rgba(0, 0, 0, 0.12);
}

.avl-site .btn-secondary {
  --avl-cut-color: rgba(184, 201, 230, 0.34);
  --avl-cut-hover-color: rgba(214, 228, 255, 0.52);
  --bs-btn-color: #deebff;
  --bs-btn-bg: rgba(144, 166, 198, 0.08);
  --bs-btn-border-color: rgba(184, 201, 230, 0.34);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgba(144, 166, 198, 0.14);
  --bs-btn-hover-border-color: rgba(214, 228, 255, 0.52);
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgba(144, 166, 198, 0.18);
  --bs-btn-active-border-color: rgba(214, 228, 255, 0.58);
  box-shadow: inset 0 0 0 1px rgba(184, 201, 230, 0.3), 0 8px 18px rgba(0, 0, 0, 0.12);
}

.avl-site .btn-outline-dark {
  --avl-cut-color: rgba(237, 242, 255, 0.24);
  --avl-cut-hover-color: rgba(214, 228, 255, 0.38);
  box-shadow: inset 0 0 0 1px rgba(237, 242, 255, 0.24), 0 8px 18px rgba(0, 0, 0, 0.12);
}

.avl-btn-brand {
  --avl-cut-color: rgba(88, 182, 255, 0.8);
  --avl-cut-hover-color: rgba(132, 203, 255, 1);
  border-width: 2.5px;
  font-weight: 700;
  --bs-btn-color: #dcecff;
  --bs-btn-bg: rgba(0, 126, 254, 0.08);
  --bs-btn-border-color: rgba(88, 182, 255, 0.8);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgba(0, 126, 254, 0.18);
  --bs-btn-hover-border-color: #58b6ff;
  --bs-btn-focus-shadow-rgb: 0, 126, 254;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgba(0, 95, 192, 0.2);
  --bs-btn-active-border-color: #007efe;
  background-image: none;
  background-color: rgba(0, 126, 254, 0.04);
  box-shadow: inset 0 0 0 1px rgba(88, 182, 255, 0.8), 0 10px 22px rgba(0, 0, 0, 0.14);
  letter-spacing: 0.06em;
}

.avl-btn-cta {
  --avl-cut-color: rgba(255, 136, 34, 1);
  --avl-cut-hover-color: rgba(255, 166, 82, 1);
  border-width: 2.5px;
  font-weight: 700;
  background: rgba(255, 120, 24, 0.12);
  color: #ffffff;
  border-color: rgb(255, 136, 34);
  box-shadow: inset 0 0 0 1px rgb(255, 136, 34), 0 10px 22px rgba(0, 0, 0, 0.14);
  letter-spacing: 0.08em;
}

.avl-site .btn-primary:hover,
.avl-site .btn-secondary:hover,
.avl-site .btn-outline-dark:hover,
.avl-btn-brand:hover,
.avl-btn-cta:hover {
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.avl-site .btn-primary:hover {
  box-shadow: inset 0 0 0 1px rgba(168, 214, 255, 0.62), 0 12px 24px rgba(96, 160, 226, 0.1);
}

.avl-site .btn-secondary:hover {
  box-shadow: inset 0 0 0 1px rgba(214, 228, 255, 0.5), 0 12px 24px rgba(144, 166, 198, 0.12);
}

.avl-site .btn-outline-dark:hover {
  box-shadow: inset 0 0 0 1px rgba(214, 228, 255, 0.34), 0 12px 24px rgba(214, 228, 255, 0.06);
}

.avl-btn-brand:hover {
  --bs-btn-hover-bg: rgba(0, 126, 254, 0.18);
  --bs-btn-hover-border-color: rgba(132, 203, 255, 1);
  box-shadow: inset 0 0 0 1px rgb(132, 203, 255), 0 12px 24px rgba(0, 126, 254, 0.14);
}

.avl-btn-cta:hover {
  background: rgba(255, 120, 24, 0.2);
  border-color: rgb(255, 166, 82);
  box-shadow: inset 0 0 0 1px rgb(255, 166, 82), 0 12px 24px rgba(255, 120, 24, 0.14);
}

.avl-site .btn-primary::before,
.avl-site .btn-primary::after,
.avl-site .btn-secondary::before,
.avl-site .btn-secondary::after,
.avl-site .btn-outline-dark::before,
.avl-site .btn-outline-dark::after,
.avl-btn-brand::before,
.avl-btn-cta::before,
.avl-btn-brand::after,
.avl-btn-cta::after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: background-color 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
}

.avl-site .btn-primary::before,
.avl-site .btn-secondary::before,
.avl-site .btn-outline-dark::before,
.avl-btn-brand::before,
.avl-btn-cta::before {
  top: 0;
  left: 0;
  width: 14px;
  height: 22px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.avl-site .btn-primary::after,
.avl-site .btn-secondary::after,
.avl-site .btn-outline-dark::after,
.avl-btn-brand::after,
.avl-btn-cta::after {
  bottom: 0;
  right: 0;
  width: 14px;
  height: 22px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.avl-site .btn-primary::before,
.avl-site .btn-primary::after {
  background: var(--avl-cut-color);
}

.avl-site .btn-secondary::before,
.avl-site .btn-secondary::after {
  background: var(--avl-cut-color);
}

.avl-site .btn-outline-dark::before,
.avl-site .btn-outline-dark::after {
  background: var(--avl-cut-color);
}

.avl-site .btn-primary:hover::before,
.avl-site .btn-primary:hover::after,
.avl-site .btn-secondary:hover::before,
.avl-site .btn-secondary:hover::after,
.avl-site .btn-outline-dark:hover::before,
.avl-site .btn-outline-dark:hover::after {
  background: var(--avl-cut-hover-color);
}

.avl-btn-brand::before,
.avl-btn-brand::after {
  background: var(--avl-cut-color);
}

.avl-btn-cta::before,
.avl-btn-cta::after {
  background: var(--avl-cut-color);
}

.avl-btn-brand:hover::before,
.avl-btn-brand:hover::after,
.avl-btn-cta:hover::before,
.avl-btn-cta:hover::after {
  background: var(--avl-cut-hover-color);
}

.avl-form-demo .form-label,
.avl-form-demo .avl-form-label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c7d8f4;
}

.avl-form-demo .form-control,
.avl-form-demo .form-select,
.avl-form-demo .input-group-text {
  background: rgba(10, 16, 27, 0.82);
  border-color: rgba(88, 182, 255, 0.18);
  color: var(--brand-ink);
}

.avl-form-demo .form-control:focus,
.avl-form-demo .form-select:focus {
  background: rgba(10, 16, 27, 0.92);
  border-color: rgba(88, 182, 255, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 254, 0.16);
  color: var(--brand-ink);
}

.avl-form-demo .form-control::placeholder {
  color: rgba(144, 166, 198, 0.72);
}

.avl-form-demo .form-control[type=file]::file-selector-button {
  margin-right: 1rem;
  padding: 0.7rem 1rem;
  border: 0;
  border-right: 1px solid rgba(88, 182, 255, 0.18);
  background: rgba(14, 21, 34, 0.96);
  color: #dcecff;
  font-weight: 500;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.avl-form-demo .form-control[type=file]:hover::file-selector-button,
.avl-form-demo .form-control[type=file]:focus::file-selector-button {
  background: rgba(18, 28, 44, 0.98);
  color: #f3f8ff;
  border-right-color: rgba(127, 183, 255, 0.28);
}

.avl-form-demo .input-group-text {
  font-weight: 700;
}

.avl-form-demo .form-text,
.avl-form-note {
  color: var(--brand-muted);
}

.avl-form-demo .valid-feedback,
.avl-form-demo .invalid-feedback {
  font-size: 0.875rem;
}

.avl-form-demo .form-range {
  --bs-form-range-track-bg: rgba(8, 13, 22, 0.96);
}

.avl-form-demo .form-range::-webkit-slider-runnable-track {
  background: rgba(8, 13, 22, 0.96);
  border: 1px solid rgba(88, 182, 255, 0.18);
}

.avl-form-demo .form-range::-webkit-slider-thumb {
  background: #58b6ff;
  border: 2px solid rgba(8, 13, 22, 0.92);
}

.avl-form-demo .form-range::-moz-range-track {
  background: rgba(8, 13, 22, 0.96);
  border: 1px solid rgba(88, 182, 255, 0.18);
}

.avl-form-demo .form-range::-moz-range-thumb {
  background: #58b6ff;
  border: 2px solid rgba(8, 13, 22, 0.92);
}

.avl-product-toolbar {
  display: grid;
  gap: 1.25rem;
}

.avl-product-toolbar:not([open]) {
  gap: 0;
}

.avl-product-toolbar[open] {
  padding-bottom: 1.4rem;
}

.avl-product-toolbar-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.avl-product-toolbar-summary:hover .avl-product-toolbar-toggle {
  border-color: rgba(132, 203, 255, 0.42);
  color: rgba(232, 243, 255, 0.94);
}

.avl-product-toolbar-summary::-webkit-details-marker {
  display: none;
}

.avl-product-toolbar-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  padding: 0.35rem 0.8rem;
  border: 1px solid rgba(88, 182, 255, 0.22);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(214, 228, 255, 0.82);
  background: rgba(255, 255, 255, 0.03);
}

.avl-product-toolbar[open] .avl-product-toolbar-toggle {
  color: rgba(255, 255, 255, 0.96);
  background: rgba(0, 126, 254, 0.12);
  border-color: rgba(88, 182, 255, 0.4);
}

.avl-product-toolbar:not([open]) .avl-product-toolbar-toggle::after,
.avl-product-toolbar[open] .avl-product-toolbar-toggle::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform-origin: center;
}

.avl-product-toolbar:not([open]) .avl-product-toolbar-toggle::after {
  transform: rotate(45deg) translateY(-1px);
}

.avl-product-toolbar[open] .avl-product-toolbar-toggle::after {
  transform: rotate(225deg) translateY(-1px);
}

.avl-product-toolbar:not([open]) .avl-product-filters {
  display: none;
}

.avl-product-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.avl-filter-chip {
  min-height: 2.2rem;
  padding-inline: 0.8rem;
  font-size: 0.86rem;
}

.avl-filter-chip.is-active {
  --avl-cut-color: rgba(88, 182, 255, 0.8);
  --avl-cut-hover-color: rgba(132, 203, 255, 1);
  --bs-btn-color: #ffffff;
  --bs-btn-bg: rgba(0, 126, 254, 0.16);
  --bs-btn-border-color: rgba(88, 182, 255, 0.82);
  --bs-btn-hover-bg: rgba(0, 126, 254, 0.2);
  --bs-btn-hover-border-color: rgba(132, 203, 255, 1);
  box-shadow: inset 0 0 0 1px rgba(88, 182, 255, 0.82), 0 10px 22px rgba(0, 126, 254, 0.1);
}

.avl-site .avl-card-product-title-link,
.avl-site .avl-card-product-title-link:visited {
  color: #f3f7ff;
  text-decoration: none;
  transition: color 160ms ease;
}

.avl-site .avl-card-product-title-link:hover,
.avl-site .avl-card-product-title-link:focus-visible {
  color: #84cbff;
}

@media (max-width: 767.98px) {
  .avl-product-toolbar-summary {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .avl-product-toolbar-toggle {
    justify-self: start;
  }

  .avl-filter-chip {
    width: 100%;
    justify-content: center;
  }
}

.avl-card-product,
.avl-card-media,
.avl-gallery-preview {
  --avl-frame-color: rgba(88, 182, 255, 0.22);
  --avl-cut-x: 14px;
  --avl-cut-y: 22px;
  --avl-cut-line-length: 26px;
  --avl-cut-line-angle: -57.5deg;
  --avl-cut-line-thickness: 1.5px;
  position: relative;
  border: 1.5px solid var(--avl-frame-color);
  border-radius: 0.9rem;
  clip-path: polygon(var(--avl-cut-x) 0, 100% 0, 100% calc(100% - var(--avl-cut-y)), calc(100% - var(--avl-cut-x)) 100%, 0 100%, 0 var(--avl-cut-y));
  overflow: hidden;
  background: linear-gradient(180deg, rgba(22, 31, 48, 0.94), rgba(14, 21, 34, 0.96));
  box-shadow: var(--brand-shadow);
}

.avl-card-product::before,
.avl-card-media::before,
.avl-gallery-preview::before,
.avl-toggle-card::before,
.avl-notice-card::before,
.avl-safe-content::before,
.avl-nsfw-content::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: var(--avl-cut-line-length);
  height: 1px;
  background: var(--avl-frame-color);
  pointer-events: none;
  transform: rotate(var(--avl-cut-line-angle));
  transform-origin: left center;
  z-index: 1;
}

.avl-card-product::after,
.avl-card-media::after,
.avl-gallery-preview::after,
.avl-toggle-card::after,
.avl-notice-card::after,
.avl-safe-content::after,
.avl-nsfw-content::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  width: var(--avl-cut-line-length);
  height: var(--avl-cut-line-thickness);
  background: var(--avl-frame-color);
  pointer-events: none;
  transform: rotate(var(--avl-cut-line-angle));
  transform-origin: right center;
  z-index: 1;
}

.avl-card-product .card-body,
.avl-card-media .card-body {
  padding: 1.25rem;
  position: relative;
}

.avl-card-product .card-body {
  display: grid;
  gap: 1rem;
}

.avl-card-product-image,
.avl-gallery-image,
.avl-video-placeholder {
  min-height: var(--preview-height);
  background-size: cover;
  background-position: center;
}

.avl-card-product-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-image: linear-gradient(180deg, rgba(8, 13, 22, 0.08), rgba(8, 13, 22, 0.44)), var(--avl-product-image, url("https://public-files.gumroad.com/4anhs4ein8xu911e0r0yfv92mkw4"));
}

.avl-card-product-overlay {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  background: linear-gradient(180deg, rgba(8, 13, 22, 0), rgba(8, 13, 22, 0.72));
}

.avl-card-product-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #eef7ff;
}

.avl-card-product-status::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  background: rgba(255, 166, 82, 0.95);
  box-shadow: 0 0 0 1px rgba(255, 166, 82, 0.22);
}

.avl-card-product-sku,
.avl-card-product-kicker,
.avl-card-product-meta-label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.avl-card-product-sku {
  color: rgba(214, 228, 255, 0.66);
}

.avl-card-product-kicker,
.avl-card-product-meta-label {
  color: #9fb6d6;
}

.avl-card-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.avl-product-tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.95rem;
  padding: 0.36rem 0.7rem;
  border: 1px solid rgba(88, 182, 255, 0.16);
  border-radius: 0.4rem;
  background: rgba(8, 13, 22, 0.56);
  color: #dcecff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.avl-card-product-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(88, 182, 255, 0.12);
}

.avl-card-product-meta > div {
  display: grid;
  gap: 0.45rem;
}

.avl-card-product-stock {
  display: inline-flex;
  align-items: center;
  min-height: 2.44rem;
  color: #dbe9fb;
  font-weight: 500;
  line-height: 1;
}

.avl-card-product-actions {
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
}

.avl-card-product-actions .btn {
  min-height: 3.15rem;
}

.avl-btn-cart {
  flex: 0 0 3.8rem;
  width: 3.8rem;
  display: inline-flex;
  align-items: center;
  padding-inline: 0;
  justify-content: center;
}

.avl-cart-icon {
  width: 1.3rem;
  height: 1.3rem;
  fill: currentColor;
  display: block;
  margin-top: -0.03rem;
}

.avl-product-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.2rem;
  padding: 0.62rem 1rem 0.58rem;
  border: 1px solid rgba(127, 183, 255, 0.24);
  border-radius: 0.45rem;
  background: linear-gradient(180deg, rgba(0, 126, 254, 0.12), rgba(12, 23, 38, 0.72));
  color: #e8f3ff;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(127, 183, 255, 0.08), 0 8px 18px rgba(0, 126, 254, 0.05);
}

.avl-product-gallery-demo {
  overflow: visible;
}

.avl-product-gallery-shell {
  display: grid;
  gap: 1rem;
}

.avl-product-gallery-main {
  position: relative;
  min-height: clamp(20rem, 48vw, 34rem);
  display: block;
  border: 1.5px solid rgba(88, 182, 255, 0.18);
  border-radius: 0.9rem;
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 14px) 100%, 0 100%, 0 22px);
  background: linear-gradient(180deg, rgba(8, 13, 22, 0.04), rgba(8, 13, 22, 0.2));
  box-shadow: var(--brand-shadow);
  overflow: hidden;
}

.avl-product-gallery-main-image {
  display: block;
  width: 100%;
  min-height: inherit;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 220ms ease;
  cursor: zoom-in;
}

.avl-product-gallery-main-image.is-fading {
  opacity: 0.18;
}

.avl-gallery-zoom {
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 0;
  background: transparent;
  padding: 0;
}

.avl-product-gallery-bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.avl-product-gallery-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.25rem;
  min-height: 2.2rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(88, 182, 255, 0.18);
  border-radius: 0.45rem;
  background: rgba(8, 13, 22, 0.68);
  color: #dcecff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.avl-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 3.15rem;
  height: 3.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1.5px solid rgba(88, 182, 255, 0.3);
  border-radius: 0.7rem;
  background: rgba(8, 13, 22, 0.76);
  color: #eef7ff;
  backdrop-filter: blur(10px);
  transform: translateY(-50%);
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.avl-gallery-nav:hover {
  border-color: rgba(132, 203, 255, 0.72);
  background: rgba(10, 18, 30, 0.92);
  color: #ffffff;
}

.avl-gallery-nav svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}

.avl-gallery-nav-prev {
  left: 1rem;
}

.avl-gallery-nav-next {
  right: 1rem;
}

.avl-product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.avl-product-gallery-thumb {
  position: relative;
  display: block;
  padding: 0;
  border: 1.5px solid rgba(88, 182, 255, 0.16);
  border-radius: 0.7rem;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 12px) 100%, 0 100%, 0 18px);
  background: rgba(8, 13, 22, 0.78);
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.avl-product-gallery-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.avl-product-gallery-thumb:hover,
.avl-product-gallery-thumb.is-active {
  border-color: rgba(88, 182, 255, 0.42);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.avl-product-gallery-thumb.is-active::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: rgba(88, 182, 255, 0.88);
}

.avl-product-gallery-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(88, 182, 255, 0.12);
}

.avl-product-detail {
  display: grid;
  gap: 1rem;
}

.avl-product-secondary-panel {
  flex: 1 1 auto;
}

.avl-storefront-actions {
  display: grid;
  gap: 0.85rem;
}

.avl-storefront-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(88, 182, 255, 0.16);
  border-radius: 0.8rem;
  background: rgba(10, 16, 27, 0.82);
  color: #dcecff;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.avl-storefront-button:hover {
  background: rgba(15, 23, 37, 0.95);
  border-color: rgba(127, 183, 255, 0.28);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.avl-product-detail-price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.avl-product-price-detail {
  min-width: 6.2rem;
  padding-inline: 1.15rem;
}

.avl-product-detail-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.avl-product-detail-stat {
  padding: 1rem 1rem 0.95rem;
  border: 1px solid rgba(88, 182, 255, 0.16);
  border-radius: 0.7rem;
  background: rgba(8, 13, 22, 0.56);
}

.avl-product-detail-stat strong {
  display: block;
  margin-top: 0.45rem;
  color: #f3f8ff;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.avl-product-detail-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.avl-product-detail-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #dcecff;
}

.avl-product-detail-list li + li {
  margin-top: 0.5rem;
}

.avl-gallery-lightbox {
  position: relative;
  background: rgba(6, 10, 18, 0.98);
}

.avl-gallery-lightbox-image {
  display: block;
  width: 100%;
  max-height: 84vh;
  object-fit: contain;
  background: rgba(6, 10, 18, 0.98);
}

.avl-gallery-lightbox-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem 1.15rem;
  border-top: 1px solid rgba(88, 182, 255, 0.14);
  background: rgba(10, 16, 27, 0.92);
}

.avl-gallery-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  filter: invert(1) brightness(1.2);
  opacity: 0.88;
}

.avl-gallery-lightbox-close:hover {
  opacity: 1;
}

.avl-gallery-lightbox-nav {
  top: calc(50% - 1.75rem);
}

.avl-provider-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(88, 182, 255, 0.16);
  border-radius: 0.8rem;
  background: rgba(10, 16, 27, 0.82);
  color: #dcecff;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.avl-provider-button:hover {
  background: rgba(15, 23, 37, 0.95);
  border-color: rgba(127, 183, 255, 0.28);
  color: #ffffff;
}

.avl-provider-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.65rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(144, 166, 198, 0.16);
  border: 1px solid rgba(184, 201, 230, 0.24);
  color: #eef6ff;
}

.avl-provider-gumroad {
  background: linear-gradient(180deg, rgba(255, 136, 34, 0.24), rgba(255, 120, 24, 0.12));
  border-color: rgba(255, 166, 82, 0.34);
  color: #fff2e8;
}

.avl-provider-jinxxy {
  background: linear-gradient(180deg, rgba(0, 126, 254, 0.22), rgba(0, 95, 192, 0.12));
  border-color: rgba(127, 183, 255, 0.32);
  color: #eef7ff;
}

.avl-provider-copy {
  display: grid;
  gap: 0.18rem;
  flex: 1 1 auto;
}

.avl-provider-name {
  font-weight: 600;
}

.avl-provider-subtitle {
  font-size: 0.8rem;
  color: #9fb6d6;
}

.avl-provider-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.4rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 136, 34, 0.28);
  border-radius: 0.45rem;
  background: linear-gradient(180deg, rgba(255, 136, 34, 0.14), rgba(255, 120, 24, 0.05));
  color: #fff2e8;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.avl-card-media-image {
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}

.avl-badge-brand {
  background: rgba(0, 126, 254, 0.1);
  color: #d8e9ff;
  border: 1px solid rgba(127, 183, 255, 0.45);
  border-radius: 0.25rem;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
  padding: 0.45rem 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.avl-gallery-preview {
  position: relative;
}

.avl-gallery-image {
  position: relative;
  background-image: linear-gradient(180deg, rgba(29, 35, 51, 0.04), rgba(29, 35, 51, 0.4)), url("https://images.unsplash.com/photo-1515886657613-9f3515b0c78f?auto=format&fit=crop&w=1200&q=80");
}

.avl-gallery-preview.avl-is-blurred .avl-gallery-image {
  filter: blur(18px);
  transform: scale(1.04);
}

.avl-gallery-frame {
  overflow: hidden;
  min-height: var(--preview-height);
}

.avl-gallery-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--brand-border);
  background: rgba(12, 18, 29, 0.92);
}

.avl-gallery-thumbs img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0.65rem;
  border: 1px solid rgba(88, 182, 255, 0.16);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.avl-video-placeholder {
  position: relative;
  background-image: linear-gradient(180deg, rgba(29, 35, 51, 0.2), rgba(29, 35, 51, 0.55)), url("https://images.unsplash.com/photo-1492691527719-9d1e07e534b4?auto=format&fit=crop&w=1200&q=80");
  display: flex;
  align-items: center;
  justify-content: center;
}

.avl-toggle-card {
  --avl-frame-color: rgba(88, 182, 255, 0.22);
  --avl-cut-x: 14px;
  --avl-cut-y: 22px;
  --avl-cut-line-length: 26px;
  --avl-cut-line-angle: -57.5deg;
  --avl-cut-line-thickness: 1.5px;
  position: relative;
  background: linear-gradient(180deg, rgba(0, 126, 254, 0.24), rgba(20, 34, 58, 0.95));
  color: var(--brand-ink);
  border-radius: 0.9rem;
  border: 1.5px solid var(--avl-frame-color);
  clip-path: polygon(var(--avl-cut-x) 0, 100% 0, 100% calc(100% - var(--avl-cut-y)), calc(100% - var(--avl-cut-x)) 100%, 0 100%, 0 var(--avl-cut-y));
  padding: 1.5rem;
  box-shadow: var(--brand-shadow);
  overflow: hidden;
}

.avl-notice-card,
.avl-safe-content,
.avl-nsfw-content {
  --avl-frame-color: rgba(88, 182, 255, 0.22);
  --avl-card-accent: var(--brand-olive);
  --avl-card-tint: rgba(88, 182, 255, 0.07);
  --avl-cut-x: 14px;
  --avl-cut-y: 22px;
  --avl-cut-line-length: 26px;
  --avl-cut-line-angle: -57.5deg;
  --avl-cut-line-thickness: 1.5px;
  position: relative;
  padding: 1.5rem;
  border: 1.5px solid var(--avl-frame-color);
  border-radius: 0.9rem;
  clip-path: polygon(var(--avl-cut-x) 0, 100% 0, 100% calc(100% - var(--avl-cut-y)), calc(100% - var(--avl-cut-x)) 100%, 0 100%, 0 var(--avl-cut-y));
  background: linear-gradient(180deg, var(--avl-card-tint), rgba(17, 25, 38, 0)), rgba(17, 25, 38, 0.92);
  overflow: hidden;
}

.avl-notice-card {
  box-shadow: var(--brand-shadow);
}

.avl-notice-card > :first-child,
.avl-safe-content > :first-child,
.avl-nsfw-content > :first-child {
  position: relative;
  margin-top: 1rem;
}

.avl-notice-card > :first-child::before,
.avl-safe-content > :first-child::before,
.avl-nsfw-content > :first-child::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  width: calc(100% - 1rem);
  height: 4px;
  background: var(--avl-card-accent);
  border-radius: 999px;
}

.avl-notice-primary {
  --avl-frame-color: rgba(88, 182, 255, 0.32);
  --avl-card-accent: #58b6ff;
  --avl-card-tint: rgba(0, 126, 254, 0.1);
}

.avl-notice-secondary {
  --avl-frame-color: rgba(144, 166, 198, 0.26);
  --avl-card-accent: #b8c9e6;
  --avl-card-tint: rgba(144, 166, 198, 0.08);
}

.avl-notice-success,
.avl-safe-content {
  --avl-card-accent: var(--brand-olive);
  --avl-card-tint: rgba(127, 183, 255, 0.08);
}

.avl-notice-info {
  --avl-frame-color: rgba(88, 214, 255, 0.28);
  --avl-card-accent: #52d5ff;
  --avl-card-tint: rgba(82, 213, 255, 0.08);
}

.avl-notice-warning {
  --avl-frame-color: rgba(255, 187, 76, 0.28);
  --avl-card-accent: #ffbb4c;
  --avl-card-tint: rgba(255, 187, 76, 0.08);
}

.avl-notice-danger,
.avl-nsfw-content {
  --avl-card-accent: #ff6b6b;
  --avl-card-tint: rgba(255, 107, 107, 0.09);
  --avl-frame-color: rgba(255, 107, 107, 0.32);
}

.avl-notice-light {
  --avl-frame-color: rgba(214, 228, 255, 0.28);
  --avl-card-accent: #e4efff;
  --avl-card-tint: rgba(214, 228, 255, 0.08);
}

.avl-notice-dark {
  --avl-frame-color: rgba(42, 55, 79, 0.9);
  --avl-card-accent: #3d4d67;
  --avl-card-tint: rgba(8, 13, 22, 0.42);
}

.avl-nsfw-content[hidden] {
  display: none !important;
}

@media (max-width: 767.98px) {
  .avl-card-product-actions {
    flex-direction: column;
  }
  .avl-btn-cart {
    width: 100%;
    flex-basis: auto;
  }
  .avl-product-gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .avl-product-gallery-bar,
  .avl-product-detail-price-row,
  .avl-product-gallery-meta {
    flex-direction: column;
    align-items: stretch;
  }
  .avl-product-detail-columns {
    display: grid;
    grid-template-columns: 1fr;
  }
  .avl-product-detail-meta-grid {
    grid-template-columns: 1fr 1fr;
  }
  .avl-gallery-nav {
    width: 2.7rem;
    height: 2.7rem;
  }
  .avl-gallery-nav-prev {
    left: 0.75rem;
  }
  .avl-gallery-nav-next {
    right: 0.75rem;
  }
}
/*
 * WooCommerce integration layer
 *
 * Keep plugin-specific styling scoped here instead of leaking WooCommerce
 * selectors into generic components. The goal is to let the theme design
 * system remain stable while product, cart, checkout, and account views get
 * targeted overrides under dedicated wrappers.
 */
.avl-woo,
.avl-woo.woocommerce,
.woocommerce .avl-woo {
  color: inherit;
}

/*
 * Future examples:
 *
 * .avl-woo .button,
 * .avl-woo .woocommerce-Button,
 * .avl-woo .wc-block-components-button {
 *   @extend .avl-btn-brand;
 * }
 *
 * .avl-woo .product,
 * .avl-woo .wc-block-grid__product {
 *   // Map product cards into avl-card-* patterns here.
 * }
 */

/*# sourceMappingURL=main.css.map */
