This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="es"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Calculadora de Resultados - Grupo A</title> | |
| <style> | |
| /* Reseteo básico y configuración de fuentes */ | |
| body, html { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="es"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Calculadora de Resultados - Grupo A</title> | |
| <style> | |
| body, html { | |
| margin: 0; | |
| padding: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="es"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Calculadora de Resultados - Grupo A</title> | |
| <style> | |
| body, html { | |
| margin: 0; | |
| padding: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="es"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Calculadora Grupo A</title> | |
| <style> | |
| body { | |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; | |
| margin: 20px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| .calculadora-torneo-na{font-family:sans-serif;background-color:#f9f9f9;border:1px solid #ddd;padding:15px;max-width:900px;margin:20px auto}.calculadora-torneo-na h2,.calculadora-torneo-na h3{text-align:center;color:#333;border-bottom:1px solid #eee;padding-bottom:8px}.calculadora-torneo-na h3{font-size:1.1em;color:#555;margin-top:20px}.contenedor-partidos{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:10px;margin-bottom:20px}.partido{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:8px;border:1px solid #e0e0e0}.partido[data-interzonal-key]{border:2px solid #0073aa}.partido-equipo{flex:1;font-size:.9em;font-weight:700}.partido-equipo.local{text-align:right;margin-right:5px}.partido-equipo.visitante{text-align:left;margin-left:5px}.partido-input{width:40px;text-align:center;font-size:1em;font-weight:700;border:1px solid #ccc;padding:4px}.partido-vs{font-size:.8em;color:#777;margin:0 4px}.calculadora-botones{display:flex;justify-content:cent |