.sound-switch{display:inline-flex;align-items:center;gap:.5rem;min-height:44px;padding:.45rem .85rem;background:transparent;border:var(--rule);font-family:var(--font-registrar);font-size:.82rem;letter-spacing:.02em;cursor:pointer;transition:border-color var(--speed-registrar) var(--ease-registrar),background-color var(--speed-registrar) var(--ease-registrar),color var(--speed-registrar) var(--ease-registrar)}.sound-switch--paper{color:var(--text-on-paper-quiet)}.sound-switch--paper:hover:not(:disabled){border-color:var(--gurukul-green);color:var(--gurukul-green)}.sound-switch--ink{color:var(--text-on-ink-quiet);border-color:currentColor}.sound-switch--ink:hover:not(:disabled){color:var(--text-on-ink)}.sound-switch:active:not(:disabled){transform:translateY(1px)}.sound-switch[aria-pressed=true]{border-color:currentColor}.sound-switch__word{white-space:nowrap}.sound-switch__state{font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;opacity:.7}.wayout .sound-switch{margin-left:.2rem;font-size:.82rem}@media (prefers-reduced-motion:reduce){.sound-switch,.sound-switch:active:not(:disabled){transition-duration:1ms;transform:none}}@media print{.sound-switch{display:none}}.sound-summon{display:inline-flex;animation:sound-summon-in var(--speed-ceremony-returning) var(--ease-ceremony) both}@keyframes sound-summon-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.sound-summon{animation-duration:1ms}}