*{margin:0;padding:0;box-sizing:border-box}html,body,#app{width:100%;height:100%;background:#000;overflow:hidden}body{font-family:system-ui,sans-serif;color:#fff}.slideshow-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition-property:opacity;transition-timing-function:ease-in-out;will-change:opacity}.slideshow-layer.is-visible{opacity:1}.settings-panel{position:fixed;top:1rem;right:1rem;z-index:10;display:none;flex-direction:column;gap:.5rem;width:min(94vw,720px);max-height:min(88vh);overflow:hidden;padding:1.25rem;background:#141416d1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);border-radius:1.25rem;box-shadow:0 12px 40px #00000080;font-size:1rem;-webkit-tap-highlight-color:transparent}@media(max-width:480px){.settings-panel{top:auto;bottom:.75rem;left:50%;right:auto;transform:translate(-50%)}.settings-body{flex-direction:column}.settings-albums{flex:none;max-height:40vh}.settings-controls{width:auto}}#app.show-settings .settings-panel{display:flex}.settings-body{display:flex;flex-direction:row;gap:1rem;min-height:0;overflow:hidden}.settings-albums{flex:1 1 auto;min-width:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.settings-controls{flex:none;width:240px;display:flex;flex-direction:column;gap:.5rem}.settings-controls .settings-row{flex-direction:column;align-items:stretch;gap:.5rem}.playpause{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:64px;padding:.75rem 1.125rem;background:#ffffff0f;border:none;border-radius:1rem;color:inherit;font:inherit;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px;padding:.75rem 1.125rem;background:#ffffff0f;border-radius:1rem}.settings-row>span{flex:1 1 auto;min-width:0;font-weight:500}.settings-row>.stepper{flex:none}.album-chips{display:flex;flex-wrap:wrap;gap:.5rem}.album-chip{white-space:nowrap;min-height:44px;padding:.5rem 1rem;border:none;border-radius:999px;color:inherit;font:inherit;background:#ffffff14;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .2s ease}.album-chip[data-active=true]{background:#34c759}.stepper{display:flex;align-items:center;gap:.5rem}.stepper button{flex:none;width:44px;height:44px;font-size:1.5rem;line-height:1;color:#fff;background:#ffffff24;border:none;border-radius:50%;cursor:pointer;-webkit-tap-highlight-color:transparent}.stepper button:active{background:#ffffff47}.stepper input{width:3.5rem;height:44px;padding:0;text-align:center;font-size:1.125rem;font-variant-numeric:tabular-nums;color:#fff;background:#00000059;border:1px solid rgba(255,255,255,.15);border-radius:.625rem}.stepper input:focus{outline:none;border-color:#ffffff80}
