:root{--color-bg: #000000}html,body,#root{margin:0;padding:0;width:100%;height:100%}body{background:var(--color-bg);overflow:hidden}.splash-wrap{position:fixed;inset:0;background-color:#000}.splash-image{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(92vmin,1200px);height:min(92vmin,1200px);background-size:contain;background-repeat:no-repeat;background-position:center;filter:drop-shadow(0 0 24px rgba(255,106,61,.25)) drop-shadow(0 0 36px rgba(0,224,199,.25));mask-image:linear-gradient(to right,#fff0,#ffffffd9 12%,#fffffff2,#ffffffd9 88%,#fff0),linear-gradient(to bottom,#fff0,#ffffffd9 12%,#fffffff2,#ffffffd9 88%,#fff0);mask-composite:intersect;-webkit-mask-image:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.85) 12%,rgba(255,255,255,.95) 50%,rgba(255,255,255,.85) 88%,rgba(255,255,255,0) 100%),linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.85) 12%,rgba(255,255,255,.95) 50%,rgba(255,255,255,.85) 88%,rgba(255,255,255,0) 100%);-webkit-mask-composite:source-in}.splash-video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;display:block;pointer-events:none}
