html,body{margin:0;padding:0;background:transparent!important;overflow:hidden;width:100%;height:100%}#root{width:100%;height:100%;background:transparent}.widget-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:transparent;pointer-events:none}.alert-wrapper{display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%}.media-content{max-width:100%;max-height:100vh;object-fit:contain}.media-content.image,.media-content.video{max-width:100%;max-height:100vh}.media-content.audio{display:none}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.fade-in{animation:fadeIn var(--fade-in-duration, .5s) ease-out forwards}.fade-out{animation:fadeOut var(--fade-out-duration, .5s) ease-in forwards}.debug-info{position:fixed;bottom:10px;left:10px;background:#000000b3;color:#fff;padding:10px;border-radius:5px;font-family:monospace;font-size:12px;z-index:9999}
