.sound-toggle{position:absolute;z-index:20;top:calc(8px + env(safe-area-inset-top));right:10px;display:flex;align-items:center;justify-content:center;gap:6px;min-width:78px;min-height:44px;padding:7px 10px;background:#fffcf7f2;border:1px solid #b295653d;border-radius:22px;color:#892d38;font:11px/1.4 var(--sans);box-shadow:0 2px 8px #4726290d}
.sound-toggle:focus-visible{outline:2px solid #b69254;outline-offset:3px}
.sound-toggle:active{transform:scale(.98)}
.sound-bars{display:flex;align-items:center;gap:2px;height:16px;width:15px}
.sound-bars i{display:block;width:3px;height:6px;border-radius:2px;background:currentColor;transform-origin:center}
.sound-bars i:nth-child(2){height:13px}.sound-bars i:nth-child(3){height:9px}
.sound-toggle.is-playing .sound-bars i{animation:sound-wave 1.2s ease-in-out infinite}
.sound-toggle.is-playing .sound-bars i:nth-child(2){animation-delay:-.4s}.sound-toggle.is-playing .sound-bars i:nth-child(3){animation-delay:-.8s}
.sound-toggle:not(.is-playing) .sound-bars{opacity:.55}
.invitation-shell.has-sound .envelope{padding-top:calc(61px + env(safe-area-inset-top))}
.invitation-shell.has-sound .page-content{padding-top:calc(64px + env(safe-area-inset-top))}
@keyframes sound-wave{0%,100%{transform:scaleY(.4)}50%{transform:scaleY(1)}}
@media(prefers-reduced-motion:reduce){.sound-toggle .sound-bars i{animation:none!important}}
.music-credit{margin:24px 0 0;font:10px/1.8 var(--sans);color:#e6c9a1;letter-spacing:.025em}
.music-credit a{color:inherit;text-decoration-color:#e6c9a16b;text-underline-offset:3px}
.music-credit a:focus-visible{outline:1px solid currentColor;outline-offset:3px}
