/* Compact sound mixer matching the founder's September 23 reference. */
#sound-panel.compact-sounds{width:360px;max-width:calc(100vw - 20px);padding:18px;background:#fbfaf5;border-color:#e2e4d9;border-radius:20px;color:#102c26;overscroll-behavior:contain}
.compact-sounds .sound-heading{margin-bottom:14px}.compact-sounds .sound-heading strong{font:26px Georgia,serif;color:#152c25}.compact-sounds .sound-close{width:34px;min-height:34px;border:1px solid #e0e0d7;background:#fff;font-size:23px;border-radius:10px}
.compact-sounds .sound-enable-row{margin-bottom:14px}#sound-panel.compact-sounds #sound-master{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:42px;border:0;border-radius:12px;background:#edf2ec;color:#2f5e4d;font-size:13px}#sound-panel.compact-sounds #sound-master[aria-pressed=true]{background:#2f5e4d;color:white}
.compact-sounds .sound-icon-toggle{background:#ebece4;color:#72867a;border:0;padding:0}.compact-sounds .sound-icon-toggle[aria-pressed=true]{background:#2f5e4d;color:white}
.compact-sounds .sound-tabs{display:flex;background:#eaeade;border-radius:13px;padding:4px;gap:5px;margin:0 0 14px;border-top:1px solid #e4e5dc}.compact-sounds .sound-tabs button{flex:1;min-height:35px;padding:6px;font-size:13px;background:transparent;color:#63786e;border-radius:10px;white-space:nowrap}.compact-sounds .sound-tabs button[aria-selected=true]{background:white;color:#183b2e;box-shadow:0 1px 4px #1737231c}.compact-sounds .sound-tabs small{font-size:10px;margin-left:4px;color:#718178}
.compact-sounds [hidden]{display:none!important}.compact-sounds .sound-group{margin:0}.compact-sounds .sound-group h3{display:flex;align-items:center;gap:7px;min-height:22px;margin:0 0 7px;font-size:13px;font-weight:650}.compact-sounds .sound-group h3 small{font-size:11px;font-weight:400;color:#72847a;margin-left:auto}
.compact-sounds .sound-channel{display:grid;grid-template-columns:34px minmax(0,1fr) 35px;grid-template-rows:19px 18px;gap:0 10px;min-height:51px;padding:7px 0 6px;border-top:1px solid #e8e8df;align-items:center}
.compact-sounds .channel-toggle{grid-row:1/3;grid-column:1;width:34px;height:35px;min-height:35px;padding:0;border-radius:10px;font-size:15px}.compact-sounds .channel-name{grid-column:2;grid-row:1;font-size:12px;font-weight:600;white-space:nowrap;display:flex;gap:6px;align-items:center}.compact-sounds .sound-channel output{grid-row:1/3;grid-column:3;font-size:11px;color:#76867d;text-align:right}.compact-sounds .sound-channel input{grid-row:2;grid-column:2;min-height:18px;margin:0;width:100%}
.compact-sounds input[type=range]{--level:0%;appearance:none;-webkit-appearance:none;height:18px;min-height:18px;background:transparent;cursor:pointer;padding:0;margin:0}.compact-sounds input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:4px;background:linear-gradient(to right,#365f4d 0 var(--level),#dfe2d6 var(--level) 100%)}.compact-sounds input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:16px;height:16px;margin-top:-6px;background:#fff;border:2px solid #38644f;border-radius:50%}.compact-sounds input[type=range]::-moz-range-track{height:4px;background:#dfe2d6;border-radius:4px}.compact-sounds input[type=range]::-moz-range-progress{height:4px;background:#365f4d}.compact-sounds input[type=range]::-moz-range-thumb{width:12px;height:12px;background:#fff;border:2px solid #38644f;border-radius:50%}
#sound-panel.compact-sounds .sound-status{font-size:12px;margin:0 0 10px;line-height:1.4}.compact-sounds .sound-status:empty{display:none}.compact-sounds .sound-retry{font-size:12px;min-height:30px;margin-bottom:8px}.compact-sounds .sound-credits{margin-top:17px;font-size:11px;color:#466454}
@media(max-width:420px){#sound-panel.compact-sounds{padding:14px}.compact-sounds .channel-name{font-size:11px}.compact-sounds .sound-channel{column-gap:8px}}
/* Override the older tablet toolbar's blanket 44px rule on desktop. */
#sound-panel.compact-sounds .channel-toggle{min-width:34px;min-height:35px;width:34px;height:35px}#sound-panel.compact-sounds .sound-close{min-width:34px;min-height:34px;width:34px;height:34px}#sound-panel.compact-sounds .sound-tabs button{min-height:35px}
@media(pointer:coarse){#sound-panel.compact-sounds .channel-toggle,#sound-panel.compact-sounds .sound-close{min-width:44px;min-height:44px;width:44px;height:44px}.compact-sounds .sound-channel{grid-template-columns:44px minmax(0,1fr) 35px}.compact-sounds .sound-channel{min-height:56px}#sound-panel.compact-sounds #sound-master{min-height:44px}#sound-panel.compact-sounds .sound-tabs button{min-height:44px}}
/* Keep the title, master and tabs visible while a short window scrolls its rows. */
#sound-panel.compact-sounds{display:flex;flex-direction:column;overflow:hidden}#sound-panel.compact-sounds[hidden]{display:none}.compact-sounds>.sound-heading,.compact-sounds>.sound-enable-row,.compact-sounds>.sound-tabs,.compact-sounds>.sound-status,.compact-sounds>.sound-retry,.compact-sounds>.sound-credits{flex-shrink:0}.compact-sounds>.sound-pages{min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;padding-right:1px}
