@font-face {
  font-family: "Sarasa Mono CL";
  src: url("/fonts/SarasaMonoCL-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Sarasa Mono CL", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@keyframes fadeInOut1 {
  0%, 100% {
    opacity: 1;
  }
  33%, 66% {
    opacity: 0;
  }
}
@keyframes fadeInOut2 {
  0%, 100% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@keyframes fadeInOut3 {
  0%, 33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes messageSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes iconBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  30% {
    opacity: 0.4;
  }
  60% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
  60.01%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes wishlistPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
.gradient-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.gradient-layer-1 {
  background: radial-gradient(circle at 20% 50%, rgba(16, 185, 129, 0.3), transparent 50%), radial-gradient(circle at 80% 80%, rgba(251, 146, 60, 0.3), transparent 50%), radial-gradient(circle at 40% 80%, rgba(20, 184, 166, 0.2), transparent 50%), linear-gradient(135deg, #10b981 0%, #059669 50%, #fb923c 100%);
  animation: fadeInOut1 30s ease-in-out infinite;
}

.gradient-layer-2 {
  background: radial-gradient(circle at 80% 30%, rgba(251, 146, 60, 0.3), transparent 50%), radial-gradient(circle at 30% 70%, rgba(20, 184, 166, 0.3), transparent 50%), radial-gradient(circle at 60% 20%, rgba(251, 146, 60, 0.2), transparent 50%), linear-gradient(135deg, #fb923c 0%, #10b981 50%, #059669 100%);
  animation: fadeInOut2 30s ease-in-out infinite;
}

.gradient-layer-3 {
  background: radial-gradient(circle at 50% 80%, rgba(20, 184, 166, 0.3), transparent 50%), radial-gradient(circle at 20% 20%, rgba(251, 146, 60, 0.3), transparent 50%), radial-gradient(circle at 70% 60%, rgba(16, 185, 129, 0.2), transparent 50%), linear-gradient(135deg, #059669 0%, #fb923c 50%, #10b981 100%);
  animation: fadeInOut3 30s ease-in-out infinite;
}

.gradient-layer-dark-1 {
  background: radial-gradient(circle at 20% 50%, rgba(251, 146, 60, 0.3), transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 107, 53, 0.4), transparent 50%), radial-gradient(circle at 40% 80%, rgba(251, 146, 60, 0.2), transparent 50%), linear-gradient(135deg, #1a0a05 0%, #2d1508 50%, #0d0d0d 100%);
  animation: fadeInOut1 30s ease-in-out infinite;
}

.gradient-layer-dark-2 {
  background: radial-gradient(circle at 80% 30%, rgba(255, 107, 53, 0.4), transparent 50%), radial-gradient(circle at 30% 70%, rgba(251, 146, 60, 0.3), transparent 50%), radial-gradient(circle at 60% 20%, rgba(251, 146, 60, 0.3), transparent 50%), linear-gradient(135deg, #0d0d0d 0%, #1a0a05 50%, #2d1508 100%);
  animation: fadeInOut2 30s ease-in-out infinite;
}

.gradient-layer-dark-3 {
  background: radial-gradient(circle at 50% 80%, rgba(251, 146, 60, 0.4), transparent 50%), radial-gradient(circle at 20% 20%, rgba(255, 107, 53, 0.3), transparent 50%), radial-gradient(circle at 70% 60%, rgba(251, 146, 60, 0.3), transparent 50%), linear-gradient(135deg, #2d1508 0%, #0d0d0d 50%, #1a0a05 100%);
  animation: fadeInOut3 30s ease-in-out infinite;
}

.gradient-layer-supernova-1 {
  background: radial-gradient(circle at 20% 50%, rgba(125, 211, 252, 0.4), transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 215, 0, 0.4), transparent 50%), radial-gradient(circle at 40% 80%, rgba(253, 224, 71, 0.3), transparent 50%), linear-gradient(135deg, #0a1628 0%, #1e3a5f 50%, #0d1117 100%);
  animation: fadeInOut1 30s ease-in-out infinite;
}

.gradient-layer-supernova-2 {
  background: radial-gradient(circle at 80% 30%, rgba(253, 224, 71, 0.4), transparent 50%), radial-gradient(circle at 30% 70%, rgba(125, 211, 252, 0.4), transparent 50%), radial-gradient(circle at 60% 20%, rgba(255, 215, 0, 0.3), transparent 50%), linear-gradient(135deg, #0d1117 0%, #0a1628 50%, #1e3a5f 100%);
  animation: fadeInOut2 30s ease-in-out infinite;
}

.gradient-layer-supernova-3 {
  background: radial-gradient(circle at 50% 80%, rgba(255, 215, 0, 0.4), transparent 50%), radial-gradient(circle at 20% 20%, rgba(125, 211, 252, 0.3), transparent 50%), radial-gradient(circle at 70% 60%, rgba(253, 224, 71, 0.3), transparent 50%), linear-gradient(135deg, #1e3a5f 0%, #0d1117 50%, #0a1628 100%);
  animation: fadeInOut3 30s ease-in-out infinite;
}

.black-hole-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.balls-container,
.particles-container,
.floating-texts-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.balls-container {
  z-index: 0;
}

.particles-container {
  z-index: 5;
}

.floating-texts-container {
  z-index: 10;
}

.ball {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.1s ease-out;
  will-change: transform, left, top, width, height;
}

.particle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.floating-text {
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  font-family: "Sarasa Mono SC", monospace;
  pointer-events: none;
  user-select: none;
  transform: translate(-50%, -50%);
}

.score-container {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
@media (max-width: 768px) {
  .score-container {
    top: 12px;
    right: 12px;
  }
}

.score-counter {
  font-size: 48px;
  font-weight: bold;
  color: #fde047;
  text-shadow: 0 0 10px rgba(253, 224, 71, 0.8), 0 0 20px rgba(253, 224, 71, 0.6), 0 0 30px rgba(253, 224, 71, 0.4), 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-family: "Sarasa Mono SC", monospace;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 768px) {
  .score-counter {
    font-size: 28px;
  }
}

.showcase-grid {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  padding: 0 24px;
}
@media (max-width: 1200px) {
  .showcase-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .showcase-grid {
    gap: 32px;
    padding: 0;
  }
}

.games-grid {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .games-grid {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .games-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0;
  }
}

.btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 40px;
  font-family: "Sarasa Mono CL", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  border-radius: 12px;
  border: 2px solid;
  backdrop-filter: blur(16px);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  user-select: none;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}

.btn--primary:not(:disabled):hover {
  transform: translateY(-3px);
}
.btn--primary:not(:disabled):active {
  transform: translateY(-1px);
}

.btn--secondary:not(:disabled):hover {
  transform: translateY(-2px);
}
.btn--secondary:not(:disabled):active {
  transform: translateY(-1px);
}

.btn--tertiary {
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  border-width: 1px;
}
.btn--tertiary:not(:disabled):hover {
  transform: none;
}

.btn--sm {
  padding: 12px 28px;
  font-size: 14px;
}

.btn--lg {
  padding: 18px 48px;
  font-size: 18px;
}

.btn--cyan {
  color: #7dd3fc;
  border-color: #7dd3fc;
  background: rgba(125, 211, 252, 0.15);
  box-shadow: 0 8px 24px rgba(125, 211, 252, 0.3), inset 0 1px 0 rgba(125, 211, 252, 0.2);
}
.btn--cyan:not(:disabled):hover {
  background: rgba(125, 211, 252, 0.25);
  box-shadow: 0 12px 32px rgba(125, 211, 252, 0.4), inset 0 1px 0 rgba(125, 211, 252, 0.3);
}
.btn--cyan:not(:disabled):hover {
  transform: translateY(-3px);
}
.btn--cyan:not(:disabled):active {
  transform: translateY(-1px);
}

.btn--yellow {
  color: #000;
  border-color: #ffd700;
  background: linear-gradient(135deg, #ffd700 0%, #ffdf33 100%);
  box-shadow: 0 20px 60px rgba(255, 215, 0, 0.6), inset 0 2px 0 rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
}
.btn--yellow:not(:disabled):hover {
  box-shadow: 0 20px 60px rgba(255, 215, 0, 0.6), inset 0 2px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 20px 60px rgba(255, 215, 0, 0.8), inset 0 2px 0 rgba(255, 255, 255, 0.5);
}
.btn--yellow:not(:disabled):hover {
  transform: translateY(-3px);
}
.btn--yellow:not(:disabled):active {
  transform: translateY(-1px);
}
.btn--yellow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn--yellow:not(:disabled):hover::before {
  left: 100%;
}

.btn--supernova {
  color: #fff;
  border-color: #ffd700;
  background: rgba(253, 224, 71, 0.2);
  box-shadow: 0 8px 24px rgba(253, 224, 71, 0.3), inset 0 1px 0 rgba(253, 224, 71, 0.2);
}
.btn--supernova:not(:disabled):hover {
  transform: translateY(-3px);
}
.btn--supernova:not(:disabled):active {
  transform: translateY(-1px);
}
.btn--supernova:not(:disabled):hover {
  background: rgba(253, 224, 71, 0.3);
  box-shadow: 0 12px 32px rgba(253, 224, 71, 0.4), inset 0 1px 0 rgba(253, 224, 71, 0.3);
}
.btn--supernova:not(:disabled):active {
  background: rgba(253, 224, 71, 0.25);
  box-shadow: 0 6px 20px rgba(253, 224, 71, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn--green {
  color: #10b981;
  border-color: #10b981;
  background: rgba(16, 185, 129, 0.15);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3), inset 0 1px 0 rgba(16, 185, 129, 0.2);
}
.btn--green:not(:disabled):hover {
  background: rgba(16, 185, 129, 0.25);
  box-shadow: 0 12px 32px rgba(16, 185, 129, 0.4), inset 0 1px 0 rgba(16, 185, 129, 0.3);
}
.btn--green:not(:disabled):hover {
  transform: translateY(-3px);
}
.btn--green:not(:disabled):active {
  transform: translateY(-1px);
}

.btn--orange {
  color: #fff;
  border-color: #fb923c;
  background: rgba(251, 146, 60, 0.2);
  box-shadow: 0 8px 24px rgba(251, 146, 60, 0.3), inset 0 1px 0 rgba(251, 146, 60, 0.2);
}
.btn--orange:not(:disabled):hover {
  transform: translateY(-3px);
}
.btn--orange:not(:disabled):active {
  transform: translateY(-1px);
}
.btn--orange:not(:disabled):hover {
  background: rgba(251, 146, 60, 0.3);
  box-shadow: 0 12px 32px rgba(251, 146, 60, 0.4), inset 0 1px 0 rgba(251, 146, 60, 0.3);
}

.btn--ghost {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.15), 0 0 20px rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.btn--ghost:not(:disabled):hover {
  transform: translateY(-3px);
}
.btn--ghost:not(:disabled):active {
  transform: translateY(-1px);
}
.btn--ghost:not(:disabled):hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 12px 32px rgba(255, 255, 255, 0.2), 0 0 30px rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn--dark {
  color: white;
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.btn--dark:not(:disabled):hover {
  transform: translateY(-3px);
}
.btn--dark:not(:disabled):active {
  transform: translateY(-1px);
}
.btn--dark:not(:disabled):hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.btn--sm .btn__icon {
  width: 20px;
  height: 20px;
}
.btn--lg .btn__icon {
  width: 28px;
  height: 28px;
}

.btn__arrow {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover .btn__arrow {
  transform: translateX(6px);
}

.icon-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(16px);
  border-radius: 12px;
  border: 2px solid;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.icon-btn svg {
  width: 24px;
  height: 24px;
}
.icon-btn:hover {
  transform: translateY(-3px);
}

.icon-btn--cyan {
  color: #7dd3fc;
  border-color: #7dd3fc;
  box-shadow: 0 8px 24px rgba(125, 211, 252, 0.3), inset 0 1px 0 rgba(125, 211, 252, 0.2);
}
.icon-btn--cyan:hover {
  background: rgba(125, 211, 252, 0.2);
  box-shadow: 0 12px 32px rgba(125, 211, 252, 0.4), inset 0 1px 0 rgba(125, 211, 252, 0.3);
}

.icon-btn--yellow {
  color: #ffd700;
  border-color: #ffd700;
  box-shadow: 0 8px 24px rgba(255, 215, 0, 0.3), inset 0 1px 0 rgba(255, 215, 0, 0.2);
}
.icon-btn--yellow:hover {
  background: rgba(255, 215, 0, 0.2);
  box-shadow: 0 12px 32px rgba(255, 215, 0, 0.4), inset 0 1px 0 rgba(255, 215, 0, 0.3);
}

.icon-btn--pink {
  color: #ff69b4;
  border-color: #ff69b4;
  box-shadow: 0 8px 24px rgba(255, 105, 180, 0.3), inset 0 1px 0 rgba(255, 105, 180, 0.2);
}
.icon-btn--pink:hover {
  background: rgba(255, 105, 180, 0.2);
  box-shadow: 0 12px 32px rgba(255, 105, 180, 0.4), inset 0 1px 0 rgba(255, 105, 180, 0.3);
}

.icon-btn--purple {
  color: #a855f7;
  border-color: #a855f7;
  box-shadow: 0 8px 24px rgba(168, 85, 247, 0.3), inset 0 1px 0 rgba(168, 85, 247, 0.2);
}
.icon-btn--purple:hover {
  background: rgba(168, 85, 247, 0.2);
  box-shadow: 0 12px 32px rgba(168, 85, 247, 0.4), inset 0 1px 0 rgba(168, 85, 247, 0.3);
}

.showcase-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.showcase-card-featured {
  min-height: 600px;
  background: #000;
  box-shadow: 0 0 0 1px rgba(0, 212, 255, 0.2), 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 80px rgba(0, 212, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.showcase-card-featured:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 0 0 2px rgba(0, 212, 255, 0.5), 0 30px 80px rgba(0, 0, 0, 0.8), 0 0 120px rgba(0, 212, 255, 0.3);
}
@media (max-width: 1200px) {
  .showcase-card-featured {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .showcase-card-featured {
    min-height: 450px;
  }
}

.showcase-card-link {
  flex: 1;
  position: relative;
  text-decoration: none;
  display: block;
}

.showcase-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(0.7);
}
.showcase-card-featured:hover .showcase-bg {
  transform: scale(1.05);
  filter: brightness(0.4);
}

.showcase-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.75) 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 48px;
}
.showcase-card-featured:hover .showcase-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.85) 100%);
}
@media (max-width: 768px) {
  .showcase-overlay {
    padding: 32px 24px;
  }
}

.showcase-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 600px;
}

.showcase-game-logo {
  width: 100%;
  max-width: 500px;
  height: auto;
  filter: drop-shadow(0 10px 40px rgba(0, 212, 255, 0.4)) drop-shadow(0 10px 40px rgba(255, 215, 0, 0.3));
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.showcase-card-featured:hover .showcase-game-logo {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .showcase-game-logo {
    max-width: 100%;
  }
}

.showcase-desc {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .showcase-desc {
    font-size: 1rem;
  }
}

.showcase-hover-cta {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.showcase-card-featured:hover .showcase-hover-cta {
  opacity: 1;
  transform: translateY(0);
}
.showcase-card-featured:hover .showcase-hover-cta:hover {
  transform: translateY(-2px);
}
@media (max-width: 1024px) {
  .showcase-hover-cta {
    opacity: 1;
    transform: translateY(0);
  }
  .showcase-hover-cta:hover {
    transform: translateY(-2px);
  }
}
@media (max-width: 768px) {
  .showcase-hover-cta {
    font-size: 1rem;
    padding: 14px 32px;
  }
}

.online-indicator {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 50px;
  height: 50px;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 768px) {
  .online-indicator {
    top: 16px;
    right: 16px;
  }
}

.online-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #10b981;
  border-radius: 9999px;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3), inset 0 1px 0 rgba(16, 185, 129, 0.2);
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6), 0 0 20px rgba(16, 185, 129, 0.4), inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

.online-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: rgba(16, 185, 129, 0.4);
  border-radius: 9999px;
  animation: pulse 2.5s ease-out infinite;
}

.card-wishlist-section {
  padding: 24px 32px 32px;
  background: #0a0a0f;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
  animation: wishlistPulse 2s ease-in-out infinite;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .card-wishlist-section {
    padding: 24px 24px 24px;
  }
}

.showcase-card-secondary {
  background: linear-gradient(135deg, rgba(20, 20, 30, 0.9) 0%, rgba(30, 30, 40, 0.9) 100%);
  background: #0a0a0f;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(251, 146, 60, 0.3);
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  justify-content: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 80px rgba(251, 146, 60, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: all 0.5s ease;
  text-decoration: none;
}
.showcase-card-secondary:hover {
  transform: translateY(-8px);
  border-color: rgba(251, 146, 60, 0.6);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8), 0 0 120px rgba(251, 146, 60, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .showcase-card-secondary {
    padding: 32px 24px;
  }
}

.showcase-secondary-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.secondary-game-title {
  font-size: 2rem;
  font-weight: 900;
  background: linear-gradient(135deg, #fb923c 0%, #ff6b35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .secondary-game-title {
    font-size: 1.5rem;
  }
}

.secondary-status-badge {
  display: inline-block;
  padding: 8px 24px;
  background: rgba(251, 146, 60, 0.15);
  border: 1px solid rgba(251, 146, 60, 0.3);
  border-radius: 9999px;
  color: #fb923c;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.secondary-game-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}

.input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  padding: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: white;
  backdrop-filter: blur(8px) saturate(180%);
  -webkit-backdrop-filter: blur(8px) saturate(180%);
}
.input-wrapper:focus-within {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
@media (max-width: 600px) {
  .input-wrapper {
    flex-direction: column;
    gap: 8px;
  }
}

.modal-input {
  padding: 12px 16px;
  font-size: 1rem;
  font-family: "Sarasa Mono CL", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  border: none;
  background: transparent;
  outline: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex: 1;
  color: #1a202c;
  text-align: center;
  transition: font-size 0.2s ease-in-out;
}
.modal-input::placeholder {
  color: #64748b;
}
.modal-input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.modal-input::placeholder {
  color: #94a3b8;
}

.modal-button {
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background: #0a0a0f;
  backdrop-filter: blur(8px) saturate(180%);
  -webkit-backdrop-filter: blur(8px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  font-family: "Sarasa Mono CL", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.modal-button:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.75);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.modal-button:active:not(:disabled) {
  transform: translateY(0);
}
.modal-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
@media (max-width: 600px) {
  .modal-button {
    width: 100%;
    padding: 16px;
  }
}

.message {
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 16px;
  text-align: center;
  animation: messageSlideIn 0.3s ease-out;
}

.message.success {
  background: rgba(34, 197, 94, 0.15);
  background: #0a0a0f;
  backdrop-filter: blur(8px) saturate(180%);
  -webkit-backdrop-filter: blur(8px) saturate(180%);
  color: #166534;
  border: 1px solid rgba(34, 197, 94, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.message.error {
  background: rgba(239, 68, 68, 0.1);
  background: #0a0a0f;
  backdrop-filter: blur(8px) saturate(180%);
  -webkit-backdrop-filter: blur(8px) saturate(180%);
  color: #991b1b;
  border: 1px solid rgba(239, 68, 68, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px;
  backdrop-filter: blur(8px);
  animation: fadeIn 0.4s ease-out;
  z-index: 10;
}
.modal-overlay.supernova {
  backdrop-filter: none;
  justify-content: flex-start;
  padding-top: 220px;
}
@media (max-width: 768px) {
  .modal-overlay.supernova {
    padding-top: 180px;
  }
}

.modal {
  background: linear-gradient(135deg, rgba(19, 23, 46, 0.9) 0%, rgba(26, 31, 58, 0.9) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid #252b47;
  border-radius: 16px;
  padding: 48px 40px;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 60px rgba(0, 212, 255, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  animation: modalSlideUp 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}
@media (max-width: 600px) {
  .modal {
    padding: 36px 24px;
  }
}

.modal--landing .modal-icon svg {
  color: #00d4ff;
}
.modal--landing .modal-headline {
  color: #ffffff;
}
.modal--landing .modal-subheadline {
  color: rgba(255, 255, 255, 0.7);
}
.modal--landing .input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  padding: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #0a0a0f;
  backdrop-filter: blur(8px) saturate(180%);
  -webkit-backdrop-filter: blur(8px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(20, 25, 35, 0.8);
}
.modal--landing .input-wrapper:focus-within {
  border-color: rgba(0, 212, 255, 0.5);
  box-shadow: 0 8px 24px rgba(0, 212, 255, 0.3), inset 0 1px 0 rgba(0, 212, 255, 0.2);
}
.modal--landing .modal-input {
  color: #ffffff;
}
.modal--landing .modal-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.modal--landing .message.success {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  border-color: rgba(34, 197, 94, 0.3);
  box-shadow: inset 0 1px 0 rgba(34, 197, 94, 0.1);
}
.modal--landing .message.error {
  background: rgba(239, 68, 68, 0.15);
  color: #fca5a5;
  border-color: rgba(239, 68, 68, 0.3);
  box-shadow: inset 0 1px 0 rgba(239, 68, 68, 0.1);
}

.modal.dark {
  background: linear-gradient(135deg, rgba(30, 20, 15, 0.95) 0%, rgba(40, 25, 20, 0.95) 100%);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 60px rgba(251, 146, 60, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.modal.dark .modal-icon svg {
  color: #fb923c;
}
.modal.dark .modal-headline,
.modal.dark .modal-subheadline {
  color: #ffffff;
}
.modal.dark .modal-subheadline {
  opacity: 0.7;
}
.modal.dark .input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  padding: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #0a0a0f;
  backdrop-filter: blur(8px) saturate(180%);
  -webkit-backdrop-filter: blur(8px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(40, 40, 40, 0.6);
}
.modal.dark .input-wrapper:focus-within {
  border-color: rgba(251, 146, 60, 0.5);
  box-shadow: 0 8px 24px rgba(251, 146, 60, 0.3), inset 0 1px 0 rgba(251, 146, 60, 0.2);
}
.modal.dark .modal-input {
  color: #ffffff;
  background: transparent;
}
.modal.dark .modal-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.modal.dark .message.success {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  border-color: rgba(34, 197, 94, 0.3);
  box-shadow: inset 0 1px 0 rgba(34, 197, 94, 0.1);
}
.modal.dark .message.error {
  background: rgba(100, 100, 100, 0.2);
  color: #ff9999;
  border-color: rgba(150, 150, 150, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.modal.join-supernova {
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.95) 0%, rgba(15, 30, 50, 0.95) 100%);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 60px rgba(125, 211, 252, 0.1), inset 0 1px 0 rgba(125, 211, 252, 0.05);
}
.modal.join-supernova .modal-icon svg {
  color: #7dd3fc;
}
.modal.join-supernova .modal-headline {
  color: #ffffff;
  filter: drop-shadow(0 0 20px rgba(125, 211, 252, 0.6));
}
.modal.join-supernova .modal-subheadline {
  color: rgba(255, 255, 255, 0.8);
}
.modal.join-supernova .input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  padding: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #0a0a0f;
  backdrop-filter: blur(8px) saturate(180%);
  -webkit-backdrop-filter: blur(8px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(20, 40, 70, 0.6);
  border: 1px solid rgba(125, 211, 252, 0.3);
}
.modal.join-supernova .input-wrapper:focus-within {
  border-color: rgba(125, 211, 252, 0.5);
  box-shadow: 0 8px 24px rgba(125, 211, 252, 0.3), inset 0 1px 0 rgba(125, 211, 252, 0.2);
}
.modal.join-supernova .modal-input {
  color: #ffffff;
  background: transparent;
}
.modal.join-supernova .modal-input::placeholder {
  color: rgba(125, 211, 252, 0.4);
}
.modal.join-supernova .message.success {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  border-color: rgba(34, 197, 94, 0.3);
  box-shadow: inset 0 1px 0 rgba(34, 197, 94, 0.1);
}
.modal.join-supernova .message.error {
  background: rgba(239, 68, 68, 0.15);
  color: #fca5a5;
  border-color: rgba(239, 68, 68, 0.3);
  box-shadow: inset 0 1px 0 rgba(239, 68, 68, 0.1);
}

.modal-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  animation: iconBounce 1s ease-in-out infinite;
}
.modal-icon svg {
  filter: drop-shadow(0 8px 24px currentColor);
}
@media (max-width: 600px) {
  .modal-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
  }
  .modal-icon svg {
    width: 48px;
    height: 48px;
  }
}

.modal-headline {
  font-size: 2rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .modal-headline {
    font-size: 1.5rem;
  }
}

.modal-subheadline {
  font-size: 1rem;
  font-weight: 400;
  color: #64748b;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .modal-subheadline {
    font-size: 0.875rem;
    margin-bottom: 24px;
  }
}

.modal-form {
  margin-bottom: 24px;
}

.modal-privacy {
  font-size: 0.75rem;
  color: #94a3b8;
  text-align: center;
  margin-top: 24px;
  line-height: 1.5;
}

.navigation-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nav-btn {
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.nav-btn svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 600px) {
  .nav-btn {
    width: 36px;
    height: 36px;
    padding: 6px;
  }
}

.page-navigation {
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 100;
}
@media (max-width: 600px) {
  .page-navigation {
    top: 12px;
    left: 12px;
  }
}

.social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.promo-banner {
  display: block;
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 160px;
  margin: 0 auto 24px;
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 24px rgba(255, 215, 0, 0.3), inset 0 1px 0 rgba(255, 215, 0, 0.2);
}
.promo-banner:hover {
  border-color: #ffed4e;
  box-shadow: 0 12px 32px rgba(255, 215, 0, 0.4), inset 0 1px 0 rgba(255, 215, 0, 0.3);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .promo-banner {
    height: 140px;
    max-width: 100%;
  }
}

.promo-banner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.promo-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  justify-content: flex-end;
  height: 100%;
  padding: 16px 24px;
  background: linear-gradient(to right, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.85) 100%);
}
@media (max-width: 768px) {
  .promo-banner__content {
    align-items: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
    padding: 12px 16px;
  }
}

.promo-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.promo-banner__title {
  height: 40px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}
@media (max-width: 768px) {
  .promo-banner__title {
    height: 32px;
  }
}

.promo-banner__cta .btn {
  padding: 12px 24px;
  font-size: 0.875rem;
}
.promo-banner__cta .btn__icon {
  width: 22px;
  height: 22px;
}
@media (max-width: 768px) {
  .promo-banner__cta .btn {
    padding: 10px 24px;
    font-size: 0.75rem;
  }
  .promo-banner__cta .btn__icon {
    width: 20px;
    height: 20px;
  }
}

.tool-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 5rem 1.5rem 2rem;
  background: radial-gradient(circle at 30% 20%, rgba(0, 212, 255, 0.15), transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.12), transparent 50%), radial-gradient(circle at 50% 90%, rgba(168, 85, 247, 0.1), transparent 40%), linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
}
@media (max-width: 768px) {
  .tool-page {
    padding: 4rem 1rem 1.5rem;
  }
}

.tool-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 900;
  background: linear-gradient(135deg, #00d4ff 0%, #7dd3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.3));
}
@media (max-width: 768px) {
  .tool-title {
    font-size: 1.5rem;
  }
}

.tool-subtitle {
  text-align: center;
  color: #cbd5e1;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .tool-subtitle {
    font-size: 0.875rem;
  }
}

.tool-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.6));
}
.tool-icon svg {
  width: 100%;
  height: 100%;
  fill: #00d4ff;
}
@media (max-width: 768px) {
  .tool-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.tool-socials {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.tools-landing-page__container {
  max-width: 1000px;
  margin: 0 auto;
}

.tools-landing-page__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin: 3rem 0 2rem;
}
@media (max-width: 768px) {
  .tools-landing-page__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.tools-landing-page__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 3rem 2rem;
  border: 1px solid #252b47;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(19, 23, 46, 0.9) 0%, rgba(26, 31, 58, 0.9) 100%);
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 60px rgba(0, 212, 255, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.tools-landing-page__card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 212, 255, 0.4);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 100px rgba(0, 212, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .tools-landing-page__card {
    padding: 2rem 1.5rem;
    gap: 1rem;
  }
}

.tools-landing-page__card-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.tools-landing-page__card-icon svg {
  width: 100%;
  height: 100%;
  fill: #00d4ff;
  filter: drop-shadow(0 0 15px rgba(0, 212, 255, 0.6));
}
.tools-landing-page__card:hover .tools-landing-page__card-icon {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .tools-landing-page__card-icon {
    width: 3rem;
    height: 3rem;
  }
}

.tools-landing-page__card-title {
  font-size: 1.75rem;
  font-weight: 900;
  text-align: center;
  margin: 0;
  background: linear-gradient(135deg, #00d4ff 0%, #7dd3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tools-landing-page__card:hover .tools-landing-page__card-title {
  background: linear-gradient(135deg, #7dd3fc 0%, #00d4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
@media (max-width: 768px) {
  .tools-landing-page__card-title {
    font-size: 1.5rem;
  }
}

.tools-landing-page__card-description {
  text-align: center;
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .tools-landing-page__card-description {
    font-size: 0.9rem;
  }
}

.tools-landing-page__card-cta {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tools-landing-page__card-cta .btn__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.tools-landing-page__card:hover .tools-landing-page__card-cta .btn__arrow {
  transform: translateX(4px);
}

.landing-showcase {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 20%, rgba(0, 212, 255, 0.15), transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.12), transparent 50%), radial-gradient(circle at 50% 90%, rgba(168, 85, 247, 0.1), transparent 40%), linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .landing-showcase {
    padding: 24px;
  }
}

.showcase-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 32px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 48px;
  padding: 0 24px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .showcase-header {
    justify-content: center;
  }
}

.showcase-header-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .showcase-header-actions {
    width: 100%;
  }
}

.showcase-brand,
.showcase-brand-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.showcase-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.6));
}
@media (max-width: 768px) {
  .showcase-logo {
    width: 60px;
    height: 60px;
  }
}

.showcase-brand-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
}

.showcase-title {
  font-size: 42px;
  font-weight: 900;
  background: linear-gradient(135deg, #00d4ff 0%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.1em;
  margin: 0;
  text-shadow: 0 0 40px rgba(0, 212, 255, 0.5);
}
@media (max-width: 768px) {
  .showcase-title {
    font-size: 2rem;
  }
}

.showcase-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .showcase-subtitle {
    font-size: 0.875rem;
  }
}

.supernova-background-static {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(2px);
  z-index: 0;
}

.landing-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 20%, rgba(0, 212, 255, 0.15), transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.12), transparent 50%), radial-gradient(circle at 50% 90%, rgba(168, 85, 247, 0.1), transparent 40%), linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
  z-index: 0;
}

.supernova-title-img {
  width: 100%;
  max-width: 550px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 32px rgba(125, 211, 252, 0.4)) drop-shadow(0 8px 32px rgba(253, 224, 71, 0.3));
}

.join-page-title {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  z-index: 15;
  pointer-events: none;
}
@media (max-width: 768px) {
  .join-page-title {
    top: 60px;
    max-width: 70%;
  }
}

.supernova {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 60px 40px;
  z-index: 10;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .supernova {
    padding: 40px 24px;
  }
}

.supernova-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  max-width: 900px;
}

.supernova-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .supernova-video-wrapper {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

.supernova-trailer {
  width: 100%;
  aspect-ratio: 16/9;
  background: rgba(0, 0, 0, 0.5);
  background: #0a0a0f;
  backdrop-filter: blur(8px) saturate(180%);
  -webkit-backdrop-filter: blur(8px) saturate(180%);
  border: 3px solid rgba(125, 211, 252, 0.3);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(125, 211, 252, 0.3), 0 0 60px rgba(253, 224, 71, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.supernova-trailer iframe,
.supernova-trailer video {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
@media (max-width: 768px) {
  .supernova-trailer {
    border-width: 2px;
  }
}

.supernova-socials-side {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
.supernova-socials-side .social-links {
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .supernova-socials-side {
    position: static;
    transform: none;
    margin-top: 24px;
  }
  .supernova-socials-side .social-links {
    flex-direction: row;
  }
}

.supernova-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .supernova-buttons {
    flex-direction: column;
    width: 100%;
  }
  .supernova-buttons .btn {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
    font-size: 0.875rem;
  }
  .supernova-buttons .btn--lg {
    padding: 16px 28px;
    font-size: 1rem;
  }
  .supernova-buttons .wishlist-pulse {
    width: 100%;
  }
}

.wishlist-pulse {
  animation: wishlistPulse 2s ease-in-out infinite;
}

.not-found {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 20%, rgba(0, 212, 255, 0.15), transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.12), transparent 50%), radial-gradient(circle at 50% 90%, rgba(168, 85, 247, 0.1), transparent 40%), linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 10;
  text-align: center;
}
.not-found h1 {
  font-size: 160px;
  font-weight: 900;
  background: linear-gradient(135deg, #00d4ff 0%, #7dd3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 60px rgba(0, 212, 255, 0.8), 0 0 120px rgba(0, 212, 255, 0.4);
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.1em;
  animation: glowPulse 3s ease-in-out infinite;
}
@media (max-width: 600px) {
  .not-found h1 {
    font-size: 100px;
  }
}
.not-found p {
  font-size: 1.5rem;
  color: rgba(0, 212, 255, 0.7);
  margin: 0 0 32px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@keyframes glowPulse {
  0%, 100% {
    filter: drop-shadow(0 0 30px rgba(0, 212, 255, 0.6));
  }
  50% {
    filter: drop-shadow(0 0 50px rgba(0, 212, 255, 0.9));
  }
}
.github-downloader-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 5rem 1.5rem 2rem;
  background: radial-gradient(circle at 30% 20%, rgba(0, 212, 255, 0.15), transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.12), transparent 50%), radial-gradient(circle at 50% 90%, rgba(168, 85, 247, 0.1), transparent 40%), linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
}
@media (max-width: 768px) {
  .github-downloader-page {
    padding: 4rem 1rem 1.5rem;
  }
}

.github-downloader-page__container {
  max-width: 900px;
  margin: 0 auto;
}

.github-downloader-page__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 900;
  background: linear-gradient(135deg, #00d4ff 0%, #7dd3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.3));
}
@media (max-width: 768px) {
  .github-downloader-page__title {
    font-size: 1.5rem;
  }
}

.github-downloader-page__icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.6));
}
.github-downloader-page__icon svg {
  width: 100%;
  height: 100%;
  fill: #00d4ff;
}
@media (max-width: 768px) {
  .github-downloader-page__icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.github-downloader-page__socials {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.github-downloader-page__search-form {
  display: flex;
  gap: 8px;
  align-items: stretch;
  background: rgba(19, 23, 46, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 4px;
  margin-bottom: 2.5rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.github-downloader-page__search-form:focus-within {
  border-color: rgba(0, 212, 255, 0.3);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 212, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
@media (max-width: 600px) {
  .github-downloader-page__search-form {
    flex-direction: column;
  }
}

.github-downloader-page__input {
  flex: 1;
  padding: 14px 16px;
  font-size: 1rem;
  border: none;
  background: transparent;
  outline: none;
  color: #f8fafc;
  font-family: "Sarasa Mono CL", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  text-align: center;
}
.github-downloader-page__input::placeholder {
  color: #64748b;
}
.github-downloader-page__input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.github-downloader-page__error {
  background: rgba(248, 81, 73, 0.1);
  border: 2px solid rgba(248, 81, 73, 0.5);
  color: #f85149;
  padding: 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  text-align: center;
}

.github-downloader-page__loading {
  text-align: center;
  color: #cbd5e1;
  padding: 2rem;
}

.github-downloader-page__spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #252b47;
  border-top-color: #00d4ff;
  border-radius: 50%;
  animation: github-downloader-spin 1s linear infinite;
  margin-right: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

@keyframes github-downloader-spin {
  to {
    transform: rotate(360deg);
  }
}
.github-downloader-page__release-card {
  background: linear-gradient(135deg, rgba(19, 23, 46, 0.9) 0%, rgba(26, 31, 58, 0.9) 100%);
  border: 1px solid #252b47;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 60px rgba(0, 212, 255, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.github-downloader-page__release-card:hover {
  border-color: rgba(0, 212, 255, 0.4);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 100px rgba(0, 212, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.github-downloader-page__release-title {
  background: linear-gradient(135deg, #00d4ff 0%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.github-downloader-page__release-meta {
  color: #cbd5e1;
  font-size: 0.9rem;
}
.github-downloader-page__release-meta a {
  color: #00d4ff;
  text-decoration: none;
  transition: all 0.2s;
}
.github-downloader-page__release-meta a:hover {
  text-decoration: underline;
  text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.github-downloader-page__download-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .github-downloader-page__download-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
@media (max-width: 600px) {
  .github-downloader-page__download-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
}

.github-downloader-page__download-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 1rem;
  border: 1px solid #252b47;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(19, 23, 46, 0.9) 0%, rgba(26, 31, 58, 0.9) 100%);
  color: #f8fafc;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(20px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 212, 255, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.github-downloader-page__download-btn:hover {
  border-color: rgba(0, 212, 255, 0.5);
  background: linear-gradient(135deg, rgba(26, 31, 58, 0.95) 0%, rgba(37, 43, 71, 0.95) 100%);
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 80px rgba(0, 212, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (max-width: 600px) {
  .github-downloader-page__download-btn {
    padding: 0.875rem 0.5rem;
    gap: 0.375rem;
    border-radius: 12px;
  }
}

.github-downloader-page__download-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.4));
}
.github-downloader-page__download-icon svg {
  width: 100%;
  height: 100%;
  fill: #00d4ff;
}
@media (max-width: 600px) {
  .github-downloader-page__download-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.github-downloader-page__download-platform {
  font-weight: 700;
  text-align: center;
  color: #f8fafc;
}
@media (max-width: 600px) {
  .github-downloader-page__download-platform {
    font-size: 0.875rem;
  }
}

.github-downloader-page__download-arch {
  font-size: 0.75rem;
  color: #cbd5e1;
}
@media (max-width: 600px) {
  .github-downloader-page__download-arch {
    font-size: 0.7rem;
  }
}

.github-downloader-page__download-filename {
  font-size: 0.7rem;
  color: #64748b;
  word-break: break-all;
  text-align: center;
}
@media (max-width: 600px) {
  .github-downloader-page__download-filename {
    font-size: 0.6rem;
  }
}

.github-downloader-page__no-downloads {
  text-align: center;
  color: #cbd5e1;
  padding: 2rem;
  background: #13172e;
  border: 1px solid #252b47;
  border-radius: 16px;
}

.video-resizer-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 5rem 1.5rem 2rem;
  background: radial-gradient(circle at 30% 20%, rgba(0, 212, 255, 0.15), transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.12), transparent 50%), radial-gradient(circle at 50% 90%, rgba(168, 85, 247, 0.1), transparent 40%), linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
}
@media (max-width: 768px) {
  .video-resizer-page {
    padding: 4rem 1rem 1.5rem;
  }
}

.video-resizer-page__container {
  max-width: 700px;
  margin: 0 auto;
}

.video-resizer-page__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  font-weight: 900;
  background: linear-gradient(135deg, #00d4ff 0%, #7dd3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.3));
}
@media (max-width: 768px) {
  .video-resizer-page__title {
    font-size: 1.5rem;
  }
}

.video-resizer-page__subtitle {
  text-align: center;
  color: #cbd5e1;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .video-resizer-page__subtitle {
    font-size: 0.875rem;
  }
}

.video-resizer-page__icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.6));
}
.video-resizer-page__icon svg {
  width: 100%;
  height: 100%;
  fill: #00d4ff;
}
@media (max-width: 768px) {
  .video-resizer-page__icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.video-resizer-page__socials {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.video-resizer-page__upload-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 3rem 2rem;
  border: 2px dashed rgba(0, 212, 255, 0.3);
  border-radius: 16px;
  background: rgba(19, 23, 46, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.video-resizer-page__upload-zone:hover, .video-resizer-page__upload-zone--dragging {
  border-color: rgba(0, 212, 255, 0.6);
  background: rgba(0, 212, 255, 0.05);
  box-shadow: 0 0 30px rgba(0, 212, 255, 0.1);
}
.video-resizer-page__upload-zone--hidden {
  display: none;
}

.video-resizer-page__file-input {
  display: none;
}

.video-resizer-page__upload-icon {
  width: 4rem;
  height: 4rem;
  opacity: 0.6;
}
.video-resizer-page__upload-icon svg {
  width: 100%;
  height: 100%;
  fill: #00d4ff;
}

.video-resizer-page__upload-text {
  color: #f8fafc;
  font-size: 1.1rem;
  text-align: center;
}

.video-resizer-page__upload-hint {
  color: #64748b;
  font-size: 0.875rem;
  text-align: center;
}

.video-resizer-page__loading,
.video-resizer-page__processing {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  color: #cbd5e1;
  padding: 3rem;
}

.video-resizer-page__spinner {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 3px solid #252b47;
  border-top-color: #00d4ff;
  border-radius: 50%;
  animation: video-resizer-spin 1s linear infinite;
  box-shadow: 0 0 15px rgba(0, 212, 255, 0.4);
}

@keyframes video-resizer-spin {
  to {
    transform: rotate(360deg);
  }
}
.video-resizer-page__error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.video-resizer-page__error {
  width: 100%;
  background: rgba(248, 81, 73, 0.1);
  border: 2px solid rgba(248, 81, 73, 0.5);
  color: #f85149;
  padding: 1rem;
  border-radius: 12px;
  text-align: center;
}

.video-resizer-page__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.5rem;
  align-items: stretch;
}
@media (max-width: 768px) {
  .video-resizer-page__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.video-resizer-page__info-card {
  grid-column: 1;
  grid-row: 1;
}

.video-resizer-page__output-preview {
  grid-column: 2;
  grid-row: 1;
}

.video-resizer-page__slider-section {
  grid-column: 1;
  grid-row: 2;
}

.video-resizer-page__actions {
  grid-column: 2;
  grid-row: 2;
}

.video-resizer-page__info-card {
  background: linear-gradient(135deg, rgba(19, 23, 46, 0.9) 0%, rgba(26, 31, 58, 0.9) 100%);
  border: 1px solid #252b47;
  border-radius: 16px;
  padding: 1.5rem;
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 60px rgba(0, 212, 255, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.video-resizer-page__info-card h3 {
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.video-resizer-page__info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 600px) {
  .video-resizer-page__info-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.video-resizer-page__info-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.video-resizer-page__info-label {
  color: #64748b;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.video-resizer-page__info-value {
  color: #f8fafc;
  font-weight: 600;
  font-family: "Sarasa Mono CL", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
}

.video-resizer-page__slider-section {
  background: linear-gradient(135deg, rgba(19, 23, 46, 0.9) 0%, rgba(26, 31, 58, 0.9) 100%);
  border: 1px solid #252b47;
  border-radius: 16px;
  padding: 1.5rem;
  backdrop-filter: blur(20px);
}

.video-resizer-page__slider-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #f8fafc;
  font-weight: 600;
  margin-bottom: 1rem;
}

.video-resizer-page__target-value {
  color: #00d4ff;
  font-family: "Sarasa Mono CL", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  font-size: 1.25rem;
  text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.video-resizer-page__slider {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #1a1f3a;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.video-resizer-page__slider::-webkit-slider-thumb {
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #00d4ff;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0, 212, 255, 0.6);
  transition: all 0.2s ease;
}
.video-resizer-page__slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(0, 212, 255, 0.8);
}
.video-resizer-page__slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: #00d4ff;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0, 212, 255, 0.6);
}

.video-resizer-page__slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  color: #64748b;
  font-size: 0.75rem;
  font-family: "Sarasa Mono CL", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
}

.video-resizer-page__output-preview {
  background: rgba(26, 31, 58, 0.5);
  border: 1px solid #252b47;
  border-radius: 12px;
  padding: 1rem;
}
.video-resizer-page__output-preview h4 {
  color: #cbd5e1;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.video-resizer-page__preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.video-resizer-page__preview-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.video-resizer-page__preview-label {
  color: #64748b;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.video-resizer-page__preview-value {
  color: #f8fafc;
  font-weight: 500;
  font-family: "Sarasa Mono CL", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
}

.video-resizer-page__progress-bar {
  width: 100%;
  max-width: 300px;
  height: 8px;
  background: #1a1f3a;
  border-radius: 4px;
  overflow: hidden;
}

.video-resizer-page__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #00d4ff 0%, #7dd3fc 100%);
  border-radius: 4px;
  transition: width 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.video-resizer-page__processing-step {
  color: #f8fafc;
  font-weight: 500;
}

.video-resizer-page__progress-text {
  color: #00d4ff;
  font-family: "Sarasa Mono CL", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  font-weight: 600;
}

.video-resizer-page__complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
}
.video-resizer-page__complete h3 {
  color: #f8fafc;
  font-size: 1.5rem;
}

.video-resizer-page__success-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 212, 255, 0.1);
  border: 2px solid #00d4ff;
  border-radius: 50%;
  color: #00d4ff;
  font-size: 2rem;
  font-weight: bold;
  box-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
}

.video-resizer-page__final-size {
  color: #cbd5e1;
  font-family: "Sarasa Mono CL", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
}

.video-resizer-page__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  justify-content: center;
}
.video-resizer-page__actions .btn {
  width: 100%;
}
.video-resizer-page__complete .video-resizer-page__actions {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.video-resizer-page__complete .video-resizer-page__actions .btn {
  width: auto;
}
@media (max-width: 768px) {
  .video-resizer-page__actions {
    flex-direction: column;
  }
  .video-resizer-page__actions .btn {
    width: 100%;
  }
}
