@charset "UTF-8";
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes scale-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scale-out {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}
@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Lexend, Geologica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

h1, h2, h3, h4, h5, h6{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

h1{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 640px){
  h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px){
  h1{
    font-size: 3rem;
    line-height: 1;
  }
}

h2{
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px){
  h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3{
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px){
  h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

p{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 640px){
  p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

a{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

button{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

html {
  scroll-behavior: smooth;
}

footer a {
  margin-right: 0;
}

#cookie-banner {
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1), 0 4px 10px rgba(0, 0, 0, 0.15);
  color: #333333;
  animation: slide-up 0.3s ease forwards;
  opacity: 1;
  transform: translateY(0);
}
#cookie-banner.hidden {
  animation: fade-out 0.3s ease forwards;
  opacity: 0;
  transform: translateY(20px);
}
#cookie-banner a {
  color: #333333;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
#cookie-banner a:hover {
  opacity: 0.7;
}
#cookie-banner button {
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-weight: 500;
  transition: background 0.2s ease;
}
#cookie-banner button#accept-cookies {
  background: #16a34a;
  color: #ffffff;
}
#cookie-banner button#accept-cookies:hover {
  background: rgb(17.7545945946, 131.5454054054, 59.72);
}
#cookie-banner button#decline-cookies {
  background: #dc2626;
  color: #ffffff;
}
#cookie-banner button#decline-cookies:hover {
  background: rgb(191.425, 30.875, 30.875);
}

#decline-popup {
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1), 0 4px 10px rgba(0, 0, 0, 0.15);
  animation: fade-in 0.3s ease forwards;
}
#decline-popup.animate-fade-out {
  animation: fade-out 0.3s ease forwards;
}

.toast {
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1), 0 4px 10px rgba(0, 0, 0, 0.15);
  animation: fade-in 0.3s ease forwards;
}
.toast.animate-fade-out {
  animation: fade-out 0.3s ease forwards;
}

#cookie-banner {
  transform: translateY(150%);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
#cookie-banner.slide-in {
  transform: translateY(0);
  opacity: 1;
}
#cookie-banner.slide-out {
  transform: translateY(150%) !important;
  opacity: 0 !important;
  transition: transform 1s ease-in, opacity 1s ease-in;
}

.btn-footer {
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 8px;
}

header#navbar {
  position: relative;
  z-index: 50;
  opacity: 1;
  transform: none;
  border-bottom: 1px solid #EBEBEB;
}

.sticky-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-top: 6px solid;
  -o-border-image: linear-gradient(90deg, #a5c6eb, #fce992, #f5c4ad) 1;
     border-image: linear-gradient(90deg, #a5c6eb, #fce992, #f5c4ad) 1;
  will-change: transform, opacity;
}
.sticky-navbar a {
  font-size: 16px;
}
.sticky-navbar img {
  width: 25px;
}
.sticky-navbar .main-nav {
  align-self: baseline;
}
.sticky-navbar .container {
  padding-bottom: 0;
}

.sticky-navbar.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.about h2 {
  font-family: secondary-font;
  font-weight: lighter;
  font-style: italic;
}
.about p {
  font-weight: 400;
}

.btn-base, .btn-success, .btn-primary-blue, .btn-secondary, .btn-primary {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.btn-base::after, .btn-success::after, .btn-primary-blue::after, .btn-secondary::after, .btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), transparent);
  border-radius: 16px 16px 0 0;
  pointer-events: none;
}
.btn-base:disabled, .btn-success:disabled, .btn-primary-blue:disabled, .btn-secondary:disabled, .btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.btn-primary {
  color: #fff;
  background-color: #333333;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1), 0 4px 10px rgba(0, 0, 0, 0.15);
}
.btn-primary:hover {
  background-color: #2b2b2b;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.15), 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px) scale(1.02);
}
.btn-primary:active {
  background-color: #1f1f1f;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3), 0 2px 6px rgba(0, 0, 0, 0.1);
  transform: scale(0.97);
}

.btn-secondary {
  color: #333333;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.05), 0 4px 10px rgba(0, 0, 0, 0.1);
}
.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.1), 0 6px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px) scale(1.02);
}
.btn-secondary:active {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(0.97);
}

.btn-primary-blue {
  padding: 6px 12px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  background-color: #4f46e5;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1), 0 4px 10px rgba(0, 0, 0, 0.15);
}
.btn-primary-blue:hover {
  background-color: #4338ca;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.15), 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px) scale(1.02);
}
.btn-primary-blue:active {
  background-color: #3730a3;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3), 0 2px 6px rgba(0, 0, 0, 0.1);
  transform: scale(0.97);
}

.btn-success {
  color: #fff;
  background-color: #16a34a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1), 0 4px 10px rgba(0, 0, 0, 0.15);
}
.btn-success:hover {
  background-color: #15803d;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.15), 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px) scale(1.02);
}
.btn-success:active {
  background-color: #166534;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3), 0 2px 6px rgba(0, 0, 0, 0.1);
  transform: scale(0.97);
}

.custom-tooltip {
  position: absolute;
  min-width: 250px;
  max-width: 320px;
  max-height: 85%;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  color: #ffffff;
  font-family: "Lexend", "Geologica", sans-serif;
  font-size: 15px;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1), 0 4px 10px rgba(0, 0, 0, 0.15);
  animation: tooltipIn 0.3s ease forwards;
  z-index: 999;
  overflow: hidden;
  transition: background 0.3s ease, box-shadow 0.2s ease;
}
.custom-tooltip:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.15), 0 6px 16px rgba(0, 0, 0, 0.2);
}
.custom-tooltip.closing {
  animation: tooltipOut 0.3s ease forwards;
}
.custom-tooltip .tooltip-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.15);
  cursor: grab;
  font-weight: 600;
  font-size: 16px;
}
.custom-tooltip .tooltip-drag-handle {
  cursor: grab;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.custom-tooltip .tooltip-close {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: none;
  font-size: 18px;
  border-radius: 10px;
  padding: 4px 8px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.custom-tooltip .tooltip-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.custom-tooltip .tooltip-content {
  padding: 15px;
  overflow-y: auto;
  font-size: 0.95rem;
  line-height: 1.5;
}

@keyframes tooltipIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.95);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes tooltipOut {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  to {
    opacity: 0;
    transform: translateY(10px) scale(0.95);
    filter: blur(4px);
  }
}
@media (max-width: 768px) {
  .custom-tooltip {
    left: 50% !important;
    top: 10% !important;
    transform: translateX(-50%);
    max-width: 90%;
    max-height: 80%;
  }
}
#redirect-screen {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  font-family: "Lexend", "Geologica", sans-serif;
  color: #333333;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#redirect-screen.loaded {
  opacity: 1;
  transform: scale(1);
}
#redirect-screen .logo-wrapper {
  width: 70px;
  height: 70px;
  margin-bottom: 16px;
  position: relative;
}
#redirect-screen .logo-wrapper .animated-bg {
  background: linear-gradient(135deg, #D85666 0%, #BB96B2 29.4%, #A5C6EB 48.5%, #C9D1B7 73.6%, #FFE26B 100%);
  background-size: 300% 300%;
  animation: moveGradient 4s ease infinite;
}
#redirect-screen h1 {
  margin: 0 0 20px 0;
  font-size: 1.1rem;
  font-weight: 400;
  min-height: 1.5em;
  text-align: center;
  max-width: 280px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
#redirect-screen h1.is-changing {
  opacity: 0;
  transform: translateY(6px);
}
#redirect-screen.is-exiting {
  pointer-events: none;
}
#redirect-screen.is-exiting .logo-wrapper,
#redirect-screen.is-exiting h1,
#redirect-screen.is-exiting .loader-bar {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#redirect-screen .loader-bar {
  width: 220px;
  height: 6px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
#redirect-screen .loader-fill {
  height: 100%;
  width: 0%;
  background: #333333;
  border-radius: 6px;
  transition: width 4.4s linear;
}

.page-enter-veil {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #ffffff;
  pointer-events: none;
  opacity: 1;
  transition: opacity 2.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-enter-veil.is-revealing {
  opacity: 0;
}

@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  color: #333333;
  position: relative;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nav-link,
.footer-link{
  margin-right: 1rem;
}

.nav-link {
  position: relative;
  color: #333333;
  font-size: 20px;
  text-decoration: none;
  margin-right: 1rem;
}
.nav-link:hover {
  background: linear-gradient(76.57deg, #D1D5D8 -7.45%, #d85464 14.86%, #e7a99c 44.16%, #69b0ff 102.78%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}
.nav-link.active {
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #333333;
  background-clip: text;
  text-fill-color: #333333;
}
.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

.main-nav {
  position: relative;
}
.main-nav .nav-dot {
  position: absolute;
  left: 22px;
  bottom: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333333;
  transition: left 0.5s ease;
  pointer-events: none;
}

.nav-blog {
  position: relative;
}
.nav-blog::before {
  position: absolute;
  content: "SOON";
  font-size: 9px;
  top: -9px;
  right: -17px;
  background-color: #ffe475;
  line-height: initial;
  padding: 2px 4px;
  transform: rotate(5deg);
  border-radius: 2px;
  -webkit-text-fill-color: #333333;
  z-index: 1;
}
.nav-blog:hover:before {
  -webkit-text-fill-color: #333333 !important;
}

.animated-bg {
  background: linear-gradient(135deg, #D85666 0%, #BB96B2 29.4%, #A5C6EB 48.5%, #C9D1B7 73.6%, #FFE26B 100%);
  background-size: 100% 100%;
  transition: background 1s ease, background-position 2s ease;
  will-change: background-position;
}

.logo-wrapper:hover .animated-bg {
  background-size: 300% 300%;
  background-position: 100% 50%;
}

#mobile-menu {
  transform: translateX(-100%);
  background: transparent;
  pointer-events: none;
}
#mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
#mobile-menu a {
  padding: 8px 0;
  font-size: 18px;
  color: white;
}

#menu-toggle {
  z-index: 999;
  position: relative;
}
#menu-toggle:hover {
  background-color: transparent;
}

@media (max-width: 639px) {
  #sticky-navbar {
    display: none !important;
  }
}
/* Бекдроп */
#menu-backdrop {
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

#mobile-menu-wrapper:not(.hidden) #menu-backdrop {
  opacity: 1;
  pointer-events: auto;
}

#mobile-menu {
  transform: translateX(-100%);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}
#mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
#mobile-menu a {
  width: auto;
  padding: 12px 0;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s ease;
}
#mobile-menu a:hover {
  color: #d85464;
}
#mobile-menu.open a {
  opacity: 1;
  transform: translateX(0);
}
#mobile-menu.open a:nth-child(1) {
  transition-delay: 0.4s;
}
#mobile-menu.open a:nth-child(2) {
  transition-delay: 0.5s;
}
#mobile-menu.open a:nth-child(3) {
  transition-delay: 0.6s;
}
#mobile-menu.open a:nth-child(4) {
  transition-delay: 0.7s;
}
#mobile-menu.open a:nth-child(5) {
  transition-delay: 0.8s;
}

.project-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 5rem;
}
.project-section .section-description {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 1rem;
}
.project-section.full .screenshot-wrapper img {
  width: 100%;
  border-radius: 1rem;
}
.project-section.side-by-side .side-by-side-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 768px) {
  .project-section.side-by-side .side-by-side-grid {
    grid-template-columns: 1fr;
  }
}
.project-section.side-by-side .side-by-side-grid .screenshot-description {
  font-size: 1rem;
  color: #555;
  align-self: center;
}
.project-section.gallery .screenshot-gallery {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .project-section.gallery .screenshot-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
}
.project-section.gallery .screenshot-gallery .screenshot-wrapper:first-child {
  grid-column: 1/-1;
}

.screenshot-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.screenshot-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery .screenshot-gallery {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .gallery .screenshot-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
}
.gallery .screenshot-gallery .screenshot-wrapper:first-child {
  grid-column: 1/-1;
}

.project-blocks {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.project-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
  margin-bottom: 2.5rem;
}
.project-row--single {
  flex-wrap: nowrap;
}
.project-row--full-width {
  width: 95vw;
  max-width: 95vw;
  margin-left: calc(50% - 47.5vw);
  margin-right: calc(50% - 47.5vw);
}

.project-block {
  width: 100%;
  min-width: 0;
}
.project-block--layout-1-1, .project-block--layout-full {
  flex: 1 1 100%;
  max-width: 100%;
}
.project-block--layout-1-2 {
  flex: 1 1 calc(50% - 0.625rem);
  max-width: calc(50% - 0.625rem);
}
.project-block--layout-1-3 {
  flex: 1 1 calc(33.333% - 0.85rem);
  max-width: calc(33.333% - 0.85rem);
}
.project-block--layout-1-4 {
  flex: 1 1 calc(25% - 0.95rem);
  max-width: calc(25% - 0.95rem);
}
.project-row--single .project-block--layout-1-2 {
  flex: 0 0 auto;
  max-width: min(100%, 42rem);
}
.project-row--single .project-block--layout-1-3 {
  flex: 0 0 auto;
  max-width: min(100%, 32rem);
}
.project-row--single .project-block--layout-1-4 {
  flex: 0 0 auto;
  max-width: min(100%, 24rem);
}
.project-block--align-left {
  margin-left: 0;
  margin-right: auto;
}
.project-block--align-center {
  margin-left: auto;
  margin-right: auto;
}
.project-block--align-right {
  margin-left: auto;
  margin-right: 0;
}
.project-row:not(.project-row--single) .project-block--align-left, .project-row:not(.project-row--single) .project-block--align-center, .project-row:not(.project-row--single) .project-block--align-right {
  margin-left: 0;
  margin-right: 0;
}
.project-block__text--align-left {
  text-align: left;
}
.project-block__text--align-center {
  text-align: center;
}
.project-block__text--align-right {
  text-align: right;
}
.project-block__text--align-justify {
  text-align: justify;
}
.project-block__text p {
  color: #444;
}
.project-block__html {
  color: #444;
}
.project-block__html :global(p) {
  margin: 0 0 0.75rem;
}
.project-block__html :global(h2),
.project-block__html :global(h3) {
  margin: 0 0 0.5rem;
  font-weight: 600;
}
.project-block__html :global(a) {
  color: #4f46e5;
  text-decoration: underline;
}
.project-block__media {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.project-block__media--radius-none {
  border-radius: 0;
}
.project-block__media--radius-sm {
  border-radius: 0.375rem;
}
.project-block__media--radius-lg {
  border-radius: 1.25rem;
}
.project-block__media--radius-xl {
  border-radius: 1.75rem;
}
.project-block__media--radius-full {
  border-radius: 9999px;
}
.project-block__media--fit-contain .project-block__image,
.project-block__media--fit-contain .project-block__video {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 70vh;
}
.project-block__media--shadow-none {
  box-shadow: none;
}
.project-block__media--shadow-sm {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.project-block__media--shadow-lg {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}
.project-block__image, .project-block__video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hero:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.hero {
  background-image: url("/images/hero-bg.png");
  background-position: 105% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (min-width: 1280px) and (max-width: 1580px) {
  .hero {
    background-size: auto;
    background-position: 140% 50%;
  }
}
@media (max-width: 1279px) {
  .hero {
    background-position: 200% 50%;
  }
}
@media (max-width: 880px) {
  .hero {
    background: none;
  }
}
@media (max-width: 639px) {
  .hero {
    background: none;
  }
}

.text-pink-g {
  font-family: font-secondary;
  background: linear-gradient(29.94deg, #FF0000 -41.57%, #9DD6FF 73.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.text-sky-g {
  font-family: font-secondary;
  background: linear-gradient(90.08deg, #A5C6EB 29.29%, #FFEDA6 91.43%, #FFE16A 98.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.dss-img {
  overflow: hidden;
}
.dss-img img {
  display: none;
  width: auto;
  height: 120%;
  right: 1rem;
  bottom: -15%;
  z-index: -1;
}

.ctc-img {
  z-index: 2;
}
.ctc-img h3, .ctc-img p {
  z-index: 1;
}
.ctc-img img {
  width: auto;
  z-index: -1;
}

.pfe-img img {
  width: 80%;
  left: 0;
}

.sci-img {
  overflow: hidden;
}
.sci-img img {
  width: 55%;
  left: 0;
  right: 0;
  bottom: 6px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .sci-img img {
    width: auto;
    max-width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sci-img img {
    width: 80%;
  }
}
.gradient-border-card {
  position: relative;
  padding: 6px;
  background: linear-gradient(135deg, #E6E1FF, #F7D1D1, #FFF3B0);
  border-radius: 1.2rem;
}
.gradient-border-card .inner {
  background-color: white;
  border-radius: 1rem;
  height: 100%;
}

.ribbon-wrapper {
  position: absolute;
  left: -1rem;
  bottom: 6rem;
  padding: 0.5rem 0;
  background: linear-gradient(135deg, #efd7e4, #fbe5be, #fce8ba);
  transform: rotate(-6deg);
  overflow: hidden;
}

.ribbon-track {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: scroll-loop 10s linear infinite;
  will-change: transform;
}

.ribbon-content {
  display: flex;
  gap: 2rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
.ribbon-content span {
  white-space: nowrap;
}
.ribbon-content span:last-child {
  margin-right: 1.5rem;
}

@keyframes scroll-loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
#protected-content.fade-in {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.4s ease-out forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#toggle-password:hover {
  background-color: transparent;
}

@keyframes pop {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate-pop {
  animation: pop 0.3s ease-out forwards;
}

#selected-projects .project-card {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
#selected-projects .project-card.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
#selected-projects .project-card--text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  transition: background-color 0.3s ease;
}
#selected-projects .project-card--text:hover {
  background-color: #f5f5f5;
}
#selected-projects .project-card--image {
  border-color: transparent;
}
#selected-projects .project-card--image:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
#selected-projects .project-card--image:hover .project-card__img {
  transform: scale(1.04);
}
#selected-projects .project-card--image:hover .project-card__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.08) 100%);
}
#selected-projects .project-card--image:hover .category {
  opacity: 1;
  transform: translateY(0);
}
#selected-projects .project-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
#selected-projects .project-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  padding: 1.25rem 1rem;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.28) 42%, transparent 100%);
  transition: background 0.35s ease;
}
#selected-projects .project-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  height: 100%;
}
#selected-projects .project-card .category {
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#selected-projects .project-card--text .category {
  color: #262626;
  opacity: 0;
}
#selected-projects .project-card--text:hover .category {
  opacity: 1;
}
#selected-projects .project-card--image .category {
  color: rgba(255, 255, 255, 0.92);
  opacity: 0;
  transform: translateY(4px);
}
#selected-projects .project-card .title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
}
#selected-projects .project-card--text .title {
  color: #262626;
}
#selected-projects .project-card--image .title {
  color: #fff;
}

.availability .quote {
  font-family: font-secondary;
}

@keyframes spin-ring {
  0% {
    stroke-dashoffset: 100;
    transform: rotate(0deg);
  }
  100% {
    stroke-dashoffset: 0;
    transform: rotate(360deg);
  }
}
.animate-spin-ring circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transform-origin: center;
  animation: spin-ring 4s linear forwards;
}

@keyframes check {
  0% {
    stroke-dashoffset: 24;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.animate-check path {
  stroke-dasharray: 24;
  stroke-dashoffset: 24;
  animation: check 0.6s ease forwards;
}

.animate-check {
  padding: 8px;
}

@keyframes modalIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modalOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
.modal-enter {
  animation: modalIn 0.4s ease-out forwards;
}

.modal-exit {
  animation: modalOut 0.4s ease-in forwards;
}

.form-s-modal {
  --tw-backdrop-blur: blur(4px) !important;
}

.email-service-title {
  font-size: 26px;
}

.email-services {
  position: absolute;
  visibility: hidden;
}

.mail-services-b {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  padding: 10px;
  background: linear-gradient(to bottom right, #fbe6e6, #e6f1ff, #fef9e7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 4px rgba(255, 255, 255, 0.3), 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
}
.mail-services-b img {
  vertical-align: middle;
}
.mail-services-b:hover {
  box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.4), 0 6px 14px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}
.mail-services-b:active {
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.1);
  transform: scale(0.98);
}

.email-tooltip {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease, transform 0.4s ease;
  pointer-events: none;
}
.email-tooltip.visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  box-shadow: 0px 24px 28px 4px rgba(0, 0, 0, 0.1411764706);
}
.email-tooltip img {
  max-width: none;
}
.email-tooltip .tooltip-gradient-border {
  z-index: -1;
}
.email-tooltip button:hover {
  background-color: transparent;
}

.copy-tooltip {
  position: absolute;
  top: -70px;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 2s ease-in-out;
  z-index: 30;
}
.copy-tooltip.visible {
  opacity: 1;
  pointer-events: auto;
}

#email-toggle {
  overflow: visible;
}
#email-toggle:hover {
  background-color: transparent;
}

.tooltip-gradient-border {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 4px;
  background: linear-gradient(to bottom right, #fbe6e6, #e6f1ff, #fef9e7);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

#email-icon {
  overflow: visible;
}
#email-icon #lid {
  transform: rotateX(0deg);
  transform-origin: center top;
  transition: transform 0.4s ease;
}
#email-icon.hovered #lid {
  transform: rotateX(55deg);
}
#email-icon.opened #lid {
  transform: rotateX(145deg);
  transform-origin: 0 2px;
}

#form-error{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  opacity: 0;
}
#form-error.opacity-100 {
  opacity: 1;
}
#form-error svg {
  min-width: 20px;
}
#form-error span {
  font-size: 14px;
  line-height: 1.4;
}

.not-found {
  min-height: calc(100vh - 12rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
}
.not-found__card {
  width: 100%;
  max-width: 34rem;
  text-align: center;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  background: linear-gradient(135deg, #fbe6e6 0%, #e6f1ff 52%, #fef9e7 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}
.not-found__logo {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.25rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
}
.not-found__logo .animated-bg {
  background: linear-gradient(135deg, #d85666 0%, #bb96b2 29.4%, #a5c6eb 48.5%, #c9d1b7 73.6%, #ffe26b 100%);
  background-size: 300% 300%;
  animation: moveGradient 4s ease infinite;
}
.not-found__code {
  margin: 0 0 0.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #333333;
}
.not-found__heading {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: #333333;
}
.not-found__description {
  margin: 0 auto 1.75rem;
  max-width: 26rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(51, 51, 51, 0.82);
}
.not-found__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.not-found__cta {
  min-width: 10rem;
}

body.admin-body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Lexend", "Geologica", sans-serif;
  color: #111827;
  background: radial-gradient(circle at top left, rgba(79, 70, 229, 0.08), transparent 55%), radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.08), transparent 55%), #f3f4f6;
}

.admin-shell {
  max-width: 1220px;
  margin: 32px auto 40px;
  padding: 0 20px 40px;
}
.admin-shell--wide {
  max-width: none;
  margin: 24px auto 0;
  padding: 0 32px 120px;
}

.admin-topnav__inner--wide {
  max-width: none;
  padding-left: 32px;
  padding-right: 32px;
}

.admin-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.admin-header__left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.admin-header__title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.admin-header__subtitle {
  font-size: 0.9rem;
  color: #6b7280;
  max-width: 560px;
}

.admin-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #9ca3af;
}

.admin-breadcrumbs__item {
  opacity: 0.9;
}

.admin-breadcrumbs__item--link {
  color: #4f46e5;
  text-decoration: none;
}
.admin-breadcrumbs__item--link:hover {
  text-decoration: underline;
}

.admin-breadcrumbs__divider {
  opacity: 0.6;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.7fr);
  gap: 18px;
}

@media (max-width: 1024px) {
  .admin-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.admin-card {
  position: relative;
  border-radius: 20px;
  padding: 18px 18px 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.96));
  border: 1px solid rgba(15, 23, 42, 0.05);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.admin-card--muted {
  background: radial-gradient(circle at top left, rgba(79, 70, 229, 0.06), transparent 60%), radial-gradient(circle at bottom right, rgba(96, 165, 250, 0.06), transparent 60%), rgba(249, 250, 251, 0.95);
}

.admin-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.admin-card__title {
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111827;
}

.admin-card__hint {
  font-size: 0.8rem;
  color: #6b7280;
}

.admin-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: rgba(255, 255, 255, 0.85);
  color: #111827;
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 9px;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.74rem;
  color: #6b7280;
}

.admin-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
  font-size: 0.8rem;
  color: #6b7280;
}

.admin-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.admin-form__group {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}

@media (max-width: 768px) {
  .admin-form__group {
    grid-template-columns: minmax(0, 1fr);
  }
}
.admin-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.admin-field__label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9ca3af;
}

.admin-field__label span {
  color: #4f46e5;
}

.admin-field__description {
  font-size: 0.78rem;
  color: #6b7280;
}

.admin-input,
.admin-textarea,
.admin-select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.05);
  background: rgba(255, 255, 255, 0.8);
  color: #111827;
  padding: 9px 11px;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.06s ease;
}

.admin-input::-moz-placeholder, .admin-textarea::-moz-placeholder {
  color: #9ca3af;
}

.admin-input::placeholder,
.admin-textarea::placeholder {
  color: #9ca3af;
}

.admin-input:focus,
.admin-textarea:focus,
.admin-select:focus {
  border-color: rgba(79, 70, 229, 0.85);
  box-shadow: 0 0 0 1px rgba(79, 70, 229, 0.4);
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-0.5px);
}

.admin-textarea {
  min-height: 96px;
  resize: vertical;
}

.admin-checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-size: 0.82rem;
  color: #6b7280;
}

.admin-checkbox-row input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.8);
}

.admin-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

.admin-button,
.admin-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.08s ease, border-color 0.2s ease;
  background: transparent;
}

.admin-button:active,
.admin-btn:active {
  transform: translateY(1px) scale(0.99);
}

.admin-button--primary,
.admin-btn--primary {
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(79, 70, 229, 0.45);
}

.admin-button--primary:hover,
.admin-btn--primary:hover {
  box-shadow: 0 18px 42px rgba(79, 70, 229, 0.6);
}

.admin-button--ghost,
.admin-btn--ghost {
  background: rgba(255, 255, 255, 0.9);
  color: #111827;
  border-color: rgba(15, 23, 42, 0.05);
}

.admin-button--ghost:hover,
.admin-btn--ghost:hover {
  background: rgb(255, 255, 255);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.admin-button--danger,
.admin-btn--danger {
  background: linear-gradient(135deg, #dc2626, #fb7185);
  color: #fef2f2;
  box-shadow: 0 14px 28px rgba(220, 38, 38, 0.5);
}

.admin-button--danger:hover,
.admin-btn--danger:hover {
  box-shadow: 0 18px 40px rgba(220, 38, 38, 0.7);
}

.admin-button--sm,
.admin-btn--sm {
  padding: 5px 10px;
  font-size: 0.78rem;
}

.admin-table-card {
  margin-top: 18px;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
  color: #111827;
}

.admin-table thead {
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  color: #9ca3af;
}

.admin-table th,
.admin-table td {
  padding: 9px 10px;
  border-bottom: 1px solid rgba(229, 231, 235, 0.9);
}

.admin-table tbody tr:hover {
  background: rgba(249, 250, 251, 0.9);
}

.admin-table__status {
  font-size: 0.76rem;
  padding: 3px 8px;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.95);
}

.admin-table__status--draft {
  border-color: rgba(234, 179, 8, 0.8);
  color: #92400e;
  background: #fef9c3;
}

.admin-table__status--published {
  border-color: rgba(34, 197, 94, 0.85);
  color: #166534;
  background: #dcfce7;
}

.admin-table__actions {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}

.blocks-panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blocks-panel__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}

.blocks-panel__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 460px;
  overflow-y: auto;
  padding-right: 4px;
}

.blocks-panel__empty {
  font-size: 0.8rem;
  color: #6b7280;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px dashed rgba(148, 163, 184, 0.7);
  background: rgba(255, 255, 255, 0.9);
}

.block-item {
  position: relative;
  border-radius: 10px;
  padding: 10px 11px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(209, 213, 219, 0.9);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: grab;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.08s ease;
}

.block-item:hover {
  border-color: rgba(129, 140, 248, 0.9);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.15);
  transform: translateY(-1px);
}

.block-item__drag {
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.45;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.block-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.block-item__title-row {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  align-items: center;
}

.block-item__title {
  font-size: 0.86rem;
  font-weight: 500;
}

.block-item__meta {
  font-size: 0.74rem;
  color: #9ca3af;
}

.block-item__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 3px;
}

.block-item__badge {
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: rgba(249, 250, 251, 0.96);
  color: #9ca3af;
}

.block-item__badge--layout {
  border-color: rgba(59, 130, 246, 0.7);
  color: #1d4ed8;
}

.block-item__badge--type {
  border-color: rgba(129, 140, 248, 0.9);
  color: #4338ca;
}

.block-item__actions {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.admin-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.admin-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.admin-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.admin-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: min(90vh, 720px);
  overflow-y: auto;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  padding: 18px 20px 20px;
}
.admin-modal__dialog--wide {
  width: min(100%, 920px);
}

.admin-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.admin-modal__title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #111827;
}

.admin-modal__close {
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  color: #9ca3af;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
}
.admin-modal__close:hover {
  color: #111827;
  background: rgba(15, 23, 42, 0.06);
}

.admin-edit-toolbar__preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.admin-body .hidden {
  display: none !important;
}

.admin-media-preview {
  margin-top: 10px;
  padding: 8px;
  border-radius: 10px;
  border: 1px dashed rgba(148, 163, 184, 0.7);
  background: rgba(249, 250, 251, 0.96);
}

.admin-media-preview__asset {
  display: block;
  max-width: 100%;
  max-height: 160px;
  border-radius: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}

.admin-topnav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.admin-topnav__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.admin-topnav__logo {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #111827;
  text-decoration: none;
}
.admin-topnav__logo:hover {
  color: #4f46e5;
}

.admin-topnav__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-topnav__link {
  font-size: 0.84rem;
  color: #6b7280;
  text-decoration: none;
  padding: 7px 12px;
  border-radius: 9999px;
  border: 1px solid transparent;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.admin-topnav__link:hover {
  color: #111827;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.05);
}
.admin-topnav__link.is-active {
  color: #4f46e5;
  background: rgba(79, 70, 229, 0.08);
  border-color: rgba(79, 70, 229, 0.25);
  font-weight: 500;
}

.admin-topnav__logout {
  font-size: 0.84rem;
  color: #6b7280;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(15, 23, 42, 0.05);
  border-radius: 9999px;
  padding: 7px 14px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.admin-topnav__logout:hover {
  color: #dc2626;
  border-color: rgba(220, 38, 38, 0.35);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.admin-footer {
  max-width: none;
  margin: 0 auto;
  padding: 20px 32px 32px;
  text-align: center;
  font-size: 0.78rem;
  color: #9ca3af;
}

.admin-form__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 4px;
  padding-top: 4px;
}

.admin-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.admin-form__field--inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 768px) {
  .admin-form__field--inline {
    grid-template-columns: minmax(0, 1fr);
  }
}

.admin-form__label {
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: #111827;
  font-weight: 500;
}

.admin-form__hint {
  font-size: 0.78rem;
  color: #6b7280;
  line-height: 1.45;
}

.admin-form__checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.admin-form__checkbox-row .admin-form__label {
  margin: 0;
  font-weight: 400;
}
.admin-form__checkbox-row input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #4f46e5;
}

.admin-table-card {
  position: relative;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.96));
  border: 1px solid rgba(15, 23, 42, 0.05);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin-top: 0;
  margin-bottom: 18px;
  padding: 0;
  overflow: hidden;
}

.admin-table-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(229, 231, 235, 0.95);
  background: rgba(249, 250, 251, 0.65);
}
.admin-table-card__header h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
}

.admin-card__body,
.admin-table-card .p-4 {
  padding: 18px;
}

.admin-alert {
  padding: 11px 14px;
  border-radius: 10px;
  font-size: 0.86rem;
  margin-bottom: 14px;
  border: 1px solid transparent;
}

.admin-alert--error {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

body.admin-body--login .admin-shell {
  max-width: 440px;
  margin: 0 auto;
  padding: 48px 20px;
  min-height: calc(100vh - 48px);
  display: flex;
  align-items: center;
}
body.admin-body--login .admin-footer {
  display: none;
}

.admin-login-card {
  width: 100%;
  padding: 28px 26px 24px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.96));
  border: 1px solid rgba(15, 23, 42, 0.05);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.admin-login-card__brand {
  text-align: center;
  margin-bottom: 22px;
}

.admin-login-card__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #4f46e5, #818cf8);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 12px;
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.35);
}

.admin-login-card__title {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 6px;
}

.admin-login-card__subtitle {
  margin: 0;
  font-size: 0.88rem;
  color: #6b7280;
}

.admin-login-card__error {
  min-height: 1.25rem;
  font-size: 0.84rem;
  color: #dc2626;
  margin-top: 4px;
}

.admin-project-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-project-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(229, 231, 235, 0.95);
  background: rgba(255, 255, 255, 0.92);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.08s ease;
}
.admin-project-row:hover {
  border-color: rgba(129, 140, 248, 0.55);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.admin-project-row__main {
  min-width: 0;
  flex: 1;
}

.admin-project-row__title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 6px;
}

.admin-project-row__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: #6b7280;
}

.admin-project-row__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-empty {
  text-align: center;
  padding: 48px 24px;
  border-radius: 20px;
  border: 1px dashed rgba(148, 163, 184, 0.65);
  background: rgba(255, 255, 255, 0.75);
}

.admin-empty__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 8px;
}

.admin-empty__text {
  margin: 0 0 18px;
  font-size: 0.88rem;
  color: #6b7280;
}

.admin-edit-toolbar {
  position: relative;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.96));
  border: 1px solid rgba(15, 23, 42, 0.05);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  padding: 14px 16px;
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.admin-edit-toolbar p {
  margin: 0;
  font-size: 0.86rem;
  color: #6b7280;
  font-family: ui-monospace, monospace;
}

.admin-table tbody tr[draggable=true] {
  cursor: grab;
}
.admin-table tbody tr[draggable=true].opacity-60 {
  opacity: 0.55;
  background: rgba(238, 242, 255, 0.65);
}

.admin-table__drag {
  width: 28px;
  color: #9ca3af;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
}

.admin-table__preview {
  max-width: 360px;
  font-size: 0.84rem;
  color: #6b7280;
  line-height: 1.4;
}

.admin-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 9px;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid transparent;
}

.admin-pill--text {
  background: #eef2ff;
  color: #4338ca;
  border-color: #c7d2fe;
}

.admin-pill--image {
  background: #ecfdf5;
  color: #047857;
  border-color: #a7f3d0;
}

.admin-pill--media {
  background: #fff7ed;
  color: #c2410c;
  border-color: #fed7aa;
}

.admin-pill--draft {
  font-size: 0.76rem;
  padding: 3px 8px;
  border-radius: 9999px;
  border: 1px solid rgba(234, 179, 8, 0.8);
  color: #92400e;
  background: #fef9c3;
}

.admin-pill--published {
  font-size: 0.76rem;
  padding: 3px 8px;
  border-radius: 9999px;
  border: 1px solid rgba(34, 197, 94, 0.85);
  color: #166534;
  background: #dcfce7;
}

.admin-file-input {
  font-size: 0.8rem;
  padding: 6px 0;
}

.admin-section-gap {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.admin-file-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.admin-file-control__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.admin-file-control__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 9999px;
  border: 1px solid rgba(79, 70, 229, 0.35);
  background: rgba(79, 70, 229, 0.08);
  color: #4f46e5;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.admin-file-control__btn:hover {
  background: rgba(79, 70, 229, 0.14);
  box-shadow: 0 8px 18px rgba(79, 70, 229, 0.15);
}

.admin-file-control__name {
  font-size: 0.78rem;
  color: #6b7280;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

input[type=file].admin-file-input::file-selector-button {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  margin-right: 10px;
  border-radius: 9999px;
  border: 1px solid rgba(79, 70, 229, 0.35);
  background: rgba(79, 70, 229, 0.08);
  color: #4f46e5;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
}

.admin-edit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 18px;
  align-items: start;
}
@media (max-width: 1100px) {
  .admin-edit-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

.admin-edit-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.admin-edit-preview-panel {
  position: sticky;
  top: 72px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.05);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.94));
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}
@media (max-width: 1100px) {
  .admin-edit-preview-panel {
    position: static;
  }
}

.admin-edit-preview-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(229, 231, 235, 0.95);
  background: rgba(249, 250, 251, 0.8);
}
.admin-edit-preview-panel__header h3 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
}

.admin-preview-lang {
  display: inline-flex;
  border-radius: 9999px;
  border: 1px solid rgba(15, 23, 42, 0.05);
  overflow: hidden;
}
.admin-preview-lang button {
  border: 0;
  background: transparent;
  padding: 5px 12px;
  font-size: 0.78rem;
  color: #6b7280;
  cursor: pointer;
}
.admin-preview-lang button.is-active {
  background: rgba(79, 70, 229, 0.12);
  color: #4f46e5;
  font-weight: 500;
}

.admin-edit-preview-panel__body {
  padding: 16px;
  max-height: calc(100vh - 120px);
  overflow: auto;
}

.admin-preview-hint {
  margin: 0 0 12px;
  font-size: 0.78rem;
  color: #6b7280;
  line-height: 1.4;
}

.admin-preview__hero {
  margin-bottom: 1.5rem;
}

.admin-preview__thumb {
  width: 100%;
  max-height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
}

.admin-preview__title {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 8px;
}

.admin-preview__desc,
.admin-preview__category {
  margin: 0 0 6px;
  font-size: 0.88rem;
  color: #6b7280;
}

.admin-preview__empty {
  text-align: center;
  padding: 24px;
  color: #9ca3af;
  font-size: 0.86rem;
}

.admin-preview__block {
  cursor: pointer;
  border-radius: 10px;
  transition: box-shadow 0.2s ease, outline-color 0.2s ease;
}
.admin-preview__block:hover {
  outline: 2px solid rgba(79, 70, 229, 0.35);
  outline-offset: 4px;
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.12);
}

.admin-preview--interactive .project-row {
  position: relative;
}

.admin-preview-row {
  flex-wrap: wrap;
}

.admin-preview-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.admin-preview-col__body--droppable {
  min-height: 48px;
}

.admin-preview-col__empty {
  margin: 0;
  font-size: 0.75rem;
  color: #9ca3af;
  text-align: center;
  padding: 12px;
}

.admin-preview-row__actions,
.admin-preview-footer {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 8px 0;
  width: 100%;
}

.admin-preview-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 9999px;
  border: 1px dashed rgba(79, 70, 229, 0.45);
  background: rgba(79, 70, 229, 0.06);
  color: #4f46e5;
  font-size: 0.72rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.admin-preview-add:hover {
  background: rgba(79, 70, 229, 0.12);
  border-color: rgba(79, 70, 229, 0.65);
}

.admin-preview-blocks--interactive .admin-preview-add {
  opacity: 0.85;
}
.admin-preview-blocks--interactive .project-row:hover .admin-preview-add,
.admin-preview-blocks--interactive .admin-preview-col:hover .admin-preview-add,
.admin-preview-blocks--interactive .admin-preview-footer .admin-preview-add {
  opacity: 1;
}

.admin-edit-preview-panel__body .project-blocks {
  width: 100%;
}

.admin-accordion {
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.05);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}
.admin-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  font-size: 0.95rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.admin-accordion summary::-webkit-details-marker {
  display: none;
}
.admin-accordion summary::after {
  content: "▾";
  color: #9ca3af;
  transition: transform 0.2s ease;
}
.admin-accordion[open] summary::after {
  transform: rotate(180deg);
}
.admin-accordion .admin-accordion__body {
  padding: 0 16px 16px;
  border-top: 1px solid rgba(229, 231, 235, 0.9);
}

.admin-rich-text__editor {
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.05);
  background: #fff;
}
.admin-rich-text__editor .ql-toolbar {
  border-radius: 10px 10px 0 0;
  border-color: rgba(15, 23, 42, 0.05);
}
.admin-rich-text__editor .ql-container {
  border-radius: 0 0 10px 10px;
  border-color: rgba(15, 23, 42, 0.05);
  font-size: 0.9rem;
  min-height: 120px;
}

.admin-topnav__link--site {
  border-color: rgba(34, 197, 94, 0.35);
  color: #166534;
  background: rgba(220, 252, 231, 0.5);
}

.admin-layout-builder {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.admin-layout-builder__empty {
  margin: 0;
  padding: 20px;
  text-align: center;
  font-size: 0.86rem;
  color: #6b7280;
  border: 1px dashed rgba(209, 213, 219, 0.95);
  border-radius: 10px;
}

.admin-layout-row {
  border: 1px solid rgba(229, 231, 235, 0.95);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  padding: 12px;
}

.admin-layout-row__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.admin-layout-row__drag {
  color: #9ca3af;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.admin-layout-row__label {
  flex: 1;
  font-size: 0.82rem;
  font-weight: 600;
  color: #6b7280;
}

.admin-layout-row__columns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.admin-layout-column {
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: 10px;
  padding: 10px;
  background: rgba(249, 250, 251, 0.65);
}
.admin-layout-column--span-1-1, .admin-layout-column--span-full {
  flex: 1 1 100%;
  max-width: 100%;
}
.admin-layout-column--span-1-2 {
  flex: 1 1 calc(50% - 5px);
  max-width: calc(50% - 5px);
}
.admin-layout-column--span-1-3 {
  flex: 1 1 calc(33.333% - 7px);
  max-width: calc(33.333% - 7px);
}
.admin-layout-column--span-1-4 {
  flex: 1 1 calc(25% - 8px);
  max-width: calc(25% - 8px);
}

.admin-layout-column__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.admin-layout-column__span {
  font-size: 0.72rem;
  color: #9ca3af;
}

.admin-layout-column__empty {
  margin: 0 0 8px;
  font-size: 0.78rem;
  color: #9ca3af;
}

.admin-layout-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px;
  margin-bottom: 6px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.9);
  cursor: grab;
  box-sizing: border-box;
}
.admin-layout-block.is-dragging {
  opacity: 0.55;
}
.admin-layout-block--align-left {
  margin-right: auto;
  margin-left: 0;
}
.admin-layout-block--align-center {
  margin-left: auto;
  margin-right: auto;
}
.admin-layout-block--align-right {
  margin-left: auto;
  margin-right: 0;
}

.admin-layout-block__drag {
  color: #9ca3af;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.85rem;
}

.admin-layout-column__body.is-drop-target,
.admin-layout-row.is-drop-target,
.admin-preview-col__body--droppable.is-drop-target {
  outline: 2px dashed rgba(79, 70, 229, 0.45);
  outline-offset: 2px;
  background: rgba(79, 70, 229, 0.04);
}

.admin-layout-row.is-dragging {
  opacity: 0.65;
}

.admin-layout-block__preview {
  flex: 1;
  min-width: 0;
  font-size: 0.78rem;
  color: #6b7280;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-layout-block__actions {
  display: flex;
  gap: 4px;
}

.admin-btn--sm {
  padding: 4px 10px;
  font-size: 0.76rem;
}

.admin-input--sm {
  padding: 4px 8px;
  font-size: 0.78rem;
  max-width: 88px;
}

.admin-layout-row__full-width {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.76rem;
  color: #6b7280;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.admin-layout-row__full-width input {
  accent-color: #4f46e5;
}

.admin-media-actions {
  margin: 8px 0;
}

.admin-gallery-modal__hint {
  margin: 0 0 12px;
  font-size: 0.82rem;
  color: #6b7280;
}

.admin-gallery-toolbar {
  margin-bottom: 14px;
}

.admin-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
  max-height: min(60vh, 480px);
  overflow-y: auto;
}

.admin-gallery-grid__empty,
.admin-gallery-grid__loading {
  grid-column: 1/-1;
  text-align: center;
  padding: 24px;
  font-size: 0.86rem;
  color: #6b7280;
}

.admin-gallery-item {
  border: 1px solid rgba(229, 231, 235, 0.95);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.admin-gallery-item__select {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  aspect-ratio: 4/3;
}
.admin-gallery-item__select:hover {
  opacity: 0.92;
}

.admin-gallery-item__asset {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.admin-gallery-item__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 6px 8px;
}

.admin-gallery-item__name {
  font-size: 0.68rem;
  color: #6b7280;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.admin-btn--file {
  position: relative;
  cursor: pointer;
}
.admin-btn--file input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.admin-gallery-upload-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.admin-edit-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(229, 231, 235, 0.95);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.08);
}
.admin-edit-actions__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 32px 14px 24px;
}

.admin-page--edit {
  padding-bottom: 0;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-4{
  left: 1rem;
  right: 1rem;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-\[calc\(100\%\+20px\)\]{
  bottom: calc(100% + 20px);
}
.bottom-full{
  bottom: 100%;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-3{
  left: 0.75rem;
}
.left-full{
  left: 100%;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.right-full{
  right: 100%;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-4{
  top: 1rem;
}
.top-6{
  top: 1.5rem;
}
.top-full{
  top: 100%;
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.\!mb-4{
  margin-bottom: 1rem !important;
}
.\!mb-\[2rem\]{
  margin-bottom: 2rem !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-0\.5{
  height: 0.125rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-2{
  height: 0.5rem;
}
.h-24{
  height: 6rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-8{
  height: 2rem;
}
.h-\[1em\]{
  height: 1em;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[70px\]{
  height: 70px;
}
.h-full{
  height: 100%;
}
.min-h-\[220px\]{
  min-height: 220px;
}
.min-h-\[320px\]{
  min-height: 320px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/5{
  width: 20%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-2{
  width: 0.5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-8{
  width: 2rem;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[42px\]{
  width: 42px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[calc\(100\%-2rem\)\]{
  width: calc(100% - 2rem);
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[80px\]{
  max-width: 80px;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-top{
  transform-origin: top;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce{
  animation: bounce 1s infinite;
}
@keyframes fade-in{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.animate-fade-in{
  animation: fade-in 0.3s ease forwards;
}
@keyframes fade-out{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
.animate-fade-out{
  animation: fade-out 0.3s ease forwards;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.auto-rows-\[200px\]{
  grid-auto-rows: 200px;
}
.auto-rows-auto{
  grid-auto-rows: auto;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 20px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-neutral-300\/40{
  border-color: rgb(212 212 212 / 0.4);
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.bg-black\/40{
  background-color: rgb(51 51 51 / 0.4);
}
.bg-black\/70{
  background-color: rgb(51 51 51 / 0.7);
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-rose-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-\[\#E6E1FF\]{
  --tw-gradient-from: #E6E1FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(230 225 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#fbe6e6\]{
  --tw-gradient-from: #fbe6e6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 230 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#F7D1D1\]{
  --tw-gradient-to: rgb(247 209 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #F7D1D1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#e6f1ff\]{
  --tw-gradient-to: rgb(230 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e6f1ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#FFF3B0\]{
  --tw-gradient-to: #FFF3B0 var(--tw-gradient-to-position);
}
.to-\[\#fef9e7\]{
  --tw-gradient-to: #fef9e7 var(--tw-gradient-to-position);
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pl-\[70px\]{
  padding-left: 70px;
}
.pr-10{
  padding-right: 2.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-base{
  font-family: Lexend, Geologica, sans-serif;
}
.font-secondary{
  font-family: Playfair-Display, serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-green-200{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-rose-900{
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-900{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-deep{
  --tw-shadow: 0 8px 24px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-glass{
  --tw-shadow: inset 0 1px 2px rgba(255,255,255,0.1), 0 4px 10px rgba(0,0,0,0.15);
  --tw-shadow-colored: inset 0 1px 2px var(--tw-shadow-color), 0 4px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-glass-hover{
  --tw-shadow: inset 0 2px 4px rgba(255,255,255,0.15), 0 6px 16px rgba(0,0,0,0.2);
  --tw-shadow-colored: inset 0 2px 4px var(--tw-shadow-color), 0 6px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-light{
  --tw-shadow: 0 2px 6px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-light{
  --tw-shadow-color: #f5f5f5;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.hover\:bg-transparent:hover{
  background-color: transparent;
}
.hover\:text-neutral-700:hover{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.dark\:bg-neutral-900:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}
.dark\:bg-white:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.dark\:text-gray-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.dark\:text-neutral-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.dark\:text-neutral-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.dark\:text-neutral-600:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .sm\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:w-\[85\%\]{
    width: 85%;
  }
  .sm\:w-\[calc\(100\%-4rem\)\]{
    width: calc(100% - 4rem);
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){
  .md\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:grid{
    display: grid;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/5{
    width: 20%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-32{
    width: 8rem;
  }
  .md\:w-\[100\%\]{
    width: 100%;
  }
  .md\:w-\[70\%\]{
    width: 70%;
  }
  .md\:w-\[calc\(100\%-8rem\)\]{
    width: calc(100% - 8rem);
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:gap-3{
    gap: 0.75rem;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px){
  .lg\:left-1\/2{
    left: 50%;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:w-\[95\%\]{
    width: 95%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
}
