Redireccionando a la página principal...

Redirecting to main page...

header { text-align: center; padding: 25px 15px; background: rgba(0, 0, 0, 0.8); border-bottom: 3px solid #00ff88; box-shadow: 0 4px 15px rgba(0, 255, 136, 0.3); } h1 { font-size: clamp(1.2rem, 4vw, 2rem); font-weight: 900; color: #00ff88; text-shadow: 0 0 10px rgba(0, 255, 136, 0.7); margin-bottom: 8px; } h2 { font-size: clamp(0.9rem, 3vw, 1.3rem); color: #ff006e; text-shadow: 0 0 8px rgba(255, 0, 110, 0.5); margin-bottom: 10px; } .description { font-size: clamp(0.75rem, 2.5vw, 0.95rem); color: #ffff00; line-height: 1.4; max-width: 600px; margin: 10px auto 0; } .container { flex: 1; display: flex; align-items: center; justify-content: center; padding: 20px; } .table-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 600px; width: 100%; perspective: 1000px; } @media (max-width: 480px) { .table-grid { gap: 15px; max-width: 95vw; } header { padding: 20px 10px; } } .button-3d { aspect-ratio: 1; position: relative; cursor: pointer; text-decoration: none; display: flex; align-items: flex-end; justify-content: center; border: 2px solid #00ff88; border-radius: 15px; overflow: hidden; transition: all 0.3s ease; transform-style: preserve-3d; box-shadow: 0 8px 20px rgba(0, 255, 136, 0.2), inset 0 0 20px rgba(255, 0, 110, 0.1); background: rgba(0, 20, 40, 0.6); } .button-3d:hover { transform: translateY(-8px) rotateX(10deg) rotateY(8deg) scale(1.05); box-shadow: 0 15px 35px rgba(0, 255, 136, 0.5), inset 0 0 30px rgba(255, 0, 110, 0.2); border-color: #ff006e; } .button-3d::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,'); pointer-events: none; opacity: 0; transition: opacity 0.3s ease; } .button-3d:hover::before { opacity: 1; } .button-3d img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.8) contrast(1.2) saturate(1.1); transition: filter 0.3s ease; } .button-3d:hover img { filter: brightness(1) contrast(1.3) saturate(1.2); } .button-label { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent); color: #00ff88; padding: 15px 10px 10px; text-align: center; font-weight: bold; font-size: clamp(0.7rem, 2.5vw, 1rem); border-top: 2px solid #ff006e; text-transform: uppercase; letter-spacing: 1px; } footer { text-align: center; padding: 15px; background: rgba(0, 0, 0, 0