@layer a11y{a.fullscreen,button.pause{--link-color:var(--white);--link-hover-color:var(--primary);background:var(--overlay);position:absolute;bottom:1rem;right:1rem;fill:currentColor;grid-row:1;width:3rem;height:3rem;border-radius:3rem;color:var(--link-color);display:grid;align-items:center;justify-content:center}a.fullscreen{right:5rem}button.pause:hover,button.pause:focus,a.fullscreen:hover,a.fullscreen:focus{color:var(--link-hover-color);background:var(--white);background:rgb(from var(--white) r g b / 80%);backdrop-filter:blur(3px)}button.pause svg,a.fullscreen svg{width:1.5rem;height:1.5rem}}