.modal:where(.astro-KQTY5QJK){display:none;position:fixed;z-index:1000;inset:0;width:100%;height:100%;background:0 0;opacity:0;transition:opacity .3s ease-in-out}.modal:where(.astro-KQTY5QJK).show{display:flex;opacity:1}.modal-overlay:where(.astro-KQTY5QJK){position:absolute;inset:0;background-color:#000000e6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-container:where(.astro-KQTY5QJK){position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px;box-sizing:border-box}.image-wrapper:where(.astro-KQTY5QJK){position:relative;max-width:90vw;max-height:80vh;display:flex;align-items:center;justify-content:center}.modal-content:where(.astro-KQTY5QJK){max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080;transition:transform .3s ease;cursor:default;transform-origin:center}.modal-content:where(.astro-KQTY5QJK).draggable{cursor:grab}.modal-content:where(.astro-KQTY5QJK).dragging{cursor:grabbing}.close:where(.astro-KQTY5QJK){position:fixed;top:20px;right:30px;color:#fff;font-size:32px;font-weight:700;cursor:pointer;z-index:1001;background:rgba(0,0,0,.5);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.close:where(.astro-KQTY5QJK):hover{background:rgba(255,255,255,.2);transform:scale(1.1)}.caption:where(.astro-KQTY5QJK){color:#fff;text-align:center;margin-top:15px;font-size:16px;max-width:80%;padding:10px 20px;background:rgba(0,0,0,.6);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.zoom-controls:where(.astro-KQTY5QJK){display:flex;align-items:center;gap:15px;margin-top:20px;padding:10px 20px;background:rgba(0,0,0,.7);border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.zoom-btn:where(.astro-KQTY5QJK){background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer;padding:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px}.zoom-btn:where(.astro-KQTY5QJK):hover{background:rgba(255,255,255,.2);transform:scale(1.05)}.zoom-btn:where(.astro-KQTY5QJK):disabled{opacity:.5;cursor:not-allowed;transform:none}.zoom-level:where(.astro-KQTY5QJK){color:#fff;font-size:14px;font-weight:500;min-width:45px;text-align:center}@media (max-width:768px){.close:where(.astro-KQTY5QJK){top:15px;right:15px;font-size:28px;width:45px;height:45px}.modal-container:where(.astro-KQTY5QJK){padding:10px}.image-wrapper:where(.astro-KQTY5QJK){max-width:95vw;max-height:75vh}.caption:where(.astro-KQTY5QJK){font-size:14px;margin-top:10px;max-width:90%}.zoom-controls:where(.astro-KQTY5QJK){gap:10px;margin-top:15px;padding:8px 15px}.zoom-btn:where(.astro-KQTY5QJK){min-width:32px;height:32px;padding:6px}.zoom-level:where(.astro-KQTY5QJK){font-size:12px;min-width:40px}}.modal-content:where(.astro-KQTY5QJK){animation:fadeInScale .3s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}