.pc-modal { width: min(94vw, 1200px); height: min(88vh, 820px); max-width: none; max-height: none; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: #07110d; box-shadow: 0 28px 90px rgba(0,0,0,.45); }
.pc-modal::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(5px); }
.pc-modal__viewer { width: 100%; height: 100%; border: 0; display: block; }
.pc-modal__close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(7,17,13,.82); color: white; font-size: 22px; cursor: pointer; }
.pc-open { cursor: pointer; }
@media (max-width: 600px) { .pc-modal { width: 100vw; height: 100dvh; border: 0; border-radius: 0; } }
