@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)}