.band-modal-backdrop{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.band-modal{background:linear-gradient(to bottom,#f4d011,#fff);border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0006;animation:slideUp .3s ease-out;outline:none}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.band-modal__close{position:absolute;top:12px;right:12px;background:#f4d011;color:#30172e;border:none;border-radius:50%;width:44px;height:44px;font-size:28px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease;font-weight:700;box-shadow:0 4px #0003}.band-modal__close:hover{background:#30172e;color:#f4d011;transform:scale(1.1);box-shadow:0 6px #00000040}.band-modal__close:active{transform:scale(.95) translateY(2px);box-shadow:0 2px #0003}.band-modal__close:focus{outline:none}.band-modal__close:focus-visible{outline:3px solid #F4D011;outline-offset:2px}.band-modal__content{display:flex;flex-direction:column}.band-modal__image{display:flex;justify-content:center;padding:30px 30px 20px}.band-modal__image img{width:100%;max-width:350px;height:auto;display:block;border-radius:12px;box-shadow:0 4px 12px #00000026}.band-modal__info{padding:0 30px 30px;text-align:center}.band-modal__description{margin-bottom:25px}.band-modal__description p{font-size:16px;line-height:1.6;color:#30172e;margin:0;text-align:center}.band-modal__performance{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center}.band-modal__day{background:#f4d011;color:#30172e;padding:10px 24px;border-radius:24px;font-weight:900;font-size:18px;box-shadow:0 4px #00000026;letter-spacing:.5px}.band-modal__stage{font-size:28px;font-weight:900;text-transform:uppercase;letter-spacing:1px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.band-modal__time{font-size:24px;font-weight:900;color:#30172e;font-variant-numeric:tabular-nums;letter-spacing:1px;padding:8px 16px;background:#f4d01126;border-radius:12px}.band-modal__social{display:flex;gap:15px;justify-content:center;align-items:center;margin-top:25px;padding-top:25px;border-top:2px solid #f0f0f0}.band-modal__social a{color:#30172e;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#f4d0111a}.band-modal__social a:hover:not(.disabled){background:#f4d011;transform:translateY(-2px)}.band-modal__social a.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.band-modal__social a:focus{outline:none}.band-modal__social a:focus-visible{outline:2px solid #30172E;outline-offset:2px}.band-modal__social svg{width:24px;height:24px}@media screen and (max-width:768px){.band-modal{max-width:95%;border-radius:12px}.band-modal__close{width:40px;height:40px;font-size:24px;top:10px;right:10px}.band-modal__image{padding:60px 20px 15px}.band-modal__image img{max-width:280px}.band-modal__info{padding:0 20px 20px}.band-modal__description p{font-size:15px}.band-modal__stage{font-size:22px}.band-modal__time{font-size:20px;padding:6px 12px}.band-modal__day{font-size:16px;padding:8px 18px}.band-modal__social{gap:12px}.band-modal__social a{width:40px;height:40px}.band-modal__social svg{width:22px;height:22px}}@media screen and (max-width:480px){.band-modal-backdrop{padding:10px}.band-modal{max-height:95vh;border-radius:8px}.band-modal__image{padding:55px 15px 10px}.band-modal__image img{max-width:240px}.band-modal__description p{font-size:14px}.band-modal__stage{font-size:20px}.band-modal__time{font-size:18px;padding:6px 10px}.band-modal__day{font-size:14px;padding:6px 14px}.band-modal__social{gap:10px}.band-modal__social a{width:36px;height:36px}.band-modal__social svg{width:20px;height:20px}}
