@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Syne:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap";

/* node_modules/primeflex/primeflex.css */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.grid > .col,
.grid > [class*=col] {
  box-sizing: border-box;
}
.grid-nogutter {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}
.grid-nogutter > .col,
.grid-nogutter > [class*=col-] {
  padding: 0;
}
.col {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5rem;
}
.col-fixed {
  flex: 0 0 auto;
  padding: 0.5rem;
}
.col-1 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 8.3333%;
}
.col-2 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 16.6667%;
}
.col-3 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 33.3333%;
}
.col-5 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 41.6667%;
}
.col-6 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 58.3333%;
}
.col-8 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 66.6667%;
}
.col-9 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 83.3333%;
}
.col-11 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 91.6667%;
}
.col-12 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .sm\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem;
  }
  .sm\:col-fixed {
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .sm\:col-1 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 8.3333%;
  }
  .sm\:col-2 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 16.6667%;
  }
  .sm\:col-3 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 25%;
  }
  .sm\:col-4 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 33.3333%;
  }
  .sm\:col-5 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 41.6667%;
  }
  .sm\:col-6 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 50%;
  }
  .sm\:col-7 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 58.3333%;
  }
  .sm\:col-8 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 66.6667%;
  }
  .sm\:col-9 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 75%;
  }
  .sm\:col-10 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 83.3333%;
  }
  .sm\:col-11 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 91.6667%;
  }
  .sm\:col-12 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .md\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem;
  }
  .md\:col-fixed {
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .md\:col-1 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 8.3333%;
  }
  .md\:col-2 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 16.6667%;
  }
  .md\:col-3 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 25%;
  }
  .md\:col-4 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 33.3333%;
  }
  .md\:col-5 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 41.6667%;
  }
  .md\:col-6 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 50%;
  }
  .md\:col-7 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 58.3333%;
  }
  .md\:col-8 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 66.6667%;
  }
  .md\:col-9 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 75%;
  }
  .md\:col-10 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 83.3333%;
  }
  .md\:col-11 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 91.6667%;
  }
  .md\:col-12 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem;
  }
  .lg\:col-fixed {
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .lg\:col-1 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 8.3333%;
  }
  .lg\:col-2 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 16.6667%;
  }
  .lg\:col-3 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 25%;
  }
  .lg\:col-4 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 33.3333%;
  }
  .lg\:col-5 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 41.6667%;
  }
  .lg\:col-6 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 50%;
  }
  .lg\:col-7 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 58.3333%;
  }
  .lg\:col-8 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 66.6667%;
  }
  .lg\:col-9 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 75%;
  }
  .lg\:col-10 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 83.3333%;
  }
  .lg\:col-11 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 91.6667%;
  }
  .lg\:col-12 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem;
  }
  .xl\:col-fixed {
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .xl\:col-1 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 8.3333%;
  }
  .xl\:col-2 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 16.6667%;
  }
  .xl\:col-3 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 25%;
  }
  .xl\:col-4 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 33.3333%;
  }
  .xl\:col-5 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 41.6667%;
  }
  .xl\:col-6 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 50%;
  }
  .xl\:col-7 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 58.3333%;
  }
  .xl\:col-8 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 66.6667%;
  }
  .xl\:col-9 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 75%;
  }
  .xl\:col-10 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 83.3333%;
  }
  .xl\:col-11 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 91.6667%;
  }
  .xl\:col-12 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
  }
}
.col-offset-0 {
  margin-left: 0 !important;
}
.col-offset-1 {
  margin-left: 8.3333% !important;
}
.col-offset-2 {
  margin-left: 16.6667% !important;
}
.col-offset-3 {
  margin-left: 25% !important;
}
.col-offset-4 {
  margin-left: 33.3333% !important;
}
.col-offset-5 {
  margin-left: 41.6667% !important;
}
.col-offset-6 {
  margin-left: 50% !important;
}
.col-offset-7 {
  margin-left: 58.3333% !important;
}
.col-offset-8 {
  margin-left: 66.6667% !important;
}
.col-offset-9 {
  margin-left: 75% !important;
}
.col-offset-10 {
  margin-left: 83.3333% !important;
}
.col-offset-11 {
  margin-left: 91.6667% !important;
}
.col-offset-12 {
  margin-left: 100% !important;
}
@media screen and (min-width: 576px) {
  .sm\:col-offset-0 {
    margin-left: 0 !important;
  }
  .sm\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .sm\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .sm\:col-offset-3 {
    margin-left: 25% !important;
  }
  .sm\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .sm\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .sm\:col-offset-6 {
    margin-left: 50% !important;
  }
  .sm\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .sm\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .sm\:col-offset-9 {
    margin-left: 75% !important;
  }
  .sm\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .sm\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .sm\:col-offset-12 {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-offset-0 {
    margin-left: 0 !important;
  }
  .md\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .md\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .md\:col-offset-3 {
    margin-left: 25% !important;
  }
  .md\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .md\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .md\:col-offset-6 {
    margin-left: 50% !important;
  }
  .md\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .md\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .md\:col-offset-9 {
    margin-left: 75% !important;
  }
  .md\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .md\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .md\:col-offset-12 {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-offset-0 {
    margin-left: 0 !important;
  }
  .lg\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .lg\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .lg\:col-offset-3 {
    margin-left: 25% !important;
  }
  .lg\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .lg\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .lg\:col-offset-6 {
    margin-left: 50% !important;
  }
  .lg\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .lg\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .lg\:col-offset-9 {
    margin-left: 75% !important;
  }
  .lg\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .lg\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .lg\:col-offset-12 {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-offset-0 {
    margin-left: 0 !important;
  }
  .xl\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .xl\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .xl\:col-offset-3 {
    margin-left: 25% !important;
  }
  .xl\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .xl\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .xl\:col-offset-6 {
    margin-left: 50% !important;
  }
  .xl\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .xl\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .xl\:col-offset-9 {
    margin-left: 75% !important;
  }
  .xl\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .xl\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .xl\:col-offset-12 {
    margin-left: 100% !important;
  }
}
.text-0 {
  color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.text-50 {
  color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.text-100 {
  color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.text-200 {
  color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.text-300 {
  color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.text-400 {
  color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.text-500 {
  color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.text-600 {
  color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.text-700 {
  color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.text-800 {
  color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.text-900 {
  color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.focus\:text-0:focus {
  color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.hover\:text-0:hover {
  color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.active\:text-0:active {
  color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.focus\:text-50:focus {
  color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.hover\:text-50:hover {
  color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.active\:text-50:active {
  color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.focus\:text-100:focus {
  color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.hover\:text-100:hover {
  color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.active\:text-100:active {
  color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.focus\:text-200:focus {
  color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.hover\:text-200:hover {
  color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.active\:text-200:active {
  color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.focus\:text-300:focus {
  color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.hover\:text-300:hover {
  color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.active\:text-300:active {
  color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.focus\:text-400:focus {
  color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.hover\:text-400:hover {
  color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.active\:text-400:active {
  color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.focus\:text-500:focus {
  color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.hover\:text-500:hover {
  color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.active\:text-500:active {
  color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.focus\:text-600:focus {
  color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.hover\:text-600:hover {
  color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.active\:text-600:active {
  color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.focus\:text-700:focus {
  color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.hover\:text-700:hover {
  color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.active\:text-700:active {
  color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.focus\:text-800:focus {
  color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.hover\:text-800:hover {
  color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.active\:text-800:active {
  color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.focus\:text-900:focus {
  color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.hover\:text-900:hover {
  color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.active\:text-900:active {
  color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.surface-0 {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.surface-50 {
  background-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.surface-100 {
  background-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.surface-200 {
  background-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.surface-300 {
  background-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.surface-400 {
  background-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.surface-500 {
  background-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.surface-600 {
  background-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.surface-700 {
  background-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.surface-800 {
  background-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.surface-900 {
  background-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.focus\:surface-0:focus {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.hover\:surface-0:hover {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.active\:surface-0:active {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.focus\:surface-50:focus {
  background-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.hover\:surface-50:hover {
  background-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.active\:surface-50:active {
  background-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.focus\:surface-100:focus {
  background-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.hover\:surface-100:hover {
  background-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.active\:surface-100:active {
  background-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.focus\:surface-200:focus {
  background-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.hover\:surface-200:hover {
  background-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.active\:surface-200:active {
  background-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.focus\:surface-300:focus {
  background-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.hover\:surface-300:hover {
  background-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.active\:surface-300:active {
  background-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.focus\:surface-400:focus {
  background-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.hover\:surface-400:hover {
  background-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.active\:surface-400:active {
  background-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.focus\:surface-500:focus {
  background-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.hover\:surface-500:hover {
  background-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.active\:surface-500:active {
  background-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.focus\:surface-600:focus {
  background-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.hover\:surface-600:hover {
  background-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.active\:surface-600:active {
  background-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.focus\:surface-700:focus {
  background-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.hover\:surface-700:hover {
  background-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.active\:surface-700:active {
  background-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.focus\:surface-800:focus {
  background-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.hover\:surface-800:hover {
  background-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.active\:surface-800:active {
  background-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.focus\:surface-900:focus {
  background-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.hover\:surface-900:hover {
  background-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.active\:surface-900:active {
  background-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.border-0 {
  border-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.border-50 {
  border-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.border-100 {
  border-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.border-200 {
  border-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.border-300 {
  border-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.border-400 {
  border-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.border-500 {
  border-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.border-600 {
  border-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.border-700 {
  border-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.border-800 {
  border-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.border-900 {
  border-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.focus\:border-0:focus {
  border-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.hover\:border-0:hover {
  border-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.active\:border-0:active {
  border-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.focus\:border-50:focus {
  border-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.hover\:border-50:hover {
  border-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.active\:border-50:active {
  border-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.focus\:border-100:focus {
  border-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.hover\:border-100:hover {
  border-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.active\:border-100:active {
  border-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.focus\:border-200:focus {
  border-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.hover\:border-200:hover {
  border-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.active\:border-200:active {
  border-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.focus\:border-300:focus {
  border-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.hover\:border-300:hover {
  border-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.active\:border-300:active {
  border-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.focus\:border-400:focus {
  border-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.hover\:border-400:hover {
  border-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.active\:border-400:active {
  border-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.focus\:border-500:focus {
  border-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.hover\:border-500:hover {
  border-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.active\:border-500:active {
  border-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.focus\:border-600:focus {
  border-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.hover\:border-600:hover {
  border-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.active\:border-600:active {
  border-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.focus\:border-700:focus {
  border-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.hover\:border-700:hover {
  border-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.active\:border-700:active {
  border-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.focus\:border-800:focus {
  border-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.hover\:border-800:hover {
  border-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.active\:border-800:active {
  border-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.focus\:border-900:focus {
  border-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.hover\:border-900:hover {
  border-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.active\:border-900:active {
  border-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
@media screen and (min-width: 576px) {
  .sm\:bg-transparent {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-transparent {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-transparent {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-transparent {
    background-color: transparent !important;
  }
}
.border-transparent {
  border-color: transparent !important;
}
@media screen and (min-width: 576px) {
  .sm\:border-transparent {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:border-transparent {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:border-transparent {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:border-transparent {
    border-color: transparent !important;
  }
}
.text-blue-50 {
  color: var(--p-blue-50) !important;
}
.text-blue-100 {
  color: var(--p-blue-100) !important;
}
.text-blue-200 {
  color: var(--p-blue-200) !important;
}
.text-blue-300 {
  color: var(--p-blue-300) !important;
}
.text-blue-400 {
  color: var(--p-blue-400) !important;
}
.text-blue-500 {
  color: var(--p-blue-500) !important;
}
.text-blue-600 {
  color: var(--p-blue-600) !important;
}
.text-blue-700 {
  color: var(--p-blue-700) !important;
}
.text-blue-800 {
  color: var(--p-blue-800) !important;
}
.text-blue-900 {
  color: var(--p-blue-900) !important;
}
.focus\:text-blue-50:focus {
  color: var(--p-blue-50) !important;
}
.focus\:text-blue-100:focus {
  color: var(--p-blue-100) !important;
}
.focus\:text-blue-200:focus {
  color: var(--p-blue-200) !important;
}
.focus\:text-blue-300:focus {
  color: var(--p-blue-300) !important;
}
.focus\:text-blue-400:focus {
  color: var(--p-blue-400) !important;
}
.focus\:text-blue-500:focus {
  color: var(--p-blue-500) !important;
}
.focus\:text-blue-600:focus {
  color: var(--p-blue-600) !important;
}
.focus\:text-blue-700:focus {
  color: var(--p-blue-700) !important;
}
.focus\:text-blue-800:focus {
  color: var(--p-blue-800) !important;
}
.focus\:text-blue-900:focus {
  color: var(--p-blue-900) !important;
}
.hover\:text-blue-50:hover {
  color: var(--p-blue-50) !important;
}
.hover\:text-blue-100:hover {
  color: var(--p-blue-100) !important;
}
.hover\:text-blue-200:hover {
  color: var(--p-blue-200) !important;
}
.hover\:text-blue-300:hover {
  color: var(--p-blue-300) !important;
}
.hover\:text-blue-400:hover {
  color: var(--p-blue-400) !important;
}
.hover\:text-blue-500:hover {
  color: var(--p-blue-500) !important;
}
.hover\:text-blue-600:hover {
  color: var(--p-blue-600) !important;
}
.hover\:text-blue-700:hover {
  color: var(--p-blue-700) !important;
}
.hover\:text-blue-800:hover {
  color: var(--p-blue-800) !important;
}
.hover\:text-blue-900:hover {
  color: var(--p-blue-900) !important;
}
.active\:text-blue-50:active {
  color: var(--p-blue-50) !important;
}
.active\:text-blue-100:active {
  color: var(--p-blue-100) !important;
}
.active\:text-blue-200:active {
  color: var(--p-blue-200) !important;
}
.active\:text-blue-300:active {
  color: var(--p-blue-300) !important;
}
.active\:text-blue-400:active {
  color: var(--p-blue-400) !important;
}
.active\:text-blue-500:active {
  color: var(--p-blue-500) !important;
}
.active\:text-blue-600:active {
  color: var(--p-blue-600) !important;
}
.active\:text-blue-700:active {
  color: var(--p-blue-700) !important;
}
.active\:text-blue-800:active {
  color: var(--p-blue-800) !important;
}
.active\:text-blue-900:active {
  color: var(--p-blue-900) !important;
}
.text-green-50 {
  color: var(--p-green-50) !important;
}
.text-green-100 {
  color: var(--p-green-100) !important;
}
.text-green-200 {
  color: var(--p-green-200) !important;
}
.text-green-300 {
  color: var(--p-green-300) !important;
}
.text-green-400 {
  color: var(--p-green-400) !important;
}
.text-green-500 {
  color: var(--p-green-500) !important;
}
.text-green-600 {
  color: var(--p-green-600) !important;
}
.text-green-700 {
  color: var(--p-green-700) !important;
}
.text-green-800 {
  color: var(--p-green-800) !important;
}
.text-green-900 {
  color: var(--p-green-900) !important;
}
.focus\:text-green-50:focus {
  color: var(--p-green-50) !important;
}
.focus\:text-green-100:focus {
  color: var(--p-green-100) !important;
}
.focus\:text-green-200:focus {
  color: var(--p-green-200) !important;
}
.focus\:text-green-300:focus {
  color: var(--p-green-300) !important;
}
.focus\:text-green-400:focus {
  color: var(--p-green-400) !important;
}
.focus\:text-green-500:focus {
  color: var(--p-green-500) !important;
}
.focus\:text-green-600:focus {
  color: var(--p-green-600) !important;
}
.focus\:text-green-700:focus {
  color: var(--p-green-700) !important;
}
.focus\:text-green-800:focus {
  color: var(--p-green-800) !important;
}
.focus\:text-green-900:focus {
  color: var(--p-green-900) !important;
}
.hover\:text-green-50:hover {
  color: var(--p-green-50) !important;
}
.hover\:text-green-100:hover {
  color: var(--p-green-100) !important;
}
.hover\:text-green-200:hover {
  color: var(--p-green-200) !important;
}
.hover\:text-green-300:hover {
  color: var(--p-green-300) !important;
}
.hover\:text-green-400:hover {
  color: var(--p-green-400) !important;
}
.hover\:text-green-500:hover {
  color: var(--p-green-500) !important;
}
.hover\:text-green-600:hover {
  color: var(--p-green-600) !important;
}
.hover\:text-green-700:hover {
  color: var(--p-green-700) !important;
}
.hover\:text-green-800:hover {
  color: var(--p-green-800) !important;
}
.hover\:text-green-900:hover {
  color: var(--p-green-900) !important;
}
.active\:text-green-50:active {
  color: var(--p-green-50) !important;
}
.active\:text-green-100:active {
  color: var(--p-green-100) !important;
}
.active\:text-green-200:active {
  color: var(--p-green-200) !important;
}
.active\:text-green-300:active {
  color: var(--p-green-300) !important;
}
.active\:text-green-400:active {
  color: var(--p-green-400) !important;
}
.active\:text-green-500:active {
  color: var(--p-green-500) !important;
}
.active\:text-green-600:active {
  color: var(--p-green-600) !important;
}
.active\:text-green-700:active {
  color: var(--p-green-700) !important;
}
.active\:text-green-800:active {
  color: var(--p-green-800) !important;
}
.active\:text-green-900:active {
  color: var(--p-green-900) !important;
}
.text-yellow-50 {
  color: var(--p-yellow-50) !important;
}
.text-yellow-100 {
  color: var(--p-yellow-100) !important;
}
.text-yellow-200 {
  color: var(--p-yellow-200) !important;
}
.text-yellow-300 {
  color: var(--p-yellow-300) !important;
}
.text-yellow-400 {
  color: var(--p-yellow-400) !important;
}
.text-yellow-500 {
  color: var(--p-yellow-500) !important;
}
.text-yellow-600 {
  color: var(--p-yellow-600) !important;
}
.text-yellow-700 {
  color: var(--p-yellow-700) !important;
}
.text-yellow-800 {
  color: var(--p-yellow-800) !important;
}
.text-yellow-900 {
  color: var(--p-yellow-900) !important;
}
.focus\:text-yellow-50:focus {
  color: var(--p-yellow-50) !important;
}
.focus\:text-yellow-100:focus {
  color: var(--p-yellow-100) !important;
}
.focus\:text-yellow-200:focus {
  color: var(--p-yellow-200) !important;
}
.focus\:text-yellow-300:focus {
  color: var(--p-yellow-300) !important;
}
.focus\:text-yellow-400:focus {
  color: var(--p-yellow-400) !important;
}
.focus\:text-yellow-500:focus {
  color: var(--p-yellow-500) !important;
}
.focus\:text-yellow-600:focus {
  color: var(--p-yellow-600) !important;
}
.focus\:text-yellow-700:focus {
  color: var(--p-yellow-700) !important;
}
.focus\:text-yellow-800:focus {
  color: var(--p-yellow-800) !important;
}
.focus\:text-yellow-900:focus {
  color: var(--p-yellow-900) !important;
}
.hover\:text-yellow-50:hover {
  color: var(--p-yellow-50) !important;
}
.hover\:text-yellow-100:hover {
  color: var(--p-yellow-100) !important;
}
.hover\:text-yellow-200:hover {
  color: var(--p-yellow-200) !important;
}
.hover\:text-yellow-300:hover {
  color: var(--p-yellow-300) !important;
}
.hover\:text-yellow-400:hover {
  color: var(--p-yellow-400) !important;
}
.hover\:text-yellow-500:hover {
  color: var(--p-yellow-500) !important;
}
.hover\:text-yellow-600:hover {
  color: var(--p-yellow-600) !important;
}
.hover\:text-yellow-700:hover {
  color: var(--p-yellow-700) !important;
}
.hover\:text-yellow-800:hover {
  color: var(--p-yellow-800) !important;
}
.hover\:text-yellow-900:hover {
  color: var(--p-yellow-900) !important;
}
.active\:text-yellow-50:active {
  color: var(--p-yellow-50) !important;
}
.active\:text-yellow-100:active {
  color: var(--p-yellow-100) !important;
}
.active\:text-yellow-200:active {
  color: var(--p-yellow-200) !important;
}
.active\:text-yellow-300:active {
  color: var(--p-yellow-300) !important;
}
.active\:text-yellow-400:active {
  color: var(--p-yellow-400) !important;
}
.active\:text-yellow-500:active {
  color: var(--p-yellow-500) !important;
}
.active\:text-yellow-600:active {
  color: var(--p-yellow-600) !important;
}
.active\:text-yellow-700:active {
  color: var(--p-yellow-700) !important;
}
.active\:text-yellow-800:active {
  color: var(--p-yellow-800) !important;
}
.active\:text-yellow-900:active {
  color: var(--p-yellow-900) !important;
}
.text-cyan-50 {
  color: var(--p-cyan-50) !important;
}
.text-cyan-100 {
  color: var(--p-cyan-100) !important;
}
.text-cyan-200 {
  color: var(--p-cyan-200) !important;
}
.text-cyan-300 {
  color: var(--p-cyan-300) !important;
}
.text-cyan-400 {
  color: var(--p-cyan-400) !important;
}
.text-cyan-500 {
  color: var(--p-cyan-500) !important;
}
.text-cyan-600 {
  color: var(--p-cyan-600) !important;
}
.text-cyan-700 {
  color: var(--p-cyan-700) !important;
}
.text-cyan-800 {
  color: var(--p-cyan-800) !important;
}
.text-cyan-900 {
  color: var(--p-cyan-900) !important;
}
.focus\:text-cyan-50:focus {
  color: var(--p-cyan-50) !important;
}
.focus\:text-cyan-100:focus {
  color: var(--p-cyan-100) !important;
}
.focus\:text-cyan-200:focus {
  color: var(--p-cyan-200) !important;
}
.focus\:text-cyan-300:focus {
  color: var(--p-cyan-300) !important;
}
.focus\:text-cyan-400:focus {
  color: var(--p-cyan-400) !important;
}
.focus\:text-cyan-500:focus {
  color: var(--p-cyan-500) !important;
}
.focus\:text-cyan-600:focus {
  color: var(--p-cyan-600) !important;
}
.focus\:text-cyan-700:focus {
  color: var(--p-cyan-700) !important;
}
.focus\:text-cyan-800:focus {
  color: var(--p-cyan-800) !important;
}
.focus\:text-cyan-900:focus {
  color: var(--p-cyan-900) !important;
}
.hover\:text-cyan-50:hover {
  color: var(--p-cyan-50) !important;
}
.hover\:text-cyan-100:hover {
  color: var(--p-cyan-100) !important;
}
.hover\:text-cyan-200:hover {
  color: var(--p-cyan-200) !important;
}
.hover\:text-cyan-300:hover {
  color: var(--p-cyan-300) !important;
}
.hover\:text-cyan-400:hover {
  color: var(--p-cyan-400) !important;
}
.hover\:text-cyan-500:hover {
  color: var(--p-cyan-500) !important;
}
.hover\:text-cyan-600:hover {
  color: var(--p-cyan-600) !important;
}
.hover\:text-cyan-700:hover {
  color: var(--p-cyan-700) !important;
}
.hover\:text-cyan-800:hover {
  color: var(--p-cyan-800) !important;
}
.hover\:text-cyan-900:hover {
  color: var(--p-cyan-900) !important;
}
.active\:text-cyan-50:active {
  color: var(--p-cyan-50) !important;
}
.active\:text-cyan-100:active {
  color: var(--p-cyan-100) !important;
}
.active\:text-cyan-200:active {
  color: var(--p-cyan-200) !important;
}
.active\:text-cyan-300:active {
  color: var(--p-cyan-300) !important;
}
.active\:text-cyan-400:active {
  color: var(--p-cyan-400) !important;
}
.active\:text-cyan-500:active {
  color: var(--p-cyan-500) !important;
}
.active\:text-cyan-600:active {
  color: var(--p-cyan-600) !important;
}
.active\:text-cyan-700:active {
  color: var(--p-cyan-700) !important;
}
.active\:text-cyan-800:active {
  color: var(--p-cyan-800) !important;
}
.active\:text-cyan-900:active {
  color: var(--p-cyan-900) !important;
}
.text-pink-50 {
  color: var(--p-pink-50) !important;
}
.text-pink-100 {
  color: var(--p-pink-100) !important;
}
.text-pink-200 {
  color: var(--p-pink-200) !important;
}
.text-pink-300 {
  color: var(--p-pink-300) !important;
}
.text-pink-400 {
  color: var(--p-pink-400) !important;
}
.text-pink-500 {
  color: var(--p-pink-500) !important;
}
.text-pink-600 {
  color: var(--p-pink-600) !important;
}
.text-pink-700 {
  color: var(--p-pink-700) !important;
}
.text-pink-800 {
  color: var(--p-pink-800) !important;
}
.text-pink-900 {
  color: var(--p-pink-900) !important;
}
.focus\:text-pink-50:focus {
  color: var(--p-pink-50) !important;
}
.focus\:text-pink-100:focus {
  color: var(--p-pink-100) !important;
}
.focus\:text-pink-200:focus {
  color: var(--p-pink-200) !important;
}
.focus\:text-pink-300:focus {
  color: var(--p-pink-300) !important;
}
.focus\:text-pink-400:focus {
  color: var(--p-pink-400) !important;
}
.focus\:text-pink-500:focus {
  color: var(--p-pink-500) !important;
}
.focus\:text-pink-600:focus {
  color: var(--p-pink-600) !important;
}
.focus\:text-pink-700:focus {
  color: var(--p-pink-700) !important;
}
.focus\:text-pink-800:focus {
  color: var(--p-pink-800) !important;
}
.focus\:text-pink-900:focus {
  color: var(--p-pink-900) !important;
}
.hover\:text-pink-50:hover {
  color: var(--p-pink-50) !important;
}
.hover\:text-pink-100:hover {
  color: var(--p-pink-100) !important;
}
.hover\:text-pink-200:hover {
  color: var(--p-pink-200) !important;
}
.hover\:text-pink-300:hover {
  color: var(--p-pink-300) !important;
}
.hover\:text-pink-400:hover {
  color: var(--p-pink-400) !important;
}
.hover\:text-pink-500:hover {
  color: var(--p-pink-500) !important;
}
.hover\:text-pink-600:hover {
  color: var(--p-pink-600) !important;
}
.hover\:text-pink-700:hover {
  color: var(--p-pink-700) !important;
}
.hover\:text-pink-800:hover {
  color: var(--p-pink-800) !important;
}
.hover\:text-pink-900:hover {
  color: var(--p-pink-900) !important;
}
.active\:text-pink-50:active {
  color: var(--p-pink-50) !important;
}
.active\:text-pink-100:active {
  color: var(--p-pink-100) !important;
}
.active\:text-pink-200:active {
  color: var(--p-pink-200) !important;
}
.active\:text-pink-300:active {
  color: var(--p-pink-300) !important;
}
.active\:text-pink-400:active {
  color: var(--p-pink-400) !important;
}
.active\:text-pink-500:active {
  color: var(--p-pink-500) !important;
}
.active\:text-pink-600:active {
  color: var(--p-pink-600) !important;
}
.active\:text-pink-700:active {
  color: var(--p-pink-700) !important;
}
.active\:text-pink-800:active {
  color: var(--p-pink-800) !important;
}
.active\:text-pink-900:active {
  color: var(--p-pink-900) !important;
}
.text-indigo-50 {
  color: var(--p-indigo-50) !important;
}
.text-indigo-100 {
  color: var(--p-indigo-100) !important;
}
.text-indigo-200 {
  color: var(--p-indigo-200) !important;
}
.text-indigo-300 {
  color: var(--p-indigo-300) !important;
}
.text-indigo-400 {
  color: var(--p-indigo-400) !important;
}
.text-indigo-500 {
  color: var(--p-indigo-500) !important;
}
.text-indigo-600 {
  color: var(--p-indigo-600) !important;
}
.text-indigo-700 {
  color: var(--p-indigo-700) !important;
}
.text-indigo-800 {
  color: var(--p-indigo-800) !important;
}
.text-indigo-900 {
  color: var(--p-indigo-900) !important;
}
.focus\:text-indigo-50:focus {
  color: var(--p-indigo-50) !important;
}
.focus\:text-indigo-100:focus {
  color: var(--p-indigo-100) !important;
}
.focus\:text-indigo-200:focus {
  color: var(--p-indigo-200) !important;
}
.focus\:text-indigo-300:focus {
  color: var(--p-indigo-300) !important;
}
.focus\:text-indigo-400:focus {
  color: var(--p-indigo-400) !important;
}
.focus\:text-indigo-500:focus {
  color: var(--p-indigo-500) !important;
}
.focus\:text-indigo-600:focus {
  color: var(--p-indigo-600) !important;
}
.focus\:text-indigo-700:focus {
  color: var(--p-indigo-700) !important;
}
.focus\:text-indigo-800:focus {
  color: var(--p-indigo-800) !important;
}
.focus\:text-indigo-900:focus {
  color: var(--p-indigo-900) !important;
}
.hover\:text-indigo-50:hover {
  color: var(--p-indigo-50) !important;
}
.hover\:text-indigo-100:hover {
  color: var(--p-indigo-100) !important;
}
.hover\:text-indigo-200:hover {
  color: var(--p-indigo-200) !important;
}
.hover\:text-indigo-300:hover {
  color: var(--p-indigo-300) !important;
}
.hover\:text-indigo-400:hover {
  color: var(--p-indigo-400) !important;
}
.hover\:text-indigo-500:hover {
  color: var(--p-indigo-500) !important;
}
.hover\:text-indigo-600:hover {
  color: var(--p-indigo-600) !important;
}
.hover\:text-indigo-700:hover {
  color: var(--p-indigo-700) !important;
}
.hover\:text-indigo-800:hover {
  color: var(--p-indigo-800) !important;
}
.hover\:text-indigo-900:hover {
  color: var(--p-indigo-900) !important;
}
.active\:text-indigo-50:active {
  color: var(--p-indigo-50) !important;
}
.active\:text-indigo-100:active {
  color: var(--p-indigo-100) !important;
}
.active\:text-indigo-200:active {
  color: var(--p-indigo-200) !important;
}
.active\:text-indigo-300:active {
  color: var(--p-indigo-300) !important;
}
.active\:text-indigo-400:active {
  color: var(--p-indigo-400) !important;
}
.active\:text-indigo-500:active {
  color: var(--p-indigo-500) !important;
}
.active\:text-indigo-600:active {
  color: var(--p-indigo-600) !important;
}
.active\:text-indigo-700:active {
  color: var(--p-indigo-700) !important;
}
.active\:text-indigo-800:active {
  color: var(--p-indigo-800) !important;
}
.active\:text-indigo-900:active {
  color: var(--p-indigo-900) !important;
}
.text-teal-50 {
  color: var(--p-teal-50) !important;
}
.text-teal-100 {
  color: var(--p-teal-100) !important;
}
.text-teal-200 {
  color: var(--p-teal-200) !important;
}
.text-teal-300 {
  color: var(--p-teal-300) !important;
}
.text-teal-400 {
  color: var(--p-teal-400) !important;
}
.text-teal-500 {
  color: var(--p-teal-500) !important;
}
.text-teal-600 {
  color: var(--p-teal-600) !important;
}
.text-teal-700 {
  color: var(--p-teal-700) !important;
}
.text-teal-800 {
  color: var(--p-teal-800) !important;
}
.text-teal-900 {
  color: var(--p-teal-900) !important;
}
.focus\:text-teal-50:focus {
  color: var(--p-teal-50) !important;
}
.focus\:text-teal-100:focus {
  color: var(--p-teal-100) !important;
}
.focus\:text-teal-200:focus {
  color: var(--p-teal-200) !important;
}
.focus\:text-teal-300:focus {
  color: var(--p-teal-300) !important;
}
.focus\:text-teal-400:focus {
  color: var(--p-teal-400) !important;
}
.focus\:text-teal-500:focus {
  color: var(--p-teal-500) !important;
}
.focus\:text-teal-600:focus {
  color: var(--p-teal-600) !important;
}
.focus\:text-teal-700:focus {
  color: var(--p-teal-700) !important;
}
.focus\:text-teal-800:focus {
  color: var(--p-teal-800) !important;
}
.focus\:text-teal-900:focus {
  color: var(--p-teal-900) !important;
}
.hover\:text-teal-50:hover {
  color: var(--p-teal-50) !important;
}
.hover\:text-teal-100:hover {
  color: var(--p-teal-100) !important;
}
.hover\:text-teal-200:hover {
  color: var(--p-teal-200) !important;
}
.hover\:text-teal-300:hover {
  color: var(--p-teal-300) !important;
}
.hover\:text-teal-400:hover {
  color: var(--p-teal-400) !important;
}
.hover\:text-teal-500:hover {
  color: var(--p-teal-500) !important;
}
.hover\:text-teal-600:hover {
  color: var(--p-teal-600) !important;
}
.hover\:text-teal-700:hover {
  color: var(--p-teal-700) !important;
}
.hover\:text-teal-800:hover {
  color: var(--p-teal-800) !important;
}
.hover\:text-teal-900:hover {
  color: var(--p-teal-900) !important;
}
.active\:text-teal-50:active {
  color: var(--p-teal-50) !important;
}
.active\:text-teal-100:active {
  color: var(--p-teal-100) !important;
}
.active\:text-teal-200:active {
  color: var(--p-teal-200) !important;
}
.active\:text-teal-300:active {
  color: var(--p-teal-300) !important;
}
.active\:text-teal-400:active {
  color: var(--p-teal-400) !important;
}
.active\:text-teal-500:active {
  color: var(--p-teal-500) !important;
}
.active\:text-teal-600:active {
  color: var(--p-teal-600) !important;
}
.active\:text-teal-700:active {
  color: var(--p-teal-700) !important;
}
.active\:text-teal-800:active {
  color: var(--p-teal-800) !important;
}
.active\:text-teal-900:active {
  color: var(--p-teal-900) !important;
}
.text-orange-50 {
  color: var(--p-orange-50) !important;
}
.text-orange-100 {
  color: var(--p-orange-100) !important;
}
.text-orange-200 {
  color: var(--p-orange-200) !important;
}
.text-orange-300 {
  color: var(--p-orange-300) !important;
}
.text-orange-400 {
  color: var(--p-orange-400) !important;
}
.text-orange-500 {
  color: var(--p-orange-500) !important;
}
.text-orange-600 {
  color: var(--p-orange-600) !important;
}
.text-orange-700 {
  color: var(--p-orange-700) !important;
}
.text-orange-800 {
  color: var(--p-orange-800) !important;
}
.text-orange-900 {
  color: var(--p-orange-900) !important;
}
.focus\:text-orange-50:focus {
  color: var(--p-orange-50) !important;
}
.focus\:text-orange-100:focus {
  color: var(--p-orange-100) !important;
}
.focus\:text-orange-200:focus {
  color: var(--p-orange-200) !important;
}
.focus\:text-orange-300:focus {
  color: var(--p-orange-300) !important;
}
.focus\:text-orange-400:focus {
  color: var(--p-orange-400) !important;
}
.focus\:text-orange-500:focus {
  color: var(--p-orange-500) !important;
}
.focus\:text-orange-600:focus {
  color: var(--p-orange-600) !important;
}
.focus\:text-orange-700:focus {
  color: var(--p-orange-700) !important;
}
.focus\:text-orange-800:focus {
  color: var(--p-orange-800) !important;
}
.focus\:text-orange-900:focus {
  color: var(--p-orange-900) !important;
}
.hover\:text-orange-50:hover {
  color: var(--p-orange-50) !important;
}
.hover\:text-orange-100:hover {
  color: var(--p-orange-100) !important;
}
.hover\:text-orange-200:hover {
  color: var(--p-orange-200) !important;
}
.hover\:text-orange-300:hover {
  color: var(--p-orange-300) !important;
}
.hover\:text-orange-400:hover {
  color: var(--p-orange-400) !important;
}
.hover\:text-orange-500:hover {
  color: var(--p-orange-500) !important;
}
.hover\:text-orange-600:hover {
  color: var(--p-orange-600) !important;
}
.hover\:text-orange-700:hover {
  color: var(--p-orange-700) !important;
}
.hover\:text-orange-800:hover {
  color: var(--p-orange-800) !important;
}
.hover\:text-orange-900:hover {
  color: var(--p-orange-900) !important;
}
.active\:text-orange-50:active {
  color: var(--p-orange-50) !important;
}
.active\:text-orange-100:active {
  color: var(--p-orange-100) !important;
}
.active\:text-orange-200:active {
  color: var(--p-orange-200) !important;
}
.active\:text-orange-300:active {
  color: var(--p-orange-300) !important;
}
.active\:text-orange-400:active {
  color: var(--p-orange-400) !important;
}
.active\:text-orange-500:active {
  color: var(--p-orange-500) !important;
}
.active\:text-orange-600:active {
  color: var(--p-orange-600) !important;
}
.active\:text-orange-700:active {
  color: var(--p-orange-700) !important;
}
.active\:text-orange-800:active {
  color: var(--p-orange-800) !important;
}
.active\:text-orange-900:active {
  color: var(--p-orange-900) !important;
}
.text-bluegray-50 {
  color: var(--p-bluegray-50) !important;
}
.text-bluegray-100 {
  color: var(--p-bluegray-100) !important;
}
.text-bluegray-200 {
  color: var(--p-bluegray-200) !important;
}
.text-bluegray-300 {
  color: var(--p-bluegray-300) !important;
}
.text-bluegray-400 {
  color: var(--p-bluegray-400) !important;
}
.text-bluegray-500 {
  color: var(--p-bluegray-500) !important;
}
.text-bluegray-600 {
  color: var(--p-bluegray-600) !important;
}
.text-bluegray-700 {
  color: var(--p-bluegray-700) !important;
}
.text-bluegray-800 {
  color: var(--p-bluegray-800) !important;
}
.text-bluegray-900 {
  color: var(--p-bluegray-900) !important;
}
.focus\:text-bluegray-50:focus {
  color: var(--p-bluegray-50) !important;
}
.focus\:text-bluegray-100:focus {
  color: var(--p-bluegray-100) !important;
}
.focus\:text-bluegray-200:focus {
  color: var(--p-bluegray-200) !important;
}
.focus\:text-bluegray-300:focus {
  color: var(--p-bluegray-300) !important;
}
.focus\:text-bluegray-400:focus {
  color: var(--p-bluegray-400) !important;
}
.focus\:text-bluegray-500:focus {
  color: var(--p-bluegray-500) !important;
}
.focus\:text-bluegray-600:focus {
  color: var(--p-bluegray-600) !important;
}
.focus\:text-bluegray-700:focus {
  color: var(--p-bluegray-700) !important;
}
.focus\:text-bluegray-800:focus {
  color: var(--p-bluegray-800) !important;
}
.focus\:text-bluegray-900:focus {
  color: var(--p-bluegray-900) !important;
}
.hover\:text-bluegray-50:hover {
  color: var(--p-bluegray-50) !important;
}
.hover\:text-bluegray-100:hover {
  color: var(--p-bluegray-100) !important;
}
.hover\:text-bluegray-200:hover {
  color: var(--p-bluegray-200) !important;
}
.hover\:text-bluegray-300:hover {
  color: var(--p-bluegray-300) !important;
}
.hover\:text-bluegray-400:hover {
  color: var(--p-bluegray-400) !important;
}
.hover\:text-bluegray-500:hover {
  color: var(--p-bluegray-500) !important;
}
.hover\:text-bluegray-600:hover {
  color: var(--p-bluegray-600) !important;
}
.hover\:text-bluegray-700:hover {
  color: var(--p-bluegray-700) !important;
}
.hover\:text-bluegray-800:hover {
  color: var(--p-bluegray-800) !important;
}
.hover\:text-bluegray-900:hover {
  color: var(--p-bluegray-900) !important;
}
.active\:text-bluegray-50:active {
  color: var(--p-bluegray-50) !important;
}
.active\:text-bluegray-100:active {
  color: var(--p-bluegray-100) !important;
}
.active\:text-bluegray-200:active {
  color: var(--p-bluegray-200) !important;
}
.active\:text-bluegray-300:active {
  color: var(--p-bluegray-300) !important;
}
.active\:text-bluegray-400:active {
  color: var(--p-bluegray-400) !important;
}
.active\:text-bluegray-500:active {
  color: var(--p-bluegray-500) !important;
}
.active\:text-bluegray-600:active {
  color: var(--p-bluegray-600) !important;
}
.active\:text-bluegray-700:active {
  color: var(--p-bluegray-700) !important;
}
.active\:text-bluegray-800:active {
  color: var(--p-bluegray-800) !important;
}
.active\:text-bluegray-900:active {
  color: var(--p-bluegray-900) !important;
}
.text-purple-50 {
  color: var(--p-purple-50) !important;
}
.text-purple-100 {
  color: var(--p-purple-100) !important;
}
.text-purple-200 {
  color: var(--p-purple-200) !important;
}
.text-purple-300 {
  color: var(--p-purple-300) !important;
}
.text-purple-400 {
  color: var(--p-purple-400) !important;
}
.text-purple-500 {
  color: var(--p-purple-500) !important;
}
.text-purple-600 {
  color: var(--p-purple-600) !important;
}
.text-purple-700 {
  color: var(--p-purple-700) !important;
}
.text-purple-800 {
  color: var(--p-purple-800) !important;
}
.text-purple-900 {
  color: var(--p-purple-900) !important;
}
.focus\:text-purple-50:focus {
  color: var(--p-purple-50) !important;
}
.focus\:text-purple-100:focus {
  color: var(--p-purple-100) !important;
}
.focus\:text-purple-200:focus {
  color: var(--p-purple-200) !important;
}
.focus\:text-purple-300:focus {
  color: var(--p-purple-300) !important;
}
.focus\:text-purple-400:focus {
  color: var(--p-purple-400) !important;
}
.focus\:text-purple-500:focus {
  color: var(--p-purple-500) !important;
}
.focus\:text-purple-600:focus {
  color: var(--p-purple-600) !important;
}
.focus\:text-purple-700:focus {
  color: var(--p-purple-700) !important;
}
.focus\:text-purple-800:focus {
  color: var(--p-purple-800) !important;
}
.focus\:text-purple-900:focus {
  color: var(--p-purple-900) !important;
}
.hover\:text-purple-50:hover {
  color: var(--p-purple-50) !important;
}
.hover\:text-purple-100:hover {
  color: var(--p-purple-100) !important;
}
.hover\:text-purple-200:hover {
  color: var(--p-purple-200) !important;
}
.hover\:text-purple-300:hover {
  color: var(--p-purple-300) !important;
}
.hover\:text-purple-400:hover {
  color: var(--p-purple-400) !important;
}
.hover\:text-purple-500:hover {
  color: var(--p-purple-500) !important;
}
.hover\:text-purple-600:hover {
  color: var(--p-purple-600) !important;
}
.hover\:text-purple-700:hover {
  color: var(--p-purple-700) !important;
}
.hover\:text-purple-800:hover {
  color: var(--p-purple-800) !important;
}
.hover\:text-purple-900:hover {
  color: var(--p-purple-900) !important;
}
.active\:text-purple-50:active {
  color: var(--p-purple-50) !important;
}
.active\:text-purple-100:active {
  color: var(--p-purple-100) !important;
}
.active\:text-purple-200:active {
  color: var(--p-purple-200) !important;
}
.active\:text-purple-300:active {
  color: var(--p-purple-300) !important;
}
.active\:text-purple-400:active {
  color: var(--p-purple-400) !important;
}
.active\:text-purple-500:active {
  color: var(--p-purple-500) !important;
}
.active\:text-purple-600:active {
  color: var(--p-purple-600) !important;
}
.active\:text-purple-700:active {
  color: var(--p-purple-700) !important;
}
.active\:text-purple-800:active {
  color: var(--p-purple-800) !important;
}
.active\:text-purple-900:active {
  color: var(--p-purple-900) !important;
}
.text-gray-50 {
  color: var(--p-gray-50) !important;
}
.text-gray-100 {
  color: var(--p-gray-100) !important;
}
.text-gray-200 {
  color: var(--p-gray-200) !important;
}
.text-gray-300 {
  color: var(--p-gray-300) !important;
}
.text-gray-400 {
  color: var(--p-gray-400) !important;
}
.text-gray-500 {
  color: var(--p-gray-500) !important;
}
.text-gray-600 {
  color: var(--p-gray-600) !important;
}
.text-gray-700 {
  color: var(--p-gray-700) !important;
}
.text-gray-800 {
  color: var(--p-gray-800) !important;
}
.text-gray-900 {
  color: var(--p-gray-900) !important;
}
.focus\:text-gray-50:focus {
  color: var(--p-gray-50) !important;
}
.focus\:text-gray-100:focus {
  color: var(--p-gray-100) !important;
}
.focus\:text-gray-200:focus {
  color: var(--p-gray-200) !important;
}
.focus\:text-gray-300:focus {
  color: var(--p-gray-300) !important;
}
.focus\:text-gray-400:focus {
  color: var(--p-gray-400) !important;
}
.focus\:text-gray-500:focus {
  color: var(--p-gray-500) !important;
}
.focus\:text-gray-600:focus {
  color: var(--p-gray-600) !important;
}
.focus\:text-gray-700:focus {
  color: var(--p-gray-700) !important;
}
.focus\:text-gray-800:focus {
  color: var(--p-gray-800) !important;
}
.focus\:text-gray-900:focus {
  color: var(--p-gray-900) !important;
}
.hover\:text-gray-50:hover {
  color: var(--p-gray-50) !important;
}
.hover\:text-gray-100:hover {
  color: var(--p-gray-100) !important;
}
.hover\:text-gray-200:hover {
  color: var(--p-gray-200) !important;
}
.hover\:text-gray-300:hover {
  color: var(--p-gray-300) !important;
}
.hover\:text-gray-400:hover {
  color: var(--p-gray-400) !important;
}
.hover\:text-gray-500:hover {
  color: var(--p-gray-500) !important;
}
.hover\:text-gray-600:hover {
  color: var(--p-gray-600) !important;
}
.hover\:text-gray-700:hover {
  color: var(--p-gray-700) !important;
}
.hover\:text-gray-800:hover {
  color: var(--p-gray-800) !important;
}
.hover\:text-gray-900:hover {
  color: var(--p-gray-900) !important;
}
.active\:text-gray-50:active {
  color: var(--p-gray-50) !important;
}
.active\:text-gray-100:active {
  color: var(--p-gray-100) !important;
}
.active\:text-gray-200:active {
  color: var(--p-gray-200) !important;
}
.active\:text-gray-300:active {
  color: var(--p-gray-300) !important;
}
.active\:text-gray-400:active {
  color: var(--p-gray-400) !important;
}
.active\:text-gray-500:active {
  color: var(--p-gray-500) !important;
}
.active\:text-gray-600:active {
  color: var(--p-gray-600) !important;
}
.active\:text-gray-700:active {
  color: var(--p-gray-700) !important;
}
.active\:text-gray-800:active {
  color: var(--p-gray-800) !important;
}
.active\:text-gray-900:active {
  color: var(--p-gray-900) !important;
}
.text-red-50 {
  color: var(--p-red-50) !important;
}
.text-red-100 {
  color: var(--p-red-100) !important;
}
.text-red-200 {
  color: var(--p-red-200) !important;
}
.text-red-300 {
  color: var(--p-red-300) !important;
}
.text-red-400 {
  color: var(--p-red-400) !important;
}
.text-red-500 {
  color: var(--p-red-500) !important;
}
.text-red-600 {
  color: var(--p-red-600) !important;
}
.text-red-700 {
  color: var(--p-red-700) !important;
}
.text-red-800 {
  color: var(--p-red-800) !important;
}
.text-red-900 {
  color: var(--p-red-900) !important;
}
.focus\:text-red-50:focus {
  color: var(--p-red-50) !important;
}
.focus\:text-red-100:focus {
  color: var(--p-red-100) !important;
}
.focus\:text-red-200:focus {
  color: var(--p-red-200) !important;
}
.focus\:text-red-300:focus {
  color: var(--p-red-300) !important;
}
.focus\:text-red-400:focus {
  color: var(--p-red-400) !important;
}
.focus\:text-red-500:focus {
  color: var(--p-red-500) !important;
}
.focus\:text-red-600:focus {
  color: var(--p-red-600) !important;
}
.focus\:text-red-700:focus {
  color: var(--p-red-700) !important;
}
.focus\:text-red-800:focus {
  color: var(--p-red-800) !important;
}
.focus\:text-red-900:focus {
  color: var(--p-red-900) !important;
}
.hover\:text-red-50:hover {
  color: var(--p-red-50) !important;
}
.hover\:text-red-100:hover {
  color: var(--p-red-100) !important;
}
.hover\:text-red-200:hover {
  color: var(--p-red-200) !important;
}
.hover\:text-red-300:hover {
  color: var(--p-red-300) !important;
}
.hover\:text-red-400:hover {
  color: var(--p-red-400) !important;
}
.hover\:text-red-500:hover {
  color: var(--p-red-500) !important;
}
.hover\:text-red-600:hover {
  color: var(--p-red-600) !important;
}
.hover\:text-red-700:hover {
  color: var(--p-red-700) !important;
}
.hover\:text-red-800:hover {
  color: var(--p-red-800) !important;
}
.hover\:text-red-900:hover {
  color: var(--p-red-900) !important;
}
.active\:text-red-50:active {
  color: var(--p-red-50) !important;
}
.active\:text-red-100:active {
  color: var(--p-red-100) !important;
}
.active\:text-red-200:active {
  color: var(--p-red-200) !important;
}
.active\:text-red-300:active {
  color: var(--p-red-300) !important;
}
.active\:text-red-400:active {
  color: var(--p-red-400) !important;
}
.active\:text-red-500:active {
  color: var(--p-red-500) !important;
}
.active\:text-red-600:active {
  color: var(--p-red-600) !important;
}
.active\:text-red-700:active {
  color: var(--p-red-700) !important;
}
.active\:text-red-800:active {
  color: var(--p-red-800) !important;
}
.active\:text-red-900:active {
  color: var(--p-red-900) !important;
}
.text-primary-50 {
  color: var(--p-primary-50) !important;
}
.text-primary-100 {
  color: var(--p-primary-100) !important;
}
.text-primary-200 {
  color: var(--p-primary-200) !important;
}
.text-primary-300 {
  color: var(--p-primary-300) !important;
}
.text-primary-400 {
  color: var(--p-primary-400) !important;
}
.text-primary-500 {
  color: var(--p-primary-500) !important;
}
.text-primary-600 {
  color: var(--p-primary-600) !important;
}
.text-primary-700 {
  color: var(--p-primary-700) !important;
}
.text-primary-800 {
  color: var(--p-primary-800) !important;
}
.text-primary-900 {
  color: var(--p-primary-900) !important;
}
.focus\:text-primary-50:focus {
  color: var(--p-primary-50) !important;
}
.focus\:text-primary-100:focus {
  color: var(--p-primary-100) !important;
}
.focus\:text-primary-200:focus {
  color: var(--p-primary-200) !important;
}
.focus\:text-primary-300:focus {
  color: var(--p-primary-300) !important;
}
.focus\:text-primary-400:focus {
  color: var(--p-primary-400) !important;
}
.focus\:text-primary-500:focus {
  color: var(--p-primary-500) !important;
}
.focus\:text-primary-600:focus {
  color: var(--p-primary-600) !important;
}
.focus\:text-primary-700:focus {
  color: var(--p-primary-700) !important;
}
.focus\:text-primary-800:focus {
  color: var(--p-primary-800) !important;
}
.focus\:text-primary-900:focus {
  color: var(--p-primary-900) !important;
}
.hover\:text-primary-50:hover {
  color: var(--p-primary-50) !important;
}
.hover\:text-primary-100:hover {
  color: var(--p-primary-100) !important;
}
.hover\:text-primary-200:hover {
  color: var(--p-primary-200) !important;
}
.hover\:text-primary-300:hover {
  color: var(--p-primary-300) !important;
}
.hover\:text-primary-400:hover {
  color: var(--p-primary-400) !important;
}
.hover\:text-primary-500:hover {
  color: var(--p-primary-500) !important;
}
.hover\:text-primary-600:hover {
  color: var(--p-primary-600) !important;
}
.hover\:text-primary-700:hover {
  color: var(--p-primary-700) !important;
}
.hover\:text-primary-800:hover {
  color: var(--p-primary-800) !important;
}
.hover\:text-primary-900:hover {
  color: var(--p-primary-900) !important;
}
.active\:text-primary-50:active {
  color: var(--p-primary-50) !important;
}
.active\:text-primary-100:active {
  color: var(--p-primary-100) !important;
}
.active\:text-primary-200:active {
  color: var(--p-primary-200) !important;
}
.active\:text-primary-300:active {
  color: var(--p-primary-300) !important;
}
.active\:text-primary-400:active {
  color: var(--p-primary-400) !important;
}
.active\:text-primary-500:active {
  color: var(--p-primary-500) !important;
}
.active\:text-primary-600:active {
  color: var(--p-primary-600) !important;
}
.active\:text-primary-700:active {
  color: var(--p-primary-700) !important;
}
.active\:text-primary-800:active {
  color: var(--p-primary-800) !important;
}
.active\:text-primary-900:active {
  color: var(--p-primary-900) !important;
}
.bg-blue-50 {
  background-color: var(--p-blue-50) !important;
}
.bg-blue-100 {
  background-color: var(--p-blue-100) !important;
}
.bg-blue-200 {
  background-color: var(--p-blue-200) !important;
}
.bg-blue-300 {
  background-color: var(--p-blue-300) !important;
}
.bg-blue-400 {
  background-color: var(--p-blue-400) !important;
}
.bg-blue-500 {
  background-color: var(--p-blue-500) !important;
}
.bg-blue-600 {
  background-color: var(--p-blue-600) !important;
}
.bg-blue-700 {
  background-color: var(--p-blue-700) !important;
}
.bg-blue-800 {
  background-color: var(--p-blue-800) !important;
}
.bg-blue-900 {
  background-color: var(--p-blue-900) !important;
}
.focus\:bg-blue-50:focus {
  background-color: var(--p-blue-50) !important;
}
.focus\:bg-blue-100:focus {
  background-color: var(--p-blue-100) !important;
}
.focus\:bg-blue-200:focus {
  background-color: var(--p-blue-200) !important;
}
.focus\:bg-blue-300:focus {
  background-color: var(--p-blue-300) !important;
}
.focus\:bg-blue-400:focus {
  background-color: var(--p-blue-400) !important;
}
.focus\:bg-blue-500:focus {
  background-color: var(--p-blue-500) !important;
}
.focus\:bg-blue-600:focus {
  background-color: var(--p-blue-600) !important;
}
.focus\:bg-blue-700:focus {
  background-color: var(--p-blue-700) !important;
}
.focus\:bg-blue-800:focus {
  background-color: var(--p-blue-800) !important;
}
.focus\:bg-blue-900:focus {
  background-color: var(--p-blue-900) !important;
}
.hover\:bg-blue-50:hover {
  background-color: var(--p-blue-50) !important;
}
.hover\:bg-blue-100:hover {
  background-color: var(--p-blue-100) !important;
}
.hover\:bg-blue-200:hover {
  background-color: var(--p-blue-200) !important;
}
.hover\:bg-blue-300:hover {
  background-color: var(--p-blue-300) !important;
}
.hover\:bg-blue-400:hover {
  background-color: var(--p-blue-400) !important;
}
.hover\:bg-blue-500:hover {
  background-color: var(--p-blue-500) !important;
}
.hover\:bg-blue-600:hover {
  background-color: var(--p-blue-600) !important;
}
.hover\:bg-blue-700:hover {
  background-color: var(--p-blue-700) !important;
}
.hover\:bg-blue-800:hover {
  background-color: var(--p-blue-800) !important;
}
.hover\:bg-blue-900:hover {
  background-color: var(--p-blue-900) !important;
}
.active\:bg-blue-50:active {
  background-color: var(--p-blue-50) !important;
}
.active\:bg-blue-100:active {
  background-color: var(--p-blue-100) !important;
}
.active\:bg-blue-200:active {
  background-color: var(--p-blue-200) !important;
}
.active\:bg-blue-300:active {
  background-color: var(--p-blue-300) !important;
}
.active\:bg-blue-400:active {
  background-color: var(--p-blue-400) !important;
}
.active\:bg-blue-500:active {
  background-color: var(--p-blue-500) !important;
}
.active\:bg-blue-600:active {
  background-color: var(--p-blue-600) !important;
}
.active\:bg-blue-700:active {
  background-color: var(--p-blue-700) !important;
}
.active\:bg-blue-800:active {
  background-color: var(--p-blue-800) !important;
}
.active\:bg-blue-900:active {
  background-color: var(--p-blue-900) !important;
}
.bg-green-50 {
  background-color: var(--p-green-50) !important;
}
.bg-green-100 {
  background-color: var(--p-green-100) !important;
}
.bg-green-200 {
  background-color: var(--p-green-200) !important;
}
.bg-green-300 {
  background-color: var(--p-green-300) !important;
}
.bg-green-400 {
  background-color: var(--p-green-400) !important;
}
.bg-green-500 {
  background-color: var(--p-green-500) !important;
}
.bg-green-600 {
  background-color: var(--p-green-600) !important;
}
.bg-green-700 {
  background-color: var(--p-green-700) !important;
}
.bg-green-800 {
  background-color: var(--p-green-800) !important;
}
.bg-green-900 {
  background-color: var(--p-green-900) !important;
}
.focus\:bg-green-50:focus {
  background-color: var(--p-green-50) !important;
}
.focus\:bg-green-100:focus {
  background-color: var(--p-green-100) !important;
}
.focus\:bg-green-200:focus {
  background-color: var(--p-green-200) !important;
}
.focus\:bg-green-300:focus {
  background-color: var(--p-green-300) !important;
}
.focus\:bg-green-400:focus {
  background-color: var(--p-green-400) !important;
}
.focus\:bg-green-500:focus {
  background-color: var(--p-green-500) !important;
}
.focus\:bg-green-600:focus {
  background-color: var(--p-green-600) !important;
}
.focus\:bg-green-700:focus {
  background-color: var(--p-green-700) !important;
}
.focus\:bg-green-800:focus {
  background-color: var(--p-green-800) !important;
}
.focus\:bg-green-900:focus {
  background-color: var(--p-green-900) !important;
}
.hover\:bg-green-50:hover {
  background-color: var(--p-green-50) !important;
}
.hover\:bg-green-100:hover {
  background-color: var(--p-green-100) !important;
}
.hover\:bg-green-200:hover {
  background-color: var(--p-green-200) !important;
}
.hover\:bg-green-300:hover {
  background-color: var(--p-green-300) !important;
}
.hover\:bg-green-400:hover {
  background-color: var(--p-green-400) !important;
}
.hover\:bg-green-500:hover {
  background-color: var(--p-green-500) !important;
}
.hover\:bg-green-600:hover {
  background-color: var(--p-green-600) !important;
}
.hover\:bg-green-700:hover {
  background-color: var(--p-green-700) !important;
}
.hover\:bg-green-800:hover {
  background-color: var(--p-green-800) !important;
}
.hover\:bg-green-900:hover {
  background-color: var(--p-green-900) !important;
}
.active\:bg-green-50:active {
  background-color: var(--p-green-50) !important;
}
.active\:bg-green-100:active {
  background-color: var(--p-green-100) !important;
}
.active\:bg-green-200:active {
  background-color: var(--p-green-200) !important;
}
.active\:bg-green-300:active {
  background-color: var(--p-green-300) !important;
}
.active\:bg-green-400:active {
  background-color: var(--p-green-400) !important;
}
.active\:bg-green-500:active {
  background-color: var(--p-green-500) !important;
}
.active\:bg-green-600:active {
  background-color: var(--p-green-600) !important;
}
.active\:bg-green-700:active {
  background-color: var(--p-green-700) !important;
}
.active\:bg-green-800:active {
  background-color: var(--p-green-800) !important;
}
.active\:bg-green-900:active {
  background-color: var(--p-green-900) !important;
}
.bg-yellow-50 {
  background-color: var(--p-yellow-50) !important;
}
.bg-yellow-100 {
  background-color: var(--p-yellow-100) !important;
}
.bg-yellow-200 {
  background-color: var(--p-yellow-200) !important;
}
.bg-yellow-300 {
  background-color: var(--p-yellow-300) !important;
}
.bg-yellow-400 {
  background-color: var(--p-yellow-400) !important;
}
.bg-yellow-500 {
  background-color: var(--p-yellow-500) !important;
}
.bg-yellow-600 {
  background-color: var(--p-yellow-600) !important;
}
.bg-yellow-700 {
  background-color: var(--p-yellow-700) !important;
}
.bg-yellow-800 {
  background-color: var(--p-yellow-800) !important;
}
.bg-yellow-900 {
  background-color: var(--p-yellow-900) !important;
}
.focus\:bg-yellow-50:focus {
  background-color: var(--p-yellow-50) !important;
}
.focus\:bg-yellow-100:focus {
  background-color: var(--p-yellow-100) !important;
}
.focus\:bg-yellow-200:focus {
  background-color: var(--p-yellow-200) !important;
}
.focus\:bg-yellow-300:focus {
  background-color: var(--p-yellow-300) !important;
}
.focus\:bg-yellow-400:focus {
  background-color: var(--p-yellow-400) !important;
}
.focus\:bg-yellow-500:focus {
  background-color: var(--p-yellow-500) !important;
}
.focus\:bg-yellow-600:focus {
  background-color: var(--p-yellow-600) !important;
}
.focus\:bg-yellow-700:focus {
  background-color: var(--p-yellow-700) !important;
}
.focus\:bg-yellow-800:focus {
  background-color: var(--p-yellow-800) !important;
}
.focus\:bg-yellow-900:focus {
  background-color: var(--p-yellow-900) !important;
}
.hover\:bg-yellow-50:hover {
  background-color: var(--p-yellow-50) !important;
}
.hover\:bg-yellow-100:hover {
  background-color: var(--p-yellow-100) !important;
}
.hover\:bg-yellow-200:hover {
  background-color: var(--p-yellow-200) !important;
}
.hover\:bg-yellow-300:hover {
  background-color: var(--p-yellow-300) !important;
}
.hover\:bg-yellow-400:hover {
  background-color: var(--p-yellow-400) !important;
}
.hover\:bg-yellow-500:hover {
  background-color: var(--p-yellow-500) !important;
}
.hover\:bg-yellow-600:hover {
  background-color: var(--p-yellow-600) !important;
}
.hover\:bg-yellow-700:hover {
  background-color: var(--p-yellow-700) !important;
}
.hover\:bg-yellow-800:hover {
  background-color: var(--p-yellow-800) !important;
}
.hover\:bg-yellow-900:hover {
  background-color: var(--p-yellow-900) !important;
}
.active\:bg-yellow-50:active {
  background-color: var(--p-yellow-50) !important;
}
.active\:bg-yellow-100:active {
  background-color: var(--p-yellow-100) !important;
}
.active\:bg-yellow-200:active {
  background-color: var(--p-yellow-200) !important;
}
.active\:bg-yellow-300:active {
  background-color: var(--p-yellow-300) !important;
}
.active\:bg-yellow-400:active {
  background-color: var(--p-yellow-400) !important;
}
.active\:bg-yellow-500:active {
  background-color: var(--p-yellow-500) !important;
}
.active\:bg-yellow-600:active {
  background-color: var(--p-yellow-600) !important;
}
.active\:bg-yellow-700:active {
  background-color: var(--p-yellow-700) !important;
}
.active\:bg-yellow-800:active {
  background-color: var(--p-yellow-800) !important;
}
.active\:bg-yellow-900:active {
  background-color: var(--p-yellow-900) !important;
}
.bg-cyan-50 {
  background-color: var(--p-cyan-50) !important;
}
.bg-cyan-100 {
  background-color: var(--p-cyan-100) !important;
}
.bg-cyan-200 {
  background-color: var(--p-cyan-200) !important;
}
.bg-cyan-300 {
  background-color: var(--p-cyan-300) !important;
}
.bg-cyan-400 {
  background-color: var(--p-cyan-400) !important;
}
.bg-cyan-500 {
  background-color: var(--p-cyan-500) !important;
}
.bg-cyan-600 {
  background-color: var(--p-cyan-600) !important;
}
.bg-cyan-700 {
  background-color: var(--p-cyan-700) !important;
}
.bg-cyan-800 {
  background-color: var(--p-cyan-800) !important;
}
.bg-cyan-900 {
  background-color: var(--p-cyan-900) !important;
}
.focus\:bg-cyan-50:focus {
  background-color: var(--p-cyan-50) !important;
}
.focus\:bg-cyan-100:focus {
  background-color: var(--p-cyan-100) !important;
}
.focus\:bg-cyan-200:focus {
  background-color: var(--p-cyan-200) !important;
}
.focus\:bg-cyan-300:focus {
  background-color: var(--p-cyan-300) !important;
}
.focus\:bg-cyan-400:focus {
  background-color: var(--p-cyan-400) !important;
}
.focus\:bg-cyan-500:focus {
  background-color: var(--p-cyan-500) !important;
}
.focus\:bg-cyan-600:focus {
  background-color: var(--p-cyan-600) !important;
}
.focus\:bg-cyan-700:focus {
  background-color: var(--p-cyan-700) !important;
}
.focus\:bg-cyan-800:focus {
  background-color: var(--p-cyan-800) !important;
}
.focus\:bg-cyan-900:focus {
  background-color: var(--p-cyan-900) !important;
}
.hover\:bg-cyan-50:hover {
  background-color: var(--p-cyan-50) !important;
}
.hover\:bg-cyan-100:hover {
  background-color: var(--p-cyan-100) !important;
}
.hover\:bg-cyan-200:hover {
  background-color: var(--p-cyan-200) !important;
}
.hover\:bg-cyan-300:hover {
  background-color: var(--p-cyan-300) !important;
}
.hover\:bg-cyan-400:hover {
  background-color: var(--p-cyan-400) !important;
}
.hover\:bg-cyan-500:hover {
  background-color: var(--p-cyan-500) !important;
}
.hover\:bg-cyan-600:hover {
  background-color: var(--p-cyan-600) !important;
}
.hover\:bg-cyan-700:hover {
  background-color: var(--p-cyan-700) !important;
}
.hover\:bg-cyan-800:hover {
  background-color: var(--p-cyan-800) !important;
}
.hover\:bg-cyan-900:hover {
  background-color: var(--p-cyan-900) !important;
}
.active\:bg-cyan-50:active {
  background-color: var(--p-cyan-50) !important;
}
.active\:bg-cyan-100:active {
  background-color: var(--p-cyan-100) !important;
}
.active\:bg-cyan-200:active {
  background-color: var(--p-cyan-200) !important;
}
.active\:bg-cyan-300:active {
  background-color: var(--p-cyan-300) !important;
}
.active\:bg-cyan-400:active {
  background-color: var(--p-cyan-400) !important;
}
.active\:bg-cyan-500:active {
  background-color: var(--p-cyan-500) !important;
}
.active\:bg-cyan-600:active {
  background-color: var(--p-cyan-600) !important;
}
.active\:bg-cyan-700:active {
  background-color: var(--p-cyan-700) !important;
}
.active\:bg-cyan-800:active {
  background-color: var(--p-cyan-800) !important;
}
.active\:bg-cyan-900:active {
  background-color: var(--p-cyan-900) !important;
}
.bg-pink-50 {
  background-color: var(--p-pink-50) !important;
}
.bg-pink-100 {
  background-color: var(--p-pink-100) !important;
}
.bg-pink-200 {
  background-color: var(--p-pink-200) !important;
}
.bg-pink-300 {
  background-color: var(--p-pink-300) !important;
}
.bg-pink-400 {
  background-color: var(--p-pink-400) !important;
}
.bg-pink-500 {
  background-color: var(--p-pink-500) !important;
}
.bg-pink-600 {
  background-color: var(--p-pink-600) !important;
}
.bg-pink-700 {
  background-color: var(--p-pink-700) !important;
}
.bg-pink-800 {
  background-color: var(--p-pink-800) !important;
}
.bg-pink-900 {
  background-color: var(--p-pink-900) !important;
}
.focus\:bg-pink-50:focus {
  background-color: var(--p-pink-50) !important;
}
.focus\:bg-pink-100:focus {
  background-color: var(--p-pink-100) !important;
}
.focus\:bg-pink-200:focus {
  background-color: var(--p-pink-200) !important;
}
.focus\:bg-pink-300:focus {
  background-color: var(--p-pink-300) !important;
}
.focus\:bg-pink-400:focus {
  background-color: var(--p-pink-400) !important;
}
.focus\:bg-pink-500:focus {
  background-color: var(--p-pink-500) !important;
}
.focus\:bg-pink-600:focus {
  background-color: var(--p-pink-600) !important;
}
.focus\:bg-pink-700:focus {
  background-color: var(--p-pink-700) !important;
}
.focus\:bg-pink-800:focus {
  background-color: var(--p-pink-800) !important;
}
.focus\:bg-pink-900:focus {
  background-color: var(--p-pink-900) !important;
}
.hover\:bg-pink-50:hover {
  background-color: var(--p-pink-50) !important;
}
.hover\:bg-pink-100:hover {
  background-color: var(--p-pink-100) !important;
}
.hover\:bg-pink-200:hover {
  background-color: var(--p-pink-200) !important;
}
.hover\:bg-pink-300:hover {
  background-color: var(--p-pink-300) !important;
}
.hover\:bg-pink-400:hover {
  background-color: var(--p-pink-400) !important;
}
.hover\:bg-pink-500:hover {
  background-color: var(--p-pink-500) !important;
}
.hover\:bg-pink-600:hover {
  background-color: var(--p-pink-600) !important;
}
.hover\:bg-pink-700:hover {
  background-color: var(--p-pink-700) !important;
}
.hover\:bg-pink-800:hover {
  background-color: var(--p-pink-800) !important;
}
.hover\:bg-pink-900:hover {
  background-color: var(--p-pink-900) !important;
}
.active\:bg-pink-50:active {
  background-color: var(--p-pink-50) !important;
}
.active\:bg-pink-100:active {
  background-color: var(--p-pink-100) !important;
}
.active\:bg-pink-200:active {
  background-color: var(--p-pink-200) !important;
}
.active\:bg-pink-300:active {
  background-color: var(--p-pink-300) !important;
}
.active\:bg-pink-400:active {
  background-color: var(--p-pink-400) !important;
}
.active\:bg-pink-500:active {
  background-color: var(--p-pink-500) !important;
}
.active\:bg-pink-600:active {
  background-color: var(--p-pink-600) !important;
}
.active\:bg-pink-700:active {
  background-color: var(--p-pink-700) !important;
}
.active\:bg-pink-800:active {
  background-color: var(--p-pink-800) !important;
}
.active\:bg-pink-900:active {
  background-color: var(--p-pink-900) !important;
}
.bg-indigo-50 {
  background-color: var(--p-indigo-50) !important;
}
.bg-indigo-100 {
  background-color: var(--p-indigo-100) !important;
}
.bg-indigo-200 {
  background-color: var(--p-indigo-200) !important;
}
.bg-indigo-300 {
  background-color: var(--p-indigo-300) !important;
}
.bg-indigo-400 {
  background-color: var(--p-indigo-400) !important;
}
.bg-indigo-500 {
  background-color: var(--p-indigo-500) !important;
}
.bg-indigo-600 {
  background-color: var(--p-indigo-600) !important;
}
.bg-indigo-700 {
  background-color: var(--p-indigo-700) !important;
}
.bg-indigo-800 {
  background-color: var(--p-indigo-800) !important;
}
.bg-indigo-900 {
  background-color: var(--p-indigo-900) !important;
}
.focus\:bg-indigo-50:focus {
  background-color: var(--p-indigo-50) !important;
}
.focus\:bg-indigo-100:focus {
  background-color: var(--p-indigo-100) !important;
}
.focus\:bg-indigo-200:focus {
  background-color: var(--p-indigo-200) !important;
}
.focus\:bg-indigo-300:focus {
  background-color: var(--p-indigo-300) !important;
}
.focus\:bg-indigo-400:focus {
  background-color: var(--p-indigo-400) !important;
}
.focus\:bg-indigo-500:focus {
  background-color: var(--p-indigo-500) !important;
}
.focus\:bg-indigo-600:focus {
  background-color: var(--p-indigo-600) !important;
}
.focus\:bg-indigo-700:focus {
  background-color: var(--p-indigo-700) !important;
}
.focus\:bg-indigo-800:focus {
  background-color: var(--p-indigo-800) !important;
}
.focus\:bg-indigo-900:focus {
  background-color: var(--p-indigo-900) !important;
}
.hover\:bg-indigo-50:hover {
  background-color: var(--p-indigo-50) !important;
}
.hover\:bg-indigo-100:hover {
  background-color: var(--p-indigo-100) !important;
}
.hover\:bg-indigo-200:hover {
  background-color: var(--p-indigo-200) !important;
}
.hover\:bg-indigo-300:hover {
  background-color: var(--p-indigo-300) !important;
}
.hover\:bg-indigo-400:hover {
  background-color: var(--p-indigo-400) !important;
}
.hover\:bg-indigo-500:hover {
  background-color: var(--p-indigo-500) !important;
}
.hover\:bg-indigo-600:hover {
  background-color: var(--p-indigo-600) !important;
}
.hover\:bg-indigo-700:hover {
  background-color: var(--p-indigo-700) !important;
}
.hover\:bg-indigo-800:hover {
  background-color: var(--p-indigo-800) !important;
}
.hover\:bg-indigo-900:hover {
  background-color: var(--p-indigo-900) !important;
}
.active\:bg-indigo-50:active {
  background-color: var(--p-indigo-50) !important;
}
.active\:bg-indigo-100:active {
  background-color: var(--p-indigo-100) !important;
}
.active\:bg-indigo-200:active {
  background-color: var(--p-indigo-200) !important;
}
.active\:bg-indigo-300:active {
  background-color: var(--p-indigo-300) !important;
}
.active\:bg-indigo-400:active {
  background-color: var(--p-indigo-400) !important;
}
.active\:bg-indigo-500:active {
  background-color: var(--p-indigo-500) !important;
}
.active\:bg-indigo-600:active {
  background-color: var(--p-indigo-600) !important;
}
.active\:bg-indigo-700:active {
  background-color: var(--p-indigo-700) !important;
}
.active\:bg-indigo-800:active {
  background-color: var(--p-indigo-800) !important;
}
.active\:bg-indigo-900:active {
  background-color: var(--p-indigo-900) !important;
}
.bg-teal-50 {
  background-color: var(--p-teal-50) !important;
}
.bg-teal-100 {
  background-color: var(--p-teal-100) !important;
}
.bg-teal-200 {
  background-color: var(--p-teal-200) !important;
}
.bg-teal-300 {
  background-color: var(--p-teal-300) !important;
}
.bg-teal-400 {
  background-color: var(--p-teal-400) !important;
}
.bg-teal-500 {
  background-color: var(--p-teal-500) !important;
}
.bg-teal-600 {
  background-color: var(--p-teal-600) !important;
}
.bg-teal-700 {
  background-color: var(--p-teal-700) !important;
}
.bg-teal-800 {
  background-color: var(--p-teal-800) !important;
}
.bg-teal-900 {
  background-color: var(--p-teal-900) !important;
}
.focus\:bg-teal-50:focus {
  background-color: var(--p-teal-50) !important;
}
.focus\:bg-teal-100:focus {
  background-color: var(--p-teal-100) !important;
}
.focus\:bg-teal-200:focus {
  background-color: var(--p-teal-200) !important;
}
.focus\:bg-teal-300:focus {
  background-color: var(--p-teal-300) !important;
}
.focus\:bg-teal-400:focus {
  background-color: var(--p-teal-400) !important;
}
.focus\:bg-teal-500:focus {
  background-color: var(--p-teal-500) !important;
}
.focus\:bg-teal-600:focus {
  background-color: var(--p-teal-600) !important;
}
.focus\:bg-teal-700:focus {
  background-color: var(--p-teal-700) !important;
}
.focus\:bg-teal-800:focus {
  background-color: var(--p-teal-800) !important;
}
.focus\:bg-teal-900:focus {
  background-color: var(--p-teal-900) !important;
}
.hover\:bg-teal-50:hover {
  background-color: var(--p-teal-50) !important;
}
.hover\:bg-teal-100:hover {
  background-color: var(--p-teal-100) !important;
}
.hover\:bg-teal-200:hover {
  background-color: var(--p-teal-200) !important;
}
.hover\:bg-teal-300:hover {
  background-color: var(--p-teal-300) !important;
}
.hover\:bg-teal-400:hover {
  background-color: var(--p-teal-400) !important;
}
.hover\:bg-teal-500:hover {
  background-color: var(--p-teal-500) !important;
}
.hover\:bg-teal-600:hover {
  background-color: var(--p-teal-600) !important;
}
.hover\:bg-teal-700:hover {
  background-color: var(--p-teal-700) !important;
}
.hover\:bg-teal-800:hover {
  background-color: var(--p-teal-800) !important;
}
.hover\:bg-teal-900:hover {
  background-color: var(--p-teal-900) !important;
}
.active\:bg-teal-50:active {
  background-color: var(--p-teal-50) !important;
}
.active\:bg-teal-100:active {
  background-color: var(--p-teal-100) !important;
}
.active\:bg-teal-200:active {
  background-color: var(--p-teal-200) !important;
}
.active\:bg-teal-300:active {
  background-color: var(--p-teal-300) !important;
}
.active\:bg-teal-400:active {
  background-color: var(--p-teal-400) !important;
}
.active\:bg-teal-500:active {
  background-color: var(--p-teal-500) !important;
}
.active\:bg-teal-600:active {
  background-color: var(--p-teal-600) !important;
}
.active\:bg-teal-700:active {
  background-color: var(--p-teal-700) !important;
}
.active\:bg-teal-800:active {
  background-color: var(--p-teal-800) !important;
}
.active\:bg-teal-900:active {
  background-color: var(--p-teal-900) !important;
}
.bg-orange-50 {
  background-color: var(--p-orange-50) !important;
}
.bg-orange-100 {
  background-color: var(--p-orange-100) !important;
}
.bg-orange-200 {
  background-color: var(--p-orange-200) !important;
}
.bg-orange-300 {
  background-color: var(--p-orange-300) !important;
}
.bg-orange-400 {
  background-color: var(--p-orange-400) !important;
}
.bg-orange-500 {
  background-color: var(--p-orange-500) !important;
}
.bg-orange-600 {
  background-color: var(--p-orange-600) !important;
}
.bg-orange-700 {
  background-color: var(--p-orange-700) !important;
}
.bg-orange-800 {
  background-color: var(--p-orange-800) !important;
}
.bg-orange-900 {
  background-color: var(--p-orange-900) !important;
}
.focus\:bg-orange-50:focus {
  background-color: var(--p-orange-50) !important;
}
.focus\:bg-orange-100:focus {
  background-color: var(--p-orange-100) !important;
}
.focus\:bg-orange-200:focus {
  background-color: var(--p-orange-200) !important;
}
.focus\:bg-orange-300:focus {
  background-color: var(--p-orange-300) !important;
}
.focus\:bg-orange-400:focus {
  background-color: var(--p-orange-400) !important;
}
.focus\:bg-orange-500:focus {
  background-color: var(--p-orange-500) !important;
}
.focus\:bg-orange-600:focus {
  background-color: var(--p-orange-600) !important;
}
.focus\:bg-orange-700:focus {
  background-color: var(--p-orange-700) !important;
}
.focus\:bg-orange-800:focus {
  background-color: var(--p-orange-800) !important;
}
.focus\:bg-orange-900:focus {
  background-color: var(--p-orange-900) !important;
}
.hover\:bg-orange-50:hover {
  background-color: var(--p-orange-50) !important;
}
.hover\:bg-orange-100:hover {
  background-color: var(--p-orange-100) !important;
}
.hover\:bg-orange-200:hover {
  background-color: var(--p-orange-200) !important;
}
.hover\:bg-orange-300:hover {
  background-color: var(--p-orange-300) !important;
}
.hover\:bg-orange-400:hover {
  background-color: var(--p-orange-400) !important;
}
.hover\:bg-orange-500:hover {
  background-color: var(--p-orange-500) !important;
}
.hover\:bg-orange-600:hover {
  background-color: var(--p-orange-600) !important;
}
.hover\:bg-orange-700:hover {
  background-color: var(--p-orange-700) !important;
}
.hover\:bg-orange-800:hover {
  background-color: var(--p-orange-800) !important;
}
.hover\:bg-orange-900:hover {
  background-color: var(--p-orange-900) !important;
}
.active\:bg-orange-50:active {
  background-color: var(--p-orange-50) !important;
}
.active\:bg-orange-100:active {
  background-color: var(--p-orange-100) !important;
}
.active\:bg-orange-200:active {
  background-color: var(--p-orange-200) !important;
}
.active\:bg-orange-300:active {
  background-color: var(--p-orange-300) !important;
}
.active\:bg-orange-400:active {
  background-color: var(--p-orange-400) !important;
}
.active\:bg-orange-500:active {
  background-color: var(--p-orange-500) !important;
}
.active\:bg-orange-600:active {
  background-color: var(--p-orange-600) !important;
}
.active\:bg-orange-700:active {
  background-color: var(--p-orange-700) !important;
}
.active\:bg-orange-800:active {
  background-color: var(--p-orange-800) !important;
}
.active\:bg-orange-900:active {
  background-color: var(--p-orange-900) !important;
}
.bg-bluegray-50 {
  background-color: var(--p-bluegray-50) !important;
}
.bg-bluegray-100 {
  background-color: var(--p-bluegray-100) !important;
}
.bg-bluegray-200 {
  background-color: var(--p-bluegray-200) !important;
}
.bg-bluegray-300 {
  background-color: var(--p-bluegray-300) !important;
}
.bg-bluegray-400 {
  background-color: var(--p-bluegray-400) !important;
}
.bg-bluegray-500 {
  background-color: var(--p-bluegray-500) !important;
}
.bg-bluegray-600 {
  background-color: var(--p-bluegray-600) !important;
}
.bg-bluegray-700 {
  background-color: var(--p-bluegray-700) !important;
}
.bg-bluegray-800 {
  background-color: var(--p-bluegray-800) !important;
}
.bg-bluegray-900 {
  background-color: var(--p-bluegray-900) !important;
}
.focus\:bg-bluegray-50:focus {
  background-color: var(--p-bluegray-50) !important;
}
.focus\:bg-bluegray-100:focus {
  background-color: var(--p-bluegray-100) !important;
}
.focus\:bg-bluegray-200:focus {
  background-color: var(--p-bluegray-200) !important;
}
.focus\:bg-bluegray-300:focus {
  background-color: var(--p-bluegray-300) !important;
}
.focus\:bg-bluegray-400:focus {
  background-color: var(--p-bluegray-400) !important;
}
.focus\:bg-bluegray-500:focus {
  background-color: var(--p-bluegray-500) !important;
}
.focus\:bg-bluegray-600:focus {
  background-color: var(--p-bluegray-600) !important;
}
.focus\:bg-bluegray-700:focus {
  background-color: var(--p-bluegray-700) !important;
}
.focus\:bg-bluegray-800:focus {
  background-color: var(--p-bluegray-800) !important;
}
.focus\:bg-bluegray-900:focus {
  background-color: var(--p-bluegray-900) !important;
}
.hover\:bg-bluegray-50:hover {
  background-color: var(--p-bluegray-50) !important;
}
.hover\:bg-bluegray-100:hover {
  background-color: var(--p-bluegray-100) !important;
}
.hover\:bg-bluegray-200:hover {
  background-color: var(--p-bluegray-200) !important;
}
.hover\:bg-bluegray-300:hover {
  background-color: var(--p-bluegray-300) !important;
}
.hover\:bg-bluegray-400:hover {
  background-color: var(--p-bluegray-400) !important;
}
.hover\:bg-bluegray-500:hover {
  background-color: var(--p-bluegray-500) !important;
}
.hover\:bg-bluegray-600:hover {
  background-color: var(--p-bluegray-600) !important;
}
.hover\:bg-bluegray-700:hover {
  background-color: var(--p-bluegray-700) !important;
}
.hover\:bg-bluegray-800:hover {
  background-color: var(--p-bluegray-800) !important;
}
.hover\:bg-bluegray-900:hover {
  background-color: var(--p-bluegray-900) !important;
}
.active\:bg-bluegray-50:active {
  background-color: var(--p-bluegray-50) !important;
}
.active\:bg-bluegray-100:active {
  background-color: var(--p-bluegray-100) !important;
}
.active\:bg-bluegray-200:active {
  background-color: var(--p-bluegray-200) !important;
}
.active\:bg-bluegray-300:active {
  background-color: var(--p-bluegray-300) !important;
}
.active\:bg-bluegray-400:active {
  background-color: var(--p-bluegray-400) !important;
}
.active\:bg-bluegray-500:active {
  background-color: var(--p-bluegray-500) !important;
}
.active\:bg-bluegray-600:active {
  background-color: var(--p-bluegray-600) !important;
}
.active\:bg-bluegray-700:active {
  background-color: var(--p-bluegray-700) !important;
}
.active\:bg-bluegray-800:active {
  background-color: var(--p-bluegray-800) !important;
}
.active\:bg-bluegray-900:active {
  background-color: var(--p-bluegray-900) !important;
}
.bg-purple-50 {
  background-color: var(--p-purple-50) !important;
}
.bg-purple-100 {
  background-color: var(--p-purple-100) !important;
}
.bg-purple-200 {
  background-color: var(--p-purple-200) !important;
}
.bg-purple-300 {
  background-color: var(--p-purple-300) !important;
}
.bg-purple-400 {
  background-color: var(--p-purple-400) !important;
}
.bg-purple-500 {
  background-color: var(--p-purple-500) !important;
}
.bg-purple-600 {
  background-color: var(--p-purple-600) !important;
}
.bg-purple-700 {
  background-color: var(--p-purple-700) !important;
}
.bg-purple-800 {
  background-color: var(--p-purple-800) !important;
}
.bg-purple-900 {
  background-color: var(--p-purple-900) !important;
}
.focus\:bg-purple-50:focus {
  background-color: var(--p-purple-50) !important;
}
.focus\:bg-purple-100:focus {
  background-color: var(--p-purple-100) !important;
}
.focus\:bg-purple-200:focus {
  background-color: var(--p-purple-200) !important;
}
.focus\:bg-purple-300:focus {
  background-color: var(--p-purple-300) !important;
}
.focus\:bg-purple-400:focus {
  background-color: var(--p-purple-400) !important;
}
.focus\:bg-purple-500:focus {
  background-color: var(--p-purple-500) !important;
}
.focus\:bg-purple-600:focus {
  background-color: var(--p-purple-600) !important;
}
.focus\:bg-purple-700:focus {
  background-color: var(--p-purple-700) !important;
}
.focus\:bg-purple-800:focus {
  background-color: var(--p-purple-800) !important;
}
.focus\:bg-purple-900:focus {
  background-color: var(--p-purple-900) !important;
}
.hover\:bg-purple-50:hover {
  background-color: var(--p-purple-50) !important;
}
.hover\:bg-purple-100:hover {
  background-color: var(--p-purple-100) !important;
}
.hover\:bg-purple-200:hover {
  background-color: var(--p-purple-200) !important;
}
.hover\:bg-purple-300:hover {
  background-color: var(--p-purple-300) !important;
}
.hover\:bg-purple-400:hover {
  background-color: var(--p-purple-400) !important;
}
.hover\:bg-purple-500:hover {
  background-color: var(--p-purple-500) !important;
}
.hover\:bg-purple-600:hover {
  background-color: var(--p-purple-600) !important;
}
.hover\:bg-purple-700:hover {
  background-color: var(--p-purple-700) !important;
}
.hover\:bg-purple-800:hover {
  background-color: var(--p-purple-800) !important;
}
.hover\:bg-purple-900:hover {
  background-color: var(--p-purple-900) !important;
}
.active\:bg-purple-50:active {
  background-color: var(--p-purple-50) !important;
}
.active\:bg-purple-100:active {
  background-color: var(--p-purple-100) !important;
}
.active\:bg-purple-200:active {
  background-color: var(--p-purple-200) !important;
}
.active\:bg-purple-300:active {
  background-color: var(--p-purple-300) !important;
}
.active\:bg-purple-400:active {
  background-color: var(--p-purple-400) !important;
}
.active\:bg-purple-500:active {
  background-color: var(--p-purple-500) !important;
}
.active\:bg-purple-600:active {
  background-color: var(--p-purple-600) !important;
}
.active\:bg-purple-700:active {
  background-color: var(--p-purple-700) !important;
}
.active\:bg-purple-800:active {
  background-color: var(--p-purple-800) !important;
}
.active\:bg-purple-900:active {
  background-color: var(--p-purple-900) !important;
}
.bg-gray-50 {
  background-color: var(--p-gray-50) !important;
}
.bg-gray-100 {
  background-color: var(--p-gray-100) !important;
}
.bg-gray-200 {
  background-color: var(--p-gray-200) !important;
}
.bg-gray-300 {
  background-color: var(--p-gray-300) !important;
}
.bg-gray-400 {
  background-color: var(--p-gray-400) !important;
}
.bg-gray-500 {
  background-color: var(--p-gray-500) !important;
}
.bg-gray-600 {
  background-color: var(--p-gray-600) !important;
}
.bg-gray-700 {
  background-color: var(--p-gray-700) !important;
}
.bg-gray-800 {
  background-color: var(--p-gray-800) !important;
}
.bg-gray-900 {
  background-color: var(--p-gray-900) !important;
}
.focus\:bg-gray-50:focus {
  background-color: var(--p-gray-50) !important;
}
.focus\:bg-gray-100:focus {
  background-color: var(--p-gray-100) !important;
}
.focus\:bg-gray-200:focus {
  background-color: var(--p-gray-200) !important;
}
.focus\:bg-gray-300:focus {
  background-color: var(--p-gray-300) !important;
}
.focus\:bg-gray-400:focus {
  background-color: var(--p-gray-400) !important;
}
.focus\:bg-gray-500:focus {
  background-color: var(--p-gray-500) !important;
}
.focus\:bg-gray-600:focus {
  background-color: var(--p-gray-600) !important;
}
.focus\:bg-gray-700:focus {
  background-color: var(--p-gray-700) !important;
}
.focus\:bg-gray-800:focus {
  background-color: var(--p-gray-800) !important;
}
.focus\:bg-gray-900:focus {
  background-color: var(--p-gray-900) !important;
}
.hover\:bg-gray-50:hover {
  background-color: var(--p-gray-50) !important;
}
.hover\:bg-gray-100:hover {
  background-color: var(--p-gray-100) !important;
}
.hover\:bg-gray-200:hover {
  background-color: var(--p-gray-200) !important;
}
.hover\:bg-gray-300:hover {
  background-color: var(--p-gray-300) !important;
}
.hover\:bg-gray-400:hover {
  background-color: var(--p-gray-400) !important;
}
.hover\:bg-gray-500:hover {
  background-color: var(--p-gray-500) !important;
}
.hover\:bg-gray-600:hover {
  background-color: var(--p-gray-600) !important;
}
.hover\:bg-gray-700:hover {
  background-color: var(--p-gray-700) !important;
}
.hover\:bg-gray-800:hover {
  background-color: var(--p-gray-800) !important;
}
.hover\:bg-gray-900:hover {
  background-color: var(--p-gray-900) !important;
}
.active\:bg-gray-50:active {
  background-color: var(--p-gray-50) !important;
}
.active\:bg-gray-100:active {
  background-color: var(--p-gray-100) !important;
}
.active\:bg-gray-200:active {
  background-color: var(--p-gray-200) !important;
}
.active\:bg-gray-300:active {
  background-color: var(--p-gray-300) !important;
}
.active\:bg-gray-400:active {
  background-color: var(--p-gray-400) !important;
}
.active\:bg-gray-500:active {
  background-color: var(--p-gray-500) !important;
}
.active\:bg-gray-600:active {
  background-color: var(--p-gray-600) !important;
}
.active\:bg-gray-700:active {
  background-color: var(--p-gray-700) !important;
}
.active\:bg-gray-800:active {
  background-color: var(--p-gray-800) !important;
}
.active\:bg-gray-900:active {
  background-color: var(--p-gray-900) !important;
}
.bg-red-50 {
  background-color: var(--p-red-50) !important;
}
.bg-red-100 {
  background-color: var(--p-red-100) !important;
}
.bg-red-200 {
  background-color: var(--p-red-200) !important;
}
.bg-red-300 {
  background-color: var(--p-red-300) !important;
}
.bg-red-400 {
  background-color: var(--p-red-400) !important;
}
.bg-red-500 {
  background-color: var(--p-red-500) !important;
}
.bg-red-600 {
  background-color: var(--p-red-600) !important;
}
.bg-red-700 {
  background-color: var(--p-red-700) !important;
}
.bg-red-800 {
  background-color: var(--p-red-800) !important;
}
.bg-red-900 {
  background-color: var(--p-red-900) !important;
}
.focus\:bg-red-50:focus {
  background-color: var(--p-red-50) !important;
}
.focus\:bg-red-100:focus {
  background-color: var(--p-red-100) !important;
}
.focus\:bg-red-200:focus {
  background-color: var(--p-red-200) !important;
}
.focus\:bg-red-300:focus {
  background-color: var(--p-red-300) !important;
}
.focus\:bg-red-400:focus {
  background-color: var(--p-red-400) !important;
}
.focus\:bg-red-500:focus {
  background-color: var(--p-red-500) !important;
}
.focus\:bg-red-600:focus {
  background-color: var(--p-red-600) !important;
}
.focus\:bg-red-700:focus {
  background-color: var(--p-red-700) !important;
}
.focus\:bg-red-800:focus {
  background-color: var(--p-red-800) !important;
}
.focus\:bg-red-900:focus {
  background-color: var(--p-red-900) !important;
}
.hover\:bg-red-50:hover {
  background-color: var(--p-red-50) !important;
}
.hover\:bg-red-100:hover {
  background-color: var(--p-red-100) !important;
}
.hover\:bg-red-200:hover {
  background-color: var(--p-red-200) !important;
}
.hover\:bg-red-300:hover {
  background-color: var(--p-red-300) !important;
}
.hover\:bg-red-400:hover {
  background-color: var(--p-red-400) !important;
}
.hover\:bg-red-500:hover {
  background-color: var(--p-red-500) !important;
}
.hover\:bg-red-600:hover {
  background-color: var(--p-red-600) !important;
}
.hover\:bg-red-700:hover {
  background-color: var(--p-red-700) !important;
}
.hover\:bg-red-800:hover {
  background-color: var(--p-red-800) !important;
}
.hover\:bg-red-900:hover {
  background-color: var(--p-red-900) !important;
}
.active\:bg-red-50:active {
  background-color: var(--p-red-50) !important;
}
.active\:bg-red-100:active {
  background-color: var(--p-red-100) !important;
}
.active\:bg-red-200:active {
  background-color: var(--p-red-200) !important;
}
.active\:bg-red-300:active {
  background-color: var(--p-red-300) !important;
}
.active\:bg-red-400:active {
  background-color: var(--p-red-400) !important;
}
.active\:bg-red-500:active {
  background-color: var(--p-red-500) !important;
}
.active\:bg-red-600:active {
  background-color: var(--p-red-600) !important;
}
.active\:bg-red-700:active {
  background-color: var(--p-red-700) !important;
}
.active\:bg-red-800:active {
  background-color: var(--p-red-800) !important;
}
.active\:bg-red-900:active {
  background-color: var(--p-red-900) !important;
}
.bg-primary-50 {
  background-color: var(--p-primary-50) !important;
}
.bg-primary-100 {
  background-color: var(--p-primary-100) !important;
}
.bg-primary-200 {
  background-color: var(--p-primary-200) !important;
}
.bg-primary-300 {
  background-color: var(--p-primary-300) !important;
}
.bg-primary-400 {
  background-color: var(--p-primary-400) !important;
}
.bg-primary-500 {
  background-color: var(--p-primary-500) !important;
}
.bg-primary-600 {
  background-color: var(--p-primary-600) !important;
}
.bg-primary-700 {
  background-color: var(--p-primary-700) !important;
}
.bg-primary-800 {
  background-color: var(--p-primary-800) !important;
}
.bg-primary-900 {
  background-color: var(--p-primary-900) !important;
}
.focus\:bg-primary-50:focus {
  background-color: var(--p-primary-50) !important;
}
.focus\:bg-primary-100:focus {
  background-color: var(--p-primary-100) !important;
}
.focus\:bg-primary-200:focus {
  background-color: var(--p-primary-200) !important;
}
.focus\:bg-primary-300:focus {
  background-color: var(--p-primary-300) !important;
}
.focus\:bg-primary-400:focus {
  background-color: var(--p-primary-400) !important;
}
.focus\:bg-primary-500:focus {
  background-color: var(--p-primary-500) !important;
}
.focus\:bg-primary-600:focus {
  background-color: var(--p-primary-600) !important;
}
.focus\:bg-primary-700:focus {
  background-color: var(--p-primary-700) !important;
}
.focus\:bg-primary-800:focus {
  background-color: var(--p-primary-800) !important;
}
.focus\:bg-primary-900:focus {
  background-color: var(--p-primary-900) !important;
}
.hover\:bg-primary-50:hover {
  background-color: var(--p-primary-50) !important;
}
.hover\:bg-primary-100:hover {
  background-color: var(--p-primary-100) !important;
}
.hover\:bg-primary-200:hover {
  background-color: var(--p-primary-200) !important;
}
.hover\:bg-primary-300:hover {
  background-color: var(--p-primary-300) !important;
}
.hover\:bg-primary-400:hover {
  background-color: var(--p-primary-400) !important;
}
.hover\:bg-primary-500:hover {
  background-color: var(--p-primary-500) !important;
}
.hover\:bg-primary-600:hover {
  background-color: var(--p-primary-600) !important;
}
.hover\:bg-primary-700:hover {
  background-color: var(--p-primary-700) !important;
}
.hover\:bg-primary-800:hover {
  background-color: var(--p-primary-800) !important;
}
.hover\:bg-primary-900:hover {
  background-color: var(--p-primary-900) !important;
}
.active\:bg-primary-50:active {
  background-color: var(--p-primary-50) !important;
}
.active\:bg-primary-100:active {
  background-color: var(--p-primary-100) !important;
}
.active\:bg-primary-200:active {
  background-color: var(--p-primary-200) !important;
}
.active\:bg-primary-300:active {
  background-color: var(--p-primary-300) !important;
}
.active\:bg-primary-400:active {
  background-color: var(--p-primary-400) !important;
}
.active\:bg-primary-500:active {
  background-color: var(--p-primary-500) !important;
}
.active\:bg-primary-600:active {
  background-color: var(--p-primary-600) !important;
}
.active\:bg-primary-700:active {
  background-color: var(--p-primary-700) !important;
}
.active\:bg-primary-800:active {
  background-color: var(--p-primary-800) !important;
}
.active\:bg-primary-900:active {
  background-color: var(--p-primary-900) !important;
}
.border-blue-50 {
  border-color: var(--p-blue-50) !important;
}
.border-blue-100 {
  border-color: var(--p-blue-100) !important;
}
.border-blue-200 {
  border-color: var(--p-blue-200) !important;
}
.border-blue-300 {
  border-color: var(--p-blue-300) !important;
}
.border-blue-400 {
  border-color: var(--p-blue-400) !important;
}
.border-blue-500 {
  border-color: var(--p-blue-500) !important;
}
.border-blue-600 {
  border-color: var(--p-blue-600) !important;
}
.border-blue-700 {
  border-color: var(--p-blue-700) !important;
}
.border-blue-800 {
  border-color: var(--p-blue-800) !important;
}
.border-blue-900 {
  border-color: var(--p-blue-900) !important;
}
.focus\:border-blue-50:focus {
  border-color: var(--p-blue-50) !important;
}
.focus\:border-blue-100:focus {
  border-color: var(--p-blue-100) !important;
}
.focus\:border-blue-200:focus {
  border-color: var(--p-blue-200) !important;
}
.focus\:border-blue-300:focus {
  border-color: var(--p-blue-300) !important;
}
.focus\:border-blue-400:focus {
  border-color: var(--p-blue-400) !important;
}
.focus\:border-blue-500:focus {
  border-color: var(--p-blue-500) !important;
}
.focus\:border-blue-600:focus {
  border-color: var(--p-blue-600) !important;
}
.focus\:border-blue-700:focus {
  border-color: var(--p-blue-700) !important;
}
.focus\:border-blue-800:focus {
  border-color: var(--p-blue-800) !important;
}
.focus\:border-blue-900:focus {
  border-color: var(--p-blue-900) !important;
}
.hover\:border-blue-50:hover {
  border-color: var(--p-blue-50) !important;
}
.hover\:border-blue-100:hover {
  border-color: var(--p-blue-100) !important;
}
.hover\:border-blue-200:hover {
  border-color: var(--p-blue-200) !important;
}
.hover\:border-blue-300:hover {
  border-color: var(--p-blue-300) !important;
}
.hover\:border-blue-400:hover {
  border-color: var(--p-blue-400) !important;
}
.hover\:border-blue-500:hover {
  border-color: var(--p-blue-500) !important;
}
.hover\:border-blue-600:hover {
  border-color: var(--p-blue-600) !important;
}
.hover\:border-blue-700:hover {
  border-color: var(--p-blue-700) !important;
}
.hover\:border-blue-800:hover {
  border-color: var(--p-blue-800) !important;
}
.hover\:border-blue-900:hover {
  border-color: var(--p-blue-900) !important;
}
.active\:border-blue-50:active {
  border-color: var(--p-blue-50) !important;
}
.active\:border-blue-100:active {
  border-color: var(--p-blue-100) !important;
}
.active\:border-blue-200:active {
  border-color: var(--p-blue-200) !important;
}
.active\:border-blue-300:active {
  border-color: var(--p-blue-300) !important;
}
.active\:border-blue-400:active {
  border-color: var(--p-blue-400) !important;
}
.active\:border-blue-500:active {
  border-color: var(--p-blue-500) !important;
}
.active\:border-blue-600:active {
  border-color: var(--p-blue-600) !important;
}
.active\:border-blue-700:active {
  border-color: var(--p-blue-700) !important;
}
.active\:border-blue-800:active {
  border-color: var(--p-blue-800) !important;
}
.active\:border-blue-900:active {
  border-color: var(--p-blue-900) !important;
}
.border-green-50 {
  border-color: var(--p-green-50) !important;
}
.border-green-100 {
  border-color: var(--p-green-100) !important;
}
.border-green-200 {
  border-color: var(--p-green-200) !important;
}
.border-green-300 {
  border-color: var(--p-green-300) !important;
}
.border-green-400 {
  border-color: var(--p-green-400) !important;
}
.border-green-500 {
  border-color: var(--p-green-500) !important;
}
.border-green-600 {
  border-color: var(--p-green-600) !important;
}
.border-green-700 {
  border-color: var(--p-green-700) !important;
}
.border-green-800 {
  border-color: var(--p-green-800) !important;
}
.border-green-900 {
  border-color: var(--p-green-900) !important;
}
.focus\:border-green-50:focus {
  border-color: var(--p-green-50) !important;
}
.focus\:border-green-100:focus {
  border-color: var(--p-green-100) !important;
}
.focus\:border-green-200:focus {
  border-color: var(--p-green-200) !important;
}
.focus\:border-green-300:focus {
  border-color: var(--p-green-300) !important;
}
.focus\:border-green-400:focus {
  border-color: var(--p-green-400) !important;
}
.focus\:border-green-500:focus {
  border-color: var(--p-green-500) !important;
}
.focus\:border-green-600:focus {
  border-color: var(--p-green-600) !important;
}
.focus\:border-green-700:focus {
  border-color: var(--p-green-700) !important;
}
.focus\:border-green-800:focus {
  border-color: var(--p-green-800) !important;
}
.focus\:border-green-900:focus {
  border-color: var(--p-green-900) !important;
}
.hover\:border-green-50:hover {
  border-color: var(--p-green-50) !important;
}
.hover\:border-green-100:hover {
  border-color: var(--p-green-100) !important;
}
.hover\:border-green-200:hover {
  border-color: var(--p-green-200) !important;
}
.hover\:border-green-300:hover {
  border-color: var(--p-green-300) !important;
}
.hover\:border-green-400:hover {
  border-color: var(--p-green-400) !important;
}
.hover\:border-green-500:hover {
  border-color: var(--p-green-500) !important;
}
.hover\:border-green-600:hover {
  border-color: var(--p-green-600) !important;
}
.hover\:border-green-700:hover {
  border-color: var(--p-green-700) !important;
}
.hover\:border-green-800:hover {
  border-color: var(--p-green-800) !important;
}
.hover\:border-green-900:hover {
  border-color: var(--p-green-900) !important;
}
.active\:border-green-50:active {
  border-color: var(--p-green-50) !important;
}
.active\:border-green-100:active {
  border-color: var(--p-green-100) !important;
}
.active\:border-green-200:active {
  border-color: var(--p-green-200) !important;
}
.active\:border-green-300:active {
  border-color: var(--p-green-300) !important;
}
.active\:border-green-400:active {
  border-color: var(--p-green-400) !important;
}
.active\:border-green-500:active {
  border-color: var(--p-green-500) !important;
}
.active\:border-green-600:active {
  border-color: var(--p-green-600) !important;
}
.active\:border-green-700:active {
  border-color: var(--p-green-700) !important;
}
.active\:border-green-800:active {
  border-color: var(--p-green-800) !important;
}
.active\:border-green-900:active {
  border-color: var(--p-green-900) !important;
}
.border-yellow-50 {
  border-color: var(--p-yellow-50) !important;
}
.border-yellow-100 {
  border-color: var(--p-yellow-100) !important;
}
.border-yellow-200 {
  border-color: var(--p-yellow-200) !important;
}
.border-yellow-300 {
  border-color: var(--p-yellow-300) !important;
}
.border-yellow-400 {
  border-color: var(--p-yellow-400) !important;
}
.border-yellow-500 {
  border-color: var(--p-yellow-500) !important;
}
.border-yellow-600 {
  border-color: var(--p-yellow-600) !important;
}
.border-yellow-700 {
  border-color: var(--p-yellow-700) !important;
}
.border-yellow-800 {
  border-color: var(--p-yellow-800) !important;
}
.border-yellow-900 {
  border-color: var(--p-yellow-900) !important;
}
.focus\:border-yellow-50:focus {
  border-color: var(--p-yellow-50) !important;
}
.focus\:border-yellow-100:focus {
  border-color: var(--p-yellow-100) !important;
}
.focus\:border-yellow-200:focus {
  border-color: var(--p-yellow-200) !important;
}
.focus\:border-yellow-300:focus {
  border-color: var(--p-yellow-300) !important;
}
.focus\:border-yellow-400:focus {
  border-color: var(--p-yellow-400) !important;
}
.focus\:border-yellow-500:focus {
  border-color: var(--p-yellow-500) !important;
}
.focus\:border-yellow-600:focus {
  border-color: var(--p-yellow-600) !important;
}
.focus\:border-yellow-700:focus {
  border-color: var(--p-yellow-700) !important;
}
.focus\:border-yellow-800:focus {
  border-color: var(--p-yellow-800) !important;
}
.focus\:border-yellow-900:focus {
  border-color: var(--p-yellow-900) !important;
}
.hover\:border-yellow-50:hover {
  border-color: var(--p-yellow-50) !important;
}
.hover\:border-yellow-100:hover {
  border-color: var(--p-yellow-100) !important;
}
.hover\:border-yellow-200:hover {
  border-color: var(--p-yellow-200) !important;
}
.hover\:border-yellow-300:hover {
  border-color: var(--p-yellow-300) !important;
}
.hover\:border-yellow-400:hover {
  border-color: var(--p-yellow-400) !important;
}
.hover\:border-yellow-500:hover {
  border-color: var(--p-yellow-500) !important;
}
.hover\:border-yellow-600:hover {
  border-color: var(--p-yellow-600) !important;
}
.hover\:border-yellow-700:hover {
  border-color: var(--p-yellow-700) !important;
}
.hover\:border-yellow-800:hover {
  border-color: var(--p-yellow-800) !important;
}
.hover\:border-yellow-900:hover {
  border-color: var(--p-yellow-900) !important;
}
.active\:border-yellow-50:active {
  border-color: var(--p-yellow-50) !important;
}
.active\:border-yellow-100:active {
  border-color: var(--p-yellow-100) !important;
}
.active\:border-yellow-200:active {
  border-color: var(--p-yellow-200) !important;
}
.active\:border-yellow-300:active {
  border-color: var(--p-yellow-300) !important;
}
.active\:border-yellow-400:active {
  border-color: var(--p-yellow-400) !important;
}
.active\:border-yellow-500:active {
  border-color: var(--p-yellow-500) !important;
}
.active\:border-yellow-600:active {
  border-color: var(--p-yellow-600) !important;
}
.active\:border-yellow-700:active {
  border-color: var(--p-yellow-700) !important;
}
.active\:border-yellow-800:active {
  border-color: var(--p-yellow-800) !important;
}
.active\:border-yellow-900:active {
  border-color: var(--p-yellow-900) !important;
}
.border-cyan-50 {
  border-color: var(--p-cyan-50) !important;
}
.border-cyan-100 {
  border-color: var(--p-cyan-100) !important;
}
.border-cyan-200 {
  border-color: var(--p-cyan-200) !important;
}
.border-cyan-300 {
  border-color: var(--p-cyan-300) !important;
}
.border-cyan-400 {
  border-color: var(--p-cyan-400) !important;
}
.border-cyan-500 {
  border-color: var(--p-cyan-500) !important;
}
.border-cyan-600 {
  border-color: var(--p-cyan-600) !important;
}
.border-cyan-700 {
  border-color: var(--p-cyan-700) !important;
}
.border-cyan-800 {
  border-color: var(--p-cyan-800) !important;
}
.border-cyan-900 {
  border-color: var(--p-cyan-900) !important;
}
.focus\:border-cyan-50:focus {
  border-color: var(--p-cyan-50) !important;
}
.focus\:border-cyan-100:focus {
  border-color: var(--p-cyan-100) !important;
}
.focus\:border-cyan-200:focus {
  border-color: var(--p-cyan-200) !important;
}
.focus\:border-cyan-300:focus {
  border-color: var(--p-cyan-300) !important;
}
.focus\:border-cyan-400:focus {
  border-color: var(--p-cyan-400) !important;
}
.focus\:border-cyan-500:focus {
  border-color: var(--p-cyan-500) !important;
}
.focus\:border-cyan-600:focus {
  border-color: var(--p-cyan-600) !important;
}
.focus\:border-cyan-700:focus {
  border-color: var(--p-cyan-700) !important;
}
.focus\:border-cyan-800:focus {
  border-color: var(--p-cyan-800) !important;
}
.focus\:border-cyan-900:focus {
  border-color: var(--p-cyan-900) !important;
}
.hover\:border-cyan-50:hover {
  border-color: var(--p-cyan-50) !important;
}
.hover\:border-cyan-100:hover {
  border-color: var(--p-cyan-100) !important;
}
.hover\:border-cyan-200:hover {
  border-color: var(--p-cyan-200) !important;
}
.hover\:border-cyan-300:hover {
  border-color: var(--p-cyan-300) !important;
}
.hover\:border-cyan-400:hover {
  border-color: var(--p-cyan-400) !important;
}
.hover\:border-cyan-500:hover {
  border-color: var(--p-cyan-500) !important;
}
.hover\:border-cyan-600:hover {
  border-color: var(--p-cyan-600) !important;
}
.hover\:border-cyan-700:hover {
  border-color: var(--p-cyan-700) !important;
}
.hover\:border-cyan-800:hover {
  border-color: var(--p-cyan-800) !important;
}
.hover\:border-cyan-900:hover {
  border-color: var(--p-cyan-900) !important;
}
.active\:border-cyan-50:active {
  border-color: var(--p-cyan-50) !important;
}
.active\:border-cyan-100:active {
  border-color: var(--p-cyan-100) !important;
}
.active\:border-cyan-200:active {
  border-color: var(--p-cyan-200) !important;
}
.active\:border-cyan-300:active {
  border-color: var(--p-cyan-300) !important;
}
.active\:border-cyan-400:active {
  border-color: var(--p-cyan-400) !important;
}
.active\:border-cyan-500:active {
  border-color: var(--p-cyan-500) !important;
}
.active\:border-cyan-600:active {
  border-color: var(--p-cyan-600) !important;
}
.active\:border-cyan-700:active {
  border-color: var(--p-cyan-700) !important;
}
.active\:border-cyan-800:active {
  border-color: var(--p-cyan-800) !important;
}
.active\:border-cyan-900:active {
  border-color: var(--p-cyan-900) !important;
}
.border-pink-50 {
  border-color: var(--p-pink-50) !important;
}
.border-pink-100 {
  border-color: var(--p-pink-100) !important;
}
.border-pink-200 {
  border-color: var(--p-pink-200) !important;
}
.border-pink-300 {
  border-color: var(--p-pink-300) !important;
}
.border-pink-400 {
  border-color: var(--p-pink-400) !important;
}
.border-pink-500 {
  border-color: var(--p-pink-500) !important;
}
.border-pink-600 {
  border-color: var(--p-pink-600) !important;
}
.border-pink-700 {
  border-color: var(--p-pink-700) !important;
}
.border-pink-800 {
  border-color: var(--p-pink-800) !important;
}
.border-pink-900 {
  border-color: var(--p-pink-900) !important;
}
.focus\:border-pink-50:focus {
  border-color: var(--p-pink-50) !important;
}
.focus\:border-pink-100:focus {
  border-color: var(--p-pink-100) !important;
}
.focus\:border-pink-200:focus {
  border-color: var(--p-pink-200) !important;
}
.focus\:border-pink-300:focus {
  border-color: var(--p-pink-300) !important;
}
.focus\:border-pink-400:focus {
  border-color: var(--p-pink-400) !important;
}
.focus\:border-pink-500:focus {
  border-color: var(--p-pink-500) !important;
}
.focus\:border-pink-600:focus {
  border-color: var(--p-pink-600) !important;
}
.focus\:border-pink-700:focus {
  border-color: var(--p-pink-700) !important;
}
.focus\:border-pink-800:focus {
  border-color: var(--p-pink-800) !important;
}
.focus\:border-pink-900:focus {
  border-color: var(--p-pink-900) !important;
}
.hover\:border-pink-50:hover {
  border-color: var(--p-pink-50) !important;
}
.hover\:border-pink-100:hover {
  border-color: var(--p-pink-100) !important;
}
.hover\:border-pink-200:hover {
  border-color: var(--p-pink-200) !important;
}
.hover\:border-pink-300:hover {
  border-color: var(--p-pink-300) !important;
}
.hover\:border-pink-400:hover {
  border-color: var(--p-pink-400) !important;
}
.hover\:border-pink-500:hover {
  border-color: var(--p-pink-500) !important;
}
.hover\:border-pink-600:hover {
  border-color: var(--p-pink-600) !important;
}
.hover\:border-pink-700:hover {
  border-color: var(--p-pink-700) !important;
}
.hover\:border-pink-800:hover {
  border-color: var(--p-pink-800) !important;
}
.hover\:border-pink-900:hover {
  border-color: var(--p-pink-900) !important;
}
.active\:border-pink-50:active {
  border-color: var(--p-pink-50) !important;
}
.active\:border-pink-100:active {
  border-color: var(--p-pink-100) !important;
}
.active\:border-pink-200:active {
  border-color: var(--p-pink-200) !important;
}
.active\:border-pink-300:active {
  border-color: var(--p-pink-300) !important;
}
.active\:border-pink-400:active {
  border-color: var(--p-pink-400) !important;
}
.active\:border-pink-500:active {
  border-color: var(--p-pink-500) !important;
}
.active\:border-pink-600:active {
  border-color: var(--p-pink-600) !important;
}
.active\:border-pink-700:active {
  border-color: var(--p-pink-700) !important;
}
.active\:border-pink-800:active {
  border-color: var(--p-pink-800) !important;
}
.active\:border-pink-900:active {
  border-color: var(--p-pink-900) !important;
}
.border-indigo-50 {
  border-color: var(--p-indigo-50) !important;
}
.border-indigo-100 {
  border-color: var(--p-indigo-100) !important;
}
.border-indigo-200 {
  border-color: var(--p-indigo-200) !important;
}
.border-indigo-300 {
  border-color: var(--p-indigo-300) !important;
}
.border-indigo-400 {
  border-color: var(--p-indigo-400) !important;
}
.border-indigo-500 {
  border-color: var(--p-indigo-500) !important;
}
.border-indigo-600 {
  border-color: var(--p-indigo-600) !important;
}
.border-indigo-700 {
  border-color: var(--p-indigo-700) !important;
}
.border-indigo-800 {
  border-color: var(--p-indigo-800) !important;
}
.border-indigo-900 {
  border-color: var(--p-indigo-900) !important;
}
.focus\:border-indigo-50:focus {
  border-color: var(--p-indigo-50) !important;
}
.focus\:border-indigo-100:focus {
  border-color: var(--p-indigo-100) !important;
}
.focus\:border-indigo-200:focus {
  border-color: var(--p-indigo-200) !important;
}
.focus\:border-indigo-300:focus {
  border-color: var(--p-indigo-300) !important;
}
.focus\:border-indigo-400:focus {
  border-color: var(--p-indigo-400) !important;
}
.focus\:border-indigo-500:focus {
  border-color: var(--p-indigo-500) !important;
}
.focus\:border-indigo-600:focus {
  border-color: var(--p-indigo-600) !important;
}
.focus\:border-indigo-700:focus {
  border-color: var(--p-indigo-700) !important;
}
.focus\:border-indigo-800:focus {
  border-color: var(--p-indigo-800) !important;
}
.focus\:border-indigo-900:focus {
  border-color: var(--p-indigo-900) !important;
}
.hover\:border-indigo-50:hover {
  border-color: var(--p-indigo-50) !important;
}
.hover\:border-indigo-100:hover {
  border-color: var(--p-indigo-100) !important;
}
.hover\:border-indigo-200:hover {
  border-color: var(--p-indigo-200) !important;
}
.hover\:border-indigo-300:hover {
  border-color: var(--p-indigo-300) !important;
}
.hover\:border-indigo-400:hover {
  border-color: var(--p-indigo-400) !important;
}
.hover\:border-indigo-500:hover {
  border-color: var(--p-indigo-500) !important;
}
.hover\:border-indigo-600:hover {
  border-color: var(--p-indigo-600) !important;
}
.hover\:border-indigo-700:hover {
  border-color: var(--p-indigo-700) !important;
}
.hover\:border-indigo-800:hover {
  border-color: var(--p-indigo-800) !important;
}
.hover\:border-indigo-900:hover {
  border-color: var(--p-indigo-900) !important;
}
.active\:border-indigo-50:active {
  border-color: var(--p-indigo-50) !important;
}
.active\:border-indigo-100:active {
  border-color: var(--p-indigo-100) !important;
}
.active\:border-indigo-200:active {
  border-color: var(--p-indigo-200) !important;
}
.active\:border-indigo-300:active {
  border-color: var(--p-indigo-300) !important;
}
.active\:border-indigo-400:active {
  border-color: var(--p-indigo-400) !important;
}
.active\:border-indigo-500:active {
  border-color: var(--p-indigo-500) !important;
}
.active\:border-indigo-600:active {
  border-color: var(--p-indigo-600) !important;
}
.active\:border-indigo-700:active {
  border-color: var(--p-indigo-700) !important;
}
.active\:border-indigo-800:active {
  border-color: var(--p-indigo-800) !important;
}
.active\:border-indigo-900:active {
  border-color: var(--p-indigo-900) !important;
}
.border-teal-50 {
  border-color: var(--p-teal-50) !important;
}
.border-teal-100 {
  border-color: var(--p-teal-100) !important;
}
.border-teal-200 {
  border-color: var(--p-teal-200) !important;
}
.border-teal-300 {
  border-color: var(--p-teal-300) !important;
}
.border-teal-400 {
  border-color: var(--p-teal-400) !important;
}
.border-teal-500 {
  border-color: var(--p-teal-500) !important;
}
.border-teal-600 {
  border-color: var(--p-teal-600) !important;
}
.border-teal-700 {
  border-color: var(--p-teal-700) !important;
}
.border-teal-800 {
  border-color: var(--p-teal-800) !important;
}
.border-teal-900 {
  border-color: var(--p-teal-900) !important;
}
.focus\:border-teal-50:focus {
  border-color: var(--p-teal-50) !important;
}
.focus\:border-teal-100:focus {
  border-color: var(--p-teal-100) !important;
}
.focus\:border-teal-200:focus {
  border-color: var(--p-teal-200) !important;
}
.focus\:border-teal-300:focus {
  border-color: var(--p-teal-300) !important;
}
.focus\:border-teal-400:focus {
  border-color: var(--p-teal-400) !important;
}
.focus\:border-teal-500:focus {
  border-color: var(--p-teal-500) !important;
}
.focus\:border-teal-600:focus {
  border-color: var(--p-teal-600) !important;
}
.focus\:border-teal-700:focus {
  border-color: var(--p-teal-700) !important;
}
.focus\:border-teal-800:focus {
  border-color: var(--p-teal-800) !important;
}
.focus\:border-teal-900:focus {
  border-color: var(--p-teal-900) !important;
}
.hover\:border-teal-50:hover {
  border-color: var(--p-teal-50) !important;
}
.hover\:border-teal-100:hover {
  border-color: var(--p-teal-100) !important;
}
.hover\:border-teal-200:hover {
  border-color: var(--p-teal-200) !important;
}
.hover\:border-teal-300:hover {
  border-color: var(--p-teal-300) !important;
}
.hover\:border-teal-400:hover {
  border-color: var(--p-teal-400) !important;
}
.hover\:border-teal-500:hover {
  border-color: var(--p-teal-500) !important;
}
.hover\:border-teal-600:hover {
  border-color: var(--p-teal-600) !important;
}
.hover\:border-teal-700:hover {
  border-color: var(--p-teal-700) !important;
}
.hover\:border-teal-800:hover {
  border-color: var(--p-teal-800) !important;
}
.hover\:border-teal-900:hover {
  border-color: var(--p-teal-900) !important;
}
.active\:border-teal-50:active {
  border-color: var(--p-teal-50) !important;
}
.active\:border-teal-100:active {
  border-color: var(--p-teal-100) !important;
}
.active\:border-teal-200:active {
  border-color: var(--p-teal-200) !important;
}
.active\:border-teal-300:active {
  border-color: var(--p-teal-300) !important;
}
.active\:border-teal-400:active {
  border-color: var(--p-teal-400) !important;
}
.active\:border-teal-500:active {
  border-color: var(--p-teal-500) !important;
}
.active\:border-teal-600:active {
  border-color: var(--p-teal-600) !important;
}
.active\:border-teal-700:active {
  border-color: var(--p-teal-700) !important;
}
.active\:border-teal-800:active {
  border-color: var(--p-teal-800) !important;
}
.active\:border-teal-900:active {
  border-color: var(--p-teal-900) !important;
}
.border-orange-50 {
  border-color: var(--p-orange-50) !important;
}
.border-orange-100 {
  border-color: var(--p-orange-100) !important;
}
.border-orange-200 {
  border-color: var(--p-orange-200) !important;
}
.border-orange-300 {
  border-color: var(--p-orange-300) !important;
}
.border-orange-400 {
  border-color: var(--p-orange-400) !important;
}
.border-orange-500 {
  border-color: var(--p-orange-500) !important;
}
.border-orange-600 {
  border-color: var(--p-orange-600) !important;
}
.border-orange-700 {
  border-color: var(--p-orange-700) !important;
}
.border-orange-800 {
  border-color: var(--p-orange-800) !important;
}
.border-orange-900 {
  border-color: var(--p-orange-900) !important;
}
.focus\:border-orange-50:focus {
  border-color: var(--p-orange-50) !important;
}
.focus\:border-orange-100:focus {
  border-color: var(--p-orange-100) !important;
}
.focus\:border-orange-200:focus {
  border-color: var(--p-orange-200) !important;
}
.focus\:border-orange-300:focus {
  border-color: var(--p-orange-300) !important;
}
.focus\:border-orange-400:focus {
  border-color: var(--p-orange-400) !important;
}
.focus\:border-orange-500:focus {
  border-color: var(--p-orange-500) !important;
}
.focus\:border-orange-600:focus {
  border-color: var(--p-orange-600) !important;
}
.focus\:border-orange-700:focus {
  border-color: var(--p-orange-700) !important;
}
.focus\:border-orange-800:focus {
  border-color: var(--p-orange-800) !important;
}
.focus\:border-orange-900:focus {
  border-color: var(--p-orange-900) !important;
}
.hover\:border-orange-50:hover {
  border-color: var(--p-orange-50) !important;
}
.hover\:border-orange-100:hover {
  border-color: var(--p-orange-100) !important;
}
.hover\:border-orange-200:hover {
  border-color: var(--p-orange-200) !important;
}
.hover\:border-orange-300:hover {
  border-color: var(--p-orange-300) !important;
}
.hover\:border-orange-400:hover {
  border-color: var(--p-orange-400) !important;
}
.hover\:border-orange-500:hover {
  border-color: var(--p-orange-500) !important;
}
.hover\:border-orange-600:hover {
  border-color: var(--p-orange-600) !important;
}
.hover\:border-orange-700:hover {
  border-color: var(--p-orange-700) !important;
}
.hover\:border-orange-800:hover {
  border-color: var(--p-orange-800) !important;
}
.hover\:border-orange-900:hover {
  border-color: var(--p-orange-900) !important;
}
.active\:border-orange-50:active {
  border-color: var(--p-orange-50) !important;
}
.active\:border-orange-100:active {
  border-color: var(--p-orange-100) !important;
}
.active\:border-orange-200:active {
  border-color: var(--p-orange-200) !important;
}
.active\:border-orange-300:active {
  border-color: var(--p-orange-300) !important;
}
.active\:border-orange-400:active {
  border-color: var(--p-orange-400) !important;
}
.active\:border-orange-500:active {
  border-color: var(--p-orange-500) !important;
}
.active\:border-orange-600:active {
  border-color: var(--p-orange-600) !important;
}
.active\:border-orange-700:active {
  border-color: var(--p-orange-700) !important;
}
.active\:border-orange-800:active {
  border-color: var(--p-orange-800) !important;
}
.active\:border-orange-900:active {
  border-color: var(--p-orange-900) !important;
}
.border-bluegray-50 {
  border-color: var(--p-bluegray-50) !important;
}
.border-bluegray-100 {
  border-color: var(--p-bluegray-100) !important;
}
.border-bluegray-200 {
  border-color: var(--p-bluegray-200) !important;
}
.border-bluegray-300 {
  border-color: var(--p-bluegray-300) !important;
}
.border-bluegray-400 {
  border-color: var(--p-bluegray-400) !important;
}
.border-bluegray-500 {
  border-color: var(--p-bluegray-500) !important;
}
.border-bluegray-600 {
  border-color: var(--p-bluegray-600) !important;
}
.border-bluegray-700 {
  border-color: var(--p-bluegray-700) !important;
}
.border-bluegray-800 {
  border-color: var(--p-bluegray-800) !important;
}
.border-bluegray-900 {
  border-color: var(--p-bluegray-900) !important;
}
.focus\:border-bluegray-50:focus {
  border-color: var(--p-bluegray-50) !important;
}
.focus\:border-bluegray-100:focus {
  border-color: var(--p-bluegray-100) !important;
}
.focus\:border-bluegray-200:focus {
  border-color: var(--p-bluegray-200) !important;
}
.focus\:border-bluegray-300:focus {
  border-color: var(--p-bluegray-300) !important;
}
.focus\:border-bluegray-400:focus {
  border-color: var(--p-bluegray-400) !important;
}
.focus\:border-bluegray-500:focus {
  border-color: var(--p-bluegray-500) !important;
}
.focus\:border-bluegray-600:focus {
  border-color: var(--p-bluegray-600) !important;
}
.focus\:border-bluegray-700:focus {
  border-color: var(--p-bluegray-700) !important;
}
.focus\:border-bluegray-800:focus {
  border-color: var(--p-bluegray-800) !important;
}
.focus\:border-bluegray-900:focus {
  border-color: var(--p-bluegray-900) !important;
}
.hover\:border-bluegray-50:hover {
  border-color: var(--p-bluegray-50) !important;
}
.hover\:border-bluegray-100:hover {
  border-color: var(--p-bluegray-100) !important;
}
.hover\:border-bluegray-200:hover {
  border-color: var(--p-bluegray-200) !important;
}
.hover\:border-bluegray-300:hover {
  border-color: var(--p-bluegray-300) !important;
}
.hover\:border-bluegray-400:hover {
  border-color: var(--p-bluegray-400) !important;
}
.hover\:border-bluegray-500:hover {
  border-color: var(--p-bluegray-500) !important;
}
.hover\:border-bluegray-600:hover {
  border-color: var(--p-bluegray-600) !important;
}
.hover\:border-bluegray-700:hover {
  border-color: var(--p-bluegray-700) !important;
}
.hover\:border-bluegray-800:hover {
  border-color: var(--p-bluegray-800) !important;
}
.hover\:border-bluegray-900:hover {
  border-color: var(--p-bluegray-900) !important;
}
.active\:border-bluegray-50:active {
  border-color: var(--p-bluegray-50) !important;
}
.active\:border-bluegray-100:active {
  border-color: var(--p-bluegray-100) !important;
}
.active\:border-bluegray-200:active {
  border-color: var(--p-bluegray-200) !important;
}
.active\:border-bluegray-300:active {
  border-color: var(--p-bluegray-300) !important;
}
.active\:border-bluegray-400:active {
  border-color: var(--p-bluegray-400) !important;
}
.active\:border-bluegray-500:active {
  border-color: var(--p-bluegray-500) !important;
}
.active\:border-bluegray-600:active {
  border-color: var(--p-bluegray-600) !important;
}
.active\:border-bluegray-700:active {
  border-color: var(--p-bluegray-700) !important;
}
.active\:border-bluegray-800:active {
  border-color: var(--p-bluegray-800) !important;
}
.active\:border-bluegray-900:active {
  border-color: var(--p-bluegray-900) !important;
}
.border-purple-50 {
  border-color: var(--p-purple-50) !important;
}
.border-purple-100 {
  border-color: var(--p-purple-100) !important;
}
.border-purple-200 {
  border-color: var(--p-purple-200) !important;
}
.border-purple-300 {
  border-color: var(--p-purple-300) !important;
}
.border-purple-400 {
  border-color: var(--p-purple-400) !important;
}
.border-purple-500 {
  border-color: var(--p-purple-500) !important;
}
.border-purple-600 {
  border-color: var(--p-purple-600) !important;
}
.border-purple-700 {
  border-color: var(--p-purple-700) !important;
}
.border-purple-800 {
  border-color: var(--p-purple-800) !important;
}
.border-purple-900 {
  border-color: var(--p-purple-900) !important;
}
.focus\:border-purple-50:focus {
  border-color: var(--p-purple-50) !important;
}
.focus\:border-purple-100:focus {
  border-color: var(--p-purple-100) !important;
}
.focus\:border-purple-200:focus {
  border-color: var(--p-purple-200) !important;
}
.focus\:border-purple-300:focus {
  border-color: var(--p-purple-300) !important;
}
.focus\:border-purple-400:focus {
  border-color: var(--p-purple-400) !important;
}
.focus\:border-purple-500:focus {
  border-color: var(--p-purple-500) !important;
}
.focus\:border-purple-600:focus {
  border-color: var(--p-purple-600) !important;
}
.focus\:border-purple-700:focus {
  border-color: var(--p-purple-700) !important;
}
.focus\:border-purple-800:focus {
  border-color: var(--p-purple-800) !important;
}
.focus\:border-purple-900:focus {
  border-color: var(--p-purple-900) !important;
}
.hover\:border-purple-50:hover {
  border-color: var(--p-purple-50) !important;
}
.hover\:border-purple-100:hover {
  border-color: var(--p-purple-100) !important;
}
.hover\:border-purple-200:hover {
  border-color: var(--p-purple-200) !important;
}
.hover\:border-purple-300:hover {
  border-color: var(--p-purple-300) !important;
}
.hover\:border-purple-400:hover {
  border-color: var(--p-purple-400) !important;
}
.hover\:border-purple-500:hover {
  border-color: var(--p-purple-500) !important;
}
.hover\:border-purple-600:hover {
  border-color: var(--p-purple-600) !important;
}
.hover\:border-purple-700:hover {
  border-color: var(--p-purple-700) !important;
}
.hover\:border-purple-800:hover {
  border-color: var(--p-purple-800) !important;
}
.hover\:border-purple-900:hover {
  border-color: var(--p-purple-900) !important;
}
.active\:border-purple-50:active {
  border-color: var(--p-purple-50) !important;
}
.active\:border-purple-100:active {
  border-color: var(--p-purple-100) !important;
}
.active\:border-purple-200:active {
  border-color: var(--p-purple-200) !important;
}
.active\:border-purple-300:active {
  border-color: var(--p-purple-300) !important;
}
.active\:border-purple-400:active {
  border-color: var(--p-purple-400) !important;
}
.active\:border-purple-500:active {
  border-color: var(--p-purple-500) !important;
}
.active\:border-purple-600:active {
  border-color: var(--p-purple-600) !important;
}
.active\:border-purple-700:active {
  border-color: var(--p-purple-700) !important;
}
.active\:border-purple-800:active {
  border-color: var(--p-purple-800) !important;
}
.active\:border-purple-900:active {
  border-color: var(--p-purple-900) !important;
}
.border-gray-50 {
  border-color: var(--p-gray-50) !important;
}
.border-gray-100 {
  border-color: var(--p-gray-100) !important;
}
.border-gray-200 {
  border-color: var(--p-gray-200) !important;
}
.border-gray-300 {
  border-color: var(--p-gray-300) !important;
}
.border-gray-400 {
  border-color: var(--p-gray-400) !important;
}
.border-gray-500 {
  border-color: var(--p-gray-500) !important;
}
.border-gray-600 {
  border-color: var(--p-gray-600) !important;
}
.border-gray-700 {
  border-color: var(--p-gray-700) !important;
}
.border-gray-800 {
  border-color: var(--p-gray-800) !important;
}
.border-gray-900 {
  border-color: var(--p-gray-900) !important;
}
.focus\:border-gray-50:focus {
  border-color: var(--p-gray-50) !important;
}
.focus\:border-gray-100:focus {
  border-color: var(--p-gray-100) !important;
}
.focus\:border-gray-200:focus {
  border-color: var(--p-gray-200) !important;
}
.focus\:border-gray-300:focus {
  border-color: var(--p-gray-300) !important;
}
.focus\:border-gray-400:focus {
  border-color: var(--p-gray-400) !important;
}
.focus\:border-gray-500:focus {
  border-color: var(--p-gray-500) !important;
}
.focus\:border-gray-600:focus {
  border-color: var(--p-gray-600) !important;
}
.focus\:border-gray-700:focus {
  border-color: var(--p-gray-700) !important;
}
.focus\:border-gray-800:focus {
  border-color: var(--p-gray-800) !important;
}
.focus\:border-gray-900:focus {
  border-color: var(--p-gray-900) !important;
}
.hover\:border-gray-50:hover {
  border-color: var(--p-gray-50) !important;
}
.hover\:border-gray-100:hover {
  border-color: var(--p-gray-100) !important;
}
.hover\:border-gray-200:hover {
  border-color: var(--p-gray-200) !important;
}
.hover\:border-gray-300:hover {
  border-color: var(--p-gray-300) !important;
}
.hover\:border-gray-400:hover {
  border-color: var(--p-gray-400) !important;
}
.hover\:border-gray-500:hover {
  border-color: var(--p-gray-500) !important;
}
.hover\:border-gray-600:hover {
  border-color: var(--p-gray-600) !important;
}
.hover\:border-gray-700:hover {
  border-color: var(--p-gray-700) !important;
}
.hover\:border-gray-800:hover {
  border-color: var(--p-gray-800) !important;
}
.hover\:border-gray-900:hover {
  border-color: var(--p-gray-900) !important;
}
.active\:border-gray-50:active {
  border-color: var(--p-gray-50) !important;
}
.active\:border-gray-100:active {
  border-color: var(--p-gray-100) !important;
}
.active\:border-gray-200:active {
  border-color: var(--p-gray-200) !important;
}
.active\:border-gray-300:active {
  border-color: var(--p-gray-300) !important;
}
.active\:border-gray-400:active {
  border-color: var(--p-gray-400) !important;
}
.active\:border-gray-500:active {
  border-color: var(--p-gray-500) !important;
}
.active\:border-gray-600:active {
  border-color: var(--p-gray-600) !important;
}
.active\:border-gray-700:active {
  border-color: var(--p-gray-700) !important;
}
.active\:border-gray-800:active {
  border-color: var(--p-gray-800) !important;
}
.active\:border-gray-900:active {
  border-color: var(--p-gray-900) !important;
}
.border-red-50 {
  border-color: var(--p-red-50) !important;
}
.border-red-100 {
  border-color: var(--p-red-100) !important;
}
.border-red-200 {
  border-color: var(--p-red-200) !important;
}
.border-red-300 {
  border-color: var(--p-red-300) !important;
}
.border-red-400 {
  border-color: var(--p-red-400) !important;
}
.border-red-500 {
  border-color: var(--p-red-500) !important;
}
.border-red-600 {
  border-color: var(--p-red-600) !important;
}
.border-red-700 {
  border-color: var(--p-red-700) !important;
}
.border-red-800 {
  border-color: var(--p-red-800) !important;
}
.border-red-900 {
  border-color: var(--p-red-900) !important;
}
.focus\:border-red-50:focus {
  border-color: var(--p-red-50) !important;
}
.focus\:border-red-100:focus {
  border-color: var(--p-red-100) !important;
}
.focus\:border-red-200:focus {
  border-color: var(--p-red-200) !important;
}
.focus\:border-red-300:focus {
  border-color: var(--p-red-300) !important;
}
.focus\:border-red-400:focus {
  border-color: var(--p-red-400) !important;
}
.focus\:border-red-500:focus {
  border-color: var(--p-red-500) !important;
}
.focus\:border-red-600:focus {
  border-color: var(--p-red-600) !important;
}
.focus\:border-red-700:focus {
  border-color: var(--p-red-700) !important;
}
.focus\:border-red-800:focus {
  border-color: var(--p-red-800) !important;
}
.focus\:border-red-900:focus {
  border-color: var(--p-red-900) !important;
}
.hover\:border-red-50:hover {
  border-color: var(--p-red-50) !important;
}
.hover\:border-red-100:hover {
  border-color: var(--p-red-100) !important;
}
.hover\:border-red-200:hover {
  border-color: var(--p-red-200) !important;
}
.hover\:border-red-300:hover {
  border-color: var(--p-red-300) !important;
}
.hover\:border-red-400:hover {
  border-color: var(--p-red-400) !important;
}
.hover\:border-red-500:hover {
  border-color: var(--p-red-500) !important;
}
.hover\:border-red-600:hover {
  border-color: var(--p-red-600) !important;
}
.hover\:border-red-700:hover {
  border-color: var(--p-red-700) !important;
}
.hover\:border-red-800:hover {
  border-color: var(--p-red-800) !important;
}
.hover\:border-red-900:hover {
  border-color: var(--p-red-900) !important;
}
.active\:border-red-50:active {
  border-color: var(--p-red-50) !important;
}
.active\:border-red-100:active {
  border-color: var(--p-red-100) !important;
}
.active\:border-red-200:active {
  border-color: var(--p-red-200) !important;
}
.active\:border-red-300:active {
  border-color: var(--p-red-300) !important;
}
.active\:border-red-400:active {
  border-color: var(--p-red-400) !important;
}
.active\:border-red-500:active {
  border-color: var(--p-red-500) !important;
}
.active\:border-red-600:active {
  border-color: var(--p-red-600) !important;
}
.active\:border-red-700:active {
  border-color: var(--p-red-700) !important;
}
.active\:border-red-800:active {
  border-color: var(--p-red-800) !important;
}
.active\:border-red-900:active {
  border-color: var(--p-red-900) !important;
}
.border-primary-50 {
  border-color: var(--p-primary-50) !important;
}
.border-primary-100 {
  border-color: var(--p-primary-100) !important;
}
.border-primary-200 {
  border-color: var(--p-primary-200) !important;
}
.border-primary-300 {
  border-color: var(--p-primary-300) !important;
}
.border-primary-400 {
  border-color: var(--p-primary-400) !important;
}
.border-primary-500 {
  border-color: var(--p-primary-500) !important;
}
.border-primary-600 {
  border-color: var(--p-primary-600) !important;
}
.border-primary-700 {
  border-color: var(--p-primary-700) !important;
}
.border-primary-800 {
  border-color: var(--p-primary-800) !important;
}
.border-primary-900 {
  border-color: var(--p-primary-900) !important;
}
.focus\:border-primary-50:focus {
  border-color: var(--p-primary-50) !important;
}
.focus\:border-primary-100:focus {
  border-color: var(--p-primary-100) !important;
}
.focus\:border-primary-200:focus {
  border-color: var(--p-primary-200) !important;
}
.focus\:border-primary-300:focus {
  border-color: var(--p-primary-300) !important;
}
.focus\:border-primary-400:focus {
  border-color: var(--p-primary-400) !important;
}
.focus\:border-primary-500:focus {
  border-color: var(--p-primary-500) !important;
}
.focus\:border-primary-600:focus {
  border-color: var(--p-primary-600) !important;
}
.focus\:border-primary-700:focus {
  border-color: var(--p-primary-700) !important;
}
.focus\:border-primary-800:focus {
  border-color: var(--p-primary-800) !important;
}
.focus\:border-primary-900:focus {
  border-color: var(--p-primary-900) !important;
}
.hover\:border-primary-50:hover {
  border-color: var(--p-primary-50) !important;
}
.hover\:border-primary-100:hover {
  border-color: var(--p-primary-100) !important;
}
.hover\:border-primary-200:hover {
  border-color: var(--p-primary-200) !important;
}
.hover\:border-primary-300:hover {
  border-color: var(--p-primary-300) !important;
}
.hover\:border-primary-400:hover {
  border-color: var(--p-primary-400) !important;
}
.hover\:border-primary-500:hover {
  border-color: var(--p-primary-500) !important;
}
.hover\:border-primary-600:hover {
  border-color: var(--p-primary-600) !important;
}
.hover\:border-primary-700:hover {
  border-color: var(--p-primary-700) !important;
}
.hover\:border-primary-800:hover {
  border-color: var(--p-primary-800) !important;
}
.hover\:border-primary-900:hover {
  border-color: var(--p-primary-900) !important;
}
.active\:border-primary-50:active {
  border-color: var(--p-primary-50) !important;
}
.active\:border-primary-100:active {
  border-color: var(--p-primary-100) !important;
}
.active\:border-primary-200:active {
  border-color: var(--p-primary-200) !important;
}
.active\:border-primary-300:active {
  border-color: var(--p-primary-300) !important;
}
.active\:border-primary-400:active {
  border-color: var(--p-primary-400) !important;
}
.active\:border-primary-500:active {
  border-color: var(--p-primary-500) !important;
}
.active\:border-primary-600:active {
  border-color: var(--p-primary-600) !important;
}
.active\:border-primary-700:active {
  border-color: var(--p-primary-700) !important;
}
.active\:border-primary-800:active {
  border-color: var(--p-primary-800) !important;
}
.active\:border-primary-900:active {
  border-color: var(--p-primary-900) !important;
}
.bg-white-alpha-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.bg-white-alpha-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.bg-white-alpha-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.bg-white-alpha-40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.bg-white-alpha-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.bg-white-alpha-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.bg-white-alpha-70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.bg-white-alpha-80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.bg-white-alpha-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.hover\:bg-white-alpha-10:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.hover\:bg-white-alpha-20:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.hover\:bg-white-alpha-30:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.hover\:bg-white-alpha-40:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.hover\:bg-white-alpha-50:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.hover\:bg-white-alpha-60:hover {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.hover\:bg-white-alpha-70:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.hover\:bg-white-alpha-80:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.hover\:bg-white-alpha-90:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.focus\:bg-white-alpha-10:focus {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.focus\:bg-white-alpha-20:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.focus\:bg-white-alpha-30:focus {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.focus\:bg-white-alpha-40:focus {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.focus\:bg-white-alpha-50:focus {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.focus\:bg-white-alpha-60:focus {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.focus\:bg-white-alpha-70:focus {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.focus\:bg-white-alpha-80:focus {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.focus\:bg-white-alpha-90:focus {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.active\:bg-white-alpha-10:active {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.active\:bg-white-alpha-20:active {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.active\:bg-white-alpha-30:active {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.active\:bg-white-alpha-40:active {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.active\:bg-white-alpha-50:active {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.active\:bg-white-alpha-60:active {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.active\:bg-white-alpha-70:active {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.active\:bg-white-alpha-80:active {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.active\:bg-white-alpha-90:active {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.bg-black-alpha-10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.bg-black-alpha-20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.bg-black-alpha-30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.bg-black-alpha-40 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.bg-black-alpha-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-black-alpha-60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.bg-black-alpha-70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.bg-black-alpha-80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-black-alpha-90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.hover\:bg-black-alpha-10:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.hover\:bg-black-alpha-20:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.hover\:bg-black-alpha-30:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.hover\:bg-black-alpha-40:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.hover\:bg-black-alpha-50:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.hover\:bg-black-alpha-60:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.hover\:bg-black-alpha-70:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.hover\:bg-black-alpha-80:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.hover\:bg-black-alpha-90:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.focus\:bg-black-alpha-10:focus {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.focus\:bg-black-alpha-20:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.focus\:bg-black-alpha-30:focus {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.focus\:bg-black-alpha-40:focus {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.focus\:bg-black-alpha-50:focus {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.focus\:bg-black-alpha-60:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.focus\:bg-black-alpha-70:focus {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.focus\:bg-black-alpha-80:focus {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.focus\:bg-black-alpha-90:focus {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.active\:bg-black-alpha-10:active {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.active\:bg-black-alpha-20:active {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.active\:bg-black-alpha-30:active {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.active\:bg-black-alpha-40:active {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.active\:bg-black-alpha-50:active {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.active\:bg-black-alpha-60:active {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.active\:bg-black-alpha-70:active {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.active\:bg-black-alpha-80:active {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.active\:bg-black-alpha-90:active {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.border-white-alpha-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border-white-alpha-20 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.border-white-alpha-30 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.border-white-alpha-40 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.border-white-alpha-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.border-white-alpha-60 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.border-white-alpha-70 {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.border-white-alpha-80 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.border-white-alpha-90 {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.hover\:border-white-alpha-10:hover {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.hover\:border-white-alpha-20:hover {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.hover\:border-white-alpha-30:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.hover\:border-white-alpha-40:hover {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.hover\:border-white-alpha-50:hover {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.hover\:border-white-alpha-60:hover {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.hover\:border-white-alpha-70:hover {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.hover\:border-white-alpha-80:hover {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.hover\:border-white-alpha-90:hover {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.focus\:border-white-alpha-10:focus {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.focus\:border-white-alpha-20:focus {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.focus\:border-white-alpha-30:focus {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.focus\:border-white-alpha-40:focus {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.focus\:border-white-alpha-50:focus {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.focus\:border-white-alpha-60:focus {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.focus\:border-white-alpha-70:focus {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.focus\:border-white-alpha-80:focus {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.focus\:border-white-alpha-90:focus {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.active\:border-white-alpha-10:active {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.active\:border-white-alpha-20:active {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.active\:border-white-alpha-30:active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.active\:border-white-alpha-40:active {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.active\:border-white-alpha-50:active {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.active\:border-white-alpha-60:active {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.active\:border-white-alpha-70:active {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.active\:border-white-alpha-80:active {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.active\:border-white-alpha-90:active {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.border-black-alpha-10 {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.border-black-alpha-20 {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.border-black-alpha-30 {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.border-black-alpha-40 {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
.border-black-alpha-50 {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.border-black-alpha-60 {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.border-black-alpha-70 {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.border-black-alpha-80 {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.border-black-alpha-90 {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
.hover\:border-black-alpha-10:hover {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.hover\:border-black-alpha-20:hover {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.hover\:border-black-alpha-30:hover {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.hover\:border-black-alpha-40:hover {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
.hover\:border-black-alpha-50:hover {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.hover\:border-black-alpha-60:hover {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.hover\:border-black-alpha-70:hover {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.hover\:border-black-alpha-80:hover {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.hover\:border-black-alpha-90:hover {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
.focus\:border-black-alpha-10:focus {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.focus\:border-black-alpha-20:focus {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.focus\:border-black-alpha-30:focus {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.focus\:border-black-alpha-40:focus {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
.focus\:border-black-alpha-50:focus {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.focus\:border-black-alpha-60:focus {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.focus\:border-black-alpha-70:focus {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.focus\:border-black-alpha-80:focus {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.focus\:border-black-alpha-90:focus {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
.active\:border-black-alpha-10:active {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.active\:border-black-alpha-20:active {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.active\:border-black-alpha-30:active {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.active\:border-black-alpha-40:active {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
.active\:border-black-alpha-50:active {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.active\:border-black-alpha-60:active {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.active\:border-black-alpha-70:active {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.active\:border-black-alpha-80:active {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.active\:border-black-alpha-90:active {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
.text-white-alpha-10 {
  color: rgba(255, 255, 255, 0.1) !important;
}
.text-white-alpha-20 {
  color: rgba(255, 255, 255, 0.2) !important;
}
.text-white-alpha-30 {
  color: rgba(255, 255, 255, 0.3) !important;
}
.text-white-alpha-40 {
  color: rgba(255, 255, 255, 0.4) !important;
}
.text-white-alpha-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-white-alpha-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}
.text-white-alpha-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}
.text-white-alpha-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}
.text-white-alpha-90 {
  color: rgba(255, 255, 255, 0.9) !important;
}
.hover\:text-white-alpha-10:hover {
  color: rgba(255, 255, 255, 0.1) !important;
}
.hover\:text-white-alpha-20:hover {
  color: rgba(255, 255, 255, 0.2) !important;
}
.hover\:text-white-alpha-30:hover {
  color: rgba(255, 255, 255, 0.3) !important;
}
.hover\:text-white-alpha-40:hover {
  color: rgba(255, 255, 255, 0.4) !important;
}
.hover\:text-white-alpha-50:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
.hover\:text-white-alpha-60:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.hover\:text-white-alpha-70:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
.hover\:text-white-alpha-80:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.hover\:text-white-alpha-90:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
.focus\:text-white-alpha-10:focus {
  color: rgba(255, 255, 255, 0.1) !important;
}
.focus\:text-white-alpha-20:focus {
  color: rgba(255, 255, 255, 0.2) !important;
}
.focus\:text-white-alpha-30:focus {
  color: rgba(255, 255, 255, 0.3) !important;
}
.focus\:text-white-alpha-40:focus {
  color: rgba(255, 255, 255, 0.4) !important;
}
.focus\:text-white-alpha-50:focus {
  color: rgba(255, 255, 255, 0.5) !important;
}
.focus\:text-white-alpha-60:focus {
  color: rgba(255, 255, 255, 0.6) !important;
}
.focus\:text-white-alpha-70:focus {
  color: rgba(255, 255, 255, 0.7) !important;
}
.focus\:text-white-alpha-80:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}
.focus\:text-white-alpha-90:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}
.active\:text-white-alpha-10:active {
  color: rgba(255, 255, 255, 0.1) !important;
}
.active\:text-white-alpha-20:active {
  color: rgba(255, 255, 255, 0.2) !important;
}
.active\:text-white-alpha-30:active {
  color: rgba(255, 255, 255, 0.3) !important;
}
.active\:text-white-alpha-40:active {
  color: rgba(255, 255, 255, 0.4) !important;
}
.active\:text-white-alpha-50:active {
  color: rgba(255, 255, 255, 0.5) !important;
}
.active\:text-white-alpha-60:active {
  color: rgba(255, 255, 255, 0.6) !important;
}
.active\:text-white-alpha-70:active {
  color: rgba(255, 255, 255, 0.7) !important;
}
.active\:text-white-alpha-80:active {
  color: rgba(255, 255, 255, 0.8) !important;
}
.active\:text-white-alpha-90:active {
  color: rgba(255, 255, 255, 0.9) !important;
}
.text-black-alpha-10 {
  color: rgba(0, 0, 0, 0.1) !important;
}
.text-black-alpha-20 {
  color: rgba(0, 0, 0, 0.2) !important;
}
.text-black-alpha-30 {
  color: rgba(0, 0, 0, 0.3) !important;
}
.text-black-alpha-40 {
  color: rgba(0, 0, 0, 0.4) !important;
}
.text-black-alpha-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-black-alpha-60 {
  color: rgba(0, 0, 0, 0.6) !important;
}
.text-black-alpha-70 {
  color: rgba(0, 0, 0, 0.7) !important;
}
.text-black-alpha-80 {
  color: rgba(0, 0, 0, 0.8) !important;
}
.text-black-alpha-90 {
  color: rgba(0, 0, 0, 0.9) !important;
}
.hover\:text-black-alpha-10:hover {
  color: rgba(0, 0, 0, 0.1) !important;
}
.hover\:text-black-alpha-20:hover {
  color: rgba(0, 0, 0, 0.2) !important;
}
.hover\:text-black-alpha-30:hover {
  color: rgba(0, 0, 0, 0.3) !important;
}
.hover\:text-black-alpha-40:hover {
  color: rgba(0, 0, 0, 0.4) !important;
}
.hover\:text-black-alpha-50:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
.hover\:text-black-alpha-60:hover {
  color: rgba(0, 0, 0, 0.6) !important;
}
.hover\:text-black-alpha-70:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
.hover\:text-black-alpha-80:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}
.hover\:text-black-alpha-90:hover {
  color: rgba(0, 0, 0, 0.9) !important;
}
.focus\:text-black-alpha-10:focus {
  color: rgba(0, 0, 0, 0.1) !important;
}
.focus\:text-black-alpha-20:focus {
  color: rgba(0, 0, 0, 0.2) !important;
}
.focus\:text-black-alpha-30:focus {
  color: rgba(0, 0, 0, 0.3) !important;
}
.focus\:text-black-alpha-40:focus {
  color: rgba(0, 0, 0, 0.4) !important;
}
.focus\:text-black-alpha-50:focus {
  color: rgba(0, 0, 0, 0.5) !important;
}
.focus\:text-black-alpha-60:focus {
  color: rgba(0, 0, 0, 0.6) !important;
}
.focus\:text-black-alpha-70:focus {
  color: rgba(0, 0, 0, 0.7) !important;
}
.focus\:text-black-alpha-80:focus {
  color: rgba(0, 0, 0, 0.8) !important;
}
.focus\:text-black-alpha-90:focus {
  color: rgba(0, 0, 0, 0.9) !important;
}
.active\:text-black-alpha-10:active {
  color: rgba(0, 0, 0, 0.1) !important;
}
.active\:text-black-alpha-20:active {
  color: rgba(0, 0, 0, 0.2) !important;
}
.active\:text-black-alpha-30:active {
  color: rgba(0, 0, 0, 0.3) !important;
}
.active\:text-black-alpha-40:active {
  color: rgba(0, 0, 0, 0.4) !important;
}
.active\:text-black-alpha-50:active {
  color: rgba(0, 0, 0, 0.5) !important;
}
.active\:text-black-alpha-60:active {
  color: rgba(0, 0, 0, 0.6) !important;
}
.active\:text-black-alpha-70:active {
  color: rgba(0, 0, 0, 0.7) !important;
}
.active\:text-black-alpha-80:active {
  color: rgba(0, 0, 0, 0.8) !important;
}
.active\:text-black-alpha-90:active {
  color: rgba(0, 0, 0, 0.9) !important;
}
.text-primary {
  color: var(--p-primary-color) !important;
}
.bg-primary {
  color: var(--p-primary-contrast-color) !important;
  background-color: var(--p-primary-color) !important;
}
.bg-primary-reverse {
  color: var(--p-primary-color) !important;
  background-color: var(--p-primary-contrast-color) !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.border-primary {
  border-color: var(--p-primary-color) !important;
}
.text-white {
  color: #ffffff !important;
}
.border-white {
  border-color: #ffffff !important;
}
.text-color {
  color: var(--p-text-color) !important;
}
.text-color-secondary {
  color: var(--p-text-muted-color) !important;
}
.surface-ground {
  background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
}
.surface-section {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
}
.surface-card {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.surface-overlay {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.surface-hover {
  background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
}
.surface-border {
  border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
}
.focus\:text-primary:focus {
  color: var(--p-primary-color) !important;
}
.hover\:text-primary:hover {
  color: var(--p-primary-color) !important;
}
.active\:text-primary:active {
  color: var(--p-primary-color) !important;
}
.focus\:bg-primary:focus {
  color: var(--p-primary-contrast-color) !important;
  background-color: var(--p-primary-color) !important;
}
.hover\:bg-primary:hover {
  color: var(--p-primary-contrast-color) !important;
  background-color: var(--p-primary-color) !important;
}
.active\:bg-primary:active {
  color: var(--p-primary-contrast-color) !important;
  background-color: var(--p-primary-color) !important;
}
.focus\:bg-primary-reverse:focus {
  color: var(--p-primary-color) !important;
  background-color: var(--p-primary-contrast-color) !important;
}
.hover\:bg-primary-reverse:hover {
  color: var(--p-primary-color) !important;
  background-color: var(--p-primary-contrast-color) !important;
}
.active\:bg-primary-reverse:active {
  color: var(--p-primary-color) !important;
  background-color: var(--p-primary-contrast-color) !important;
}
.focus\:bg-white:focus {
  background-color: #ffffff !important;
}
.hover\:bg-white:hover {
  background-color: #ffffff !important;
}
.active\:bg-white:active {
  background-color: #ffffff !important;
}
.focus\:border-primary:focus {
  border-color: var(--p-primary-color) !important;
}
.hover\:border-primary:hover {
  border-color: var(--p-primary-color) !important;
}
.active\:border-primary:active {
  border-color: var(--p-primary-color) !important;
}
.focus\:text-white:focus {
  color: #ffffff !important;
}
.hover\:text-white:hover {
  color: #ffffff !important;
}
.active\:text-white:active {
  color: #ffffff !important;
}
.focus\:border-white:focus {
  border-color: #ffffff !important;
}
.hover\:border-white:hover {
  border-color: #ffffff !important;
}
.active\:border-white:active {
  border-color: #ffffff !important;
}
.focus\:text-color:focus {
  color: var(--p-text-color) !important;
}
.hover\:text-color:hover {
  color: var(--p-text-color) !important;
}
.active\:text-color:active {
  color: var(--p-text-color) !important;
}
.focus\:text-color-secondary:focus {
  color: var(--p-text-muted-color) !important;
}
.hover\:text-color-secondary:hover {
  color: var(--p-text-muted-color) !important;
}
.active\:text-color-secondary:active {
  color: var(--p-text-muted-color) !important;
}
.focus\:surface-ground:focus {
  background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
}
.hover\:surface-ground:hover {
  background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
}
.active\:surface-ground:active {
  background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
}
.focus\:surface-section:focus {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
}
.hover\:surface-section:hover {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
}
.active\:surface-section:active {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
}
.focus\:surface-card:focus {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.hover\:surface-card:hover {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.active\:surface-card:active {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.focus\:surface-overlay:focus {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.hover\:surface-overlay:hover {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.active\:surface-overlay:active {
  background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.focus\:surface-hover:focus {
  background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
}
.hover\:surface-hover:hover {
  background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
}
.active\:surface-hover:active {
  background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
}
.focus\:surface-border:focus {
  border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
}
.hover\:surface-border:hover {
  border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
}
.active\:surface-border:active {
  border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
}
@media screen and (min-width: 576px) {
  .sm\:text-primary {
    color: var(--p-primary-color) !important;
  }
  .sm\:bg-primary {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .sm\:bg-primary-reverse {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .sm\:bg-white {
    background-color: #ffffff !important;
  }
  .sm\:border-primary {
    border-color: var(--p-primary-color) !important;
  }
  .sm\:text-white {
    color: #ffffff !important;
  }
  .sm\:border-white {
    border-color: #ffffff !important;
  }
  .sm\:text-color {
    color: var(--p-text-color) !important;
  }
  .sm\:text-color-secondary {
    color: var(--p-text-muted-color) !important;
  }
  .sm\:surface-ground {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .sm\:surface-section {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .sm\:surface-card {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .sm\:surface-overlay {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .sm\:surface-hover {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .sm\:surface-border {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
  .sm\:focus\:text-primary:focus {
    color: var(--p-primary-color) !important;
  }
  .sm\:hover\:text-primary:hover {
    color: var(--p-primary-color) !important;
  }
  .sm\:active\:text-primary:active {
    color: var(--p-primary-color) !important;
  }
  .sm\:focus\:bg-primary:focus {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .sm\:hover\:bg-primary:hover {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .sm\:active\:bg-primary:active {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .sm\:focus\:bg-primary-reverse:focus {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .sm\:hover\:bg-primary-reverse:hover {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .sm\:active\:bg-primary-reverse:active {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .sm\:focus\:bg-white:focus {
    background-color: #ffffff !important;
  }
  .sm\:hover\:bg-white:hover {
    background-color: #ffffff !important;
  }
  .sm\:active\:bg-white:active {
    background-color: #ffffff !important;
  }
  .sm\:focus\:border-primary:focus {
    border-color: var(--p-primary-color) !important;
  }
  .sm\:hover\:border-primary:hover {
    border-color: var(--p-primary-color) !important;
  }
  .sm\:active\:border-primary:active {
    border-color: var(--p-primary-color) !important;
  }
  .sm\:focus\:text-white:focus {
    color: #ffffff !important;
  }
  .sm\:hover\:text-white:hover {
    color: #ffffff !important;
  }
  .sm\:active\:text-white:active {
    color: #ffffff !important;
  }
  .sm\:focus\:border-white:focus {
    border-color: #ffffff !important;
  }
  .sm\:hover\:border-white:hover {
    border-color: #ffffff !important;
  }
  .sm\:active\:border-white:active {
    border-color: #ffffff !important;
  }
  .sm\:focus\:text-color:focus {
    color: var(--p-text-color) !important;
  }
  .sm\:hover\:text-color:hover {
    color: var(--p-text-color) !important;
  }
  .sm\:active\:text-color:active {
    color: var(--p-text-color) !important;
  }
  .sm\:focus\:text-color-secondary:focus {
    color: var(--p-text-muted-color) !important;
  }
  .sm\:hover\:text-color-secondary:hover {
    color: var(--p-text-muted-color) !important;
  }
  .sm\:active\:text-color-secondary:active {
    color: var(--p-text-muted-color) !important;
  }
  .sm\:focus\:surface-ground:focus {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .sm\:hover\:surface-ground:hover {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .sm\:active\:surface-ground:active {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .sm\:focus\:surface-section:focus {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .sm\:hover\:surface-section:hover {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .sm\:active\:surface-section:active {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .sm\:focus\:surface-card:focus {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .sm\:hover\:surface-card:hover {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .sm\:active\:surface-card:active {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .sm\:focus\:surface-overlay:focus {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .sm\:hover\:surface-overlay:hover {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .sm\:active\:surface-overlay:active {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .sm\:focus\:surface-hover:focus {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .sm\:hover\:surface-hover:hover {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .sm\:active\:surface-hover:active {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .sm\:focus\:surface-border:focus {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
  .sm\:hover\:surface-border:hover {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
  .sm\:active\:surface-border:active {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-primary {
    color: var(--p-primary-color) !important;
  }
  .md\:bg-primary {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .md\:bg-primary-reverse {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .md\:bg-white {
    background-color: #ffffff !important;
  }
  .md\:border-primary {
    border-color: var(--p-primary-color) !important;
  }
  .md\:text-white {
    color: #ffffff !important;
  }
  .md\:border-white {
    border-color: #ffffff !important;
  }
  .md\:text-color {
    color: var(--p-text-color) !important;
  }
  .md\:text-color-secondary {
    color: var(--p-text-muted-color) !important;
  }
  .md\:surface-ground {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .md\:surface-section {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .md\:surface-card {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .md\:surface-overlay {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .md\:surface-hover {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .md\:surface-border {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
  .md\:focus\:text-primary:focus {
    color: var(--p-primary-color) !important;
  }
  .md\:hover\:text-primary:hover {
    color: var(--p-primary-color) !important;
  }
  .md\:active\:text-primary:active {
    color: var(--p-primary-color) !important;
  }
  .md\:focus\:bg-primary:focus {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .md\:hover\:bg-primary:hover {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .md\:active\:bg-primary:active {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .md\:focus\:bg-primary-reverse:focus {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .md\:hover\:bg-primary-reverse:hover {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .md\:active\:bg-primary-reverse:active {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .md\:focus\:bg-white:focus {
    background-color: #ffffff !important;
  }
  .md\:hover\:bg-white:hover {
    background-color: #ffffff !important;
  }
  .md\:active\:bg-white:active {
    background-color: #ffffff !important;
  }
  .md\:focus\:border-primary:focus {
    border-color: var(--p-primary-color) !important;
  }
  .md\:hover\:border-primary:hover {
    border-color: var(--p-primary-color) !important;
  }
  .md\:active\:border-primary:active {
    border-color: var(--p-primary-color) !important;
  }
  .md\:focus\:text-white:focus {
    color: #ffffff !important;
  }
  .md\:hover\:text-white:hover {
    color: #ffffff !important;
  }
  .md\:active\:text-white:active {
    color: #ffffff !important;
  }
  .md\:focus\:border-white:focus {
    border-color: #ffffff !important;
  }
  .md\:hover\:border-white:hover {
    border-color: #ffffff !important;
  }
  .md\:active\:border-white:active {
    border-color: #ffffff !important;
  }
  .md\:focus\:text-color:focus {
    color: var(--p-text-color) !important;
  }
  .md\:hover\:text-color:hover {
    color: var(--p-text-color) !important;
  }
  .md\:active\:text-color:active {
    color: var(--p-text-color) !important;
  }
  .md\:focus\:text-color-secondary:focus {
    color: var(--p-text-muted-color) !important;
  }
  .md\:hover\:text-color-secondary:hover {
    color: var(--p-text-muted-color) !important;
  }
  .md\:active\:text-color-secondary:active {
    color: var(--p-text-muted-color) !important;
  }
  .md\:focus\:surface-ground:focus {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .md\:hover\:surface-ground:hover {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .md\:active\:surface-ground:active {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .md\:focus\:surface-section:focus {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .md\:hover\:surface-section:hover {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .md\:active\:surface-section:active {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .md\:focus\:surface-card:focus {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .md\:hover\:surface-card:hover {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .md\:active\:surface-card:active {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .md\:focus\:surface-overlay:focus {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .md\:hover\:surface-overlay:hover {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .md\:active\:surface-overlay:active {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .md\:focus\:surface-hover:focus {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .md\:hover\:surface-hover:hover {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .md\:active\:surface-hover:active {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .md\:focus\:surface-border:focus {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
  .md\:hover\:surface-border:hover {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
  .md\:active\:surface-border:active {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-primary {
    color: var(--p-primary-color) !important;
  }
  .lg\:bg-primary {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .lg\:bg-primary-reverse {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .lg\:bg-white {
    background-color: #ffffff !important;
  }
  .lg\:border-primary {
    border-color: var(--p-primary-color) !important;
  }
  .lg\:text-white {
    color: #ffffff !important;
  }
  .lg\:border-white {
    border-color: #ffffff !important;
  }
  .lg\:text-color {
    color: var(--p-text-color) !important;
  }
  .lg\:text-color-secondary {
    color: var(--p-text-muted-color) !important;
  }
  .lg\:surface-ground {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .lg\:surface-section {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .lg\:surface-card {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .lg\:surface-overlay {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .lg\:surface-hover {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .lg\:surface-border {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
  .lg\:focus\:text-primary:focus {
    color: var(--p-primary-color) !important;
  }
  .lg\:hover\:text-primary:hover {
    color: var(--p-primary-color) !important;
  }
  .lg\:active\:text-primary:active {
    color: var(--p-primary-color) !important;
  }
  .lg\:focus\:bg-primary:focus {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .lg\:hover\:bg-primary:hover {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .lg\:active\:bg-primary:active {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .lg\:focus\:bg-primary-reverse:focus {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .lg\:hover\:bg-primary-reverse:hover {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .lg\:active\:bg-primary-reverse:active {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .lg\:focus\:bg-white:focus {
    background-color: #ffffff !important;
  }
  .lg\:hover\:bg-white:hover {
    background-color: #ffffff !important;
  }
  .lg\:active\:bg-white:active {
    background-color: #ffffff !important;
  }
  .lg\:focus\:border-primary:focus {
    border-color: var(--p-primary-color) !important;
  }
  .lg\:hover\:border-primary:hover {
    border-color: var(--p-primary-color) !important;
  }
  .lg\:active\:border-primary:active {
    border-color: var(--p-primary-color) !important;
  }
  .lg\:focus\:text-white:focus {
    color: #ffffff !important;
  }
  .lg\:hover\:text-white:hover {
    color: #ffffff !important;
  }
  .lg\:active\:text-white:active {
    color: #ffffff !important;
  }
  .lg\:focus\:border-white:focus {
    border-color: #ffffff !important;
  }
  .lg\:hover\:border-white:hover {
    border-color: #ffffff !important;
  }
  .lg\:active\:border-white:active {
    border-color: #ffffff !important;
  }
  .lg\:focus\:text-color:focus {
    color: var(--p-text-color) !important;
  }
  .lg\:hover\:text-color:hover {
    color: var(--p-text-color) !important;
  }
  .lg\:active\:text-color:active {
    color: var(--p-text-color) !important;
  }
  .lg\:focus\:text-color-secondary:focus {
    color: var(--p-text-muted-color) !important;
  }
  .lg\:hover\:text-color-secondary:hover {
    color: var(--p-text-muted-color) !important;
  }
  .lg\:active\:text-color-secondary:active {
    color: var(--p-text-muted-color) !important;
  }
  .lg\:focus\:surface-ground:focus {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .lg\:hover\:surface-ground:hover {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .lg\:active\:surface-ground:active {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .lg\:focus\:surface-section:focus {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .lg\:hover\:surface-section:hover {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .lg\:active\:surface-section:active {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .lg\:focus\:surface-card:focus {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .lg\:hover\:surface-card:hover {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .lg\:active\:surface-card:active {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .lg\:focus\:surface-overlay:focus {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .lg\:hover\:surface-overlay:hover {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .lg\:active\:surface-overlay:active {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .lg\:focus\:surface-hover:focus {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .lg\:hover\:surface-hover:hover {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .lg\:active\:surface-hover:active {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .lg\:focus\:surface-border:focus {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
  .lg\:hover\:surface-border:hover {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
  .lg\:active\:surface-border:active {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-primary {
    color: var(--p-primary-color) !important;
  }
  .xl\:bg-primary {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .xl\:bg-primary-reverse {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .xl\:bg-white {
    background-color: #ffffff !important;
  }
  .xl\:border-primary {
    border-color: var(--p-primary-color) !important;
  }
  .xl\:text-white {
    color: #ffffff !important;
  }
  .xl\:border-white {
    border-color: #ffffff !important;
  }
  .xl\:text-color {
    color: var(--p-text-color) !important;
  }
  .xl\:text-color-secondary {
    color: var(--p-text-muted-color) !important;
  }
  .xl\:surface-ground {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .xl\:surface-section {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .xl\:surface-card {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .xl\:surface-overlay {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .xl\:surface-hover {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .xl\:surface-border {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
  .xl\:focus\:text-primary:focus {
    color: var(--p-primary-color) !important;
  }
  .xl\:hover\:text-primary:hover {
    color: var(--p-primary-color) !important;
  }
  .xl\:active\:text-primary:active {
    color: var(--p-primary-color) !important;
  }
  .xl\:focus\:bg-primary:focus {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .xl\:hover\:bg-primary:hover {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .xl\:active\:bg-primary:active {
    color: var(--p-primary-contrast-color) !important;
    background-color: var(--p-primary-color) !important;
  }
  .xl\:focus\:bg-primary-reverse:focus {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .xl\:hover\:bg-primary-reverse:hover {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .xl\:active\:bg-primary-reverse:active {
    color: var(--p-primary-color) !important;
    background-color: var(--p-primary-contrast-color) !important;
  }
  .xl\:focus\:bg-white:focus {
    background-color: #ffffff !important;
  }
  .xl\:hover\:bg-white:hover {
    background-color: #ffffff !important;
  }
  .xl\:active\:bg-white:active {
    background-color: #ffffff !important;
  }
  .xl\:focus\:border-primary:focus {
    border-color: var(--p-primary-color) !important;
  }
  .xl\:hover\:border-primary:hover {
    border-color: var(--p-primary-color) !important;
  }
  .xl\:active\:border-primary:active {
    border-color: var(--p-primary-color) !important;
  }
  .xl\:focus\:text-white:focus {
    color: #ffffff !important;
  }
  .xl\:hover\:text-white:hover {
    color: #ffffff !important;
  }
  .xl\:active\:text-white:active {
    color: #ffffff !important;
  }
  .xl\:focus\:border-white:focus {
    border-color: #ffffff !important;
  }
  .xl\:hover\:border-white:hover {
    border-color: #ffffff !important;
  }
  .xl\:active\:border-white:active {
    border-color: #ffffff !important;
  }
  .xl\:focus\:text-color:focus {
    color: var(--p-text-color) !important;
  }
  .xl\:hover\:text-color:hover {
    color: var(--p-text-color) !important;
  }
  .xl\:active\:text-color:active {
    color: var(--p-text-color) !important;
  }
  .xl\:focus\:text-color-secondary:focus {
    color: var(--p-text-muted-color) !important;
  }
  .xl\:hover\:text-color-secondary:hover {
    color: var(--p-text-muted-color) !important;
  }
  .xl\:active\:text-color-secondary:active {
    color: var(--p-text-muted-color) !important;
  }
  .xl\:focus\:surface-ground:focus {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .xl\:hover\:surface-ground:hover {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .xl\:active\:surface-ground:active {
    background-color: light-dark(var(--p-surface-50), var(--p-surface-950)) !important;
  }
  .xl\:focus\:surface-section:focus {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .xl\:hover\:surface-section:hover {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .xl\:active\:surface-section:active {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-950)) !important;
  }
  .xl\:focus\:surface-card:focus {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .xl\:hover\:surface-card:hover {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .xl\:active\:surface-card:active {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .xl\:focus\:surface-overlay:focus {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .xl\:hover\:surface-overlay:hover {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .xl\:active\:surface-overlay:active {
    background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
  }
  .xl\:focus\:surface-hover:focus {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .xl\:hover\:surface-hover:hover {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .xl\:active\:surface-hover:active {
    background-color: light-dark(var(--p-surface-800), var(--p-surface-100)) !important;
  }
  .xl\:focus\:surface-border:focus {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
  .xl\:hover\:surface-border:hover {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
  .xl\:active\:surface-border:active {
    border-color: light-dark(var(--p-surface-200), var(--p-surface-700)) !important;
  }
}
.field {
  margin-bottom: 1rem;
}
.field > label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.field.grid > label {
  display: flex;
  align-items: center;
}
.field > small {
  margin-top: 0.25rem;
}
.field.grid,
.formgrid.grid {
  margin-top: 0;
}
.field.grid .col-fixed,
.formgrid.grid .col-fixed,
.field.grid .col,
.formgrid.grid .col,
.field.grid .col-1,
.formgrid.grid .col-1,
.field.grid .col-2,
.formgrid.grid .col-2,
.field.grid .col-3,
.formgrid.grid .col-3,
.field.grid .col-4,
.formgrid.grid .col-4,
.field.grid .col-5,
.formgrid.grid .col-5,
.field.grid .col-6,
.formgrid.grid .col-6,
.field.grid .col-7,
.formgrid.grid .col-7,
.field.grid .col-8,
.formgrid.grid .col-8,
.field.grid .col-9,
.formgrid.grid .col-9,
.field.grid .col-10,
.formgrid.grid .col-10,
.field.grid .col-11,
.formgrid.grid .col-11,
.field.grid .col-12,
.formgrid.grid .col-12 {
  padding-top: 0;
  padding-bottom: 0;
}
.formgroup-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.formgroup-inline .field,
.formgroup-inline .field-checkbox,
.formgroup-inline .field-radiobutton {
  margin-right: 1rem;
}
.formgroup-inline .field > label,
.formgroup-inline .field-checkbox > label,
.formgroup-inline .field-radiobutton > label {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.field-checkbox,
.field-radiobutton {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.field-checkbox > label,
.field-radiobutton > label {
  margin-left: 0.5rem;
  line-height: 1;
}
.hidden {
  display: none !important;
}
.block {
  display: block !important;
}
.inline {
  display: inline !important;
}
.inline-block {
  display: inline-block !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
@media screen and (min-width: 576px) {
  .sm\:hidden {
    display: none !important;
  }
  .sm\:block {
    display: block !important;
  }
  .sm\:inline {
    display: inline !important;
  }
  .sm\:inline-block {
    display: inline-block !important;
  }
  .sm\:flex {
    display: flex !important;
  }
  .sm\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:hidden {
    display: none !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:inline {
    display: inline !important;
  }
  .md\:inline-block {
    display: inline-block !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:hidden {
    display: none !important;
  }
  .lg\:block {
    display: block !important;
  }
  .lg\:inline {
    display: inline !important;
  }
  .lg\:inline-block {
    display: inline-block !important;
  }
  .lg\:flex {
    display: flex !important;
  }
  .lg\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:hidden {
    display: none !important;
  }
  .xl\:block {
    display: block !important;
  }
  .xl\:inline {
    display: inline !important;
  }
  .xl\:inline-block {
    display: inline-block !important;
  }
  .xl\:flex {
    display: flex !important;
  }
  .xl\:inline-flex {
    display: inline-flex !important;
  }
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
@media screen and (min-width: 576px) {
  .sm\:text-center {
    text-align: center !important;
  }
  .sm\:text-justify {
    text-align: justify !important;
  }
  .sm\:text-left {
    text-align: left !important;
  }
  .sm\:text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-justify {
    text-align: justify !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-center {
    text-align: center !important;
  }
  .lg\:text-justify {
    text-align: justify !important;
  }
  .lg\:text-left {
    text-align: left !important;
  }
  .lg\:text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-center {
    text-align: center !important;
  }
  .xl\:text-justify {
    text-align: justify !important;
  }
  .xl\:text-left {
    text-align: left !important;
  }
  .xl\:text-right {
    text-align: right !important;
  }
}
.underline {
  text-decoration: underline !important;
}
.line-through {
  text-decoration: line-through !important;
}
.no-underline {
  text-decoration: none !important;
}
.focus\:underline:focus {
  text-decoration: underline !important;
}
.hover\:underline:hover {
  text-decoration: underline !important;
}
.active\:underline:active {
  text-decoration: underline !important;
}
.focus\:line-through:focus {
  text-decoration: line-through !important;
}
.hover\:line-through:hover {
  text-decoration: line-through !important;
}
.active\:line-through:active {
  text-decoration: line-through !important;
}
.focus\:no-underline:focus {
  text-decoration: none !important;
}
.hover\:no-underline:hover {
  text-decoration: none !important;
}
.active\:no-underline:active {
  text-decoration: none !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.text-overflow-clip {
  text-overflow: clip !important;
}
.text-overflow-ellipsis {
  text-overflow: ellipsis !important;
}
@media screen and (min-width: 576px) {
  .sm\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .sm\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .md\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .lg\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .xl\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
@media screen and (min-width: 576px) {
  .sm\:font-light {
    font-weight: 300 !important;
  }
  .sm\:font-normal {
    font-weight: 400 !important;
  }
  .sm\:font-medium {
    font-weight: 500 !important;
  }
  .sm\:font-semibold {
    font-weight: 600 !important;
  }
  .sm\:font-bold {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:font-light {
    font-weight: 300 !important;
  }
  .md\:font-normal {
    font-weight: 400 !important;
  }
  .md\:font-medium {
    font-weight: 500 !important;
  }
  .md\:font-semibold {
    font-weight: 600 !important;
  }
  .md\:font-bold {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:font-light {
    font-weight: 300 !important;
  }
  .lg\:font-normal {
    font-weight: 400 !important;
  }
  .lg\:font-medium {
    font-weight: 500 !important;
  }
  .lg\:font-semibold {
    font-weight: 600 !important;
  }
  .lg\:font-bold {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:font-light {
    font-weight: 300 !important;
  }
  .xl\:font-normal {
    font-weight: 400 !important;
  }
  .xl\:font-medium {
    font-weight: 500 !important;
  }
  .xl\:font-semibold {
    font-weight: 600 !important;
  }
  .xl\:font-bold {
    font-weight: 700 !important;
  }
}
.font-italic {
  font-style: italic !important;
}
.text-xs {
  font-size: 0.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
}
.text-base {
  font-size: 1rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
}
.text-3xl {
  font-size: 1.75rem !important;
}
.text-4xl {
  font-size: 2rem !important;
}
.text-5xl {
  font-size: 2.5rem !important;
}
.text-6xl {
  font-size: 3rem !important;
}
.text-7xl {
  font-size: 4rem !important;
}
.text-8xl {
  font-size: 6rem !important;
}
@media screen and (min-width: 576px) {
  .sm\:text-xs {
    font-size: 0.75rem !important;
  }
  .sm\:text-sm {
    font-size: 0.875rem !important;
  }
  .sm\:text-base {
    font-size: 1rem !important;
  }
  .sm\:text-lg {
    font-size: 1.125rem !important;
  }
  .sm\:text-xl {
    font-size: 1.25rem !important;
  }
  .sm\:text-2xl {
    font-size: 1.5rem !important;
  }
  .sm\:text-3xl {
    font-size: 1.75rem !important;
  }
  .sm\:text-4xl {
    font-size: 2rem !important;
  }
  .sm\:text-5xl {
    font-size: 2.5rem !important;
  }
  .sm\:text-6xl {
    font-size: 3rem !important;
  }
  .sm\:text-7xl {
    font-size: 4rem !important;
  }
  .sm\:text-8xl {
    font-size: 6rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-xs {
    font-size: 0.75rem !important;
  }
  .md\:text-sm {
    font-size: 0.875rem !important;
  }
  .md\:text-base {
    font-size: 1rem !important;
  }
  .md\:text-lg {
    font-size: 1.125rem !important;
  }
  .md\:text-xl {
    font-size: 1.25rem !important;
  }
  .md\:text-2xl {
    font-size: 1.5rem !important;
  }
  .md\:text-3xl {
    font-size: 1.75rem !important;
  }
  .md\:text-4xl {
    font-size: 2rem !important;
  }
  .md\:text-5xl {
    font-size: 2.5rem !important;
  }
  .md\:text-6xl {
    font-size: 3rem !important;
  }
  .md\:text-7xl {
    font-size: 4rem !important;
  }
  .md\:text-8xl {
    font-size: 6rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-xs {
    font-size: 0.75rem !important;
  }
  .lg\:text-sm {
    font-size: 0.875rem !important;
  }
  .lg\:text-base {
    font-size: 1rem !important;
  }
  .lg\:text-lg {
    font-size: 1.125rem !important;
  }
  .lg\:text-xl {
    font-size: 1.25rem !important;
  }
  .lg\:text-2xl {
    font-size: 1.5rem !important;
  }
  .lg\:text-3xl {
    font-size: 1.75rem !important;
  }
  .lg\:text-4xl {
    font-size: 2rem !important;
  }
  .lg\:text-5xl {
    font-size: 2.5rem !important;
  }
  .lg\:text-6xl {
    font-size: 3rem !important;
  }
  .lg\:text-7xl {
    font-size: 4rem !important;
  }
  .lg\:text-8xl {
    font-size: 6rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-xs {
    font-size: 0.75rem !important;
  }
  .xl\:text-sm {
    font-size: 0.875rem !important;
  }
  .xl\:text-base {
    font-size: 1rem !important;
  }
  .xl\:text-lg {
    font-size: 1.125rem !important;
  }
  .xl\:text-xl {
    font-size: 1.25rem !important;
  }
  .xl\:text-2xl {
    font-size: 1.5rem !important;
  }
  .xl\:text-3xl {
    font-size: 1.75rem !important;
  }
  .xl\:text-4xl {
    font-size: 2rem !important;
  }
  .xl\:text-5xl {
    font-size: 2.5rem !important;
  }
  .xl\:text-6xl {
    font-size: 3rem !important;
  }
  .xl\:text-7xl {
    font-size: 4rem !important;
  }
  .xl\:text-8xl {
    font-size: 6rem !important;
  }
}
.line-height-1 {
  line-height: 1 !important;
}
.line-height-2 {
  line-height: 1.25 !important;
}
.line-height-3 {
  line-height: 1.5 !important;
}
.line-height-4 {
  line-height: 2 !important;
}
.white-space-normal {
  white-space: normal !important;
}
.white-space-nowrap {
  white-space: nowrap !important;
}
.vertical-align-baseline {
  vertical-align: baseline !important;
}
.vertical-align-top {
  vertical-align: top !important;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.vertical-align-bottom {
  vertical-align: bottom !important;
}
.vertical-align-text-top {
  vertical-align: text-top !important;
}
.vertical-align-text-bottom {
  vertical-align: text-bottom !important;
}
.vertical-align-sub {
  vertical-align: sub !important;
}
.vertical-align-super {
  vertical-align: super !important;
}
@media screen and (min-width: 576px) {
  .sm\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .sm\:vertical-align-top {
    vertical-align: top !important;
  }
  .sm\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .sm\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .sm\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .sm\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .sm\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .sm\:vertical-align-super {
    vertical-align: super !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .md\:vertical-align-top {
    vertical-align: top !important;
  }
  .md\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .md\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .md\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .md\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .md\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .md\:vertical-align-super {
    vertical-align: super !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .lg\:vertical-align-top {
    vertical-align: top !important;
  }
  .lg\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .lg\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .lg\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .lg\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .lg\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .lg\:vertical-align-super {
    vertical-align: super !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .xl\:vertical-align-top {
    vertical-align: top !important;
  }
  .xl\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .xl\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .xl\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .xl\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .xl\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .xl\:vertical-align-super {
    vertical-align: super !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
@media screen and (min-width: 576px) {
  .sm\:flex-row {
    flex-direction: row !important;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .sm\:flex-column {
    flex-direction: column !important;
  }
  .sm\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .md\:flex-column {
    flex-direction: column !important;
  }
  .md\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-row {
    flex-direction: row !important;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .lg\:flex-column {
    flex-direction: column !important;
  }
  .lg\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-row {
    flex-direction: row !important;
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xl\:flex-column {
    flex-direction: column !important;
  }
  .xl\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
@media screen and (min-width: 576px) {
  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
@media screen and (min-width: 576px) {
  .sm\:justify-content-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-content-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-content-center {
    justify-content: center !important;
  }
  .sm\:justify-content-between {
    justify-content: space-between !important;
  }
  .sm\:justify-content-around {
    justify-content: space-around !important;
  }
  .sm\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-content-start {
    justify-content: flex-start !important;
  }
  .md\:justify-content-end {
    justify-content: flex-end !important;
  }
  .md\:justify-content-center {
    justify-content: center !important;
  }
  .md\:justify-content-between {
    justify-content: space-between !important;
  }
  .md\:justify-content-around {
    justify-content: space-around !important;
  }
  .md\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-content-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-content-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-content-center {
    justify-content: center !important;
  }
  .lg\:justify-content-between {
    justify-content: space-between !important;
  }
  .lg\:justify-content-around {
    justify-content: space-around !important;
  }
  .lg\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-content-start {
    justify-content: flex-start !important;
  }
  .xl\:justify-content-end {
    justify-content: flex-end !important;
  }
  .xl\:justify-content-center {
    justify-content: center !important;
  }
  .xl\:justify-content-between {
    justify-content: space-between !important;
  }
  .xl\:justify-content-around {
    justify-content: space-around !important;
  }
  .xl\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-evenly {
  align-content: space-evenly !important;
}
@media screen and (min-width: 576px) {
  .sm\:align-content-start {
    align-content: flex-start !important;
  }
  .sm\:align-content-end {
    align-content: flex-end !important;
  }
  .sm\:align-content-center {
    align-content: center !important;
  }
  .sm\:align-content-between {
    align-content: space-between !important;
  }
  .sm\:align-content-around {
    align-content: space-around !important;
  }
  .sm\:align-content-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:align-content-start {
    align-content: flex-start !important;
  }
  .md\:align-content-end {
    align-content: flex-end !important;
  }
  .md\:align-content-center {
    align-content: center !important;
  }
  .md\:align-content-between {
    align-content: space-between !important;
  }
  .md\:align-content-around {
    align-content: space-around !important;
  }
  .md\:align-content-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:align-content-start {
    align-content: flex-start !important;
  }
  .lg\:align-content-end {
    align-content: flex-end !important;
  }
  .lg\:align-content-center {
    align-content: center !important;
  }
  .lg\:align-content-between {
    align-content: space-between !important;
  }
  .lg\:align-content-around {
    align-content: space-around !important;
  }
  .lg\:align-content-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:align-content-start {
    align-content: flex-start !important;
  }
  .xl\:align-content-end {
    align-content: flex-end !important;
  }
  .xl\:align-content-center {
    align-content: center !important;
  }
  .xl\:align-content-between {
    align-content: space-between !important;
  }
  .xl\:align-content-around {
    align-content: space-around !important;
  }
  .xl\:align-content-evenly {
    align-content: space-evenly !important;
  }
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
@media screen and (min-width: 576px) {
  .sm\:align-items-stretch {
    align-items: stretch !important;
  }
  .sm\:align-items-start {
    align-items: flex-start !important;
  }
  .sm\:align-items-center {
    align-items: center !important;
  }
  .sm\:align-items-end {
    align-items: flex-end !important;
  }
  .sm\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:align-items-stretch {
    align-items: stretch !important;
  }
  .md\:align-items-start {
    align-items: flex-start !important;
  }
  .md\:align-items-center {
    align-items: center !important;
  }
  .md\:align-items-end {
    align-items: flex-end !important;
  }
  .md\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:align-items-stretch {
    align-items: stretch !important;
  }
  .lg\:align-items-start {
    align-items: flex-start !important;
  }
  .lg\:align-items-center {
    align-items: center !important;
  }
  .lg\:align-items-end {
    align-items: flex-end !important;
  }
  .lg\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:align-items-stretch {
    align-items: stretch !important;
  }
  .xl\:align-items-start {
    align-items: flex-start !important;
  }
  .xl\:align-items-center {
    align-items: center !important;
  }
  .xl\:align-items-end {
    align-items: flex-end !important;
  }
  .xl\:align-items-baseline {
    align-items: baseline !important;
  }
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
@media screen and (min-width: 576px) {
  .sm\:align-self-auto {
    align-self: auto !important;
  }
  .sm\:align-self-start {
    align-self: flex-start !important;
  }
  .sm\:align-self-end {
    align-self: flex-end !important;
  }
  .sm\:align-self-center {
    align-self: center !important;
  }
  .sm\:align-self-stretch {
    align-self: stretch !important;
  }
  .sm\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:align-self-auto {
    align-self: auto !important;
  }
  .md\:align-self-start {
    align-self: flex-start !important;
  }
  .md\:align-self-end {
    align-self: flex-end !important;
  }
  .md\:align-self-center {
    align-self: center !important;
  }
  .md\:align-self-stretch {
    align-self: stretch !important;
  }
  .md\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:align-self-auto {
    align-self: auto !important;
  }
  .lg\:align-self-start {
    align-self: flex-start !important;
  }
  .lg\:align-self-end {
    align-self: flex-end !important;
  }
  .lg\:align-self-center {
    align-self: center !important;
  }
  .lg\:align-self-stretch {
    align-self: stretch !important;
  }
  .lg\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:align-self-auto {
    align-self: auto !important;
  }
  .xl\:align-self-start {
    align-self: flex-start !important;
  }
  .xl\:align-self-end {
    align-self: flex-end !important;
  }
  .xl\:align-self-center {
    align-self: center !important;
  }
  .xl\:align-self-stretch {
    align-self: stretch !important;
  }
  .xl\:align-self-baseline {
    align-self: baseline !important;
  }
}
.flex-order-0 {
  order: 0 !important;
}
.flex-order-1 {
  order: 1 !important;
}
.flex-order-2 {
  order: 2 !important;
}
.flex-order-3 {
  order: 3 !important;
}
.flex-order-4 {
  order: 4 !important;
}
.flex-order-5 {
  order: 5 !important;
}
.flex-order-6 {
  order: 6 !important;
}
@media screen and (min-width: 576px) {
  .sm\:flex-order-0 {
    order: 0 !important;
  }
  .sm\:flex-order-1 {
    order: 1 !important;
  }
  .sm\:flex-order-2 {
    order: 2 !important;
  }
  .sm\:flex-order-3 {
    order: 3 !important;
  }
  .sm\:flex-order-4 {
    order: 4 !important;
  }
  .sm\:flex-order-5 {
    order: 5 !important;
  }
  .sm\:flex-order-6 {
    order: 6 !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-order-0 {
    order: 0 !important;
  }
  .md\:flex-order-1 {
    order: 1 !important;
  }
  .md\:flex-order-2 {
    order: 2 !important;
  }
  .md\:flex-order-3 {
    order: 3 !important;
  }
  .md\:flex-order-4 {
    order: 4 !important;
  }
  .md\:flex-order-5 {
    order: 5 !important;
  }
  .md\:flex-order-6 {
    order: 6 !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-order-0 {
    order: 0 !important;
  }
  .lg\:flex-order-1 {
    order: 1 !important;
  }
  .lg\:flex-order-2 {
    order: 2 !important;
  }
  .lg\:flex-order-3 {
    order: 3 !important;
  }
  .lg\:flex-order-4 {
    order: 4 !important;
  }
  .lg\:flex-order-5 {
    order: 5 !important;
  }
  .lg\:flex-order-6 {
    order: 6 !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-order-0 {
    order: 0 !important;
  }
  .xl\:flex-order-1 {
    order: 1 !important;
  }
  .xl\:flex-order-2 {
    order: 2 !important;
  }
  .xl\:flex-order-3 {
    order: 3 !important;
  }
  .xl\:flex-order-4 {
    order: 4 !important;
  }
  .xl\:flex-order-5 {
    order: 5 !important;
  }
  .xl\:flex-order-6 {
    order: 6 !important;
  }
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-initial {
  flex: 0 1 auto !important;
}
.flex-none {
  flex: none !important;
}
@media screen and (min-width: 576px) {
  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }
  .sm\:flex-auto {
    flex: 1 1 auto !important;
  }
  .sm\:flex-initial {
    flex: 0 1 auto !important;
  }
  .sm\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-1 {
    flex: 1 1 0% !important;
  }
  .md\:flex-auto {
    flex: 1 1 auto !important;
  }
  .md\:flex-initial {
    flex: 0 1 auto !important;
  }
  .md\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }
  .lg\:flex-auto {
    flex: 1 1 auto !important;
  }
  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }
  .lg\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-1 {
    flex: 1 1 0% !important;
  }
  .xl\:flex-auto {
    flex: 1 1 auto !important;
  }
  .xl\:flex-initial {
    flex: 0 1 auto !important;
  }
  .xl\:flex-none {
    flex: none !important;
  }
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
@media screen and (min-width: 576px) {
  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .sm\:flex-grow-1 {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .md\:flex-grow-1 {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .lg\:flex-grow-1 {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xl\:flex-grow-1 {
    flex-grow: 1 !important;
  }
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
@media screen and (min-width: 576px) {
  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .sm\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .md\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .lg\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xl\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
}
.gap-0 {
  gap: 0rem !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 2rem !important;
}
.gap-6 {
  gap: 3rem !important;
}
.gap-7 {
  gap: 4rem !important;
}
.gap-8 {
  gap: 5rem !important;
}
.row-gap-0 {
  row-gap: 0rem !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 2rem !important;
}
.row-gap-6 {
  row-gap: 3rem !important;
}
.row-gap-7 {
  row-gap: 4rem !important;
}
.row-gap-8 {
  row-gap: 5rem !important;
}
.column-gap-0 {
  column-gap: 0rem !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 2rem !important;
}
.column-gap-6 {
  column-gap: 3rem !important;
}
.column-gap-7 {
  column-gap: 4rem !important;
}
.column-gap-8 {
  column-gap: 5rem !important;
}
@media screen and (min-width: 576px) {
  .sm\:gap-0 {
    gap: 0rem !important;
  }
  .sm\:gap-1 {
    gap: 0.25rem !important;
  }
  .sm\:gap-2 {
    gap: 0.5rem !important;
  }
  .sm\:gap-3 {
    gap: 1rem !important;
  }
  .sm\:gap-4 {
    gap: 1.5rem !important;
  }
  .sm\:gap-5 {
    gap: 2rem !important;
  }
  .sm\:gap-6 {
    gap: 3rem !important;
  }
  .sm\:gap-7 {
    gap: 4rem !important;
  }
  .sm\:gap-8 {
    gap: 5rem !important;
  }
  .sm\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .sm\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .sm\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .sm\:row-gap-3 {
    row-gap: 1rem !important;
  }
  .sm\:row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .sm\:row-gap-5 {
    row-gap: 2rem !important;
  }
  .sm\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .sm\:row-gap-7 {
    row-gap: 4rem !important;
  }
  .sm\:row-gap-8 {
    row-gap: 5rem !important;
  }
  .sm\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .sm\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .sm\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .sm\:column-gap-3 {
    column-gap: 1rem !important;
  }
  .sm\:column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .sm\:column-gap-5 {
    column-gap: 2rem !important;
  }
  .sm\:column-gap-6 {
    column-gap: 3rem !important;
  }
  .sm\:column-gap-7 {
    column-gap: 4rem !important;
  }
  .sm\:column-gap-8 {
    column-gap: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:gap-0 {
    gap: 0rem !important;
  }
  .md\:gap-1 {
    gap: 0.25rem !important;
  }
  .md\:gap-2 {
    gap: 0.5rem !important;
  }
  .md\:gap-3 {
    gap: 1rem !important;
  }
  .md\:gap-4 {
    gap: 1.5rem !important;
  }
  .md\:gap-5 {
    gap: 2rem !important;
  }
  .md\:gap-6 {
    gap: 3rem !important;
  }
  .md\:gap-7 {
    gap: 4rem !important;
  }
  .md\:gap-8 {
    gap: 5rem !important;
  }
  .md\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .md\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .md\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .md\:row-gap-3 {
    row-gap: 1rem !important;
  }
  .md\:row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .md\:row-gap-5 {
    row-gap: 2rem !important;
  }
  .md\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .md\:row-gap-7 {
    row-gap: 4rem !important;
  }
  .md\:row-gap-8 {
    row-gap: 5rem !important;
  }
  .md\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .md\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .md\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .md\:column-gap-3 {
    column-gap: 1rem !important;
  }
  .md\:column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .md\:column-gap-5 {
    column-gap: 2rem !important;
  }
  .md\:column-gap-6 {
    column-gap: 3rem !important;
  }
  .md\:column-gap-7 {
    column-gap: 4rem !important;
  }
  .md\:column-gap-8 {
    column-gap: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:gap-0 {
    gap: 0rem !important;
  }
  .lg\:gap-1 {
    gap: 0.25rem !important;
  }
  .lg\:gap-2 {
    gap: 0.5rem !important;
  }
  .lg\:gap-3 {
    gap: 1rem !important;
  }
  .lg\:gap-4 {
    gap: 1.5rem !important;
  }
  .lg\:gap-5 {
    gap: 2rem !important;
  }
  .lg\:gap-6 {
    gap: 3rem !important;
  }
  .lg\:gap-7 {
    gap: 4rem !important;
  }
  .lg\:gap-8 {
    gap: 5rem !important;
  }
  .lg\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .lg\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .lg\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .lg\:row-gap-3 {
    row-gap: 1rem !important;
  }
  .lg\:row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .lg\:row-gap-5 {
    row-gap: 2rem !important;
  }
  .lg\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .lg\:row-gap-7 {
    row-gap: 4rem !important;
  }
  .lg\:row-gap-8 {
    row-gap: 5rem !important;
  }
  .lg\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .lg\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .lg\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .lg\:column-gap-3 {
    column-gap: 1rem !important;
  }
  .lg\:column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .lg\:column-gap-5 {
    column-gap: 2rem !important;
  }
  .lg\:column-gap-6 {
    column-gap: 3rem !important;
  }
  .lg\:column-gap-7 {
    column-gap: 4rem !important;
  }
  .lg\:column-gap-8 {
    column-gap: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:gap-0 {
    gap: 0rem !important;
  }
  .xl\:gap-1 {
    gap: 0.25rem !important;
  }
  .xl\:gap-2 {
    gap: 0.5rem !important;
  }
  .xl\:gap-3 {
    gap: 1rem !important;
  }
  .xl\:gap-4 {
    gap: 1.5rem !important;
  }
  .xl\:gap-5 {
    gap: 2rem !important;
  }
  .xl\:gap-6 {
    gap: 3rem !important;
  }
  .xl\:gap-7 {
    gap: 4rem !important;
  }
  .xl\:gap-8 {
    gap: 5rem !important;
  }
  .xl\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .xl\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .xl\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .xl\:row-gap-3 {
    row-gap: 1rem !important;
  }
  .xl\:row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .xl\:row-gap-5 {
    row-gap: 2rem !important;
  }
  .xl\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .xl\:row-gap-7 {
    row-gap: 4rem !important;
  }
  .xl\:row-gap-8 {
    row-gap: 5rem !important;
  }
  .xl\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .xl\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .xl\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .xl\:column-gap-3 {
    column-gap: 1rem !important;
  }
  .xl\:column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .xl\:column-gap-5 {
    column-gap: 2rem !important;
  }
  .xl\:column-gap-6 {
    column-gap: 3rem !important;
  }
  .xl\:column-gap-7 {
    column-gap: 4rem !important;
  }
  .xl\:column-gap-8 {
    column-gap: 5rem !important;
  }
}
.p-0 {
  padding: 0rem !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 2rem !important;
}
.p-6 {
  padding: 3rem !important;
}
.p-7 {
  padding: 4rem !important;
}
.p-8 {
  padding: 5rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 2rem !important;
}
.pt-6 {
  padding-top: 3rem !important;
}
.pt-7 {
  padding-top: 4rem !important;
}
.pt-8 {
  padding-top: 5rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pr-5 {
  padding-right: 2rem !important;
}
.pr-6 {
  padding-right: 3rem !important;
}
.pr-7 {
  padding-right: 4rem !important;
}
.pr-8 {
  padding-right: 5rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.pl-5 {
  padding-left: 2rem !important;
}
.pl-6 {
  padding-left: 3rem !important;
}
.pl-7 {
  padding-left: 4rem !important;
}
.pl-8 {
  padding-left: 5rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 2rem !important;
}
.pb-6 {
  padding-bottom: 3rem !important;
}
.pb-7 {
  padding-bottom: 4rem !important;
}
.pb-8 {
  padding-bottom: 5rem !important;
}
.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-7 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-8 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-8 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
@media screen and (min-width: 576px) {
  .sm\:p-0 {
    padding: 0rem !important;
  }
  .sm\:p-1 {
    padding: 0.25rem !important;
  }
  .sm\:p-2 {
    padding: 0.5rem !important;
  }
  .sm\:p-3 {
    padding: 1rem !important;
  }
  .sm\:p-4 {
    padding: 1.5rem !important;
  }
  .sm\:p-5 {
    padding: 2rem !important;
  }
  .sm\:p-6 {
    padding: 3rem !important;
  }
  .sm\:p-7 {
    padding: 4rem !important;
  }
  .sm\:p-8 {
    padding: 5rem !important;
  }
  .sm\:pt-0 {
    padding-top: 0rem !important;
  }
  .sm\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .sm\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .sm\:pt-3 {
    padding-top: 1rem !important;
  }
  .sm\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .sm\:pt-5 {
    padding-top: 2rem !important;
  }
  .sm\:pt-6 {
    padding-top: 3rem !important;
  }
  .sm\:pt-7 {
    padding-top: 4rem !important;
  }
  .sm\:pt-8 {
    padding-top: 5rem !important;
  }
  .sm\:pr-0 {
    padding-right: 0rem !important;
  }
  .sm\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .sm\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .sm\:pr-3 {
    padding-right: 1rem !important;
  }
  .sm\:pr-4 {
    padding-right: 1.5rem !important;
  }
  .sm\:pr-5 {
    padding-right: 2rem !important;
  }
  .sm\:pr-6 {
    padding-right: 3rem !important;
  }
  .sm\:pr-7 {
    padding-right: 4rem !important;
  }
  .sm\:pr-8 {
    padding-right: 5rem !important;
  }
  .sm\:pl-0 {
    padding-left: 0rem !important;
  }
  .sm\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .sm\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .sm\:pl-3 {
    padding-left: 1rem !important;
  }
  .sm\:pl-4 {
    padding-left: 1.5rem !important;
  }
  .sm\:pl-5 {
    padding-left: 2rem !important;
  }
  .sm\:pl-6 {
    padding-left: 3rem !important;
  }
  .sm\:pl-7 {
    padding-left: 4rem !important;
  }
  .sm\:pl-8 {
    padding-left: 5rem !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .sm\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .sm\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:pb-5 {
    padding-bottom: 2rem !important;
  }
  .sm\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .sm\:pb-7 {
    padding-bottom: 4rem !important;
  }
  .sm\:pb-8 {
    padding-bottom: 5rem !important;
  }
  .sm\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .sm\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .sm\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .sm\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .sm\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .sm\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .sm\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sm\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .sm\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sm\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sm\:py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .sm\:py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:p-0 {
    padding: 0rem !important;
  }
  .md\:p-1 {
    padding: 0.25rem !important;
  }
  .md\:p-2 {
    padding: 0.5rem !important;
  }
  .md\:p-3 {
    padding: 1rem !important;
  }
  .md\:p-4 {
    padding: 1.5rem !important;
  }
  .md\:p-5 {
    padding: 2rem !important;
  }
  .md\:p-6 {
    padding: 3rem !important;
  }
  .md\:p-7 {
    padding: 4rem !important;
  }
  .md\:p-8 {
    padding: 5rem !important;
  }
  .md\:pt-0 {
    padding-top: 0rem !important;
  }
  .md\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .md\:pt-3 {
    padding-top: 1rem !important;
  }
  .md\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .md\:pt-5 {
    padding-top: 2rem !important;
  }
  .md\:pt-6 {
    padding-top: 3rem !important;
  }
  .md\:pt-7 {
    padding-top: 4rem !important;
  }
  .md\:pt-8 {
    padding-top: 5rem !important;
  }
  .md\:pr-0 {
    padding-right: 0rem !important;
  }
  .md\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .md\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .md\:pr-3 {
    padding-right: 1rem !important;
  }
  .md\:pr-4 {
    padding-right: 1.5rem !important;
  }
  .md\:pr-5 {
    padding-right: 2rem !important;
  }
  .md\:pr-6 {
    padding-right: 3rem !important;
  }
  .md\:pr-7 {
    padding-right: 4rem !important;
  }
  .md\:pr-8 {
    padding-right: 5rem !important;
  }
  .md\:pl-0 {
    padding-left: 0rem !important;
  }
  .md\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .md\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .md\:pl-3 {
    padding-left: 1rem !important;
  }
  .md\:pl-4 {
    padding-left: 1.5rem !important;
  }
  .md\:pl-5 {
    padding-left: 2rem !important;
  }
  .md\:pl-6 {
    padding-left: 3rem !important;
  }
  .md\:pl-7 {
    padding-left: 4rem !important;
  }
  .md\:pl-8 {
    padding-left: 5rem !important;
  }
  .md\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .md\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .md\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .md\:pb-5 {
    padding-bottom: 2rem !important;
  }
  .md\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .md\:pb-7 {
    padding-bottom: 4rem !important;
  }
  .md\:pb-8 {
    padding-bottom: 5rem !important;
  }
  .md\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .md\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .md\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .md\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .md\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .md\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .md\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .md\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .md\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .md\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .md\:py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .md\:py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:p-0 {
    padding: 0rem !important;
  }
  .lg\:p-1 {
    padding: 0.25rem !important;
  }
  .lg\:p-2 {
    padding: 0.5rem !important;
  }
  .lg\:p-3 {
    padding: 1rem !important;
  }
  .lg\:p-4 {
    padding: 1.5rem !important;
  }
  .lg\:p-5 {
    padding: 2rem !important;
  }
  .lg\:p-6 {
    padding: 3rem !important;
  }
  .lg\:p-7 {
    padding: 4rem !important;
  }
  .lg\:p-8 {
    padding: 5rem !important;
  }
  .lg\:pt-0 {
    padding-top: 0rem !important;
  }
  .lg\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .lg\:pt-3 {
    padding-top: 1rem !important;
  }
  .lg\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .lg\:pt-5 {
    padding-top: 2rem !important;
  }
  .lg\:pt-6 {
    padding-top: 3rem !important;
  }
  .lg\:pt-7 {
    padding-top: 4rem !important;
  }
  .lg\:pt-8 {
    padding-top: 5rem !important;
  }
  .lg\:pr-0 {
    padding-right: 0rem !important;
  }
  .lg\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .lg\:pr-3 {
    padding-right: 1rem !important;
  }
  .lg\:pr-4 {
    padding-right: 1.5rem !important;
  }
  .lg\:pr-5 {
    padding-right: 2rem !important;
  }
  .lg\:pr-6 {
    padding-right: 3rem !important;
  }
  .lg\:pr-7 {
    padding-right: 4rem !important;
  }
  .lg\:pr-8 {
    padding-right: 5rem !important;
  }
  .lg\:pl-0 {
    padding-left: 0rem !important;
  }
  .lg\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .lg\:pl-3 {
    padding-left: 1rem !important;
  }
  .lg\:pl-4 {
    padding-left: 1.5rem !important;
  }
  .lg\:pl-5 {
    padding-left: 2rem !important;
  }
  .lg\:pl-6 {
    padding-left: 3rem !important;
  }
  .lg\:pl-7 {
    padding-left: 4rem !important;
  }
  .lg\:pl-8 {
    padding-left: 5rem !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .lg\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .lg\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .lg\:pb-5 {
    padding-bottom: 2rem !important;
  }
  .lg\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .lg\:pb-7 {
    padding-bottom: 4rem !important;
  }
  .lg\:pb-8 {
    padding-bottom: 5rem !important;
  }
  .lg\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .lg\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .lg\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .lg\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .lg\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .lg\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .lg\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .lg\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .lg\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .lg\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .lg\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .lg\:py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .lg\:py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:p-0 {
    padding: 0rem !important;
  }
  .xl\:p-1 {
    padding: 0.25rem !important;
  }
  .xl\:p-2 {
    padding: 0.5rem !important;
  }
  .xl\:p-3 {
    padding: 1rem !important;
  }
  .xl\:p-4 {
    padding: 1.5rem !important;
  }
  .xl\:p-5 {
    padding: 2rem !important;
  }
  .xl\:p-6 {
    padding: 3rem !important;
  }
  .xl\:p-7 {
    padding: 4rem !important;
  }
  .xl\:p-8 {
    padding: 5rem !important;
  }
  .xl\:pt-0 {
    padding-top: 0rem !important;
  }
  .xl\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .xl\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .xl\:pt-3 {
    padding-top: 1rem !important;
  }
  .xl\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .xl\:pt-5 {
    padding-top: 2rem !important;
  }
  .xl\:pt-6 {
    padding-top: 3rem !important;
  }
  .xl\:pt-7 {
    padding-top: 4rem !important;
  }
  .xl\:pt-8 {
    padding-top: 5rem !important;
  }
  .xl\:pr-0 {
    padding-right: 0rem !important;
  }
  .xl\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .xl\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .xl\:pr-3 {
    padding-right: 1rem !important;
  }
  .xl\:pr-4 {
    padding-right: 1.5rem !important;
  }
  .xl\:pr-5 {
    padding-right: 2rem !important;
  }
  .xl\:pr-6 {
    padding-right: 3rem !important;
  }
  .xl\:pr-7 {
    padding-right: 4rem !important;
  }
  .xl\:pr-8 {
    padding-right: 5rem !important;
  }
  .xl\:pl-0 {
    padding-left: 0rem !important;
  }
  .xl\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .xl\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .xl\:pl-3 {
    padding-left: 1rem !important;
  }
  .xl\:pl-4 {
    padding-left: 1.5rem !important;
  }
  .xl\:pl-5 {
    padding-left: 2rem !important;
  }
  .xl\:pl-6 {
    padding-left: 3rem !important;
  }
  .xl\:pl-7 {
    padding-left: 4rem !important;
  }
  .xl\:pl-8 {
    padding-left: 5rem !important;
  }
  .xl\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .xl\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .xl\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .xl\:pb-5 {
    padding-bottom: 2rem !important;
  }
  .xl\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .xl\:pb-7 {
    padding-bottom: 4rem !important;
  }
  .xl\:pb-8 {
    padding-bottom: 5rem !important;
  }
  .xl\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .xl\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .xl\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .xl\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .xl\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .xl\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .xl\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .xl\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xl\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xl\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xl\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .xl\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xl\:py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xl\:py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.m-0 {
  margin: 0rem !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 2rem !important;
}
.m-6 {
  margin: 3rem !important;
}
.m-7 {
  margin: 4rem !important;
}
.m-8 {
  margin: 5rem !important;
}
.-m-1 {
  margin: -0.25rem !important;
}
.-m-2 {
  margin: -0.5rem !important;
}
.-m-3 {
  margin: -1rem !important;
}
.-m-4 {
  margin: -1.5rem !important;
}
.-m-5 {
  margin: -2rem !important;
}
.-m-6 {
  margin: -3rem !important;
}
.-m-7 {
  margin: -4rem !important;
}
.-m-8 {
  margin: -5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 2rem !important;
}
.mt-6 {
  margin-top: 3rem !important;
}
.mt-7 {
  margin-top: 4rem !important;
}
.mt-8 {
  margin-top: 5rem !important;
}
.-mt-1 {
  margin-top: -0.25rem !important;
}
.-mt-2 {
  margin-top: -0.5rem !important;
}
.-mt-3 {
  margin-top: -1rem !important;
}
.-mt-4 {
  margin-top: -1.5rem !important;
}
.-mt-5 {
  margin-top: -2rem !important;
}
.-mt-6 {
  margin-top: -3rem !important;
}
.-mt-7 {
  margin-top: -4rem !important;
}
.-mt-8 {
  margin-top: -5rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-0 {
  margin-right: 0rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mr-5 {
  margin-right: 2rem !important;
}
.mr-6 {
  margin-right: 3rem !important;
}
.mr-7 {
  margin-right: 4rem !important;
}
.mr-8 {
  margin-right: 5rem !important;
}
.-mr-1 {
  margin-right: -0.25rem !important;
}
.-mr-2 {
  margin-right: -0.5rem !important;
}
.-mr-3 {
  margin-right: -1rem !important;
}
.-mr-4 {
  margin-right: -1.5rem !important;
}
.-mr-5 {
  margin-right: -2rem !important;
}
.-mr-6 {
  margin-right: -3rem !important;
}
.-mr-7 {
  margin-right: -4rem !important;
}
.-mr-8 {
  margin-right: -5rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.ml-5 {
  margin-left: 2rem !important;
}
.ml-6 {
  margin-left: 3rem !important;
}
.ml-7 {
  margin-left: 4rem !important;
}
.ml-8 {
  margin-left: 5rem !important;
}
.-ml-1 {
  margin-left: -0.25rem !important;
}
.-ml-2 {
  margin-left: -0.5rem !important;
}
.-ml-3 {
  margin-left: -1rem !important;
}
.-ml-4 {
  margin-left: -1.5rem !important;
}
.-ml-5 {
  margin-left: -2rem !important;
}
.-ml-6 {
  margin-left: -3rem !important;
}
.-ml-7 {
  margin-left: -4rem !important;
}
.-ml-8 {
  margin-left: -5rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 2rem !important;
}
.mb-6 {
  margin-bottom: 3rem !important;
}
.mb-7 {
  margin-bottom: 4rem !important;
}
.mb-8 {
  margin-bottom: 5rem !important;
}
.-mb-1 {
  margin-bottom: -0.25rem !important;
}
.-mb-2 {
  margin-bottom: -0.5rem !important;
}
.-mb-3 {
  margin-bottom: -1rem !important;
}
.-mb-4 {
  margin-bottom: -1.5rem !important;
}
.-mb-5 {
  margin-bottom: -2rem !important;
}
.-mb-6 {
  margin-bottom: -3rem !important;
}
.-mb-7 {
  margin-bottom: -4rem !important;
}
.-mb-8 {
  margin-bottom: -5rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-7 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mx-8 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}
.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.-mx-3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.-mx-4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.-mx-5 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}
.-mx-6 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}
.-mx-7 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}
.-mx-8 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-8 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.-my-3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.-my-4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.-my-5 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.-my-6 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.-my-7 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}
.-my-8 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media screen and (min-width: 576px) {
  .sm\:m-0 {
    margin: 0rem !important;
  }
  .sm\:m-1 {
    margin: 0.25rem !important;
  }
  .sm\:m-2 {
    margin: 0.5rem !important;
  }
  .sm\:m-3 {
    margin: 1rem !important;
  }
  .sm\:m-4 {
    margin: 1.5rem !important;
  }
  .sm\:m-5 {
    margin: 2rem !important;
  }
  .sm\:m-6 {
    margin: 3rem !important;
  }
  .sm\:m-7 {
    margin: 4rem !important;
  }
  .sm\:m-8 {
    margin: 5rem !important;
  }
  .sm\:-m-1 {
    margin: -0.25rem !important;
  }
  .sm\:-m-2 {
    margin: -0.5rem !important;
  }
  .sm\:-m-3 {
    margin: -1rem !important;
  }
  .sm\:-m-4 {
    margin: -1.5rem !important;
  }
  .sm\:-m-5 {
    margin: -2rem !important;
  }
  .sm\:-m-6 {
    margin: -3rem !important;
  }
  .sm\:-m-7 {
    margin: -4rem !important;
  }
  .sm\:-m-8 {
    margin: -5rem !important;
  }
  .sm\:m-auto {
    margin: auto !important;
  }
  .sm\:mt-0 {
    margin-top: 0rem !important;
  }
  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .sm\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .sm\:mt-3 {
    margin-top: 1rem !important;
  }
  .sm\:mt-4 {
    margin-top: 1.5rem !important;
  }
  .sm\:mt-5 {
    margin-top: 2rem !important;
  }
  .sm\:mt-6 {
    margin-top: 3rem !important;
  }
  .sm\:mt-7 {
    margin-top: 4rem !important;
  }
  .sm\:mt-8 {
    margin-top: 5rem !important;
  }
  .sm\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .sm\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .sm\:-mt-3 {
    margin-top: -1rem !important;
  }
  .sm\:-mt-4 {
    margin-top: -1.5rem !important;
  }
  .sm\:-mt-5 {
    margin-top: -2rem !important;
  }
  .sm\:-mt-6 {
    margin-top: -3rem !important;
  }
  .sm\:-mt-7 {
    margin-top: -4rem !important;
  }
  .sm\:-mt-8 {
    margin-top: -5rem !important;
  }
  .sm\:mt-auto {
    margin-top: auto !important;
  }
  .sm\:mr-0 {
    margin-right: 0rem !important;
  }
  .sm\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .sm\:mr-3 {
    margin-right: 1rem !important;
  }
  .sm\:mr-4 {
    margin-right: 1.5rem !important;
  }
  .sm\:mr-5 {
    margin-right: 2rem !important;
  }
  .sm\:mr-6 {
    margin-right: 3rem !important;
  }
  .sm\:mr-7 {
    margin-right: 4rem !important;
  }
  .sm\:mr-8 {
    margin-right: 5rem !important;
  }
  .sm\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .sm\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .sm\:-mr-3 {
    margin-right: -1rem !important;
  }
  .sm\:-mr-4 {
    margin-right: -1.5rem !important;
  }
  .sm\:-mr-5 {
    margin-right: -2rem !important;
  }
  .sm\:-mr-6 {
    margin-right: -3rem !important;
  }
  .sm\:-mr-7 {
    margin-right: -4rem !important;
  }
  .sm\:-mr-8 {
    margin-right: -5rem !important;
  }
  .sm\:mr-auto {
    margin-right: auto !important;
  }
  .sm\:ml-0 {
    margin-left: 0rem !important;
  }
  .sm\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .sm\:ml-3 {
    margin-left: 1rem !important;
  }
  .sm\:ml-4 {
    margin-left: 1.5rem !important;
  }
  .sm\:ml-5 {
    margin-left: 2rem !important;
  }
  .sm\:ml-6 {
    margin-left: 3rem !important;
  }
  .sm\:ml-7 {
    margin-left: 4rem !important;
  }
  .sm\:ml-8 {
    margin-left: 5rem !important;
  }
  .sm\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .sm\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .sm\:-ml-3 {
    margin-left: -1rem !important;
  }
  .sm\:-ml-4 {
    margin-left: -1.5rem !important;
  }
  .sm\:-ml-5 {
    margin-left: -2rem !important;
  }
  .sm\:-ml-6 {
    margin-left: -3rem !important;
  }
  .sm\:-ml-7 {
    margin-left: -4rem !important;
  }
  .sm\:-ml-8 {
    margin-left: -5rem !important;
  }
  .sm\:ml-auto {
    margin-left: auto !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .sm\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .sm\:mb-3 {
    margin-bottom: 1rem !important;
  }
  .sm\:mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:mb-5 {
    margin-bottom: 2rem !important;
  }
  .sm\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .sm\:mb-7 {
    margin-bottom: 4rem !important;
  }
  .sm\:mb-8 {
    margin-bottom: 5rem !important;
  }
  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .sm\:-mb-3 {
    margin-bottom: -1rem !important;
  }
  .sm\:-mb-4 {
    margin-bottom: -1.5rem !important;
  }
  .sm\:-mb-5 {
    margin-bottom: -2rem !important;
  }
  .sm\:-mb-6 {
    margin-bottom: -3rem !important;
  }
  .sm\:-mb-7 {
    margin-bottom: -4rem !important;
  }
  .sm\:-mb-8 {
    margin-bottom: -5rem !important;
  }
  .sm\:mb-auto {
    margin-bottom: auto !important;
  }
  .sm\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .sm\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .sm\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .sm\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .sm\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .sm\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .sm\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .sm\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .sm\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .sm\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .sm\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .sm\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .sm\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .sm\:my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .sm\:my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .sm\:my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .sm\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .sm\:my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .sm\:my-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .sm\:-my-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .sm\:-my-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .sm\:-my-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .sm\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .sm\:-my-7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .sm\:-my-8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:m-0 {
    margin: 0rem !important;
  }
  .md\:m-1 {
    margin: 0.25rem !important;
  }
  .md\:m-2 {
    margin: 0.5rem !important;
  }
  .md\:m-3 {
    margin: 1rem !important;
  }
  .md\:m-4 {
    margin: 1.5rem !important;
  }
  .md\:m-5 {
    margin: 2rem !important;
  }
  .md\:m-6 {
    margin: 3rem !important;
  }
  .md\:m-7 {
    margin: 4rem !important;
  }
  .md\:m-8 {
    margin: 5rem !important;
  }
  .md\:-m-1 {
    margin: -0.25rem !important;
  }
  .md\:-m-2 {
    margin: -0.5rem !important;
  }
  .md\:-m-3 {
    margin: -1rem !important;
  }
  .md\:-m-4 {
    margin: -1.5rem !important;
  }
  .md\:-m-5 {
    margin: -2rem !important;
  }
  .md\:-m-6 {
    margin: -3rem !important;
  }
  .md\:-m-7 {
    margin: -4rem !important;
  }
  .md\:-m-8 {
    margin: -5rem !important;
  }
  .md\:m-auto {
    margin: auto !important;
  }
  .md\:mt-0 {
    margin-top: 0rem !important;
  }
  .md\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .md\:mt-3 {
    margin-top: 1rem !important;
  }
  .md\:mt-4 {
    margin-top: 1.5rem !important;
  }
  .md\:mt-5 {
    margin-top: 2rem !important;
  }
  .md\:mt-6 {
    margin-top: 3rem !important;
  }
  .md\:mt-7 {
    margin-top: 4rem !important;
  }
  .md\:mt-8 {
    margin-top: 5rem !important;
  }
  .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .md\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .md\:-mt-3 {
    margin-top: -1rem !important;
  }
  .md\:-mt-4 {
    margin-top: -1.5rem !important;
  }
  .md\:-mt-5 {
    margin-top: -2rem !important;
  }
  .md\:-mt-6 {
    margin-top: -3rem !important;
  }
  .md\:-mt-7 {
    margin-top: -4rem !important;
  }
  .md\:-mt-8 {
    margin-top: -5rem !important;
  }
  .md\:mt-auto {
    margin-top: auto !important;
  }
  .md\:mr-0 {
    margin-right: 0rem !important;
  }
  .md\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .md\:mr-3 {
    margin-right: 1rem !important;
  }
  .md\:mr-4 {
    margin-right: 1.5rem !important;
  }
  .md\:mr-5 {
    margin-right: 2rem !important;
  }
  .md\:mr-6 {
    margin-right: 3rem !important;
  }
  .md\:mr-7 {
    margin-right: 4rem !important;
  }
  .md\:mr-8 {
    margin-right: 5rem !important;
  }
  .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .md\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .md\:-mr-3 {
    margin-right: -1rem !important;
  }
  .md\:-mr-4 {
    margin-right: -1.5rem !important;
  }
  .md\:-mr-5 {
    margin-right: -2rem !important;
  }
  .md\:-mr-6 {
    margin-right: -3rem !important;
  }
  .md\:-mr-7 {
    margin-right: -4rem !important;
  }
  .md\:-mr-8 {
    margin-right: -5rem !important;
  }
  .md\:mr-auto {
    margin-right: auto !important;
  }
  .md\:ml-0 {
    margin-left: 0rem !important;
  }
  .md\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .md\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .md\:ml-3 {
    margin-left: 1rem !important;
  }
  .md\:ml-4 {
    margin-left: 1.5rem !important;
  }
  .md\:ml-5 {
    margin-left: 2rem !important;
  }
  .md\:ml-6 {
    margin-left: 3rem !important;
  }
  .md\:ml-7 {
    margin-left: 4rem !important;
  }
  .md\:ml-8 {
    margin-left: 5rem !important;
  }
  .md\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .md\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .md\:-ml-3 {
    margin-left: -1rem !important;
  }
  .md\:-ml-4 {
    margin-left: -1.5rem !important;
  }
  .md\:-ml-5 {
    margin-left: -2rem !important;
  }
  .md\:-ml-6 {
    margin-left: -3rem !important;
  }
  .md\:-ml-7 {
    margin-left: -4rem !important;
  }
  .md\:-ml-8 {
    margin-left: -5rem !important;
  }
  .md\:ml-auto {
    margin-left: auto !important;
  }
  .md\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .md\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .md\:mb-3 {
    margin-bottom: 1rem !important;
  }
  .md\:mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .md\:mb-5 {
    margin-bottom: 2rem !important;
  }
  .md\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .md\:mb-7 {
    margin-bottom: 4rem !important;
  }
  .md\:mb-8 {
    margin-bottom: 5rem !important;
  }
  .md\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .md\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .md\:-mb-3 {
    margin-bottom: -1rem !important;
  }
  .md\:-mb-4 {
    margin-bottom: -1.5rem !important;
  }
  .md\:-mb-5 {
    margin-bottom: -2rem !important;
  }
  .md\:-mb-6 {
    margin-bottom: -3rem !important;
  }
  .md\:-mb-7 {
    margin-bottom: -4rem !important;
  }
  .md\:-mb-8 {
    margin-bottom: -5rem !important;
  }
  .md\:mb-auto {
    margin-bottom: auto !important;
  }
  .md\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .md\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .md\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .md\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .md\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .md\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .md\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .md\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .md\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .md\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .md\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .md\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .md\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .md\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .md\:my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .md\:my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .md\:my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .md\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .md\:my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .md\:my-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .md\:-my-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .md\:-my-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .md\:-my-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .md\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .md\:-my-7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .md\:-my-8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:m-0 {
    margin: 0rem !important;
  }
  .lg\:m-1 {
    margin: 0.25rem !important;
  }
  .lg\:m-2 {
    margin: 0.5rem !important;
  }
  .lg\:m-3 {
    margin: 1rem !important;
  }
  .lg\:m-4 {
    margin: 1.5rem !important;
  }
  .lg\:m-5 {
    margin: 2rem !important;
  }
  .lg\:m-6 {
    margin: 3rem !important;
  }
  .lg\:m-7 {
    margin: 4rem !important;
  }
  .lg\:m-8 {
    margin: 5rem !important;
  }
  .lg\:-m-1 {
    margin: -0.25rem !important;
  }
  .lg\:-m-2 {
    margin: -0.5rem !important;
  }
  .lg\:-m-3 {
    margin: -1rem !important;
  }
  .lg\:-m-4 {
    margin: -1.5rem !important;
  }
  .lg\:-m-5 {
    margin: -2rem !important;
  }
  .lg\:-m-6 {
    margin: -3rem !important;
  }
  .lg\:-m-7 {
    margin: -4rem !important;
  }
  .lg\:-m-8 {
    margin: -5rem !important;
  }
  .lg\:m-auto {
    margin: auto !important;
  }
  .lg\:mt-0 {
    margin-top: 0rem !important;
  }
  .lg\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .lg\:mt-3 {
    margin-top: 1rem !important;
  }
  .lg\:mt-4 {
    margin-top: 1.5rem !important;
  }
  .lg\:mt-5 {
    margin-top: 2rem !important;
  }
  .lg\:mt-6 {
    margin-top: 3rem !important;
  }
  .lg\:mt-7 {
    margin-top: 4rem !important;
  }
  .lg\:mt-8 {
    margin-top: 5rem !important;
  }
  .lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .lg\:-mt-3 {
    margin-top: -1rem !important;
  }
  .lg\:-mt-4 {
    margin-top: -1.5rem !important;
  }
  .lg\:-mt-5 {
    margin-top: -2rem !important;
  }
  .lg\:-mt-6 {
    margin-top: -3rem !important;
  }
  .lg\:-mt-7 {
    margin-top: -4rem !important;
  }
  .lg\:-mt-8 {
    margin-top: -5rem !important;
  }
  .lg\:mt-auto {
    margin-top: auto !important;
  }
  .lg\:mr-0 {
    margin-right: 0rem !important;
  }
  .lg\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .lg\:mr-3 {
    margin-right: 1rem !important;
  }
  .lg\:mr-4 {
    margin-right: 1.5rem !important;
  }
  .lg\:mr-5 {
    margin-right: 2rem !important;
  }
  .lg\:mr-6 {
    margin-right: 3rem !important;
  }
  .lg\:mr-7 {
    margin-right: 4rem !important;
  }
  .lg\:mr-8 {
    margin-right: 5rem !important;
  }
  .lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .lg\:-mr-3 {
    margin-right: -1rem !important;
  }
  .lg\:-mr-4 {
    margin-right: -1.5rem !important;
  }
  .lg\:-mr-5 {
    margin-right: -2rem !important;
  }
  .lg\:-mr-6 {
    margin-right: -3rem !important;
  }
  .lg\:-mr-7 {
    margin-right: -4rem !important;
  }
  .lg\:-mr-8 {
    margin-right: -5rem !important;
  }
  .lg\:mr-auto {
    margin-right: auto !important;
  }
  .lg\:ml-0 {
    margin-left: 0rem !important;
  }
  .lg\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .lg\:ml-3 {
    margin-left: 1rem !important;
  }
  .lg\:ml-4 {
    margin-left: 1.5rem !important;
  }
  .lg\:ml-5 {
    margin-left: 2rem !important;
  }
  .lg\:ml-6 {
    margin-left: 3rem !important;
  }
  .lg\:ml-7 {
    margin-left: 4rem !important;
  }
  .lg\:ml-8 {
    margin-left: 5rem !important;
  }
  .lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .lg\:-ml-3 {
    margin-left: -1rem !important;
  }
  .lg\:-ml-4 {
    margin-left: -1.5rem !important;
  }
  .lg\:-ml-5 {
    margin-left: -2rem !important;
  }
  .lg\:-ml-6 {
    margin-left: -3rem !important;
  }
  .lg\:-ml-7 {
    margin-left: -4rem !important;
  }
  .lg\:-ml-8 {
    margin-left: -5rem !important;
  }
  .lg\:ml-auto {
    margin-left: auto !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .lg\:mb-3 {
    margin-bottom: 1rem !important;
  }
  .lg\:mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .lg\:mb-5 {
    margin-bottom: 2rem !important;
  }
  .lg\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .lg\:mb-7 {
    margin-bottom: 4rem !important;
  }
  .lg\:mb-8 {
    margin-bottom: 5rem !important;
  }
  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .lg\:-mb-3 {
    margin-bottom: -1rem !important;
  }
  .lg\:-mb-4 {
    margin-bottom: -1.5rem !important;
  }
  .lg\:-mb-5 {
    margin-bottom: -2rem !important;
  }
  .lg\:-mb-6 {
    margin-bottom: -3rem !important;
  }
  .lg\:-mb-7 {
    margin-bottom: -4rem !important;
  }
  .lg\:-mb-8 {
    margin-bottom: -5rem !important;
  }
  .lg\:mb-auto {
    margin-bottom: auto !important;
  }
  .lg\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .lg\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .lg\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .lg\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .lg\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .lg\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .lg\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .lg\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .lg\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .lg\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .lg\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .lg\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .lg\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lg\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .lg\:my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .lg\:my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .lg\:my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .lg\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .lg\:my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .lg\:my-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .lg\:-my-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .lg\:-my-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .lg\:-my-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .lg\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .lg\:-my-7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .lg\:-my-8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:m-0 {
    margin: 0rem !important;
  }
  .xl\:m-1 {
    margin: 0.25rem !important;
  }
  .xl\:m-2 {
    margin: 0.5rem !important;
  }
  .xl\:m-3 {
    margin: 1rem !important;
  }
  .xl\:m-4 {
    margin: 1.5rem !important;
  }
  .xl\:m-5 {
    margin: 2rem !important;
  }
  .xl\:m-6 {
    margin: 3rem !important;
  }
  .xl\:m-7 {
    margin: 4rem !important;
  }
  .xl\:m-8 {
    margin: 5rem !important;
  }
  .xl\:-m-1 {
    margin: -0.25rem !important;
  }
  .xl\:-m-2 {
    margin: -0.5rem !important;
  }
  .xl\:-m-3 {
    margin: -1rem !important;
  }
  .xl\:-m-4 {
    margin: -1.5rem !important;
  }
  .xl\:-m-5 {
    margin: -2rem !important;
  }
  .xl\:-m-6 {
    margin: -3rem !important;
  }
  .xl\:-m-7 {
    margin: -4rem !important;
  }
  .xl\:-m-8 {
    margin: -5rem !important;
  }
  .xl\:m-auto {
    margin: auto !important;
  }
  .xl\:mt-0 {
    margin-top: 0rem !important;
  }
  .xl\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .xl\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .xl\:mt-3 {
    margin-top: 1rem !important;
  }
  .xl\:mt-4 {
    margin-top: 1.5rem !important;
  }
  .xl\:mt-5 {
    margin-top: 2rem !important;
  }
  .xl\:mt-6 {
    margin-top: 3rem !important;
  }
  .xl\:mt-7 {
    margin-top: 4rem !important;
  }
  .xl\:mt-8 {
    margin-top: 5rem !important;
  }
  .xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .xl\:-mt-3 {
    margin-top: -1rem !important;
  }
  .xl\:-mt-4 {
    margin-top: -1.5rem !important;
  }
  .xl\:-mt-5 {
    margin-top: -2rem !important;
  }
  .xl\:-mt-6 {
    margin-top: -3rem !important;
  }
  .xl\:-mt-7 {
    margin-top: -4rem !important;
  }
  .xl\:-mt-8 {
    margin-top: -5rem !important;
  }
  .xl\:mt-auto {
    margin-top: auto !important;
  }
  .xl\:mr-0 {
    margin-right: 0rem !important;
  }
  .xl\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .xl\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .xl\:mr-3 {
    margin-right: 1rem !important;
  }
  .xl\:mr-4 {
    margin-right: 1.5rem !important;
  }
  .xl\:mr-5 {
    margin-right: 2rem !important;
  }
  .xl\:mr-6 {
    margin-right: 3rem !important;
  }
  .xl\:mr-7 {
    margin-right: 4rem !important;
  }
  .xl\:mr-8 {
    margin-right: 5rem !important;
  }
  .xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .xl\:-mr-3 {
    margin-right: -1rem !important;
  }
  .xl\:-mr-4 {
    margin-right: -1.5rem !important;
  }
  .xl\:-mr-5 {
    margin-right: -2rem !important;
  }
  .xl\:-mr-6 {
    margin-right: -3rem !important;
  }
  .xl\:-mr-7 {
    margin-right: -4rem !important;
  }
  .xl\:-mr-8 {
    margin-right: -5rem !important;
  }
  .xl\:mr-auto {
    margin-right: auto !important;
  }
  .xl\:ml-0 {
    margin-left: 0rem !important;
  }
  .xl\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .xl\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .xl\:ml-3 {
    margin-left: 1rem !important;
  }
  .xl\:ml-4 {
    margin-left: 1.5rem !important;
  }
  .xl\:ml-5 {
    margin-left: 2rem !important;
  }
  .xl\:ml-6 {
    margin-left: 3rem !important;
  }
  .xl\:ml-7 {
    margin-left: 4rem !important;
  }
  .xl\:ml-8 {
    margin-left: 5rem !important;
  }
  .xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .xl\:-ml-3 {
    margin-left: -1rem !important;
  }
  .xl\:-ml-4 {
    margin-left: -1.5rem !important;
  }
  .xl\:-ml-5 {
    margin-left: -2rem !important;
  }
  .xl\:-ml-6 {
    margin-left: -3rem !important;
  }
  .xl\:-ml-7 {
    margin-left: -4rem !important;
  }
  .xl\:-ml-8 {
    margin-left: -5rem !important;
  }
  .xl\:ml-auto {
    margin-left: auto !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .xl\:mb-3 {
    margin-bottom: 1rem !important;
  }
  .xl\:mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .xl\:mb-5 {
    margin-bottom: 2rem !important;
  }
  .xl\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .xl\:mb-7 {
    margin-bottom: 4rem !important;
  }
  .xl\:mb-8 {
    margin-bottom: 5rem !important;
  }
  .xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .xl\:-mb-3 {
    margin-bottom: -1rem !important;
  }
  .xl\:-mb-4 {
    margin-bottom: -1.5rem !important;
  }
  .xl\:-mb-5 {
    margin-bottom: -2rem !important;
  }
  .xl\:-mb-6 {
    margin-bottom: -3rem !important;
  }
  .xl\:-mb-7 {
    margin-bottom: -4rem !important;
  }
  .xl\:-mb-8 {
    margin-bottom: -5rem !important;
  }
  .xl\:mb-auto {
    margin-bottom: auto !important;
  }
  .xl\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .xl\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .xl\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .xl\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .xl\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .xl\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .xl\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .xl\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .xl\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .xl\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .xl\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .xl\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .xl\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xl\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xl\:my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xl\:my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .xl\:my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xl\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xl\:my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xl\:my-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .xl\:-my-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .xl\:-my-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .xl\:-my-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .xl\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .xl\:-my-7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .xl\:-my-8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.shadow-none {
  box-shadow: none !important;
}
.shadow-1 {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.02),
    0px 0px 2px rgba(0, 0, 0, 0.05),
    0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.shadow-2 {
  box-shadow:
    0px 4px 10px rgba(0, 0, 0, 0.03),
    0px 0px 2px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}
.shadow-3 {
  box-shadow:
    0px 1px 8px rgba(0, 0, 0, 0.08),
    0px 3px 4px rgba(0, 0, 0, 0.1),
    0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}
.shadow-4 {
  box-shadow:
    0px 1px 10px rgba(0, 0, 0, 0.12),
    0px 4px 5px rgba(0, 0, 0, 0.14),
    0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
.shadow-5 {
  box-shadow:
    0px 1px 7px rgba(0, 0, 0, 0.1),
    0px 4px 5px -2px rgba(0, 0, 0, 0.12),
    0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}
.shadow-6 {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.06),
    0px 7px 9px rgba(0, 0, 0, 0.12),
    0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}
.shadow-7 {
  box-shadow:
    0px 7px 30px rgba(0, 0, 0, 0.08),
    0px 22px 30px 2px rgba(0, 0, 0, 0.15),
    0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}
.shadow-8 {
  box-shadow:
    0px 9px 46px 8px rgba(0, 0, 0, 0.12),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}
.focus\:shadow-none:focus {
  box-shadow: none !important;
}
.hover\:shadow-none:hover {
  box-shadow: none !important;
}
.active\:shadow-none:active {
  box-shadow: none !important;
}
.focus\:shadow-1:focus {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.02),
    0px 0px 2px rgba(0, 0, 0, 0.05),
    0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.hover\:shadow-1:hover {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.02),
    0px 0px 2px rgba(0, 0, 0, 0.05),
    0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.active\:shadow-1:active {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.02),
    0px 0px 2px rgba(0, 0, 0, 0.05),
    0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.focus\:shadow-2:focus {
  box-shadow:
    0px 4px 10px rgba(0, 0, 0, 0.03),
    0px 0px 2px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}
.hover\:shadow-2:hover {
  box-shadow:
    0px 4px 10px rgba(0, 0, 0, 0.03),
    0px 0px 2px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}
.active\:shadow-2:active {
  box-shadow:
    0px 4px 10px rgba(0, 0, 0, 0.03),
    0px 0px 2px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}
.focus\:shadow-3:focus {
  box-shadow:
    0px 1px 8px rgba(0, 0, 0, 0.08),
    0px 3px 4px rgba(0, 0, 0, 0.1),
    0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}
.hover\:shadow-3:hover {
  box-shadow:
    0px 1px 8px rgba(0, 0, 0, 0.08),
    0px 3px 4px rgba(0, 0, 0, 0.1),
    0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}
.active\:shadow-3:active {
  box-shadow:
    0px 1px 8px rgba(0, 0, 0, 0.08),
    0px 3px 4px rgba(0, 0, 0, 0.1),
    0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}
.focus\:shadow-4:focus {
  box-shadow:
    0px 1px 10px rgba(0, 0, 0, 0.12),
    0px 4px 5px rgba(0, 0, 0, 0.14),
    0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
.hover\:shadow-4:hover {
  box-shadow:
    0px 1px 10px rgba(0, 0, 0, 0.12),
    0px 4px 5px rgba(0, 0, 0, 0.14),
    0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
.active\:shadow-4:active {
  box-shadow:
    0px 1px 10px rgba(0, 0, 0, 0.12),
    0px 4px 5px rgba(0, 0, 0, 0.14),
    0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
.focus\:shadow-5:focus {
  box-shadow:
    0px 1px 7px rgba(0, 0, 0, 0.1),
    0px 4px 5px -2px rgba(0, 0, 0, 0.12),
    0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}
.hover\:shadow-5:hover {
  box-shadow:
    0px 1px 7px rgba(0, 0, 0, 0.1),
    0px 4px 5px -2px rgba(0, 0, 0, 0.12),
    0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}
.active\:shadow-5:active {
  box-shadow:
    0px 1px 7px rgba(0, 0, 0, 0.1),
    0px 4px 5px -2px rgba(0, 0, 0, 0.12),
    0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}
.focus\:shadow-6:focus {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.06),
    0px 7px 9px rgba(0, 0, 0, 0.12),
    0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}
.hover\:shadow-6:hover {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.06),
    0px 7px 9px rgba(0, 0, 0, 0.12),
    0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}
.active\:shadow-6:active {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.06),
    0px 7px 9px rgba(0, 0, 0, 0.12),
    0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}
.focus\:shadow-7:focus {
  box-shadow:
    0px 7px 30px rgba(0, 0, 0, 0.08),
    0px 22px 30px 2px rgba(0, 0, 0, 0.15),
    0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}
.hover\:shadow-7:hover {
  box-shadow:
    0px 7px 30px rgba(0, 0, 0, 0.08),
    0px 22px 30px 2px rgba(0, 0, 0, 0.15),
    0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}
.active\:shadow-7:active {
  box-shadow:
    0px 7px 30px rgba(0, 0, 0, 0.08),
    0px 22px 30px 2px rgba(0, 0, 0, 0.15),
    0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}
.focus\:shadow-8:focus {
  box-shadow:
    0px 9px 46px 8px rgba(0, 0, 0, 0.12),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}
.hover\:shadow-8:hover {
  box-shadow:
    0px 9px 46px 8px rgba(0, 0, 0, 0.12),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}
.active\:shadow-8:active {
  box-shadow:
    0px 9px 46px 8px rgba(0, 0, 0, 0.12),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}
@media screen and (min-width: 576px) {
  .sm\:shadow-none {
    box-shadow: none !important;
  }
  .sm\:shadow-1 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:shadow-2 {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:shadow-3 {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:shadow-4 {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:shadow-5 {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:shadow-6 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:shadow-7 {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:shadow-8 {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .sm\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .sm\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .sm\:focus\:shadow-1:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:hover\:shadow-1:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:active\:shadow-1:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:focus\:shadow-2:focus {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:hover\:shadow-2:hover {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:active\:shadow-2:active {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:focus\:shadow-3:focus {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:hover\:shadow-3:hover {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:active\:shadow-3:active {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:focus\:shadow-4:focus {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:hover\:shadow-4:hover {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:active\:shadow-4:active {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:focus\:shadow-5:focus {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:hover\:shadow-5:hover {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:active\:shadow-5:active {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:focus\:shadow-6:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:hover\:shadow-6:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:active\:shadow-6:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:focus\:shadow-7:focus {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:hover\:shadow-7:hover {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:active\:shadow-7:active {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:focus\:shadow-8:focus {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:hover\:shadow-8:hover {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:active\:shadow-8:active {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:shadow-none {
    box-shadow: none !important;
  }
  .md\:shadow-1 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:shadow-2 {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:shadow-3 {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:shadow-4 {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:shadow-5 {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:shadow-6 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:shadow-7 {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:shadow-8 {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .md\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .md\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .md\:focus\:shadow-1:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:hover\:shadow-1:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:active\:shadow-1:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:focus\:shadow-2:focus {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:hover\:shadow-2:hover {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:active\:shadow-2:active {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:focus\:shadow-3:focus {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:hover\:shadow-3:hover {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:active\:shadow-3:active {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:focus\:shadow-4:focus {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:hover\:shadow-4:hover {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:active\:shadow-4:active {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:focus\:shadow-5:focus {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:hover\:shadow-5:hover {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:active\:shadow-5:active {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:focus\:shadow-6:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:hover\:shadow-6:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:active\:shadow-6:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:focus\:shadow-7:focus {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:hover\:shadow-7:hover {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:active\:shadow-7:active {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:focus\:shadow-8:focus {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:hover\:shadow-8:hover {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:active\:shadow-8:active {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:shadow-none {
    box-shadow: none !important;
  }
  .lg\:shadow-1 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:shadow-2 {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:shadow-3 {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:shadow-4 {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:shadow-5 {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:shadow-6 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:shadow-7 {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:shadow-8 {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .lg\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .lg\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .lg\:focus\:shadow-1:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:hover\:shadow-1:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:active\:shadow-1:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:focus\:shadow-2:focus {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:hover\:shadow-2:hover {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:active\:shadow-2:active {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:focus\:shadow-3:focus {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:hover\:shadow-3:hover {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:active\:shadow-3:active {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:focus\:shadow-4:focus {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:hover\:shadow-4:hover {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:active\:shadow-4:active {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:focus\:shadow-5:focus {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:hover\:shadow-5:hover {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:active\:shadow-5:active {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:focus\:shadow-6:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:hover\:shadow-6:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:active\:shadow-6:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:focus\:shadow-7:focus {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:hover\:shadow-7:hover {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:active\:shadow-7:active {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:focus\:shadow-8:focus {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:hover\:shadow-8:hover {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:active\:shadow-8:active {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:shadow-none {
    box-shadow: none !important;
  }
  .xl\:shadow-1 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:shadow-2 {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:shadow-3 {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:shadow-4 {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:shadow-5 {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:shadow-6 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:shadow-7 {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:shadow-8 {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .xl\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .xl\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .xl\:focus\:shadow-1:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:hover\:shadow-1:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:active\:shadow-1:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:focus\:shadow-2:focus {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:hover\:shadow-2:hover {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:active\:shadow-2:active {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:focus\:shadow-3:focus {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:hover\:shadow-3:hover {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:active\:shadow-3:active {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:focus\:shadow-4:focus {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:hover\:shadow-4:hover {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:active\:shadow-4:active {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:focus\:shadow-5:focus {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:hover\:shadow-5:hover {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:active\:shadow-5:active {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:focus\:shadow-6:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:hover\:shadow-6:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:active\:shadow-6:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:focus\:shadow-7:focus {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:hover\:shadow-7:hover {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:active\:shadow-7:active {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:focus\:shadow-8:focus {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:hover\:shadow-8:hover {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:active\:shadow-8:active {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
}
.border-none {
  border-width: 0px !important;
  border-style: none;
}
.border-1 {
  border-width: 1px !important;
  border-style: solid;
}
.border-2 {
  border-width: 2px !important;
  border-style: solid;
}
.border-3 {
  border-width: 3px !important;
  border-style: solid;
}
.border-top-none {
  border-top-width: 0px !important;
  border-top-style: none;
}
.border-top-1 {
  border-top-width: 1px !important;
  border-top-style: solid;
}
.border-top-2 {
  border-top-width: 2px !important;
  border-top-style: solid;
}
.border-top-3 {
  border-top-width: 3px !important;
  border-top-style: solid;
}
.border-right-none {
  border-right-width: 0px !important;
  border-right-style: none;
}
.border-right-1 {
  border-right-width: 1px !important;
  border-right-style: solid;
}
.border-right-2 {
  border-right-width: 2px !important;
  border-right-style: solid;
}
.border-right-3 {
  border-right-width: 3px !important;
  border-right-style: solid;
}
.border-left-none {
  border-left-width: 0px !important;
  border-left-style: none;
}
.border-left-1 {
  border-left-width: 1px !important;
  border-left-style: solid;
}
.border-left-2 {
  border-left-width: 2px !important;
  border-left-style: solid;
}
.border-left-3 {
  border-left-width: 3px !important;
  border-left-style: solid;
}
.border-bottom-none {
  border-bottom-width: 0px !important;
  border-bottom-style: none;
}
.border-bottom-1 {
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
}
.border-bottom-2 {
  border-bottom-width: 2px !important;
  border-bottom-style: solid;
}
.border-bottom-3 {
  border-bottom-width: 3px !important;
  border-bottom-style: solid;
}
.border-x-none {
  border-left-width: 0px !important;
  border-left-style: none;
  border-right-width: 0px !important;
  border-right-style: none;
}
.border-x-1 {
  border-left-width: 1px !important;
  border-left-style: solid;
  border-right-width: 1px !important;
  border-right-style: solid;
}
.border-x-2 {
  border-left-width: 2px !important;
  border-left-style: solid;
  border-right-width: 2px !important;
  border-right-style: solid;
}
.border-x-3 {
  border-left-width: 3px !important;
  border-left-style: solid;
  border-right-width: 3px !important;
  border-right-style: solid;
}
.border-y-none {
  border-top-width: 0px !important;
  border-top-style: none;
  border-bottom-width: 0px !important;
  border-bottom-style: none;
}
.border-y-1 {
  border-top-width: 1px !important;
  border-top-style: solid;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
}
.border-y-2 {
  border-top-width: 2px !important;
  border-top-style: solid;
  border-bottom-width: 2px !important;
  border-bottom-style: solid;
}
.border-y-3 {
  border-top-width: 3px !important;
  border-top-style: solid;
  border-bottom-width: 3px !important;
  border-bottom-style: solid;
}
@media screen and (min-width: 576px) {
  .sm\:border-none {
    border-width: 0px !important;
    border-style: none;
  }
  .sm\:border-1 {
    border-width: 1px !important;
    border-style: solid;
  }
  .sm\:border-2 {
    border-width: 2px !important;
    border-style: solid;
  }
  .sm\:border-3 {
    border-width: 3px !important;
    border-style: solid;
  }
  .sm\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none;
  }
  .sm\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
  }
  .sm\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
  }
  .sm\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
  }
  .sm\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .sm\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .sm\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .sm\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .sm\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none;
  }
  .sm\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
  }
  .sm\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
  }
  .sm\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
  }
  .sm\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .sm\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .sm\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .sm\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
  .sm\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none;
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .sm\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .sm\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .sm\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .sm\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none;
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .sm\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .sm\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .sm\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
}
@media screen and (min-width: 768px) {
  .md\:border-none {
    border-width: 0px !important;
    border-style: none;
  }
  .md\:border-1 {
    border-width: 1px !important;
    border-style: solid;
  }
  .md\:border-2 {
    border-width: 2px !important;
    border-style: solid;
  }
  .md\:border-3 {
    border-width: 3px !important;
    border-style: solid;
  }
  .md\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none;
  }
  .md\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
  }
  .md\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
  }
  .md\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
  }
  .md\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .md\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .md\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .md\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .md\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none;
  }
  .md\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
  }
  .md\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
  }
  .md\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
  }
  .md\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .md\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .md\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .md\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
  .md\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none;
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .md\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .md\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .md\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .md\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none;
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .md\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .md\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .md\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
}
@media screen and (min-width: 992px) {
  .lg\:border-none {
    border-width: 0px !important;
    border-style: none;
  }
  .lg\:border-1 {
    border-width: 1px !important;
    border-style: solid;
  }
  .lg\:border-2 {
    border-width: 2px !important;
    border-style: solid;
  }
  .lg\:border-3 {
    border-width: 3px !important;
    border-style: solid;
  }
  .lg\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none;
  }
  .lg\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
  }
  .lg\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
  }
  .lg\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
  }
  .lg\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .lg\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .lg\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .lg\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .lg\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none;
  }
  .lg\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
  }
  .lg\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
  }
  .lg\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
  }
  .lg\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .lg\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .lg\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .lg\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
  .lg\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none;
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .lg\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .lg\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .lg\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .lg\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none;
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .lg\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .lg\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .lg\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:border-none {
    border-width: 0px !important;
    border-style: none;
  }
  .xl\:border-1 {
    border-width: 1px !important;
    border-style: solid;
  }
  .xl\:border-2 {
    border-width: 2px !important;
    border-style: solid;
  }
  .xl\:border-3 {
    border-width: 3px !important;
    border-style: solid;
  }
  .xl\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none;
  }
  .xl\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
  }
  .xl\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
  }
  .xl\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
  }
  .xl\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .xl\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .xl\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .xl\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .xl\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none;
  }
  .xl\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
  }
  .xl\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
  }
  .xl\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
  }
  .xl\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .xl\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .xl\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .xl\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
  .xl\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none;
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .xl\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .xl\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .xl\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .xl\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none;
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .xl\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .xl\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .xl\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
}
.border-solid {
  border-style: solid !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-dotted {
  border-style: dotted !important;
}
.border-double {
  border-style: double !important;
}
@media screen and (min-width: 576px) {
  .sm\:border-solid {
    border-style: solid !important;
  }
  .sm\:border-dashed {
    border-style: dashed !important;
  }
  .sm\:border-dotted {
    border-style: dotted !important;
  }
  .sm\:border-double {
    border-style: double !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:border-solid {
    border-style: solid !important;
  }
  .md\:border-dashed {
    border-style: dashed !important;
  }
  .md\:border-dotted {
    border-style: dotted !important;
  }
  .md\:border-double {
    border-style: double !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:border-solid {
    border-style: solid !important;
  }
  .lg\:border-dashed {
    border-style: dashed !important;
  }
  .lg\:border-dotted {
    border-style: dotted !important;
  }
  .lg\:border-double {
    border-style: double !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:border-solid {
    border-style: solid !important;
  }
  .xl\:border-dashed {
    border-style: dashed !important;
  }
  .xl\:border-dotted {
    border-style: dotted !important;
  }
  .xl\:border-double {
    border-style: double !important;
  }
}
.border-noround {
  border-radius: 0 !important;
}
.border-round {
  border-radius: var(--p-content-border-radius) !important;
}
.border-round-xs {
  border-radius: 0.125rem !important;
}
.border-round-sm {
  border-radius: 0.25rem !important;
}
.border-round-md {
  border-radius: 0.375rem !important;
}
.border-round-lg {
  border-radius: 0.5rem !important;
}
.border-round-xl {
  border-radius: 0.75rem !important;
}
.border-round-2xl {
  border-radius: 1rem !important;
}
.border-round-3xl {
  border-radius: 1.5rem !important;
}
.border-circle {
  border-radius: 50% !important;
}
@media screen and (min-width: 576px) {
  .sm\:border-noround {
    border-radius: 0 !important;
  }
  .sm\:border-round {
    border-radius: var(--p-content-border-radius) !important;
  }
  .sm\:border-round-xs {
    border-radius: 0.125rem !important;
  }
  .sm\:border-round-sm {
    border-radius: 0.25rem !important;
  }
  .sm\:border-round-md {
    border-radius: 0.375rem !important;
  }
  .sm\:border-round-lg {
    border-radius: 0.5rem !important;
  }
  .sm\:border-round-xl {
    border-radius: 0.75rem !important;
  }
  .sm\:border-round-2xl {
    border-radius: 1rem !important;
  }
  .sm\:border-round-3xl {
    border-radius: 1.5rem !important;
  }
  .sm\:border-circle {
    border-radius: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:border-noround {
    border-radius: 0 !important;
  }
  .md\:border-round {
    border-radius: var(--p-content-border-radius) !important;
  }
  .md\:border-round-xs {
    border-radius: 0.125rem !important;
  }
  .md\:border-round-sm {
    border-radius: 0.25rem !important;
  }
  .md\:border-round-md {
    border-radius: 0.375rem !important;
  }
  .md\:border-round-lg {
    border-radius: 0.5rem !important;
  }
  .md\:border-round-xl {
    border-radius: 0.75rem !important;
  }
  .md\:border-round-2xl {
    border-radius: 1rem !important;
  }
  .md\:border-round-3xl {
    border-radius: 1.5rem !important;
  }
  .md\:border-circle {
    border-radius: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:border-noround {
    border-radius: 0 !important;
  }
  .lg\:border-round {
    border-radius: var(--p-content-border-radius) !important;
  }
  .lg\:border-round-xs {
    border-radius: 0.125rem !important;
  }
  .lg\:border-round-sm {
    border-radius: 0.25rem !important;
  }
  .lg\:border-round-md {
    border-radius: 0.375rem !important;
  }
  .lg\:border-round-lg {
    border-radius: 0.5rem !important;
  }
  .lg\:border-round-xl {
    border-radius: 0.75rem !important;
  }
  .lg\:border-round-2xl {
    border-radius: 1rem !important;
  }
  .lg\:border-round-3xl {
    border-radius: 1.5rem !important;
  }
  .lg\:border-circle {
    border-radius: 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:border-noround {
    border-radius: 0 !important;
  }
  .xl\:border-round {
    border-radius: var(--p-content-border-radius) !important;
  }
  .xl\:border-round-xs {
    border-radius: 0.125rem !important;
  }
  .xl\:border-round-sm {
    border-radius: 0.25rem !important;
  }
  .xl\:border-round-md {
    border-radius: 0.375rem !important;
  }
  .xl\:border-round-lg {
    border-radius: 0.5rem !important;
  }
  .xl\:border-round-xl {
    border-radius: 0.75rem !important;
  }
  .xl\:border-round-2xl {
    border-radius: 1rem !important;
  }
  .xl\:border-round-3xl {
    border-radius: 1.5rem !important;
  }
  .xl\:border-circle {
    border-radius: 50% !important;
  }
}
.border-noround-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.border-noround-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.border-noround-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.border-noround-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.border-round-left {
  border-top-left-radius: var(--p-content-border-radius) !important;
  border-bottom-left-radius: var(--p-content-border-radius) !important;
}
.border-round-top {
  border-top-left-radius: var(--p-content-border-radius) !important;
  border-top-right-radius: var(--p-content-border-radius) !important;
}
.border-round-right {
  border-top-right-radius: var(--p-content-border-radius) !important;
  border-bottom-right-radius: var(--p-content-border-radius) !important;
}
.border-round-bottom {
  border-bottom-left-radius: var(--p-content-border-radius) !important;
  border-bottom-right-radius: var(--p-content-border-radius) !important;
}
.border-round-left-xs {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}
.border-round-top-xs {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}
.border-round-right-xs {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}
.border-round-bottom-xs {
  border-bottom-left-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}
.border-round-left-sm {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.border-round-top-sm {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.border-round-right-sm {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.border-round-bottom-sm {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.border-round-left-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.border-round-top-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}
.border-round-right-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
.border-round-bottom-md {
  border-bottom-left-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
.border-round-left-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.border-round-top-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.border-round-right-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.border-round-bottom-lg {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.border-round-left-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.border-round-top-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.border-round-right-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.border-round-bottom-xl {
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.border-round-left-2xl {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
.border-round-top-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
.border-round-right-2xl {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.border-round-bottom-2xl {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.border-round-left-3xl {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}
.border-round-top-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}
.border-round-right-3xl {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}
.border-round-bottom-3xl {
  border-bottom-left-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}
.border-circle-left {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.border-circle-top {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.border-circle-right {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.border-circle-bottom {
  border-bottom-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
@media screen and (min-width: 576px) {
  .sm\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .sm\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .sm\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .sm\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .sm\:border-round-left {
    border-top-left-radius: var(--p-content-border-radius) !important;
    border-bottom-left-radius: var(--p-content-border-radius) !important;
  }
  .sm\:border-round-top {
    border-top-left-radius: var(--p-content-border-radius) !important;
    border-top-right-radius: var(--p-content-border-radius) !important;
  }
  .sm\:border-round-right {
    border-top-right-radius: var(--p-content-border-radius) !important;
    border-bottom-right-radius: var(--p-content-border-radius) !important;
  }
  .sm\:border-round-bottom {
    border-bottom-left-radius: var(--p-content-border-radius) !important;
    border-bottom-right-radius: var(--p-content-border-radius) !important;
  }
  .sm\:border-round-left-xs {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
  .sm\:border-round-top-xs {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
  .sm\:border-round-right-xs {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .sm\:border-round-bottom-xs {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .sm\:border-round-left-sm {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .sm\:border-round-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .sm\:border-round-right-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .sm\:border-round-bottom-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .sm\:border-round-left-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .sm\:border-round-top-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .sm\:border-round-right-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .sm\:border-round-bottom-md {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .sm\:border-round-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .sm\:border-round-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .sm\:border-round-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .sm\:border-round-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .sm\:border-round-left-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .sm\:border-round-top-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .sm\:border-round-right-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .sm\:border-round-bottom-xl {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .sm\:border-round-left-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .sm\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .sm\:border-round-right-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .sm\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .sm\:border-round-left-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .sm\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .sm\:border-round-right-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .sm\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .sm\:border-circle-left {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .sm\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .sm\:border-circle-right {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .sm\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .md\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .md\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .md\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .md\:border-round-left {
    border-top-left-radius: var(--p-content-border-radius) !important;
    border-bottom-left-radius: var(--p-content-border-radius) !important;
  }
  .md\:border-round-top {
    border-top-left-radius: var(--p-content-border-radius) !important;
    border-top-right-radius: var(--p-content-border-radius) !important;
  }
  .md\:border-round-right {
    border-top-right-radius: var(--p-content-border-radius) !important;
    border-bottom-right-radius: var(--p-content-border-radius) !important;
  }
  .md\:border-round-bottom {
    border-bottom-left-radius: var(--p-content-border-radius) !important;
    border-bottom-right-radius: var(--p-content-border-radius) !important;
  }
  .md\:border-round-left-xs {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
  .md\:border-round-top-xs {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
  .md\:border-round-right-xs {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .md\:border-round-bottom-xs {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .md\:border-round-left-sm {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .md\:border-round-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .md\:border-round-right-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .md\:border-round-bottom-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .md\:border-round-left-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .md\:border-round-top-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .md\:border-round-right-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .md\:border-round-bottom-md {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .md\:border-round-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .md\:border-round-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .md\:border-round-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .md\:border-round-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .md\:border-round-left-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .md\:border-round-top-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .md\:border-round-right-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .md\:border-round-bottom-xl {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .md\:border-round-left-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .md\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .md\:border-round-right-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .md\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .md\:border-round-left-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .md\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .md\:border-round-right-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .md\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .md\:border-circle-left {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .md\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .md\:border-circle-right {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .md\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .lg\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .lg\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .lg\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .lg\:border-round-left {
    border-top-left-radius: var(--p-content-border-radius) !important;
    border-bottom-left-radius: var(--p-content-border-radius) !important;
  }
  .lg\:border-round-top {
    border-top-left-radius: var(--p-content-border-radius) !important;
    border-top-right-radius: var(--p-content-border-radius) !important;
  }
  .lg\:border-round-right {
    border-top-right-radius: var(--p-content-border-radius) !important;
    border-bottom-right-radius: var(--p-content-border-radius) !important;
  }
  .lg\:border-round-bottom {
    border-bottom-left-radius: var(--p-content-border-radius) !important;
    border-bottom-right-radius: var(--p-content-border-radius) !important;
  }
  .lg\:border-round-left-xs {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
  .lg\:border-round-top-xs {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
  .lg\:border-round-right-xs {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .lg\:border-round-bottom-xs {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .lg\:border-round-left-sm {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .lg\:border-round-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .lg\:border-round-right-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .lg\:border-round-bottom-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .lg\:border-round-left-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .lg\:border-round-top-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .lg\:border-round-right-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .lg\:border-round-bottom-md {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .lg\:border-round-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .lg\:border-round-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .lg\:border-round-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .lg\:border-round-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .lg\:border-round-left-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .lg\:border-round-top-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .lg\:border-round-right-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .lg\:border-round-bottom-xl {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .lg\:border-round-left-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .lg\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .lg\:border-round-right-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .lg\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .lg\:border-round-left-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .lg\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .lg\:border-round-right-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .lg\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .lg\:border-circle-left {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .lg\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .lg\:border-circle-right {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .lg\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .xl\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .xl\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .xl\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .xl\:border-round-left {
    border-top-left-radius: var(--p-content-border-radius) !important;
    border-bottom-left-radius: var(--p-content-border-radius) !important;
  }
  .xl\:border-round-top {
    border-top-left-radius: var(--p-content-border-radius) !important;
    border-top-right-radius: var(--p-content-border-radius) !important;
  }
  .xl\:border-round-right {
    border-top-right-radius: var(--p-content-border-radius) !important;
    border-bottom-right-radius: var(--p-content-border-radius) !important;
  }
  .xl\:border-round-bottom {
    border-bottom-left-radius: var(--p-content-border-radius) !important;
    border-bottom-right-radius: var(--p-content-border-radius) !important;
  }
  .xl\:border-round-left-xs {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
  .xl\:border-round-top-xs {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
  .xl\:border-round-right-xs {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .xl\:border-round-bottom-xs {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .xl\:border-round-left-sm {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .xl\:border-round-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .xl\:border-round-right-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .xl\:border-round-bottom-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .xl\:border-round-left-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .xl\:border-round-top-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .xl\:border-round-right-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .xl\:border-round-bottom-md {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .xl\:border-round-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .xl\:border-round-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .xl\:border-round-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .xl\:border-round-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .xl\:border-round-left-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .xl\:border-round-top-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .xl\:border-round-right-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .xl\:border-round-bottom-xl {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .xl\:border-round-left-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .xl\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .xl\:border-round-right-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .xl\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .xl\:border-round-left-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .xl\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .xl\:border-round-right-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .xl\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .xl\:border-circle-left {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .xl\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .xl\:border-circle-right {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .xl\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
}
.w-full {
  width: 100% !important;
}
.w-screen {
  width: 100vw !important;
}
.w-auto {
  width: auto !important;
}
.w-1 {
  width: 8.3333% !important;
}
.w-2 {
  width: 16.6667% !important;
}
.w-3 {
  width: 25% !important;
}
.w-4 {
  width: 33.3333% !important;
}
.w-5 {
  width: 41.6667% !important;
}
.w-6 {
  width: 50% !important;
}
.w-7 {
  width: 58.3333% !important;
}
.w-8 {
  width: 66.6667% !important;
}
.w-9 {
  width: 75% !important;
}
.w-10 {
  width: 83.3333% !important;
}
.w-11 {
  width: 91.6667% !important;
}
.w-12 {
  width: 100% !important;
}
.w-min {
  width: min-content !important;
}
.w-max {
  width: max-content !important;
}
.w-fit {
  width: fit-content !important;
}
.w-1rem {
  width: 1rem !important;
}
.w-2rem {
  width: 2rem !important;
}
.w-3rem {
  width: 3rem !important;
}
.w-4rem {
  width: 4rem !important;
}
.w-5rem {
  width: 5rem !important;
}
.w-6rem {
  width: 6rem !important;
}
.w-7rem {
  width: 7rem !important;
}
.w-8rem {
  width: 8rem !important;
}
.w-9rem {
  width: 9rem !important;
}
.w-10rem {
  width: 10rem !important;
}
.w-11rem {
  width: 11rem !important;
}
.w-12rem {
  width: 12rem !important;
}
.w-13rem {
  width: 13rem !important;
}
.w-14rem {
  width: 14rem !important;
}
.w-15rem {
  width: 15rem !important;
}
.w-16rem {
  width: 16rem !important;
}
.w-17rem {
  width: 17rem !important;
}
.w-18rem {
  width: 18rem !important;
}
.w-19rem {
  width: 19rem !important;
}
.w-20rem {
  width: 20rem !important;
}
.w-21rem {
  width: 21rem !important;
}
.w-22rem {
  width: 22rem !important;
}
.w-23rem {
  width: 23rem !important;
}
.w-24rem {
  width: 24rem !important;
}
.w-25rem {
  width: 25rem !important;
}
.w-26rem {
  width: 26rem !important;
}
.w-27rem {
  width: 27rem !important;
}
.w-28rem {
  width: 28rem !important;
}
.w-29rem {
  width: 29rem !important;
}
.w-30rem {
  width: 30rem !important;
}
@media screen and (min-width: 576px) {
  .sm\:w-full {
    width: 100% !important;
  }
  .sm\:w-screen {
    width: 100vw !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:w-1 {
    width: 8.3333% !important;
  }
  .sm\:w-2 {
    width: 16.6667% !important;
  }
  .sm\:w-3 {
    width: 25% !important;
  }
  .sm\:w-4 {
    width: 33.3333% !important;
  }
  .sm\:w-5 {
    width: 41.6667% !important;
  }
  .sm\:w-6 {
    width: 50% !important;
  }
  .sm\:w-7 {
    width: 58.3333% !important;
  }
  .sm\:w-8 {
    width: 66.6667% !important;
  }
  .sm\:w-9 {
    width: 75% !important;
  }
  .sm\:w-10 {
    width: 83.3333% !important;
  }
  .sm\:w-11 {
    width: 91.6667% !important;
  }
  .sm\:w-12 {
    width: 100% !important;
  }
  .sm\:w-min {
    width: min-content !important;
  }
  .sm\:w-max {
    width: max-content !important;
  }
  .sm\:w-fit {
    width: fit-content !important;
  }
  .sm\:w-1rem {
    width: 1rem !important;
  }
  .sm\:w-2rem {
    width: 2rem !important;
  }
  .sm\:w-3rem {
    width: 3rem !important;
  }
  .sm\:w-4rem {
    width: 4rem !important;
  }
  .sm\:w-5rem {
    width: 5rem !important;
  }
  .sm\:w-6rem {
    width: 6rem !important;
  }
  .sm\:w-7rem {
    width: 7rem !important;
  }
  .sm\:w-8rem {
    width: 8rem !important;
  }
  .sm\:w-9rem {
    width: 9rem !important;
  }
  .sm\:w-10rem {
    width: 10rem !important;
  }
  .sm\:w-11rem {
    width: 11rem !important;
  }
  .sm\:w-12rem {
    width: 12rem !important;
  }
  .sm\:w-13rem {
    width: 13rem !important;
  }
  .sm\:w-14rem {
    width: 14rem !important;
  }
  .sm\:w-15rem {
    width: 15rem !important;
  }
  .sm\:w-16rem {
    width: 16rem !important;
  }
  .sm\:w-17rem {
    width: 17rem !important;
  }
  .sm\:w-18rem {
    width: 18rem !important;
  }
  .sm\:w-19rem {
    width: 19rem !important;
  }
  .sm\:w-20rem {
    width: 20rem !important;
  }
  .sm\:w-21rem {
    width: 21rem !important;
  }
  .sm\:w-22rem {
    width: 22rem !important;
  }
  .sm\:w-23rem {
    width: 23rem !important;
  }
  .sm\:w-24rem {
    width: 24rem !important;
  }
  .sm\:w-25rem {
    width: 25rem !important;
  }
  .sm\:w-26rem {
    width: 26rem !important;
  }
  .sm\:w-27rem {
    width: 27rem !important;
  }
  .sm\:w-28rem {
    width: 28rem !important;
  }
  .sm\:w-29rem {
    width: 29rem !important;
  }
  .sm\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-full {
    width: 100% !important;
  }
  .md\:w-screen {
    width: 100vw !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-1 {
    width: 8.3333% !important;
  }
  .md\:w-2 {
    width: 16.6667% !important;
  }
  .md\:w-3 {
    width: 25% !important;
  }
  .md\:w-4 {
    width: 33.3333% !important;
  }
  .md\:w-5 {
    width: 41.6667% !important;
  }
  .md\:w-6 {
    width: 50% !important;
  }
  .md\:w-7 {
    width: 58.3333% !important;
  }
  .md\:w-8 {
    width: 66.6667% !important;
  }
  .md\:w-9 {
    width: 75% !important;
  }
  .md\:w-10 {
    width: 83.3333% !important;
  }
  .md\:w-11 {
    width: 91.6667% !important;
  }
  .md\:w-12 {
    width: 100% !important;
  }
  .md\:w-min {
    width: min-content !important;
  }
  .md\:w-max {
    width: max-content !important;
  }
  .md\:w-fit {
    width: fit-content !important;
  }
  .md\:w-1rem {
    width: 1rem !important;
  }
  .md\:w-2rem {
    width: 2rem !important;
  }
  .md\:w-3rem {
    width: 3rem !important;
  }
  .md\:w-4rem {
    width: 4rem !important;
  }
  .md\:w-5rem {
    width: 5rem !important;
  }
  .md\:w-6rem {
    width: 6rem !important;
  }
  .md\:w-7rem {
    width: 7rem !important;
  }
  .md\:w-8rem {
    width: 8rem !important;
  }
  .md\:w-9rem {
    width: 9rem !important;
  }
  .md\:w-10rem {
    width: 10rem !important;
  }
  .md\:w-11rem {
    width: 11rem !important;
  }
  .md\:w-12rem {
    width: 12rem !important;
  }
  .md\:w-13rem {
    width: 13rem !important;
  }
  .md\:w-14rem {
    width: 14rem !important;
  }
  .md\:w-15rem {
    width: 15rem !important;
  }
  .md\:w-16rem {
    width: 16rem !important;
  }
  .md\:w-17rem {
    width: 17rem !important;
  }
  .md\:w-18rem {
    width: 18rem !important;
  }
  .md\:w-19rem {
    width: 19rem !important;
  }
  .md\:w-20rem {
    width: 20rem !important;
  }
  .md\:w-21rem {
    width: 21rem !important;
  }
  .md\:w-22rem {
    width: 22rem !important;
  }
  .md\:w-23rem {
    width: 23rem !important;
  }
  .md\:w-24rem {
    width: 24rem !important;
  }
  .md\:w-25rem {
    width: 25rem !important;
  }
  .md\:w-26rem {
    width: 26rem !important;
  }
  .md\:w-27rem {
    width: 27rem !important;
  }
  .md\:w-28rem {
    width: 28rem !important;
  }
  .md\:w-29rem {
    width: 29rem !important;
  }
  .md\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-full {
    width: 100% !important;
  }
  .lg\:w-screen {
    width: 100vw !important;
  }
  .lg\:w-auto {
    width: auto !important;
  }
  .lg\:w-1 {
    width: 8.3333% !important;
  }
  .lg\:w-2 {
    width: 16.6667% !important;
  }
  .lg\:w-3 {
    width: 25% !important;
  }
  .lg\:w-4 {
    width: 33.3333% !important;
  }
  .lg\:w-5 {
    width: 41.6667% !important;
  }
  .lg\:w-6 {
    width: 50% !important;
  }
  .lg\:w-7 {
    width: 58.3333% !important;
  }
  .lg\:w-8 {
    width: 66.6667% !important;
  }
  .lg\:w-9 {
    width: 75% !important;
  }
  .lg\:w-10 {
    width: 83.3333% !important;
  }
  .lg\:w-11 {
    width: 91.6667% !important;
  }
  .lg\:w-12 {
    width: 100% !important;
  }
  .lg\:w-min {
    width: min-content !important;
  }
  .lg\:w-max {
    width: max-content !important;
  }
  .lg\:w-fit {
    width: fit-content !important;
  }
  .lg\:w-1rem {
    width: 1rem !important;
  }
  .lg\:w-2rem {
    width: 2rem !important;
  }
  .lg\:w-3rem {
    width: 3rem !important;
  }
  .lg\:w-4rem {
    width: 4rem !important;
  }
  .lg\:w-5rem {
    width: 5rem !important;
  }
  .lg\:w-6rem {
    width: 6rem !important;
  }
  .lg\:w-7rem {
    width: 7rem !important;
  }
  .lg\:w-8rem {
    width: 8rem !important;
  }
  .lg\:w-9rem {
    width: 9rem !important;
  }
  .lg\:w-10rem {
    width: 10rem !important;
  }
  .lg\:w-11rem {
    width: 11rem !important;
  }
  .lg\:w-12rem {
    width: 12rem !important;
  }
  .lg\:w-13rem {
    width: 13rem !important;
  }
  .lg\:w-14rem {
    width: 14rem !important;
  }
  .lg\:w-15rem {
    width: 15rem !important;
  }
  .lg\:w-16rem {
    width: 16rem !important;
  }
  .lg\:w-17rem {
    width: 17rem !important;
  }
  .lg\:w-18rem {
    width: 18rem !important;
  }
  .lg\:w-19rem {
    width: 19rem !important;
  }
  .lg\:w-20rem {
    width: 20rem !important;
  }
  .lg\:w-21rem {
    width: 21rem !important;
  }
  .lg\:w-22rem {
    width: 22rem !important;
  }
  .lg\:w-23rem {
    width: 23rem !important;
  }
  .lg\:w-24rem {
    width: 24rem !important;
  }
  .lg\:w-25rem {
    width: 25rem !important;
  }
  .lg\:w-26rem {
    width: 26rem !important;
  }
  .lg\:w-27rem {
    width: 27rem !important;
  }
  .lg\:w-28rem {
    width: 28rem !important;
  }
  .lg\:w-29rem {
    width: 29rem !important;
  }
  .lg\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-full {
    width: 100% !important;
  }
  .xl\:w-screen {
    width: 100vw !important;
  }
  .xl\:w-auto {
    width: auto !important;
  }
  .xl\:w-1 {
    width: 8.3333% !important;
  }
  .xl\:w-2 {
    width: 16.6667% !important;
  }
  .xl\:w-3 {
    width: 25% !important;
  }
  .xl\:w-4 {
    width: 33.3333% !important;
  }
  .xl\:w-5 {
    width: 41.6667% !important;
  }
  .xl\:w-6 {
    width: 50% !important;
  }
  .xl\:w-7 {
    width: 58.3333% !important;
  }
  .xl\:w-8 {
    width: 66.6667% !important;
  }
  .xl\:w-9 {
    width: 75% !important;
  }
  .xl\:w-10 {
    width: 83.3333% !important;
  }
  .xl\:w-11 {
    width: 91.6667% !important;
  }
  .xl\:w-12 {
    width: 100% !important;
  }
  .xl\:w-min {
    width: min-content !important;
  }
  .xl\:w-max {
    width: max-content !important;
  }
  .xl\:w-fit {
    width: fit-content !important;
  }
  .xl\:w-1rem {
    width: 1rem !important;
  }
  .xl\:w-2rem {
    width: 2rem !important;
  }
  .xl\:w-3rem {
    width: 3rem !important;
  }
  .xl\:w-4rem {
    width: 4rem !important;
  }
  .xl\:w-5rem {
    width: 5rem !important;
  }
  .xl\:w-6rem {
    width: 6rem !important;
  }
  .xl\:w-7rem {
    width: 7rem !important;
  }
  .xl\:w-8rem {
    width: 8rem !important;
  }
  .xl\:w-9rem {
    width: 9rem !important;
  }
  .xl\:w-10rem {
    width: 10rem !important;
  }
  .xl\:w-11rem {
    width: 11rem !important;
  }
  .xl\:w-12rem {
    width: 12rem !important;
  }
  .xl\:w-13rem {
    width: 13rem !important;
  }
  .xl\:w-14rem {
    width: 14rem !important;
  }
  .xl\:w-15rem {
    width: 15rem !important;
  }
  .xl\:w-16rem {
    width: 16rem !important;
  }
  .xl\:w-17rem {
    width: 17rem !important;
  }
  .xl\:w-18rem {
    width: 18rem !important;
  }
  .xl\:w-19rem {
    width: 19rem !important;
  }
  .xl\:w-20rem {
    width: 20rem !important;
  }
  .xl\:w-21rem {
    width: 21rem !important;
  }
  .xl\:w-22rem {
    width: 22rem !important;
  }
  .xl\:w-23rem {
    width: 23rem !important;
  }
  .xl\:w-24rem {
    width: 24rem !important;
  }
  .xl\:w-25rem {
    width: 25rem !important;
  }
  .xl\:w-26rem {
    width: 26rem !important;
  }
  .xl\:w-27rem {
    width: 27rem !important;
  }
  .xl\:w-28rem {
    width: 28rem !important;
  }
  .xl\:w-29rem {
    width: 29rem !important;
  }
  .xl\:w-30rem {
    width: 30rem !important;
  }
}
.h-full {
  height: 100% !important;
}
.h-screen {
  height: 100vh !important;
}
.h-auto {
  height: auto !important;
}
.h-min {
  height: min-content !important;
}
.h-max {
  height: max-content !important;
}
.h-fit {
  height: fit-content !important;
}
.h-1rem {
  height: 1rem !important;
}
.h-2rem {
  height: 2rem !important;
}
.h-3rem {
  height: 3rem !important;
}
.h-4rem {
  height: 4rem !important;
}
.h-5rem {
  height: 5rem !important;
}
.h-6rem {
  height: 6rem !important;
}
.h-7rem {
  height: 7rem !important;
}
.h-8rem {
  height: 8rem !important;
}
.h-9rem {
  height: 9rem !important;
}
.h-10rem {
  height: 10rem !important;
}
.h-11rem {
  height: 11rem !important;
}
.h-12rem {
  height: 12rem !important;
}
.h-13rem {
  height: 13rem !important;
}
.h-14rem {
  height: 14rem !important;
}
.h-15rem {
  height: 15rem !important;
}
.h-16rem {
  height: 16rem !important;
}
.h-17rem {
  height: 17rem !important;
}
.h-18rem {
  height: 18rem !important;
}
.h-19rem {
  height: 19rem !important;
}
.h-20rem {
  height: 20rem !important;
}
.h-21rem {
  height: 21rem !important;
}
.h-22rem {
  height: 22rem !important;
}
.h-23rem {
  height: 23rem !important;
}
.h-24rem {
  height: 24rem !important;
}
.h-25rem {
  height: 25rem !important;
}
.h-26rem {
  height: 26rem !important;
}
.h-27rem {
  height: 27rem !important;
}
.h-28rem {
  height: 28rem !important;
}
.h-29rem {
  height: 29rem !important;
}
.h-30rem {
  height: 30rem !important;
}
@media screen and (min-width: 576px) {
  .sm\:h-full {
    height: 100% !important;
  }
  .sm\:h-screen {
    height: 100vh !important;
  }
  .sm\:h-auto {
    height: auto !important;
  }
  .sm\:h-min {
    height: min-content !important;
  }
  .sm\:h-max {
    height: max-content !important;
  }
  .sm\:h-fit {
    height: fit-content !important;
  }
  .sm\:h-1rem {
    height: 1rem !important;
  }
  .sm\:h-2rem {
    height: 2rem !important;
  }
  .sm\:h-3rem {
    height: 3rem !important;
  }
  .sm\:h-4rem {
    height: 4rem !important;
  }
  .sm\:h-5rem {
    height: 5rem !important;
  }
  .sm\:h-6rem {
    height: 6rem !important;
  }
  .sm\:h-7rem {
    height: 7rem !important;
  }
  .sm\:h-8rem {
    height: 8rem !important;
  }
  .sm\:h-9rem {
    height: 9rem !important;
  }
  .sm\:h-10rem {
    height: 10rem !important;
  }
  .sm\:h-11rem {
    height: 11rem !important;
  }
  .sm\:h-12rem {
    height: 12rem !important;
  }
  .sm\:h-13rem {
    height: 13rem !important;
  }
  .sm\:h-14rem {
    height: 14rem !important;
  }
  .sm\:h-15rem {
    height: 15rem !important;
  }
  .sm\:h-16rem {
    height: 16rem !important;
  }
  .sm\:h-17rem {
    height: 17rem !important;
  }
  .sm\:h-18rem {
    height: 18rem !important;
  }
  .sm\:h-19rem {
    height: 19rem !important;
  }
  .sm\:h-20rem {
    height: 20rem !important;
  }
  .sm\:h-21rem {
    height: 21rem !important;
  }
  .sm\:h-22rem {
    height: 22rem !important;
  }
  .sm\:h-23rem {
    height: 23rem !important;
  }
  .sm\:h-24rem {
    height: 24rem !important;
  }
  .sm\:h-25rem {
    height: 25rem !important;
  }
  .sm\:h-26rem {
    height: 26rem !important;
  }
  .sm\:h-27rem {
    height: 27rem !important;
  }
  .sm\:h-28rem {
    height: 28rem !important;
  }
  .sm\:h-29rem {
    height: 29rem !important;
  }
  .sm\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-full {
    height: 100% !important;
  }
  .md\:h-screen {
    height: 100vh !important;
  }
  .md\:h-auto {
    height: auto !important;
  }
  .md\:h-min {
    height: min-content !important;
  }
  .md\:h-max {
    height: max-content !important;
  }
  .md\:h-fit {
    height: fit-content !important;
  }
  .md\:h-1rem {
    height: 1rem !important;
  }
  .md\:h-2rem {
    height: 2rem !important;
  }
  .md\:h-3rem {
    height: 3rem !important;
  }
  .md\:h-4rem {
    height: 4rem !important;
  }
  .md\:h-5rem {
    height: 5rem !important;
  }
  .md\:h-6rem {
    height: 6rem !important;
  }
  .md\:h-7rem {
    height: 7rem !important;
  }
  .md\:h-8rem {
    height: 8rem !important;
  }
  .md\:h-9rem {
    height: 9rem !important;
  }
  .md\:h-10rem {
    height: 10rem !important;
  }
  .md\:h-11rem {
    height: 11rem !important;
  }
  .md\:h-12rem {
    height: 12rem !important;
  }
  .md\:h-13rem {
    height: 13rem !important;
  }
  .md\:h-14rem {
    height: 14rem !important;
  }
  .md\:h-15rem {
    height: 15rem !important;
  }
  .md\:h-16rem {
    height: 16rem !important;
  }
  .md\:h-17rem {
    height: 17rem !important;
  }
  .md\:h-18rem {
    height: 18rem !important;
  }
  .md\:h-19rem {
    height: 19rem !important;
  }
  .md\:h-20rem {
    height: 20rem !important;
  }
  .md\:h-21rem {
    height: 21rem !important;
  }
  .md\:h-22rem {
    height: 22rem !important;
  }
  .md\:h-23rem {
    height: 23rem !important;
  }
  .md\:h-24rem {
    height: 24rem !important;
  }
  .md\:h-25rem {
    height: 25rem !important;
  }
  .md\:h-26rem {
    height: 26rem !important;
  }
  .md\:h-27rem {
    height: 27rem !important;
  }
  .md\:h-28rem {
    height: 28rem !important;
  }
  .md\:h-29rem {
    height: 29rem !important;
  }
  .md\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-full {
    height: 100% !important;
  }
  .lg\:h-screen {
    height: 100vh !important;
  }
  .lg\:h-auto {
    height: auto !important;
  }
  .lg\:h-min {
    height: min-content !important;
  }
  .lg\:h-max {
    height: max-content !important;
  }
  .lg\:h-fit {
    height: fit-content !important;
  }
  .lg\:h-1rem {
    height: 1rem !important;
  }
  .lg\:h-2rem {
    height: 2rem !important;
  }
  .lg\:h-3rem {
    height: 3rem !important;
  }
  .lg\:h-4rem {
    height: 4rem !important;
  }
  .lg\:h-5rem {
    height: 5rem !important;
  }
  .lg\:h-6rem {
    height: 6rem !important;
  }
  .lg\:h-7rem {
    height: 7rem !important;
  }
  .lg\:h-8rem {
    height: 8rem !important;
  }
  .lg\:h-9rem {
    height: 9rem !important;
  }
  .lg\:h-10rem {
    height: 10rem !important;
  }
  .lg\:h-11rem {
    height: 11rem !important;
  }
  .lg\:h-12rem {
    height: 12rem !important;
  }
  .lg\:h-13rem {
    height: 13rem !important;
  }
  .lg\:h-14rem {
    height: 14rem !important;
  }
  .lg\:h-15rem {
    height: 15rem !important;
  }
  .lg\:h-16rem {
    height: 16rem !important;
  }
  .lg\:h-17rem {
    height: 17rem !important;
  }
  .lg\:h-18rem {
    height: 18rem !important;
  }
  .lg\:h-19rem {
    height: 19rem !important;
  }
  .lg\:h-20rem {
    height: 20rem !important;
  }
  .lg\:h-21rem {
    height: 21rem !important;
  }
  .lg\:h-22rem {
    height: 22rem !important;
  }
  .lg\:h-23rem {
    height: 23rem !important;
  }
  .lg\:h-24rem {
    height: 24rem !important;
  }
  .lg\:h-25rem {
    height: 25rem !important;
  }
  .lg\:h-26rem {
    height: 26rem !important;
  }
  .lg\:h-27rem {
    height: 27rem !important;
  }
  .lg\:h-28rem {
    height: 28rem !important;
  }
  .lg\:h-29rem {
    height: 29rem !important;
  }
  .lg\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-full {
    height: 100% !important;
  }
  .xl\:h-screen {
    height: 100vh !important;
  }
  .xl\:h-auto {
    height: auto !important;
  }
  .xl\:h-min {
    height: min-content !important;
  }
  .xl\:h-max {
    height: max-content !important;
  }
  .xl\:h-fit {
    height: fit-content !important;
  }
  .xl\:h-1rem {
    height: 1rem !important;
  }
  .xl\:h-2rem {
    height: 2rem !important;
  }
  .xl\:h-3rem {
    height: 3rem !important;
  }
  .xl\:h-4rem {
    height: 4rem !important;
  }
  .xl\:h-5rem {
    height: 5rem !important;
  }
  .xl\:h-6rem {
    height: 6rem !important;
  }
  .xl\:h-7rem {
    height: 7rem !important;
  }
  .xl\:h-8rem {
    height: 8rem !important;
  }
  .xl\:h-9rem {
    height: 9rem !important;
  }
  .xl\:h-10rem {
    height: 10rem !important;
  }
  .xl\:h-11rem {
    height: 11rem !important;
  }
  .xl\:h-12rem {
    height: 12rem !important;
  }
  .xl\:h-13rem {
    height: 13rem !important;
  }
  .xl\:h-14rem {
    height: 14rem !important;
  }
  .xl\:h-15rem {
    height: 15rem !important;
  }
  .xl\:h-16rem {
    height: 16rem !important;
  }
  .xl\:h-17rem {
    height: 17rem !important;
  }
  .xl\:h-18rem {
    height: 18rem !important;
  }
  .xl\:h-19rem {
    height: 19rem !important;
  }
  .xl\:h-20rem {
    height: 20rem !important;
  }
  .xl\:h-21rem {
    height: 21rem !important;
  }
  .xl\:h-22rem {
    height: 22rem !important;
  }
  .xl\:h-23rem {
    height: 23rem !important;
  }
  .xl\:h-24rem {
    height: 24rem !important;
  }
  .xl\:h-25rem {
    height: 25rem !important;
  }
  .xl\:h-26rem {
    height: 26rem !important;
  }
  .xl\:h-27rem {
    height: 27rem !important;
  }
  .xl\:h-28rem {
    height: 28rem !important;
  }
  .xl\:h-29rem {
    height: 29rem !important;
  }
  .xl\:h-30rem {
    height: 30rem !important;
  }
}
.min-w-0 {
  min-width: 0px !important;
}
.min-w-full {
  min-width: 100% !important;
}
.min-w-screen {
  min-width: 100vw !important;
}
.min-w-min {
  min-width: min-content !important;
}
.min-w-max {
  min-width: max-content !important;
}
@media screen and (min-width: 576px) {
  .sm\:min-w-0 {
    min-width: 0px !important;
  }
  .sm\:min-w-full {
    min-width: 100% !important;
  }
  .sm\:min-w-screen {
    min-width: 100vw !important;
  }
  .sm\:min-w-min {
    min-width: min-content !important;
  }
  .sm\:min-w-max {
    min-width: max-content !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-0 {
    min-width: 0px !important;
  }
  .md\:min-w-full {
    min-width: 100% !important;
  }
  .md\:min-w-screen {
    min-width: 100vw !important;
  }
  .md\:min-w-min {
    min-width: min-content !important;
  }
  .md\:min-w-max {
    min-width: max-content !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-0 {
    min-width: 0px !important;
  }
  .lg\:min-w-full {
    min-width: 100% !important;
  }
  .lg\:min-w-screen {
    min-width: 100vw !important;
  }
  .lg\:min-w-min {
    min-width: min-content !important;
  }
  .lg\:min-w-max {
    min-width: max-content !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-0 {
    min-width: 0px !important;
  }
  .xl\:min-w-full {
    min-width: 100% !important;
  }
  .xl\:min-w-screen {
    min-width: 100vw !important;
  }
  .xl\:min-w-min {
    min-width: min-content !important;
  }
  .xl\:min-w-max {
    min-width: max-content !important;
  }
}
.max-w-0 {
  max-width: 0px !important;
}
.max-w-full {
  max-width: 100% !important;
}
.max-w-screen {
  max-width: 100vw !important;
}
.max-w-min {
  max-width: min-content !important;
}
.max-w-max {
  max-width: max-content !important;
}
.max-w-fit {
  max-width: fit-content !important;
}
.max-w-1rem {
  max-width: 1rem !important;
}
.max-w-2rem {
  max-width: 2rem !important;
}
.max-w-3rem {
  max-width: 3rem !important;
}
.max-w-4rem {
  max-width: 4rem !important;
}
.max-w-5rem {
  max-width: 5rem !important;
}
.max-w-6rem {
  max-width: 6rem !important;
}
.max-w-7rem {
  max-width: 7rem !important;
}
.max-w-8rem {
  max-width: 8rem !important;
}
.max-w-9rem {
  max-width: 9rem !important;
}
.max-w-10rem {
  max-width: 10rem !important;
}
.max-w-11rem {
  max-width: 11rem !important;
}
.max-w-12rem {
  max-width: 12rem !important;
}
.max-w-13rem {
  max-width: 13rem !important;
}
.max-w-14rem {
  max-width: 14rem !important;
}
.max-w-15rem {
  max-width: 15rem !important;
}
.max-w-16rem {
  max-width: 16rem !important;
}
.max-w-17rem {
  max-width: 17rem !important;
}
.max-w-18rem {
  max-width: 18rem !important;
}
.max-w-19rem {
  max-width: 19rem !important;
}
.max-w-20rem {
  max-width: 20rem !important;
}
.max-w-21rem {
  max-width: 21rem !important;
}
.max-w-22rem {
  max-width: 22rem !important;
}
.max-w-23rem {
  max-width: 23rem !important;
}
.max-w-24rem {
  max-width: 24rem !important;
}
.max-w-25rem {
  max-width: 25rem !important;
}
.max-w-26rem {
  max-width: 26rem !important;
}
.max-w-27rem {
  max-width: 27rem !important;
}
.max-w-28rem {
  max-width: 28rem !important;
}
.max-w-29rem {
  max-width: 29rem !important;
}
.max-w-30rem {
  max-width: 30rem !important;
}
@media screen and (min-width: 576px) {
  .sm\:max-w-0 {
    max-width: 0px !important;
  }
  .sm\:max-w-full {
    max-width: 100% !important;
  }
  .sm\:max-w-screen {
    max-width: 100vw !important;
  }
  .sm\:max-w-min {
    max-width: min-content !important;
  }
  .sm\:max-w-max {
    max-width: max-content !important;
  }
  .sm\:max-w-fit {
    max-width: fit-content !important;
  }
  .sm\:max-w-1rem {
    max-width: 1rem !important;
  }
  .sm\:max-w-2rem {
    max-width: 2rem !important;
  }
  .sm\:max-w-3rem {
    max-width: 3rem !important;
  }
  .sm\:max-w-4rem {
    max-width: 4rem !important;
  }
  .sm\:max-w-5rem {
    max-width: 5rem !important;
  }
  .sm\:max-w-6rem {
    max-width: 6rem !important;
  }
  .sm\:max-w-7rem {
    max-width: 7rem !important;
  }
  .sm\:max-w-8rem {
    max-width: 8rem !important;
  }
  .sm\:max-w-9rem {
    max-width: 9rem !important;
  }
  .sm\:max-w-10rem {
    max-width: 10rem !important;
  }
  .sm\:max-w-11rem {
    max-width: 11rem !important;
  }
  .sm\:max-w-12rem {
    max-width: 12rem !important;
  }
  .sm\:max-w-13rem {
    max-width: 13rem !important;
  }
  .sm\:max-w-14rem {
    max-width: 14rem !important;
  }
  .sm\:max-w-15rem {
    max-width: 15rem !important;
  }
  .sm\:max-w-16rem {
    max-width: 16rem !important;
  }
  .sm\:max-w-17rem {
    max-width: 17rem !important;
  }
  .sm\:max-w-18rem {
    max-width: 18rem !important;
  }
  .sm\:max-w-19rem {
    max-width: 19rem !important;
  }
  .sm\:max-w-20rem {
    max-width: 20rem !important;
  }
  .sm\:max-w-21rem {
    max-width: 21rem !important;
  }
  .sm\:max-w-22rem {
    max-width: 22rem !important;
  }
  .sm\:max-w-23rem {
    max-width: 23rem !important;
  }
  .sm\:max-w-24rem {
    max-width: 24rem !important;
  }
  .sm\:max-w-25rem {
    max-width: 25rem !important;
  }
  .sm\:max-w-26rem {
    max-width: 26rem !important;
  }
  .sm\:max-w-27rem {
    max-width: 27rem !important;
  }
  .sm\:max-w-28rem {
    max-width: 28rem !important;
  }
  .sm\:max-w-29rem {
    max-width: 29rem !important;
  }
  .sm\:max-w-30rem {
    max-width: 30rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-0 {
    max-width: 0px !important;
  }
  .md\:max-w-full {
    max-width: 100% !important;
  }
  .md\:max-w-screen {
    max-width: 100vw !important;
  }
  .md\:max-w-min {
    max-width: min-content !important;
  }
  .md\:max-w-max {
    max-width: max-content !important;
  }
  .md\:max-w-fit {
    max-width: fit-content !important;
  }
  .md\:max-w-1rem {
    max-width: 1rem !important;
  }
  .md\:max-w-2rem {
    max-width: 2rem !important;
  }
  .md\:max-w-3rem {
    max-width: 3rem !important;
  }
  .md\:max-w-4rem {
    max-width: 4rem !important;
  }
  .md\:max-w-5rem {
    max-width: 5rem !important;
  }
  .md\:max-w-6rem {
    max-width: 6rem !important;
  }
  .md\:max-w-7rem {
    max-width: 7rem !important;
  }
  .md\:max-w-8rem {
    max-width: 8rem !important;
  }
  .md\:max-w-9rem {
    max-width: 9rem !important;
  }
  .md\:max-w-10rem {
    max-width: 10rem !important;
  }
  .md\:max-w-11rem {
    max-width: 11rem !important;
  }
  .md\:max-w-12rem {
    max-width: 12rem !important;
  }
  .md\:max-w-13rem {
    max-width: 13rem !important;
  }
  .md\:max-w-14rem {
    max-width: 14rem !important;
  }
  .md\:max-w-15rem {
    max-width: 15rem !important;
  }
  .md\:max-w-16rem {
    max-width: 16rem !important;
  }
  .md\:max-w-17rem {
    max-width: 17rem !important;
  }
  .md\:max-w-18rem {
    max-width: 18rem !important;
  }
  .md\:max-w-19rem {
    max-width: 19rem !important;
  }
  .md\:max-w-20rem {
    max-width: 20rem !important;
  }
  .md\:max-w-21rem {
    max-width: 21rem !important;
  }
  .md\:max-w-22rem {
    max-width: 22rem !important;
  }
  .md\:max-w-23rem {
    max-width: 23rem !important;
  }
  .md\:max-w-24rem {
    max-width: 24rem !important;
  }
  .md\:max-w-25rem {
    max-width: 25rem !important;
  }
  .md\:max-w-26rem {
    max-width: 26rem !important;
  }
  .md\:max-w-27rem {
    max-width: 27rem !important;
  }
  .md\:max-w-28rem {
    max-width: 28rem !important;
  }
  .md\:max-w-29rem {
    max-width: 29rem !important;
  }
  .md\:max-w-30rem {
    max-width: 30rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-0 {
    max-width: 0px !important;
  }
  .lg\:max-w-full {
    max-width: 100% !important;
  }
  .lg\:max-w-screen {
    max-width: 100vw !important;
  }
  .lg\:max-w-min {
    max-width: min-content !important;
  }
  .lg\:max-w-max {
    max-width: max-content !important;
  }
  .lg\:max-w-fit {
    max-width: fit-content !important;
  }
  .lg\:max-w-1rem {
    max-width: 1rem !important;
  }
  .lg\:max-w-2rem {
    max-width: 2rem !important;
  }
  .lg\:max-w-3rem {
    max-width: 3rem !important;
  }
  .lg\:max-w-4rem {
    max-width: 4rem !important;
  }
  .lg\:max-w-5rem {
    max-width: 5rem !important;
  }
  .lg\:max-w-6rem {
    max-width: 6rem !important;
  }
  .lg\:max-w-7rem {
    max-width: 7rem !important;
  }
  .lg\:max-w-8rem {
    max-width: 8rem !important;
  }
  .lg\:max-w-9rem {
    max-width: 9rem !important;
  }
  .lg\:max-w-10rem {
    max-width: 10rem !important;
  }
  .lg\:max-w-11rem {
    max-width: 11rem !important;
  }
  .lg\:max-w-12rem {
    max-width: 12rem !important;
  }
  .lg\:max-w-13rem {
    max-width: 13rem !important;
  }
  .lg\:max-w-14rem {
    max-width: 14rem !important;
  }
  .lg\:max-w-15rem {
    max-width: 15rem !important;
  }
  .lg\:max-w-16rem {
    max-width: 16rem !important;
  }
  .lg\:max-w-17rem {
    max-width: 17rem !important;
  }
  .lg\:max-w-18rem {
    max-width: 18rem !important;
  }
  .lg\:max-w-19rem {
    max-width: 19rem !important;
  }
  .lg\:max-w-20rem {
    max-width: 20rem !important;
  }
  .lg\:max-w-21rem {
    max-width: 21rem !important;
  }
  .lg\:max-w-22rem {
    max-width: 22rem !important;
  }
  .lg\:max-w-23rem {
    max-width: 23rem !important;
  }
  .lg\:max-w-24rem {
    max-width: 24rem !important;
  }
  .lg\:max-w-25rem {
    max-width: 25rem !important;
  }
  .lg\:max-w-26rem {
    max-width: 26rem !important;
  }
  .lg\:max-w-27rem {
    max-width: 27rem !important;
  }
  .lg\:max-w-28rem {
    max-width: 28rem !important;
  }
  .lg\:max-w-29rem {
    max-width: 29rem !important;
  }
  .lg\:max-w-30rem {
    max-width: 30rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-0 {
    max-width: 0px !important;
  }
  .xl\:max-w-full {
    max-width: 100% !important;
  }
  .xl\:max-w-screen {
    max-width: 100vw !important;
  }
  .xl\:max-w-min {
    max-width: min-content !important;
  }
  .xl\:max-w-max {
    max-width: max-content !important;
  }
  .xl\:max-w-fit {
    max-width: fit-content !important;
  }
  .xl\:max-w-1rem {
    max-width: 1rem !important;
  }
  .xl\:max-w-2rem {
    max-width: 2rem !important;
  }
  .xl\:max-w-3rem {
    max-width: 3rem !important;
  }
  .xl\:max-w-4rem {
    max-width: 4rem !important;
  }
  .xl\:max-w-5rem {
    max-width: 5rem !important;
  }
  .xl\:max-w-6rem {
    max-width: 6rem !important;
  }
  .xl\:max-w-7rem {
    max-width: 7rem !important;
  }
  .xl\:max-w-8rem {
    max-width: 8rem !important;
  }
  .xl\:max-w-9rem {
    max-width: 9rem !important;
  }
  .xl\:max-w-10rem {
    max-width: 10rem !important;
  }
  .xl\:max-w-11rem {
    max-width: 11rem !important;
  }
  .xl\:max-w-12rem {
    max-width: 12rem !important;
  }
  .xl\:max-w-13rem {
    max-width: 13rem !important;
  }
  .xl\:max-w-14rem {
    max-width: 14rem !important;
  }
  .xl\:max-w-15rem {
    max-width: 15rem !important;
  }
  .xl\:max-w-16rem {
    max-width: 16rem !important;
  }
  .xl\:max-w-17rem {
    max-width: 17rem !important;
  }
  .xl\:max-w-18rem {
    max-width: 18rem !important;
  }
  .xl\:max-w-19rem {
    max-width: 19rem !important;
  }
  .xl\:max-w-20rem {
    max-width: 20rem !important;
  }
  .xl\:max-w-21rem {
    max-width: 21rem !important;
  }
  .xl\:max-w-22rem {
    max-width: 22rem !important;
  }
  .xl\:max-w-23rem {
    max-width: 23rem !important;
  }
  .xl\:max-w-24rem {
    max-width: 24rem !important;
  }
  .xl\:max-w-25rem {
    max-width: 25rem !important;
  }
  .xl\:max-w-26rem {
    max-width: 26rem !important;
  }
  .xl\:max-w-27rem {
    max-width: 27rem !important;
  }
  .xl\:max-w-28rem {
    max-width: 28rem !important;
  }
  .xl\:max-w-29rem {
    max-width: 29rem !important;
  }
  .xl\:max-w-30rem {
    max-width: 30rem !important;
  }
}
.min-h-0 {
  min-height: 0px !important;
}
.min-h-full {
  min-height: 100% !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
@media screen and (min-width: 576px) {
  .sm\:min-h-0 {
    min-height: 0px !important;
  }
  .sm\:min-h-full {
    min-height: 100% !important;
  }
  .sm\:min-h-screen {
    min-height: 100vh !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-0 {
    min-height: 0px !important;
  }
  .md\:min-h-full {
    min-height: 100% !important;
  }
  .md\:min-h-screen {
    min-height: 100vh !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-0 {
    min-height: 0px !important;
  }
  .lg\:min-h-full {
    min-height: 100% !important;
  }
  .lg\:min-h-screen {
    min-height: 100vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-0 {
    min-height: 0px !important;
  }
  .xl\:min-h-full {
    min-height: 100% !important;
  }
  .xl\:min-h-screen {
    min-height: 100vh !important;
  }
}
.max-h-0 {
  max-height: 0px !important;
}
.max-h-full {
  max-height: 100% !important;
}
.max-h-screen {
  max-height: 100vh !important;
}
.max-h-min {
  max-height: min-content !important;
}
.max-h-max {
  max-height: max-content !important;
}
.max-h-fit {
  max-height: fit-content !important;
}
.max-h-1rem {
  max-height: 1rem !important;
}
.max-h-2rem {
  max-height: 2rem !important;
}
.max-h-3rem {
  max-height: 3rem !important;
}
.max-h-4rem {
  max-height: 4rem !important;
}
.max-h-5rem {
  max-height: 5rem !important;
}
.max-h-6rem {
  max-height: 6rem !important;
}
.max-h-7rem {
  max-height: 7rem !important;
}
.max-h-8rem {
  max-height: 8rem !important;
}
.max-h-9rem {
  max-height: 9rem !important;
}
.max-h-10rem {
  max-height: 10rem !important;
}
.max-h-11rem {
  max-height: 11rem !important;
}
.max-h-12rem {
  max-height: 12rem !important;
}
.max-h-13rem {
  max-height: 13rem !important;
}
.max-h-14rem {
  max-height: 14rem !important;
}
.max-h-15rem {
  max-height: 15rem !important;
}
.max-h-16rem {
  max-height: 16rem !important;
}
.max-h-17rem {
  max-height: 17rem !important;
}
.max-h-18rem {
  max-height: 18rem !important;
}
.max-h-19rem {
  max-height: 19rem !important;
}
.max-h-20rem {
  max-height: 20rem !important;
}
.max-h-21rem {
  max-height: 21rem !important;
}
.max-h-22rem {
  max-height: 22rem !important;
}
.max-h-23rem {
  max-height: 23rem !important;
}
.max-h-24rem {
  max-height: 24rem !important;
}
.max-h-25rem {
  max-height: 25rem !important;
}
.max-h-26rem {
  max-height: 26rem !important;
}
.max-h-27rem {
  max-height: 27rem !important;
}
.max-h-28rem {
  max-height: 28rem !important;
}
.max-h-29rem {
  max-height: 29rem !important;
}
.max-h-30rem {
  max-height: 30rem !important;
}
@media screen and (min-width: 576px) {
  .sm\:max-h-0 {
    max-height: 0px !important;
  }
  .sm\:max-h-full {
    max-height: 100% !important;
  }
  .sm\:max-h-screen {
    max-height: 100vh !important;
  }
  .sm\:max-h-min {
    max-height: min-content !important;
  }
  .sm\:max-h-max {
    max-height: max-content !important;
  }
  .sm\:max-h-fit {
    max-height: fit-content !important;
  }
  .sm\:max-h-1rem {
    max-height: 1rem !important;
  }
  .sm\:max-h-2rem {
    max-height: 2rem !important;
  }
  .sm\:max-h-3rem {
    max-height: 3rem !important;
  }
  .sm\:max-h-4rem {
    max-height: 4rem !important;
  }
  .sm\:max-h-5rem {
    max-height: 5rem !important;
  }
  .sm\:max-h-6rem {
    max-height: 6rem !important;
  }
  .sm\:max-h-7rem {
    max-height: 7rem !important;
  }
  .sm\:max-h-8rem {
    max-height: 8rem !important;
  }
  .sm\:max-h-9rem {
    max-height: 9rem !important;
  }
  .sm\:max-h-10rem {
    max-height: 10rem !important;
  }
  .sm\:max-h-11rem {
    max-height: 11rem !important;
  }
  .sm\:max-h-12rem {
    max-height: 12rem !important;
  }
  .sm\:max-h-13rem {
    max-height: 13rem !important;
  }
  .sm\:max-h-14rem {
    max-height: 14rem !important;
  }
  .sm\:max-h-15rem {
    max-height: 15rem !important;
  }
  .sm\:max-h-16rem {
    max-height: 16rem !important;
  }
  .sm\:max-h-17rem {
    max-height: 17rem !important;
  }
  .sm\:max-h-18rem {
    max-height: 18rem !important;
  }
  .sm\:max-h-19rem {
    max-height: 19rem !important;
  }
  .sm\:max-h-20rem {
    max-height: 20rem !important;
  }
  .sm\:max-h-21rem {
    max-height: 21rem !important;
  }
  .sm\:max-h-22rem {
    max-height: 22rem !important;
  }
  .sm\:max-h-23rem {
    max-height: 23rem !important;
  }
  .sm\:max-h-24rem {
    max-height: 24rem !important;
  }
  .sm\:max-h-25rem {
    max-height: 25rem !important;
  }
  .sm\:max-h-26rem {
    max-height: 26rem !important;
  }
  .sm\:max-h-27rem {
    max-height: 27rem !important;
  }
  .sm\:max-h-28rem {
    max-height: 28rem !important;
  }
  .sm\:max-h-29rem {
    max-height: 29rem !important;
  }
  .sm\:max-h-30rem {
    max-height: 30rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-0 {
    max-height: 0px !important;
  }
  .md\:max-h-full {
    max-height: 100% !important;
  }
  .md\:max-h-screen {
    max-height: 100vh !important;
  }
  .md\:max-h-min {
    max-height: min-content !important;
  }
  .md\:max-h-max {
    max-height: max-content !important;
  }
  .md\:max-h-fit {
    max-height: fit-content !important;
  }
  .md\:max-h-1rem {
    max-height: 1rem !important;
  }
  .md\:max-h-2rem {
    max-height: 2rem !important;
  }
  .md\:max-h-3rem {
    max-height: 3rem !important;
  }
  .md\:max-h-4rem {
    max-height: 4rem !important;
  }
  .md\:max-h-5rem {
    max-height: 5rem !important;
  }
  .md\:max-h-6rem {
    max-height: 6rem !important;
  }
  .md\:max-h-7rem {
    max-height: 7rem !important;
  }
  .md\:max-h-8rem {
    max-height: 8rem !important;
  }
  .md\:max-h-9rem {
    max-height: 9rem !important;
  }
  .md\:max-h-10rem {
    max-height: 10rem !important;
  }
  .md\:max-h-11rem {
    max-height: 11rem !important;
  }
  .md\:max-h-12rem {
    max-height: 12rem !important;
  }
  .md\:max-h-13rem {
    max-height: 13rem !important;
  }
  .md\:max-h-14rem {
    max-height: 14rem !important;
  }
  .md\:max-h-15rem {
    max-height: 15rem !important;
  }
  .md\:max-h-16rem {
    max-height: 16rem !important;
  }
  .md\:max-h-17rem {
    max-height: 17rem !important;
  }
  .md\:max-h-18rem {
    max-height: 18rem !important;
  }
  .md\:max-h-19rem {
    max-height: 19rem !important;
  }
  .md\:max-h-20rem {
    max-height: 20rem !important;
  }
  .md\:max-h-21rem {
    max-height: 21rem !important;
  }
  .md\:max-h-22rem {
    max-height: 22rem !important;
  }
  .md\:max-h-23rem {
    max-height: 23rem !important;
  }
  .md\:max-h-24rem {
    max-height: 24rem !important;
  }
  .md\:max-h-25rem {
    max-height: 25rem !important;
  }
  .md\:max-h-26rem {
    max-height: 26rem !important;
  }
  .md\:max-h-27rem {
    max-height: 27rem !important;
  }
  .md\:max-h-28rem {
    max-height: 28rem !important;
  }
  .md\:max-h-29rem {
    max-height: 29rem !important;
  }
  .md\:max-h-30rem {
    max-height: 30rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-0 {
    max-height: 0px !important;
  }
  .lg\:max-h-full {
    max-height: 100% !important;
  }
  .lg\:max-h-screen {
    max-height: 100vh !important;
  }
  .lg\:max-h-min {
    max-height: min-content !important;
  }
  .lg\:max-h-max {
    max-height: max-content !important;
  }
  .lg\:max-h-fit {
    max-height: fit-content !important;
  }
  .lg\:max-h-1rem {
    max-height: 1rem !important;
  }
  .lg\:max-h-2rem {
    max-height: 2rem !important;
  }
  .lg\:max-h-3rem {
    max-height: 3rem !important;
  }
  .lg\:max-h-4rem {
    max-height: 4rem !important;
  }
  .lg\:max-h-5rem {
    max-height: 5rem !important;
  }
  .lg\:max-h-6rem {
    max-height: 6rem !important;
  }
  .lg\:max-h-7rem {
    max-height: 7rem !important;
  }
  .lg\:max-h-8rem {
    max-height: 8rem !important;
  }
  .lg\:max-h-9rem {
    max-height: 9rem !important;
  }
  .lg\:max-h-10rem {
    max-height: 10rem !important;
  }
  .lg\:max-h-11rem {
    max-height: 11rem !important;
  }
  .lg\:max-h-12rem {
    max-height: 12rem !important;
  }
  .lg\:max-h-13rem {
    max-height: 13rem !important;
  }
  .lg\:max-h-14rem {
    max-height: 14rem !important;
  }
  .lg\:max-h-15rem {
    max-height: 15rem !important;
  }
  .lg\:max-h-16rem {
    max-height: 16rem !important;
  }
  .lg\:max-h-17rem {
    max-height: 17rem !important;
  }
  .lg\:max-h-18rem {
    max-height: 18rem !important;
  }
  .lg\:max-h-19rem {
    max-height: 19rem !important;
  }
  .lg\:max-h-20rem {
    max-height: 20rem !important;
  }
  .lg\:max-h-21rem {
    max-height: 21rem !important;
  }
  .lg\:max-h-22rem {
    max-height: 22rem !important;
  }
  .lg\:max-h-23rem {
    max-height: 23rem !important;
  }
  .lg\:max-h-24rem {
    max-height: 24rem !important;
  }
  .lg\:max-h-25rem {
    max-height: 25rem !important;
  }
  .lg\:max-h-26rem {
    max-height: 26rem !important;
  }
  .lg\:max-h-27rem {
    max-height: 27rem !important;
  }
  .lg\:max-h-28rem {
    max-height: 28rem !important;
  }
  .lg\:max-h-29rem {
    max-height: 29rem !important;
  }
  .lg\:max-h-30rem {
    max-height: 30rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-0 {
    max-height: 0px !important;
  }
  .xl\:max-h-full {
    max-height: 100% !important;
  }
  .xl\:max-h-screen {
    max-height: 100vh !important;
  }
  .xl\:max-h-min {
    max-height: min-content !important;
  }
  .xl\:max-h-max {
    max-height: max-content !important;
  }
  .xl\:max-h-fit {
    max-height: fit-content !important;
  }
  .xl\:max-h-1rem {
    max-height: 1rem !important;
  }
  .xl\:max-h-2rem {
    max-height: 2rem !important;
  }
  .xl\:max-h-3rem {
    max-height: 3rem !important;
  }
  .xl\:max-h-4rem {
    max-height: 4rem !important;
  }
  .xl\:max-h-5rem {
    max-height: 5rem !important;
  }
  .xl\:max-h-6rem {
    max-height: 6rem !important;
  }
  .xl\:max-h-7rem {
    max-height: 7rem !important;
  }
  .xl\:max-h-8rem {
    max-height: 8rem !important;
  }
  .xl\:max-h-9rem {
    max-height: 9rem !important;
  }
  .xl\:max-h-10rem {
    max-height: 10rem !important;
  }
  .xl\:max-h-11rem {
    max-height: 11rem !important;
  }
  .xl\:max-h-12rem {
    max-height: 12rem !important;
  }
  .xl\:max-h-13rem {
    max-height: 13rem !important;
  }
  .xl\:max-h-14rem {
    max-height: 14rem !important;
  }
  .xl\:max-h-15rem {
    max-height: 15rem !important;
  }
  .xl\:max-h-16rem {
    max-height: 16rem !important;
  }
  .xl\:max-h-17rem {
    max-height: 17rem !important;
  }
  .xl\:max-h-18rem {
    max-height: 18rem !important;
  }
  .xl\:max-h-19rem {
    max-height: 19rem !important;
  }
  .xl\:max-h-20rem {
    max-height: 20rem !important;
  }
  .xl\:max-h-21rem {
    max-height: 21rem !important;
  }
  .xl\:max-h-22rem {
    max-height: 22rem !important;
  }
  .xl\:max-h-23rem {
    max-height: 23rem !important;
  }
  .xl\:max-h-24rem {
    max-height: 24rem !important;
  }
  .xl\:max-h-25rem {
    max-height: 25rem !important;
  }
  .xl\:max-h-26rem {
    max-height: 26rem !important;
  }
  .xl\:max-h-27rem {
    max-height: 27rem !important;
  }
  .xl\:max-h-28rem {
    max-height: 28rem !important;
  }
  .xl\:max-h-29rem {
    max-height: 29rem !important;
  }
  .xl\:max-h-30rem {
    max-height: 30rem !important;
  }
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.sticky {
  position: sticky !important;
}
@media screen and (min-width: 576px) {
  .sm\:static {
    position: static !important;
  }
  .sm\:fixed {
    position: fixed !important;
  }
  .sm\:absolute {
    position: absolute !important;
  }
  .sm\:relative {
    position: relative !important;
  }
  .sm\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:static {
    position: static !important;
  }
  .md\:fixed {
    position: fixed !important;
  }
  .md\:absolute {
    position: absolute !important;
  }
  .md\:relative {
    position: relative !important;
  }
  .md\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:static {
    position: static !important;
  }
  .lg\:fixed {
    position: fixed !important;
  }
  .lg\:absolute {
    position: absolute !important;
  }
  .lg\:relative {
    position: relative !important;
  }
  .lg\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:static {
    position: static !important;
  }
  .xl\:fixed {
    position: fixed !important;
  }
  .xl\:absolute {
    position: absolute !important;
  }
  .xl\:relative {
    position: relative !important;
  }
  .xl\:sticky {
    position: sticky !important;
  }
}
.top-auto {
  top: auto !important;
}
.top-0 {
  top: 0px !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
@media screen and (min-width: 576px) {
  .sm\:top-auto {
    top: auto !important;
  }
  .sm\:top-0 {
    top: 0px !important;
  }
  .sm\:top-50 {
    top: 50% !important;
  }
  .sm\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:top-auto {
    top: auto !important;
  }
  .md\:top-0 {
    top: 0px !important;
  }
  .md\:top-50 {
    top: 50% !important;
  }
  .md\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:top-auto {
    top: auto !important;
  }
  .lg\:top-0 {
    top: 0px !important;
  }
  .lg\:top-50 {
    top: 50% !important;
  }
  .lg\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:top-auto {
    top: auto !important;
  }
  .xl\:top-0 {
    top: 0px !important;
  }
  .xl\:top-50 {
    top: 50% !important;
  }
  .xl\:top-100 {
    top: 100% !important;
  }
}
.left-auto {
  left: auto !important;
}
.left-0 {
  left: 0px !important;
}
.left-50 {
  left: 50% !important;
}
.left-100 {
  left: 100% !important;
}
@media screen and (min-width: 576px) {
  .sm\:left-auto {
    left: auto !important;
  }
  .sm\:left-0 {
    left: 0px !important;
  }
  .sm\:left-50 {
    left: 50% !important;
  }
  .sm\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:left-auto {
    left: auto !important;
  }
  .md\:left-0 {
    left: 0px !important;
  }
  .md\:left-50 {
    left: 50% !important;
  }
  .md\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:left-auto {
    left: auto !important;
  }
  .lg\:left-0 {
    left: 0px !important;
  }
  .lg\:left-50 {
    left: 50% !important;
  }
  .lg\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:left-auto {
    left: auto !important;
  }
  .xl\:left-0 {
    left: 0px !important;
  }
  .xl\:left-50 {
    left: 50% !important;
  }
  .xl\:left-100 {
    left: 100% !important;
  }
}
.right-auto {
  right: auto !important;
}
.right-0 {
  right: 0px !important;
}
.right-50 {
  right: 50% !important;
}
.right-100 {
  right: 100% !important;
}
@media screen and (min-width: 576px) {
  .sm\:right-auto {
    right: auto !important;
  }
  .sm\:right-0 {
    right: 0px !important;
  }
  .sm\:right-50 {
    right: 50% !important;
  }
  .sm\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:right-auto {
    right: auto !important;
  }
  .md\:right-0 {
    right: 0px !important;
  }
  .md\:right-50 {
    right: 50% !important;
  }
  .md\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:right-auto {
    right: auto !important;
  }
  .lg\:right-0 {
    right: 0px !important;
  }
  .lg\:right-50 {
    right: 50% !important;
  }
  .lg\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:right-auto {
    right: auto !important;
  }
  .xl\:right-0 {
    right: 0px !important;
  }
  .xl\:right-50 {
    right: 50% !important;
  }
  .xl\:right-100 {
    right: 100% !important;
  }
}
.bottom-auto {
  bottom: auto !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
@media screen and (min-width: 576px) {
  .sm\:bottom-auto {
    bottom: auto !important;
  }
  .sm\:bottom-0 {
    bottom: 0px !important;
  }
  .sm\:bottom-50 {
    bottom: 50% !important;
  }
  .sm\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:bottom-auto {
    bottom: auto !important;
  }
  .md\:bottom-0 {
    bottom: 0px !important;
  }
  .md\:bottom-50 {
    bottom: 50% !important;
  }
  .md\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bottom-auto {
    bottom: auto !important;
  }
  .lg\:bottom-0 {
    bottom: 0px !important;
  }
  .lg\:bottom-50 {
    bottom: 50% !important;
  }
  .lg\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bottom-auto {
    bottom: auto !important;
  }
  .xl\:bottom-0 {
    bottom: 0px !important;
  }
  .xl\:bottom-50 {
    bottom: 50% !important;
  }
  .xl\:bottom-100 {
    bottom: 100% !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
@media screen and (min-width: 576px) {
  .sm\:overflow-auto {
    overflow: auto !important;
  }
  .sm\:overflow-hidden {
    overflow: hidden !important;
  }
  .sm\:overflow-visible {
    overflow: visible !important;
  }
  .sm\:overflow-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-auto {
    overflow: auto !important;
  }
  .md\:overflow-hidden {
    overflow: hidden !important;
  }
  .md\:overflow-visible {
    overflow: visible !important;
  }
  .md\:overflow-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-auto {
    overflow: auto !important;
  }
  .lg\:overflow-hidden {
    overflow: hidden !important;
  }
  .lg\:overflow-visible {
    overflow: visible !important;
  }
  .lg\:overflow-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-auto {
    overflow: auto !important;
  }
  .xl\:overflow-hidden {
    overflow: hidden !important;
  }
  .xl\:overflow-visible {
    overflow: visible !important;
  }
  .xl\:overflow-scroll {
    overflow: scroll !important;
  }
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
@media screen and (min-width: 576px) {
  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
@media screen and (min-width: 576px) {
  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
}
.z-auto {
  z-index: auto !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
@media screen and (min-width: 576px) {
  .sm\:z-auto {
    z-index: auto !important;
  }
  .sm\:z-0 {
    z-index: 0 !important;
  }
  .sm\:z-1 {
    z-index: 1 !important;
  }
  .sm\:z-2 {
    z-index: 2 !important;
  }
  .sm\:z-3 {
    z-index: 3 !important;
  }
  .sm\:z-4 {
    z-index: 4 !important;
  }
  .sm\:z-5 {
    z-index: 5 !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:z-auto {
    z-index: auto !important;
  }
  .md\:z-0 {
    z-index: 0 !important;
  }
  .md\:z-1 {
    z-index: 1 !important;
  }
  .md\:z-2 {
    z-index: 2 !important;
  }
  .md\:z-3 {
    z-index: 3 !important;
  }
  .md\:z-4 {
    z-index: 4 !important;
  }
  .md\:z-5 {
    z-index: 5 !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:z-auto {
    z-index: auto !important;
  }
  .lg\:z-0 {
    z-index: 0 !important;
  }
  .lg\:z-1 {
    z-index: 1 !important;
  }
  .lg\:z-2 {
    z-index: 2 !important;
  }
  .lg\:z-3 {
    z-index: 3 !important;
  }
  .lg\:z-4 {
    z-index: 4 !important;
  }
  .lg\:z-5 {
    z-index: 5 !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:z-auto {
    z-index: auto !important;
  }
  .xl\:z-0 {
    z-index: 0 !important;
  }
  .xl\:z-1 {
    z-index: 1 !important;
  }
  .xl\:z-2 {
    z-index: 2 !important;
  }
  .xl\:z-3 {
    z-index: 3 !important;
  }
  .xl\:z-4 {
    z-index: 4 !important;
  }
  .xl\:z-5 {
    z-index: 5 !important;
  }
}
.bg-repeat {
  background-repeat: repeat !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.bg-repeat-x {
  background-repeat: repeat-x !important;
}
.bg-repeat-y {
  background-repeat: repeat-y !important;
}
.bg-repeat-round {
  background-repeat: round !important;
}
.bg-repeat-space {
  background-repeat: space !important;
}
@media screen and (min-width: 576px) {
  .sm\:bg-repeat {
    background-repeat: repeat !important;
  }
  .sm\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .sm\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .sm\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .sm\:bg-repeat-round {
    background-repeat: round !important;
  }
  .sm\:bg-repeat-space {
    background-repeat: space !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-repeat {
    background-repeat: repeat !important;
  }
  .md\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .md\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .md\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .md\:bg-repeat-round {
    background-repeat: round !important;
  }
  .md\:bg-repeat-space {
    background-repeat: space !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-repeat {
    background-repeat: repeat !important;
  }
  .lg\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .lg\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .lg\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .lg\:bg-repeat-round {
    background-repeat: round !important;
  }
  .lg\:bg-repeat-space {
    background-repeat: space !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-repeat {
    background-repeat: repeat !important;
  }
  .xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .xl\:bg-repeat-round {
    background-repeat: round !important;
  }
  .xl\:bg-repeat-space {
    background-repeat: space !important;
  }
}
.bg-auto {
  background-size: auto !important;
}
.bg-cover {
  background-size: cover !important;
}
.bg-contain {
  background-size: contain !important;
}
@media screen and (min-width: 576px) {
  .sm\:bg-auto {
    background-size: auto !important;
  }
  .sm\:bg-cover {
    background-size: cover !important;
  }
  .sm\:bg-contain {
    background-size: contain !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-auto {
    background-size: auto !important;
  }
  .md\:bg-cover {
    background-size: cover !important;
  }
  .md\:bg-contain {
    background-size: contain !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-auto {
    background-size: auto !important;
  }
  .lg\:bg-cover {
    background-size: cover !important;
  }
  .lg\:bg-contain {
    background-size: contain !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-auto {
    background-size: auto !important;
  }
  .xl\:bg-cover {
    background-size: cover !important;
  }
  .xl\:bg-contain {
    background-size: contain !important;
  }
}
.bg-bottom {
  background-position: bottom !important;
}
.bg-center {
  background-position: center !important;
}
.bg-left {
  background-position: left !important;
}
.bg-left-bottom {
  background-position: left bottom !important;
}
.bg-left-top {
  background-position: left top !important;
}
.bg-right {
  background-position: right !important;
}
.bg-right-bottom {
  background-position: right bottom !important;
}
.bg-right-top {
  background-position: right top !important;
}
.bg-top {
  background-position: top !important;
}
@media screen and (min-width: 576px) {
  .sm\:bg-bottom {
    background-position: bottom !important;
  }
  .sm\:bg-center {
    background-position: center !important;
  }
  .sm\:bg-left {
    background-position: left !important;
  }
  .sm\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .sm\:bg-left-top {
    background-position: left top !important;
  }
  .sm\:bg-right {
    background-position: right !important;
  }
  .sm\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .sm\:bg-right-top {
    background-position: right top !important;
  }
  .sm\:bg-top {
    background-position: top !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-bottom {
    background-position: bottom !important;
  }
  .md\:bg-center {
    background-position: center !important;
  }
  .md\:bg-left {
    background-position: left !important;
  }
  .md\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .md\:bg-left-top {
    background-position: left top !important;
  }
  .md\:bg-right {
    background-position: right !important;
  }
  .md\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .md\:bg-right-top {
    background-position: right top !important;
  }
  .md\:bg-top {
    background-position: top !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-bottom {
    background-position: bottom !important;
  }
  .lg\:bg-center {
    background-position: center !important;
  }
  .lg\:bg-left {
    background-position: left !important;
  }
  .lg\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .lg\:bg-left-top {
    background-position: left top !important;
  }
  .lg\:bg-right {
    background-position: right !important;
  }
  .lg\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .lg\:bg-right-top {
    background-position: right top !important;
  }
  .lg\:bg-top {
    background-position: top !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-bottom {
    background-position: bottom !important;
  }
  .xl\:bg-center {
    background-position: center !important;
  }
  .xl\:bg-left {
    background-position: left !important;
  }
  .xl\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .xl\:bg-left-top {
    background-position: left top !important;
  }
  .xl\:bg-right {
    background-position: right !important;
  }
  .xl\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .xl\:bg-right-top {
    background-position: right top !important;
  }
  .xl\:bg-top {
    background-position: top !important;
  }
}
.select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.select-text {
  -webkit-user-select: text !important;
  user-select: text !important;
}
.select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.list-none {
  list-style: none !important;
}
.list-disc {
  list-style: disc !important;
}
.list-decimal {
  list-style: decimal !important;
}
.appearance-none {
  appearance: none !important;
}
.outline-none {
  outline: none !important;
}
.pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-auto {
  pointer-events: auto !important;
}
.cursor-auto {
  cursor: auto !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-wait {
  cursor: wait !important;
}
.cursor-move {
  cursor: move !important;
}
.select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.select-text {
  -webkit-user-select: text !important;
  user-select: text !important;
}
.select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-10 {
  opacity: .1 !important;
}
.opacity-20 {
  opacity: .2 !important;
}
.opacity-30 {
  opacity: .3 !important;
}
.opacity-40 {
  opacity: .4 !important;
}
.opacity-50 {
  opacity: .5 !important;
}
.opacity-60 {
  opacity: .6 !important;
}
.opacity-70 {
  opacity: .7 !important;
}
.opacity-80 {
  opacity: .8 !important;
}
.opacity-90 {
  opacity: .9 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.reset {
  all: unset;
}
.transition-none {
  transition-property: none !important;
}
.transition-all {
  transition-property: all !important;
}
.transition-colors {
  transition-property:
    background-color,
    border-color,
    color !important;
}
.transition-transform {
  transition-property: transform !important;
}
.transition-duration-100 {
  transition-duration: 100ms !important;
}
.transition-duration-150 {
  transition-duration: 150ms !important;
}
.transition-duration-200 {
  transition-duration: 200ms !important;
}
.transition-duration-300 {
  transition-duration: 300ms !important;
}
.transition-duration-400 {
  transition-duration: 400ms !important;
}
.transition-duration-500 {
  transition-duration: 500ms !important;
}
.transition-duration-1000 {
  transition-duration: 1000ms !important;
}
.transition-duration-2000 {
  transition-duration: 2000ms !important;
}
.transition-duration-3000 {
  transition-duration: 3000ms !important;
}
.transition-linear {
  transition-timing-function: linear !important;
}
.transition-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.transition-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.transition-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.transition-delay-100 {
  transition-delay: 100ms !important;
}
.transition-delay-150 {
  transition-delay: 150ms !important;
}
.transition-delay-200 {
  transition-delay: 200ms !important;
}
.transition-delay-300 {
  transition-delay: 300ms !important;
}
.transition-delay-400 {
  transition-delay: 400ms !important;
}
.transition-delay-500 {
  transition-delay: 500ms !important;
}
.transition-delay-1000 {
  transition-delay: 1000ms !important;
}
.translate-x-0 {
  transform: translateX(0%) !important;
}
.translate-x-100 {
  transform: translateX(100%) !important;
}
.-translate-x-100 {
  transform: translateX(-100%) !important;
}
.translate-y-0 {
  transform: translateY(0%) !important;
}
.translate-y-100 {
  transform: translateY(100%) !important;
}
.-translate-y-100 {
  transform: translateY(-100%) !important;
}
@media screen and (min-width: 576px) {
  .sm\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .sm\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .sm\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .sm\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .sm\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .sm\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .md\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .md\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .md\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .md\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .md\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .lg\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .lg\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .lg\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .lg\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .lg\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .xl\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .xl\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .xl\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .xl\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .xl\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
}
.rotate-45 {
  transform: rotate(45deg) !important;
}
.-rotate-45 {
  transform: rotate(-45deg) !important;
}
.rotate-90 {
  transform: rotate(90deg) !important;
}
.-rotate-90 {
  transform: rotate(-90deg) !important;
}
.rotate-180 {
  transform: rotate(180deg) !important;
}
.-rotate-180 {
  transform: rotate(-180deg) !important;
}
@media screen and (min-width: 576px) {
  .sm\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .sm\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .sm\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .sm\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .sm\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .sm\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .md\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .md\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .md\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .md\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .md\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .lg\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .lg\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .lg\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .lg\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .lg\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .xl\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .xl\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .xl\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .xl\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .xl\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
}
.origin-center {
  transform-origin: center !important;
}
.origin-top {
  transform-origin: top !important;
}
.origin-top-right {
  transform-origin: top right !important;
}
.origin-right {
  transform-origin: right !important;
}
.origin-bottom-right {
  transform-origin: bottom right !important;
}
.origin-bottom {
  transform-origin: bottom !important;
}
.origin-bottom-left {
  transform-origin: bottom left !important;
}
.origin-left {
  transform-origin: left !important;
}
.origin-top-left {
  transform-origin: top-left !important;
}
@media screen and (min-width: 576px) {
  .sm\:origin-center {
    transform-origin: center !important;
  }
  .sm\:origin-top {
    transform-origin: top !important;
  }
  .sm\:origin-top-right {
    transform-origin: top right !important;
  }
  .sm\:origin-right {
    transform-origin: right !important;
  }
  .sm\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .sm\:origin-bottom {
    transform-origin: bottom !important;
  }
  .sm\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .sm\:origin-left {
    transform-origin: left !important;
  }
  .sm\:origin-top-left {
    transform-origin: top-left !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:origin-center {
    transform-origin: center !important;
  }
  .md\:origin-top {
    transform-origin: top !important;
  }
  .md\:origin-top-right {
    transform-origin: top right !important;
  }
  .md\:origin-right {
    transform-origin: right !important;
  }
  .md\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .md\:origin-bottom {
    transform-origin: bottom !important;
  }
  .md\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .md\:origin-left {
    transform-origin: left !important;
  }
  .md\:origin-top-left {
    transform-origin: top-left !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:origin-center {
    transform-origin: center !important;
  }
  .lg\:origin-top {
    transform-origin: top !important;
  }
  .lg\:origin-top-right {
    transform-origin: top right !important;
  }
  .lg\:origin-right {
    transform-origin: right !important;
  }
  .lg\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .lg\:origin-bottom {
    transform-origin: bottom !important;
  }
  .lg\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .lg\:origin-left {
    transform-origin: left !important;
  }
  .lg\:origin-top-left {
    transform-origin: top-left !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:origin-center {
    transform-origin: center !important;
  }
  .xl\:origin-top {
    transform-origin: top !important;
  }
  .xl\:origin-top-right {
    transform-origin: top right !important;
  }
  .xl\:origin-right {
    transform-origin: right !important;
  }
  .xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .xl\:origin-bottom {
    transform-origin: bottom !important;
  }
  .xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .xl\:origin-left {
    transform-origin: left !important;
  }
  .xl\:origin-top-left {
    transform-origin: top-left !important;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scalein {
  0% {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes slidedown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: auto;
  }
}
@keyframes slideup {
  0% {
    max-height: 1000px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeoutleft {
  0% {
    opacity: 1;
    transform: translateX(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeoutup {
  0% {
    opacity: 1;
    transform: translateY(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes flip {
  from {
    transform: perspective(2000px) rotateX(-100deg);
  }
  to {
    transform: perspective(2000px) rotateX(0);
  }
}
@keyframes flipleft {
  from {
    transform: perspective(2000px) rotateY(-100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipright {
  from {
    transform: perspective(2000px) rotateY(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipup {
  from {
    transform: perspective(2000px) rotateX(-100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
}
@keyframes zoomin {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomindown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoominleft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoominright {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoominup {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
.fadein {
  animation: fadein 0.15s linear;
}
.fadeout {
  animation: fadeout 0.15s linear;
}
.slidedown {
  animation: slidedown 0.45s ease-in-out;
}
.slideup {
  animation: slideup 0.45s cubic-bezier(0, 1, 0, 1);
}
.scalein {
  animation: scalein 0.15s linear;
}
.fadeinleft {
  animation: fadeinleft 0.15s linear;
}
.fadeoutleft {
  animation: fadeoutleft 0.15s linear;
}
.fadeinright {
  animation: fadeinright 0.15s linear;
}
.fadeoutright {
  animation: fadeoutright 0.15s linear;
}
.fadeinup {
  animation: fadeinup 0.15s linear;
}
.fadeoutup {
  animation: fadeoutup 0.15s linear;
}
.fadeindown {
  animation: fadeindown 0.15s linear;
}
.fadeoutdown {
  animation: fadeoutdown 0.15s linear;
}
.animate-width {
  animation: animate-width 1000ms linear;
}
.flip {
  backface-visibility: visible;
  animation: flip 0.15s linear;
}
.flipup {
  backface-visibility: visible;
  animation: flipup 0.15s linear;
}
.flipleft {
  backface-visibility: visible;
  animation: flipleft 0.15s linear;
}
.flipright {
  backface-visibility: visible;
  animation: flipright 0.15s linear;
}
.zoomin {
  animation: zoomin 0.15s linear;
}
.zoomindown {
  animation: zoomindown 0.15s linear;
}
.zoominleft {
  animation: zoominleft 0.15s linear;
}
.zoominright {
  animation: zoominright 0.15s linear;
}
.zoominup {
  animation: zoominup 0.15s linear;
}
.animation-duration-100 {
  animation-duration: 100ms !important;
}
.animation-duration-150 {
  animation-duration: 150ms !important;
}
.animation-duration-200 {
  animation-duration: 200ms !important;
}
.animation-duration-300 {
  animation-duration: 300ms !important;
}
.animation-duration-400 {
  animation-duration: 400ms !important;
}
.animation-duration-500 {
  animation-duration: 500ms !important;
}
.animation-duration-1000 {
  animation-duration: 1000ms !important;
}
.animation-duration-2000 {
  animation-duration: 2000ms !important;
}
.animation-duration-3000 {
  animation-duration: 3000ms !important;
}
.animation-delay-100 {
  animation-delay: 100ms !important;
}
.animation-delay-150 {
  animation-delay: 150ms !important;
}
.animation-delay-200 {
  animation-delay: 200ms !important;
}
.animation-delay-300 {
  animation-delay: 300ms !important;
}
.animation-delay-400 {
  animation-delay: 400ms !important;
}
.animation-delay-500 {
  animation-delay: 500ms !important;
}
.animation-delay-1000 {
  animation-delay: 1000ms !important;
}
.animation-iteration-1 {
  animation-iteration-count: 1 !important;
}
.animation-iteration-2 {
  animation-iteration-count: 2 !important;
}
.animation-iteration-infinite {
  animation-iteration-count: infinite !important;
}
.animation-linear {
  animation-timing-function: linear !important;
}
.animation-ease-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.animation-ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.animation-ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.animation-fill-none {
  animation-fill-mode: none !important;
}
.animation-fill-forwards {
  animation-fill-mode: forwards !important;
}
.animation-fill-backwards {
  animation-fill-mode: backwards !important;
}
.animation-fill-both {
  animation-fill-mode: both !important;
}

/* node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* src/styles.scss */
:root,
:root[data-theme=dark] {
  color-scheme: dark;
  --font-ui:
    "Inter",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --font-display: "Syne", var(--font-ui);
  --font-mono:
    "JetBrains Mono",
    ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  --font-syne: var(--font-display);
  --bg: #080b10;
  --bg-rgb:
    8,
    11,
    16;
  --bg2: #0f141c;
  --bg2-rgb:
    15,
    20,
    28;
  --bg3: #151c27;
  --bg3-rgb:
    21,
    28,
    39;
  --bg4: #1d2734;
  --surface: #111821;
  --surface-elevated: #182231;
  --surface-soft: #0d131b;
  --surface-card: var(--bg2);
  --surface-ground: var(--bg);
  --surface-border: var(--border);
  --text-color: var(--text);
  --text-color-secondary: var(--text3);
  --primary-color: var(--accent);
  --surface-glass: rgba(15, 20, 28, 0.72);
  --surface-glass-light: rgba(21, 28, 39, 0.58);
  --glass-blur: 16px;
  --glass-blur-heavy: 32px;
  --border: rgba(148, 163, 184, 0.18);
  --border-subtle: rgba(148, 163, 184, 0.1);
  --border2: rgba(148, 163, 184, 0.32);
  --border-glow: rgba(84, 166, 255, 0.4);
  --text: #f7f9fc;
  --text2: #c9d4e4;
  --text3: #8d9caf;
  --muted: #697789;
  --accent: #54a6ff;
  --accent-rgb:
    84,
    166,
    255;
  --accent-hover: #6cb8ff;
  --accent2: #27d6b6;
  --accent2-rgb:
    39,
    214,
    182;
  --accent2-hover: #3de4c8;
  --purple: #a78bfa;
  --purple-rgb:
    167,
    139,
    250;
  --pink: #fb7185;
  --pink-rgb:
    251,
    113,
    133;
  --amber: #f7c948;
  --amber-rgb:
    247,
    201,
    72;
  --green: #38d996;
  --green-rgb:
    56,
    217,
    150;
  --red: #ff6673;
  --red-rgb:
    255,
    102,
    115;
  --accent-gradient:
    linear-gradient(
      135deg,
      #54a6ff 0%,
      #27d6b6 100%);
  --accent-gradient-hover:
    linear-gradient(
      135deg,
      #6cb8ff 0%,
      #3de4c8 100%);
  --focus-outline: 2px solid var(--accent);
  --focus-offset: 2px;
  --gradient-bg:
    radial-gradient(
      ellipse at 20% 0%,
      rgba(84, 166, 255, 0.12) 0%,
      transparent 50%),
    radial-gradient(
      ellipse at 80% 100%,
      rgba(39, 214, 182, 0.08) 0%,
      transparent 50%);
  --topbar: 62px;
  --nav: 58px;
  --radius: 8px;
  --radius-lg: 10px;
  --radius-xl: 14px;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
  --shadow-sm: 0 8px 20px rgba(0, 0, 0, 0.18);
  --shadow-lg: 0 28px 80px rgba(0, 0, 0, 0.34);
  --shadow-glow: 0 0 50px rgba(84, 166, 255, 0.18);
  --shadow-glow-accent2: 0 0 50px rgba(39, 214, 182, 0.15);
  --float-offset: 16px;
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-glass: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --bp-mobile: 375px;
  --bp-tablet: 768px;
  --bp-desktop: 1024px;
  --bp-large: 1440px;
  --container-max: 1400px;
}
:root[data-theme=light] {
  color-scheme: light;
  --font-ui:
    "Inter",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --font-display: "Syne", var(--font-ui);
  --font-mono:
    "JetBrains Mono",
    ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  --font-syne: var(--font-display);
  --bg: #f5f7fb;
  --bg-rgb:
    245,
    247,
    251;
  --bg2: #ffffff;
  --bg2-rgb:
    255,
    255,
    255;
  --bg3: #edf2f8;
  --bg3-rgb:
    237,
    242,
    248;
  --bg4: #dfe7f1;
  --surface: #ffffff;
  --surface-elevated: #ffffff;
  --surface-soft: #f8fafc;
  --surface-card: var(--bg2);
  --surface-ground: var(--bg);
  --surface-border: var(--border);
  --text-color: var(--text);
  --text-color-secondary: var(--text3);
  --primary-color: var(--accent);
  --surface-glass: rgba(255, 255, 255, 0.78);
  --surface-glass-light: rgba(255, 255, 255, 0.62);
  --glass-blur: 16px;
  --glass-blur-heavy: 32px;
  --border: rgba(27, 39, 55, 0.12);
  --border-subtle: rgba(27, 39, 55, 0.06);
  --border2: rgba(27, 39, 55, 0.22);
  --border-glow: rgba(35, 104, 216, 0.35);
  --text: #17202c;
  --text-rgb:
    23,
    32,
    44;
  --text2: #4a5568;
  --text3: #6b7280;
  --muted: #8a96a8;
  --accent: #1d4ed8;
  --accent-rgb:
    29,
    78,
    216;
  --accent-hover: #2563eb;
  --accent2: #0f766e;
  --accent2-rgb:
    15,
    118,
    110;
  --accent2-hover: #115e59;
  --purple: #5b21b6;
  --purple-rgb:
    91,
    33,
    182;
  --pink: #be185d;
  --pink-rgb:
    190,
    24,
    93;
  --amber: #b45309;
  --amber-rgb:
    180,
    83,
    9;
  --green: #047857;
  --green-rgb:
    4,
    120,
    87;
  --red: #b91c1c;
  --red-rgb:
    185,
    28,
    28;
  --accent-gradient:
    linear-gradient(
      135deg,
      #1d4ed8 0%,
      #0f766e 100%);
  --accent-gradient-hover:
    linear-gradient(
      135deg,
      #2563eb 0%,
      #115e59 100%);
  --focus-outline: 2px solid var(--accent);
  --focus-offset: 2px;
  --gradient-bg:
    radial-gradient(
      ellipse at 20% 0%,
      rgba(29, 78, 216, 0.08) 0%,
      transparent 50%),
    radial-gradient(
      ellipse at 80% 100%,
      rgba(15, 118, 110, 0.06) 0%,
      transparent 50%);
  --shadow: 0 18px 48px rgba(37, 50, 67, 0.12);
  --shadow-sm: 0 4px 12px rgba(37, 50, 67, 0.06);
  --shadow-lg: 0 24px 64px rgba(37, 50, 67, 0.16);
  --shadow-glow: 0 0 50px rgba(29, 78, 216, 0.12);
  --shadow-glow-accent2: 0 0 50px rgba(15, 118, 110, 0.1);
  --float-offset: 16px;
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-glass: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --bp-mobile: 375px;
  --bp-tablet: 768px;
  --bp-desktop: 1024px;
  --bp-large: 1440px;
  --container-max: 1400px;
}
:root[data-theme=gold] {
  color-scheme: dark;
  --font-ui:
    "Inter",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --font-display: "Syne", var(--font-ui);
  --font-mono:
    "JetBrains Mono",
    ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  --font-syne: var(--font-display);
  --bg: #090a0d;
  --bg-rgb:
    9,
    10,
    13;
  --bg2: #101216;
  --bg2-rgb:
    16,
    18,
    22;
  --bg3: #171a20;
  --bg3-rgb:
    23,
    26,
    32;
  --bg4: #21252d;
  --surface: #12151a;
  --surface-elevated: #1a1e25;
  --surface-soft: #0d0f13;
  --surface-card: var(--bg2);
  --surface-ground: var(--bg);
  --surface-border: var(--border);
  --text-color: var(--text);
  --text-color-secondary: var(--text3);
  --primary-color: var(--accent);
  --surface-glass: rgba(16, 18, 22, 0.78);
  --surface-glass-light: rgba(23, 26, 32, 0.62);
  --glass-blur: 16px;
  --glass-blur-heavy: 32px;
  --border: rgba(245, 197, 88, 0.18);
  --border-subtle: rgba(245, 197, 88, 0.1);
  --border2: rgba(245, 197, 88, 0.32);
  --border-glow: rgba(245, 197, 88, 0.45);
  --text: #fffaf0;
  --text2: #e6ddc9;
  --text3: #b8af9e;
  --muted: #8a8477;
  --accent: #f5c558;
  --accent-rgb:
    245,
    197,
    88;
  --accent-hover: #f7cf77;
  --accent2: #4dd8c8;
  --accent2-rgb:
    77,
    216,
    200;
  --accent2-hover: #6ae2d8;
  --gold-gradient:
    linear-gradient(
      135deg,
      #f5c558 0%,
      #fff0a8 100%);
  --accent-gradient:
    linear-gradient(
      135deg,
      #f5c558 0%,
      #4dd8c8 100%);
  --accent-gradient-hover:
    linear-gradient(
      135deg,
      #f7cf77 0%,
      #6ae2d8 100%);
  --gold-glow: 0 0 30px rgba(245, 197, 88, 0.28);
  --purple: #b8a1ff;
  --purple-rgb:
    184,
    161,
    255;
  --pink: #ff8ca3;
  --pink-rgb:
    255,
    140,
    163;
  --amber: #ffcc66;
  --amber-rgb:
    255,
    204,
    102;
  --green: #47d990;
  --green-rgb:
    71,
    217,
    144;
  --red: #ff6b77;
  --red-rgb:
    255,
    107,
    119;
  --focus-outline: 2px solid var(--accent);
  --focus-offset: 2px;
  --gradient-bg:
    radial-gradient(
      ellipse at 20% 0%,
      rgba(245, 197, 88, 0.1) 0%,
      transparent 50%),
    radial-gradient(
      ellipse at 80% 100%,
      rgba(77, 216, 200, 0.07) 0%,
      transparent 50%);
  --shadow: 0 20px 52px rgba(0, 0, 0, 0.36);
  --shadow-sm: 0 8px 18px rgba(0, 0, 0, 0.22);
  --shadow-lg: 0 30px 92px rgba(0, 0, 0, 0.48);
  --shadow-glow: 0 0 50px rgba(245, 197, 88, 0.2);
  --shadow-glow-accent2: 0 0 50px rgba(77, 216, 200, 0.15);
  --float-offset: 16px;
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-glass: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --bp-mobile: 375px;
  --bp-tablet: 768px;
  --bp-desktop: 1024px;
  --bp-large: 1440px;
  --container-max: 1400px;
}
@media (prefers-reduced-motion: reduce) {
  :root,
  :root[data-theme=dark],
  :root[data-theme=light],
  :root[data-theme=gold] {
    --transition-fast: 0ms !important;
    --transition-base: 0ms !important;
    --transition-slow: 0ms !important;
    --transition-bounce: 0ms !important;
    --transition-glass: 0ms !important;
  }
}
.hj-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--text);
  text-decoration: none;
}
.hj-brand-mark {
  --hj-mark-size: 44px;
  position: relative;
  display: inline-grid;
  place-items: center;
  width: var(--hj-mark-size);
  height: var(--hj-mark-size);
  flex: 0 0 var(--hj-mark-size);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 50% 45%,
      rgba(var(--accent-rgb), 0.2),
      transparent 63%),
    color-mix(in srgb, var(--bg2) 78%, transparent);
  box-shadow:
    0 0 0 5px rgba(var(--accent-rgb), 0.1),
    0 14px 28px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(var(--accent-rgb), 0.22);
  isolation: isolate;
}
.hj-brand-mark::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  border: 1px solid rgba(var(--accent2-rgb), 0.2);
  pointer-events: none;
}
.hj-brand-face {
  position: relative;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 32% 24%,
      rgba(255, 255, 255, 0.38),
      transparent 20%),
    linear-gradient(
      135deg,
      var(--accent) 0%,
      var(--accent2) 100%);
  box-shadow: inset 0 -6px 14px rgba(0, 0, 0, 0.18), 0 8px 18px rgba(var(--accent-rgb), 0.28);
  animation: hjFaceBreathe 3.8s ease-in-out infinite;
}
.hj-brand-eye {
  position: absolute;
  top: 34%;
  width: 12%;
  height: 12%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}
.hj-brand-eye--left {
  left: 29%;
}
.hj-brand-eye--right {
  right: 29%;
}
.hj-brand-smile {
  position: absolute;
  left: 31%;
  right: 31%;
  bottom: 27%;
  height: 18%;
  border-bottom: max(2px, var(--hj-mark-size) * 0.035) solid rgba(255, 255, 255, 0.95);
  border-radius: 0 0 999px 999px;
}
.hj-brand-spark {
  position: absolute;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 10px rgba(var(--amber-rgb), 0.7);
  animation: hjSpark 2.8s ease-in-out infinite;
}
.hj-brand-spark--one {
  top: -5%;
  right: 6%;
  width: 14%;
  height: 14%;
}
.hj-brand-spark--two {
  top: 12%;
  right: -7%;
  width: 9%;
  height: 9%;
  animation-delay: 0.9s;
}
.hj-brand-word {
  display: inline-flex;
  align-items: baseline;
  gap: 0.05em;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.95;
  color: var(--text);
  white-space: nowrap;
}
.brand .hj-brand-word,
.topbar-logo .hj-brand-word,
.voice-brand .hj-brand-word {
  display: inline-flex;
  align-items: baseline;
  gap: 0.05em;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.95;
  color: var(--text);
}
.hj-brand-hey {
  font-size: 0.43em;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text3);
  transform: translateY(-0.04em);
}
.brand .hj-brand-word .hj-brand-hey,
.topbar-logo .hj-brand-word .hj-brand-hey,
.voice-brand .hj-brand-word .hj-brand-hey {
  font-size: 0.43em;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text3);
}
.hj-brand-jivu {
  font-size: 1em;
  color: var(--text);
  background:
    linear-gradient(
      135deg,
      var(--text) 8%,
      var(--accent) 48%,
      var(--accent2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 18px rgba(var(--accent-rgb), 0.12);
}
.brand .hj-brand-word .hj-brand-jivu,
.topbar-logo .hj-brand-word .hj-brand-jivu,
.voice-brand .hj-brand-word .hj-brand-jivu {
  font-size: 1em;
  color: var(--text);
}
.hj-brand-subtitle {
  display: block;
  margin-top: 2px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  color: var(--text3);
  text-transform: uppercase;
}
.hj-brand-mark--topbar {
  --hj-mark-size: 34px;
}
.hj-brand-mark--mobile {
  --hj-mark-size: 32px;
}
.hj-brand-mark--nav {
  --hj-mark-size: 38px;
}
.hj-brand-mark--auth {
  --hj-mark-size: 74px;
  margin-inline: auto;
}
.hj-brand-mark--voice {
  --hj-mark-size: 46px;
}
.hj-brand-word--topbar {
  font-size: 1.2rem;
}
.hj-brand-word--auth {
  display: flex;
  justify-content: center;
  font-size: 38px;
  margin: 18px 0 8px;
}
.hj-brand-word--page {
  font-size: clamp(1.65rem, 4vw, 2.2rem);
}
.hj-product-name {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  color: var(--text);
}
.hj-product-kicker {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.07em;
  background:
    linear-gradient(
      135deg,
      var(--accent),
      var(--accent2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hj-product-suffix {
  font-family: var(--font-display);
  font-weight: 850;
  letter-spacing: -0.055em;
  color: var(--text);
}
.hj-brand-tagline {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  color: var(--text3);
  text-transform: uppercase;
}
.hj-brand-stack {
  display: inline-grid;
  gap: 2px;
  min-width: 0;
}
.hj-loading-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--text);
  background:
    radial-gradient(
      circle at 20% 16%,
      rgba(var(--accent-rgb), 0.2),
      transparent 30%),
    radial-gradient(
      circle at 80% 78%,
      rgba(var(--accent2-rgb), 0.16),
      transparent 34%),
    linear-gradient(
      145deg,
      var(--bg) 0%,
      var(--bg2) 58%,
      var(--surface) 100%);
}
.hj-loading-card {
  display: grid;
  justify-items: center;
  gap: 18px;
  min-width: 240px;
  padding: 32px 30px;
}
.hj-loading-orb {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: rgba(var(--accent-rgb), 0.12);
  box-shadow: 0 0 0 8px rgba(var(--accent-rgb), 0.06), 0 24px 44px rgba(0, 0, 0, 0.28);
  animation: hjFloat 2.6s ease-in-out infinite;
}
.hj-loading-pill {
  width: 190px;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: color-mix(in srgb, var(--text) 8%, transparent);
}
.hj-loading-pill::before {
  content: "";
  display: block;
  width: 65%;
  height: 100%;
  border-radius: inherit;
  background:
    linear-gradient(
      90deg,
      var(--accent),
      var(--accent2),
      var(--amber));
  animation: hjLoadingSlide 1.6s ease-in-out infinite alternate;
}
.hj-ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(var(--green-rgb), 0.3) 0%,
      rgba(var(--green-rgb), 0) 70%);
  opacity: 0;
  z-index: 1;
}
.hj-ripple--one {
  animation: hjRipple 2s infinite ease-out;
}
.hj-ripple--two {
  animation: hjRipple 2s infinite ease-out 0.6s;
}
.hj-ripple--three {
  animation: hjRipple 2s infinite ease-out 1.2s;
}
.hj-spinner-ring {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid rgba(var(--accent-rgb), 0.1);
  border-top-color: var(--accent);
  animation: hjSpin 1s infinite linear;
  z-index: 2;
}
.hj-wave-bar-container {
  position: absolute;
  width: 120px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.hj-wave-bar {
  width: 4px;
  height: 10px;
  border-radius: 10px;
  background:
    linear-gradient(
      180deg,
      var(--accent2) 0%,
      var(--accent) 100%);
  animation: hjVoiceBounce 1.2s infinite ease-in-out;
}
.hj-wave-bar--one {
  animation-delay: 0.1s;
  height: 15px;
}
.hj-wave-bar--two {
  animation-delay: 0.3s;
  height: 25px;
}
.hj-wave-bar--three {
  animation-delay: 0.6s;
  height: 40px;
}
.hj-wave-bar--four {
  animation-delay: 0.2s;
  height: 30px;
}
.hj-wave-bar--five {
  animation-delay: 0.4s;
  height: 18px;
}
.hj-pulse-dot {
  animation: hjPulseDot 1s infinite alternate;
}
.hj-pulse-text {
  animation: hjPulseOpacity 1.5s infinite alternate;
}
@keyframes hjFaceBreathe {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.03);
  }
}
@keyframes hjSpark {
  0%, 100% {
    transform: scale(0.85);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}
@keyframes hjFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hjSlideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes hjFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-7px) scale(1.03);
  }
}
@keyframes hjLoadingSlide {
  from {
    transform: translateX(-34%);
  }
  to {
    transform: translateX(72%);
  }
}
@keyframes hjRipple {
  0% {
    transform: scale(0.7);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes hjSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes hjVoiceBounce {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(3);
  }
}
@keyframes hjPulseDot {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes hjPulseOpacity {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0.8;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hj-brand-face,
  .hj-brand-spark,
  .hj-loading-orb,
  .hj-loading-pill::before,
  .hj-ripple,
  .hj-spinner-ring,
  .hj-wave-bar,
  .hj-pulse-dot,
  .hj-pulse-text {
    animation: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.16;
  color: var(--text);
}
h1 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
}
h2 {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}
h3 {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}
h4 {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
}
h5 {
  font-size: clamp(0.8rem, 1vw, 0.875rem);
}
h6 {
  font-size: clamp(0.7rem, 0.9vw, 0.8rem);
}
p {
  margin: 0;
}
small {
  font-size: 0.75rem;
}
.eyebrow {
  color: var(--accent);
  font: 800 10px/1 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.screen-title {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}
.screen-sub {
  display: block;
  margin-top: 8px;
  color: var(--text3);
  font-size: 13px;
  max-width: 760px;
}
.text-accent {
  color: var(--accent) !important;
}
.text-accent2 {
  color: var(--accent2) !important;
}
.text-green {
  color: var(--green) !important;
}
.text-red {
  color: var(--red) !important;
}
.text-purple {
  color: var(--purple) !important;
}
.text-amber {
  color: var(--amber) !important;
}
.text-text2 {
  color: var(--text2) !important;
}
.text-text3 {
  color: var(--text3) !important;
}
.text-muted {
  color: var(--muted) !important;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fs-9 {
  font-size: 9px;
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-28 {
  font-size: 28px;
}
.fs-32 {
  font-size: 32px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.text-shadow-sm {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.text-shadow-md {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.text-shadow-glow {
  text-shadow: 0 0 20px rgba(var(--accent-rgb), 0.5);
}
.text-shadow-glow-accent2 {
  text-shadow: 0 0 20px rgba(var(--accent2-rgb), 0.5);
}
.text-gradient {
  background:
    linear-gradient(
      135deg,
      var(--accent) 0%,
      var(--accent2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.text-gradient-gold {
  background:
    linear-gradient(
      135deg,
      var(--accent) 0%,
      var(--accent2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.text-gradient-purple {
  background:
    linear-gradient(
      135deg,
      var(--purple) 0%,
      var(--pink) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 24px;
  background: var(--accent);
  color: var(--bg);
  font-weight: 600;
  border-radius: var(--radius);
  z-index: 10000;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 8px;
}
.icon-sm {
  font-size: 14px !important;
}
.icon-md {
  font-size: 16px !important;
}
.icon-lg {
  font-size: 20px !important;
}
.icon-nav {
  font-size: 20px !important;
}
.mono-label {
  font-size: 10px;
  color: var(--text3);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.glass-panel {
  background: color-mix(in srgb, var(--text) calc(var(--glass-opacity, 0.05) * 100%), transparent);
  backdrop-filter: blur(var(--glass-blur, 10px));
  -webkit-backdrop-filter: blur(var(--glass-blur, 10px));
  border: 1px solid color-mix(in srgb, var(--text) 10%, transparent);
  box-shadow: 0 8px 32px 0 color-mix(in srgb, var(--text) 20%, transparent);
}
.d-flex {
  display: flex;
}
.d-grid {
  display: grid;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-none {
  display: none;
}
.d-contents {
  display: contents;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 4px;
}
.gap-6 {
  gap: 6px;
}
.gap-8 {
  gap: 8px;
}
.gap-10 {
  gap: 10px;
}
.gap-12 {
  gap: 12px;
}
.gap-16 {
  gap: 16px;
}
.gap-20 {
  gap: 20px;
}
.gap-24 {
  gap: 24px;
}
.flex-1 {
  flex: 1;
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mt-4 {
  margin-top: 4px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-24 {
  margin-top: 24px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-24 {
  margin-bottom: 24px;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mr-12 {
  margin-right: 12px;
}
.p-0 {
  padding: 0;
}
.pt-16 {
  padding-top: 16px;
}
.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.p-8 {
  padding: 8px;
}
.p-12 {
  padding: 12px;
}
.p-16 {
  padding: 16px;
}
.p-20 {
  padding: 20px;
}
.p-24 {
  padding: 24px;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.min-w-0 {
  min-width: 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-sm {
  border-radius: 4px;
}
.rounded {
  border-radius: var(--radius);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.rounded-full {
  border-radius: 999px;
}
.bg-bg {
  background-color: var(--bg);
}
.bg-bg2 {
  background-color: var(--bg2);
}
.bg-bg3 {
  background-color: var(--bg3);
}
.bg-surface {
  background-color: var(--surface);
}
.bg-surface-elevated {
  background-color: var(--surface-elevated);
}
.bg-surface-soft {
  background-color: var(--surface-soft);
}
.border {
  border: 1px solid var(--border);
}
.border-b {
  border-bottom: 1px solid var(--border);
}
.border-t {
  border-top: 1px solid var(--border);
}
.border-l {
  border-left: 1px solid var(--border);
}
.border-r {
  border-right: 1px solid var(--border);
}
.border-none {
  border: none;
}
.shadow-sm {
  box-shadow: var(--shadow-sm);
}
.shadow {
  box-shadow: var(--shadow);
}
.shadow-lg {
  box-shadow: var(--shadow-lg);
}
.transition {
  transition: all var(--transition-base);
}
.transition-fast {
  transition: all var(--transition-fast);
}
.hover-lift {
  transition: transform var(--transition-base);
}
.hover-lift:hover {
  transform: translateY(-1px);
}
.glass {
  background: color-mix(in srgb, var(--bg2) 92%, transparent);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aspect-video {
  aspect-ratio: 16/9;
}
.aspect-square {
  aspect-ratio: 1/1;
}
.folder-tree,
.sidebar,
.icon-nav,
.topbar,
.screen-header {
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.88),
      rgba(var(--bg2-rgb), 0.68)),
    color-mix(in srgb, var(--bg2) 80%, transparent);
  backdrop-filter: blur(var(--glass-blur, 20px)) saturate(180%);
  -webkit-backdrop-filter: blur(var(--glass-blur, 20px)) saturate(180%);
}
.app-layout {
  display: flex;
  height: calc(100vh - var(--topbar));
  margin-top: var(--topbar);
  overflow: hidden;
}
.main-content {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.screen {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  animation: fadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.screen-header {
  min-height: 76px;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--border);
  position: relative;
  z-index: 10;
}
.screen-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(var(--accent-rgb), 0.15),
      transparent);
  opacity: 0;
  transition: opacity var(--transition-base);
}
.screen-header:hover::after {
  opacity: 1;
}
.header-content {
  min-width: 0;
}
.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.screen-container {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 24px 28px 36px;
}
.topbar {
  height: var(--topbar);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 24px;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 200;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  transition: box-shadow var(--transition-base), background var(--transition-glass);
}
.topbar.topbar--scrolled {
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(var(--accent-rgb), 0.08);
}
.topbar.topbar--floating {
  margin: 12px 16px;
  border-radius: var(--radius-lg, 10px);
  inset: 0 auto 0 0;
  width: calc(100% - 32px);
}
.topbar-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-family: var(--font-display);
  font-weight: 800;
  transition: transform var(--transition-fast);
}
.topbar-logo:hover {
  transform: scale(1.02);
}
.logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--gold-gradient, linear-gradient(135deg, var(--accent), var(--accent2)));
  color: var(--bg);
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 8px 24px rgba(var(--accent-rgb), 0.25), var(--border-subtle) inset;
  transition: box-shadow var(--transition-base), transform var(--transition-bounce);
}
.logo-mark:hover {
  box-shadow: 0 12px 32px rgba(var(--accent-rgb), 0.35), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
  transform: translateY(-2px);
}
.logo-text {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.topbar-tabs {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 5px;
  background: rgba(var(--bg-rgb), 0.4);
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: background var(--transition-base), border-color var(--transition-base);
}
.topbar-tabs:hover {
  background: rgba(var(--bg-rgb), 0.5);
  border-color: var(--border2);
}
.topbar-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}
.topbar-divider {
  width: 1px;
  height: 24px;
  background:
    linear-gradient(
      180deg,
      var(--border),
      transparent);
}
.topbar-meta {
  color: var(--text3);
  font: 700 11px/1 var(--font-mono);
}
.icon-nav {
  width: var(--nav);
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  gap: 4px;
  flex-shrink: 0;
  height: 100%;
  transition: background var(--transition-glass);
}
.icon-nav:hover {
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.95),
      rgba(var(--bg2-rgb), 0.82)),
    color-mix(in srgb, var(--bg2) 85%, transparent);
}
.sidebar {
  width: 240px;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: width var(--transition-base), box-shadow var(--transition-base);
}
.sidebar--collapsed {
  width: var(--nav, 68px);
}
.sidebar--collapsed .sidebar-header {
  padding: 12px 4px;
}
.sidebar--collapsed .glass-nav-item {
  padding: 10px;
  justify-content: center;
  margin: 2px 8px;
}
.sidebar--collapsed .glass-nav-item i {
  font-size: 16px;
  margin-right: 0;
  width: auto;
  transition: margin-right var(--transition-base), font-size var(--transition-base);
}
.sidebar--collapsed .glass-nav-item .icon-label {
  opacity: 0;
  width: 0;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  transition: opacity var(--transition-fast) ease, width var(--transition-fast) ease;
}
.sidebar--collapsed .glass-nav-item .nav-badge {
  display: none;
}
.sidebar--collapsed .glass-divider {
  width: 24px;
  margin: 8px auto;
  transition: width var(--transition-base), margin var(--transition-base);
}
.sidebar--collapsed .snav-label {
  opacity: 0;
  height: 0;
  padding: 0 16px !important;
  overflow: hidden;
  transition: opacity var(--transition-fast) ease, height var(--transition-fast) ease;
}
.sidebar--collapsed:hover {
  width: 240px;
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.25);
  z-index: 100;
}
.sidebar--collapsed:hover .glass-nav-item {
  padding: 8px 14px;
  justify-content: flex-start;
}
.sidebar--collapsed:hover .glass-nav-item i {
  font-size: 14px;
  margin-right: 12px;
  width: 20px;
}
.sidebar--collapsed:hover .glass-nav-item .icon-label {
  opacity: 0.9;
  width: auto;
}
.sidebar--collapsed:hover .glass-nav-item .nav-badge {
  display: inline-block;
}
.sidebar--collapsed:hover .glass-divider {
  width: calc(100% - 24px);
  margin: 8px 12px;
}
.sidebar--collapsed:hover .snav-label {
  opacity: 1;
  height: auto;
  padding: 14px 16px 8px !important;
}
.glass-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  margin: 2px 8px;
  border-radius: 8px;
  color: var(--text3);
  font-size: 13px;
  font-weight: 500;
  transition: all var(--transition-fast);
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.glass-nav-item i {
  font-size: 14px;
  width: 20px;
  text-align: center;
  color: var(--text3);
  transition: color var(--transition-fast);
}
.glass-nav-item .icon-label {
  white-space: nowrap;
  opacity: 0.9;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font-ui);
}
.glass-nav-item:hover {
  background: rgba(var(--accent-rgb), 0.05);
  color: var(--text);
}
.glass-nav-item:hover i {
  color: var(--accent);
}
.glass-nav-item.active {
  background:
    linear-gradient(
      90deg,
      rgba(var(--accent-rgb), 0.15) 0%,
      rgba(var(--accent-rgb), 0.05) 100%);
  color: var(--accent);
  font-weight: 700;
  box-shadow: inset 3px 0 0 var(--accent);
  border-radius: 4px 8px 8px 4px;
}
.glass-nav-item.active i {
  color: var(--accent);
}
.glass-nav-item.active .icon-label {
  color: var(--accent);
}
.drive-layout {
  display: flex;
  height: 100%;
  overflow: hidden;
}
.folder-tree {
  width: 260px;
  border-right: 1px solid var(--border);
  overflow-y: auto;
  flex-shrink: 0;
  padding: 8px 0;
  position: relative;
}
.folder-tree::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background:
    linear-gradient(
      180deg,
      rgba(var(--accent-rgb), 0.03),
      transparent);
  pointer-events: none;
}
.file-list {
  flex: 1;
  overflow-y: auto;
  min-width: 0;
  padding: 16px;
  position: relative;
}
.file-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(
      circle,
      rgba(var(--accent-rgb), 0.04) 0%,
      transparent 70%);
  pointer-events: none;
  opacity: 0.5;
}
.tree-item {
  min-height: 38px;
  padding: 8px 14px;
  margin: 2px 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: all var(--transition-base);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 650;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.tree-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(
      135deg,
      rgba(var(--accent-rgb), 0.05),
      transparent);
  opacity: 0;
  transition: opacity var(--transition-fast);
}
.tree-item:hover {
  background: rgba(var(--bg-rgb), 0.4);
  transform: translateX(2px);
}
.tree-item:hover::before {
  opacity: 1;
}
.tree-item.active {
  background:
    linear-gradient(
      90deg,
      rgba(var(--accent-rgb), 0.18) 0%,
      rgba(var(--accent-rgb), 0.06) 100%);
  color: var(--accent);
  font-weight: 700;
  box-shadow: inset 3px 0 0 var(--accent), 0 0 20px rgba(var(--accent-rgb), 0.1);
  border-radius: 4px 8px 8px 4px;
}
.tree-item.active::before {
  opacity: 1;
}
.tree-item.sub-item {
  padding-left: 36px;
  font-size: 12px;
  min-height: 28px;
  color: var(--text3);
}
.tree-item.sub-item.active {
  color: var(--accent);
  background:
    linear-gradient(
      90deg,
      rgba(var(--accent-rgb), 0.12) 0%,
      transparent 100%);
}
.snav-label {
  padding: 14px 16px 8px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text3);
  font-weight: 700;
}
.sidebar-scroll {
  overflow-y: auto;
  max-height: calc(100vh - 120px);
  scrollbar-width: thin;
}
.sidebar-scroll::-webkit-scrollbar {
  width: 6px;
}
.content-scroll {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}
.split-layout {
  display: flex;
  height: 100%;
  overflow: hidden;
}
.login-container,
.register-container,
.confirm-email-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 40px 20px;
  position: relative;
  background-color: var(--bg);
  background-image:
    radial-gradient(
      circle at 10% 10%,
      rgba(var(--accent-rgb), 0.08),
      transparent 45%),
    radial-gradient(
      circle at 90% 90%,
      rgba(var(--accent2-rgb), 0.06),
      transparent 45%),
    var(--gradient-bg);
  box-sizing: border-box;
  overflow-y: auto;
}
.login-card,
.register-card,
.confirm-email-card {
  width: 100%;
  max-width: 440px;
  padding: 40px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  box-shadow: var(--shadow), 0 0 50px rgba(var(--accent-rgb), 0.05);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: border-color var(--transition-base), box-shadow var(--transition-base);
}
.login-card.glass,
.register-card.glass,
.confirm-email-card.glass {
  background: color-mix(in srgb, var(--bg2) 75%, transparent);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
}
.login-card:hover,
.register-card:hover,
.confirm-email-card:hover {
  border-color: rgba(var(--accent-rgb), 0.25);
  box-shadow: var(--shadow-lg), 0 0 60px rgba(var(--accent-rgb), 0.08);
}
.login-header,
.register-header,
.confirm-email-header {
  text-align: center;
  margin-bottom: 28px;
}
.login-header .logo,
.register-header .logo,
.confirm-email-header .logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  transition: transform var(--transition-bounce);
  box-sizing: border-box;
  position: relative;
}
.login-header .logo img,
.register-header .logo img,
.confirm-email-header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.login-header .logo:hover,
.register-header .logo:hover,
.confirm-email-header .logo:hover {
  transform: scale(1.08) rotate(3deg);
}
.login-header h1,
.register-header h1,
.confirm-email-header h1 {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  font-size: 32px;
  font-weight: 900;
  color: var(--text);
  margin: 18px 0 8px 0;
  letter-spacing: -0.045em;
  line-height: 1.15;
}
.login-header h1.hj-brand-word--auth,
.register-header h1.hj-brand-word--auth,
.confirm-email-header h1.hj-brand-word--auth {
  justify-content: center;
  gap: 0.05em;
  font-size: clamp(34px, 8vw, 42px);
  letter-spacing: -0.065em;
}
.login-header p,
.register-header p,
.confirm-email-header p {
  font-size: 13.5px;
  color: var(--text3);
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}
.login-form,
.register-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-group {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.form-group label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--text2);
  margin-bottom: 8px;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color var(--transition-fast);
}
.form-group:focus-within label {
  color: var(--accent);
}
.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.input-wrapper > i {
  position: absolute;
  left: 14px;
  color: var(--text3);
  font-size: 14px;
  transition: color var(--transition-fast);
  pointer-events: none;
  z-index: 2;
}
.input-wrapper input {
  width: 100%;
  padding: 12px 14px 12px 42px;
  background: rgba(var(--bg-rgb), 0.45);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  font-size: 14px;
  font-family: inherit;
  transition: all var(--transition-base);
  outline: none;
  box-sizing: border-box;
}
.input-wrapper input::placeholder {
  color: var(--muted);
  opacity: 1;
}
.input-wrapper input:hover {
  border-color: rgba(var(--accent-rgb), 0.35);
  background: rgba(var(--bg-rgb), 0.55);
}
.input-wrapper input:focus {
  border-color: var(--accent);
  background: rgba(var(--bg-rgb), 0.7);
  box-shadow: 0 0 0 1px var(--accent);
}
.input-wrapper:focus-within > i {
  color: var(--accent);
}
.input-wrapper.password-field input {
  padding-right: 44px;
}
.input-wrapper .focus-ring {
  position: absolute;
  inset: -3px;
  border: 2px solid rgba(var(--accent-rgb), 0.25);
  border-radius: calc(var(--radius) + 3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-fast) ease;
  z-index: 1;
}
.input-wrapper input:focus ~ .focus-ring {
  opacity: 1;
}
.password-toggle {
  position: absolute;
  right: 14px;
  background: none;
  border: none;
  color: var(--text3);
  cursor: pointer;
  padding: 4px;
  font-size: 14px;
  transition: color var(--transition-fast), transform var(--transition-fast);
  z-index: 2;
}
.password-toggle:hover {
  color: var(--text);
  transform: scale(1.05);
}
.password-toggle:active {
  transform: scale(0.95);
}
.field-error {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: 12px;
  margin-top: 6px;
  padding: 4px 0 0 0;
  animation: fadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: inherit;
}
.field-error i {
  font-size: 13px;
  flex-shrink: 0;
}
.password-helper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
  width: 100%;
  animation: fadeIn 0.25s ease;
}
.password-strength {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.password-strength .strength-bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.password-strength .strength-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
}
.password-strength .strength-fill.weak {
  background-color: var(--red);
}
.password-strength .strength-fill.fair {
  background-color: var(--pink);
}
.password-strength .strength-fill.good {
  background-color: var(--amber);
}
.password-strength .strength-fill.strong {
  background-color: var(--green);
}
.password-strength .strength-label {
  font-size: 11.5px;
  font-weight: 600;
  transition: color 0.3s ease;
  align-self: flex-start;
}
.password-strength .strength-label.strength-weak {
  color: var(--red);
}
.password-strength .strength-label.strength-fair {
  color: var(--pink);
}
.password-strength .strength-label.strength-good {
  color: var(--amber);
}
.password-strength .strength-label.strength-strong {
  color: var(--green);
}
.password-requirements {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  padding-left: 2px;
}
.password-requirements .requirement-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: 11.5px;
  font-weight: 500;
  transition: color var(--transition-fast) ease;
}
.password-requirements .requirement-item i {
  font-size: 12px;
  color: var(--red);
  transition: transform var(--transition-fast) ease, color var(--transition-fast) ease;
}
.password-requirements .requirement-item.passed {
  color: var(--green);
}
.password-requirements .requirement-item.passed i {
  color: var(--green);
  transform: scale(1.1);
}
.btn-login,
.btn-register {
  width: 100%;
  padding: 12px;
  background: var(--accent-gradient) !important;
  color: #080b10 !important;
  border: none !important;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: 0.01em;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all var(--transition-bounce) !important;
  box-shadow: 0 4px 15px rgba(var(--accent-rgb), 0.25);
  box-sizing: border-box;
}
.btn-login:hover:not(:disabled),
.btn-register:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(var(--accent-rgb), 0.35), 0 0 15px rgba(var(--accent-rgb), 0.15);
}
.btn-login:active:not(:disabled),
.btn-register:active:not(:disabled) {
  transform: translateY(0);
}
.btn-login:disabled,
.btn-register:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}
.btn-login i.fa-spinner,
.btn-register i.fa-spinner {
  font-size: 14px;
}
.register-link {
  text-align: center;
  margin-top: 15px;
  font-size: 13.5px;
  color: var(--text2);
}
.register-link a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
  transition: color var(--transition-fast);
}
.register-link a:hover {
  color: var(--accent-hover);
  text-decoration: underline;
}
.auth-legal-links {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  color: var(--text3);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}
.auth-legal-links a {
  color: var(--accent);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 24px 0;
  color: var(--text3);
  font-size: 11px;
  font-family: var(--font-mono);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border);
}
.divider span {
  padding: 0 14px;
}
.google-auth-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.google-auth-section .google-coming-soon {
  width: 100%;
  max-width: 350px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.92);
  color: #475569;
  font: 600 14px/1 var(--font-ui);
  cursor: not-allowed;
  opacity: 0.78;
}
.google-auth-section .google-coming-soon i {
  color: #4285f4;
  font-size: 17px;
}
.server-error {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(var(--red-rgb), 0.08);
  border: 1px solid rgba(var(--red-rgb), 0.2);
  color: var(--red);
  padding: 12px 16px;
  border-radius: var(--radius);
  font-size: 13px;
  line-height: 1.45;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.server-error i {
  font-size: 15px;
  flex-shrink: 0;
}
.loading-state {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--text3);
  font-size: 13px;
}
.loading-state i {
  color: var(--accent);
}
@media (max-width: 1280px) {
  .metric-grid,
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pipeline-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pf-step::after {
    display: none;
  }
  .brain-status-bar {
    grid-template-columns: auto 1fr;
  }
  .brain-tasks {
    grid-column: 1/-1;
  }
}
@media (max-width: 1024px) {
  .screen-header {
    min-height: auto;
    padding: 14px 18px;
  }
  .screen-container {
    padding: 16px 18px 24px;
  }
  .sidebar-scroll {
    max-height: 200px;
  }
}
@media (max-width: 768px) {
  :root {
    --topbar: 48px;
    --bottom-bar: 60px;
  }
  body {
    overflow-x: hidden;
  }
  .topbar {
    gap: 8px;
    padding: 0 12px;
    height: var(--topbar);
  }
  .topbar-meta,
  .topbar-divider,
  .logo-text {
    display: none;
  }
  .screen-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .screen-header .header-actions {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }
  .screen-container {
    padding: 14px;
  }
  .metric-grid,
  .grid-4,
  .grid-3,
  .grid-2,
  .grid-6,
  .dashboard-lower-grid,
  .pipeline-flow,
  .radio-group {
    grid-template-columns: 1fr;
  }
  .span-2 {
    grid-column: span 1;
  }
  .brain-status-bar {
    grid-template-columns: 1fr;
  }
  .brain-tasks {
    grid-template-columns: 1fr;
  }
  .brain-chat {
    bottom: calc(20px + var(--bottom-bar, 60px));
    right: 8px;
    width: calc(100vw - 16px);
    max-width: 420px;
    z-index: 1001;
  }
  .log-entry {
    align-items: flex-start;
  }
  .drive-layout {
    flex-direction: column;
  }
  .folder-tree {
    width: 100%;
    max-height: none;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 8px 12px;
    border-right: none;
    border-bottom: 1px solid var(--border);
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .folder-tree .snav-label {
    display: none;
  }
  .folder-tree .tree-item {
    flex-shrink: 0;
    margin: 0 4px;
  }
  .sidebar:not(.sidebar--mobile) {
    display: none;
  }
  .modal-content {
    max-height: calc(100vh - 32px);
  }
  .app-layout {
    height: calc(100dvh - var(--topbar, 56px) - 60px);
  }
  .main-content {
    min-height: 0;
  }
}
@media (max-width: 640px) {
  :root {
    --topbar: 48px;
    --bottom-bar: 56px;
  }
  .modal-overlay {
    padding: 12px;
  }
  .modal-content {
    border-radius: var(--radius-lg);
  }
  .stat-card {
    min-width: 120px;
    padding: 8px 12px;
  }
  .header-actions {
    gap: 8px;
  }
  .header-actions .btn {
    flex: 1 1 auto;
  }
  table {
    min-width: 620px;
  }
}
@media (max-width: 1024px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.show-on-mobile {
  display: none !important;
}
@media (max-width: 1024px) {
  .show-on-mobile {
    display: inline-block !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  .btn:hover,
  .icon-btn:hover,
  .tree-item:hover {
    transform: none;
  }
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
}
@media (max-width: 768px) {
  .screen-container .glass-card,
  .screen-container .glass-card-primary {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 8px 0;
  }
}
@media (min-width: 769px) {
  .sidebar.sidebar--mobile,
  .sidebar-backdrop {
    display: none !important;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn-micro {
  from {
    opacity: 0;
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slideUp-modal {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes morph {
  0%, 100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
}
@keyframes blob {
  0%, 100% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(1.05) translate(5px, -5px);
  }
  50% {
    transform: scale(0.95) translate(-5px, 5px);
  }
  75% {
    transform: scale(1.03) translate(-3px, -3px);
  }
}
@keyframes glassShimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
@keyframes shimmerPulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes pulse-soft {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(0.85);
  }
}
@keyframes pulse-strong {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
}
@keyframes breathing {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}
@keyframes breathe {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(var(--accent-rgb), 0);
  }
  50% {
    box-shadow: 0 0 20px 4px rgba(var(--accent-rgb), 0.15);
  }
}
@keyframes status-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 currentColor;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 4px transparent;
    opacity: 0.8;
  }
}
@keyframes indicator-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}
@keyframes toast-in {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes toast-progress {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes dropdown-fade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(var(--accent-rgb), 0.2);
  }
  50% {
    box-shadow: 0 0 30px rgba(var(--accent-rgb), 0.3);
  }
}
@keyframes glow-strong {
  0%, 100% {
    box-shadow: 0 0 30px rgba(var(--accent-rgb), 0.3), 0 0 60px rgba(var(--accent-rgb), 0.1);
  }
  50% {
    box-shadow: 0 0 50px rgba(var(--accent-rgb), 0.5), 0 0 80px rgba(var(--accent-rgb), 0.2);
  }
}
@keyframes thinking-dot {
  0%, 60%, 100% {
    opacity: 0.2;
    transform: scale(0.8);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-out {
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}
@keyframes staggerIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-lift {
  transition:
    border-color var(--transition-base),
    box-shadow var(--transition-base),
    background-color var(--transition-base);
}
.animate-lift:hover {
  border-color: var(--border-glow);
  box-shadow: var(--shadow-glow);
  background-color: rgba(var(--accent-rgb), 0.04);
}
@keyframes rotateBorder {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes liquidFlow {
  0%, 100% {
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
  }
  50% {
    -webkit-backdrop-filter: blur(24px) saturate(200%);
    backdrop-filter: blur(24px) saturate(200%);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    animation-name: none !important;
    transition-duration: 0.01ms !important;
  }
  .animate-fade-in,
  .animate-fade-in-micro,
  .animate-slide-down,
  .animate-slide-up,
  .animate-spin,
  .animate-float,
  .animate-pulse-dot,
  .animate-pulse-strong,
  .animate-glow,
  .animate-glow-strong,
  .animate-thinking,
  .animate-toast-in,
  .animate-dropdown,
  .animate-slide-out,
  .animate-morph,
  .animate-blob,
  .animate-glass-shimmer,
  .animate-shimmer-pulse,
  .animate-breathing,
  .animate-breathe,
  .animate-stagger,
  .animate-lift,
  .animate-liquid {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.animate-fade-in {
  animation: fadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.animate-fade-in-micro {
  animation: fadeIn-micro 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.animate-slide-down {
  animation: slideDown 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.animate-slide-up {
  animation: slideUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.animate-spin {
  animation: spin 2s linear infinite;
}
.animate-float {
  animation: float 6s ease-in-out infinite;
}
.animate-pulse-dot {
  animation: pulse-soft 1.8s infinite;
}
.animate-pulse-strong {
  animation: pulse-strong 2s infinite;
}
.animate-glow {
  animation: glow 3s infinite;
}
.animate-glow-strong {
  animation: glow-strong 2.5s infinite;
}
.animate-thinking {
  animation: thinking-dot 0.8s infinite;
}
.animate-toast-in {
  animation: toast-in 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.animate-dropdown {
  animation: dropdown-fade 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.animate-slide-out {
  animation: slide-out 0.25s ease forwards;
}
.animate-morph {
  animation: morph 8s ease-in-out infinite;
}
.animate-blob {
  animation: blob 7s ease-in-out infinite;
}
.animate-glass-shimmer {
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.08) 50%,
      transparent 100%);
  background-size: 200% 100%;
  animation: glassShimmer 3s ease-in-out infinite;
}
.animate-shimmer-pulse {
  animation: shimmerPulse 2s ease-in-out infinite;
}
.animate-breathing {
  animation: breathing 4s ease-in-out infinite;
}
.animate-breathe {
  animation: breathe 3s ease-in-out infinite;
}
.animate-stagger {
  animation: staggerIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  opacity: 0;
}
.animate-lift {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.animate-lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-glow);
}
.animate-liquid {
  animation: liquidFlow 4s ease-in-out infinite;
}
.stagger-1 {
  animation-delay: 50ms;
}
.stagger-2 {
  animation-delay: 100ms;
}
.stagger-3 {
  animation-delay: 150ms;
}
.stagger-4 {
  animation-delay: 200ms;
}
.stagger-5 {
  animation-delay: 250ms;
}
.stagger-6 {
  animation-delay: 300ms;
}
.screen {
  display: flex;
  flex-direction: column;
  height: 100%;
  animation: fadeIn 0.18s ease;
}
.screen-header {
  background: var(--bg2);
  border-bottom: 1px solid var(--border);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.screen-header .screen-title {
  font-weight: 700;
  font-size: 15px;
}
.screen-header .screen-sub {
  font-size: 11px;
  color: var(--text3);
}
.screen-header .header-actions {
  margin-left: auto;
  display: flex;
  gap: 8px;
  align-items: center;
}
.app-page-hero {
  --app-page-hero-bg: rgba(var(--bg2-rgb), 0.48);
  --app-page-hero-border: 1px solid rgba(var(--text-rgb), 0.06);
  --app-page-hero-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 50px;
  padding: 8px 12px;
  border: var(--app-page-hero-border);
  border-radius: var(--app-page-hero-radius);
  background: var(--app-page-hero-bg);
  box-shadow: none;
  flex-wrap: wrap;
}
.app-page-hero--attached {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.app-page-hero__main {
  min-width: 0;
  flex: 1 1 320px;
}
.app-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
  color: var(--accent);
  font: 900 9.5px/1 var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.app-page-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--text);
  font: 800 clamp(17px, 1.35vw, 20px)/1.12 var(--font-display);
  letter-spacing: 0;
}
.app-page-title i {
  font-size: 0.9em;
}
.app-page-copy {
  max-width: 680px;
  margin: 3px 0 0;
  color: var(--text3);
  font-size: 11.5px;
  line-height: 1.35;
}
.app-page-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.1);
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  font: 800 10px/1 var(--font-mono);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.app-page-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 1 auto;
  flex-wrap: wrap;
}
.app-page-actions .btn {
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 9px;
  font-size: 12px;
}
.screen > .app-page-hero {
  flex-shrink: 0;
  width: min(100% - 36px, 1320px);
  margin: 10px auto 0;
}
.screen-container > .app-page-hero,
.social-main > .app-page-hero {
  width: min(100%, 1320px);
  margin: 0 auto 12px !important;
}
.app-workspace-body {
  min-height: 0;
  padding: 12px 18px 24px;
  background: transparent !important;
}
.app-workspace-content {
  width: min(100%, 1320px);
  margin: 0 auto;
}
.app-panel {
  border: 1px solid rgba(var(--text-rgb), 0.065);
  border-radius: 8px;
  background: rgba(var(--bg2-rgb), 0.46);
  box-shadow: none;
}
.app-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 14px 16px;
}
.app-section-head span {
  color: var(--accent);
  font: 900 9.5px/1 var(--font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.app-section-head h3 {
  margin: 5px 0 0;
  color: var(--text);
  font: 800 22px/1.1 var(--font-display);
  letter-spacing: 0;
}
.app-section-head p {
  max-width: 720px;
  margin: 5px 0 0;
  color: var(--text3);
  font-size: 12.5px;
  line-height: 1.35;
}
.app-page-title,
.app-section-head h3,
.screen-title,
.page-heading,
.page-title-block h1,
.page-title-block h2 {
  width: fit-content;
  max-width: 100%;
  color: var(--text);
  background:
    linear-gradient(
      135deg,
      var(--amber),
      var(--accent) 45%,
      var(--accent2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.app-page-title {
  font-weight: 900;
}
.app-page-title i,
.page-heading i,
.app-section-head h3 i,
.screen-title i {
  color: var(--accent);
  background: none;
  -webkit-text-fill-color: currentColor;
  filter: drop-shadow(0 4px 10px rgba(var(--accent-rgb), 0.16));
}
.app-page-status-chip,
.app-page-title .app-page-status-chip {
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.1);
  -webkit-text-fill-color: currentColor;
}
.app-section-head > div > span,
.app-page-kicker {
  color: var(--accent);
  -webkit-text-fill-color: currentColor;
}
:root[data-theme=light] .app-page-hero {
  --app-page-hero-bg:
    radial-gradient(
      circle at 4% 18%,
      rgba(var(--accent-rgb), 0.14),
      transparent 34%),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96),
      rgba(var(--bg3-rgb), 0.72));
  --app-page-hero-border: 1px solid rgba(var(--accent-rgb), 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 10px 26px rgba(37, 50, 67, 0.055);
}
.app-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  border-radius: 8px;
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.08);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}
.app-feature-card {
  min-height: 126px;
  padding: 16px;
  border: 1px solid rgba(var(--text-rgb), 0.065);
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.54),
      rgba(var(--bg-rgb), 0.28));
}
.app-feature-card--primary {
  min-height: 264px;
  background:
    radial-gradient(
      circle at 12% 16%,
      rgba(var(--accent-rgb), 0.08),
      transparent 32%),
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.62),
      rgba(var(--bg-rgb), 0.3));
}
.app-feature-card h4 {
  margin: 12px 0 0;
  color: var(--text);
  font: 800 18px/1.12 var(--font-display);
  letter-spacing: 0;
}
.app-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font: 900 10px/1 var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.app-card-kicker i {
  font-size: 13px;
}
.app-card-copy {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--text2);
  font-size: 12.5px;
  line-height: 1.68;
}
.app-card-copy.mono {
  font-family: var(--font-mono);
}
.app-card-empty {
  margin: 10px 0 0;
  color: var(--text3);
  font-size: 12.5px;
}
.app-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.app-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  border-radius: 999px;
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.1);
  font-size: 12px;
  font-weight: 800;
}
.app-stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 84px;
  overflow: hidden;
  border: 1px solid rgba(var(--text-rgb), 0.065);
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.54),
      rgba(var(--bg-rgb), 0.28));
}
.app-stat-strip__item {
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px 16px;
  border-right: 1px solid rgba(var(--text-rgb), 0.055);
}
.app-stat-strip__item:last-child {
  border-right: 0;
}
.app-stat-strip__item span {
  color: var(--text3);
  font-size: 12px;
  font-weight: 750;
}
.app-stat-strip__item strong {
  color: var(--text);
  font: 900 23px/1 var(--font-display);
}
.app-stat-strip__item small {
  color: var(--accent);
  font: 850 10px/1 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.app-list-panel {
  min-height: 320px;
  padding: 12px;
}
.app-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.app-list-item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 13px;
  border: 1px solid rgba(var(--text-rgb), 0.055);
  border-radius: 8px;
  background: rgba(var(--bg-rgb), 0.28);
}
.app-list-item--accent {
  background:
    linear-gradient(
      90deg,
      rgba(var(--accent-rgb), 0.08),
      transparent 38%),
    rgba(var(--bg-rgb), 0.28);
}
.app-list-item p {
  margin: 0;
  color: var(--text2);
  font-size: 13px;
  line-height: 1.52;
}
.app-list-index {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(var(--accent-rgb), 0.14);
  border-radius: 8px;
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.1);
  font: 900 11px/1 var(--font-mono);
}
.app-empty-state {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
}
.app-empty-state p {
  max-width: 440px;
  margin: 7px 0 0;
  color: var(--text3);
  font-size: 13px;
  line-height: 1.45;
}
.app-empty-state--inline {
  min-height: 296px;
  border: 0;
  background: transparent;
}
.app-empty-state__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 12px;
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  border-radius: 8px;
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.1);
}
.app-empty-state__title {
  color: var(--text);
  font-size: 15px;
  font-weight: 850;
}
.app-empty-state__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.app-empty-state__chips span {
  min-height: 28px;
  padding: 7px 10px;
  border: 1px solid rgba(var(--text-rgb), 0.065);
  border-radius: 8px;
  color: var(--text2);
  background: rgba(var(--bg-rgb), 0.28);
  font-size: 11.5px;
  font-weight: 750;
}
.settings-page-hero,
.settings-page-hero + .premium-tabs,
.settings-page-hero ~ .settings-layout,
main > app-social-settings,
main > app-brain-settings,
main > app-ai-brain-settings,
main > app-drive-settings,
main > app-memory-settings,
main > app-notification-settings {
  display: block;
  width: min(100%, 1320px);
  margin-left: auto;
  margin-right: auto;
}
.settings-page-hero {
  margin-bottom: 12px;
}
.screen .pipeline-tabs,
.app-workspace-content .pipeline-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  padding: 5px;
  border: 1px solid rgba(var(--text-rgb), 0.065);
  border-radius: 10px;
  background: rgba(var(--bg2-rgb), 0.46);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.screen .pipeline-tab,
.app-workspace-content .pipeline-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  gap: 7px;
  padding: 7px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--text3);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.1;
  white-space: nowrap;
  box-shadow: none;
}
.screen .pipeline-tab:hover,
.app-workspace-content .pipeline-tab:hover {
  color: var(--text);
  border-color: rgba(var(--accent-rgb), 0.16);
  background: rgba(var(--accent-rgb), 0.065);
}
.screen .pipeline-tab.active,
.app-workspace-content .pipeline-tab.active {
  color: var(--accent);
  border-color: rgba(var(--accent-rgb), 0.24);
  background: rgba(var(--accent-rgb), 0.12);
  box-shadow: none;
}
.screen-container {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
}
.screen-container.app-workspace-body {
  min-height: 0;
  padding: 12px 18px 24px;
  background: transparent !important;
}
.screen-header-compact {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0;
}
.screen-title-row {
  min-height: 56px;
}
.page-title-block {
  flex: 1;
  min-width: 300px;
}
.page-heading {
  margin: 0 0 0.25rem 0;
}
.page-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .app-page-hero {
    align-items: flex-start;
    padding: 12px;
    border-radius: 12px;
  }
  .app-page-hero--attached {
    border-radius: 0;
  }
  .app-page-title {
    align-items: flex-start;
  }
  .app-page-actions {
    justify-content: flex-start;
    width: 100%;
  }
  .app-section-head {
    align-items: stretch;
    flex-direction: column;
  }
  .app-section-badge {
    width: 100%;
  }
  .app-stat-strip {
    grid-template-columns: 1fr;
  }
  .app-stat-strip__item {
    border-right: 0;
    border-bottom: 1px solid rgba(var(--text-rgb), 0.055);
  }
  .app-stat-strip__item:last-child {
    border-bottom: 0;
  }
  .app-feature-card--primary {
    min-height: 190px;
  }
}
.topbar {
  height: var(--topbar);
  background: var(--bg2);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 12px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
.topbar .sidebar-toggle-btn {
  background: none;
  border: none;
  color: var(--text3);
  font-size: 1.1rem;
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  margin-right: 8px;
  outline: none;
}
.topbar .sidebar-toggle-btn:hover {
  background: rgba(var(--accent-rgb), 0.08);
  color: var(--accent);
}
.topbar .sidebar-toggle-btn:active {
  transform: scale(0.95);
}
.topbar .topbar-logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  color: var(--text);
  letter-spacing: -0.3px;
  flex-shrink: 0;
}
.topbar .topbar-logo span {
  color: var(--accent);
}
.topbar .topbar-divider {
  width: 1px;
  height: 18px;
  background: var(--border2);
}
.topbar .topbar-tabs {
  display: flex;
  align-items: center;
  gap: 4px;
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 4px;
  transition: all 0.2s ease;
}
.topbar .topbar-tabs:hover {
  background: var(--bg4);
  border-color: var(--border2);
}
.topbar .topbar-tabs .tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  color: var(--text2);
  font-weight: 500;
  transition: all 0.15s ease;
  border: none;
  background: none;
  white-space: nowrap;
  text-decoration: none;
  outline: none;
}
.topbar .topbar-tabs .tab-btn i {
  font-size: 13px;
  transition: transform 0.2s ease;
}
.topbar .topbar-tabs .tab-btn.active {
  background: var(--accent);
  color: var(--bg);
  box-shadow: 0 4px 12px rgba(var(--accent-rgb), 0.25);
}
.topbar .topbar-tabs .tab-btn.active i {
  transform: scale(1.1);
}
.topbar .topbar-tabs .tab-btn:hover:not(.active) {
  background: var(--bg4);
  color: var(--text);
}
.topbar .topbar-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.topbar .topbar-meta {
  font-size: 10px;
  color: var(--text3);
  font-family: var(--font-mono);
}
.topbar .btn-brain-chat {
  background: var(--bg3);
  border: 1px solid var(--border);
  color: var(--accent);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s;
}
.topbar .btn-brain-chat:hover {
  background: var(--bg4);
  border-color: var(--accent);
}
.icon-nav {
  width: var(--nav);
  background: var(--bg2);
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  gap: 4px;
  flex-shrink: 0;
  height: 100%;
}
.icon-nav .nav-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text3);
  transition: all 0.15s;
  position: relative;
  gap: 3px;
}
.icon-nav .nav-icon-btn:hover {
  background: var(--bg3);
  color: var(--text2);
}
.icon-nav .nav-icon-btn.active {
  background: rgba(var(--accent-rgb), 0.15);
  color: var(--accent);
}
.icon-nav .nav-icon-btn .icon-emoji {
  font-size: 16px;
  line-height: 1;
}
.icon-nav .nav-icon-btn .icon-label {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-family: var(--font-mono);
  line-height: 1;
}
.icon-nav .nav-icon-btn .nav-badge {
  position: absolute;
  top: 3px;
  right: 3px;
  background: var(--amber);
  color: var(--bg);
  font-size: 8px;
  font-weight: 700;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-nav .nav-divider {
  height: 1px;
  width: 30px;
  background: var(--border);
  margin: 4px 0;
}
.icon-nav .nav-spacer {
  flex: 1;
}
.brain-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 420px;
  height: 550px;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  transform: scale(0.9);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: bottom right;
}
.brain-chat.open {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.brain-chat .chat-header {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
  background:
    linear-gradient(
      135deg,
      var(--bg2),
      var(--bg3));
  border-radius: 16px 16px 0 0;
  flex-shrink: 0;
}
.brain-chat .chat-brain-icon {
  width: 32px;
  height: 32px;
  background: rgba(var(--accent-rgb), 0.1);
  border: 1px solid var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 0 12px rgba(var(--accent-rgb), 0.2);
  flex-shrink: 0;
}
.brain-chat .chat-title {
  flex: 1;
}
.brain-chat .chat-title .name {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}
.brain-chat .chat-title .status {
  font-size: 10px;
  color: var(--green);
  font-family: var(--font-mono);
  display: flex;
  align-items: center;
  gap: 4px;
}
.brain-chat .chat-controls {
  display: flex;
  gap: 4px;
}
.brain-chat .chat-ctrl {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text3);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s;
}
.brain-chat .chat-ctrl:hover {
  background: var(--bg3);
  color: var(--text);
}
.brain-chat .chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.brain-chat .msg {
  max-width: 88%;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.brain-chat .msg.brain {
  align-self: flex-start;
}
.brain-chat .msg.user {
  align-self: flex-end;
}
.brain-chat .msg-bubble {
  padding: 9px 12px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1.55;
  background: var(--bg3);
  border: 1px solid var(--border2);
  color: var(--text2);
  border-radius: 4px 12px 12px 12px;
}
.brain-chat .msg-time {
  font-size: 9px;
  color: var(--text3);
  font-family: var(--font-mono);
}
.brain-chat .chat-quick-actions {
  padding: 8px 14px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  border-top: 1px solid var(--border);
  flex-shrink: 0;
}
.brain-chat .quick-btn {
  padding: 4px 9px;
  border-radius: 20px;
  font-size: 10px;
  background: var(--bg3);
  border: 1px solid var(--border2);
  color: var(--text2);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.1s;
  font-family: var(--font-mono);
}
.brain-chat .quick-btn:hover {
  background: var(--bg4);
  color: var(--text);
  border-color: var(--accent);
}
.brain-chat .context-pills {
  padding: 8px 14px;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.brain-chat .ctx-pill {
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 9px;
  font-family: var(--font-mono);
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: opacity 0.15s;
}
.brain-chat .ctx-pill.active {
  opacity: 1;
  border: 1px solid var(--accent);
  color: var(--accent);
}
.brain-chat .ctx-pill.inactive {
  opacity: 0.35;
  border: 1px solid var(--border);
  color: var(--text3);
}
.brain-chat .chat-input-area {
  padding: 12px;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.brain-chat .chat-input {
  flex: 1;
  background: var(--bg3);
  border: 1px solid var(--border2);
  border-radius: 10px;
  padding: 9px 12px;
  color: var(--text);
  font-size: 12px;
  font-family: var(--font-ui);
  outline: none;
  resize: none;
  height: 38px;
  transition: border 0.15s;
  max-height: 100px;
}
.brain-chat .chat-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(var(--accent-rgb), 0.15);
}
.brain-chat .chat-send {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--accent-gradient);
  border: none;
  color: var(--bg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.15s;
  flex-shrink: 0;
}
.brain-chat .chat-send:hover {
  transform: scale(1.05);
}
@media (min-width: 1280px) {
  .topbar-tabs .tab-btn .tab-label {
    display: inline-block !important;
  }
}
@media (max-width: 1549px) and (min-width: 1280px) {
  .topbar {
    gap: 8px !important;
    padding-inline: 12px !important;
  }
  .topbar-tabs {
    gap: 1px !important;
    padding: 3px !important;
  }
  .topbar-tabs .tab-btn {
    gap: 5px !important;
    padding: 7px 7px !important;
    font-size: 11px !important;
  }
  .topbar-tabs .tab-btn .tab-label {
    display: inline-block !important;
  }
  .topbar-tabs .tab-btn i {
    font-size: 12px !important;
    margin: 0 !important;
  }
  .topbar-right {
    gap: 7px !important;
  }
  .avatar-btn {
    gap: 6px !important;
    padding: 5px 9px !important;
  }
  .avatar-btn .username {
    max-width: 94px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 1279px) and (min-width: 768px) {
  .topbar-tabs {
    gap: 2px !important;
  }
  .topbar-tabs .tab-btn {
    padding: 8px 10px !important;
  }
  .topbar-tabs .tab-btn .tab-label {
    display: none !important;
  }
  .topbar-tabs .tab-btn i {
    font-size: 14px !important;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .topbar-tabs {
    display: none !important;
  }
}
.landing-page {
  background-color: var(--bg);
  background-image:
    radial-gradient(
      circle at 10% 20%,
      rgba(var(--accent-rgb), 0.15),
      transparent 45%),
    radial-gradient(
      circle at 90% 80%,
      rgba(var(--accent2-rgb), 0.12),
      transparent 45%),
    var(--gradient-bg);
  min-height: 100vh;
  color: var(--text);
  overflow-x: hidden;
  position: relative;
  font-family: var(--font-ui);
}
.landing-page .section-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.landing-page .section-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  background: rgba(var(--bg-rgb), 0.65);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid var(--border);
  transition: all var(--transition-base);
}
.navbar .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--text);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.navbar .brand .brand-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(
      135deg,
      var(--accent),
      var(--accent2));
  border-radius: 8px;
  padding: 6px;
  box-shadow: 0 0 16px rgba(var(--accent-rgb), 0.3);
}
.navbar .brand .brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navbar .navbar-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.navbar .navbar-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text2);
  transition: color var(--transition-fast);
  position: relative;
  padding: 4px 0;
}
.navbar .navbar-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background:
    linear-gradient(
      90deg,
      var(--accent),
      var(--accent2));
  transition: width var(--transition-fast) ease;
}
.navbar .navbar-nav a:hover {
  color: var(--text);
}
.navbar .navbar-nav a:hover::after {
  width: 100%;
}
.navbar .navbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.navbar .navbar-actions .currency-select {
  background: rgba(var(--bg3-rgb), 0.6);
  border: 1px solid var(--border);
  color: var(--text2);
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 13px;
  outline: none;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.navbar .navbar-actions .currency-select:hover {
  border-color: var(--accent);
  color: var(--text);
}
.navbar .navbar-actions .theme-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid var(--border);
  padding: 6px 12px;
  border-radius: 20px;
  color: var(--text2);
  font-size: 13px;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.navbar .navbar-actions .theme-toggle:hover {
  border-color: var(--accent);
  color: var(--text);
}
.navbar .navbar-menu-toggle {
  display: none;
}
.navbar .nav-mobile-menu {
  display: none;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: var(--radius-lg, 10px);
  font-size: 14px;
  font-weight: 600;
  transition: all var(--transition-bounce);
  cursor: pointer;
  white-space: nowrap;
}
.btn.btn-ghost {
  background: transparent;
  border: 1px solid transparent;
  color: var(--text2);
}
.btn.btn-ghost:hover {
  background: rgba(var(--accent-rgb), 0.06);
  color: var(--text);
}
.btn.btn-primary {
  background:
    linear-gradient(
      135deg,
      var(--accent),
      var(--accent2));
  color: var(--bg);
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(var(--accent-rgb), 0.25);
  border: none;
}
.btn.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(var(--accent-rgb), 0.35);
}
.btn.btn-primary:active {
  transform: translateY(0);
}
.btn.btn-secondary {
  background: var(--bg3);
  border: 1px solid var(--border);
  color: var(--text);
}
.btn.btn-secondary:hover {
  background: var(--bg4);
  border-color: var(--border2);
  transform: translateY(-1px);
}
.btn.btn-large {
  padding: 14px 28px;
  font-size: 15px;
  border-radius: 12px;
}
.hero {
  padding: 80px 40px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.hero .hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero .hero-particles .particle {
  position: absolute;
  background:
    radial-gradient(
      circle,
      rgba(var(--accent-rgb), 0.15) 0%,
      transparent 70%);
  border-radius: 50%;
  filter: blur(40px);
}
.hero .hero-particles .particle:nth-child(1) {
  top: 10%;
  left: 10%;
  width: 250px;
  height: 250px;
}
.hero .hero-particles .particle:nth-child(2) {
  top: 60%;
  right: 5%;
  width: 300px;
  height: 300px;
  background:
    radial-gradient(
      circle,
      rgba(var(--accent2-rgb), 0.1) 0%,
      transparent 70%);
}
.hero .hero-particles .particle:nth-child(3) {
  bottom: 5%;
  left: 30%;
  width: 200px;
  height: 200px;
}
.hero .hero-copy {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 60px;
}
.hero .hero-copy .eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 6px 16px;
  border-radius: 20px;
  display: inline-block;
}
.hero .hero-copy .eyebrow.premium-glow {
  background: rgba(var(--accent-rgb), 0.08);
  border: 1px solid rgba(var(--accent-rgb), 0.2);
  color: var(--accent);
  box-shadow: 0 0 20px rgba(var(--accent-rgb), 0.1);
}
.hero .hero-copy h1 {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
  background:
    linear-gradient(
      180deg,
      var(--text) 0%,
      var(--text2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero .hero-copy .hero-subtitle {
  font-size: 17px;
  color: var(--text3);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 36px;
}
.hero .hero-copy .hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}
.hero .hero-copy .trust-row {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.hero .hero-copy .trust-row .trust-badge {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero .hero-copy .trust-row .trust-badge::before {
  content: "\2713";
  color: var(--accent2);
  font-weight: bold;
}
.hero .hero-product {
  width: 100%;
  max-width: 900px;
  position: relative;
  z-index: 2;
  border-radius: var(--radius-xl, 14px);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  transition: transform var(--transition-slow);
}
.hero .hero-product:hover {
  transform: translateY(-4px) scale(1.01);
}
.hero .hero-product.glass-panel {
  background: rgba(var(--bg2-rgb), 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero .hero-product .product-topbar {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid var(--border);
  gap: 6px;
}
.hero .hero-product .product-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5f56;
}
.hero .hero-product .product-topbar span:nth-child(2) {
  background: #ffbd2e;
}
.hero .hero-product .product-topbar span:nth-child(3) {
  background: #27c93f;
}
.hero .hero-product .product-topbar strong {
  margin-left: 20px;
  font-size: 11px;
  font-family: var(--font-mono);
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hero .hero-product .prompt-card {
  margin: 24px;
  padding: 16px 20px;
  text-align: left;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border-subtle);
}
.hero .hero-product .prompt-card small {
  font-size: 9px;
  font-family: var(--font-mono);
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 4px;
}
.hero .hero-product .prompt-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--text2);
}
.hero .hero-product .pipeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 0 24px 24px;
}
.hero .hero-product .pipeline .pipeline-step {
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(var(--bg3-rgb), 0.4);
  border: 1px solid var(--border-subtle);
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all var(--transition-fast);
}
.hero .hero-product .pipeline .pipeline-step b {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 12px;
  flex-shrink: 0;
}
.hero .hero-product .pipeline .pipeline-step span {
  font-size: 12px;
  font-weight: 600;
  color: var(--text3);
}
.hero .hero-product .pipeline .pipeline-step.active {
  background: rgba(var(--accent-rgb), 0.08);
  border-color: var(--accent);
}
.hero .hero-product .pipeline .pipeline-step.active b {
  background: var(--accent);
  color: var(--bg);
  font-weight: bold;
}
.hero .hero-product .pipeline .pipeline-step.active span {
  color: var(--text);
}
.hero .hero-product .pipeline .pipeline-step:hover {
  border-color: rgba(var(--accent-rgb), 0.4);
  transform: translateY(-2px);
}
.hero .hero-product .platform-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 0 24px 24px;
}
.hero .hero-product .platform-grid .platform-card {
  padding: 12px 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: all var(--transition-fast);
}
.hero .hero-product .platform-grid .platform-card b {
  font-size: 14px;
  font-family: var(--font-display);
  color: var(--text3);
}
.hero .hero-product .platform-grid .platform-card strong {
  font-size: 11px;
  font-weight: 700;
  color: var(--text2);
}
.hero .hero-product .platform-grid .platform-card em {
  font-style: normal;
  font-size: 9px;
  color: var(--muted);
}
.hero .hero-product .platform-grid .platform-card:hover {
  transform: translateY(-4px);
  background: rgba(var(--accent-rgb), 0.05);
  border-color: var(--accent);
}
.hero .hero-product .platform-grid .platform-card:hover b {
  color: var(--accent);
}
.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 100px;
  padding: 0 40px;
}
.proof-strip .proof-card {
  background: rgba(var(--bg2-rgb), 0.4);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg, 10px);
  padding: 24px;
  text-align: center;
  transition: all var(--transition-base);
}
.proof-strip .proof-card:hover {
  border-color: rgba(var(--accent-rgb), 0.25);
  background: rgba(var(--bg2-rgb), 0.6);
  transform: translateY(-2px);
}
.proof-strip .proof-card .gradient-text {
  font-size: 2.25rem;
  font-family: var(--font-display);
  font-weight: 800;
  display: block;
  margin-bottom: 6px;
  background:
    linear-gradient(
      135deg,
      var(--accent),
      var(--accent2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.proof-strip .proof-card span {
  font-size: 13px;
  color: var(--text3);
  font-weight: 500;
}
.section {
  padding: 100px 40px;
  max-width: 1100px;
  margin: 0 auto;
}
.section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section .section-header .eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  display: inline-block;
}
.section .section-header h2 {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: var(--text);
}
.section .section-header p {
  font-size: 16px;
  color: var(--text3);
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}
.section .language-toggle {
  min-width: 58px !important;
  font-weight: 900 !important;
}
.section.is-rtl {
  direction: rtl !important;
}
.section.is-rtl .brand,
.section.is-rtl .navbar-actions,
.section.is-rtl .hero-actions,
.section.is-rtl .trust-row,
.section.is-rtl .pipeline,
.section.is-rtl .platform-grid,
.section.is-rtl .footer,
.section.is-rtl .footer-links {
  direction: rtl !important;
}
.section.is-rtl .hero.page-panel {
  grid-template-columns: minmax(0, 1.1fr) minmax(430px, 0.9fr) !important;
}
.section.is-rtl .hero-copy {
  grid-column: 2 !important;
  text-align: right !important;
  align-items: flex-end !important;
}
.section.is-rtl .hero-copy .hero-subtitle,
.section.is-rtl .hero-copy .eyebrow {
  text-align: right !important;
}
.section.is-rtl .hero-product {
  grid-column: 1 !important;
}
.section.is-rtl .hero-status-band,
.section.is-rtl .hero-proof-strip {
  grid-column: 1/-1 !important;
}
.section.is-rtl .media-story-copy,
.section.is-rtl .section-header,
.section.is-rtl .key-card,
.section.is-rtl .price-card,
.section.is-rtl .review-card,
.section.is-rtl .faq-grid article,
.section.is-rtl .workflow-card,
.section.is-rtl .hero-status-card {
  text-align: right !important;
}
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.workflow-grid .workflow-card {
  background: rgba(var(--bg2-rgb), 0.5);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg, 10px);
  padding: 30px 24px;
  position: relative;
  overflow: hidden;
  transition: all var(--transition-base);
}
.workflow-grid .workflow-card:hover {
  border-color: rgba(var(--accent-rgb), 0.3);
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}
.workflow-grid .workflow-card .step-number {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 24px;
}
.workflow-grid .workflow-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--text);
}
.workflow-grid .workflow-card p {
  margin: 0;
  font-size: 13px;
  color: var(--text3);
  line-height: 1.6;
}
.workflow-grid .workflow-card.featured {
  background:
    linear-gradient(
      180deg,
      rgba(var(--accent-rgb), 0.08),
      rgba(var(--bg2-rgb), 0.5));
  border-color: rgba(var(--accent-rgb), 0.25);
}
.key-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 900px;
  margin: 0 auto;
}
.key-grid .key-card {
  background: rgba(var(--bg2-rgb), 0.55);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl, 14px);
  padding: 40px;
  transition: all var(--transition-base);
}
.key-grid .key-card:hover {
  border-color: rgba(var(--accent-rgb), 0.3);
  transform: translateY(-4px);
}
.key-grid .key-card .plan-label {
  font-size: 11px;
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--accent2);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  display: inline-block;
}
.key-grid .key-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 14px;
}
.key-grid .key-card p {
  font-size: 14px;
  color: var(--text3);
  line-height: 1.6;
  margin-bottom: 24px;
}
.key-grid .key-card ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.key-grid .key-card ul li {
  font-size: 13px;
  color: var(--text2);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.key-grid .key-card ul li::before {
  content: "\2713";
  color: var(--accent2);
  font-weight: bold;
}
.key-grid .key-card.highlighted {
  background:
    linear-gradient(
      180deg,
      rgba(var(--accent-rgb), 0.08),
      rgba(var(--bg2-rgb), 0.55));
  border-color: rgba(var(--accent-rgb), 0.3);
}
.key-grid .key-card.highlighted .plan-label {
  color: var(--accent);
}
.key-grid .key-card.highlighted ul li::before {
  color: var(--accent);
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.audience-grid article {
  background: rgba(var(--bg2-rgb), 0.4);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg, 10px);
  padding: 24px;
  transition: all var(--transition-base);
}
.audience-grid article:hover {
  border-color: rgba(var(--accent-rgb), 0.2);
  transform: translateY(-2px);
}
.audience-grid article h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--text);
}
.audience-grid article p {
  margin: 0;
  font-size: 13px;
  color: var(--text3);
  line-height: 1.6;
}
.pricing-section .rate-note {
  font-size: 12px;
  font-family: var(--font-mono);
  color: var(--accent2);
  margin-top: 10px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 950px;
  margin: 0 auto;
}
.pricing-grid .price-card {
  background: rgba(var(--bg2-rgb), 0.6);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl, 14px);
  padding: 40px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all var(--transition-bounce);
}
.pricing-grid .price-card:hover {
  border-color: rgba(var(--accent-rgb), 0.25);
  transform: translateY(-4px);
}
.pricing-grid .price-card .plan-label {
  font-size: 11px;
  font-family: var(--font-mono);
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
.pricing-grid .price-card h3 {
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 800;
  margin: 0 0 16px;
  color: var(--text);
}
.pricing-grid .price-card h3 small {
  font-size: 13px;
  color: var(--muted);
  font-family: var(--font-ui);
  font-weight: 500;
}
.pricing-grid .price-card p {
  font-size: 13px;
  color: var(--text3);
  line-height: 1.6;
  margin-bottom: 30px;
  flex-grow: 1;
}
.pricing-grid .price-card .btn {
  width: 100%;
}
.pricing-grid .price-card.primary-plan {
  background:
    linear-gradient(
      180deg,
      rgba(var(--accent-rgb), 0.12),
      rgba(var(--bg2-rgb), 0.6));
  border-color: var(--accent);
  box-shadow: 0 10px 30px rgba(var(--accent-rgb), 0.15);
}
.pricing-grid .price-card.primary-plan .plan-label {
  color: var(--accent);
  font-weight: 700;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.faq-grid article {
  background: rgba(var(--bg2-rgb), 0.4);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg, 10px);
  padding: 28px;
  transition: all var(--transition-base);
}
.faq-grid article:hover {
  border-color: rgba(var(--accent-rgb), 0.2);
}
.faq-grid article h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--text);
}
.faq-grid article p {
  margin: 0;
  font-size: 13px;
  color: var(--text3);
  line-height: 1.6;
}
.footer {
  border-top: 1px solid var(--border);
  padding: 60px 40px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.footer .brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
}
.footer .brand .brand-mark {
  width: 28px;
  height: 28px;
  background:
    linear-gradient(
      135deg,
      var(--accent),
      var(--accent2));
  border-radius: 6px;
  padding: 5px;
  display: inline-block;
}
.footer .brand .brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .brand span {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--text);
  font-size: 1rem;
}
.footer .brand p {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  max-width: 300px;
  line-height: 1.5;
}
.footer .footer-links {
  display: flex;
  gap: 24px;
}
.footer .footer-links a {
  font-size: 13px;
  color: var(--text3);
  transition: color var(--transition-fast);
}
.footer .footer-links a:hover {
  color: var(--accent);
}
.admin-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8px;
}
.admin-header {
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.admin-header h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  font-family: var(--font-display);
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.admin-header h1 i {
  color: var(--accent);
}
.admin-header p {
  margin: 4px 0 0 0;
  color: var(--text2);
  font-size: 14px;
}
.admin-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 8px;
}
.admin-tabs .tab-btn {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text3);
  border-radius: 6px;
  cursor: pointer;
  background: transparent;
  border: none;
  transition: all var(--transition-fast);
  display: flex;
  align-items: center;
  gap: 8px;
}
.admin-tabs .tab-btn i {
  font-size: 14px;
}
.admin-tabs .tab-btn:hover {
  background: rgba(var(--accent-rgb), 0.05);
  color: var(--text);
}
.admin-tabs .tab-btn.active {
  background: rgba(var(--accent-rgb), 0.12);
  color: var(--accent);
}
.tab-btn {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text3);
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all var(--transition-fast);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.tab-btn i {
  font-size: 13px;
}
.tab-btn:hover {
  background: rgba(var(--accent-rgb), 0.06);
  color: var(--text);
  border-bottom-color: rgba(var(--accent-rgb), 0.3);
}
.tab-btn.active {
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--accent);
  border-bottom-color: var(--accent);
}
.screen-tabs {
  display: flex;
  align-items: center;
  gap: 2px;
  border-top: 1px solid var(--border);
  padding: 0 12px;
}
.admin-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 1000px) {
  .admin-grid {
    grid-template-columns: 1fr;
  }
}
.admin-card-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.admin-card {
  background: rgba(var(--bg2-rgb), 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: border-color var(--transition-fast);
}
.admin-card:hover {
  border-color: rgba(var(--accent-rgb), 0.2);
}
.admin-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.admin-card .card-header h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
}
.admin-card .card-header h2 i {
  color: var(--accent);
}
.form-group {
  margin-bottom: 20px;
  max-width: 650px;
}
.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--text2);
  margin-bottom: 8px;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.form-group small {
  display: block;
  margin-top: 6px;
  color: var(--text3);
  font-size: 11px;
}
.radio-group {
  display: flex;
  gap: 16px;
  margin-top: 4px;
}
.radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  color: var(--text2);
}
.radio-label input[type=radio] {
  accent-color: var(--accent);
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.input-with-icon i {
  position: absolute;
  left: 12px;
  color: var(--text3);
  font-size: 14px;
  pointer-events: none;
}
.input-with-icon input {
  padding-left: 36px !important;
}
.info-card .info-item {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-subtle);
}
.info-card .info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.info-card .info-item i {
  font-size: 18px;
  color: var(--accent);
  margin-top: 2px;
}
.info-card .info-item h3 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 4px 0;
  color: var(--text);
}
.info-card .info-item p {
  margin: 0;
  font-size: 12px;
  color: var(--text2);
  line-height: 1.5;
}
.keys-section {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--border-subtle);
}
.keys-section h3 {
  font-size: 12px;
  font-weight: 750;
  color: var(--text2);
  margin: 0 0 12px 0;
  font-family: var(--font-mono);
  text-transform: uppercase;
}
.key-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
.key-item {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 600px) {
  .key-item {
    flex-direction: column;
    align-items: stretch;
  }
}
.key-item input[type=password],
.key-item input[type=text] {
  flex: 1;
}
.key-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.key-meta .usage {
  font-size: 11px;
  font-family: var(--font-mono);
  color: var(--text3);
  background: rgba(var(--bg-rgb), 0.4);
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid var(--border);
}
.key-meta .status-btn {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  background: rgba(74, 222, 128, 0.1);
  color: rgb(74, 222, 128);
  border: 1px solid rgba(74, 222, 128, 0.2);
  cursor: pointer;
  transition: all var(--transition-fast);
}
.key-meta .status-btn.blocked {
  background: rgba(248, 113, 113, 0.1);
  color: rgb(248, 113, 113);
  border: 1px solid rgba(248, 113, 113, 0.2);
}
.key-meta .remove-btn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--text3);
  border: none;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.key-meta .remove-btn:hover {
  background: rgba(248, 113, 113, 0.1);
  color: rgb(248, 113, 113);
}
.add-btn {
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  background: transparent;
  border: 1px dashed rgba(var(--accent-rgb), 0.3);
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all var(--transition-fast);
}
.add-btn:hover {
  background: rgba(var(--accent-rgb), 0.05);
  border-color: var(--accent);
}
.actions {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}
.stat-card {
  background: rgba(var(--bg2-rgb), 0.5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.stat-card .label {
  font-size: 11px;
  font-weight: 700;
  color: var(--text3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--font-mono);
}
.stat-card .value {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--accent);
  font-family: var(--font-display);
}
.table-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.search-box {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 320px;
}
.search-box i {
  position: absolute;
  left: 12px;
  color: var(--text3);
  pointer-events: none;
  font-size: 14px;
}
.search-box input {
  width: 100%;
  padding: 9px 12px 9px 36px !important;
  border-radius: 8px;
  background: rgba(var(--bg2-rgb), 0.5);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 13px;
  transition: all var(--transition-fast);
}
.search-box input:focus {
  border-color: var(--accent);
  background: rgba(var(--bg2-rgb), 0.7);
}
.filter-group {
  display: flex;
  gap: 12px;
  align-items: center;
}
.table-container {
  overflow-x: auto;
  background: rgba(var(--bg2-rgb), 0.4);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 24px;
}
.admin-table,
.data-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 13px;
}
.admin-table th,
.data-table th {
  padding: 14px 18px;
  background: rgba(0, 0, 0, 0.25);
  color: var(--text2);
  font-weight: 700;
  font-family: var(--font-mono);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--border);
}
.admin-table td,
.data-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--border-subtle);
  color: var(--text);
  vertical-align: middle;
}
.admin-table tr:last-child td,
.data-table tr:last-child td {
  border-bottom: none;
}
.admin-table tr:hover td,
.data-table tr:hover td {
  background: rgba(var(--accent-rgb), 0.02);
}
.admin-table tr.selected td,
.data-table tr.selected td {
  background: rgba(var(--accent-rgb), 0.08);
  border-left: 3px solid var(--accent);
}
.user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.user-info .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gold-gradient, linear-gradient(135deg, var(--accent), var(--accent2)));
  color: var(--bg);
  font-weight: 800;
  font-size: 13px;
  display: grid;
  place-items: center;
}
.user-info .details {
  display: flex;
  flex-direction: column;
}
.user-info .details .name {
  font-weight: 600;
  color: var(--text);
}
.user-info .details .email {
  font-size: 11px;
  color: var(--text3);
  font-family: var(--font-mono);
}
.role-select,
.select-input,
select.modal-input,
.filter-select {
  padding: 6px 12px;
  background: rgba(var(--bg2-rgb), 0.8);
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--text);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  transition: all var(--transition-fast);
}
.role-select:hover,
.select-input:hover,
select.modal-input:hover,
.filter-select:hover {
  border-color: var(--accent);
}
.role-select:focus,
.select-input:focus,
select.modal-input:focus,
.filter-select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(var(--accent-rgb), 0.1);
}
.usage-badges {
  display: flex;
  gap: 6px;
}
.byok-toggles {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.byok-toggle {
  cursor: pointer;
}
.byok-toggle input[type=checkbox] {
  display: none;
}
.byok-toggle .pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  font-family: var(--font-mono);
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(var(--bg-rgb), 0.5);
  border: 1px solid var(--border);
  color: var(--text3);
  transition: all var(--transition-fast);
}
.byok-toggle .pill i {
  font-size: 11px;
}
.byok-toggle input[type=checkbox]:checked + .pill {
  background: rgba(74, 222, 128, 0.15);
  border-color: rgb(74, 222, 128);
  color: rgb(74, 222, 128);
}
.byok-toggle.requested .pill {
  border-color: rgba(var(--accent-rgb), 0.3);
}
.roles-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 900px) {
  .roles-layout {
    grid-template-columns: 1fr;
  }
}
.panel-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel-header h3 {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  font-family: var(--font-mono);
  text-transform: uppercase;
  color: var(--text2);
}
.role-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.role-info .role-name {
  font-weight: 700;
  color: var(--text);
}
.role-info .role-desc {
  font-size: 11px;
  color: var(--text3);
}
.scope-pill {
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 4px;
  background: rgba(var(--accent2-rgb), 0.15);
  color: var(--accent2);
  font-family: var(--font-mono);
  text-transform: uppercase;
}
.scope-pill.global {
  background: rgba(var(--accent-rgb), 0.15);
  color: var(--accent);
}
.role-editor-container {
  display: flex;
  flex-direction: column;
}
.editor-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.editor-header h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}
.editor-header .editor-actions {
  display: flex;
  gap: 8px;
}
.editor-tabs {
  display: flex;
  background: rgba(0, 0, 0, 0.2);
  padding: 4px;
  border-bottom: 1px solid var(--border);
  gap: 4px;
}
.editor-tabs .tab-btn {
  flex: 1;
  text-align: center;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text3);
  border-radius: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all var(--transition-fast);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.editor-tabs .tab-btn.active {
  background: rgba(var(--accent-rgb), 0.12);
  color: var(--accent);
}
.editor-content {
  padding: 20px;
}
.rights-layout-horizontal {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  min-height: 250px;
}
.rights-sidebar {
  border-right: 1px solid var(--border);
  padding-right: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rights-sidebar .sidebar-header {
  font-size: 10px;
  font-weight: 700;
  color: var(--text3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--font-mono);
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rights-sidebar .category-item {
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text3);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all var(--transition-fast);
}
.rights-sidebar .category-item:hover {
  background: rgba(var(--accent-rgb), 0.05);
  color: var(--text);
}
.rights-sidebar .category-item.active {
  background: rgba(var(--accent-rgb), 0.12);
  color: var(--accent);
}
.rights-sidebar .category-item .count {
  font-size: 10px;
  font-family: var(--font-mono);
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--text3);
}
.rights-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rights-main .main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rights-main .main-header h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}
.rights-grid-scroll {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 6px;
}
.right-checkbox-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid var(--border-subtle);
  cursor: pointer;
  transition: all var(--transition-fast);
}
.right-checkbox-item:hover {
  border-color: rgba(var(--accent-rgb), 0.2);
  background: rgba(var(--accent-rgb), 0.02);
}
.right-checkbox-item.selected {
  border-color: rgba(var(--accent-rgb), 0.4);
  background: rgba(var(--accent-rgb), 0.06);
}
.right-checkbox-item .checkbox-wrapper {
  position: relative;
  width: 18px;
  height: 18px;
}
.right-checkbox-item .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.right-checkbox-item .checkbox-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: rgba(var(--bg-rgb), 0.5);
  border: 1px solid var(--border);
  border-radius: 4px;
}
.right-checkbox-item .checkbox-wrapper .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid var(--bg);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.right-checkbox-item .checkbox-wrapper input:checked ~ .checkmark {
  background-color: var(--accent);
  border-color: var(--accent);
}
.right-checkbox-item .checkbox-wrapper input:checked ~ .checkmark::after {
  display: block;
}
.right-checkbox-item .right-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.right-checkbox-item .right-info .name {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text);
}
.right-checkbox-item .right-info .key {
  font-size: 10px;
  font-family: var(--font-mono);
  color: var(--text3);
}
.role-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.role-placeholder i {
  font-size: 32px;
  color: var(--text3);
  margin-bottom: 16px;
}
.role-placeholder h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: var(--text2);
  font-family: var(--font-mono);
  text-transform: uppercase;
}
.role-placeholder p {
  font-size: 12px;
  color: var(--text3);
  margin: 0 0 20px 0;
  max-width: 250px;
  line-height: 1.5;
}
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  flex-wrap: wrap;
  gap: 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border);
}
.pagination .pagination-info {
  font-size: 12px;
  color: var(--text3);
}
.pagination .pagination-controls {
  display: flex;
  gap: 4px;
}
.pagination .page-btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text3);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all var(--transition-fast);
}
.pagination .page-btn:hover:not([disabled]) {
  background: rgba(var(--accent-rgb), 0.08);
  color: var(--accent);
  border-color: var(--accent);
}
.pagination .page-btn.active {
  background: var(--accent);
  color: var(--bg);
  border-color: var(--accent);
}
.pagination .page-btn[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
.s-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sc {
  background: rgba(var(--bg2-rgb), 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: border-color var(--transition-fast);
}
.sc:hover {
  border-color: rgba(var(--accent-rgb), 0.2);
}
.sc-header {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
}
.sc-header .sc-icon {
  width: 38px;
  height: 38px;
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--accent);
  border-radius: 8px;
  font-weight: 800;
  font-size: 14px;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
}
.sc-header .sc-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}
.sc-header .sc-type {
  font-size: 11px;
  color: var(--text3);
  margin-top: 2px;
}
.sc-header .sc-status {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--font-mono);
  padding: 3px 8px;
  border-radius: 4px;
  background: rgba(var(--text3-rgb), 0.15);
  color: var(--text3);
}
.sc-header .sc-status.s-connected {
  background: rgba(74, 222, 128, 0.15);
  color: rgb(74, 222, 128);
}
.sc-header .sc-status.s-ready {
  background: rgba(var(--accent-rgb), 0.15);
  color: var(--accent);
}
.sc-header .sc-status.s-error {
  background: rgba(248, 113, 113, 0.15);
  color: rgb(248, 113, 113);
}
.sc-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.sc-body .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.sc-body .field-row.single {
  grid-template-columns: 1fr;
}
.sc-body .field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sc-body .field-group .field-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--text2);
  font-family: var(--font-mono);
  text-transform: uppercase;
}
.toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.toggle-row:last-child {
  border-bottom: none;
}
.toggle-row .tgl-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.toggle-row .tgl-text .tgl-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}
.toggle-row .tgl-text .tgl-sub {
  font-size: 11px;
  color: var(--text3);
}
.toggle-row .tgl {
  width: 44px;
  height: 22px;
  border-radius: 99px;
  background: rgba(var(--text3-rgb), 0.2);
  position: relative;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.toggle-row .tgl::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--text);
  transition: all var(--transition-fast);
}
.toggle-row .tgl.on {
  background: var(--accent);
}
.toggle-row .tgl.on::after {
  left: 24px;
  background: var(--bg);
}
.sc-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--border);
  padding-top: 16px;
  flex-wrap: wrap;
}
.sc-footer .footer-hint {
  font-size: 11px;
  color: var(--text3);
}
.sc-footer .footer-actions {
  margin-left: auto;
  display: flex;
  gap: 8px;
}
.error-callout {
  background: rgba(248, 113, 113, 0.08);
  border: 1px solid rgba(248, 113, 113, 0.2);
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.error-callout .error-callout-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.error-callout .error-callout-header strong {
  color: rgb(248, 113, 113);
  font-size: 12px;
}
.error-callout .error-detail {
  font-size: 11px;
  font-family: var(--font-mono);
  color: var(--text2);
  white-space: pre-wrap;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px;
  border-radius: 4px;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 20px;
  animation: fadeIn var(--transition-fast) ease;
}
.modal-content {
  background: rgba(var(--bg2-rgb), 0.95);
  border: 1px solid var(--border);
  border-radius: 14px;
  width: 100%;
  max-width: 550px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: scaleUp var(--transition-base) cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--border);
}
.modal-header .modal-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
}
.modal-header .modal-close-btn {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text3);
  cursor: pointer;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}
.modal-header .modal-close-btn:hover {
  background: rgba(var(--accent-rgb), 0.1);
  border-color: rgba(var(--accent-rgb), 0.32);
  color: var(--text);
}
.modal-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 70vh;
  overflow-y: auto;
}
.modal-footer {
  padding: 16px 24px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  background: rgba(0, 0, 0, 0.15);
}
.toggle-row-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text2);
  cursor: pointer;
}
.dimmed {
  opacity: 0.5;
  pointer-events: none;
}
.settings-grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.premium-toggle-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(var(--bg2-rgb), 0.3);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius);
  transition: all var(--transition-fast);
  min-height: 58px;
}
.premium-toggle-card:hover {
  background: rgba(var(--bg2-rgb), 0.5);
  border-color: var(--border);
}
.premium-toggle-card .toggle-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  padding-right: 12px;
}
.premium-toggle-card .toggle-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--text);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.premium-toggle-card .toggle-desc {
  font-size: 10px;
  color: var(--text3);
}
.dependent-settings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  background: rgba(var(--accent-rgb), 0.03);
  border: 1px solid rgba(var(--accent-rgb), 0.12);
  border-radius: var(--radius);
  padding: 16px;
  margin-bottom: 24px;
}
.premium-field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.premium-field-group .field-label {
  font-size: 10px;
  font-weight: 700;
  color: var(--text3);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.premium-field-group .field-input,
.premium-field-group .modal-input {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--border-subtle);
  color: var(--text);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 12px;
  outline: none;
  transition: all var(--transition-fast);
  width: 100%;
}
.premium-field-group .field-input:focus,
.premium-field-group .modal-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(var(--accent-rgb), 0.15);
}
.premium-field-group .field-input-select {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--border-subtle);
  color: var(--text);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 12px;
  outline: none;
  cursor: pointer;
  width: 100%;
}
.premium-field-group .field-input-select option {
  background: var(--bg2);
  color: var(--text);
}
.premium-field-group .field-input-select:focus {
  border-color: var(--accent);
}
.meme-enhancement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.premium-sub-card {
  background: rgba(var(--bg2-rgb), 0.25);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius);
  padding: 16px;
}
.premium-sub-card .card-header-small {
  font-size: 12px;
  font-weight: 600;
  color: var(--text2);
  margin-bottom: 12px;
  border-left: 2px solid var(--accent);
  padding-left: 8px;
}
.option-rows-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.meme-option-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  padding: 8px 12px;
  background: rgba(var(--bg2-rgb), 0.15);
  border-radius: 6px;
  border: 1px solid var(--border-subtle);
}
.meme-option-row:hover {
  background: rgba(var(--bg2-rgb), 0.3);
}
.meme-option-row .meme-toggle-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.meme-option-row .meme-label {
  font-size: 11.5px;
  color: var(--text2);
}
.meme-option-row .meme-select-wrapper {
  width: 110px;
}
.meme-option-row .premium-select {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-subtle);
  color: var(--text);
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 10.5px;
  outline: none;
  cursor: pointer;
  width: 100%;
}
.meme-option-row .premium-select option {
  background: var(--bg2);
  color: var(--text);
}
.enhancement-option-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: rgba(var(--bg2-rgb), 0.15);
  border-radius: 6px;
  border: 1px solid var(--border-subtle);
  min-height: 38px;
}
.enhancement-option-row:hover {
  background: rgba(var(--bg2-rgb), 0.3);
}
.enhancement-option-row .enhancement-label {
  font-size: 11.5px;
  color: var(--text2);
}
.setting-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.setting-row:last-child {
  border-bottom: none;
}
.setting-row .setting-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.setting-row .setting-info .setting-name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text);
}
.setting-row .setting-info .setting-desc {
  font-size: 11.5px;
  color: var(--text3);
  line-height: 1.5;
}
.interval-inputs {
  display: flex;
  gap: 12px;
  align-items: center;
}
.input-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.input-group input[type=number],
.input-group .text-input {
  width: 70px !important;
  text-align: center;
}
.input-group .input-label {
  font-size: 11px;
  font-family: var(--font-mono);
  color: var(--text3);
  text-transform: uppercase;
}
.settings-memory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.mem-block {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mem-block .mem-title {
  font-size: 11px;
  font-weight: 700;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 6px;
}
.mem-block .mem-kv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.mem-block .mem-kv .mem-key {
  font-family: var(--font-mono);
  color: var(--text3);
}
.mem-block .mem-kv .mem-val {
  font-weight: 600;
  color: var(--text2);
}
.mem-block .mem-kv .mem-val.text-green {
  color: rgb(74, 222, 128);
}
.mem-block .mem-kv .mem-val.text-amber {
  color: rgb(251, 191, 36);
}
.mem-editor {
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.3) !important;
  border: 1px solid var(--border) !important;
  border-radius: 8px;
  padding: 14px;
  color: var(--text2);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.5;
  resize: vertical;
  outline: none;
}
.mem-editor:focus {
  border-color: var(--accent) !important;
}
.settings-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 16px;
}
.panel {
  background: rgba(var(--bg2-rgb), 0.6);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.panel-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 14px;
}
.dot-g {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(74, 222, 128);
  box-shadow: 0 0 10px rgb(74, 222, 128);
}
.queue-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.queue-panel-header .panel-title {
  border-bottom: none;
  padding-bottom: 0;
}
.dot-b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent);
}
.settings-job-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.settings-job-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  transition: all var(--transition-fast);
}
.settings-job-row:hover {
  border-color: rgba(var(--accent-rgb), 0.2);
  background: rgba(var(--accent-rgb), 0.02);
}
.settings-job-row .queue-job-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--text2);
  flex: 1;
}
.settings-job-row .queue-progress {
  font-size: 12px;
  font-weight: 700;
}
.settings-job-row .job-state {
  font-size: 10px;
  font-weight: 700;
  font-family: var(--font-mono);
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}
.settings-job-row .job-state.st-processing {
  background: rgba(var(--accent-rgb), 0.15);
  color: var(--accent);
}
.settings-job-row .job-state.st-queued {
  background: rgba(var(--text3-rgb), 0.15);
  color: var(--text3);
}
.settings-job-row .job-state.st-succeeded {
  background: rgba(74, 222, 128, 0.15);
  color: rgb(74, 222, 128);
}
.settings-job-row .job-state.st-retrying {
  background: rgba(251, 191, 36, 0.15);
  color: rgb(251, 191, 36);
}
.settings-job-row .job-state.st-failed {
  background: rgba(248, 113, 113, 0.15);
  color: rgb(248, 113, 113);
}
.collapsible-card {
  position: relative;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
  box-sizing: border-box;
}
.collapsible-card:has(.card-toggle-input:not(:checked)) {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  gap: 0 !important;
}
.collapsible-card .card-toggle-input {
  display: none !important;
}
.collapsible-card .sc-header,
.collapsible-card .card-header {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  padding-right: 48px !important;
  display: flex !important;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  transition:
    padding-bottom 0.25s,
    margin-bottom 0.25s,
    border-color 0.25s;
}
.collapsible-card .sc-header::after,
.collapsible-card .card-header::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: var(--text3);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), color 0.15s;
}
.collapsible-card .sc-header:hover::after,
.collapsible-card .card-header:hover::after {
  color: var(--accent);
}
.collapsible-card .card-toggle-input:not(:checked) ~ .sc-body,
.collapsible-card .card-toggle-input:not(:checked) ~ .sc-footer,
.collapsible-card .card-toggle-input:not(:checked) ~ .form-group,
.collapsible-card .card-toggle-input:not(:checked) ~ .keys-section,
.collapsible-card .card-toggle-input:not(:checked) ~ .actions {
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  pointer-events: none !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.collapsible-card .card-toggle-input:not(:checked) ~ .sc-header,
.collapsible-card .card-toggle-input:not(:checked) ~ .card-header {
  border-bottom-color: transparent !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.collapsible-card .card-toggle-input:checked ~ .sc-header {
  border-bottom-color: var(--border);
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.collapsible-card .card-toggle-input:checked ~ .card-header {
  border-bottom-color: var(--border);
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.collapsible-card .card-toggle-input:checked ~ .sc-header::after,
.collapsible-card .card-toggle-input:checked ~ .card-header::after {
  transform: translateY(-50%) rotate(180deg);
  color: var(--accent);
}
.collapsible-card .card-toggle-input:checked ~ .sc-body,
.collapsible-card .card-toggle-input:checked ~ .sc-footer,
.collapsible-card .card-toggle-input:checked ~ .form-group,
.collapsible-card .card-toggle-input:checked ~ .keys-section,
.collapsible-card .card-toggle-input:checked ~ .actions {
  max-height: 2000px;
  opacity: 1;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.premium-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  background: rgba(var(--bg2-rgb), 0.55);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg, 10px);
  margin-bottom: 24px;
  width: fit-content;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--shadow-sm);
}
.premium-tabs .tab-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text3);
  border: 1px solid transparent;
  border-radius: var(--radius, 8px);
  background: transparent;
  cursor: pointer;
  transition: all var(--transition-fast);
  font-family: var(--font-display);
}
.premium-tabs .tab-item i {
  font-size: 14px;
  transition: transform var(--transition-fast);
}
.premium-tabs .tab-item:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}
.premium-tabs .tab-item:hover i {
  transform: translateY(-1px);
}
.premium-tabs .tab-item.active {
  color: var(--accent) !important;
  background: rgba(var(--accent-rgb), 0.12) !important;
  border: 1px solid rgba(var(--accent-rgb), 0.22) !important;
  box-shadow: 0 4px 12px rgba(var(--accent-rgb), 0.08);
}
.premium-tabs .tab-item.active i {
  color: var(--accent) !important;
}
.field-input,
.modal-input,
.select-input,
select.modal-input {
  width: 100%;
  padding: 10px 14px;
  background: rgba(var(--bg2-rgb), 0.4) !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius, 8px) !important;
  color: var(--text) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  font-family: var(--font-ui) !important;
  transition: all var(--transition-fast) !important;
  box-sizing: border-box !important;
  outline: none !important;
}
.field-input::placeholder,
.modal-input::placeholder,
.select-input::placeholder {
  color: var(--text3) !important;
  opacity: 0.65 !important;
}
.field-input:hover,
.modal-input:hover,
.select-input:hover {
  border-color: rgba(var(--accent-rgb), 0.35) !important;
  background: rgba(var(--bg2-rgb), 0.55) !important;
}
.field-input:focus,
.modal-input:focus,
.select-input:focus {
  border-color: var(--accent) !important;
  background: rgba(var(--bg2-rgb), 0.75) !important;
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb), 0.18) !important;
}
.field-input[readonly],
[readonly].modal-input,
.select-input[readonly] {
  background: rgba(var(--bg-rgb), 0.3) !important;
  border-color: var(--border-subtle) !important;
  color: var(--text3) !important;
  cursor: not-allowed !important;
}
.field-input[disabled],
[disabled].modal-input,
.select-input[disabled] {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
select.select-input,
select.modal-input {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%238d9caf'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 16px !important;
  padding-right: 36px !important;
}
select.select-input option,
select.modal-input option {
  background: var(--bg2) !important;
  color: var(--text) !important;
}
.generator-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 1024px) {
  .generator-layout {
    grid-template-columns: 1fr;
  }
}
.radio-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 8px;
}
@media (max-width: 640px) {
  .radio-group {
    grid-template-columns: 1fr;
  }
}
.radio-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 12px;
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  cursor: pointer;
  transition: all var(--transition-base);
}
.radio-card input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.radio-card i {
  font-size: 20px;
  margin-bottom: 8px;
  transition: transform var(--transition-bounce);
}
.radio-card span {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}
.radio-card small {
  font-size: 11px;
  color: var(--text3);
  line-height: 1.3;
}
.radio-card:hover {
  background: var(--bg4);
  border-color: rgba(148, 163, 184, 0.3);
  transform: translateY(-2px);
}
.radio-card:hover i {
  transform: scale(1.15);
}
.radio-card.active {
  background: rgba(var(--accent-rgb), 0.06);
  border-color: var(--accent);
  box-shadow: 0 0 14px rgba(var(--accent-rgb), 0.15);
}
.radio-card.active span {
  color: var(--text);
}
.radio-card.active:has(.text-accent2) {
  border-color: var(--accent2);
  background: rgba(var(--accent2-rgb), 0.06);
  box-shadow: 0 0 14px rgba(var(--accent2-rgb), 0.15);
}
.radio-card.active:has(.text-purple) {
  border-color: var(--purple);
  background: rgba(var(--purple-rgb), 0.06);
  box-shadow: 0 0 14px rgba(var(--purple-rgb), 0.15);
}
.ai-video-options {
  background: rgba(var(--bg3-rgb), 0.4);
  border: 1px dashed var(--border2) !important;
  transition: border-color var(--transition-base), background var(--transition-base);
}
.ai-video-options:hover {
  border-color: var(--accent) !important;
}
.ai-video-options .badge-purple {
  background: rgba(var(--purple-rgb), 0.15);
  color: var(--purple);
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
}
.ai-video-options .options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  animation: studioSlideDown 0.25s ease-out;
}
@keyframes studioSlideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
input[type=checkbox].toggle-switch {
  appearance: none;
  -webkit-appearance: none;
  width: 36px;
  height: 20px;
  background: var(--bg4);
  border: 1px solid var(--border2);
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: background var(--transition-fast), border-color var(--transition-fast);
  flex-shrink: 0;
}
input[type=checkbox].toggle-switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--text3);
  transition: transform var(--transition-fast) cubic-bezier(0.4, 0, 0.2, 1), background var(--transition-fast);
}
input[type=checkbox].toggle-switch:checked {
  background: var(--accent);
  border-color: var(--accent);
}
input[type=checkbox].toggle-switch:checked::before {
  transform: translateX(16px);
  background: var(--bg);
}
input[type=checkbox].toggle-switch:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.file-drop-zone {
  position: relative;
  border: 2px dashed var(--border2);
  border-radius: var(--radius-lg);
  padding: 24px 16px;
  text-align: center;
  background: rgba(var(--bg3-rgb), 0.3);
  transition: all var(--transition-base);
  cursor: pointer;
  overflow: hidden;
}
.file-drop-zone .file-drop-zone__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  z-index: 1;
}
.file-drop-zone .file-drop-zone__icon {
  font-size: 28px;
  color: var(--text3);
  margin-bottom: 10px;
  transition: transform var(--transition-bounce), color var(--transition-base);
}
.file-drop-zone .file-drop-zone__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.file-drop-zone:hover,
.file-drop-zone--active {
  border-color: var(--accent);
  background: rgba(var(--accent-rgb), 0.05);
}
.file-drop-zone:hover .file-drop-zone__icon,
.file-drop-zone--active .file-drop-zone__icon {
  color: var(--accent);
  transform: translateY(-4px);
}
.file-drop-zone--active {
  border-style: solid;
  box-shadow: 0 0 16px rgba(var(--accent-rgb), 0.15);
}
.progress-bar {
  width: 100%;
  height: 6px;
  background: var(--bg4);
  border-radius: 999px;
  overflow: hidden;
}
.progress-bar--glass {
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.progress-bar--lg {
  height: 8px;
}
.progress-bar .progress-bar__fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  transition: width var(--transition-fast) ease-out;
}
.progress-bar .progress-bar__fill--accent {
  background:
    linear-gradient(
      90deg,
      var(--accent),
      var(--accent2));
}
.progress-bar .progress-bar__fill--green {
  background: var(--green);
}
.progress-bar .progress-bar__fill--amber {
  background: var(--amber);
}
.progress-bar .progress-bar__fill--red {
  background: var(--red);
}
.progress-bar .progress-bar__fill--animated {
  background-size: 30px 30px;
  background-image:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  animation: progress-bar-stripes 1s linear infinite;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.upload-progress {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}
.pipeline-hint {
  background: rgba(var(--accent-rgb), 0.04);
  border: 1px solid rgba(var(--accent-rgb), 0.15);
  padding: 8px 12px;
}
.pipeline-hint i {
  font-size: 13px;
}
.preview-jobs-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.video-preview-glass {
  background: rgba(var(--bg2-rgb), 0.6) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.video-preview-glass .video-preview-glass__player {
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
}
.video-preview-glass .video-preview-glass__player:hover .video-preview-glass__overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}
.video-preview-glass .video-preview-glass__player:hover .video-preview-glass__overlay i {
  transform: scale(1.2);
}
.video-preview-glass .video-preview-glass__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-preview-glass .video-preview-glass__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--text3);
  font-size: 32px;
}
.video-preview-glass .video-preview-glass__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0.8;
  transition: all var(--transition-base);
}
.video-preview-glass .video-preview-glass__overlay i {
  font-size: 36px;
  color: #fff;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
  transition: transform var(--transition-bounce);
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.badge.status-completed {
  background: rgba(var(--green-rgb), 0.15);
  color: var(--green);
}
.badge.status-processing,
.badge.status-queued {
  background: rgba(var(--accent-rgb), 0.15);
  color: var(--accent);
}
.badge.status-paused {
  background: rgba(var(--amber-rgb), 0.15);
  color: var(--amber);
}
.badge.status-failed {
  background: rgba(var(--red-rgb), 0.15);
  color: var(--red);
}
.jobs-section {
  display: flex;
  flex-direction: column;
}
.jobs-section .jobs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  background: rgba(var(--bg3-rgb), 0.4);
}
.jobs-list {
  max-height: 480px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.job-card {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px;
  cursor: pointer;
  transition: all var(--transition-base);
}
.job-card:hover {
  transform: translateY(-1px);
  background: var(--bg4);
  box-shadow: var(--shadow-sm);
}
.job-card--selected {
  border-color: var(--accent) !important;
  background: rgba(var(--accent-rgb), 0.05);
}
.job-card--paused {
  border-left: 3px solid var(--amber);
}
.job-card--done {
  border-left: 3px solid var(--green);
}
.job-card--failed {
  border-left: 3px solid var(--red);
}
.job-card--running {
  border-left: 3px solid var(--accent);
}
.job-card .preset-tag {
  display: inline-block;
  padding: 2px 6px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  font-size: 10px;
  color: var(--text3);
  margin-top: 4px;
  border: 1px solid var(--border);
}
.job-card .thumbnail-grid {
  margin-top: 8px;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16/9;
  max-width: 120px;
  border: 1px solid var(--border2);
}
.job-card .thumbnail-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job-card .error-text {
  font-size: 11px;
  font-weight: 500;
}
.btn-resume {
  background: var(--accent);
  color: var(--bg);
  font-weight: 600;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 4px;
}
.btn-resume:hover {
  background: var(--accent-hover);
}
.btn-ghost.btn-xs {
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
}
.btn-ghost.btn-xs:hover {
  background: rgba(255, 255, 255, 0.1);
}
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
  text-align: center;
  color: var(--text3);
}
.empty-state .empty-state__icon {
  font-size: 32px;
  margin-bottom: 12px;
  color: var(--border2);
}
.empty-state .empty-state__desc {
  font-size: 13px;
  margin: 0;
}
.badge--amber {
  background: rgba(var(--amber-rgb), 0.12);
  color: var(--amber);
  border: 1px solid rgba(var(--amber-rgb), 0.2);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  border-radius: var(--radius);
  font-size: 13px;
  line-height: 1.5;
}
.alert i {
  font-size: 15px;
  margin-top: 2px;
}
.alert.alert-info {
  background: rgba(var(--accent-rgb), 0.08);
  border: 1px solid rgba(var(--accent-rgb), 0.2);
  color: var(--text);
}
.alert.alert-info strong {
  color: var(--accent);
}
.alert.alert-info i {
  color: var(--accent);
}
.settings-layout {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.settings-section {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition-base);
}
.settings-section[open] {
  border-color: rgba(var(--accent-rgb), 0.25);
  box-shadow: var(--shadow-sm);
}
.settings-section[open] .section-chevron {
  transform: rotate(180deg);
}
.video-generator-page {
  --video-studio-pad: clamp(14px, 1.4vw, 22px);
}
.video-generator-page .video-gen-header {
  min-height: 50px;
  padding: 8px 12px;
  border: var(--app-page-hero-border);
  border-radius: var(--app-page-hero-radius);
  background: var(--app-page-hero-bg);
  box-shadow: none;
}
.video-generator-page .video-gen-header .video-gen-eyebrow {
  display: inline-flex;
  margin-bottom: 4px;
  color: var(--accent);
  font: 900 9.5px/1 var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.video-generator-page .video-gen-header h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--text);
  font: 800 clamp(17px, 1.35vw, 20px)/1.12 var(--font-display);
  letter-spacing: 0;
}
.video-generator-page .video-gen-header p {
  margin: 3px 0 0;
  color: var(--text3);
  font-size: 11.5px;
  line-height: 1.35;
}
.video-generator-page .video-gen-header .btn {
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 9px;
  font-size: 12px;
}
@media (min-width: 761px) {
  .video-generator-page .video-gen-header {
    flex-wrap: nowrap;
  }
  .video-generator-page .video-gen-header .app-page-hero__main {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: end;
    column-gap: 12px;
    row-gap: 2px;
  }
  .video-generator-page .video-gen-header .video-gen-eyebrow {
    grid-column: 1;
    grid-row: 1;
  }
  .video-generator-page .video-gen-header h2 {
    grid-column: 1;
    grid-row: 2;
  }
  .video-generator-page .video-gen-header p {
    grid-column: 2;
    grid-row: 2;
    margin: 0 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.video-generator-page .video-gen-container {
  padding: 12px 18px 24px;
  background: transparent;
}
.video-generator-page .video-studio-card {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 14px;
  border: 1px solid rgba(var(--text-rgb), 0.075);
  border-radius: 14px;
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.78),
      rgba(var(--bg-rgb), 0.58));
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
}
.video-generator-page .niche-command-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(var(--text-rgb), 0.08);
}
.video-generator-page .niche-identity {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.video-generator-page .niche-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  color: var(--accent);
  background:
    linear-gradient(
      135deg,
      rgba(var(--accent-rgb), 0.18),
      rgba(var(--accent2-rgb), 0.08));
  border: 1px solid rgba(var(--accent-rgb), 0.22);
  box-shadow: 0 14px 28px rgba(var(--accent-rgb), 0.08);
}
.video-generator-page .niche-icon i {
  font-size: 16px;
}
.video-generator-page .niche-kicker {
  margin-bottom: 3px;
  color: var(--text3);
  font: 900 10px/1 var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.video-generator-page .niche-identity h3 {
  margin: 0;
  color: var(--text);
  font: 800 16px/1.15 var(--font-display);
  letter-spacing: 0;
}
.video-generator-page .niche-identity p {
  margin: 2px 0 0;
  color: var(--text3);
  font-size: 12px;
  line-height: 1.35;
}
.video-generator-page .niche-badge {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(var(--bg3-rgb), 0.55);
}
.video-generator-page .niche-badge {
  padding: 0 10px;
  font: 900 9.5px/1 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.video-generator-page .niche-badge.is-custom {
  color: var(--green);
  background: rgba(var(--green-rgb), 0.08);
  border-color: rgba(var(--green-rgb), 0.2);
}
.video-generator-page .niche-badge.is-system {
  color: var(--amber);
  background: rgba(var(--amber-rgb), 0.08);
  border-color: rgba(var(--amber-rgb), 0.2);
}
.video-generator-page .studio-tabs {
  margin-top: 10px;
  padding: 4px;
}
.video-generator-page .studio-tabs .pipeline-tab {
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 8px;
  font-weight: 800;
}
.video-generator-page .studio-tab-content {
  padding-top: 10px;
}
.video-generator-page .video-tab-studio {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  gap: 14px;
  align-items: start;
}
.video-generator-page .studio-panel {
  border: 1px solid rgba(var(--text-rgb), 0.08);
  border-radius: 14px;
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.7),
      rgba(var(--bg-rgb), 0.5));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
.video-generator-page .prompt-panel {
  padding: 14px;
}
.video-generator-page .control-panel {
  position: sticky;
  top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
}
.video-generator-page .tab-header.compact {
  margin: 0 0 14px;
}
.video-generator-page .tab-header.compact .section-kicker {
  color: var(--accent);
  font: 900 10px/1 var(--font-mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.video-generator-page .tab-header.compact h2 {
  margin: 5px 0 4px;
  color: var(--text);
  font: 800 18px/1.15 var(--font-display);
  letter-spacing: 0;
}
.video-generator-page .tab-header.compact p {
  max-width: 760px;
  margin: 0;
  color: var(--text3);
  font-size: 12.5px;
  line-height: 1.5;
}
.video-generator-page .inline-link {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--accent);
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  cursor: pointer;
}
.video-generator-page .inline-link:hover {
  color: var(--accent2);
}
.video-generator-page .panel-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--text);
  font-weight: 800;
  font-size: 13px;
}
.video-generator-page .radio-group.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
}
.video-generator-page .radio-group.compact .radio-card {
  min-height: 76px;
  align-items: flex-start;
  padding: 12px;
  text-align: left;
  border-radius: 12px;
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg3-rgb), 0.62),
      rgba(var(--bg-rgb), 0.32));
}
.video-generator-page .radio-group.compact .radio-card i {
  margin: 0 0 7px;
  font-size: 17px;
}
.video-generator-page .radio-group.compact .radio-card span {
  margin: 0 0 2px;
  font-size: 12.5px;
  letter-spacing: 0;
  text-transform: none;
}
.video-generator-page .radio-group.compact .radio-card small {
  font-size: 10.5px;
  line-height: 1.25;
}
.video-generator-page .input-area {
  margin-top: 4px;
}
.video-generator-page .studio-textarea {
  min-height: 150px;
  resize: vertical;
  padding: 13px 14px;
  line-height: 1.55;
}
.video-generator-page .field-footnote {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 7px;
  color: var(--text3);
  font-size: 11px;
}
.video-generator-page .generate-action {
  min-height: 44px;
  margin-top: 16px;
  border-radius: 12px;
}
.video-generator-page .byok-generation-panel {
  margin-top: 14px;
  padding: 13px;
  border: 1px solid rgba(var(--accent-rgb), 0.14);
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(var(--accent-rgb), 0.075),
      rgba(var(--bg3-rgb), 0.38) 42%,
      rgba(var(--bg-rgb), 0.28));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}
.video-generator-page .byok-generation-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}
.video-generator-page .byok-generation-panel__header .section-kicker {
  color: var(--accent);
  font: 900 10px/1 var(--font-mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.video-generator-page .byok-generation-panel__header h3 {
  margin: 4px 0 0;
  color: var(--text);
  font: 800 16px/1.15 var(--font-display);
  letter-spacing: 0;
}
.video-generator-page .byok-status-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.1);
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  font: 900 10.5px/1 var(--font-mono);
  text-transform: uppercase;
}
.video-generator-page .byok-generation-panel__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(236px, 246px);
  gap: 12px;
  align-items: stretch;
}
.video-generator-page .runtime-card,
.video-generator-page .byok-routing-card,
.video-generator-page .cost-preview-card {
  border: 1px solid rgba(var(--text-rgb), 0.08);
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(var(--bg3-rgb), 0.58),
      rgba(var(--bg-rgb), 0.28));
}
.video-generator-page .runtime-card {
  padding: 14px;
}
.video-generator-page .runtime-card__header,
.video-generator-page .byok-routing-card__header,
.video-generator-page .cost-preview-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.video-generator-page .runtime-card__header {
  margin-bottom: 12px;
}
.video-generator-page .runtime-card__header .section-kicker {
  color: var(--accent);
  font: 900 10px/1 var(--font-mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.video-generator-page .runtime-card__header h3 {
  margin: 4px 0 0;
  color: var(--text);
  font: 800 17px/1.1 var(--font-display);
  letter-spacing: -0.03em;
}
.video-generator-page .byok-routing-card {
  padding: 13px;
}
.video-generator-page .byok-generation-panel .byok-routing-card,
.video-generator-page .byok-generation-panel .cost-preview-card {
  min-width: 0;
  height: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.56),
      rgba(var(--bg-rgb), 0.3));
}
.video-generator-page .byok-routing-card__header {
  margin-bottom: 11px;
}
.video-generator-page .byok-routing-card__header .section-kicker {
  color: var(--accent);
  font: 900 10px/1 var(--font-mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.video-generator-page .byok-routing-card__header h3 {
  margin: 4px 0 0;
  color: var(--text);
  font: 800 16px/1.1 var(--font-display);
}
.video-generator-page .byok-routing-card__header > i {
  color: var(--accent);
}
.video-generator-page .byok-provider-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.video-generator-page .byok-generation-panel .byok-provider-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.video-generator-page .provider-field {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 6px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(var(--text-rgb), 0.08);
  background: rgba(var(--bg-rgb), 0.24);
}
.video-generator-page .provider-field.is-disabled {
  opacity: 0.58;
}
.video-generator-page .provider-field .modal-input {
  min-width: 0;
  width: 100%;
  min-height: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 11.5px;
}
.video-generator-page .provider-field__label {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--text2);
  font: 900 10px/1 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.video-generator-page .provider-field__label i {
  flex: 0 0 auto;
  color: var(--accent);
  font-size: 11px;
}
.video-generator-page .provider-field__label span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-generator-page .provider-field__model {
  min-width: 0;
  color: var(--text3);
  font-size: 10.5px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-generator-page .runtime-pill {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.1);
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  font: 900 11px/1 var(--font-mono);
}
.video-generator-page .runtime-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.video-generator-page .runtime-field,
.video-generator-page .runtime-toggle {
  min-width: 0;
}
.video-generator-page .runtime-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.video-generator-page .runtime-field span {
  color: var(--text3);
  font: 900 10px/1 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.video-generator-page .runtime-field small {
  color: var(--text3);
  font-size: 10.5px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.video-generator-page .runtime-field.span-2 {
  grid-column: 1/-1;
}
.video-generator-page .runtime-toggle {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 11px;
  border-radius: 12px;
  border: 1px solid rgba(var(--text-rgb), 0.08);
  background: rgba(var(--bg-rgb), 0.26);
  cursor: pointer;
}
.video-generator-page .runtime-toggle input {
  accent-color: var(--accent);
}
.video-generator-page .runtime-toggle span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.video-generator-page .runtime-toggle strong {
  color: var(--text);
  font-size: 12px;
  line-height: 1.1;
}
.video-generator-page .runtime-toggle small {
  color: var(--text3);
  font-size: 10.5px;
}
.video-generator-page .runtime-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 9px 10px;
  border-radius: 12px;
  color: var(--text3);
  background: rgba(var(--accent-rgb), 0.055);
  font-size: 11px;
}
.video-generator-page .runtime-note i {
  color: var(--accent);
}
.video-generator-page .cost-preview-card {
  padding: 13px;
}
.video-generator-page .cost-preview-card .cost-preview-card__top span {
  color: var(--text3);
  font: 900 10px/1 var(--font-mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.video-generator-page .cost-preview-card .cost-preview-card__top strong {
  color: var(--green);
  font: 900 22px/1 var(--font-mono);
  letter-spacing: -0.04em;
}
.video-generator-page .currency-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 11px;
  padding: 4px;
  border-radius: 11px;
  background: rgba(var(--bg-rgb), 0.28);
  border: 1px solid rgba(var(--text-rgb), 0.07);
}
.video-generator-page .currency-switch button {
  min-height: 30px;
  border: 0;
  border-radius: 8px;
  color: var(--text3);
  background: transparent;
  font: 900 11px/1 var(--font-mono);
  cursor: pointer;
}
.video-generator-page .currency-switch button.active {
  color: var(--bg);
  background:
    linear-gradient(
      135deg,
      var(--accent),
      var(--accent2));
}
.video-generator-page .currency-rate {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
  color: var(--text3);
  font-size: 11px;
  line-height: 1.35;
}
.video-generator-page .currency-rate i {
  flex: 0 0 auto;
  color: var(--accent);
}
.video-generator-page .cost-preview-card__state {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: var(--text3);
  font-size: 11px;
}
.video-generator-page .cost-preview-card__state.is-error {
  color: var(--amber);
}
.video-generator-page .model-stack {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 11px;
}
.video-generator-page .model-stack span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 7px 9px;
  border-radius: 10px;
  color: var(--text2);
  background: rgba(var(--bg-rgb), 0.28);
  border: 1px solid rgba(var(--text-rgb), 0.07);
  font-size: 11px;
}
.video-generator-page .byok-generation-panel .model-stack span {
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.35;
}
.video-generator-page .control-card {
  padding: 13px;
  border-radius: 14px;
}
.video-generator-page .option-heading,
.video-generator-page .toggle-label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.video-generator-page .option-heading {
  justify-content: space-between;
}
.video-generator-page .toggle-label {
  min-width: 0;
  cursor: pointer;
}
.video-generator-page .toggle-label span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.video-generator-page .toggle-label strong {
  color: var(--text);
  font-size: 12.5px;
  line-height: 1.15;
}
.video-generator-page .toggle-label small {
  color: var(--text3);
  font-size: 10.5px;
}
.video-generator-page .ai-video-options {
  border-style: solid !important;
  border-radius: 14px;
  padding: 0;
  background:
    linear-gradient(
      135deg,
      rgba(var(--accent-rgb), 0.07),
      rgba(var(--bg3-rgb), 0.34));
}
.video-generator-page .ai-video-options .options-grid {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}
.video-generator-page .ai-video-options .options-grid small {
  display: block;
  margin-bottom: 5px;
  color: var(--text3);
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.video-generator-page .file-drop-zone {
  padding: 18px 14px;
  border-radius: 14px;
  border-width: 1px;
}
.video-generator-page .file-drop-zone .file-drop-zone__icon {
  margin-bottom: 8px;
  font-size: 24px;
}
.video-generator-page .file-drop-zone span {
  color: var(--text);
  font-weight: 800;
  font-size: 12.5px;
}
.video-generator-page .file-drop-zone small {
  color: var(--text3);
  font-size: 10.5px;
}
.video-generator-page .upload-progress {
  position: relative;
  z-index: 3;
  margin-top: 12px;
  text-align: left;
}
.video-generator-page .upload-progress__item + .upload-progress__item {
  margin-top: 8px;
}
.video-generator-page .upload-progress__meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
  color: var(--text2);
  font-size: 11px;
}
.video-generator-page .upload-progress__meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-generator-page .pipeline-hint {
  padding: 12px 13px;
  border-radius: 14px;
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  background: rgba(var(--accent-rgb), 0.055);
}
.video-generator-page .pipeline-hint strong {
  display: block;
  margin-bottom: 5px;
  color: var(--accent);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.video-generator-page .pipeline-hint span {
  color: var(--text2);
  font-size: 11.5px;
  line-height: 1.45;
}
.video-generator-page .settings-layout {
  gap: 8px;
}
.video-generator-page app-settings-tab > .tab-header {
  margin-bottom: 8px;
  padding: 0 2px;
}
.video-generator-page app-settings-tab > .tab-header h2 {
  margin: 0;
  color: var(--text);
  font: 800 20px/1.15 var(--font-display);
  letter-spacing: -0.03em;
}
.video-generator-page app-settings-tab > .tab-header p {
  margin-top: 3px !important;
  color: var(--text3);
}
.video-generator-page app-settings-tab > .tab-header .btn {
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 10px;
}
.video-generator-page .settings-section {
  border-radius: 12px;
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.72),
      rgba(var(--bg-rgb), 0.46));
}
.video-generator-page .settings-section[open] {
  border-color: rgba(var(--accent-rgb), 0.22);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}
.video-generator-page .section-summary {
  min-height: 46px;
  padding: 10px 14px;
  background:
    linear-gradient(
      90deg,
      rgba(var(--accent-rgb), 0.055),
      transparent 55%),
    rgba(var(--bg3-rgb), 0.34);
}
.video-generator-page .section-summary:hover {
  background:
    linear-gradient(
      90deg,
      rgba(var(--accent-rgb), 0.09),
      transparent 60%),
    rgba(var(--bg3-rgb), 0.48);
}
.video-generator-page .section-title {
  gap: 10px;
  min-width: 190px;
  font-size: 13px;
}
.video-generator-page .section-title i {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(var(--accent-rgb), 0.1);
  font-size: 12px;
}
.video-generator-page .section-meta {
  margin-left: 8px;
  font-size: 11.5px;
}
.video-generator-page .section-panel {
  padding: 12px 14px 14px !important;
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.64),
      rgba(var(--bg-rgb), 0.35)) !important;
}
.video-generator-page .grid-2 {
  gap: 10px 14px;
}
.video-generator-page .form-group {
  gap: 6px;
}
.video-generator-page .form-group label {
  color: var(--text2);
  font: 900 10.5px/1.25 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.video-generator-page .modal-input {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 10px;
  background: rgba(var(--bg-rgb), 0.32) !important;
  border-color: rgba(var(--text-rgb), 0.1) !important;
}
.video-generator-page textarea.modal-input {
  min-height: 94px;
}
.video-generator-page select.modal-input {
  background-color: rgba(var(--bg-rgb), 0.32) !important;
  background-position: right 11px center !important;
}
.video-generator-page .suggestion-wrapper .modal-input {
  padding-right: 112px;
}
.video-generator-page .suggestion-select {
  top: 7px;
  right: 7px;
  max-width: 104px;
  height: 24px;
  border-radius: 999px;
  padding: 2px 24px 2px 9px;
  color: var(--accent2);
  background-color: rgba(var(--bg3-rgb), 0.94);
  background-position: right 8px center !important;
  font-size: 9.5px;
  line-height: 1;
}
.video-generator-page .field-hint {
  color: var(--text3);
  font-size: 11px;
  line-height: 1.45;
}
.video-generator-page .toggle-switch {
  transform: scale(0.92);
  transform-origin: left center;
}
.video-generator-page .video-empty-state {
  width: min(100%, 680px);
  margin: 40px auto;
  padding: 44px 28px;
  text-align: center;
}
.video-generator-page .video-empty-state .empty-orb {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 18px;
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.1);
  border: 1px solid rgba(var(--accent-rgb), 0.22);
}
.video-generator-page .video-empty-state h3 {
  margin: 0 0 8px;
  color: var(--text);
  font: 800 22px/1.15 var(--font-display);
}
.video-generator-page .video-empty-state p {
  max-width: 480px;
  margin: 0 auto;
  color: var(--text3);
  font-size: 13px;
  line-height: 1.6;
}
@media (max-width: 1080px) {
  .video-generator-page .video-tab-studio {
    grid-template-columns: 1fr;
  }
  .video-generator-page .control-panel {
    position: relative;
    top: auto;
  }
}
@media (max-width: 760px) {
  .video-generator-page .video-gen-header,
  .video-generator-page .niche-command-bar,
  .video-generator-page app-settings-tab > .tab-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .video-generator-page .runtime-grid,
  .video-generator-page .radio-group.compact {
    grid-template-columns: 1fr;
  }
  .video-generator-page .runtime-field.span-2 {
    grid-column: auto;
  }
  .video-generator-page .byok-generation-panel__grid,
  .video-generator-page .byok-generation-panel .byok-provider-grid {
    grid-template-columns: 1fr;
  }
  .video-generator-page .byok-generation-panel__header {
    align-items: flex-start;
    flex-direction: column;
  }
}
.section-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: rgba(var(--bg3-rgb), 0.35);
  list-style: none;
}
.section-summary::-webkit-details-marker {
  display: none;
}
.section-summary:hover {
  background: rgba(var(--bg3-rgb), 0.6);
}
.section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}
.section-title i {
  font-size: 16px;
}
.section-meta {
  font-size: 12px;
  color: var(--text3);
  margin-left: 20px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .section-meta {
    display: none;
  }
}
.section-chevron {
  font-size: 12px;
  color: var(--text3);
  transition: transform var(--transition-base) ease;
}
.section-panel {
  padding: 24px;
  background: var(--bg2) !important;
  border-top: 1px solid var(--border) !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
}
@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
.span-2 {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .span-2 {
    grid-column: span 1;
  }
}
.suggestion-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.suggestion-select {
  position: absolute;
  top: -26px;
  right: 0;
  width: auto;
  background: var(--bg3);
  border: 1px solid var(--border);
  color: var(--accent2);
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  transition: all var(--transition-fast);
}
.suggestion-select:hover {
  border-color: var(--accent2);
  background: var(--bg4);
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.toggle-switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.toggle-switch input[type=checkbox]:checked + label {
  background: var(--accent);
  border-color: var(--accent);
}
.toggle-switch input[type=checkbox]:checked + label::after {
  transform: translateX(20px);
  background: var(--bg);
}
.toggle-switch input[type=checkbox]:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.toggle-switch input[type=checkbox]:focus-visible + label {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.toggle-switch label {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: var(--bg4);
  border: 1px solid var(--border2);
  border-radius: 999px;
  transition: background var(--transition-fast) ease;
}
.toggle-switch label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--text3);
  transition: transform var(--transition-fast) cubic-bezier(0.4, 0, 0.2, 1), background var(--transition-fast) ease;
}
.landing-page .hero {
  max-width: 1180px;
}
.landing-page .hero .hero-copy {
  max-width: 860px;
}
.landing-page .hero .hero-copy h1 {
  font-size: 2.85rem;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .hero .hero-copy .hero-subtitle {
  font-size: 15.5px;
  max-width: 640px;
}
.landing-page .hero .hero-product {
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.84),
      rgba(var(--bg-rgb), 0.7)),
    var(--bg2);
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.18), 0 0 0 1px rgba(var(--accent-rgb), 0.08);
}
.landing-page .product-media {
  position: relative;
  margin: 18px 24px 0;
  min-height: 250px;
  aspect-ratio: 16/6.3;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(var(--accent-rgb), 0.14);
  background: var(--bg3);
}
.landing-page .product-media video,
.landing-page .product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
}
.landing-page .product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(var(--bg-rgb), 0.7),
      transparent 45%),
    linear-gradient(
      180deg,
      transparent 45%,
      rgba(var(--bg-rgb), 0.74));
  pointer-events: none;
}
.landing-page .product-media-overlay {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(3, 7, 18, 0.5);
  color: #fff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.landing-page .product-media-overlay span {
  font: 800 10px/1 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
}
.landing-page .product-media-overlay strong {
  font-size: 14px;
  font-weight: 800;
}
.landing-page .product-media-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 24px 0;
}
.landing-page .product-media-slider {
  position: relative;
  margin: 18px 24px 0;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(var(--accent-rgb), 0.14);
  background: var(--bg3);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}
.landing-page .product-media-track {
  display: flex;
  width: 100%;
  transition: transform 0.62s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.landing-page .product-media-slide {
  position: relative;
  flex: 0 0 100%;
  aspect-ratio: 16/6.4;
  min-height: 250px;
  overflow: hidden;
  background: var(--bg3);
}
.landing-page .product-media-slide video,
.landing-page .product-media-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.02);
}
.landing-page .product-media-slide img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.landing-page .product-media-slide video {
  position: relative;
  z-index: 1;
}
.landing-page .product-media-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 7, 18, 0.64),
      transparent 48%),
    linear-gradient(
      180deg,
      transparent 45%,
      rgba(3, 7, 18, 0.6));
  pointer-events: none;
}
.landing-page .product-media-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  color: #fff;
}
.landing-page .product-media-caption span {
  font: 800 10px/1 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.76;
}
.landing-page .product-media-caption strong {
  font-size: 16px;
  font-weight: 900;
}
.landing-page .media-slider-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(3, 7, 18, 0.46);
  color: #fff;
  transform: translateY(-50%);
  transition: background var(--transition-fast), transform var(--transition-fast);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.landing-page .media-slider-btn:hover {
  background: rgba(3, 7, 18, 0.64);
  transform: translateY(-50%) scale(1.04);
}
.landing-page .media-slider-btn-prev {
  left: 14px;
}
.landing-page .media-slider-btn-next {
  right: 14px;
}
.landing-page .media-slider-dots {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 7px;
}
.landing-page .media-slider-dots button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  transition: width var(--transition-fast), background var(--transition-fast);
}
.landing-page .media-slider-dots button.active {
  width: 22px;
  border-radius: 999px;
  background: #fff;
}
.landing-page .product-media-tile {
  position: relative;
  min-width: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(var(--accent-rgb), 0.16);
  background: var(--bg3);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}
.landing-page .product-media-tile video,
.landing-page .product-media-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
  transition: transform var(--transition-slow);
}
.landing-page .product-media-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      transparent 45%,
      rgba(3, 7, 18, 0.72));
  pointer-events: none;
}
.landing-page .product-media-tile span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 9px;
  z-index: 1;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-align: left;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}
.landing-page .product-media-tile:hover video,
.landing-page .product-media-tile:hover img {
  transform: scale(1.04);
}
.landing-page .media-story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 34px;
  align-items: center;
  padding-top: 20px;
}
.landing-page .media-story-copy h2 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 1.18;
  margin: 12px 0 16px;
  color: var(--text);
}
.landing-page .media-story-copy p:not(.eyebrow) {
  color: var(--text3);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}
.landing-page .media-story-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-auto-rows: 170px;
  gap: 14px;
}
.landing-page .media-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(var(--accent-rgb), 0.13);
  background: var(--bg2);
  box-shadow: var(--shadow-sm);
}
.landing-page .media-card.media-card-large {
  grid-row: span 2;
}
.landing-page .media-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.landing-page .media-card figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: 7px;
  background: rgba(3, 7, 18, 0.55);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.landing-page .media-card:hover img {
  transform: scale(1.04);
}
.landing-page .pricing-grid-paid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1180px;
  align-items: stretch;
}
.landing-page .pricing-grid-paid .price-card {
  position: relative;
  padding: 32px 24px 24px;
  text-align: left;
  align-items: stretch;
}
.landing-page .pricing-grid-paid .price-card .price-badge {
  position: absolute;
  top: -11px;
  right: 18px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--accent-gradient);
  color: #071018;
  font: 900 10px/1 var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 10px 24px rgba(var(--accent-rgb), 0.22);
}
.landing-page .pricing-grid-paid .price-card .plan-label {
  width: fit-content;
  margin-bottom: 18px;
}
.landing-page .pricing-grid-paid .price-card h3 {
  font-size: 1.72rem;
  margin-bottom: 4px;
}
.landing-page .pricing-grid-paid .price-card h4 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
}
.landing-page .pricing-grid-paid .price-card p {
  margin-bottom: 18px;
}
.landing-page .pricing-grid-paid .price-card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 96px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}
.landing-page .pricing-grid-paid .price-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--text2);
  font-size: 12.5px;
  line-height: 1.4;
}
.landing-page .pricing-grid-paid .price-card ul li::before {
  content: "\2713";
  color: var(--accent2);
  font-weight: 900;
}
.landing-page .pricing-grid-paid .price-card.byok-plan {
  border-color: rgba(var(--accent2-rgb), 0.28);
}
.landing-page .pricing-grid-paid .price-card.byok-plan .plan-label,
.landing-page .pricing-grid-paid .price-card.byok-plan ul li::before {
  color: var(--accent2);
}
.landing-page .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.landing-page .review-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
  border-radius: 12px;
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.72),
      rgba(var(--bg2-rgb), 0.52)),
    var(--bg2);
  border: 1px solid var(--border-subtle);
}
.landing-page .review-card .review-media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 8px;
  background: var(--bg3);
  border: 1px solid rgba(var(--accent-rgb), 0.14);
}
.landing-page .review-card .review-media img,
.landing-page .review-card .review-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.landing-page .review-card .review-media span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(3, 7, 18, 0.58);
  color: #fff;
  font: 800 10px/1 var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.landing-page .review-card p {
  margin: 0;
  color: var(--text2);
  font-size: 14px;
  line-height: 1.6;
}
.landing-page .review-card .review-person {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: auto;
}
.landing-page .review-card .review-person strong {
  color: var(--text);
  font-size: 14px;
}
.landing-page .review-card .review-person span {
  color: var(--text3);
  font-size: 12px;
}
.landing-page {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  background-image:
    linear-gradient(
      180deg,
      rgba(var(--accent-rgb), 0.045),
      transparent 320px),
    linear-gradient(
      135deg,
      rgba(var(--accent2-rgb), 0.035),
      transparent 52%),
    var(--gradient-bg);
}
.landing-page .navbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg-rgb), 0.96),
      rgba(var(--bg-rgb), 0.9)),
    var(--bg);
  border-bottom-color: color-mix(in srgb, var(--border) 85%, var(--text) 15%);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  min-height: 60px;
  padding: 10px 34px;
}
.landing-page .navbar .brand {
  font-size: 1.02rem;
}
.landing-page .navbar .brand .brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(var(--accent-rgb), 0.14);
}
.landing-page .navbar .navbar-nav {
  gap: 22px;
}
.landing-page .navbar .navbar-nav a {
  font-size: 13px;
  font-weight: 650;
}
.landing-page .navbar .navbar-actions {
  gap: 10px;
}
.landing-page .navbar .navbar-actions .currency-select,
.landing-page .navbar .navbar-actions .theme-toggle {
  height: 34px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  background: rgba(var(--bg2-rgb), 0.72);
}
.landing-page .navbar .navbar-actions .btn {
  min-height: 34px;
  padding: 8px 15px;
  border-radius: 9px;
}
.landing-page {
  padding-top: 60px;
}
.landing-page .footer {
  padding: 16px 34px;
  background: rgba(var(--bg-rgb), 0.72);
  position: sticky;
  bottom: 0;
  z-index: 850;
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.08);
}
.landing-page .footer .brand {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.landing-page .footer .brand .brand-mark {
  width: 24px;
  height: 24px;
}
.landing-page .footer .brand span {
  font-size: 0.92rem;
}
.landing-page .footer p {
  margin: 0 0 0 34px;
  max-width: 360px;
  font-size: 11px;
  line-height: 1.35;
}
.landing-page .footer .footer-links {
  gap: 18px;
}
.landing-page .footer .footer-links a {
  font-size: 12px;
}
.landing-page .btn.btn-primary {
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--accent) 78%, var(--bg) 22%),
      color-mix(in srgb, var(--accent2) 72%, var(--bg) 28%));
  box-shadow: 0 8px 22px rgba(var(--accent-rgb), 0.14);
}
.landing-page .btn.btn-primary:hover {
  box-shadow: 0 12px 28px rgba(var(--accent-rgb), 0.18);
}
.landing-page .glass-card,
.landing-page .glass-card-primary,
.landing-page .glass-panel {
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}
.landing-page .section {
  scroll-margin-top: 92px;
  padding-top: 82px;
  padding-bottom: 82px;
}
.landing-page .section .section-header {
  margin-bottom: 42px;
}
.landing-page .section .section-header h2 {
  font-size: 2.05rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .section .section-header p {
  font-size: 14px;
}
.landing-page .workflow-grid .workflow-card,
.landing-page .key-grid .key-card,
.landing-page .audience-grid article,
.landing-page .faq-grid article {
  border-radius: 8px;
}
.premium-mobile-surface {
  background: rgba(var(--bg2-rgb), 0.72);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}
.landing-page {
  padding-top: 48px !important;
  padding-bottom: 38px !important;
  scroll-padding-top: 64px !important;
}
.landing-page .navbar {
  min-height: 48px !important;
  padding: 7px 30px !important;
  background: rgba(var(--bg-rgb), 0.96) !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.055) !important;
}
.landing-page .navbar .brand {
  font-size: 1rem !important;
}
.landing-page .navbar .brand .brand-mark {
  width: 26px !important;
  height: 26px !important;
  border-radius: 7px !important;
}
.landing-page .navbar .navbar-nav a {
  font-size: 12.5px !important;
}
.landing-page .navbar .navbar-actions {
  gap: 10px !important;
}
.landing-page .navbar .navbar-actions .currency-select,
.landing-page .navbar .navbar-actions .theme-toggle,
.landing-page .navbar .navbar-actions .btn {
  min-height: 30px !important;
  height: 30px !important;
  padding: 6px 12px !important;
  border-radius: 9px !important;
  font-size: 12.5px !important;
}
.landing-page .footer {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 850 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 6px 30px !important;
  box-sizing: border-box !important;
  background: rgba(var(--bg-rgb), 0.88) !important;
  backdrop-filter: blur(16px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(160%) !important;
  box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.06) !important;
}
.landing-page .footer .brand {
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
}
.landing-page .footer .brand .brand-mark {
  width: 20px !important;
  height: 20px !important;
}
.landing-page .footer .brand span {
  font-size: 0.82rem !important;
}
.landing-page .footer p {
  display: none !important;
}
.landing-page .footer .footer-links {
  gap: 16px !important;
}
.landing-page .footer .footer-links a {
  font-size: 11px !important;
}
.landing-page .section {
  scroll-margin-top: 64px !important;
}
.landing-page .section-reveal {
  transform: translateY(46px) !important;
  transition: opacity 0.72s cubic-bezier(0.16, 1, 0.3, 1), transform 0.72s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.landing-page .section-reveal.visible {
  transform: translateY(0) !important;
}
.landing-page .product-media-slider {
  aspect-ratio: 16/6.8 !important;
  min-height: 220px !important;
}
.landing-page .product-media-track {
  flex-direction: column !important;
  height: 100% !important;
  transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.landing-page .product-media-slide {
  position: relative !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  min-height: 0 !important;
}
.landing-page .hero {
  padding-top: 34px !important;
  padding-bottom: 58px !important;
}
.landing-page .hero .hero-copy {
  max-width: 760px !important;
  margin-bottom: 28px !important;
}
.landing-page .hero .hero-copy .eyebrow {
  margin-bottom: 16px !important;
}
.landing-page .hero .hero-copy h1 {
  max-width: 760px !important;
  font-size: clamp(2.2rem, 5vw, 3.15rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 18px !important;
}
.landing-page .hero .hero-copy .hero-subtitle {
  max-width: 620px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin-bottom: 28px !important;
}
.landing-page .hero .hero-copy .hero-actions {
  margin-bottom: 24px !important;
}
.landing-page {
  scroll-snap-type: y proximity;
}
.landing-page .page-panel {
  min-height: calc(100svh - 86px);
  scroll-snap-align: start;
  scroll-margin-top: 64px !important;
  position: relative;
}
.landing-page .section.page-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.landing-page .hero.page-panel {
  justify-content: flex-start;
  min-height: auto;
}
.landing-page .page-panel-compact {
  scroll-snap-align: start;
  scroll-margin-top: 64px !important;
}
.landing-page .section-reveal {
  opacity: 0;
  transform: translate3d(0, 58px, 0) scale(0.985) !important;
  filter: blur(4px);
  transition:
    opacity 0.78s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.78s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.78s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.landing-page .section-reveal.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) !important;
  filter: blur(0);
}
.landing-page .page-panel {
  transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.72s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.landing-page .page-panel:target {
  animation: landing-panel-arrive 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}
.landing-page .landing-page-dots {
  position: fixed;
  right: 18px;
  top: 50%;
  z-index: 820;
  display: flex;
  flex-direction: column;
  gap: 9px;
  transform: translateY(-50%);
}
.landing-page .landing-page-dots a {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(var(--text-rgb), 0.22);
  border: 1px solid rgba(var(--text-rgb), 0.14);
  transition: height var(--transition-fast), background var(--transition-fast);
}
.landing-page .landing-page-dots a:hover,
.landing-page .landing-page-dots a:focus-visible {
  height: 20px;
  background: rgba(var(--accent-rgb), 0.62);
}
.landing-page .section.page-panel {
  min-height: auto !important;
  justify-content: flex-start !important;
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}
.landing-page .media-story-section.page-panel {
  padding-top: 38px !important;
  padding-bottom: 54px !important;
}
.landing-page .proof-strip.page-panel-compact {
  margin-bottom: 38px !important;
}
.landing-page .hero {
  padding-top: 26px !important;
}
.landing-page .hero .hero-copy {
  margin-bottom: 20px !important;
}
.landing-page .hero .hero-copy h1 {
  font-size: clamp(2rem, 4.4vw, 2.72rem) !important;
}
@keyframes landing-panel-arrive {
  from {
    opacity: 0.74;
    transform: translate3d(0, 38px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.landing-page {
  --landing-nav-h: 48px;
  --landing-footer-h: 34px;
  --landing-slide-gap: 0px;
  --landing-slide-pad-x: 40px;
  --landing-slide-pad-y: 26px;
  --landing-slide-min-h: calc(100svh - var(--landing-nav-h) - var(--landing-footer-h));
  overflow-x: hidden !important;
  overscroll-behavior-y: contain !important;
  scroll-snap-type: y mandatory !important;
  scroll-behavior: smooth !important;
  scroll-padding-top: var(--landing-nav-h) !important;
  padding-top: var(--landing-nav-h) !important;
  padding-bottom: var(--landing-footer-h) !important;
  isolation: isolate !important;
}
.landing-page::before,
.landing-page::after {
  content: "" !important;
  position: fixed !important;
  inset: 48px 0 34px !important;
  pointer-events: none !important;
}
.landing-page::before {
  z-index: -2 !important;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(var(--accent-rgb), 0.16),
      transparent 30%),
    radial-gradient(
      circle at 82% 22%,
      rgba(59, 130, 246, 0.12),
      transparent 28%),
    radial-gradient(
      circle at 70% 82%,
      rgba(var(--accent-rgb), 0.12),
      transparent 32%),
    linear-gradient(
      115deg,
      rgba(var(--bg2-rgb), 0.18),
      transparent 42%,
      rgba(var(--bg3-rgb), 0.22)) !important;
}
.landing-page::after {
  z-index: -1 !important;
  opacity: 0.42 !important;
  background-image:
    linear-gradient(rgba(var(--text-rgb), 0.05) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(var(--text-rgb), 0.05) 1px,
      transparent 1px),
    linear-gradient(
      135deg,
      transparent 0 46%,
      rgba(var(--accent-rgb), 0.08) 47% 49%,
      transparent 50%) !important;
  background-size:
    58px 58px,
    58px 58px,
    260px 260px !important;
  -webkit-mask-image:
    linear-gradient(
      180deg,
      transparent 0%,
      #000 12%,
      #000 88%,
      transparent 100%) !important;
  mask-image:
    linear-gradient(
      180deg,
      transparent 0%,
      #000 12%,
      #000 88%,
      transparent 100%) !important;
}
.landing-page .navbar {
  height: var(--landing-nav-h) !important;
}
.landing-page .page-panel,
.landing-page .proof-strip.page-panel-compact {
  width: 100% !important;
  max-width: none !important;
  height: var(--landing-slide-min-h) !important;
  min-height: var(--landing-slide-min-h) !important;
  max-height: var(--landing-slide-min-h) !important;
  margin: 0 !important;
  padding: var(--landing-slide-pad-y) var(--landing-slide-pad-x) !important;
  scroll-snap-align: start !important;
  scroll-snap-stop: always !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
.landing-page .section.page-panel {
  display: grid !important;
  align-content: center !important;
  justify-content: stretch !important;
}
.landing-page .hero.page-panel {
  height: var(--landing-slide-min-h) !important;
  min-height: var(--landing-slide-min-h) !important;
  display: grid !important;
  grid-template-columns: minmax(430px, 0.9fr) minmax(0, 1.1fr) !important;
  grid-template-rows: auto auto auto !important;
  align-items: center !important;
  align-content: start !important;
  column-gap: 34px !important;
  row-gap: 16px !important;
  padding-top: 52px !important;
  padding-bottom: 30px !important;
  padding-inline: max(40px, (100vw - 1180px) / 2) !important;
}
.landing-page .hero .hero-copy {
  max-width: 500px !important;
  margin: 0 !important;
  text-align: left !important;
  align-items: flex-start !important;
}
.landing-page .hero .hero-copy .eyebrow {
  max-width: 440px !important;
  padding: 7px 12px !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  text-align: left !important;
}
.landing-page .hero .hero-copy h1 {
  max-width: 500px !important;
  font-size: 2.08rem !important;
  line-height: 1.08 !important;
  margin-bottom: 14px !important;
}
.landing-page .hero .hero-copy .hero-subtitle {
  max-width: 470px !important;
  font-size: 13.5px !important;
  margin-bottom: 20px !important;
  text-align: left !important;
}
.landing-page .hero .hero-copy .hero-actions {
  width: 100% !important;
  max-width: 430px !important;
  display: grid !important;
  grid-template-columns: 1fr 0.72fr !important;
  gap: 12px !important;
  margin-bottom: 16px !important;
}
.landing-page .hero .hero-copy .hero-actions .btn {
  min-width: 0 !important;
  width: 100% !important;
  justify-content: center !important;
  white-space: nowrap !important;
}
.landing-page .hero .hero-copy .trust-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 430px !important;
}
.landing-page .hero .hero-copy .trust-row .trust-badge {
  font-size: 11px !important;
  line-height: 1.25 !important;
}
.landing-page .hero-product {
  width: min(100%, (var(--landing-slide-min-h) - 46px) * 1.08) !important;
  max-width: 790px !important;
  max-height: calc(var(--landing-slide-min-h) - 126px) !important;
  margin: 0 auto !important;
  padding: 12px !important;
  overflow: hidden !important;
}
.landing-page .product-media-slider {
  aspect-ratio: 16/9 !important;
  min-height: 0 !important;
  max-height: 38svh !important;
}
.landing-page .product-topbar {
  height: 30px !important;
  min-height: 30px !important;
  margin: -12px -12px 10px !important;
  padding: 0 12px !important;
}
.landing-page .prompt-card {
  margin-top: 10px !important;
  padding: 10px 12px !important;
}
.landing-page .prompt-card p {
  font-size: 12px !important;
  line-height: 1.35 !important;
}
.landing-page .pipeline {
  gap: 8px !important;
  margin-top: 10px !important;
}
.landing-page .pipeline-step {
  min-height: 48px !important;
  padding: 9px 10px !important;
  gap: 8px !important;
}
.landing-page .pipeline-step span {
  font-size: 11px !important;
  line-height: 1.2 !important;
}
.landing-page .platform-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 10px !important;
}
.landing-page .platform-card {
  min-height: 46px !important;
  padding: 9px !important;
}
.landing-page .platform-card em {
  display: none !important;
}
.landing-page .hero-proof-strip {
  grid-column: 1/-1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  align-self: start !important;
}
.landing-page .hero-proof-strip .proof-card {
  min-height: 78px !important;
  padding: 12px 14px !important;
}
.landing-page .hero-proof-strip .proof-card strong {
  font-size: 1.42rem !important;
}
.landing-page .hero-proof-strip .proof-card span {
  font-size: 11.5px !important;
  line-height: 1.35 !important;
}
.landing-page .hero-status-band {
  grid-column: 1/-1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}
.landing-page .hero-status-card {
  min-height: 76px !important;
  padding: 14px 16px !important;
  border-radius: 8px !important;
}
.landing-page .hero-status-card span,
.landing-page .hero-status-card small {
  display: block !important;
  color: var(--text3) !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}
.landing-page .hero-status-card span {
  color: var(--accent) !important;
  font-family: var(--font-mono) !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}
.landing-page .hero-status-card strong {
  display: block !important;
  margin: 6px 0 4px !important;
  color: var(--text) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}
.landing-page .proof-strip.page-panel-compact {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-content: center !important;
  max-width: none !important;
  gap: 20px !important;
  padding-block: 34px !important;
  padding-inline: max(40px, (100vw - 1180px) / 2) !important;
}
.landing-page .media-story-section.page-panel {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr) !important;
  align-items: center !important;
  gap: 26px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-inline: max(40px, (100vw - 1180px) / 2) !important;
}
.landing-page .workflow-showcase-section.page-panel {
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 0.95fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 24px !important;
  row-gap: 18px !important;
}
.landing-page .workflow-showcase-section .workflow-grid {
  grid-column: 1/-1 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 0 !important;
}
.landing-page .workflow-showcase-section .workflow-grid .workflow-card {
  padding: 16px !important;
}
.landing-page .workflow-showcase-section .workflow-grid .workflow-card h3 {
  font-size: 13px !important;
}
.landing-page .workflow-showcase-section .workflow-grid .workflow-card p {
  font-size: 11.5px !important;
  line-height: 1.42 !important;
}
.landing-page .media-story-copy {
  align-self: center !important;
}
.landing-page .media-story-copy h2 {
  font-size: 1.46rem !important;
  line-height: 1.2 !important;
  margin: 10px 0 12px !important;
}
.landing-page .media-story-copy p:not(.eyebrow) {
  font-size: 13px !important;
  line-height: 1.55 !important;
}
.landing-page .media-story-grid {
  grid-auto-rows: minmax(132px, 20svh) !important;
  gap: 12px !important;
  align-self: center !important;
}
.landing-page .workflow-grid,
.landing-page .key-grid,
.landing-page .audience-grid,
.landing-page .pricing-grid-paid,
.landing-page .reviews-grid,
.landing-page .faq-grid {
  margin-top: 20px !important;
  max-width: 1180px !important;
  width: 100% !important;
  justify-self: center !important;
}
.landing-page .section-header {
  max-width: 760px !important;
  justify-self: center !important;
  margin-bottom: 0 !important;
}
.landing-page .section-header h2 {
  font-size: 1.66rem !important;
  line-height: 1.18 !important;
  margin-bottom: 10px !important;
}
.landing-page .section-header p:not(.eyebrow):not(.rate-note) {
  font-size: 13px !important;
  line-height: 1.55 !important;
}
.landing-page .pricing-with-keys.page-panel {
  grid-template-rows: auto auto auto !important;
  align-content: center !important;
  row-gap: 16px !important;
}
.landing-page .pricing-with-keys .key-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 0 !important;
}
.landing-page .pricing-with-keys .key-grid .key-card {
  padding: 16px !important;
}
.landing-page .pricing-with-keys .key-grid .key-card h3 {
  font-size: 14px !important;
}
.landing-page .pricing-with-keys .key-grid .key-card p,
.landing-page .pricing-with-keys .key-grid .key-card li {
  font-size: 11.5px !important;
  line-height: 1.42 !important;
}
.landing-page .pricing-with-keys .pricing-grid-paid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 0 !important;
}
.landing-page .pricing-with-keys .pricing-grid-paid .price-card {
  padding: 14px !important;
}
.landing-page .pricing-with-keys .pricing-grid-paid .price-card h3 {
  font-size: 1.22rem !important;
}
.landing-page .pricing-with-keys .pricing-grid-paid .price-card h4 {
  font-size: 13px !important;
}
.landing-page .pricing-with-keys .pricing-grid-paid .price-card p,
.landing-page .pricing-with-keys .pricing-grid-paid .price-card li {
  font-size: 11px !important;
  line-height: 1.35 !important;
}
.landing-page .pricing-with-keys .pricing-grid-paid .price-card ul {
  gap: 6px !important;
  min-height: 0 !important;
  margin-bottom: 14px !important;
}
.landing-page .reviews-faq-section.page-panel {
  grid-template-rows: auto auto auto !important;
  align-content: center !important;
  row-gap: 16px !important;
}
.landing-page .reviews-faq-section .reviews-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 0 !important;
}
.landing-page .reviews-faq-section .review-card {
  padding: 14px !important;
}
.landing-page .reviews-faq-section .review-card p {
  font-size: 11.5px !important;
  line-height: 1.42 !important;
}
.landing-page .reviews-faq-section .review-media {
  min-height: 128px !important;
}
.landing-page .compact-faq-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 0 !important;
}
.landing-page .compact-faq-grid article {
  padding: 14px !important;
}
.landing-page .compact-faq-grid h3 {
  font-size: 13px !important;
}
.landing-page .compact-faq-grid p {
  font-size: 11px !important;
  line-height: 1.38 !important;
}
@media (max-width: 1180px) {
  .landing-page {
    --landing-slide-pad-x: 24px;
  }
  .landing-page .hero .hero-copy h1 {
    font-size: 2.08rem !important;
  }
  .landing-page .proof-strip.page-panel-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.landing-page {
  --landing-rail: 1180px;
  --landing-nav-h: 56px;
  --landing-footer-h: 48px;
  --landing-page-pad: clamp(20px, 4vw, 40px);
  --landing-slide-min-h: auto;
  min-height: 100svh !important;
  padding-top: var(--landing-nav-h) !important;
  padding-bottom: var(--landing-footer-h) !important;
  background:
    linear-gradient(
      120deg,
      transparent 0 16%,
      rgba(var(--accent-rgb), 0.08) 17% 17.6%,
      transparent 18% 44%,
      rgba(45, 212, 191, 0.07) 45% 45.5%,
      transparent 46%),
    linear-gradient(
      60deg,
      transparent 0 62%,
      rgba(148, 163, 184, 0.055) 63% 63.6%,
      transparent 64%),
    radial-gradient(
      circle at 12% 8%,
      rgba(var(--accent-rgb), 0.16),
      transparent 26rem),
    radial-gradient(
      circle at 84% 16%,
      rgba(45, 212, 191, 0.11),
      transparent 24rem),
    radial-gradient(
      circle at 68% 88%,
      rgba(96, 165, 250, 0.1),
      transparent 26rem),
    linear-gradient(
      115deg,
      rgba(var(--bg2-rgb), 0.82),
      rgba(var(--bg-rgb), 0.98) 46%,
      rgba(6, 10, 18, 0.98)) !important;
  background-attachment: fixed !important;
  scroll-snap-type: none !important;
  overscroll-behavior-y: auto !important;
}
.landing-page::before {
  inset: var(--landing-nav-h) 0 var(--landing-footer-h) !important;
  background:
    linear-gradient(rgba(var(--text-rgb), 0.055) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(var(--text-rgb), 0.045) 1px,
      transparent 1px),
    linear-gradient(
      135deg,
      transparent 0 48%,
      rgba(var(--accent-rgb), 0.11) 48.4% 48.8%,
      transparent 49.2%),
    linear-gradient(
      45deg,
      transparent 0 70%,
      rgba(45, 212, 191, 0.07) 70.5% 70.9%,
      transparent 71.3%) !important;
  background-size:
    68px 68px,
    68px 68px,
    420px 420px,
    520px 520px !important;
  opacity: 0.95 !important;
  -webkit-mask-image:
    linear-gradient(
      180deg,
      transparent 0%,
      #000 7%,
      #000 92%,
      transparent 100%) !important;
  mask-image:
    linear-gradient(
      180deg,
      transparent 0%,
      #000 7%,
      #000 92%,
      transparent 100%) !important;
}
.landing-page::after {
  display: block !important;
  content: "" !important;
  position: fixed !important;
  inset: var(--landing-nav-h) 0 var(--landing-footer-h) !important;
  z-index: -1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(
      100deg,
      transparent 0 8%,
      rgba(255, 255, 255, 0.035) 9%,
      transparent 18%),
    linear-gradient(
      100deg,
      transparent 0 58%,
      rgba(var(--accent-rgb), 0.07) 59%,
      transparent 72%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.035),
      transparent 18%,
      transparent 80%,
      rgba(255, 255, 255, 0.025)) !important;
  opacity: 0.72 !important;
  mix-blend-mode: screen !important;
}
.landing-page .navbar {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  height: var(--landing-nav-h) !important;
  min-height: var(--landing-nav-h) !important;
  padding: 0 var(--landing-page-pad) !important;
  background: rgba(var(--bg-rgb), 0.82) !important;
  border-bottom: 1px solid rgba(var(--text-rgb), 0.09) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
}
.landing-page .navbar-inner,
.landing-page .footer-inner {
  width: min(100%, var(--landing-rail)) !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
}
.landing-page .navbar-inner {
  height: 100% !important;
}
.landing-page .navbar .brand,
.landing-page .footer .brand {
  flex: 0 0 auto !important;
}
.landing-page .navbar .navbar-nav {
  flex: 1 1 auto !important;
  justify-content: center !important;
  gap: clamp(16px, 2vw, 28px) !important;
}
.landing-page .navbar .navbar-actions {
  flex: 0 0 auto !important;
  gap: 8px !important;
}
.landing-page .navbar .currency-select {
  max-width: 178px !important;
}
.landing-page .footer {
  position: fixed !important;
  inset: auto 0 0 0 !important;
  height: var(--landing-footer-h) !important;
  min-height: var(--landing-footer-h) !important;
  padding: 0 var(--landing-page-pad) !important;
  background: rgba(var(--bg-rgb), 0.82) !important;
  border-top: 1px solid rgba(var(--text-rgb), 0.09) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
}
.landing-page .footer-inner {
  height: 100% !important;
}
.landing-page .footer-inner > div:first-child {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}
.landing-page .footer p {
  display: block !important;
  max-width: 430px !important;
  margin: 0 !important;
  color: var(--text3) !important;
  font-size: 11.5px !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.landing-page .footer .footer-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 18px !important;
}
.landing-page .page-panel,
.landing-page .proof-strip.page-panel-compact {
  width: min(100%, var(--landing-rail)) !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  margin: 0 auto !important;
  overflow: visible !important;
  scroll-snap-align: none !important;
}
.landing-page .hero.page-panel {
  min-height: calc(100svh - var(--landing-nav-h) - var(--landing-footer-h)) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1fr) !important;
  grid-template-rows: auto auto auto !important;
  align-content: start !important;
  align-items: center !important;
  gap: 12px 18px !important;
  padding: clamp(26px, 4vh, 42px) var(--landing-page-pad) 18px !important;
}
.landing-page .hero .hero-copy h1 {
  font-size: clamp(2.2rem, 3.25vw, 3rem) !important;
  letter-spacing: 0 !important;
}
.landing-page .hero .hero-copy .hero-subtitle {
  font-size: 14.5px !important;
}
.landing-page .hero-product {
  width: 100% !important;
  max-width: 620px !important;
  min-height: 560px !important;
  max-height: none !important;
  border-radius: 0 !important;
}
.landing-page .product-media-slider {
  max-height: none !important;
  aspect-ratio: auto !important;
}
.landing-page .hero-status-band,
.landing-page .hero-proof-strip {
  max-width: var(--landing-rail) !important;
}
.landing-page .section.page-panel {
  display: grid !important;
  align-content: start !important;
  padding: clamp(38px, 5vh, 58px) var(--landing-page-pad) !important;
}
.landing-page .workflow-showcase-section.page-panel,
.landing-page .pricing-with-keys.page-panel,
.landing-page .reviews-faq-section.page-panel {
  min-height: auto !important;
}
.landing-page .section-header,
.landing-page .media-story-copy {
  max-width: 760px !important;
}
.landing-page .media-story-grid,
.landing-page .workflow-grid,
.landing-page .user-video-grid,
.landing-page .key-grid,
.landing-page .pricing-grid-paid,
.landing-page .reviews-grid,
.landing-page .compact-faq-grid {
  max-width: var(--landing-rail) !important;
}
.landing-page .glass-card,
.landing-page .glass-panel,
.landing-page .workflow-card,
.landing-page .key-card,
.landing-page .price-card,
.landing-page .review-card,
.landing-page .faq-grid article,
.landing-page .proof-card {
  border-radius: 8px !important;
  border-color: rgba(var(--text-rgb), 0.1) !important;
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.74),
      rgba(var(--bg-rgb), 0.54)) !important;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18) !important;
}
.landing-page.is-rtl .navbar-inner,
.landing-page.is-rtl .footer-inner {
  direction: rtl !important;
}
.marketing-page {
  min-height: 100svh !important;
}
.marketing-page .marketing-hero,
.marketing-page .marketing-content {
  width: min(100%, var(--landing-rail)) !important;
  margin: 0 auto !important;
  padding-left: var(--landing-page-pad) !important;
  padding-right: var(--landing-page-pad) !important;
}
.marketing-page .marketing-hero {
  min-height: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr) !important;
  gap: 34px !important;
  align-items: center !important;
  padding-top: clamp(46px, 7vh, 74px) !important;
  padding-bottom: 22px !important;
}
.marketing-page .marketing-hero-copy {
  max-width: 720px !important;
}
.marketing-page .marketing-hero-copy h1 {
  margin: 0 0 16px !important;
  font-family: var(--font-display) !important;
  font-size: clamp(2.25rem, 4.4vw, 3.65rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  color: var(--text) !important;
}
.marketing-page .marketing-hero-copy .hero-subtitle {
  max-width: 650px !important;
  margin: 0 0 26px !important;
  color: var(--text3) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}
.marketing-page .marketing-hero-panel {
  padding: 28px !important;
  min-height: 260px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  gap: 18px !important;
}
.marketing-page .marketing-hero-panel img {
  width: 100% !important;
  min-height: 170px !important;
  max-height: 240px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  border: 1px solid rgba(var(--text-rgb), 0.1) !important;
}
.marketing-page .marketing-hero-panel span {
  color: var(--accent) !important;
  font-family: var(--font-mono) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}
.marketing-page .marketing-hero-panel strong {
  display: block !important;
  margin: 12px 0 !important;
  font-family: var(--font-display) !important;
  font-size: clamp(1.7rem, 3vw, 2.5rem) !important;
  line-height: 1.05 !important;
}
.marketing-page .marketing-hero-panel p {
  margin: 0 !important;
  color: var(--text3) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}
.marketing-page .marketing-content {
  padding-top: 0 !important;
  padding-bottom: 76px !important;
}
.marketing-page .marketing-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
.marketing-page .marketing-card-grid .workflow-card {
  min-height: 188px !important;
  padding: 24px !important;
}
.marketing-page .marketing-card-grid .workflow-card span {
  display: inline-flex !important;
  margin-bottom: 24px !important;
  color: var(--accent2) !important;
  font-family: var(--font-mono) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}
.user-video-section .section-header {
  margin-bottom: 22px !important;
}
.user-video-section .user-video-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: var(--landing-rail) !important;
  justify-self: center !important;
}
.user-video-section .user-video-card {
  min-height: 360px !important;
  padding: 12px !important;
  display: grid !important;
  grid-template-rows: minmax(190px, 1fr) auto !important;
  gap: 14px !important;
  overflow: hidden !important;
}
.user-video-section .user-video-card video,
.user-video-section .user-video-card img {
  width: 100% !important;
  height: 100% !important;
  min-height: 190px !important;
  object-fit: cover !important;
  border-radius: 7px !important;
  border: 1px solid rgba(var(--text-rgb), 0.1) !important;
  background: rgba(var(--bg-rgb), 0.72) !important;
}
.user-video-section .user-video-card div {
  padding: 4px 4px 8px !important;
}
.user-video-section .user-video-card span {
  display: block !important;
  color: var(--accent) !important;
  font: 900 10px/1.2 var(--font-mono) !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
}
.user-video-section .user-video-card h3 {
  margin: 0 0 8px !important;
  color: var(--text) !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
}
.user-video-section .user-video-card p {
  margin: 0 !important;
  color: var(--text3) !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}
.workflow-showcase-section .media-story-copy h2 {
  max-width: 680px !important;
}
.workflow-showcase-section .workflow-grid {
  align-items: stretch !important;
}
.workflow-showcase-section .workflow-grid .workflow-card {
  min-height: 168px !important;
}
.landing-page {
  scroll-padding-top: calc(var(--landing-nav-h, 58px) + 18px) !important;
}
.landing-page .section,
.landing-page .page-panel,
.landing-page #workflow,
.landing-page #user-videos,
.landing-page #pricing,
.landing-page #reviews {
  scroll-margin-top: calc(var(--landing-nav-h, 58px) + 18px) !important;
}
.landing-page .workflow-showcase-section.page-panel,
.landing-page .user-video-section.page-panel,
.landing-page .pricing-with-keys.page-panel,
.landing-page .reviews-faq-section.page-panel {
  padding-top: clamp(36px, 4.8vh, 56px) !important;
  padding-bottom: clamp(36px, 4.8vh, 56px) !important;
}
.landing-page .workflow-showcase-section .workflow-grid {
  margin-top: 18px !important;
}
.landing-page .footer {
  position: relative !important;
  inset: auto !important;
  min-height: auto !important;
}
.landing-page .footer-inner {
  min-height: auto !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.upgrade-page {
  padding: 32px 24px 48px;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
.upgrade-page .upgrade-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.upgrade-page .upgrade-header .header-center {
  flex: 1;
  text-align: center;
}
.upgrade-page .upgrade-header .header-center h1 {
  font-size: 26px;
  font-weight: 800;
  color: var(--text);
  margin: 0 0 6px;
  letter-spacing: -0.025em;
  font-family: var(--font-display);
  background:
    linear-gradient(
      135deg,
      var(--text) 30%,
      var(--text2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.upgrade-page .upgrade-header .header-center p {
  font-size: 13.5px;
  color: var(--text3);
  margin: 0;
  line-height: 1.5;
}
.upgrade-page .back-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(var(--bg2-rgb), 0.5);
  border: 1px solid var(--border);
  color: var(--text2);
  padding: 8px 16px;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-fast);
  white-space: nowrap;
  align-self: center;
}
.upgrade-page .back-btn:hover {
  border-color: var(--accent);
  color: var(--text);
  background: rgba(var(--accent-rgb), 0.06);
}
.upgrade-page .currency-toggle {
  display: inline-flex;
  background: rgba(var(--bg2-rgb), 0.6);
  border: 1px solid var(--border);
  padding: 4px;
  border-radius: 20px;
  align-self: center;
}
.upgrade-page .currency-toggle button {
  background: transparent;
  border: none;
  padding: 6px 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text3);
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all var(--transition-fast);
}
.upgrade-page .currency-toggle button:hover:not(.active) {
  color: var(--text);
}
.upgrade-page .currency-toggle button.active {
  background: var(--accent);
  color: var(--bg);
  box-shadow: 0 2px 8px rgba(var(--accent-rgb), 0.2);
}
.upgrade-page .current-plan-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(var(--accent-rgb), 0.06);
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  border-radius: var(--radius);
  padding: 12px 18px;
  font-size: 13px;
  color: var(--text2);
  margin-bottom: 28px;
  line-height: 1.5;
}
.upgrade-page .current-plan-banner i {
  color: var(--accent);
  font-size: 15px;
}
.upgrade-page .current-plan-banner strong {
  color: var(--text);
}
.upgrade-page .plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 18px;
  width: 100%;
}
@media (max-width: 1100px) {
  .upgrade-page .plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .upgrade-page .plans-grid {
    grid-template-columns: 1fr;
  }
}
.upgrade-page .plan-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 28px 22px 24px;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-sizing: border-box;
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.84),
      rgba(var(--bg2-rgb), 0.62));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition:
    transform var(--transition-base),
    border-color var(--transition-base),
    box-shadow var(--transition-base);
}
.upgrade-page .plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--accent-rgb), 0.3);
  box-shadow: var(--shadow-lg), 0 0 40px rgba(var(--accent-rgb), 0.08);
}
.upgrade-page .plan-card.current {
  border-color: rgba(var(--accent2-rgb), 0.4);
  box-shadow: 0 0 30px rgba(var(--accent2-rgb), 0.1);
}
.upgrade-page .plan-card.featured {
  border-color: rgba(var(--accent-rgb), 0.45);
  box-shadow: var(--shadow), 0 0 40px rgba(var(--accent-rgb), 0.12);
}
.upgrade-page .plan-card .plan-badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background: var(--accent-gradient);
  color: var(--bg);
  font-size: 9.5px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 12px;
  letter-spacing: 0.06em;
  box-shadow: 0 2px 10px rgba(var(--accent-rgb), 0.3);
}
.upgrade-page .plan-card .plan-badge.byok-badge {
  background:
    linear-gradient(
      135deg,
      var(--accent2) 0%,
      #10b981 100%);
  box-shadow: 0 2px 10px rgba(var(--accent2-rgb), 0.3);
}
.upgrade-page .plan-card .plan-badge.current-badge {
  right: auto;
  left: 20px;
  background:
    linear-gradient(
      135deg,
      rgba(var(--accent2-rgb), 0.8),
      var(--accent2));
}
.upgrade-page .plan-card .tier-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-family: var(--font-mono);
  margin-bottom: 6px;
}
.upgrade-page .plan-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
  margin: 0 0 2px;
  letter-spacing: -0.02em;
}
.upgrade-page .plan-card .subscription-name {
  font-size: 12px;
  color: var(--text3);
  margin-bottom: 20px;
}
.upgrade-page .plan-card .price {
  display: flex;
  align-items: baseline;
  margin-bottom: 18px;
}
.upgrade-page .plan-card .price .symbol {
  font-size: 16px;
  font-weight: 700;
  color: var(--text2);
  margin-right: 2px;
  align-self: flex-start;
  position: relative;
  top: 4px;
}
.upgrade-page .plan-card .price .amount {
  font-size: 32px;
  font-weight: 900;
  color: var(--text);
  letter-spacing: -0.02em;
}
.upgrade-page .plan-card .price .period {
  font-size: 13px;
  color: var(--text3);
  margin-left: 4px;
}
.upgrade-page .plan-card .description {
  font-size: 13px;
  color: var(--text3);
  line-height: 1.45;
  margin: 0 0 16px;
  min-height: 36px;
}
.upgrade-page .plan-card .features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.upgrade-page .plan-card .features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--text2);
  line-height: 1.4;
}
.upgrade-page .plan-card .features li .check-icon {
  color: var(--accent2);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}
.upgrade-page .plan-card .btn-select {
  width: 100%;
  padding: 11px;
  margin-top: auto;
  background: rgba(var(--bg3-rgb), 0.6);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all var(--transition-base);
}
.upgrade-page .plan-card .btn-select:hover:not(:disabled) {
  background: var(--text);
  color: var(--bg);
  border-color: var(--text);
  transform: translateY(-1px);
}
.upgrade-page .plan-card .btn-select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.upgrade-page .plan-card.featured .btn-select {
  background: var(--accent-gradient);
  color: #080b10;
  border: none;
  box-shadow: 0 4px 15px rgba(var(--accent-rgb), 0.25);
}
.upgrade-page .plan-card.featured .btn-select:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(var(--accent-rgb), 0.35);
  filter: brightness(1.05);
}
.upgrade-page .plan-card.current .btn-select {
  background: rgba(var(--accent2-rgb), 0.12);
  border-color: rgba(var(--accent2-rgb), 0.3);
  color: var(--accent2);
}
.upgrade-page .plan-card.current .btn-select:hover:not(:disabled) {
  background: var(--accent2);
  color: var(--bg);
  border-color: var(--accent2);
}
.upgrade-page .loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 80px 0;
  color: var(--text3);
}
.upgrade-page .loader .loader-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid var(--border);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@media (max-width: 1024px) {
  .navbar {
    padding: 16px 24px;
  }
  .navbar .navbar-nav {
    gap: 16px;
  }
  .hero {
    padding: 60px 24px 80px;
  }
  .hero .hero-copy h1 {
    font-size: 2.35rem;
  }
  .hero .hero-copy .hero-subtitle {
    font-size: 14px;
  }
  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 24px;
    margin-bottom: 80px;
  }
  .section {
    padding: 80px 24px;
  }
  .workflow-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
    gap: 32px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .video-generator-page .header-actions .btn-primary {
    width: auto !important;
    min-width: 72px !important;
    font-size: 0 !important;
  }
  .video-generator-page .header-actions .btn-primary::after {
    content: "New";
    font-size: 10.5px;
    line-height: 1;
  }
  .unified-review-page .app-page-actions .btn-primary span {
    display: none !important;
  }
  .unified-review-page .app-page-actions .btn-primary::after {
    content: "Create";
    font-size: 10.5px;
    line-height: 1;
  }
  .social-review-page .social-actions .btn-ghost {
    display: none !important;
  }
  .social-review-page .manual-scan-button {
    min-width: 72px !important;
    width: auto !important;
    font-size: 0 !important;
  }
  .social-review-page .manual-scan-button::after {
    content: "Scan";
    font-size: 10.5px;
    line-height: 1;
  }
}
.mobile-template-ai-panel {
  display: none;
}
@media (max-width: 768px) {
  :root {
    --mobile-page-pad: 8px;
    --mobile-row-radius: 8px;
    --mobile-touch: 32px;
    --mobile-safe-bottom: calc(var(--bottom-bar, 60px) + 18px + env(safe-area-inset-bottom));
  }
  .main-content {
    height: calc(100dvh - var(--topbar, 48px) - var(--bottom-bar, 60px)) !important;
    max-height: calc(100dvh - var(--topbar, 48px) - var(--bottom-bar, 60px)) !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }
  .app-layout {
    height: calc(100dvh - var(--topbar, 48px) - var(--bottom-bar, 60px)) !important;
    min-height: 0 !important;
  }
  .screen {
    min-height: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
  }
  .screen-container,
  .app-workspace-body {
    width: 100% !important;
    max-width: 100% !important;
    padding: var(--mobile-page-pad) var(--mobile-page-pad) var(--mobile-safe-bottom) !important;
    overflow-x: hidden !important;
    scroll-padding-bottom: var(--mobile-safe-bottom) !important;
  }
  .content-scroll,
  .main-content > app-upgrade,
  .dashboard-screen .app-workspace-body,
  .social-review-page .app-workspace-body,
  .unified-review-page .app-workspace-body,
  .video-generator-page .video-gen-container,
  .jivu-brain-page .app-workspace-body,
  .memes-workspace {
    padding-bottom: var(--mobile-safe-bottom) !important;
    scroll-padding-bottom: var(--mobile-safe-bottom) !important;
  }
  .app-workspace-content,
  .dashboard-content,
  .social-content {
    width: 100% !important;
    max-width: 100% !important;
    gap: 8px !important;
  }
  .screen > .app-page-hero,
  .screen .app-page-hero,
  .settings-page-hero {
    width: calc(100% - 16px) !important;
    min-height: 52px !important;
    margin: 8px auto 0 !important;
    padding: 8px 10px !important;
    border-radius: var(--mobile-row-radius) !important;
    gap: 8px !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .app-page-hero__main,
  .page-title-block,
  .header-content {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }
  .app-page-kicker,
  .section-eyebrow,
  .video-gen-eyebrow {
    margin: 0 0 2px !important;
    font-size: 8.5px !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
  }
  .app-page-title,
  .page-heading {
    max-width: 100% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 15px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .app-page-title i,
  .page-heading i {
    flex: 0 0 auto !important;
    font-size: 13px !important;
  }
  .app-page-copy {
    max-width: 100% !important;
    margin: 2px 0 0 !important;
    font-size: 10.5px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .app-page-status-chip,
  .source-count,
  .review-target-badge,
  .template-type-badge,
  .badge-pill {
    min-height: 20px !important;
    padding: 2px 6px !important;
    border-radius: 999px !important;
    font-size: 9px !important;
    line-height: 1 !important;
  }
  .app-page-actions,
  .header-actions,
  .page-actions,
  .dashboard-date-actions,
  .social-actions {
    width: auto !important;
    min-width: 0 !important;
    margin-left: auto !important;
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 5px !important;
    flex-wrap: nowrap !important;
  }
  .screen .btn,
  .screen button.btn,
  .screen .p-button,
  .app-workspace-body .btn,
  .app-workspace-body .p-button,
  .manual-scan-button,
  .recommendation-create-btn,
  .upload-btn-full,
  .create-template-btn,
  .empty-state-cta {
    min-height: var(--mobile-touch) !important;
    padding: 0 9px !important;
    border-radius: var(--mobile-row-radius) !important;
    gap: 5px !important;
    font-size: 10.5px !important;
    line-height: 1.1 !important;
  }
  .screen .btn i,
  .screen .p-button-icon,
  .screen button i {
    font-size: 11px !important;
  }
  .icon-action,
  .icon-btn,
  .edit-btn-icon,
  .delete-btn-icon,
  .add-template-icon,
  .pin-btn {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    border-radius: var(--mobile-row-radius) !important;
  }
  .pipeline-tabs,
  .source-tabs,
  .dashboard-range-toggle,
  .asset-filter-row {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 5px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 3px !important;
    scrollbar-width: none !important;
    scroll-snap-type: x proximity !important;
  }
  .pipeline-tabs::-webkit-scrollbar,
  .source-tabs::-webkit-scrollbar,
  .dashboard-range-toggle::-webkit-scrollbar,
  .asset-filter-row::-webkit-scrollbar {
    display: none !important;
  }
  .pipeline-tab,
  .asset-filter-chip,
  .range-chip,
  .tab-btn-pill {
    flex: 0 0 auto !important;
    min-height: 28px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    gap: 5px !important;
    font-size: 10px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    scroll-snap-align: start !important;
  }
  .app-panel,
  .screen-container .glass-card,
  .screen-container .glass-card-primary,
  .surface-card,
  .p-card,
  .social-card,
  .review-card,
  .saved-template-card,
  .meme-card,
  .sc,
  .s-panel {
    border-radius: var(--mobile-row-radius) !important;
  }
  .app-section-head,
  .section-title,
  .blueprint-toolbar,
  .template-source-toolbar,
  .unified-library-toolbar {
    min-height: 0 !important;
    padding: 10px !important;
    gap: 8px !important;
    align-items: center !important;
    flex-direction: row !important;
  }
  .app-section-head h3,
  .section-title h3,
  .section-heading {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
  }
  .app-section-head p,
  .section-title p,
  .section-desc,
  .template-kind-helper {
    margin: 2px 0 0 !important;
    font-size: 10.5px !important;
    line-height: 1.3 !important;
  }
  .dashboard-content,
  .dashboard-top-grid,
  .dashboard-radar-grid,
  .dashboard-chart-grid,
  .dashboard-two-column,
  .review-grid,
  .grid-layout,
  .posts-grid,
  .posts-grid--compact,
  .audio-library-layout,
  .brain-core-layout,
  .teach-jivu-panel {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .dashboard-screen .metrics-strip,
  .dashboard-screen .wallet-grid,
  .brain-hero-metrics,
  .quota-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }
  .brain-hero-metrics {
    width: auto !important;
    flex: 0 0 auto !important;
  }
  .metric-card,
  .wallet-card,
  .recommendation-card,
  .plan-status-card,
  .storage-card,
  .quota-card,
  .template-card,
  .track-row-card,
  .brain-hero-metric,
  .meme-card,
  .sc {
    min-height: 48px !important;
    padding: 8px 10px !important;
    border-radius: var(--mobile-row-radius) !important;
  }
  .metric-card {
    grid-template-columns: 28px minmax(0, 1fr) !important;
    align-items: center !important;
  }
  .metric-card__icon {
    width: 28px !important;
    height: 28px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
  }
  .metric-card__body strong,
  .wallet-card__value,
  .quota-card strong {
    margin-top: 2px !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
  }
  .metric-card__body p,
  .metric-card__body small,
  .wallet-card__hint {
    display: none !important;
  }
  .plan-card-main h2,
  .storage-card h2,
  .recommendation-card h3,
  .template-name,
  .track-name,
  .sc-name {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }
  .chart-card {
    min-height: 188px !important;
  }
  .chart-shell,
  .empty-chart {
    height: 136px !important;
    min-height: 136px !important;
  }
  .usage-table,
  .p-datatable-wrapper,
  .drive-page-table,
  .table-scroll {
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  table {
    font-size: 11px !important;
  }
  th,
  td {
    padding: 8px 6px !important;
  }
  .video-generator-page .video-gen-container {
    padding: 8px 8px calc(var(--bottom-bar, 60px) + 36px + env(safe-area-inset-bottom, 0px)) !important;
    scroll-padding-bottom: calc(var(--bottom-bar, 60px) + 36px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .video-generator-page .video-studio-card,
  .video-generator-page .studio-panel,
  .video-generator-page .prompt-panel,
  .video-generator-page .control-panel,
  .video-generator-page .runtime-card,
  .video-generator-page .niche-command-bar {
    padding: 10px !important;
    gap: 8px !important;
    border-radius: var(--mobile-row-radius) !important;
  }
  .video-generator-page .video-tab-studio,
  .video-generator-page .runtime-grid,
  .video-generator-page .byok-generation-panel__grid,
  .video-generator-page .control-grid,
  .video-generator-page .form-grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .video-generator-page .studio-tabs {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    gap: 5px !important;
  }
  .video-generator-page .studio-tab-content {
    padding: 8px 0 0 !important;
  }
  .video-generator-page .tab-header.compact h2 {
    font-size: 15px !important;
  }
  .video-generator-page .tab-header.compact p,
  .video-generator-page .pipeline-hint,
  .video-generator-page .runtime-card p {
    font-size: 10.5px !important;
    line-height: 1.3 !important;
  }
  .video-generator-page .radio-group.compact,
  .video-generator-page .type-selector {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }
  .video-generator-page .radio-card {
    min-height: 52px !important;
    padding: 8px !important;
    border-radius: var(--mobile-row-radius) !important;
  }
  .video-generator-page .radio-card small {
    display: none !important;
  }
  .video-generator-page .studio-textarea {
    min-height: 92px !important;
  }
  .video-generator-page .file-drop-zone {
    min-height: 72px !important;
    padding: 10px !important;
  }
  .templates-studio-view,
  .template-merged-shell,
  .soundtrack-merged-shell {
    padding: 10px !important;
    gap: 10px !important;
  }
  .template-source-toolbar .unified-library-toolbar {
    display: flex !important;
    width: 100% !important;
  }
  .create-template-btn {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }
  .quota-strip {
    width: 100% !important;
    margin-top: 8px !important;
  }
  .quota-meter {
    height: 4px !important;
  }
  .template-grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .template-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
  }
  .template-card-header,
  .template-card-actions {
    gap: 5px !important;
  }
  .template-preview-card {
    display: none !important;
  }
  .template-desc,
  .track-meta,
  .meme-card p {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    font-size: 10.5px !important;
    line-height: 1.3 !important;
  }
  .empty-state,
  .empty-state-full {
    min-height: 118px !important;
    margin: 8px 0 !important;
    padding: 16px 12px !important;
    border-radius: 10px !important;
  }
  .empty-state i,
  .empty-state-orbit {
    width: 42px !important;
    height: 42px !important;
    margin-bottom: 8px !important;
    font-size: 18px !important;
  }
  .empty-state h3,
  .empty-state-full h3 {
    margin: 0 0 5px !important;
    font-size: 14px !important;
  }
  .mobile-template-ai-panel {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 10px !important;
    border: 1px solid rgba(var(--accent-rgb), 0.16) !important;
    border-radius: 10px !important;
    background:
      linear-gradient(
        135deg,
        rgba(var(--accent-rgb), 0.08),
        rgba(var(--accent2-rgb), 0.06)),
      rgba(var(--bg2-rgb), 0.72) !important;
  }
  .mobile-template-ai-panel h3 {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }
  .mobile-template-ai-panel p {
    margin: 2px 0 0 !important;
    font-size: 10.5px !important;
    line-height: 1.3 !important;
    color: var(--text3) !important;
  }
  .mobile-template-ai-panel .ai-template-form,
  .mobile-template-ai-panel .ai-template-controls {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }
  .mobile-template-ai-panel textarea,
  .mobile-template-ai-panel input,
  .mobile-template-ai-panel select {
    width: 100% !important;
    min-height: 32px !important;
    border: 1px solid var(--border) !important;
    border-radius: 8px !important;
    background: rgba(var(--bg3-rgb), 0.68) !important;
    color: var(--text) !important;
    padding: 7px 9px !important;
    font: inherit !important;
    font-size: 11px !important;
  }
  .mobile-template-ai-panel textarea {
    min-height: 58px !important;
    resize: vertical !important;
  }
  .mobile-template-ai-panel label {
    display: grid !important;
    gap: 4px !important;
    font-size: 10px !important;
    color: var(--text3) !important;
  }
  .mobile-template-ai-panel .ai-template-toggle {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    min-height: 30px !important;
  }
  .mobile-template-ai-panel input[type=checkbox] {
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    padding: 0 !important;
    border-radius: 5px !important;
    accent-color: var(--accent) !important;
  }
  .mobile-template-ai-panel .ai-template-error {
    color: var(--red) !important;
  }
  .drive-search-field,
  .drive-search-input {
    width: 100% !important;
    min-width: 0 !important;
  }
  .drive-search-input {
    min-height: 32px !important;
    font-size: 11px !important;
  }
  .collapsible-card .card-toggle-input:checked ~ .sc-body,
  .collapsible-card .card-toggle-input:checked ~ .sc-footer,
  .collapsible-card .card-toggle-input:checked ~ .form-group,
  .collapsible-card .card-toggle-input:checked ~ .keys-section,
  .collapsible-card .card-toggle-input:checked ~ .actions {
    max-height: none !important;
    overflow: visible !important;
  }
  .settings-grid-layout,
  .dependent-settings-grid,
  .meme-enhancement-grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
  }
  .premium-toggle-card,
  .meme-option-row,
  .enhancement-option-row {
    min-height: 42px !important;
    padding: 8px 10px !important;
    gap: 8px !important;
  }
  .premium-sub-card,
  .dependent-settings-grid {
    padding: 10px !important;
    border-radius: var(--mobile-row-radius) !important;
  }
  .premium-sub-card .card-header-small,
  .section-title {
    margin-bottom: 8px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
  }
  .toggle-checkbox {
    width: 36px !important;
    min-width: 36px !important;
    height: 20px !important;
  }
  .toggle-checkbox::before {
    width: 14px !important;
    height: 14px !important;
  }
  .toggle-checkbox:checked::before {
    transform: translateX(16px) !important;
  }
  .settings-actions {
    position: static !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 12px !important;
    padding-bottom: calc(var(--bottom-bar, 60px) + 14px + env(safe-area-inset-bottom, 0px)) !important;
    background: transparent !important;
  }
  .settings-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 34px !important;
    padding: 0 8px !important;
    justify-content: center !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    white-space: normal !important;
  }
  .settings-actions .btn-test {
    border: 1px solid var(--border) !important;
    background: rgba(var(--bg3-rgb), 0.72) !important;
    color: var(--text) !important;
  }
  .settings-actions .btn-primary {
    border: 1px solid rgba(var(--accent-rgb), 0.24) !important;
    color: #07111e !important;
  }
  .brain-chat {
    left: 8px !important;
    right: 8px !important;
    bottom: calc(var(--bottom-bar, 60px) + 10px + env(safe-area-inset-bottom, 0px)) !important;
    width: auto !important;
    max-width: none !important;
    height: min(58dvh, 430px) !important;
    max-height: calc(100dvh - var(--topbar, 48px) - var(--bottom-bar, 60px) - 24px) !important;
    border-radius: 12px !important;
    transform-origin: bottom center !important;
  }
  .brain-chat .chat-header,
  .brain-chat .chat-input-area,
  .brain-chat .chat-quick-actions,
  .brain-chat .context-pills {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .brain-chat .chat-messages {
    min-height: 0 !important;
    padding: 10px !important;
  }
  .brain-chat .chat-quick-actions,
  .brain-chat .context-pills {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    scrollbar-width: none !important;
  }
  .brain-chat .chat-quick-actions::-webkit-scrollbar,
  .brain-chat .context-pills::-webkit-scrollbar {
    display: none !important;
  }
  .brain-chat .msg {
    max-width: 94% !important;
  }
  .brain-chat .msg-bubble {
    font-size: 11px !important;
    line-height: 1.4 !important;
  }
  .brain-chat .chat-input {
    min-width: 0 !important;
    height: 36px !important;
    min-height: 36px !important;
    font-size: 11px !important;
  }
  .jivu-brain-page .app-page-actions {
    gap: 4px !important;
  }
  .brain-hero-metric {
    min-width: 52px !important;
  }
  .teach-console {
    min-height: 360px !important;
    height: calc(100dvh - var(--topbar, 48px) - var(--bottom-bar, 56px) - 128px) !important;
  }
  .teach-messages {
    padding: 10px !important;
    gap: 8px !important;
  }
  .teach-message {
    max-width: 94% !important;
  }
  .teach-input-area {
    padding: 10px !important;
  }
  .sc-header {
    gap: 8px !important;
  }
  .sc-icon {
    width: 28px !important;
    height: 28px !important;
    border-radius: 8px !important;
  }
  .sc-type {
    font-size: 10.5px !important;
  }
  .sc-status {
    min-height: 22px !important;
    padding: 3px 7px !important;
    font-size: 9.5px !important;
  }
  .memes-workspace > .glass-card:first-of-type {
    padding: 10px !important;
    margin-bottom: 8px !important;
    gap: 8px !important;
  }
  .meme-card h4 {
    margin: 0 !important;
    font-size: 14px !important;
  }
}
@media (max-width: 420px) {
  .app-page-copy {
    display: none !important;
  }
  .screen > .app-page-hero,
  .screen .app-page-hero,
  .settings-page-hero {
    min-height: 48px !important;
  }
  .dashboard-screen .metrics-strip,
  .dashboard-screen .wallet-grid,
  .brain-hero-metrics,
  .quota-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .video-generator-page .radio-group.compact,
  .video-generator-page .type-selector {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 768px) {
  .landing-page {
    min-height: 100svh !important;
    padding-bottom: 0 !important;
    overflow-x: hidden !important;
    scroll-padding-top: 72px !important;
    scroll-snap-type: none !important;
  }
  .landing-page .section,
  .landing-page .page-panel,
  .landing-page #workflow,
  .landing-page #user-videos,
  .landing-page #pricing,
  .landing-page #reviews {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    scroll-margin-top: 72px !important;
  }
  .landing-page .hero.page-panel {
    min-height: auto !important;
    padding-top: 86px !important;
    padding-bottom: 34px !important;
  }
  .landing-page .section.page-panel,
  .landing-page .workflow-showcase-section.page-panel,
  .landing-page .user-video-section.page-panel,
  .landing-page .pricing-with-keys.page-panel,
  .landing-page .reviews-faq-section.page-panel {
    display: block !important;
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .landing-page .workflow-grid,
  .landing-page .key-grid,
  .landing-page .audience-grid,
  .landing-page .pricing-grid-paid,
  .landing-page .reviews-grid,
  .landing-page .faq-grid,
  .landing-page .compact-faq-grid,
  .landing-page .user-video-grid {
    max-height: none !important;
    overflow: visible !important;
  }
  .landing-page .workflow-showcase-section .workflow-grid,
  .landing-page .pricing-with-keys .key-grid,
  .landing-page .pricing-with-keys .pricing-grid-paid,
  .landing-page .reviews-faq-section .reviews-grid,
  .landing-page .compact-faq-grid,
  .landing-page .user-video-section .user-video-grid {
    grid-template-columns: 1fr !important;
    max-height: none !important;
  }
  .landing-page .reviews-faq-section .review-card:nth-child(n+3) {
    display: grid !important;
  }
  .landing-page .compact-faq-grid p,
  .landing-page .pricing-with-keys .key-card ul,
  .landing-page .pricing-with-keys .price-card p,
  .landing-page .pricing-with-keys .price-card ul {
    display: block !important;
  }
  .landing-page .footer {
    position: relative !important;
    inset: auto !important;
    min-height: auto !important;
    margin-top: 12px !important;
  }
  .landing-page .footer-inner {
    min-height: auto !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}
@media (max-width: 768px) {
  .landing-page {
    min-height: 100svh !important;
    padding-bottom: 0 !important;
    overflow-x: hidden !important;
    scroll-padding-top: 72px !important;
    scroll-snap-type: none !important;
  }
  .landing-page .section,
  .landing-page .page-panel,
  .landing-page #workflow,
  .landing-page #user-videos,
  .landing-page #pricing,
  .landing-page #reviews {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    scroll-margin-top: 72px !important;
  }
  .landing-page .hero.page-panel {
    min-height: auto !important;
    padding-top: 86px !important;
    padding-bottom: 34px !important;
  }
  .landing-page .section.page-panel,
  .landing-page .workflow-showcase-section.page-panel,
  .landing-page .user-video-section.page-panel,
  .landing-page .pricing-with-keys.page-panel,
  .landing-page .reviews-faq-section.page-panel {
    display: block !important;
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .landing-page .workflow-grid,
  .landing-page .key-grid,
  .landing-page .audience-grid,
  .landing-page .pricing-grid-paid,
  .landing-page .reviews-grid,
  .landing-page .faq-grid,
  .landing-page .compact-faq-grid,
  .landing-page .user-video-grid {
    max-height: none !important;
    overflow: visible !important;
  }
  .landing-page .workflow-showcase-section .workflow-grid,
  .landing-page .pricing-with-keys .key-grid,
  .landing-page .pricing-with-keys .pricing-grid-paid,
  .landing-page .reviews-faq-section .reviews-grid,
  .landing-page .compact-faq-grid,
  .landing-page .user-video-section .user-video-grid {
    grid-template-columns: 1fr !important;
    max-height: none !important;
  }
  .landing-page .reviews-faq-section .review-card:nth-child(n+3),
  .landing-page .compact-faq-grid p,
  .landing-page .pricing-with-keys .key-card ul,
  .landing-page .pricing-with-keys .price-card p,
  .landing-page .pricing-with-keys .price-card ul {
    display: revert !important;
  }
  .landing-page .footer {
    position: relative !important;
    inset: auto !important;
    min-height: auto !important;
    margin-top: 12px !important;
  }
  .landing-page .footer-inner {
    min-height: auto !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}
@media (max-width: 768px) {
  .landing-page .user-video-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .landing-page .user-video-card {
    min-height: auto !important;
    padding: 10px !important;
    display: grid !important;
    gap: 12px !important;
  }
  .landing-page .user-video-card video,
  .landing-page .user-video-card img {
    width: 100% !important;
    min-height: 190px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
  }
  .landing-page .user-video-card div {
    padding: 0 4px 8px !important;
  }
  .landing-page .user-video-card h3 {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }
  .landing-page .user-video-card p {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }
}
@media (max-width: 768px) {
  .landing-page {
    --landing-nav-h: 56px;
    --landing-page-pad: 16px;
    padding-top: var(--landing-nav-h) !important;
    padding-bottom: 0 !important;
    scroll-snap-type: none !important;
    background:
      linear-gradient(
        120deg,
        transparent 0 18%,
        rgba(var(--accent-rgb), 0.09) 19% 20%,
        transparent 21%),
      linear-gradient(
        60deg,
        transparent 0 66%,
        rgba(45, 212, 191, 0.08) 67% 68%,
        transparent 69%),
      radial-gradient(
        circle at 20% 6%,
        rgba(var(--accent-rgb), 0.14),
        transparent 18rem),
      radial-gradient(
        circle at 88% 28%,
        rgba(45, 212, 191, 0.12),
        transparent 16rem),
      linear-gradient(
        180deg,
        rgba(var(--bg2-rgb), 0.92),
        rgba(var(--bg-rgb), 1)) !important;
  }
  .landing-page .navbar {
    position: fixed !important;
    height: var(--landing-nav-h) !important;
    min-height: var(--landing-nav-h) !important;
    padding: 0 var(--landing-page-pad) !important;
  }
  .landing-page .page-panel,
  .landing-page .proof-strip.page-panel-compact,
  .landing-page .hero.page-panel {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    scroll-snap-align: none !important;
  }
  .landing-page .hero.page-panel {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    padding: 28px var(--landing-page-pad) 30px !important;
  }
  .landing-page .hero .hero-copy h1 {
    font-size: clamp(2rem, 10vw, 2.8rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }
  .landing-page .hero-product {
    max-height: none !important;
    overflow: visible !important;
  }
  .landing-page .platform-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .landing-page .hero-proof-strip,
  .landing-page .hero-status-band {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .landing-page .workflow-grid,
  .landing-page .key-grid,
  .landing-page .pricing-grid-paid,
  .landing-page .reviews-grid,
  .landing-page .faq-grid,
  .landing-page .media-story-grid {
    max-height: none !important;
    overflow: visible !important;
  }
  .landing-page .pricing-with-keys .price-card p,
  .landing-page .pricing-with-keys .price-card ul,
  .landing-page .pricing-with-keys .key-card ul,
  .landing-page .compact-faq-grid p {
    display: block !important;
  }
  .landing-page .reviews-faq-section .review-card:nth-child(n+3) {
    display: block !important;
  }
  .landing-page .footer {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    height: auto !important;
    min-height: 64px !important;
    padding: 16px var(--landing-page-pad) !important;
    margin-top: 8px !important;
  }
  .landing-page .footer-inner {
    height: auto !important;
  }
  .marketing-page .marketing-hero {
    min-height: auto !important;
    grid-template-columns: 1fr !important;
    padding-top: 34px !important;
    padding-bottom: 24px !important;
  }
  .marketing-page .marketing-card-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 768px) {
  .landing-page {
    padding-top: 56px;
    scroll-padding-top: 66px;
  }
  .landing-page .footer {
    padding: 12px 14px;
    position: sticky;
    bottom: 0;
    z-index: 850;
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
  }
  .landing-page .footer > div {
    width: 100%;
  }
  .landing-page .footer .brand {
    flex-direction: row;
    justify-content: center;
    gap: 8px;
  }
  .landing-page .footer .brand .brand-mark {
    width: 22px;
    height: 22px;
  }
  .landing-page .footer .brand span {
    font-size: 0.86rem;
  }
  .landing-page .footer p {
    display: none;
  }
  .landing-page .footer .footer-links {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
  }
  .landing-page .footer .footer-links a {
    font-size: 11px;
  }
  .landing-page .section .section-header h2 {
    font-size: 1.32rem;
    line-height: 1.22;
  }
  .landing-page .section {
    scroll-margin-top: 66px;
  }
  .navbar {
    padding: 9px 14px;
    gap: 8px;
    min-height: 56px;
  }
  .navbar .navbar-nav,
  .navbar .navbar-actions .currency-select,
  .navbar .navbar-actions .theme-toggle,
  .navbar .navbar-actions .btn:not(.start-btn) {
    display: none !important;
  }
  .navbar .brand {
    min-width: 0;
    flex: 1 1 auto;
    gap: 8px;
    font-size: 0.92rem;
  }
  .navbar .brand .brand-mark {
    width: 28px;
    height: 28px;
  }
  .navbar .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .navbar .navbar-actions {
    flex: 0 0 auto;
    gap: 7px;
  }
  .navbar .navbar-actions .start-btn {
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 9px;
    font-size: 12px;
  }
  .navbar .navbar-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    background: rgba(var(--bg3-rgb), 0.66);
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--text);
    cursor: pointer;
    transition: border-color var(--transition-fast), background var(--transition-fast);
  }
  .navbar .navbar-menu-toggle svg {
    width: 17px;
    height: 17px;
    display: block;
  }
  .navbar .navbar-menu-toggle:hover {
    border-color: rgba(var(--accent-rgb), 0.35);
    background: rgba(var(--bg3-rgb), 0.9);
  }
  .navbar .nav-mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    background: rgba(var(--bg-rgb), 0.95);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 24px;
    gap: 20px;
    z-index: 999;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .navbar .nav-mobile-menu.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  .navbar .nav-mobile-menu a {
    font-size: 16px;
    font-weight: 600;
    color: var(--text2);
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px solid var(--border-subtle);
  }
  .navbar .nav-mobile-menu a:hover {
    color: var(--accent);
  }
  .navbar .nav-mobile-menu .mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
  }
  .navbar .nav-mobile-menu .mobile-actions .btn {
    width: 100%;
  }
  .hero {
    padding: 40px 16px 60px;
  }
  .hero .hero-copy h1 {
    font-size: 1.92rem;
    line-height: 1.12;
  }
  .hero .hero-copy .hero-actions {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .hero .hero-copy .hero-actions .btn {
    width: 100%;
    max-width: 280px;
  }
  .hero .hero-copy .trust-row {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .hero .hero-product {
    border-radius: 12px;
  }
  .hero .hero-product .product-media-strip {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 12px 12px 0;
  }
  .hero .hero-product .product-media-slider {
    margin: 12px 12px 0;
    border-radius: 10px;
  }
  .hero .hero-product .product-media-slide {
    min-height: 170px;
    aspect-ratio: 16/9;
  }
  .hero .hero-product .product-media-caption {
    left: 12px;
    bottom: 12px;
  }
  .hero .hero-product .product-media-caption strong {
    font-size: 14px;
  }
  .hero .hero-product .media-slider-btn {
    width: 30px;
    height: 30px;
  }
  .hero .hero-product .media-slider-dots {
    right: 12px;
    bottom: 12px;
  }
  .hero .hero-product .product-media-tile {
    aspect-ratio: 16/9;
  }
  .hero .hero-product .product-media {
    margin: 12px 12px 0;
    min-height: 150px;
    aspect-ratio: 16/9;
  }
  .hero .hero-product .product-media-overlay {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 9px 10px;
  }
  .hero .hero-product .prompt-card {
    margin: 12px;
    padding: 12px;
  }
  .hero .hero-product .pipeline {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 12px 12px;
  }
  .hero .hero-product .platform-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0 12px 12px;
  }
  .proof-strip {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 16px;
    margin-bottom: 60px;
  }
  .section {
    padding: 60px 16px;
  }
  .section .section-header h2 {
    font-size: 1.32rem;
    line-height: 1.22;
  }
  .section .section-header p {
    font-size: 14px;
  }
  .workflow-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .key-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .key-grid .key-card {
    padding: 24px;
  }
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .footer {
    flex-direction: column;
    gap: 24px;
    text-align: center;
    padding: 28px 16px;
  }
  .footer .brand {
    align-items: center;
  }
  .footer .footer-links {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .landing-page .media-story-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 20px;
  }
  .landing-page .media-story-copy h2 {
    font-size: 1.45rem;
  }
  .landing-page .media-story-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 190px;
  }
  .landing-page .media-card.media-card-large {
    grid-row: span 1;
  }
  .landing-page .pricing-grid-paid {
    grid-template-columns: 1fr;
    max-width: 440px;
  }
  .landing-page .pricing-grid-paid .price-card {
    padding: 28px 22px 22px;
  }
  .landing-page .pricing-grid-paid .price-card h3 {
    font-size: 1.45rem;
  }
  .landing-page .pricing-grid-paid .price-card ul {
    min-height: 0;
  }
  .landing-page .reviews-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }
  .landing-page .review-card {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .landing-page {
    --landing-nav-h: 56px;
    --landing-footer-h: 42px;
    --landing-page-pad: 16px;
    min-height: 100svh !important;
    padding-top: var(--landing-nav-h) !important;
    padding-bottom: 0 !important;
    scroll-snap-type: none !important;
    background-attachment: scroll !important;
  }
  .landing-page .navbar {
    position: fixed !important;
    height: var(--landing-nav-h) !important;
    min-height: var(--landing-nav-h) !important;
    padding: 0 var(--landing-page-pad) !important;
  }
  .landing-page .navbar-inner {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }
  .landing-page .navbar .brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  .landing-page .navbar .navbar-actions {
    display: flex !important;
    flex: 0 0 auto !important;
  }
  .landing-page .navbar .navbar-actions .start-btn {
    display: inline-flex !important;
  }
  .landing-page .navbar-menu-toggle {
    display: flex !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
  }
  .landing-page .nav-mobile-menu {
    top: var(--landing-nav-h) !important;
    left: 0 !important;
    right: 0 !important;
  }
  .landing-page .page-panel,
  .landing-page .proof-strip.page-panel-compact {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    padding: 34px var(--landing-page-pad) !important;
    overflow: visible !important;
    scroll-snap-align: none !important;
  }
  .landing-page .hero.page-panel {
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto auto !important;
    gap: 18px !important;
    padding-top: 28px !important;
    padding-bottom: 30px !important;
  }
  .landing-page .hero .hero-copy {
    text-align: left !important;
  }
  .landing-page .hero .hero-copy h1 {
    font-size: clamp(2rem, 10vw, 2.8rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }
  .landing-page .hero .hero-copy .hero-subtitle {
    font-size: 13.5px !important;
    line-height: 1.58 !important;
  }
  .landing-page .hero .hero-copy .hero-actions {
    grid-template-columns: 1fr !important;
  }
  .landing-page .hero .hero-copy .trust-row {
    grid-template-columns: 1fr !important;
  }
  .landing-page .hero-product {
    max-height: none !important;
    padding: 10px !important;
  }
  .landing-page .product-media-slider {
    max-height: none !important;
    aspect-ratio: 16/9 !important;
  }
  .landing-page .hero-status-band,
  .landing-page .hero-proof-strip {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .landing-page .hero-proof-strip {
    padding: 0 !important;
  }
  .landing-page .section.page-panel {
    display: grid !important;
    align-content: start !important;
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .landing-page .workflow-showcase-section.page-panel,
  .landing-page .pricing-with-keys.page-panel,
  .landing-page .reviews-faq-section.page-panel {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 18px !important;
  }
  .landing-page .media-story-grid,
  .landing-page .workflow-showcase-section .workflow-grid,
  .landing-page .pricing-with-keys .key-grid,
  .landing-page .pricing-with-keys .pricing-grid-paid,
  .landing-page .reviews-faq-section .reviews-grid,
  .landing-page .compact-faq-grid {
    grid-template-columns: 1fr !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .landing-page .reviews-faq-section .review-card:nth-child(n+3) {
    display: block !important;
  }
  .landing-page .pricing-with-keys .price-card p,
  .landing-page .pricing-with-keys .price-card ul,
  .landing-page .pricing-with-keys .key-card ul,
  .landing-page .compact-faq-grid p {
    display: block !important;
  }
  .landing-page .footer {
    position: relative !important;
    height: auto !important;
    min-height: 64px !important;
    padding: 16px var(--landing-page-pad) !important;
    margin-top: 8px !important;
  }
  .landing-page .footer-inner {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }
  .landing-page .footer p {
    display: none !important;
  }
  .landing-page .footer .footer-links {
    display: none !important;
  }
  .landing-page.is-rtl .hero .hero-copy {
    text-align: right !important;
  }
  .marketing-page .marketing-hero,
  .marketing-page .marketing-content {
    width: 100% !important;
    padding-left: var(--landing-page-pad) !important;
    padding-right: var(--landing-page-pad) !important;
  }
  .marketing-page .marketing-hero {
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding-top: 34px !important;
    padding-bottom: 24px !important;
  }
  .marketing-page .marketing-hero-copy h1 {
    font-size: clamp(2rem, 11vw, 3rem) !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
  }
  .marketing-page .marketing-hero-panel {
    min-height: 190px !important;
    padding: 20px !important;
  }
  .marketing-page .marketing-card-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .marketing-page .marketing-card-grid .workflow-card {
    min-height: auto !important;
    padding: 18px !important;
  }
}
@media (max-width: 480px) {
  .navbar .brand {
    gap: 8px;
    font-size: 0.98rem;
  }
  .navbar .navbar-actions .start-btn {
    padding: 9px 11px;
  }
  .landing-page .hero .hero-copy h1 {
    font-size: 1.68rem;
  }
  .landing-page .proof-strip .proof-card {
    padding: 18px;
  }
  .hero-product .platform-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .landing-page .product-media-strip {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
  }
  .landing-page .product-media-strip .product-media-tile {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }
}
@media (max-width: 768px) {
  .landing-page {
    padding-top: 48px !important;
    padding-bottom: 34px !important;
    scroll-padding-top: 58px !important;
  }
  .landing-page .navbar {
    min-height: 48px !important;
    padding: 7px 12px !important;
  }
  .landing-page .navbar .brand {
    font-size: 0.86rem !important;
  }
  .landing-page .navbar .brand .brand-mark {
    width: 24px !important;
    height: 24px !important;
  }
  .landing-page .navbar .navbar-actions .start-btn {
    min-height: 30px !important;
    height: 30px !important;
    padding: 6px 10px !important;
    font-size: 11.5px !important;
  }
  .landing-page .navbar .navbar-menu-toggle {
    flex-basis: 30px !important;
    width: 30px !important;
    height: 30px !important;
  }
  .landing-page .footer {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    min-height: 32px !important;
    padding: 6px 12px !important;
    gap: 8px !important;
    background: rgba(var(--bg-rgb), 0.9) !important;
  }
  .landing-page .hero {
    padding-top: 32px !important;
  }
  .landing-page .hero .hero-copy {
    margin-bottom: 20px !important;
  }
  .landing-page .hero .hero-copy h1 {
    font-size: 1.48rem !important;
  }
  .landing-page .product-media-slider {
    min-height: 170px !important;
    aspect-ratio: 16/9 !important;
  }
  .landing-page .product-media-track {
    flex-direction: column !important;
    height: 100% !important;
  }
  .landing-page .product-media-slide {
    position: relative !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
  }
  .landing-page .page-panel {
    min-height: auto !important;
    scroll-snap-align: none !important;
  }
  .landing-page .section-reveal {
    transform: translate3d(0, 34px, 0) scale(0.992) !important;
    filter: blur(3px);
  }
  .landing-page .section-reveal.visible {
    transform: translate3d(0, 0, 0) scale(1) !important;
    filter: blur(0);
  }
  .landing-page .landing-page-dots {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .landing-page {
    --landing-nav-h: 48px;
    --landing-footer-h: 32px;
    --landing-slide-min-h: calc(100svh - var(--landing-nav-h) - var(--landing-footer-h));
    --landing-slide-pad-x: 14px;
    --landing-slide-pad-y: 18px;
    overflow-x: hidden !important;
    scroll-snap-type: y proximity !important;
    padding-top: var(--landing-nav-h) !important;
    padding-bottom: var(--landing-footer-h) !important;
  }
  .landing-page .page-panel,
  .landing-page .proof-strip.page-panel-compact {
    width: 100% !important;
    max-width: none !important;
    height: var(--landing-slide-min-h) !important;
    min-height: var(--landing-slide-min-h) !important;
    max-height: var(--landing-slide-min-h) !important;
    margin: 0 !important;
    padding: var(--landing-slide-pad-y) var(--landing-slide-pad-x) !important;
    box-sizing: border-box !important;
    scroll-snap-align: start !important;
    overflow: hidden !important;
  }
  .landing-page .section.page-panel {
    display: grid !important;
    align-content: center !important;
    justify-content: stretch !important;
  }
  .landing-page .hero.page-panel {
    height: var(--landing-slide-min-h) !important;
    min-height: var(--landing-slide-min-h) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    align-content: start !important;
    align-items: start !important;
    gap: 12px !important;
    padding-top: 16px !important;
    padding-bottom: 18px !important;
    padding-inline: var(--landing-slide-pad-x) !important;
  }
  .landing-page .hero .hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
    align-items: flex-start !important;
  }
  .landing-page .hero .hero-copy .eyebrow {
    max-width: 100% !important;
    margin-bottom: 10px !important;
  }
  .landing-page .hero .hero-copy h1 {
    max-width: 100% !important;
    font-size: 1.42rem !important;
    line-height: 1.12 !important;
    margin-bottom: 10px !important;
  }
  .landing-page .hero .hero-copy .hero-subtitle {
    max-width: 100% !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    margin-bottom: 14px !important;
  }
  .landing-page .hero .hero-copy .hero-actions {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 0.72fr !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
  }
  .landing-page .hero .hero-copy .hero-actions .btn {
    min-height: 38px !important;
    padding: 9px 12px !important;
    font-size: 12px !important;
  }
  .landing-page .hero .hero-copy .trust-row {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
  .landing-page .hero-product {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 10px !important;
    max-height: calc(var(--landing-slide-min-h) - 392px) !important;
    overflow: hidden !important;
  }
  .landing-page .product-media-slider {
    aspect-ratio: 9/5.2 !important;
    min-height: 0 !important;
    max-height: 24svh !important;
  }
  .landing-page .product-topbar {
    height: 28px !important;
    min-height: 28px !important;
    margin: -10px -10px 8px !important;
    padding: 0 10px !important;
  }
  .landing-page .prompt-card {
    padding: 10px 12px !important;
  }
  .landing-page .prompt-card p {
    font-size: 12px !important;
  }
  .landing-page .pipeline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 10px !important;
  }
  .landing-page .pipeline-step {
    min-height: 46px !important;
    padding: 9px !important;
  }
  .landing-page .platform-grid {
    display: none !important;
  }
  .landing-page .hero-proof-strip {
    display: none !important;
  }
  .landing-page .proof-strip.page-panel-compact {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    align-content: center !important;
  }
  .landing-page .proof-strip.page-panel-compact .proof-card {
    min-height: 118px !important;
    padding: 16px 10px !important;
  }
  .landing-page .proof-strip.page-panel-compact .proof-card strong {
    font-size: 1.5rem !important;
  }
  .landing-page .proof-strip.page-panel-compact .proof-card span {
    font-size: 12px !important;
  }
  .landing-page .media-story-section.page-panel {
    grid-template-columns: 1fr !important;
    align-content: center !important;
    gap: 14px !important;
  }
  .landing-page .workflow-showcase-section.page-panel {
    grid-template-rows: auto auto minmax(0, 1fr) !important;
    align-content: start !important;
  }
  .landing-page .media-story-copy h2,
  .landing-page .section-header h2 {
    font-size: 1.24rem !important;
    line-height: 1.18 !important;
    margin-bottom: 8px !important;
  }
  .landing-page .media-story-copy p:not(.eyebrow),
  .landing-page .section-header p:not(.eyebrow):not(.rate-note) {
    font-size: 12px !important;
    line-height: 1.48 !important;
  }
  .landing-page .media-story-grid {
    grid-template-columns: 1fr 1fr !important;
    grid-auto-rows: minmax(104px, 17svh) !important;
    gap: 10px !important;
  }
  .landing-page .media-card.media-card-large {
    grid-column: 1/-1 !important;
    grid-row: span 1 !important;
  }
  .landing-page .workflow-grid,
  .landing-page .key-grid,
  .landing-page .audience-grid,
  .landing-page .pricing-grid-paid,
  .landing-page .reviews-grid,
  .landing-page .faq-grid {
    gap: 10px !important;
    margin-top: 14px !important;
    max-height: calc(var(--landing-slide-min-h) - 142px) !important;
    overflow: hidden !important;
  }
  .landing-page .workflow-showcase-section .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-height: 190px !important;
    overflow: hidden !important;
  }
  .landing-page .workflow-card,
  .landing-page .key-card,
  .landing-page .audience-grid article,
  .landing-page .price-card,
  .landing-page .review-card,
  .landing-page .faq-grid article {
    padding: 14px !important;
  }
  .landing-page .pricing-grid-paid .price-card ul {
    gap: 6px !important;
    margin-bottom: 14px !important;
  }
  .landing-page .pricing-with-keys.page-panel,
  .landing-page .reviews-faq-section.page-panel {
    grid-template-rows: auto minmax(0, 1fr) auto !important;
    align-content: start !important;
    gap: 12px !important;
  }
  .landing-page .pricing-with-keys .key-grid {
    grid-template-columns: 1fr 1fr !important;
    max-height: 164px !important;
    overflow: hidden !important;
  }
  .landing-page .pricing-with-keys .key-card {
    padding: 12px !important;
  }
  .landing-page .pricing-with-keys .key-card ul {
    display: none !important;
  }
  .landing-page .pricing-with-keys .key-card p {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }
  .landing-page .pricing-with-keys .pricing-grid-paid {
    grid-template-columns: 1fr 1fr !important;
    max-height: calc(var(--landing-slide-min-h) - 280px) !important;
    overflow: hidden !important;
  }
  .landing-page .pricing-with-keys .price-card {
    padding: 12px !important;
  }
  .landing-page .pricing-with-keys .price-card p,
  .landing-page .pricing-with-keys .price-card ul {
    display: none !important;
  }
  .landing-page .reviews-faq-section .reviews-grid {
    grid-template-columns: 1fr !important;
    max-height: calc(var(--landing-slide-min-h) - 302px) !important;
    overflow: hidden !important;
  }
  .landing-page .reviews-faq-section .review-card:nth-child(n+3) {
    display: none !important;
  }
  .landing-page .reviews-faq-section .review-media {
    min-height: 96px !important;
  }
  .landing-page .compact-faq-grid {
    grid-template-columns: 1fr 1fr !important;
    max-height: 128px !important;
    overflow: hidden !important;
    gap: 8px !important;
  }
  .landing-page .compact-faq-grid article {
    padding: 10px !important;
  }
  .landing-page .compact-faq-grid p {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .landing-page {
    min-height: 100svh !important;
    padding-bottom: 0 !important;
    overflow-x: hidden !important;
    scroll-padding-top: 72px !important;
    scroll-snap-type: none !important;
  }
  .landing-page .section,
  .landing-page .page-panel,
  .landing-page #workflow,
  .landing-page #user-videos,
  .landing-page #pricing,
  .landing-page #reviews {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    scroll-margin-top: 72px !important;
  }
  .landing-page .hero.page-panel {
    min-height: auto !important;
    padding-top: 86px !important;
    padding-bottom: 34px !important;
  }
  .landing-page .section.page-panel,
  .landing-page .workflow-showcase-section.page-panel,
  .landing-page .user-video-section.page-panel,
  .landing-page .pricing-with-keys.page-panel,
  .landing-page .reviews-faq-section.page-panel {
    display: block !important;
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .landing-page .workflow-grid,
  .landing-page .key-grid,
  .landing-page .audience-grid,
  .landing-page .pricing-grid-paid,
  .landing-page .reviews-grid,
  .landing-page .faq-grid,
  .landing-page .compact-faq-grid,
  .landing-page .user-video-grid {
    max-height: none !important;
    overflow: visible !important;
  }
  .landing-page .workflow-showcase-section .workflow-grid,
  .landing-page .pricing-with-keys .key-grid,
  .landing-page .pricing-with-keys .pricing-grid-paid,
  .landing-page .reviews-faq-section .reviews-grid,
  .landing-page .compact-faq-grid,
  .landing-page .user-video-section .user-video-grid {
    grid-template-columns: 1fr !important;
    max-height: none !important;
  }
  .landing-page .reviews-faq-section .review-card:nth-child(n+3) {
    display: grid !important;
  }
  .landing-page .compact-faq-grid p,
  .landing-page .pricing-with-keys .key-card ul,
  .landing-page .pricing-with-keys .price-card p,
  .landing-page .pricing-with-keys .price-card ul {
    display: block !important;
  }
  .landing-page .footer {
    position: relative !important;
    inset: auto !important;
    min-height: auto !important;
    margin-top: 12px !important;
  }
  .landing-page .footer-inner {
    min-height: auto !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}
.consistent-dialog .p-dialog-header {
  padding: 18px 24px;
  border-bottom: 1px solid var(--border);
  background: rgba(var(--bg-rgb), 0.4);
}
.consistent-dialog .p-dialog-header .p-dialog-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
}
.consistent-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-header-icon {
  color: var(--text3);
  transition: color var(--transition-fast);
}
.consistent-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-header-icon:hover {
  color: var(--text);
}
.consistent-dialog .p-dialog-content {
  padding: 0;
  background: color-mix(in srgb, var(--bg2) 95%, transparent);
  color: var(--text);
  overflow-y: auto;
}
.consistent-dialog .dialog-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.consistent-dialog .dialog-footer {
  padding: 16px 24px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  background: rgba(0, 0, 0, 0.15);
}
.consistent-dialog .p-dialog-footer {
  padding: 16px 24px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  background: rgba(0, 0, 0, 0.15);
  margin: 0;
}
.consistent-dialog .p-dialog-mask {
  background: rgba(var(--bg-rgb), 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  :root {
    --mobile-dialog-bottom-gap: 8px;
  }
  .p-dialog-mask {
    align-items: flex-end !important;
    background: rgba(var(--bg-rgb), 0.72) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }
  .consistent-dialog.p-dialog {
    width: min(100vw, 480px) !important;
    max-width: 100vw !important;
    height: auto !important;
    max-height: calc(100dvh - var(--topbar, 48px) - var(--bottom-bar, 60px) - var(--mobile-dialog-bottom-gap) - 8px) !important;
    margin: 0 0 calc(var(--bottom-bar, 60px) + var(--mobile-dialog-bottom-gap)) !important;
    border-radius: 18px 18px 0 0 !important;
    overflow: hidden !important;
  }
  .consistent-dialog.p-dialog,
  .consistent-dialog .p-dialog {
    width: min(100vw, 480px) !important;
    max-width: 100vw !important;
    height: auto !important;
    max-height: calc(100dvh - var(--topbar, 48px) - var(--bottom-bar, 60px) - var(--mobile-dialog-bottom-gap) - 8px) !important;
    margin: 0 0 calc(var(--bottom-bar, 60px) + var(--mobile-dialog-bottom-gap)) !important;
    border-radius: 18px 18px 0 0 !important;
    overflow: hidden !important;
  }
  .consistent-dialog .p-dialog-header {
    min-height: 44px;
    padding: 10px 14px;
    border-bottom-color: rgba(var(--text-rgb), 0.08);
  }
  .consistent-dialog .p-dialog-header .p-dialog-title {
    max-width: calc(100vw - 76px);
    font-size: 0.95rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .consistent-dialog .p-dialog-header .p-dialog-header-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .consistent-dialog .p-dialog-content {
    flex: 1;
    overflow-y: auto;
    max-height: calc(100dvh - var(--topbar, 48px) - var(--bottom-bar, 60px) - 96px) !important;
    overscroll-behavior: contain;
    scroll-padding-bottom: calc(var(--bottom-bar, 60px) + env(safe-area-inset-bottom));
  }
  .consistent-dialog .dialog-content {
    padding: 12px;
    gap: 10px;
  }
  .consistent-dialog .p-dialog-footer {
    position: sticky;
    bottom: 0;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    gap: 8px;
    background: color-mix(in srgb, var(--bg2) 95%, transparent);
  }
  .consistent-dialog .p-dialog-mask {
    background: rgba(var(--bg-rgb), 0.72);
  }
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-group.full-width {
  grid-column: span 2;
}
select:not([multiple]) {
  min-height: 38px;
  color: var(--text);
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg3-rgb), 0.72),
      rgba(var(--bg2-rgb), 0.9)),
    var(--bg2);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0 11px;
  font: inherit;
  font-weight: 800;
  outline: none;
  color-scheme: dark;
  transition:
    border-color 140ms ease,
    background 140ms ease,
    box-shadow 140ms ease;
}
select:not([multiple]):hover:not(:disabled) {
  border-color: rgba(var(--accent-rgb), 0.38);
  background:
    linear-gradient(
      180deg,
      rgba(var(--accent-rgb), 0.08),
      rgba(var(--bg2-rgb), 0.94)),
    var(--bg2);
}
select:not([multiple]):focus {
  border-color: rgba(var(--accent-rgb), 0.72);
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb), 0.16);
}
select:not([multiple]):disabled {
  opacity: 0.58;
  cursor: not-allowed;
}
select:not([multiple]) option {
  color: var(--text);
  background: var(--bg2);
}
:root[data-theme=light] select:not([multiple]) {
  color-scheme: light;
}
.template-dialog {
  position: relative;
  display: flex;
  height: 75vh;
  overflow: hidden;
}
.template-dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 80;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(7, 11, 18, 0.72);
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}
.template-dialog-close:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
:root[data-theme=light] .template-dialog-close {
  border-color: rgba(27, 39, 55, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text3);
  box-shadow: 0 10px 24px rgba(37, 50, 67, 0.14);
}
:root[data-theme=light] .template-dialog-close:hover {
  border-color: rgba(var(--accent-rgb), 0.28);
  background: #fff;
  color: var(--text);
}
.template-preview {
  flex: 4;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--border);
  background: var(--bg);
  padding: 24px;
  gap: 16px;
  overflow-y: auto;
}
.template-controls {
  flex: 6;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 24px;
  gap: 20px;
}
.template-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.template-section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.template-section-title h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.template-section-title p {
  font-size: 0.8rem;
  color: var(--text3);
  margin: 0;
}
.aspect-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.aspect-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid var(--border2);
  background: var(--bg3);
  color: var(--text2);
  cursor: pointer;
  transition: all 0.2s;
}
.aspect-card:hover {
  border-color: var(--text3);
  background: var(--bg4);
}
.aspect-card.active {
  border-color: var(--accent);
  background: rgba(var(--accent-rgb), 0.08);
  color: var(--accent);
}
.aspect-card .aspect-meta {
  display: flex;
  flex-direction: column;
}
.aspect-card .aspect-meta strong {
  font-size: 0.9rem;
}
.aspect-card .aspect-meta span {
  font-size: 0.75rem;
  color: var(--text3);
}
.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-chip {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid var(--border2);
  background: var(--bg3);
  color: var(--text2);
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s;
}
.filter-chip:hover {
  border-color: var(--text3);
}
.filter-chip.active {
  border-color: var(--accent);
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--accent);
}
.style-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.style-chip {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--border2);
  background: var(--bg3);
  color: var(--text2);
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s;
}
.style-chip:hover {
  border-color: var(--text3);
}
.style-chip.active {
  border-color: var(--accent);
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--accent);
}
.presets-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.preset-card {
  padding: 14px;
  border-radius: 10px;
  border: 1px solid var(--border2);
  background: var(--bg3);
  cursor: pointer;
  transition: all 0.2s;
}
.preset-card:hover {
  border-color: var(--accent);
  background: rgba(var(--accent-rgb), 0.04);
}
.preset-card .preset-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.preset-card .preset-meta h4 {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
  color: var(--text);
}
.preset-card .preset-meta .badge {
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 20px;
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--accent);
}
.preset-card .preset-preview {
  font-size: 0.8rem;
  color: var(--text2);
  line-height: 1.4;
  margin: 0 0 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.preset-card .preset-footer {
  display: flex;
  gap: 16px;
  font-size: 0.75rem;
  color: var(--text3);
}
.preset-card .preset-footer i {
  margin-right: 4px;
}
.mixer-deck {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.mixer-track {
  padding: 14px;
  border-radius: 10px;
  border: 1px solid var(--border2);
  background: var(--bg3);
}
.mixer-track .track-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  gap: 12px;
}
.mixer-track .track-header .track-tag {
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.mixer-track .track-header .track-tag.track-soundtrack {
  color: var(--accent);
}
.mixer-track .track-header .track-tag.track-ambiance {
  color: var(--green);
}
.mixer-track .slider-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mixer-track .slider-row .vol-label {
  font-size: 0.8rem;
  color: var(--text3);
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 80px;
}
.mixer-track .slider-row input[type=range] {
  flex: 1;
  accent-color: var(--accent);
}
.mixer-track .slider-row .vol-value {
  font-size: 0.8rem;
  color: var(--text2);
  font-weight: 600;
  min-width: 36px;
  text-align: right;
}
.btn-audio {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid var(--border2);
  background: var(--bg3);
  color: var(--text2);
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-audio:hover {
  background: var(--bg4);
  color: var(--text);
}
.btn-audio.playing {
  border-color: var(--green);
  color: var(--green);
  background: rgba(var(--green-rgb), 0.08);
}
.template-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.canvas-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 0;
}
.image-canvas,
.video-canvas {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.canvas-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.canvas-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.05) 0%,
      rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}
.watermark-overlay {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.preview-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.65rem;
  color: var(--text2);
  display: flex;
  align-items: center;
  gap: 4px;
}
.subtitles-overlay {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  padding: 0 16px;
}
.subtitles-overlay.glass p {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  padding: 8px 14px;
  display: inline-block;
  color: white;
  font-size: 0.85rem;
}
.subtitles-overlay.neon {
  color: #a78bfa;
  font-size: 1rem;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(167, 139, 250, 0.8), 0 0 20px rgba(167, 139, 250, 0.4);
}
.subtitles-overlay.heavy {
  color: white;
  font-size: 1rem;
  font-weight: 900;
  -webkit-text-stroke: 2px black;
  text-stroke: 2px black;
  letter-spacing: 0.05em;
}
.text-preview-mockup {
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--bg2);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.text-preview-mockup .mockup-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.text-preview-mockup .mockup-header .mockup-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(var(--accent-rgb), 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 1rem;
}
.text-preview-mockup .mockup-header .mockup-author {
  display: flex;
  flex-direction: column;
}
.text-preview-mockup .mockup-header .mockup-author strong {
  font-size: 0.85rem;
  color: var(--text);
}
.text-preview-mockup .mockup-header .mockup-author small {
  font-size: 0.75rem;
  color: var(--text3);
}
.text-preview-mockup .mockup-body p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text);
  margin: 0;
  white-space: pre-wrap;
}
.text-preview-mockup .mockup-footer {
  display: flex;
  gap: 20px;
  font-size: 0.8rem;
  color: var(--text3);
}
.text-preview-mockup .mockup-footer i {
  margin-right: 4px;
}
.video-placeholder-canvas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--text3);
  width: 100%;
  height: 100%;
}
.video-placeholder-canvas i {
  font-size: 2.5rem;
  opacity: 0.5;
}
.video-placeholder-canvas span {
  font-size: 0.9rem;
  font-weight: 500;
}
.form-input {
  background: var(--bg3);
  border: 1px solid var(--border2);
  color: var(--text);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.9rem;
  width: 100%;
  transition: all 0.2s;
}
.form-input:focus {
  border-color: var(--accent);
  background: var(--bg4);
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb), 0.2);
}
.form-input::placeholder {
  color: var(--text3);
}
textarea.form-input {
  resize: vertical;
  font-family: inherit;
}
select.form-input {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238d9caf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
.toggle-group {
  display: flex;
  background: var(--bg3);
  border: 1px solid var(--border2);
  border-radius: 8px;
  padding: 3px;
}
.toggle-btn {
  flex: 1;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text3);
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.toggle-btn.active {
  background: var(--accent);
  color: #fff;
}
.toggle-btn:hover:not(.active) {
  color: var(--text);
}
.toggle-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.upload-zone {
  border: 2px dashed var(--border2);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  background: var(--bg3);
  cursor: pointer;
  transition: all 0.2s;
}
.upload-zone:hover,
.upload-zone.drag-over {
  border-color: var(--accent);
  background: rgba(var(--accent-rgb), 0.04);
}
.upload-zone .upload-icon {
  font-size: 2.2rem;
  color: var(--text3);
  margin-bottom: 12px;
}
.upload-zone .upload-main {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
  margin: 0 0 6px 0;
}
.upload-zone .upload-sub {
  font-size: 0.8rem;
  color: var(--text3);
  margin: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  font-family: inherit;
  white-space: nowrap;
  justify-content: center;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
}
.btn-primary:hover:not(:disabled) {
  filter: brightness(1.1);
  box-shadow: 0 0 12px rgba(var(--accent-rgb), 0.3);
}
.btn-outline {
  background: transparent;
  border: 1px solid var(--border2);
  color: var(--text2);
}
.btn-outline:hover:not(:disabled) {
  background: var(--bg3);
  color: var(--text);
  border-color: var(--text3);
}
.btn-soft {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: var(--text2);
}
.btn-soft:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}
.btn-danger {
  background: var(--red);
  color: #fff;
}
.btn-danger:hover:not(:disabled) {
  filter: brightness(1.1);
}
.btn-sm {
  padding: 6px 14px;
  font-size: 0.85rem;
}
.btn-block {
  width: 100%;
  justify-content: center;
}
.btn-text {
  background: transparent;
  color: var(--text3);
  padding: 6px 12px;
}
.btn-text:hover:not(:disabled) {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}
.dialog-section {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.dialog-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.dialog-section-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.option-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  gap: 12px;
}
.option-row .option-label {
  font-size: 0.85rem;
  color: var(--text2);
}
.info-box {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
.info-box-accent {
  background: rgba(var(--accent-rgb), 0.1);
  border: 1px solid rgba(var(--accent-rgb), 0.2);
  color: var(--accent);
}
.info-box-warning {
  background: rgba(245, 158, 11, 0.1);
  border-left: 3px solid #f59e0b;
  color: #fcd34d;
}
.dialog-body-scroll {
  max-height: 70vh;
  overflow-y: auto;
}
.color-picker-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.color-picker-wrap input[type=color] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
  background: none;
}
.color-picker-wrap input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
.color-picker-wrap input[type=color]::-webkit-color-swatch {
  border: 1px solid var(--border2);
  border-radius: 8px;
}
.color-picker-wrap .color-hex {
  font-family: monospace;
  font-size: 0.9rem;
  color: var(--text2);
}
.toggle-checkbox {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
  cursor: pointer;
}
.spinner-accent {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(var(--accent-rgb), 0.1);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.section-divider {
  height: 1px;
  background: var(--border);
  margin: 4px 0;
}
.dialog-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 16px;
}
.dialog-header-inner .dialog-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}
.dialog-header-inner .dialog-close-btn {
  background: none;
  border: none;
  color: var(--text3);
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}
.dialog-header-inner .dialog-close-btn:hover {
  color: var(--text);
}
.source-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.source-card {
  position: relative;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 24px;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.source-card:hover {
  transform: translateY(-4px);
  background: var(--bg3);
  border-color: rgba(var(--accent-rgb), 0.4);
  box-shadow: 0 10px 25px rgba(var(--accent-rgb), 0.15);
}
.source-card:hover .source-card-icon i {
  transform: scale(1.1);
  color: var(--accent);
}
.source-card .source-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: rgba(var(--accent-rgb), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.source-card .source-card-icon i {
  font-size: 1.8rem;
  color: var(--accent);
  transition: all 0.3s ease;
}
.source-card h4 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: var(--text);
}
.source-card p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--text2);
  margin: 0 0 24px 0;
  flex: 1;
}
.source-card .card-badge {
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.source-card .card-badge.badge-accent {
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--accent);
  border: 1px solid rgba(var(--accent-rgb), 0.2);
}
.source-card .card-badge.badge-green {
  background: rgba(var(--accent2-rgb), 0.1);
  color: var(--accent2);
  border: 1px solid rgba(var(--accent2-rgb), 0.2);
}
.option-sublabel {
  font-size: 11px;
  color: var(--text3);
}
.option-subfield {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.settings-section-title,
.settings-section-title-spaced {
  margin-top: 0;
  font-weight: 600;
  color: var(--text);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-size: 13px;
}
.settings-section-title-spaced {
  margin-top: 24px;
}
.settings-options-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.settings-subcard {
  background: rgba(255, 255, 255, 0.02);
  padding: 10px;
  border-radius: 6px;
}
.settings-subcard-label {
  font-weight: 500;
  font-size: 12px;
  color: var(--text2);
  margin-bottom: 8px;
}
.compact-select {
  font-size: 11px;
  padding: 4px;
  height: auto;
}
.settings-card {
  margin-bottom: 16px;
  background: rgba(var(--bg3-rgb), 0.2);
}
.settings-card-header-no-border {
  border-bottom: none;
  padding-bottom: 0;
}
.settings-card-body {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.provider-name {
  font-size: 13px;
  font-weight: 600;
}
.provider-desc {
  font-size: 11px;
  color: var(--text3);
}
.provider-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.provider-body {
  padding-top: 12px;
  gap: 12px;
}
.provider-info-icon {
  font-size: 11px;
  color: var(--text3);
  margin-left: 6px;
  cursor: help;
}
.icon-badge {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: grid;
  place-items: center;
}
.icon-badge.icon-badge-purple {
  background: rgba(147, 51, 234, 0.1);
  color: rgb(147, 51, 234);
}
.icon-badge.icon-badge-blue {
  background: rgba(59, 130, 246, 0.1);
  color: rgb(59, 130, 246);
}
.icon-badge.icon-badge-cyan {
  background: rgba(100, 200, 255, 0.1);
  color: #64C8FF;
}
.icon-badge.icon-badge-green {
  background: rgba(34, 197, 94, 0.15);
  color: rgb(34, 197, 94);
}
.icon-badge.icon-badge-orange {
  background: rgba(249, 115, 22, 0.1);
  color: #f97316;
}
.provider-sub-card {
  margin-bottom: 12px;
  background: rgba(var(--bg3-rgb), 0.15);
  padding: 16px;
  gap: 12px;
}
.auth-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 25px 0;
  color: var(--text3);
}
.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border);
}
.auth-divider span {
  padding: 0 10px;
  font-size: 0.85rem;
}
.col-actions {
  width: 40px;
}
.sub-card-header {
  padding-right: 32px !important;
}
.icon-badge.icon-badge-neutral {
  background: rgba(255, 255, 255, 0.05);
}
.icon-badge.icon-badge-pink {
  background: rgba(230, 0, 122, 0.1);
}
.icon-badge.icon-badge-gold {
  background: rgba(212, 175, 55, 0.1);
}
.icon-badge.icon-badge-lime {
  background: rgba(229, 249, 112, 0.1);
}
.icon-badge.icon-badge-magenta {
  background: rgba(233, 66, 219, 0.1);
  color: #e942db;
}
.auth-footer-text {
  text-align: center;
  margin-top: 15px;
  font-size: 0.9rem;
  color: var(--text2);
}
.auth-link {
  color: var(--accent);
  font-weight: 600;
}
.btn-gradient {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      #a855f7,
      #6366f1);
  border: none;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-gradient:hover:not(:disabled) {
  filter: brightness(1.1);
  box-shadow: 0 0 12px rgba(99, 102, 241, 0.3);
}
.btn-gradient:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.scrollbar-thin {
  scrollbar-width: thin;
}
.chart-container {
  height: 300px;
}
.video-controls-panel {
  margin-top: 1rem;
  width: 100%;
  max-width: 320px;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: rgba(15, 17, 26, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.timeline-bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
}
.timeline-buffered {
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0.45;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.3);
  transition: all 0.2s;
}
.timeline-progress {
  height: 100%;
  background:
    linear-gradient(
      90deg,
      rgba(99, 102, 241, 0.85),
      rgba(168, 85, 247, 0.85));
  border-radius: 4px;
  position: relative;
  pointer-events: none;
}
.timeline-scrubber {
  position: absolute;
  right: -6px;
  top: -2px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 2px solid #6366f1;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(99, 102, 241, 0.8);
  transition: transform 0.15s ease;
}
.control-btn {
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.95rem;
  transition: transform 0.2s;
}
.control-btn-accent {
  background: transparent;
  border: none;
  color: #a5b4fc;
  cursor: pointer;
  font-size: 0.95rem;
}
.time-display {
  font-family: monospace;
  font-weight: 500;
  color: #e2e8f0;
}
.time-separator {
  color: #64748b;
  margin: 0 0.25rem;
}
.audio-mixer-panel {
  margin-top: 0.5rem;
  padding: 0.6rem;
  border-radius: 8px;
  border: 1px solid;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.track-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.track-label {
  font-size: 0.7rem;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.track-badge {
  color: #000000;
  font-size: 0.55rem;
  font-weight: 800;
  padding: 0.1rem 0.3rem;
  border-radius: 3px;
  text-transform: uppercase;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slider-group {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.slider-label-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.6rem;
  color: #94a3b8;
}
.time-value {
  font-family: monospace;
  color: #ffffff;
}
.range-slider {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.tts-section {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.tts-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.tts-option,
.tts-option-inactive,
.tts-option-active {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  color: #e2e8f0;
  font-size: 0.75rem;
  padding: 0.5rem;
  border-radius: 6px;
}
.tts-option-active {
  background: rgba(99, 102, 241, 0.05);
  border: 1px solid rgba(99, 102, 241, 0.15);
}
.tts-option-inactive {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.tts-radio {
  accent-color: #6366f1;
  cursor: pointer;
}
.tts-option-title {
  font-weight: 600;
  color: #ffffff;
}
.tts-option-desc {
  font-size: 0.65rem;
  color: #94a3b8;
}
.layer-deck {
  margin-bottom: 1.25rem;
  padding: 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(99, 102, 241, 0.25);
  background: rgba(99, 102, 241, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.layer-deck-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 0.5rem;
}
.template-card {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.2s ease;
}
.template-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%;
}
.template-card-body {
  flex-grow: 1;
}
.template-name {
  font-size: 1.1rem;
  color: white;
  display: block;
  margin-bottom: 0.5rem;
}
.template-desc {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  margin: 0;
}
.delete-btn-icon {
  background: none;
  border: none;
  color: #ef4444;
  cursor: pointer;
  font-size: 1rem;
}
.empty-state-full {
  grid-column: 1/-1;
  padding: 4rem 2rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.empty-state-icon {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.15);
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.audio-library-layout {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 1.5rem;
}
.audio-upload-panel {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  height: fit-content;
}
.section-heading {
  font-size: 1rem;
  color: white;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.section-desc {
  font-size: 0.72rem;
  color: #94a3b8;
  margin: 0.25rem 0 0 0;
}
.field-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.field-label {
  font-size: 0.75rem;
  color: #94a3b8;
}
.field-input {
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: white;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  outline: none;
}
.drop-zone {
  position: relative;
  border: 2px dashed rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 1.25rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  transition: border-color 0.2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.drop-zone-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.drop-zone-icon {
  font-size: 1.75rem;
  color: #818cf8;
}
.drop-zone-text {
  font-size: 0.75rem;
  color: #e2e8f0;
  font-weight: 500;
}
.drop-zone-hint {
  font-size: 0.65rem;
  color: #64748b;
}
.upload-btn-full {
  width: 100%;
  padding: 0.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.soundtrack-library {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.soundtrack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
  max-height: 420px;
  overflow-y: auto;
  padding-right: 0.25rem;
}
.soundtrack-card-custom {
  padding: 0.85rem;
  border-radius: 8px;
  border: 1px solid rgba(16, 185, 129, 0.25);
  background: rgba(16, 185, 129, 0.03);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: space-between;
}
.soundtrack-card-curated {
  padding: 0.85rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.01);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: space-between;
}
.track-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}
.play-btn-custom {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #10b981;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s;
}
.play-btn-curated {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s;
}
.track-name {
  font-size: 0.85rem;
  color: white;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.track-genre-custom {
  font-size: 0.68rem;
  color: #10b981;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.track-genre-curated {
  font-size: 0.68rem;
  color: #94a3b8;
  display: block;
}
.delete-btn-track {
  background: none;
  border: none;
  color: #ef4444;
  font-size: 0.85rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
  padding: 0.25rem;
}
.system-badge {
  font-size: 0.6rem;
  color: #64748b;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.05);
  padding: 2px 4px;
  border-radius: 4px;
}
.studio-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}
.studio-title-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.template-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.byok-radio-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.2s;
}
.byok-radio-title {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}
.byok-radio-desc {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
}
.byok-divider {
  margin: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.byok-section-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}
.byok-section-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  margin-bottom: 16px;
}
.storage-select {
  width: 200px;
  background: var(--bg2);
  color: var(--text);
  border: 1px solid var(--border);
  padding: 8px;
  border-radius: 6px;
}
.storage-bar-track {
  height: 6px;
  background: var(--bg3);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 4px;
}
.storage-bar-fill {
  height: 100%;
  background: var(--accent);
  transition: width 0.3s ease;
}
.storage-usage-text {
  font-size: 11px;
  color: var(--text3);
}
.error-banner {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 15px;
  color: #ef4444;
  font-size: 0.9rem;
  text-align: center;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.workspace-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.field-row-mt {
  margin-top: 12px;
}
.icon-size-sm {
  font-size: 14px;
}
.icon-size-xs {
  font-size: 9px;
}
.icon-size-lg {
  font-size: 18px;
}
.text-free-keys {
  color: var(--green);
}
.text-paid-keys {
  color: var(--blue);
}
.badge-free-keys {
  background: rgba(52, 211, 153, 0.15);
  color: #34d399;
  border-color: rgba(52, 211, 153, 0.2);
}
.badge-paid-keys {
  background: rgba(96, 165, 250, 0.15);
  color: #60a5fa;
  border-color: rgba(96, 165, 250, 0.2);
}
.btn-add-free-key {
  color: var(--green);
}
.btn-add-paid-key {
  color: var(--blue);
}
.icon-muted-green {
  color: var(--green);
  opacity: 0.5;
}
.icon-muted-blue {
  color: var(--blue);
  opacity: 0.5;
}
.paid-keys-section {
  margin-top: 20px;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
  padding-top: 20px;
}
@media (max-width: 768px) {
  .dialog-header-inner {
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .dialog-header-inner .dialog-title {
    font-size: 1rem;
    line-height: 1.2;
  }
  .dialog-header-inner .dialog-close-btn {
    width: 30px;
    height: 30px;
    font-size: 1.1rem;
  }
  .form-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .form-group {
    gap: 5px;
  }
  .form-group.full-width {
    grid-column: auto;
  }
  .field-label,
  .form-label {
    font-size: 10.5px;
  }
  .field-input,
  .form-input,
  .storage-select {
    min-height: 32px;
    padding: 7px 9px;
    border-radius: 8px;
    font-size: 11px;
  }
  .source-cards {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .source-card {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 58px;
    padding: 9px 10px !important;
    border-radius: 8px !important;
    text-align: left;
    gap: 8px;
  }
  .source-card:hover {
    transform: none;
  }
  .source-card .source-card-icon {
    width: 32px;
    height: 32px;
    margin: 0;
    border-radius: 8px;
  }
  .source-card .source-card-icon i {
    font-size: 0.95rem;
  }
  .source-card h4 {
    margin: 0 0 2px;
    font-size: 0.82rem;
    line-height: 1.15;
  }
  .source-card p {
    margin: 0;
    font-size: 0.66rem;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .source-card .card-badge {
    align-self: center;
    padding: 4px 7px;
    border-radius: 999px;
    font-size: 0.62rem;
    gap: 4px;
    white-space: nowrap;
  }
  .upload-zone {
    min-height: 96px !important;
    padding: 12px !important;
    border-radius: 10px !important;
  }
  .upload-zone-icon,
  .upload-icon {
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 8px !important;
    font-size: 18px !important;
  }
  .template-dialog {
    flex-direction: column !important;
    height: calc(100dvh - var(--topbar, 48px) - var(--bottom-bar, 60px) - 96px) !important;
    max-height: calc(100dvh - var(--topbar, 48px) - var(--bottom-bar, 60px) - 96px) !important;
    min-height: 0 !important;
  }
  .template-dialog-close {
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
  }
  .template-preview {
    flex: 0 0 auto !important;
    min-height: 0 !important;
    max-height: 40dvh !important;
    padding: 10px !important;
    gap: 8px !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--border);
  }
  .template-controls {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    padding: 10px !important;
    gap: 10px !important;
  }
  .template-section {
    gap: 8px;
    padding-bottom: 12px;
  }
  .template-section-title h4 {
    font-size: 0.8rem;
  }
  .template-section-title p {
    display: none;
  }
  .aspect-selector,
  .compact-aspect-selector,
  .premium-aspect-selector {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }
  .template-actions,
  .action-bar,
  .dialog-footer {
    position: sticky;
    bottom: 0;
    z-index: 4;
    display: flex;
    justify-content: flex-end;
    gap: 8px !important;
    margin-top: 8px !important;
    padding: 10px 0 calc(10px + env(safe-area-inset-bottom)) !important;
    background:
      linear-gradient(
        180deg,
        rgba(var(--bg-rgb), 0),
        var(--bg2) 26%,
        var(--bg2));
  }
  .template-actions .btn,
  .action-bar .btn,
  .dialog-footer .btn {
    min-height: 32px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 10.5px;
  }
}
.premium-canvas,
.phone-screen {
  isolation: isolate;
}
.editable-overlay,
.canvas-layer {
  position: absolute;
  right: auto !important;
  bottom: auto !important;
  cursor: grab;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}
.editable-overlay:active,
.canvas-layer:active {
  cursor: grabbing;
}
.editable-overlay.selected,
.canvas-layer.active {
  outline: 1px solid rgba(100, 200, 255, 0.92);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(100, 200, 255, 0.12), 0 16px 34px rgba(0, 0, 0, 0.2);
}
.custom-library-overlay,
.canvas-layer.asset-layer {
  overflow: visible;
}
.custom-library-overlay img,
.custom-library-overlay lottie-player,
.custom-library-overlay dotlottie-player,
.custom-library-overlay iconify-icon,
.custom-library-overlay .asset-fallback,
.custom-library-overlay .animated-asset-preview,
.custom-library-overlay .animated-preview-card,
.custom-library-overlay .rive-preview-card,
.custom-library-overlay .asset-visible-fallback,
.custom-library-overlay .asset-tint-layer,
.canvas-layer.asset-layer img,
.canvas-layer.asset-layer lottie-player,
.canvas-layer.asset-layer dotlottie-player,
.canvas-layer.asset-layer iconify-icon,
.canvas-layer.asset-layer .asset-fallback,
.canvas-layer.asset-layer .animated-asset-preview,
.canvas-layer.asset-layer .animated-preview-card,
.canvas-layer.asset-layer .rive-preview-card,
.canvas-layer.asset-layer .asset-visible-fallback,
.canvas-layer.asset-layer .asset-tint-layer {
  pointer-events: none;
}
.custom-library-overlay.animated-asset-overlay,
.canvas-layer.asset-layer {
  position: absolute;
}
.custom-library-overlay.animated-asset-overlay lottie-player,
.custom-library-overlay.animated-asset-overlay dotlottie-player,
.canvas-layer.asset-layer lottie-player,
.canvas-layer.asset-layer dotlottie-player {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.56;
  pointer-events: none;
}
.asset-visible-fallback {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.asset-visible-fallback.has-player {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.44);
}
.overlay-resize-handle,
.resize-handle {
  position: absolute;
  z-index: 30;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid rgba(7, 12, 19, 0.92);
  border-radius: 999px;
  background: #64c8ff;
  cursor: nwse-resize;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 0 2px rgba(100, 200, 255, 0.18);
  transition: opacity 0.14s ease, transform 0.14s ease;
}
.editable-overlay.selected .overlay-resize-handle,
.canvas-layer.active .resize-handle {
  opacity: 1;
  pointer-events: auto;
}
.overlay-resize-handle.handle-nw,
.resize-handle.handle-nw {
  top: -7px;
  right: auto;
  bottom: auto;
  left: -7px;
  cursor: nwse-resize;
}
.overlay-resize-handle.handle-n,
.resize-handle.handle-n {
  top: -7px;
  right: auto;
  bottom: auto;
  left: 50%;
  cursor: ns-resize;
  transform: translateX(-50%);
}
.overlay-resize-handle.handle-ne,
.resize-handle.handle-ne {
  top: -7px;
  right: -7px;
  bottom: auto;
  left: auto;
  cursor: nesw-resize;
}
.overlay-resize-handle.handle-e,
.resize-handle.handle-e {
  top: 50%;
  right: -7px;
  bottom: auto;
  left: auto;
  cursor: ew-resize;
  transform: translateY(-50%);
}
.overlay-resize-handle.handle-se,
.resize-handle.handle-se {
  right: -7px;
  bottom: -7px;
  cursor: nwse-resize;
}
.overlay-resize-handle.handle-s,
.resize-handle.handle-s {
  right: auto;
  bottom: -7px;
  left: 50%;
  cursor: ns-resize;
  transform: translateX(-50%);
}
.overlay-resize-handle.handle-sw,
.resize-handle.handle-sw {
  right: auto;
  bottom: -7px;
  left: -7px;
  cursor: nesw-resize;
}
.overlay-resize-handle.handle-w,
.resize-handle.handle-w {
  top: 50%;
  right: auto;
  bottom: auto;
  left: -7px;
  cursor: ew-resize;
  transform: translateY(-50%);
}
.overlay-delete-button,
.layer-delete {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 34;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 2px solid rgba(7, 12, 19, 0.92);
  border-radius: 999px;
  background: #ff6575;
  color: #fff;
  cursor: pointer;
  font-size: 0.7rem;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 10px 24px rgba(255, 101, 117, 0.28);
  transition: opacity 0.14s ease, transform 0.14s ease;
}
.editable-overlay.selected .overlay-delete-button,
.canvas-layer.active .layer-delete {
  opacity: 1;
  pointer-events: auto;
}
.overlay-delete-button:hover,
.layer-delete:hover,
.overlay-resize-handle:hover,
.resize-handle:hover {
  scale: 1.12;
}
.selected-overlay-panel,
.asset-library-panel {
  border-color: rgba(100, 200, 255, 0.14);
  background:
    linear-gradient(
      180deg,
      rgba(100, 200, 255, 0.055),
      rgba(255, 255, 255, 0.025));
}
:root[data-theme=light] .editable-overlay.selected,
:root[data-theme=light] .canvas-layer.active {
  outline-color: rgba(var(--accent-rgb), 0.86);
  box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.14), 0 16px 34px rgba(37, 50, 67, 0.2);
}
:root[data-theme=light] .overlay-resize-handle,
:root[data-theme=light] .resize-handle {
  border-color: #ffffff;
  background: var(--accent);
  box-shadow: 0 0 0 2px rgba(var(--accent-rgb), 0.2), 0 4px 12px rgba(37, 50, 67, 0.18);
}
:root[data-theme=light] .overlay-delete-button,
:root[data-theme=light] .layer-delete {
  border-color: #ffffff;
  box-shadow: 0 10px 24px rgba(var(--red-rgb), 0.22);
}
:root[data-theme=light] .selected-overlay-panel,
:root[data-theme=light] .asset-library-panel {
  border-color: rgba(var(--accent-rgb), 0.18);
  background:
    linear-gradient(
      180deg,
      rgba(var(--accent-rgb), 0.07),
      rgba(255, 255, 255, 0.88));
}
.main-content > app-upgrade {
  display: flex !important;
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.upgrade-page {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 20px 24px 56px;
  color: var(--text);
}
.upgrade-page .upgrade-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 14px;
  min-height: 166px;
  padding: 24px 190px;
  margin-bottom: 16px;
  border: 1px solid rgba(var(--text-rgb), 0.08);
  border-radius: 16px;
  background:
    linear-gradient(
      135deg,
      rgba(var(--accent-rgb), 0.12),
      transparent 34%),
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.86),
      rgba(var(--bg-rgb), 0.62));
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.upgrade-page .back-btn,
.upgrade-page .currency-toggle button,
.upgrade-page .btn-select {
  font: inherit;
}
.upgrade-page .back-btn {
  position: absolute;
  left: 20px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(var(--bg3-rgb), 0.58);
  color: var(--text2);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    transform var(--transition-fast),
    border-color var(--transition-fast),
    color var(--transition-fast);
}
.upgrade-page .back-btn:hover {
  color: var(--text);
  border-color: rgba(var(--accent-rgb), 0.5);
  transform: translateY(calc(-50% - 1px));
}
.upgrade-page .hero-copy {
  width: min(100%, 980px);
  text-align: center;
  min-width: 0;
}
.upgrade-page .hero-copy .eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 11px;
  font-family: var(--font-mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.upgrade-page .hero-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--text);
  text-wrap: balance;
}
.upgrade-page .hero-copy p {
  max-width: 680px;
  margin: 10px auto 0;
  color: var(--text3);
  font-size: 14px;
  line-height: 1.65;
}
.upgrade-page .hero-actions {
  position: absolute;
  right: 20px;
  top: 50%;
  display: flex;
  justify-content: flex-end;
  transform: translateY(-50%);
}
.upgrade-page .currency-toggle {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(var(--bg3-rgb), 0.55);
}
.upgrade-page .currency-toggle button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text3);
  font-weight: 800;
  cursor: pointer;
}
.upgrade-page .currency-toggle button span {
  font-size: 10px;
  letter-spacing: 0.08em;
}
.upgrade-page .currency-toggle button.active {
  background: var(--accent-gradient);
  color: #081019;
  box-shadow: 0 10px 24px rgba(var(--accent-rgb), 0.24);
}
.upgrade-page .upgrade-context {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: 12px;
  margin-bottom: 14px;
}
.upgrade-page .current-plan-banner,
.upgrade-page .upgrade-note,
.upgrade-page .checkout-message {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(var(--accent-rgb), 0.2);
  border-radius: 12px;
  background: rgba(var(--accent-rgb), 0.07);
  color: var(--text2);
}
.upgrade-page .current-plan-banner i,
.upgrade-page .upgrade-note i,
.upgrade-page .checkout-message i {
  color: var(--accent);
}
.upgrade-page .current-plan-banner span,
.upgrade-page .upgrade-note span,
.upgrade-page .checkout-message span {
  display: block;
  font-size: 11px;
  font-family: var(--font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text3);
}
.upgrade-page .current-plan-banner strong,
.upgrade-page .upgrade-note strong,
.upgrade-page .checkout-message strong {
  display: block;
  color: var(--text);
  font-size: 16px;
  margin-top: 2px;
}
.upgrade-page .current-plan-banner p,
.upgrade-page .upgrade-note p,
.upgrade-page .checkout-message p {
  margin: 0 0 0 auto;
  max-width: 560px;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}
.upgrade-page .upgrade-note {
  border-color: rgba(var(--accent2-rgb), 0.22);
  background: rgba(var(--accent2-rgb), 0.07);
}
.upgrade-page .upgrade-note i {
  color: var(--accent2);
}
.upgrade-page .upgrade-note span {
  font-family: inherit;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text2);
  line-height: 1.45;
}
.upgrade-page .checkout-message {
  justify-content: center;
  margin: 0 0 28px;
  min-height: 44px;
  position: relative;
  z-index: 2;
}
.upgrade-page .checkout-message span {
  font-family: inherit;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
}
.upgrade-page .checkout-message.error {
  border-color: rgba(var(--red-rgb), 0.26);
  background: rgba(var(--red-rgb), 0.08);
  color: var(--red);
}
.upgrade-page .checkout-message.status {
  border-color: rgba(var(--accent-rgb), 0.24);
}
.upgrade-page .plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.upgrade-page .plan-card {
  position: relative;
  display: flex;
  min-height: 548px;
  flex-direction: column;
  padding: 30px 20px 20px;
  overflow: visible;
  border: 1px solid rgba(var(--text-rgb), 0.08);
  border-radius: 16px;
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.92),
      rgba(var(--bg-rgb), 0.72)),
    radial-gradient(
      circle at 18% 0%,
      rgba(var(--accent-rgb), 0.1),
      transparent 38%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}
.upgrade-page .plan-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-top: 3px solid transparent;
  border-image: var(--accent-gradient) 1;
  opacity: 0.44;
  pointer-events: none;
}
.upgrade-page .plan-card.featured {
  border-color: rgba(var(--accent-rgb), 0.42);
  box-shadow: var(--shadow-lg), 0 0 40px rgba(var(--accent-rgb), 0.16);
}
.upgrade-page .plan-card.byok {
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.94),
      rgba(var(--bg-rgb), 0.74)),
    radial-gradient(
      circle at 70% 0%,
      rgba(var(--accent2-rgb), 0.14),
      transparent 40%);
}
.upgrade-page .plan-card.current {
  border-color: rgba(var(--accent2-rgb), 0.45);
}
.upgrade-page .plan-card h2 {
  margin: 16px 0 3px;
  font-size: 25px;
  line-height: 1.05;
  font-family: var(--font-display);
  letter-spacing: 0;
}
.upgrade-page .plan-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.upgrade-page .tier-label {
  font-size: 10px;
  font-family: var(--font-mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text3);
}
.upgrade-page .logic-pill,
.upgrade-page .plan-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(var(--accent-rgb), 0.11);
  color: var(--accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.upgrade-page .logic-pill.byok-pill {
  background: rgba(var(--accent2-rgb), 0.13);
  color: var(--accent2);
}
.upgrade-page .plan-card .plan-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--accent-gradient);
  color: #071017;
}
.upgrade-page .plan-card .current-badge {
  right: auto;
  left: 18px;
  background:
    linear-gradient(
      135deg,
      var(--accent2),
      #10b981);
}
.upgrade-page .subscription-name {
  margin: 0 0 16px;
  color: var(--text3);
  font-weight: 700;
}
.upgrade-page .description {
  min-height: 46px;
  margin: 0 0 18px;
  color: var(--text2);
  font-size: 13px;
  line-height: 1.55;
}
.upgrade-page .price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 12px;
}
.upgrade-page .price .amount {
  color: var(--text);
  font-size: 34px;
  font-weight: 950;
  letter-spacing: 0;
}
.upgrade-page .price .period {
  color: var(--text3);
  font-size: 13px;
}
.upgrade-page .action-note {
  margin: 0 0 16px;
  padding: 12px;
  border: 1px solid rgba(var(--text-rgb), 0.08);
  border-radius: 10px;
  background: rgba(var(--bg3-rgb), 0.46);
  color: var(--text2);
  font-size: 12.5px;
  line-height: 1.45;
}
.upgrade-page .features {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
}
.upgrade-page .features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text2);
  font-size: 13px;
  line-height: 1.42;
}
.upgrade-page .features .check-icon {
  color: var(--accent2);
  font-weight: 900;
}
.upgrade-page .btn-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
  margin-top: auto;
  padding: 0 14px;
  border: 1px solid rgba(var(--accent-rgb), 0.24);
  border-radius: 10px;
  background: rgba(var(--bg3-rgb), 0.72);
  color: var(--text);
  font-weight: 900;
  cursor: pointer;
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast),
    filter var(--transition-fast);
}
.upgrade-page .btn-select:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(var(--accent-rgb), 0.45);
}
.upgrade-page .btn-select:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}
.upgrade-page .featured .btn-select {
  background: var(--accent-gradient);
  color: #071017;
  box-shadow: 0 14px 26px rgba(var(--accent-rgb), 0.24);
}
.upgrade-page .featured .btn-select:hover:not(:disabled) {
  filter: brightness(1.05);
}
.upgrade-page .current .btn-select {
  border-color: rgba(var(--accent2-rgb), 0.36);
  color: var(--accent2);
}
:root[data-theme=light] .upgrade-page .currency-toggle button.active,
:root[data-theme=light] .upgrade-page .plan-card .plan-badge,
:root[data-theme=light] .upgrade-page .featured .btn-select {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(5, 12, 24, 0.32);
}
:root[data-theme=light] .upgrade-page .currency-toggle button.active span,
:root[data-theme=light] .upgrade-page .plan-card .plan-badge *,
:root[data-theme=light] .upgrade-page .featured .btn-select * {
  color: inherit !important;
}
:root[data-theme=light] .upgrade-page .btn-select {
  color: #ffffff !important;
  background:
    linear-gradient(
      135deg,
      #1d4ed8 0%,
      #0f766e 100%) !important;
  border-color: rgba(29, 78, 216, 0.22);
  text-shadow: 0 1px 2px rgba(5, 12, 24, 0.34);
  box-shadow: 0 12px 24px rgba(29, 78, 216, 0.18);
}
:root[data-theme=light] .upgrade-page .btn-select:hover:not(:disabled) {
  filter: brightness(1.04);
  border-color: rgba(15, 118, 110, 0.36);
}
:root[data-theme=light] .upgrade-page .current .btn-select:disabled {
  color: #ffffff !important;
  background:
    linear-gradient(
      135deg,
      #64748b 0%,
      #334155 100%) !important;
}
.upgrade-page .btn-spinner,
.upgrade-page .loader-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: upgrade-spin 0.75s linear infinite;
}
.upgrade-page .loader {
  display: grid;
  place-items: center;
  gap: 14px;
  min-height: 360px;
  color: var(--text3);
}
.upgrade-page .loader-spinner {
  width: 38px;
  height: 38px;
  color: var(--accent);
}
@keyframes upgrade-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1180px) {
  .upgrade-page .plans-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
  .upgrade-page .upgrade-context {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .upgrade-page {
    padding: 18px 14px 40px;
  }
  .upgrade-page .upgrade-hero {
    grid-template-columns: 1fr;
    justify-items: stretch;
    min-height: 0;
    padding: 18px;
  }
  .upgrade-page .back-btn,
  .upgrade-page .hero-actions {
    position: static;
    transform: none;
  }
  .upgrade-page .back-btn:hover {
    transform: translateY(-1px);
  }
  .upgrade-page .hero-copy {
    text-align: left;
  }
  .upgrade-page .hero-actions {
    justify-content: flex-start;
  }
  .upgrade-page .plans-grid {
    grid-template-columns: 1fr;
  }
  .upgrade-page .current-plan-banner {
    align-items: flex-start;
    flex-direction: column;
  }
  .upgrade-page .current-plan-banner p {
    margin-left: 0;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .main-content > app-upgrade {
    overflow-y: auto !important;
  }
  .upgrade-page {
    padding: 8px 8px calc(12px + env(safe-area-inset-bottom));
  }
  .upgrade-page .upgrade-hero {
    min-height: 54px;
    margin-bottom: 8px;
    padding: 10px;
    border-radius: 8px;
    gap: 8px;
  }
  .upgrade-page .back-btn,
  .upgrade-page .hero-actions {
    position: static;
    transform: none;
  }
  .upgrade-page .back-btn {
    min-height: 30px;
    width: fit-content;
    padding: 0 9px;
    border-radius: 8px;
    font-size: 10.5px;
  }
  .upgrade-page .hero-copy {
    text-align: left;
  }
  .upgrade-page .hero-copy .eyebrow {
    margin-bottom: 3px;
    font-size: 8.5px;
    letter-spacing: 0;
  }
  .upgrade-page .hero-copy h1 {
    font-size: 16px;
    line-height: 1.15;
  }
  .upgrade-page .hero-copy p {
    display: -webkit-box;
    max-width: none;
    margin-top: 4px;
    font-size: 10.5px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .upgrade-page .hero-actions {
    justify-content: flex-start;
  }
  .upgrade-page .currency-toggle {
    padding: 3px;
    border-radius: 8px;
  }
  .upgrade-page .currency-toggle button {
    min-height: 28px;
    padding: 0 8px;
    border-radius: 7px;
    font-size: 10px;
  }
  .upgrade-page .upgrade-context,
  .upgrade-page .plans-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .upgrade-page .current-plan-banner,
  .upgrade-page .plan-card {
    padding: 10px;
    border-radius: 8px;
  }
  .upgrade-page .plan-card {
    min-height: 0;
    gap: 8px;
  }
  .upgrade-page .plan-card h2 {
    font-size: 15px;
  }
  .upgrade-page .plan-price {
    font-size: 22px;
    line-height: 1.05;
  }
  .upgrade-page .feature-list {
    gap: 6px;
    margin-bottom: 12px;
  }
  .upgrade-page .feature-list li {
    gap: 7px;
    font-size: 11px;
    line-height: 1.3;
  }
  .upgrade-page .btn-select {
    min-height: 34px;
    border-radius: 8px;
    font-size: 11px;
  }
}
.manual-scan-action {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  min-width: 0;
}
.manual-scan-action small {
  max-width: 220px;
  overflow: hidden;
  color: var(--text3);
  font-size: 10.5px;
  font-weight: 750;
  line-height: 1.25;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.manual-scan-action small.is-disabled {
  color: var(--amber);
}
.manual-scan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  max-width: 100%;
  padding: 9px 14px;
  border: 1px solid rgba(var(--accent-rgb), 0.32);
  border-radius: 8px;
  color: #07111e;
  background:
    linear-gradient(
      135deg,
      var(--accent),
      var(--accent2));
  box-shadow: 0 12px 24px rgba(var(--accent-rgb), 0.14);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 0.16s ease,
    opacity 0.16s ease,
    border-color 0.16s ease;
}
.manual-scan-button:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(var(--accent2-rgb), 0.48);
}
.manual-scan-button:disabled {
  cursor: not-allowed;
  opacity: 0.54;
  transform: none;
  box-shadow: none;
}
.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15;
}
.emoji-mart {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #222427;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}
.emoji-mart .emoji-mart-emoji {
  padding: 6px;
}
.emoji-mart-bar {
  border: 0 solid #d9d9d9;
}
.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.emoji-mart-anchors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 6px;
  line-height: 0;
}
.emoji-mart-anchor {
  position: relative;
  display: block;
  flex: 1 1 auto;
  color: #858585;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color 0.1s ease-out;
  margin: 0;
  box-shadow: none;
  background: none;
  border: none;
}
.emoji-mart-anchor:focus {
  outline: 0;
}
.emoji-mart-anchor:hover,
.emoji-mart-anchor:focus,
.emoji-mart-anchor-selected {
  color: #464646;
}
.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0;
}
.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #464646;
}
.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}
.emoji-mart-anchors svg,
.emoji-mart-anchors img {
  fill: currentColor;
  height: 18px;
}
.emoji-mart-scroll {
  overflow-y: scroll;
  height: 270px;
  padding: 0 6px 6px 6px;
  will-change: transform;
}
.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
  position: relative;
}
.emoji-mart-search input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 25px 6px 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  outline: 0;
}
.emoji-mart-search input,
.emoji-mart-search input::-webkit-search-decoration,
.emoji-mart-search input::-webkit-search-cancel-button,
.emoji-mart-search input::-webkit-search-results-button,
.emoji-mart-search input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.emoji-mart-search-icon {
  position: absolute;
  top: 3px;
  right: 11px;
  z-index: 2;
  padding: 2px 5px 1px;
  border: none;
  background: none;
}
.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
  cursor: default;
}
.emoji-mart-category .emoji-mart-emoji:hover:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 100%;
}
.emoji-mart-category-label {
  z-index: 2;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.emoji-mart-category-label span {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
}
.emoji-mart-category-list {
  margin: 0;
  padding: 0;
}
.emoji-mart-category-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.emoji-mart-emoji-native {
  font-family:
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Segoe UI",
    "Apple Color Emoji",
    "Twemoji Mozilla",
    "Noto Color Emoji",
    "Android Emoji";
}
.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: #858585;
}
.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}
.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: 0.2em;
}
.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none;
}
.emoji-mart-preview {
  position: relative;
  height: 70px;
}
.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.emoji-mart-preview-emoji {
  left: 12px;
}
.emoji-mart-preview-data {
  left: 68px;
  right: 12px;
  word-break: break-all;
}
.emoji-mart-preview-skins {
  right: 30px;
  text-align: right;
}
.emoji-mart-preview-skins.custom {
  right: 10px;
  text-align: right;
}
.emoji-mart-preview-name {
  font-size: 14px;
}
.emoji-mart-preview-shortname {
  font-size: 12px;
  color: #888;
}
.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
  margin-left: 0.5em;
}
.emoji-mart-preview-emoticon {
  font-size: 11px;
  color: #bbb;
}
.emoji-mart-title span {
  display: inline-block;
  vertical-align: middle;
}
.emoji-mart-title .emoji-mart-emoji {
  padding: 0;
}
.emoji-mart-title-label {
  color: #999A9C;
  font-size: 26px;
  font-weight: 300;
}
.emoji-mart-skin-swatches {
  font-size: 0;
  padding: 2px 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
}
.emoji-mart-skin-swatches.custom {
  font-size: 0;
  border: none;
  background-color: #fff;
}
.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px;
}
.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after {
  opacity: 0.75;
}
.emoji-mart-skin-swatch {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  transition-property: width, padding;
  transition-duration: 0.125s;
  transition-timing-function: ease-out;
}
.emoji-mart-skin-swatch:nth-child(1) {
  transition-delay: 0s;
}
.emoji-mart-skin-swatch:nth-child(2) {
  transition-delay: 0.03s;
}
.emoji-mart-skin-swatch:nth-child(3) {
  transition-delay: 0.06s;
}
.emoji-mart-skin-swatch:nth-child(4) {
  transition-delay: 0.09s;
}
.emoji-mart-skin-swatch:nth-child(5) {
  transition-delay: 0.12s;
}
.emoji-mart-skin-swatch:nth-child(6) {
  transition-delay: 0.15s;
}
.emoji-mart-skin-swatch.selected {
  position: relative;
  width: 16px;
  padding: 0 2px;
}
.emoji-mart-skin-swatch.selected:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #fff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.emoji-mart-skin-swatch.custom {
  display: inline-block;
  width: 0;
  height: 38px;
  overflow: hidden;
  vertical-align: middle;
  transition-property: width, height;
  transition-duration: 0.125s;
  transition-timing-function: ease-out;
  cursor: default;
}
.emoji-mart-skin-swatch.custom.selected {
  position: relative;
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}
.emoji-mart-skin-swatch.custom.selected:after {
  content: "";
  width: 0;
  height: 0;
}
.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover {
  background-color: #f4f4f4;
  border-radius: 10%;
}
.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom {
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}
.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after {
  opacity: 0.75;
}
.emoji-mart-skin-text.opened {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #888;
  font-size: 11px;
  padding: 5px 2px;
  width: 95px;
  height: 40px;
  border-radius: 10%;
  background-color: #fff;
}
.emoji-mart-skin {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  max-width: 12px;
  border-radius: 100%;
}
.emoji-mart-skin-tone-1 {
  background-color: #ffc93a;
}
.emoji-mart-skin-tone-2 {
  background-color: #fadcbc;
}
.emoji-mart-skin-tone-3 {
  background-color: #e0bb95;
}
.emoji-mart-skin-tone-4 {
  background-color: #bf8f68;
}
.emoji-mart-skin-tone-5 {
  background-color: #9b643d;
}
.emoji-mart-skin-tone-6 {
  background-color: #594539;
}
.emoji-mart-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.emoji-mart-dark {
  color: #fff;
  border-color: #555453;
  background-color: #222;
}
.emoji-mart-dark .emoji-mart-bar {
  border-color: #555453;
}
.emoji-mart-dark .emoji-mart-search input {
  color: #fff;
  border-color: #555453;
  background-color: #2f2f2f;
}
.emoji-mart-dark .emoji-mart-search-icon svg {
  fill: #fff;
}
.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before {
  background-color: #444;
}
.emoji-mart-dark .emoji-mart-category-label span {
  background-color: #222;
  color: #fff;
}
.emoji-mart-dark .emoji-mart-skin-swatches {
  border-color: #555453;
  background-color: #222;
}
.emoji-mart-dark .emoji-mart-anchor:hover,
.emoji-mart-dark .emoji-mart-anchor:focus,
.emoji-mart-dark .emoji-mart-anchor-selected {
  color: #bfbfbf;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
body {
  margin: 0;
  background:
    linear-gradient(
      180deg,
      rgba(var(--accent-rgb), 0.08),
      transparent 280px),
    linear-gradient(
      135deg,
      rgba(var(--accent2-rgb), 0.06),
      transparent 45%),
    linear-gradient(
      180deg,
      rgba(var(--bg3-rgb), 0.72),
      rgba(var(--bg-rgb), 1) 48%),
    var(--bg);
  color: var(--text);
  font-family: var(--font-ui);
  font-size: 14px;
  line-height: 1.55;
  overflow-x: hidden;
  overflow-y: auto;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.025;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: overlay;
}
button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 2px;
}
:focus:not(:focus-visible) {
  outline: none;
}
button {
  cursor: pointer;
  border: none;
  background: none;
}
a {
  color: inherit;
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: var(--border2);
  border: 2px solid transparent;
  border-radius: 999px;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--text3);
}
.font-syne {
  font-family: var(--font-display);
}
.font-mono {
  font-family: var(--font-mono);
}
.text-gradient {
  background:
    linear-gradient(
      135deg,
      var(--accent),
      var(--accent2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.app-layout {
  display: flex;
  height: calc(100vh - var(--topbar));
  margin-top: var(--topbar);
  overflow: hidden;
}
.main-content {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.main-content > :not(router-outlet) {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.screen {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  animation: fadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .screen {
    animation: none;
  }
}
.glass-card {
  background: rgba(15, 17, 26, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.glass-card:hover {
  transform: translateY(-2px);
  border-color: rgba(84, 166, 255, 0.2);
  box-shadow: 0 12px 40px 0 rgba(84, 166, 255, 0.08);
}
.pipeline-tabs {
  display: flex;
  gap: 8px;
  background: rgba(15, 17, 26, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 6px;
  width: fit-content;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  flex-wrap: wrap;
}
.pipeline-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  background: transparent;
  color: var(--text3, #8d9caf);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.pipeline-tab i {
  font-size: 14px;
  opacity: 0.8;
}
.pipeline-tab:hover {
  color: var(--text, #ffffff);
  background: rgba(255, 255, 255, 0.05);
}
.pipeline-tab.active {
  background:
    linear-gradient(
      135deg,
      rgba(84, 166, 255, 0.15),
      rgba(167, 139, 250, 0.15));
  color: var(--accent, #54a6ff);
  border: 1px solid rgba(84, 166, 255, 0.25);
  box-shadow: 0 4px 15px rgba(84, 166, 255, 0.1);
}
:root[data-theme=light],
:root[data-theme=light] body {
  background-color: var(--bg);
  color: var(--text);
}
:root[data-theme=light] .glass-card {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.94),
      rgba(255, 255, 255, 0.86)) !important;
  border: 1px solid rgba(27, 39, 55, 0.12) !important;
  box-shadow: 0 10px 28px rgba(37, 50, 67, 0.08) !important;
}
:root[data-theme=light] .pipeline-tabs {
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(27, 39, 55, 0.12) !important;
}
:root[data-theme=light] .pipeline-tab:hover {
  background: rgba(29, 78, 216, 0.08) !important;
  color: var(--text) !important;
}
:root[data-theme=light] .glass-input {
  background: rgba(255, 255, 255, 0.85) !important;
  border: 1px solid rgba(27, 39, 55, 0.16) !important;
  color: var(--text) !important;
}
:root[data-theme=light] .glass-input:focus {
  background: rgba(255, 255, 255, 0.95) !important;
}
:root[data-theme=light] .btn-soft {
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(27, 39, 55, 0.12) !important;
  color: var(--text2) !important;
}
:root[data-theme=light] .btn-soft:hover {
  background: rgba(29, 78, 216, 0.08) !important;
  color: var(--text) !important;
}
:root[data-theme=light] .user-dropdown,
:root[data-theme=light] .pipeline-dropdown {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(27, 39, 55, 0.12) !important;
  box-shadow: 0 14px 32px rgba(37, 50, 67, 0.16) !important;
}
:root[data-theme=light] .user-dropdown .dropdown-divider,
:root[data-theme=light] .pipeline-dropdown .dropdown-divider {
  background: rgba(27, 39, 55, 0.1) !important;
}
:root[data-theme=light] .user-dropdown .dropdown-item:hover,
:root[data-theme=light] .pipeline-dropdown .dropdown-item:hover {
  background: rgba(29, 78, 216, 0.08) !important;
}
:root[data-theme=light] .lang-select-input {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(27, 39, 55, 0.16) !important;
  color: var(--text) !important;
}
:root[data-theme=light] .lang-select-input option {
  background: #ffffff !important;
  color: #17202c !important;
}
:root[data-theme=light] .btn-primary,
:root[data-theme=light] .manual-scan-button,
:root[data-theme=light] .recommendation-create-btn,
:root[data-theme=light] .trend-primary-action,
:root[data-theme=light] .trend-create-tabs button.active,
:root[data-theme=light] .trend-idea-preview__icon,
:root[data-theme=light] .teach-send-btn,
:root[data-theme=light] .teach-message.user .teach-bubble,
:root[data-theme=light] .upgrade-page .featured .btn-select,
:root[data-theme=light] .upgrade-page .tier-card.featured .btn-select,
:root[data-theme=light] .upgrade-page .billing-toggle button.active,
:root[data-theme=light] .upgrade-page .currency-toggle button.active,
:root[data-theme=light] .social-island .btn-primary,
:root[data-theme=light] .memory-page .teach-send-btn {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(5, 12, 24, 0.32);
}
:root[data-theme=light] .btn-primary i,
:root[data-theme=light] .btn-primary span,
:root[data-theme=light] .manual-scan-button i,
:root[data-theme=light] .manual-scan-button span,
:root[data-theme=light] .recommendation-create-btn i,
:root[data-theme=light] .recommendation-create-btn span,
:root[data-theme=light] .trend-primary-action i,
:root[data-theme=light] .trend-primary-action span,
:root[data-theme=light] .trend-create-tabs button.active i,
:root[data-theme=light] .trend-create-tabs button.active span,
:root[data-theme=light] .upgrade-page .featured .btn-select i,
:root[data-theme=light] .upgrade-page .featured .btn-select span,
:root[data-theme=light] .upgrade-page .billing-toggle button.active i,
:root[data-theme=light] .upgrade-page .currency-toggle button.active i,
:root[data-theme=light] .social-island .btn-primary i,
:root[data-theme=light] .social-island .btn-primary span {
  color: inherit !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}
.screen-header {
  min-height: 76px;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--border);
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg2-rgb), 0.88),
      rgba(var(--bg2-rgb), 0.68)),
    color-mix(in srgb, var(--bg2) 80%, transparent);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  position: relative;
  z-index: 10;
}
.screen-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(var(--accent-rgb), 0.15),
      transparent);
  opacity: 0;
  transition: opacity var(--transition-base);
}
.screen-header:hover::after {
  opacity: 1;
}
.header-content {
  min-width: 0;
}
.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.screen-container {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 24px 28px 36px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  transition: background var(--transition-fast), border-color var(--transition-fast);
}
th {
  color: var(--text3);
  font: 800 11px/1 var(--font-mono);
  text-transform: uppercase;
  background:
    linear-gradient(
      180deg,
      rgba(var(--bg-rgb), 0.3),
      transparent);
}
tbody tr {
  transition: background var(--transition-fast);
}
tbody tr:hover {
  background: rgba(var(--accent-rgb), 0.04);
}
tbody tr:active {
  background: rgba(var(--accent-rgb), 0.08);
}
@media (max-width: 1000px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.show-on-mobile {
  display: none !important;
}
@media (max-width: 1000px) {
  .show-on-mobile {
    display: inline-block !important;
  }
}
.emoji-mart {
  font-family: inherit !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px !important;
  background: rgba(15, 17, 26, 0.96) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.65) !important;
  color: #ffffff !important;
  width: 100% !important;
}
.emoji-mart-search {
  padding: 10px 12px 6px 12px !important;
}
.emoji-mart-search input {
  background: rgba(0, 0, 0, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  padding: 8px 12px !important;
  outline: none !important;
  font-size: 0.85rem !important;
}
.emoji-mart-search input::placeholder {
  color: rgba(255, 255, 255, 0.35) !important;
}
.emoji-mart-category-label span {
  background: rgba(15, 17, 26, 0.98) !important;
  color: #94a3b8 !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}
.emoji-mart-category-icons {
  display: flex !important;
  justify-content: space-around !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  padding: 8px 0 !important;
  background: rgba(0, 0, 0, 0.2) !important;
}
.emoji-mart-bar {
  border-color: rgba(255, 255, 255, 0.06) !important;
}
.emoji-mart-anchor {
  color: #64748b !important;
  transition: all 0.2s !important;
  padding: 6px 10px !important;
}
.emoji-mart-anchor:hover {
  color: #a5b4fc !important;
}
.emoji-mart-anchor-selected {
  color: #6366f1 !important;
  border-bottom-color: #6366f1 !important;
}
.emoji-mart-skin-swatches {
  background: transparent !important;
  border: none !important;
}
.emoji-mart-scroll {
  background: rgba(0, 0, 0, 0.1) !important;
  height: 220px !important;
}
.emoji-mart-preview {
  display: none !important;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bg) !important;
}
::-webkit-scrollbar-thumb {
  background: var(--border) !important;
  border-radius: 4px !important;
  border: 2px solid var(--bg) !important;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--accent) !important;
}
input:focus,
textarea:focus,
select:focus,
.p-inputtext:focus {
  outline: none !important;
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 2px rgba(var(--accent-rgb), 0.15) !important;
}
.p-dropdown-panel,
.p-multiselect-panel,
.p-autocomplete-panel,
.p-datepicker {
  background: var(--bg2) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow) !important;
}
.p-dropdown-panel .p-dropdown-items,
.p-dropdown-panel .p-multiselect-items,
.p-multiselect-panel .p-dropdown-items,
.p-multiselect-panel .p-multiselect-items,
.p-autocomplete-panel .p-dropdown-items,
.p-autocomplete-panel .p-multiselect-items,
.p-datepicker .p-dropdown-items,
.p-datepicker .p-multiselect-items {
  background: transparent !important;
}
.p-dropdown-panel .p-dropdown-item,
.p-dropdown-panel .p-multiselect-item,
.p-multiselect-panel .p-dropdown-item,
.p-multiselect-panel .p-multiselect-item,
.p-autocomplete-panel .p-dropdown-item,
.p-autocomplete-panel .p-multiselect-item,
.p-datepicker .p-dropdown-item,
.p-datepicker .p-multiselect-item {
  color: var(--text2) !important;
}
.p-dropdown-panel .p-dropdown-item:hover,
.p-dropdown-panel .p-dropdown-item.p-highlight,
.p-dropdown-panel .p-multiselect-item:hover,
.p-dropdown-panel .p-multiselect-item.p-highlight,
.p-multiselect-panel .p-dropdown-item:hover,
.p-multiselect-panel .p-dropdown-item.p-highlight,
.p-multiselect-panel .p-multiselect-item:hover,
.p-multiselect-panel .p-multiselect-item.p-highlight,
.p-autocomplete-panel .p-dropdown-item:hover,
.p-autocomplete-panel .p-dropdown-item.p-highlight,
.p-autocomplete-panel .p-multiselect-item:hover,
.p-autocomplete-panel .p-multiselect-item.p-highlight,
.p-datepicker .p-dropdown-item:hover,
.p-datepicker .p-dropdown-item.p-highlight,
.p-datepicker .p-multiselect-item:hover,
.p-datepicker .p-multiselect-item.p-highlight {
  background: var(--bg3) !important;
  color: var(--text) !important;
}
.surface-card,
.p-card {
  background: var(--bg2) !important;
  color: var(--text) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow) !important;
}
.surface-ground {
  background: var(--bg) !important;
}
.surface-section {
  background: var(--bg2) !important;
}
.surface-hover {
  background: var(--bg3) !important;
  color: var(--text2) !important;
  border-color: var(--border) !important;
  transition: background var(--transition-fast), color var(--transition-fast) !important;
}
.surface-hover:hover {
  background: var(--bg4) !important;
  color: var(--text) !important;
}
.surface-border {
  border-color: var(--border) !important;
}
.text-900 {
  color: var(--text) !important;
}
.text-800 {
  color: var(--text2) !important;
}
.text-700 {
  color: var(--text2) !important;
}
.text-600 {
  color: var(--text3) !important;
}
.text-500 {
  color: var(--text3) !important;
}
.text-400 {
  color: var(--muted) !important;
}
.text-color-secondary {
  color: var(--text3) !important;
}
.text-indigo-400,
.text-indigo-300 {
  color: var(--accent) !important;
}
.text-blue-400,
.text-blue-300 {
  color: var(--accent2) !important;
}
.text-orange-400,
.text-orange-300 {
  color: var(--amber) !important;
}
.text-green-400,
.text-green-300 {
  color: var(--green) !important;
}
.text-red-400,
.text-red-300 {
  color: var(--red) !important;
}
.text-gray-400,
.text-gray-300 {
  color: var(--text3) !important;
}
.bg-indigo-900,
.bg-indigo-950,
.bg-indigo-900-opacity,
.bg-indigo-950-opacity {
  background: rgba(var(--accent-rgb), 0.12) !important;
  color: var(--accent) !important;
}
.bg-indigo-600,
.bg-indigo-500 {
  background: var(--accent) !important;
  color: var(--bg) !important;
}
.bg-blue-900,
.bg-blue-950,
.bg-blue-900-opacity,
.bg-blue-950-opacity {
  background: rgba(var(--accent2-rgb), 0.12) !important;
  color: var(--accent2) !important;
}
.bg-orange-900,
.bg-orange-950,
.bg-orange-900-opacity,
.bg-orange-950-opacity {
  background: rgba(var(--amber-rgb), 0.12) !important;
  color: var(--amber) !important;
}
.bg-green-900,
.bg-green-950,
.bg-green-900-opacity,
.bg-green-950-opacity {
  background: rgba(var(--green-rgb), 0.12) !important;
  color: var(--green) !important;
}
.bg-red-900,
.bg-red-950,
.bg-red-900-opacity,
.bg-red-950-opacity {
  background: rgba(var(--red-rgb), 0.12) !important;
  color: var(--red) !important;
}
.bg-gray-800,
.bg-gray-900 {
  background: var(--bg3) !important;
  color: var(--text3) !important;
}
.border-indigo-900,
.border-indigo-800 {
  border-color: rgba(var(--accent-rgb), 0.25) !important;
}
.border-blue-900,
.border-blue-800 {
  border-color: rgba(var(--accent2-rgb), 0.25) !important;
}
.border-orange-900,
.border-orange-800 {
  border-color: rgba(var(--amber-rgb), 0.25) !important;
}
.border-green-900,
.border-green-800 {
  border-color: rgba(var(--green-rgb), 0.25) !important;
}
.border-red-900,
.border-red-800 {
  border-color: rgba(var(--red-rgb), 0.25) !important;
}
.bg-indigo-900.text-indigo-300 {
  background: rgba(var(--accent-rgb), 0.15) !important;
  color: var(--accent) !important;
}
.bg-blue-900.text-blue-300 {
  background: rgba(var(--accent2-rgb), 0.15) !important;
  color: var(--accent2) !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
