body {
  font-family: 'Inter', sans-serif;
  min-width: var(--app-min-viewport-width, 360px);
  min-height: var(--app-min-viewport-height, 640px);
}

:root {
  --app-min-viewport-width: 360px;
  --app-min-viewport-height: 640px;
  --color-on-surface-rgb: 45 51 53;
  --color-on-surface-variant-rgb: 90 96 98;
  --color-on-surface-tertiary-rgb: 106 112 115;
  --ui-modal-overlay-pad: clamp(0.875rem, 3.5vw, 1.5rem);
  --ui-modal-card-pad: clamp(1.25rem, 4vw, 2.5rem);
  --ui-modal-section-gap: clamp(0.875rem, 3vw, 2rem);
  --ui-modal-copy-gap: clamp(0.75rem, 2.4vw, 1.5rem);
  --ui-modal-button-py: clamp(0.7rem, 2.6vw, 0.875rem);
  --ui-modal-button-px: clamp(1rem, 3vw, 1.5rem);
  --mobile-sheet-min-height: 220px;
  --mobile-sheet-default-height: 55dvh;
}

.ui-modal-overlay {
  padding: var(--ui-modal-overlay-pad);
}

.ui-modal-card {
  padding: var(--ui-modal-card-pad);
  width: min(100%, 28rem);
  max-height: min(92dvh, 48rem);
  overflow-y: auto;
}

.ui-modal-icon {
  margin-bottom: var(--ui-modal-section-gap);
}

.ui-modal-title {
  margin-bottom: clamp(0.45rem, 1.8vw, 0.75rem);
}

.ui-modal-copy {
  margin-bottom: var(--ui-modal-section-gap);
}

.ui-modal-actions {
  margin-bottom: var(--ui-modal-section-gap);
}

.ui-modal-btn {
  padding: var(--ui-modal-button-py) var(--ui-modal-button-px);
}

.ui-modal-input {
  padding-top: var(--ui-modal-button-py);
  padding-bottom: var(--ui-modal-button-py);
}

.ui-modal-divider {
  padding-block: var(--ui-modal-copy-gap);
}

.ui-modal-footer {
  gap: clamp(0.75rem, 2.5vw, 1rem);
}

@media (max-height: 760px) {
  .ui-modal-card {
    border-radius: 1.5rem;
  }
}

@media (max-width: 480px) {
  .ui-modal-title {
    font-size: 1.95rem;
    line-height: 1.2;
  }
}

.mobile-sheet-host {
  transition: height 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-sheet-host.is-dragging {
  transition: none;
}

.text-on-surface {
  color: rgb(var(--color-on-surface-rgb));
}

.text-on-surface-variant {
  color: rgb(var(--color-on-surface-variant-rgb));
}

.text-on-surface-tertiary {
  color: rgb(var(--color-on-surface-tertiary-rgb));
}

@media (max-width: 760px) {
  body.preview-mode>main {
    height: auto !important;
    min-height: 0;
    max-height: none;
  }

  .preview-shell {
    width: 100%;
    padding: 1.2rem;
  }

  .preview-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.3rem;
  }

  .preview-carousel {
    width: 100%;
  }

  .preview-product-title {
    font-size: 1.6rem;
  }

  .preview-order-price {
    font-size: 2rem;
  }

  #designMain {
    height: 75dvh !important;
    min-height: 75dvh;
    max-height: 75dvh;
  }

  #designMain>section {
    height: 100%;
  }

  .mobile-sheet-host {
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    width: 100%;
    height: var(--mobile-sheet-height, var(--mobile-sheet-default-height));
    min-height: var(--mobile-sheet-min-height);
    max-height: calc(100dvh - 4.8rem);
    padding: 0;
    z-index: 35;
    will-change: height;
    pointer-events: none;
    overflow: hidden;
    border-top-left-radius: 1.1rem;
    border-top-right-radius: 1.1rem;
    box-shadow: 0 -14px 36px rgba(45, 51, 53, 0.2);
  }

  .mobile-sheet-handle {
    display: flex;
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2.25rem;
    z-index: 6;
    background: linear-gradient(to bottom, rgba(248, 249, 250, 0.82), rgba(248, 249, 250, 0.0));
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-top: 1px solid rgba(255, 255, 255, 0.45);
  }

  .mobile-sheet-body {
    position: relative;
    height: 100%;
    pointer-events: auto;
    overflow: hidden;
  }

  #rightPanel.is-mobile-sheet-panel {
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 100%;
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
    box-shadow: none;
    background: rgba(248, 249, 250, 0.94);
    pointer-events: auto;
  }

  #rightPanel.is-mobile-sheet-panel>div {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    padding-top: 2.35rem;
  }

  #rightPanel.is-mobile-sheet-panel header {
    padding: 0.25rem 1rem 0.85rem;
  }

  #rightPanel.is-mobile-sheet-panel>div>section {
    padding-inline: 1rem;
    min-height: auto;
    flex: 0 0 auto;
  }

  #rightPanel.is-mobile-sheet-panel footer {
    position: sticky;
    bottom: 0;
    z-index: 2;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(to top, rgba(248, 249, 250, 0.97), rgba(248, 249, 250, 0.88));
  }

  #rightPanel.is-mobile-sheet-panel .tg-params-scroll {
    height: auto;
    overflow: visible;
    padding-block: 0.35rem 0.75rem;
    padding-right: 0;
  }

  #rightPanel.is-mobile-sheet-panel .tg-scroll-shell::before,
  #rightPanel.is-mobile-sheet-panel .tg-scroll-shell::after {
    display: none;
  }

  #accountMenuContainer {
    left: 1rem;
    top: calc(env(safe-area-inset-top, 0px) + 1.25rem);
    z-index: 60;
  }

  #historyControls {
    right: 1rem;
    top: calc(env(safe-area-inset-top, 0px) + 1.2rem);
    z-index: 45;
  }

  #viewerMetaBar {
    right: 1rem !important;
    left: auto !important;
    top: calc(env(safe-area-inset-top, 0px) + 4.1rem) !important;
    bottom: auto !important;
    width: auto !important;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 40;
    pointer-events: none;
  }

  #viewerMetaBar #lastSavedTime {
    display: block;
    margin: 0;
    text-align: right;
    pointer-events: none;
  }
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

#viewer canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.preview-page {
  position: fixed;
  inset: 0;
  z-index: 140;
  min-height: 100dvh;
  overflow-y: auto;
  background: #eef1f3;
  opacity: 0;
  transform: translateY(14px) scale(0.996);
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  visibility: hidden;
  pointer-events: none;
}

.preview-page.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
  pointer-events: auto;
}

.preview-shell {
  width: min(100vw, 1280px);
  margin: 0 auto;
  padding: 1.75rem 2rem 2rem;
}

.preview-layout {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  grid-template-areas:
    'hero intro'
    'hero info';
  column-gap: 3rem;
  row-gap: 1.25rem;
  align-items: start;
  min-height: calc(100dvh - 8.5rem);
  align-content: center;
}

.preview-intro {
  grid-area: intro;
  min-width: 0;
}

.preview-hero {
  grid-area: hero;
  min-width: 0;
  align-self: center;
}

.preview-media-wrap {
  position: relative;
  display: grid;
  gap: 0.85rem;
}

.preview-carousel {
  position: relative;
  width: 100%;
  max-width: 64vh;
  aspect-ratio: 4 / 5;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: 0 10px 24px rgba(45, 51, 53, 0.12);
  margin-inline: auto;
}

.preview-media-slide-0 {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(circle at 22% 18%, rgba(127, 162, 188, 0.3), rgba(34, 43, 52, 0) 35%),
    linear-gradient(160deg, #1d2830 0%, #25313b 52%, #3e4f5a 100%);
}

.preview-standard-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 220ms ease;
  z-index: 1;
}

.preview-standard-image.is-ready {
  opacity: 1;
}

.preview-standard-status {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.preview-standard-status-card {
  width: min(100%, 30rem);
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  text-align: center;
  color: inherit;
}

.preview-standard-status.is-visible {
  opacity: 1;
}

.preview-standard-spinner {
  width: 1.55rem;
  height: 1.55rem;
  display: inline-block;
  border: 3px solid rgba(60, 98, 135, 0.22);
  border-top-color: #3c6287;
  border-radius: 999px;
  animation: previewSpin 0.8s linear infinite;
  margin: 0;
}

.preview-standard-status:not(.is-loading) .preview-standard-spinner {
  display: none;
}

.preview-error-capsule {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(117, 37, 30, 0.86);
  color: #fff7f5;
  box-shadow: 0 10px 20px rgba(34, 22, 20, 0.28);
  backdrop-filter: blur(6px);
  padding: 0.5rem 0.8rem;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.preview-error-capsule.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.preview-info {
  grid-area: info;
  min-width: 0;
  display: grid;
  gap: 1.25rem;
}

.preview-title-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.6rem;
}

.preview-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.preview-spec-item {
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(223, 228, 231, 0.95);
  padding: 0.65rem 0.7rem;
}

.preview-params-card {
  margin-top: 1rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(223, 228, 231, 0.95);
  background: rgba(255, 255, 255, 0.82);
  padding: 0.8rem 0.9rem;
}

.preview-params-list {
  margin: 0.55rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
  row-gap: 0.35rem;
}

.preview-params-list li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 0.15rem;
}

.preview-note-card {
  margin-top: 1rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(223, 228, 231, 0.95);
  background: rgba(236, 241, 245, 0.95);
  padding: 0.9rem;
}

.preview-note-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #3c6287;
}

.preview-note-row .material-symbols-outlined {
  font-size: 1rem;
}

.preview-purchase-section {
  margin-top: 1.1rem;
  display: grid;
  gap: 1.1rem;
}

.preview-order-card {
  border-top: 1px solid rgba(173, 179, 181, 0.45);
  padding-top: 0.9rem;
  display: grid;
  gap: 0.45rem;
}

.preview-order-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
}

.preview-order-row-total {
  /* border-top: 1px solid rgba(173, 179, 181, 0.35); */
  margin-top: 0.25rem;
  /* padding-top: 0.6rem; */
}

.preview-confirm-btn.is-submitted,
.preview-confirm-btn:disabled {
  background: #9aa4ad;
  color: #eef2f5;
  box-shadow: none;
  cursor: not-allowed;
}

.preview-confirm-btn.is-submitted .preview-whatsapp-icon,
.preview-confirm-btn.is-submitted .material-symbols-outlined,
.preview-confirm-btn.is-loading .preview-whatsapp-icon,
.preview-confirm-btn.is-loading .material-symbols-outlined {
  display: none;
}

.preview-whatsapp-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

body.preview-mode {
  height: 100dvh;
  min-height: 100dvh;
  overflow: hidden;
}

body.preview-mode #designMain {
  display: none;
}

body.preview-mode #mobileSheetHost,
body.preview-mode #rightPanel,
body.preview-mode #viewerMetaBar,
body.preview-mode #accountMenuContainer,
body.preview-mode #historyControls {
  display: none !important;
}

@media (max-width: 760px) {
  .preview-page {
    position: relative;
    inset: auto;
    overflow: visible;
    min-height: 100dvh;
  }

  body.preview-mode {
    height: auto;
    min-height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .preview-shell {
    width: 100%;
    padding-inline: 1.5rem;
    padding-top: calc(1rem + env(safe-area-inset-top, 0px));
    padding-bottom: calc(1.6rem + env(safe-area-inset-bottom, 0px));
    min-height: 108dvh;
  }

  .preview-layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      'intro'
      'hero'
      'info';
    gap: 1.3rem;
    min-height: auto;
    align-items: stretch;
    align-content: start;
  }

  .preview-hero {
    grid-area: hero;
  }

  .preview-intro {
    grid-area: intro;
  }

  .preview-info {
    grid-area: info;
    align-self: stretch;
  }

  .preview-carousel {
    width: 100%;
  }

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

.viewport-gradient {
  background: radial-gradient(circle at center, #ffffff 0%, #ebeef0 100%);
}

input[type='range'] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
}

input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #dee3e6;
  border-radius: 2px;
}

input[type='range']::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #3c6287;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}

.tg-btn-secondary {
  border: 0;
  border-radius: 0.75rem;
  background: #dee3e6;
  color: #2d3335;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(45, 51, 53, 0.03);
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.tg-btn-secondary:hover {
  background: #e5e9eb;
}

.tg-btn-secondary:disabled {
  cursor: not-allowed;
  opacity: 0.88;
}

#saveBtn {
  min-width: 6.5rem;
}

#rightPanel {
  transition: opacity 0.2s ease;
}

#rightPanel.is-saving {
  opacity: 0.62;
}

.tg-btn-primary {
  border: 0;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #3c6287 0%, #2f567a 100%);
  color: #f7f9ff;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(60, 98, 135, 0.24);
}

.tg-btn-primary:hover {
  transform: translateY(-1px);
}

.tg-select {
  width: 100%;
  border: 0;
  border-radius: 0.75rem;
  background-color: #dee3e6;
  color: #2d3335;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%235a6062' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

.tg-select:focus {
  outline: 2px solid rgba(60, 98, 135, 0.25);
  outline-offset: 1px;
  background-color: #ffffff;
}

.tg-info-card {
  background: rgba(222, 227, 230, 0.82);
  border: 1px solid rgba(173, 179, 181, 0.35);
  border-radius: 0.75rem;
}

.tg-choice-row {
  display: grid;
  gap: 0.55rem;
}

.tg-choice-row-icons {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tg-choice-row-pills {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tg-choice-btn {
  border: 1px solid rgba(173, 179, 181, 0.55);
  background: rgba(255, 255, 255, 0.85);
  color: #5a6062;
  border-radius: 0.75rem;
  min-height: 44px;
  transition: all 0.18s ease;
}

.tg-choice-btn:hover {
  border-color: rgba(60, 98, 135, 0.45);
  background: #ffffff;
}

.tg-choice-btn.is-active {
  border-color: rgba(60, 98, 135, 0.8);
  background: rgba(60, 98, 135, 0.1);
  color: #2f567a;
}

.tg-icon-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.4rem 0.35rem 0.45rem;
}

.tg-edge-icon {
  width: 44px;
  height: 18px;
  display: block;
}

.tg-edge-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.tg-choice-caption {
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.tg-pill-btn {
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.2rem 0.15rem;
}

.tg-scroll-shell {
  position: relative;
}

.tg-params-scroll {
  padding-block: 0.75rem;
  padding-right: 0.75rem;
  scrollbar-gutter: stable;
}

.tg-scroll-shell::before,
.tg-scroll-shell::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 18px;
  pointer-events: none;
  z-index: 1;
}

.tg-scroll-shell::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(248, 249, 250, 0.96), rgba(248, 249, 250, 0));
}

.tg-scroll-shell::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(248, 249, 250, 0.96), rgba(248, 249, 250, 0));
}

.account-trigger.is-authenticated #accountIcon {
  background: rgba(60, 98, 135, 0.16);
  color: #2f567a;
}

.account-trigger #accountIcon.has-avatar {
  background: rgba(60, 98, 135, 0.16);
  padding: 0;
  width: 1.45em;
  height: 1.45em;
  line-height: 0;
  overflow: hidden;
}

.account-icon-avatar {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-trigger.is-guest #accountIcon {
  background: #e5e9eb;
  color: #5a6062;
}

.loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}

.email-arrow-submit .material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 430, 'GRAD' 0, 'opsz' 24;
  transition: font-variation-settings 120ms ease;
}

.email-arrow-submit:hover .material-symbols-outlined,
.email-arrow-submit:focus-visible .material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 24;
}

.tutorial-modal-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.tutorial-carousel {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

.tutorial-carousel.is-dragging {
  cursor: grabbing;
}

.tutorial-track {
  display: flex;
  transform: translate3d(0, 0, 0);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.tutorial-carousel.is-dragging .tutorial-track {
  transition: none;
}

.tutorial-slide {
  min-width: 100%;
  user-select: none;
}

.tutorial-step-kicker {
  margin: 0;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #5a6062;
}

.tutorial-step-title {
  margin: 0.5rem 0 0;
  font-size: clamp(1.25rem, 1.6vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111316;
}

.tutorial-step-visual {
  margin-top: 1rem;
  min-height: 160px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff2f5;
  color: #3c6287;
  overflow: hidden;
}

.tutorial-step-image {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  display: block;
}

.tutorial-step-message {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #5a6062;
}

.tutorial-dot {
  display: inline-block;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 999px;
  background: rgba(106, 112, 115, 0.38);
  transition: all 0.2s ease;
}

.tutorial-dot.is-active {
  width: 1.35rem;
  background: rgba(60, 98, 135, 0.86);
}

@keyframes mulShdSpin {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

@keyframes previewSpin {
  to {
    transform: rotate(360deg);
  }
}