/* [project]/components/Footer.module.css [app-client] (css) */
.Footer-module__EZoWya__footer {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #0b0b0bf2;
  border-top: 1px solid #e6c15a33;
  padding: 60px 8% 30px;
  position: relative;
}

.Footer-module__EZoWya__container {
  max-width: 1200px;
  margin: 0 auto;
}

.Footer-module__EZoWya__footerContent {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 50px;
  display: grid;
}

.Footer-module__EZoWya__footerSection {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.Footer-module__EZoWya__footerTitle {
  color: #e6c15a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
}

.Footer-module__EZoWya__footerDescription {
  color: #e8e8e8;
  opacity: .9;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.Footer-module__EZoWya__footerTagline {
  color: #e6c15a;
  opacity: .8;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.Footer-module__EZoWya__footerContact {
  margin: 0;
}

.Footer-module__EZoWya__contactEmail {
  color: #e6c15a;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.Footer-module__EZoWya__contactEmail:hover {
  color: #ffd777;
  opacity: 1;
  transform: translateX(4px);
}

.Footer-module__EZoWya__sectionTitle {
  color: #e6c15a;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.Footer-module__EZoWya__footerLinks {
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.Footer-module__EZoWya__footerLinks li a {
  color: #e8e8e8;
  opacity: .8;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
}

.Footer-module__EZoWya__footerLinks li a:hover {
  color: #e6c15a;
  opacity: 1;
  padding-left: 4px;
}

.Footer-module__EZoWya__footerBottom {
  text-align: center;
  border-top: 1px solid #e6c15a1a;
  padding-top: 40px;
}

.Footer-module__EZoWya__goldLine {
  background: linear-gradient(90deg, #ffd77800, #ffd86b, #ffb700, #ffd86b, #ffd77800);
  border-radius: 10px;
  width: 200px;
  height: 2px;
  margin: 0 auto 30px;
  box-shadow: 0 0 10px #ffb700e6, 0 0 25px #ffb70099;
}

.Footer-module__EZoWya__copyright {
  color: #e8e8e8;
  opacity: .8;
  margin-bottom: 12px;
  font-size: 14px;
}

.Footer-module__EZoWya__disclaimer {
  color: #e6c15a;
  opacity: .7;
  font-size: 12px;
  font-style: italic;
}

@media (max-width: 1024px) {
  .Footer-module__EZoWya__footer {
    padding: 55px 6% 28px;
  }

  .Footer-module__EZoWya__footerContent {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
}

@media (max-width: 768px) {
  .Footer-module__EZoWya__footer {
    padding: 50px 5% 25px;
  }

  .Footer-module__EZoWya__footerContent {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }

  .Footer-module__EZoWya__footerTitle {
    font-size: 20px;
  }

  .Footer-module__EZoWya__footerDescription {
    font-size: 15px;
  }

  .Footer-module__EZoWya__footerTagline {
    font-size: 13px;
  }

  .Footer-module__EZoWya__sectionTitle {
    font-size: 16px;
  }

  .Footer-module__EZoWya__footerLinks li a {
    font-size: 14px;
  }

  .Footer-module__EZoWya__goldLine {
    width: 150px;
  }

  .Footer-module__EZoWya__copyright {
    font-size: 13px;
  }

  .Footer-module__EZoWya__disclaimer {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .Footer-module__EZoWya__footer {
    padding: 40px 4% 20px;
  }

  .Footer-module__EZoWya__footerContent {
    gap: 25px;
    margin-bottom: 35px;
  }

  .Footer-module__EZoWya__footerTitle {
    font-size: 18px;
  }

  .Footer-module__EZoWya__footerDescription {
    font-size: 14px;
  }

  .Footer-module__EZoWya__footerTagline {
    font-size: 12px;
  }

  .Footer-module__EZoWya__sectionTitle {
    font-size: 15px;
  }

  .Footer-module__EZoWya__footerLinks {
    gap: 10px;
  }

  .Footer-module__EZoWya__footerLinks li a {
    font-size: 13px;
  }

  .Footer-module__EZoWya__footerBottom {
    padding-top: 30px;
  }

  .Footer-module__EZoWya__goldLine {
    width: 120px;
    margin-bottom: 24px;
  }

  .Footer-module__EZoWya__copyright {
    font-size: 12px;
  }

  .Footer-module__EZoWya__disclaimer {
    font-size: 10px;
  }
}

@media (max-width: 360px) {
  .Footer-module__EZoWya__footer {
    padding: 35px 3% 18px;
  }

  .Footer-module__EZoWya__footerTitle {
    font-size: 16px;
  }

  .Footer-module__EZoWya__sectionTitle {
    font-size: 14px;
  }
}

/* [project]/app/license/page.module.css [app-client] (css) */
.page-module__Sy6m5G__page {
  color: #e8e8e8;
  background: #0b0b0b;
  min-height: 100vh;
  padding: 120px 8% 60px;
  overflow-x: clip;
}

.page-module__Sy6m5G__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-module__Sy6m5G__logoContainer {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  animation: .8s ease-out page-module__Sy6m5G__fadeInDown;
  display: flex;
}

@keyframes page-module__Sy6m5G__fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-module__Sy6m5G__logoContainer img {
  filter: drop-shadow(0 0 20px #e6c15a99) drop-shadow(0 0 40px #ffd77766) drop-shadow(0 0 60px #e6c15a33);
  max-width: 180px;
  height: auto;
  animation: 2s ease-in-out infinite page-module__Sy6m5G__glowPulse;
}

@keyframes page-module__Sy6m5G__glowPulse {
  0%, 100% {
    filter: drop-shadow(0 0 20px #e6c15a99) drop-shadow(0 0 40px #ffd77766) drop-shadow(0 0 60px #e6c15a33);
  }

  50% {
    filter: drop-shadow(0 0 30px #e6c15acc) drop-shadow(0 0 50px #ffd77799) drop-shadow(0 0 70px #e6c15a66);
  }
}

.page-module__Sy6m5G__backButton {
  color: #e6c15a;
  opacity: .9;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.page-module__Sy6m5G__backButton:hover {
  opacity: 1;
  color: #ffd777;
  transform: translateX(-4px);
}

.page-module__Sy6m5G__title {
  color: #e6c15a;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
}

.page-module__Sy6m5G__subtitle {
  text-align: center;
  color: #e8e8e8;
  opacity: .8;
  margin-bottom: 50px;
  font-size: 18px;
}

.page-module__Sy6m5G__card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #e6c15a0d;
  border: 1px solid #e6c15a33;
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 40px 30px;
  transition: all .3s;
  position: relative;
  box-shadow: 0 10px 40px #00000059;
}

.page-module__Sy6m5G__card:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #0000, #e6c15a59, #e6c15a, #ffd777d9, #e6c15a, #e6c15a59, #0000);
  border-radius: 12px 12px 0 0;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.page-module__Sy6m5G__card:hover {
  border-color: #e6c15a66;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px #e6c15a33;
}

.page-module__Sy6m5G__cardTitle {
  color: #ffd777;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.page-module__Sy6m5G__subsectionTitle {
  color: #ffd777;
  opacity: .9;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.page-module__Sy6m5G__card p {
  color: #e8e8e8;
  opacity: .9;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.8;
}

.page-module__Sy6m5G__card ol, .page-module__Sy6m5G__card ul {
  margin-bottom: 15px;
  margin-left: 20px;
}

.page-module__Sy6m5G__card ol li, .page-module__Sy6m5G__card ul li {
  color: #e8e8e8;
  opacity: .9;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.8;
}

.page-module__Sy6m5G__card ol li {
  list-style-type: decimal;
}

.page-module__Sy6m5G__card ul li {
  list-style-type: disc;
}

.page-module__Sy6m5G__licenseBox {
  background: #0b0b0b66;
  border: 1px solid #e6c15a4d;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 25px;
}

.page-module__Sy6m5G__licenseType {
  color: #e6c15a;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.page-module__Sy6m5G__licenseDescription {
  color: #e8e8e8;
  opacity: .9;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.8;
}

.page-module__Sy6m5G__licenseFeatures ul {
  margin-left: 20px;
}

.page-module__Sy6m5G__licenseFeatures li {
  color: #e8e8e8;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.8;
}

.page-module__Sy6m5G__infoBox {
  background: #0b0b0b66;
  border: 1px solid #e6c15a4d;
  border-radius: 8px;
  margin: 20px 0;
  padding: 20px;
}

.page-module__Sy6m5G__infoTitle {
  color: #e6c15a;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.page-module__Sy6m5G__infoBox ul {
  margin-left: 20px;
}

.page-module__Sy6m5G__warningBox {
  background: #ffb7001a;
  border-left: 3px solid #e6c15a;
  border-radius: 4px;
  margin: 20px 0;
  padding: 20px;
}

.page-module__Sy6m5G__warningBox p {
  margin-bottom: 15px;
}

.page-module__Sy6m5G__warningBox strong {
  color: #e6c15a;
}

.page-module__Sy6m5G__warningBox ul {
  margin-left: 20px;
}

.page-module__Sy6m5G__link {
  color: #e6c15a;
  text-decoration: none;
  transition: all .3s;
}

.page-module__Sy6m5G__link:hover {
  color: #ffd777;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .page-module__Sy6m5G__page {
    padding: 100px 6% 50px;
  }

  .page-module__Sy6m5G__title {
    font-size: 36px;
  }

  .page-module__Sy6m5G__cardTitle {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .page-module__Sy6m5G__page {
    padding: 90px 5% 40px;
  }

  .page-module__Sy6m5G__logoContainer {
    margin-bottom: 20px;
  }

  .page-module__Sy6m5G__logoContainer img {
    max-width: 150px;
  }

  .page-module__Sy6m5G__title {
    font-size: 32px;
  }

  .page-module__Sy6m5G__subtitle {
    font-size: 16px;
  }

  .page-module__Sy6m5G__cardTitle, .page-module__Sy6m5G__licenseType {
    font-size: 20px;
  }

  .page-module__Sy6m5G__card p, .page-module__Sy6m5G__card ol li, .page-module__Sy6m5G__card ul li {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .page-module__Sy6m5G__page {
    padding: 80px 4% 30px;
  }

  .page-module__Sy6m5G__logoContainer {
    margin-bottom: 15px;
  }

  .page-module__Sy6m5G__logoContainer img {
    max-width: 120px;
  }

  .page-module__Sy6m5G__title {
    font-size: 28px;
  }

  .page-module__Sy6m5G__subtitle {
    font-size: 15px;
  }

  .page-module__Sy6m5G__cardTitle, .page-module__Sy6m5G__licenseType {
    font-size: 18px;
  }

  .page-module__Sy6m5G__card p, .page-module__Sy6m5G__card ol li, .page-module__Sy6m5G__card ul li {
    font-size: 14px;
  }
}

/* [project]/app/install/page.module.css [app-client] (css) */
.page-module__2s8vka__stepsIntro {
  opacity: .88;
  color: #e8e8e8;
  max-width: 40em;
  margin-bottom: clamp(24px, 5vw, 32px);
  font-size: clamp(.9375rem, 2.8vw, 1rem);
  line-height: 1.55;
}

.page-module__2s8vka__stepTimeline {
  flex-direction: column;
  gap: clamp(20px, 4vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.page-module__2s8vka__stepItem {
  margin: 0;
  padding: 0;
}

.page-module__2s8vka__stepHeader {
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.page-module__2s8vka__stepMeta {
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  display: flex;
}

.page-module__2s8vka__stepNumber {
  color: #ffd777;
  background: linear-gradient(145deg, #e6c15a40, #e6c15a14);
  border: 1px solid #e6c15a73;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 1.125rem;
  font-weight: 800;
  display: inline-flex;
}

.page-module__2s8vka__stepIcon {
  color: #e6c15a;
  opacity: .95;
}

.page-module__2s8vka__stepTitleWrap {
  flex: 1;
  min-width: 0;
}

.page-module__2s8vka__stepTitle {
  color: #ffd777;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: clamp(1.0625rem, 3.2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.25;
}

.page-module__2s8vka__stepSummary {
  opacity: .86;
  color: #e8e8e8;
  margin: 0;
  font-size: clamp(.9375rem, 2.8vw, 1rem);
  line-height: 1.5;
}

.page-module__2s8vka__stepList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-module__2s8vka__stepList li {
  opacity: .92;
  color: #e8e8e8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  padding-left: 22px;
  font-size: clamp(.9375rem, 2.8vw, 1rem);
  line-height: 1.65;
  position: relative;
}

.page-module__2s8vka__stepList li:last-child {
  margin-bottom: 0;
}

.page-module__2s8vka__stepList li:before {
  content: "";
  background: #e6c15a8c;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: .55em;
  left: 0;
  box-shadow: 0 0 0 2px #e6c15a26;
}

.page-module__2s8vka__blockLead {
  opacity: .85;
  color: #e8e8e8;
  max-width: 42em;
  margin-bottom: 24px;
  font-size: clamp(.875rem, 2.5vw, .9375rem);
  line-height: 1.55;
}

.page-module__2s8vka__copyGrid {
  grid-template-columns: 1fr;
  gap: 20px;
  display: grid;
}

.page-module__2s8vka__copyHeader {
  color: #e6c15a;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  display: flex;
}

.page-module__2s8vka__copyHeader h3 {
  color: #ffd777;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.page-module__2s8vka__copyCodeRow {
  align-items: stretch;
  gap: 10px;
  min-width: 0;
  display: flex;
}

.page-module__2s8vka__copyCode {
  color: #fff1c6;
  word-break: break-all;
  overflow-wrap: anywhere;
  -webkit-overflow-scrolling: touch;
  background: #070707bf;
  border: 1px dashed #e6c15a66;
  border-radius: 10px;
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  font-size: clamp(.8125rem, 2.8vw, .9375rem);
  line-height: 1.5;
  display: block;
  overflow-x: auto;
}

.page-module__2s8vka__copyButton {
  color: #ffd777;
  cursor: pointer;
  background: #e6c15a1a;
  border: 1px solid #e6c15a73;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 10px 14px;
  font-family: inherit;
  font-size: .875rem;
  font-weight: 600;
  transition: background .2s, border-color .2s, color .2s;
  display: inline-flex;
}

.page-module__2s8vka__copyButton:hover {
  color: #fff1c6;
  background: #e6c15a2e;
  border-color: #e6c15aa6;
}

.page-module__2s8vka__copyButton:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #e6c15ab3;
}

.page-module__2s8vka__copyButtonCopied {
  color: #b8f0c8;
  background: #6fe38c1a;
  border-color: #6fe38c73;
}

.page-module__2s8vka__copyButtonCopied:hover {
  color: #d9f8e1;
  background: #6fe38c24;
  border-color: #6fe38c8c;
}

.page-module__2s8vka__warningRow {
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  display: flex;
}

.page-module__2s8vka__warningIcon {
  color: #e6c15a;
  flex-shrink: 0;
  margin-top: 2px;
}

.page-module__2s8vka__warningText {
  opacity: .9;
  color: #e8e8e8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0;
  font-size: clamp(.9375rem, 2.8vw, 1rem);
  line-height: 1.65;
}

.page-module__2s8vka__flowDiagram {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 8px 0;
  display: flex;
}

.page-module__2s8vka__flowDiagram span:not(.page-module__2s8vka__arrowConnector) {
  color: #f0e6c8;
  text-align: center;
  background: #e6c15a1a;
  border: 1px solid #e6c15a59;
  border-radius: 999px;
  max-width: 100%;
  padding: .65em 1.1em;
  font-size: clamp(.8125rem, 2.8vw, .9375rem);
  font-weight: 600;
}

.page-module__2s8vka__arrowConnector {
  color: #e6c15a;
  flex-shrink: 0;
  align-items: center;
  display: inline-flex;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.page-module__2s8vka__flowNote {
  opacity: .82;
  text-align: center;
  color: #e8e8e8;
  max-width: 36em;
  margin: 0 auto;
  font-size: clamp(.875rem, 2.5vw, .9375rem);
  line-height: 1.55;
}

.page-module__2s8vka__faqList {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.page-module__2s8vka__faqItem {
  background: #e6c15a0a;
  border: 1px solid #e6c15a2e;
  border-radius: 12px;
  padding: 14px 16px;
}

.page-module__2s8vka__faqItem summary {
  cursor: pointer;
  color: #fff1c6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 6px 0;
  font-size: clamp(.9375rem, 2.8vw, 1rem);
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
}

.page-module__2s8vka__faqItem summary::-webkit-details-marker {
  display: none;
}

.page-module__2s8vka__faqAnswer {
  opacity: .9;
  color: #e8e8e8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 12px;
  font-size: clamp(.875rem, 2.5vw, .9375rem);
  line-height: 1.65;
}

.page-module__2s8vka__done {
  color: #d9f8e1;
  background: #6fe38c14;
  border: 1px solid #6fe38c59;
  border-radius: 12px;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  padding: clamp(16px, 3vw, 18px) clamp(16px, 3vw, 20px);
  display: flex;
}

.page-module__2s8vka__done svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.page-module__2s8vka__doneText {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0;
  font-size: clamp(.9375rem, 2.8vw, 1rem);
  line-height: 1.55;
}

.page-module__2s8vka__risk {
  color: #e6c15a;
  opacity: .78;
  text-align: center;
  max-width: 48em;
  margin: 0 auto 20px;
  font-size: clamp(.75rem, 2.2vw, .8125rem);
  font-style: italic;
  line-height: 1.55;
}

@media (min-width: 640px) {
  .page-module__2s8vka__copyGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .page-module__2s8vka__stepNumber {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .page-module__2s8vka__stepHeader {
    gap: 16px;
  }
}

@media (max-width: 520px) {
  .page-module__2s8vka__stepHeader {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .page-module__2s8vka__stepMeta {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
  }

  .page-module__2s8vka__stepIcon {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .page-module__2s8vka__flowDiagram {
    flex-direction: column;
    gap: 6px;
    padding: 4px 0;
  }

  .page-module__2s8vka__arrowConnector {
    transform: rotate(90deg);
    padding: 4px 0 !important;
  }

  .page-module__2s8vka__warningRow {
    flex-direction: column;
    gap: 12px;
  }

  .page-module__2s8vka__warningIcon {
    margin-top: 0;
  }

  .page-module__2s8vka__copyCodeRow {
    flex-direction: column;
    align-items: stretch;
  }

  .page-module__2s8vka__copyButton {
    width: 100%;
  }
}

/*# sourceMappingURL=_069pm_3._.css.map*/