@keyframes entrada-magica{0%{opacity:0;transform:scale(.8) translateY(30px);filter:brightness(.8)}100%{opacity:1;transform:scale(1) translateY(0);filter:brightness(1)}}.hechicero-layout{display:flex;align-items:center;background:#1c2541;border-left:5px solid gold;padding:20px;border-radius:16px;box-shadow:0 4px 12px rgb(0 0 0 / .2);gap:20px;max-width:900px;margin:0 auto 40px auto;flex-wrap:wrap;color:#fff;font-family:'Segoe UI',sans-serif}.hechicero-img img{width:200px;height:auto;border-radius:12px;box-shadow:0 0 20px rgb(255 223 100 / .6);animation:entrada-magica 1.2s ease-out forwards;transition:transform 0.3s ease,box-shadow 0.3s ease}.hechicero-img img:hover{transform:scale(1.03);box-shadow:0 0 30px rgb(255 223 100 / .8)}.hechicero-texto{flex:1;line-height:1.6}.hechicero-texto h2{color:gold;font-size:1.6em;margin-bottom:10px}.hechicero-texto strong{color:#fff}@media (max-width:600px){.hechicero-layout{flex-direction:column;text-align:center}.hechicero-img img{width:150px}}.hechicero-boton{text-align:center;width:100%;margin-top:20px}.hechicero-boton button{background:linear-gradient(145deg,#ffd700,#ffcc00);color:#1c2541;font-weight:700;font-size:1.1em;border:none;padding:12px 24px;border-radius:50px;cursor:pointer;box-shadow:0 0 15px rgb(255 223 100 / .6);transition:all 0.3s ease;animation:entrada-magica 1.2s ease-out}.hechicero-boton button:hover{transform:scale(1.05);box-shadow:0 0 25px rgb(255 223 100 / .9)}.hechicero-boton button:active{transform:scale(.97);box-shadow:0 0 20px rgb(255 180 0 / .8)}@keyframes glow-pop{0%{opacity:0;transform:scale(.3);box-shadow:0 0 0 #fff0}100%{opacity:1;transform:scale(1);box-shadow:0 0 15px rgb(255 223 100 / .8)}}.hechicero-numbers .numero{display:inline-flex;align-items:center;justify-content:center;margin:.5rem;border-radius:50%;font-weight:700;animation:glow-pop 0.5s ease-out;transition:transform 0.3s ease}.hechicero-numbers .numero:hover{transform:scale(1.1)}.filtro-fecha-pegas{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:1rem;margin-bottom:1rem}.filtro-fecha-pegas input[type="date"]{padding:.3rem;font-size:1rem;border-radius:6px;border:1px solid #ccc}.filtro-fecha-pegas input[type="submit"]{padding:.4rem .8rem;background-color:#222;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700;transition:background 0.3s}.filtro-fecha-pegas input[type="submit"]:hover{background-color:#444}.tabla-pegas-resultados table{width:100%;border-collapse:collapse;background:#fff;color:#000;font-size:1rem;margin-top:1rem}.tabla-pegas-resultados th,.tabla-pegas-resultados td{border:1px solid #ccc;padding:.5rem;text-align:center}.tabla-pegas-resultados thead{background:#333;color:#fff}.tabla-pegas-resultados tbody tr:nth-child(even){background-color:#f2f2f2}.filtro-fecha-pegas input[type="submit"]{background-color:#FF5C00!important;color:#000!important;font-weight:700;padding:.4rem 1rem;border:none;border-radius:6px;cursor:pointer;transition:background 0.3s}.filtro-fecha-pegas input[type="submit"]:hover{background-color:#FF5C00!important}.filtro-fecha-pegas input[type="date"]{padding:.4rem;width:auto;max-width:160px}.tabla-pegas-resultados td:last-child{background-color:#FF5C00;color:#fff;font-weight:700}