@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: #fff;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.toast {
  gap: 1rem;
}
.toast .alert {
  @apply bg-base-100 text-base-content;
  @apply shadow-xl;
  @apply border-l-4;
  @apply min-w-[320px] max-w-md;
}
.toast .alert.alert-success {
  @apply border-l-success;
}
.toast .alert.alert-success .toast-icon {
  @apply text-success;
}
.toast .alert.alert-error {
  @apply border-l-error;
}
.toast .alert.alert-error .toast-icon {
  @apply text-error;
}
.toast .alert.alert-warning {
  @apply border-l-warning;
}
.toast .alert.alert-warning .toast-icon {
  @apply text-warning;
}
.toast .alert.alert-info {
  @apply border-l-info;
}
.toast .alert.alert-info .toast-icon {
  @apply text-info;
}
.toast .btn-close {
  @apply opacity-60 hover:opacity-100;
  @apply transition-opacity;
}

.toast-enter {
  @apply opacity-0 translate-y-2 scale-95;
}

.toast-enter-active {
  @apply transition-all duration-300 ease-out;
}

.toast-enter-to {
  @apply opacity-100 translate-y-0 scale-100;
}

.toast-leave {
  @apply opacity-100 translate-y-0 scale-100;
}

.toast-leave-active {
  @apply transition-all duration-200 ease-in;
}

.toast-leave-to {
  @apply opacity-0 translate-y-2 scale-95;
}

.app-store-preview .phone-frame {
  background: #000;
  border-radius: 2.5rem;
  padding: 0.125rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.app-store-preview .phone-screen {
  background: #f2f2f7;
  border-radius: 2.25rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.app-store-preview .status-bar {
  background: #f2f2f7;
  height: 44px;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 10;
}
.app-store-preview .status-bar .status-left {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.24px;
}
.app-store-preview .status-bar .status-right {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 600;
}
.app-store-preview .status-bar .status-right .signal-bars {
  display: flex;
  gap: 3px;
  align-items: flex-end;
  margin-right: 5px;
}
.app-store-preview .status-bar .status-right .signal-bars .bar {
  background: #000;
  border-radius: 1px;
}
.app-store-preview .status-bar .status-right .signal-bars .bar.bar-1 {
  width: 3px;
  height: 3px;
}
.app-store-preview .status-bar .status-right .signal-bars .bar.bar-2 {
  width: 3px;
  height: 6px;
}
.app-store-preview .status-bar .status-right .signal-bars .bar.bar-3 {
  width: 3px;
  height: 9px;
}
.app-store-preview .status-bar .status-right .signal-bars .bar.bar-4 {
  width: 3px;
  height: 12px;
}
.app-store-preview .status-bar .status-right .wifi-icon {
  width: 15px;
  height: 11px;
  background: #000;
  clip-path: polygon(0% 100%, 0% 85%, 10% 75%, 90% 75%, 100% 85%, 100% 100%);
  margin-right: 5px;
}
.app-store-preview .status-bar .status-right .battery {
  width: 24px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 2px;
  position: relative;
  margin-left: 5px;
}
.app-store-preview .status-bar .status-right .battery::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -4px;
  width: 2px;
  height: 6px;
  background: #000;
  border-radius: 0 1px 1px 0;
  top: 50%;
  transform: translateY(-50%);
}
.app-store-preview .status-bar .status-right .battery .battery-fill {
  background: #000;
  height: 100%;
  width: 100%;
  border-radius: 1px;
}
.app-store-preview .nav-header {
  background: #f2f2f7;
  padding: 8px 20px 12px;
  border-bottom: 0.5px solid #c6c6c8;
}
.app-store-preview .nav-header .back-button {
  color: #007aff;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.app-store-preview .nav-header .back-button:hover {
  color: #0051d0;
}
.app-store-preview .app-header {
  background: #fff;
  padding: 20px;
}
.app-store-preview .app-header .app-info {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.app-store-preview .app-header .app-icon {
  width: 114px;
  height: 114px;
  border-radius: 22px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.app-store-preview .app-header .app-details {
  flex: 1;
  min-width: 0;
}
.app-store-preview .app-header .app-details .app-name {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 0 0 2px 0;
  line-height: 1.2;
}
.app-store-preview .app-header .app-details .app-subtitle {
  font-size: 15px;
  color: #8e8e93;
  margin: 0 0 12px 0;
  line-height: 1.2;
}
.app-store-preview .app-header .app-details .action-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.app-store-preview .app-header .app-details .action-buttons .get-button {
  background: #007aff;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 6px 20px;
  font-size: 15px;
  font-weight: 600;
  min-width: 72px;
  height: 32px;
  cursor: pointer;
}
.app-store-preview .app-header .app-details .action-buttons .get-button:hover {
  background: #0056b3;
}
.app-store-preview .app-header .app-details .action-buttons .share-button {
  color: #007aff;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 6px;
}
.app-store-preview .app-stats {
  background: #fff;
  padding: 0 20px 20px;
}
.app-store-preview .app-stats .stats-grid {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.app-store-preview .app-stats .stats-grid .stat-item {
  flex: 1;
}
.app-store-preview .app-stats .stats-grid .stat-item .stat-value {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin-bottom: 2px;
}
.app-store-preview .app-stats .stats-grid .stat-item .stat-label {
  font-size: 10px;
  color: #8e8e93;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.app-store-preview .app-stats .stats-grid .stat-item .star-rating {
  color: #ff9500;
  font-size: 12px;
  margin-bottom: 2px;
}
.app-store-preview .whats-new-section {
  background: #fff;
  margin-top: 8px;
  padding: 20px;
}
.app-store-preview .whats-new-section .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.app-store-preview .whats-new-section .section-header .section-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.app-store-preview .whats-new-section .section-header .chevron {
  color: #c7c7cc;
  font-size: 16px;
}
.app-store-preview .whats-new-section .version-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.app-store-preview .whats-new-section .version-info .version {
  font-size: 15px;
  color: #8e8e93;
}
.app-store-preview .whats-new-section .version-info .date {
  font-size: 15px;
  color: #8e8e93;
}
.app-store-preview .whats-new-section .update-description {
  font-size: 15px;
  color: #000;
  line-height: 1.4;
}
.app-store-preview .preview-section {
  background: #fff;
  margin-top: 8px;
  padding: 20px;
}
.app-store-preview .preview-section .section-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}
.app-store-preview .preview-section .preview-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  position: relative;
}
.app-store-preview .preview-section .preview-grid:active {
  cursor: grabbing;
}
.app-store-preview .preview-section .preview-grid::-webkit-scrollbar {
  display: none;
}
.app-store-preview .preview-section .preview-grid::before, .app-store-preview .preview-section .preview-grid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.app-store-preview .preview-section .preview-grid::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent);
}
.app-store-preview .preview-section .preview-grid::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.8), transparent);
}
.app-store-preview .preview-section .preview-grid.scroll-left::before {
  opacity: 1;
}
.app-store-preview .preview-section .preview-grid.scroll-right::after {
  opacity: 1;
}
.app-store-preview .preview-section .preview-grid .preview-item {
  flex-shrink: 0;
  width: 230px;
  height: 460px;
  border-radius: 12px;
  background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.app-store-preview .preview-section .preview-grid .preview-item.preview-1 {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}
.app-store-preview .preview-section .preview-grid .preview-item.preview-2 {
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
}
.app-store-preview .preview-section .preview-grid .preview-item .preview-text {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  margin-bottom: 20px;
  max-width: 180px;
}
.app-store-preview .preview-section .preview-grid .preview-item .phone-mockup {
  width: 160px;
  height: 320px;
  background: #000;
  border-radius: 32px;
  padding: 4px;
  position: relative;
}
.app-store-preview .preview-section .preview-grid .preview-item .phone-mockup .mockup-screen {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}
.app-store-preview .preview-section .preview-grid .preview-item .phone-mockup .mockup-screen .mockup-status {
  background: #fff;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}
.app-store-preview .preview-section .preview-grid .preview-item .phone-mockup .mockup-screen .mockup-content {
  background: #f5f5f5;
  height: calc(100% - 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.app-store-preview .scrollable-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: none;
}
.app-store-preview .scrollable-content::-webkit-scrollbar {
  width: 3px;
}
.app-store-preview .scrollable-content::-webkit-scrollbar-track {
  background: transparent;
}
.app-store-preview .scrollable-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  transition: background-color 0.2s ease;
}
.app-store-preview .scrollable-content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.25);
}
.app-store-preview .scrollable-content .ios-scroll-indicator {
  position: absolute;
  right: 2px;
  width: 2px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1px;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s ease;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  will-change: opacity, top, height;
}
.app-store-preview .scrollable-content.scrolling .ios-scroll-indicator {
  opacity: 0.65;
  transition: opacity 0.05s ease;
}
.app-store-preview .scrollable-content::after {
  content: "";
  position: sticky;
  bottom: 0;
  display: block;
  height: 15px;
  background: linear-gradient(transparent, rgba(242, 242, 247, 0.9));
  pointer-events: none;
  margin-top: -15px;
  z-index: 5;
}
.app-store-preview .bottom-nav {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f2f2f7;
  border-top: 0.5px solid #c6c6c8;
  padding: 8px 0 34px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-shrink: 0;
}
.app-store-preview .bottom-nav .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #8e8e93;
  min-width: 44px;
}
.app-store-preview .bottom-nav .nav-item.active {
  color: #007aff;
}
.app-store-preview .bottom-nav .nav-item .nav-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  background: currentColor;
  border-radius: 2px;
}
.app-store-preview .bottom-nav .nav-item .nav-icon.icon-today {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 85%);
}
.app-store-preview .bottom-nav .nav-item .nav-icon.icon-games {
  border-radius: 50%;
}
.app-store-preview .bottom-nav .nav-item .nav-icon.icon-apps {
  border-radius: 4px;
}
.app-store-preview .bottom-nav .nav-item .nav-icon.icon-arcade {
  clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
}
.app-store-preview .bottom-nav .nav-item .nav-icon.icon-search {
  border-radius: 50%;
  position: relative;
}
.app-store-preview .bottom-nav .nav-item .nav-icon.icon-search::after {
  content: "";
  position: absolute;
  top: 70%;
  right: 30%;
  width: 8px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}
.app-store-preview .bottom-nav .nav-item .nav-label {
  font-size: 10px;
  font-weight: 400;
}
.app-store-preview .home-indicator {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 134px;
  height: 5px;
  background: #000;
  border-radius: 2.5px;
}

@media (max-width: 1024px) {
  .app-store-preview .phone-frame {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .app-store-preview .phone-frame {
    transform: scale(0.8);
  }
}
.app-icon-mask {
  -webkit-mask: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.41%22%20clip-rule%3D%22evenodd%22%20version%3D%221.1%22%20viewBox%3D%220%200%20460%20460%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M460%20316.1c0%205.5%200%2010.99-.04%2016.48-.03%204.63-.08%209.26-.2%2013.88a201.73%20201.73%200%200%201-2.66%2030.21c-1.71%2010-4.9%2019.68-9.47%2028.73a96.6%2096.6%200%200%201-42.23%2042.23%20101.86%20101.86%200%200%201-28.71%209.46c-10%201.65-20.1%202.54-30.22%202.66a649%20649%200%200%201-13.88.21c-5.5.03-10.99.03-16.48.03H143.89c-5.49%200-10.98%200-16.48-.03a648.8%20648.8%200%200%201-13.88-.2%20201.46%20201.46%200%200%201-30.22-2.67c-9.99-1.7-19.67-4.9-28.71-9.46a96.61%2096.61%200%200%201-42.23-42.22%20101.96%20101.96%200%200%201-9.47-28.74%20201.6%20201.6%200%200%201-2.66-30.2c-.12-4.63-.18-9.26-.2-13.89C0%20327.08%200%20321.6%200%20316.1V143.9c0-5.5%200-11%20.04-16.5.02-4.62.08-9.25.2-13.87a201.64%20201.64%200%200%201%202.66-30.2c1.71-10%204.9-19.68%209.47-28.74A96.6%2096.6%200%200%201%2054.6%2012.36%20101.96%20101.96%200%200%201%2083.3%202.9c10-1.64%2020.1-2.53%2030.22-2.66%204.63-.12%209.26-.18%2013.88-.2%205.5-.03%2011-.03%2016.48-.03H316.1c5.5%200%2011%200%2016.49.03a649%20649%200%200%201%2013.88.2c10.12.13%2020.22%201.02%2030.21%202.66%2010%201.71%2019.67%204.9%2028.72%209.46a96.58%2096.58%200%200%201%2042.24%2042.23%20101.92%20101.92%200%200%201%209.46%2028.73%20201.7%20201.7%200%200%201%202.66%2030.21c.12%204.63.18%209.26.2%2013.88.04%205.5.04%2010.99.04%2016.48V316.1z%22%2F%3E%3C%2Fsvg%3E%0A) center/100% 100% no-repeat;
  mask: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.41%22%20clip-rule%3D%22evenodd%22%20version%3D%221.1%22%20viewBox%3D%220%200%20460%20460%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M460%20316.1c0%205.5%200%2010.99-.04%2016.48-.03%204.63-.08%209.26-.2%2013.88a201.73%20201.73%200%200%201-2.66%2030.21c-1.71%2010-4.9%2019.68-9.47%2028.73a96.6%2096.6%200%200%201-42.23%2042.23%20101.86%20101.86%200%200%201-28.71%209.46c-10%201.65-20.1%202.54-30.22%202.66a649%20649%200%200%201-13.88.21c-5.5.03-10.99.03-16.48.03H143.89c-5.49%200-10.98%200-16.48-.03a648.8%20648.8%200%200%201-13.88-.2%20201.46%20201.46%200%200%201-30.22-2.67c-9.99-1.7-19.67-4.9-28.71-9.46a96.61%2096.61%200%200%201-42.23-42.22%20101.96%20101.96%200%200%201-9.47-28.74%20201.6%20201.6%200%200%201-2.66-30.2c-.12-4.63-.18-9.26-.2-13.89C0%20327.08%200%20321.6%200%20316.1V143.9c0-5.5%200-11%20.04-16.5.02-4.62.08-9.25.2-13.87a201.64%20201.64%200%200%201%202.66-30.2c1.71-10%204.9-19.68%209.47-28.74A96.6%2096.6%200%200%201%2054.6%2012.36%20101.96%20101.96%200%200%201%2083.3%202.9c10-1.64%2020.1-2.53%2030.22-2.66%204.63-.12%209.26-.18%2013.88-.2%205.5-.03%2011-.03%2016.48-.03H316.1c5.5%200%2011%200%2016.49.03a649%20649%200%200%201%2013.88.2c10.12.13%2020.22%201.02%2030.21%202.66%2010%201.71%2019.67%204.9%2028.72%209.46a96.58%2096.58%200%200%201%2042.24%2042.23%20101.92%20101.92%200%200%201%209.46%2028.73%20201.7%20201.7%200%200%201%202.66%2030.21c.12%204.63.18%209.26.2%2013.88.04%205.5.04%2010.99.04%2016.48V316.1z%22%2F%3E%3C%2Fsvg%3E%0A) center/100% 100% no-repeat;
}

.html-preview-container {
  contain: layout style;
}
.html-preview-container .html-preview * {
  max-width: 100% !important;
  max-height: none !important;
  position: static !important;
  z-index: auto !important;
  transform: none !important;
}
.html-preview-container .html-preview img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0.5rem 0;
}
.html-preview-container .html-preview h1, .html-preview-container .html-preview h2, .html-preview-container .html-preview h3, .html-preview-container .html-preview h4, .html-preview-container .html-preview h5, .html-preview-container .html-preview h6 {
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0.5rem 0 !important;
}
.html-preview-container .html-preview script, .html-preview-container .html-preview style, .html-preview-container .html-preview link, .html-preview-container .html-preview meta, .html-preview-container .html-preview iframe, .html-preview-container .html-preview object, .html-preview-container .html-preview embed {
  display: none !important;
}
.html-preview-container .html-preview table {
  max-width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
.html-preview-container .html-preview p, .html-preview-container .html-preview div, .html-preview-container .html-preview span {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.clipboard-item pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  max-height: 300px;
  overflow-y: auto;
}

.clipboard-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* Clipboard Items Styles */
.clipboard-item .html-preview {
  max-height: 200px;
  overflow-y: auto;
}

.clipboard-item .html-preview * {
  max-width: 100% !important;
}

.clipboard-item .html-preview img {
  max-width: 100%;
  height: auto;
}

.clipboard-item .html-preview script,
.clipboard-item .html-preview style,
.clipboard-item .html-preview link,
.clipboard-item .html-preview meta {
  display: none !important;
}

.clipboard-item pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  max-height: 300px;
  overflow-y: auto;
}

/* Image clipboard items */
.clipboard-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#app-icon-preview .d-aip-none {
  display: none !important;
}
#app-icon-preview .d-aip-block {
  display: block !important;
}
#app-icon-preview .d-aip-flex {
  display: flex !important;
}
#app-icon-preview .d-aip-grid {
  display: grid !important;
}

/*# sourceMappingURL=/assets/application-0f5c5326.css.map */
