@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");*{box-sizing:border-box}body{margin:0;padding:0;background-color:#F0F0F0;color:#111827;font-family:Inter,sans-serif}.page-container,body{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1}.container{max-width:1200px;margin:0 auto;padding:0 12px}header{background:#1E40AF;color:white;position:-webkit-sticky;position:sticky;top:0;z-index:50;box-shadow:0 2px 4px rgba(0,0,0,.1)}header .header-nav{display:flex;justify-content:space-between;align-items:center;padding:12px 0;flex-wrap:wrap;gap:1rem;width:100%;max-width:1200px}header .logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;text-decoration:none;color:white}header .logo img{max-width:120px;height:auto;display:block}header .header-nav-links{display:grid!important;grid-template-columns:repeat(2,1fr)!important;width:100%;max-width:100%;grid-gap:.5rem;gap:.5rem}header .header-nav-links a{color:white;text-decoration:none;font-size:.75rem;padding:6px 8px;border-radius:6px;transition:background .2s,color .2s;text-align:center;box-sizing:border-box;min-width:0;overflow:hidden}header .header-nav-links a:hover{background:#34D399;color:#111827}main{padding:1.5rem 0}h1{font-size:2rem;font-weight:700;color:#1E40AF;text-align:center;margin-bottom:1rem}h2{font-size:1.25rem;text-align:left;margin:1.5rem 0 1rem}h2,h3{font-weight:600;color:#111827}h3{font-size:1.1rem;margin-bottom:.75rem}p.text-center{text-align:center;color:#6B7280;max-width:600px;margin:0 auto 1.5rem;font-size:.95rem}.tab-calendar-container{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.tab{background:#E5E7EB;color:#111827;padding:.5rem 1.25rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:background .2s,color .2s}.tab.active{background:#1E40AF;color:white}.tab:hover{background:#D1D5DB}input[type=date],select{padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;background:white;cursor:pointer;transition:border-color .2s}input[type=date]:focus,select:focus{outline:none;border-color:#34D399;box-shadow:0 0 0 2px rgba(52,211,153,.2)}select{min-width:120px}table{width:100%;border-collapse:separate;border-spacing:0;margin-bottom:1.5rem;background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.05)}td,th{padding:12px;text-align:left;border-bottom:1px solid #e5e7eb;white-space:normal;word-wrap:break-word}th{background:#1E40AF;color:white;font-weight:600}td,th{font-size:.9rem}td{color:#111827}td:first-child,th:first-child{width:15%}td:nth-child(2),th:nth-child(2){width:20%}td:nth-child(3),th:nth-child(3){width:25%}td:nth-child(4),td:nth-child(5),th:nth-child(4),th:nth-child(5){width:15%}td:nth-child(6),th:nth-child(6){width:10%}td:nth-child(7),th:nth-child(7){width:20%}td.prediction-outcome{color:#34D399;font-weight:500}td.status-pending{color:#F59E0B}td.status-won{color:#34D399}td.status-lost{color:#EF4444}tr:hover{background:#F9FAFB}.ad-space{background:#E5E7EB;padding:1rem;text-align:center;margin:1.5rem 0;border-radius:6px;color:#6B7280;font-size:.9rem}form{max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}form.login-form{max-width:400px}form div{display:flex;flex-direction:column}form label{font-weight:600;color:#111827;margin-bottom:.5rem;font-size:.9rem}form input,form select,form textarea{padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem}form textarea{resize:vertical;min-height:100px}form button{background:#1E40AF;color:white;padding:.75rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem}form button:hover{background:#1E3A8A}form button:disabled{background:#6B7280;cursor:not-allowed}form .add-button,form .remove-button{background:#6B7280;margin:.5rem 0}form .add-button:hover,form .remove-button:hover{background:#4B5563}form .remove-button{background:#EF4444}form .remove-button:hover{background:#DC2626}.prediction-form{border:1px solid #e5e7eb;padding:1rem;border-radius:6px;margin-bottom:1rem;background:#F9FAFB}p.message.success{color:#34D399;text-align:center;font-size:.9rem}p.message.error{color:#EF4444;text-align:center;font-size:.9rem}.contact-section{max-width:800px;margin:0 auto}.contact-methods{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.contact-method{flex:1 1;min-width:200px;text-align:center}.contact-method h3{font-size:1.1rem;margin-bottom:.5rem}.contact-method p{color:#6B7280;font-size:.9rem;margin-bottom:1rem}.contact-button{display:inline-block;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9rem;transition:background .2s,color .2s}.contact-button.whatsapp{background:#25D366;color:white}.contact-button.whatsapp:hover{background:#1EBE57}.contact-button.email{background:#1E40AF;color:white}.contact-button.email:hover{background:#1E3A8A}.contact-form{background:#F9FAFB;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.social-links{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.social-link{color:#1E40AF;text-decoration:none;font-size:.9rem;font-weight:600}.social-link:hover{color:#34D399}.map-placeholder{background:#E5E7EB;padding:1.5rem;border-radius:6px;text-align:center;color:#6B7280;font-size:.9rem}.privacy-section{max-width:800px;margin:0 auto}.privacy-section ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.privacy-section li{margin-bottom:.5rem;font-size:.9rem;color:#111827}.privacy-section p{font-size:.9rem;color:#111827;margin-bottom:1rem}.privacy-section a{color:#1E40AF;text-decoration:none}.privacy-section a:hover{color:#34D399}.calendar-container{display:flex;justify-content:center;margin-bottom:1rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.admin-header button{background:#EF4444}.admin-header button:hover{background:#DC2626}@media (max-width:768px){.calendar-container,.tab-calendar-container{flex-direction:column;align-items:stretch;gap:.5rem}.tab,input[type=date],select{width:100%;text-align:center;font-size:.85rem}header .header-nav{flex-direction:column;align-items:center;gap:1rem;width:100%}header .header-nav-links{display:grid!important;grid-template-columns:repeat(2,1fr)!important;width:100%;max-width:100%;grid-gap:.5rem;gap:.5rem}header .header-nav-links a{font-size:.75rem;padding:6px 8px;background:rgba(255,255,255,.1);border-radius:6px;text-align:center;margin:0;box-sizing:border-box;min-width:0;overflow:hidden}header .header-nav-links a:hover{background:#34D399;color:#111827}header .logo img{max-width:100px}table{width:100%;overflow-x:auto;display:block;margin-bottom:1.5rem;background:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05)}thead{display:table-header-group}td,th{padding:4px;font-size:.7rem;border-bottom:1px solid #e5e7eb;white-space:normal;word-wrap:break-word}th{background:#1E40AF;color:white;font-weight:600}td{color:#111827}td:first-child,th:first-child{width:15%}td:nth-child(2),th:nth-child(2){width:20%}td:nth-child(3),th:nth-child(3){width:25%}td:nth-child(4),td:nth-child(5),th:nth-child(4),th:nth-child(5){width:15%}td:nth-child(6),th:nth-child(6){width:10%}td:nth-child(7),th:nth-child(7){width:20%}tr{display:table-row}tr:hover{background:#F9FAFB}.contact-methods,.privacy-section{flex-direction:column;align-items:center}.contact-method{width:100%}.contact-button{width:100%;text-align:center}.contact-form{padding:1rem}.social-links{flex-direction:column;align-items:center}.privacy-section ul{padding-left:1rem}@media (max-width:78px80px){.container{padding:0 8px}h1{font-size:1.75rem}h2{font-size:1.1rem}h3{font-size:1rem}.tab,input[type=date],select{font-size:.8rem;padding:.5rem}header .header-nav-links{display:flex!important;flex-direction:column!important;gap:.5rem}header .header-nav-links a{flex:1 1 100%;font-size:.75rem;padding:6px 8px}header .logo img{max-width:80px}td,th{font-size:.65rem;padding:3px}form button,form input,form select,form textarea{font-size:.8rem}.privacy-section li,.privacy-section p{font-size:.85rem}}}@media (min-width:769px){header .header-nav{flex-direction:row;align-items:center}header .header-nav-links{display:flex!important;grid-template-columns:none!important;width:auto;gap:1rem}header .header-nav-links a{background:transparent;padding:6px 12px;font-size:.95rem;flex:none}.tab-calendar-container{flex-wrap:nowrap}.tab,input[type=date],select{min-width:120px}}.footer{background:#0b0c10;color:#ffffff;padding:40px 20px 20px;font-family:Inter,sans-serif}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:30px;gap:30px}.footer-column{display:flex;flex-direction:column}.footer-logo img{margin-bottom:12px}.footer-info{font-size:14px;color:#d1d1d1;line-height:1.6;max-width:260px}.footer-heading{font-size:15px;margin-bottom:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#34D399}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:8px}.footer-links a{color:#d1d1d1;font-size:14px;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#34D399}.footer-social a{display:inline-block;margin-right:12px;font-size:14px;color:#d1d1d1;text-decoration:none;transition:color .3s ease,transform .2s ease}.footer-social a:hover{color:#34D399;transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:25px;padding-top:15px;text-align:center}.footer-disclaimer{font-size:12px;color:#999999;margin-bottom:5px}.footer-text{font-size:13px;color:#bbbbbb}@media (max-width:768px){.footer-container{grid-template-columns:1fr;gap:20px;text-align:center}.footer-column{align-items:center}.footer-info{max-width:90%}.footer-social{margin-top:8px}}