/* Room for Drama — Home / Practice mode switch. */
.rfd-mode-switch{display:inline-flex;align-items:stretch;min-height:36px;border:1px solid rgba(250,244,235,.24);background:rgba(250,244,235,.03)}
.rfd-mode-switch a{display:inline-flex;align-items:center;justify-content:center;min-width:4.8rem;padding:.5rem .7rem;color:rgba(250,244,235,.74);font:700 .58rem/1 var(--font-mono,monospace);letter-spacing:.12em;text-transform:uppercase;text-decoration:none;white-space:nowrap}
.rfd-mode-switch a+a{border-left:1px solid rgba(250,244,235,.18)}
.rfd-mode-switch a:hover,.rfd-mode-switch a:focus-visible{color:var(--rfd-copper-hi,#E2C885);outline:none;box-shadow:inset 0 0 0 1px rgba(226,200,133,.55)}
.rfd-mode-switch a[aria-current=page]{background:var(--rfd-copper,#D4B16A);color:#061424}
@media(max-width:560px){.rfd-mode-switch a{min-width:auto;padding:.5rem .55rem;font-size:.54rem;letter-spacing:.09em}}
