:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#000}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}body{background:#000;cursor:none}.slideshow{position:relative;width:100%;height:100%;background:#000}.slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .7s ease-in-out;user-select:none}.slide.active{opacity:1}.status{width:100%;height:100%;display:grid;place-items:center;padding:2rem;background:#050505;color:#d9d9d9;font-size:clamp(1rem,2vw,1.5rem);text-align:center}.status.error{color:#ffb4ab}.warning{position:absolute;right:1rem;bottom:1rem;padding:.5rem .75rem;border-radius:.4rem;background:#500000bf;color:#fff;font-size:.8rem}
