.video-modal{position:fixed;inset:0;background:#0a0b10f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease-out forwards}.video-modal-close{position:absolute;top:30px;right:30px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10000}.video-modal-close:hover{background:#fff3;transform:scale(1.05)}.video-modal-content{width:100%;max-width:1200px;aspect-ratio:16/9;border-radius:var(--radius-lg, 1rem);overflow:hidden;box-shadow:0 25px 50px -12px #000000b3;animation:scaleIn .4s cubic-bezier(.16,1,.3,1) forwards}.video-modal-content video{width:100%;height:100%;object-fit:cover;background:#000}.image-modal-content{aspect-ratio:auto;width:auto;max-width:min(90vw,900px);max-height:90vh;display:flex;align-items:center;justify-content:center;background:transparent;box-shadow:none;overflow:visible}.image-modal-content img{display:block;width:auto;height:auto;max-width:100%;max-height:90vh;object-fit:contain;border-radius:var(--radius-lg, 1rem);box-shadow:0 25px 50px -12px #000000b3}.gallery-modal-close{top:20px;right:20px;width:54px;height:54px;border-radius:18px;background:#080a0ed6;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.gallery-modal-close:hover{background:#14181feb;border-color:#8effa847;color:#8effa8;transform:translateY(-1px)}.gallery-modal-counter{position:fixed;top:22px;left:24px;z-index:10001;color:#fffffff0;font-family:Space Mono,ui-monospace,Consolas,monospace;font-size:1rem;letter-spacing:.08em}.gallery-modal-scale-toggle{position:fixed;top:22px;left:50%;transform:translate(-50%);z-index:10001;min-width:144px;padding:12px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#080a0ed6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fffffff5;font-family:Space Mono,ui-monospace,Consolas,monospace;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:transform .25s ease,border-color .25s ease,color .25s ease,background .25s ease}.gallery-modal-scale-toggle:hover{background:#14181feb;border-color:#8effa847;color:#8effa8}.gallery-modal-arrow{position:fixed;top:50%;z-index:10001;width:58px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#080a0ec7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fffffff5;cursor:pointer;transition:transform .25s ease,border-color .25s ease,color .25s ease,background .25s ease}.gallery-modal-arrow:hover{background:#14181feb;border-color:#8effa847;color:#8effa8;transform:translateY(-50%) scale(1.03)}.gallery-modal-arrow-left{left:18px;transform:translateY(-50%)}.gallery-modal-arrow-right{right:18px;transform:translateY(-50%)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:768px){.video-modal{padding:16px}.video-modal-close{top:12px;right:12px}.gallery-modal-close{top:12px;right:12px;width:48px;height:48px;border-radius:16px}.gallery-modal-counter{top:18px;left:16px;font-size:.9rem}.gallery-modal-scale-toggle{top:auto;bottom:18px;left:50%;min-width:132px;padding:11px 16px;font-size:.72rem}.gallery-modal-arrow{width:48px;height:48px;border-radius:16px}.gallery-modal-arrow-left{left:12px}.gallery-modal-arrow-right{right:12px}}
