/* Event illustration compositing, desktop and mobile. No external filters/masks. */
.storybook .story-art{display:flex;align-items:center;justify-content:center;background:transparent;border:0;box-shadow:none;mix-blend-mode:screen;}
.storybook .story-art img{position:static;inset:auto;width:100%;height:auto;max-height:100%;object-fit:contain;opacity:1;visibility:visible;}
.storybook .story-detail img{width:84%;height:auto;}
.psq-event-index .grid,.psq-event-index .grid .card,.psq-event-index .grid .card:hover,.psq-event-index .grid .card:active,.psq-event-index .grid .card .frame{background:transparent!important;border:0;box-shadow:none;}
.psq-event-index .grid .card .frame{mix-blend-mode:screen;}
/* Remove near-black pigment before screening over the actual page background.
   This avoids the dark rectangle; feathering only softens remaining outer color. */
.storybook .story-art img,.psq-event-index .grid .card .frame img{
filter:contrast(1.2) brightness(.94)!important;
-webkit-mask-image:radial-gradient(ellipse at 49% 48%,#000 48%,rgba(0,0,0,.96) 61%,rgba(0,0,0,.6) 77%,rgba(0,0,0,.12) 93%,transparent 105%);
mask-image:radial-gradient(ellipse at 49% 48%,#000 48%,rgba(0,0,0,.96) 61%,rgba(0,0,0,.6) 77%,rgba(0,0,0,.12) 93%,transparent 105%);
-webkit-mask-composite:source-over;mask-composite:add;
-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
border:0;border-radius:0;box-shadow:none;}
