:root{--background:#060606;--dialog-background:#00000088;--button-background:#fe9900;--button-background-muted:#2f2f2f;--text-button-color:#000;--text-button-color-muted:#fff;--text-color-header:#fff;--text-color-message:#ccc;--border-color:#313131}*{transition:.5s ease;font-family:"Varela Round",Arial,Helvetica,sans-serif}body{display:grid;place-items:center;font-size:15pt;color:white;background:url("../images/bruh.jpg");background-size:cover;background-repeat:repeat;padding:0;margin:0;box-sizing:border-box;height:100vh;width:100vw;animation:move-background 10s linear 0 infinite}.body-normal{background:var(--background)}@keyframes move-background{from{background-position:0 0}to{background-position:1500px 0}}.warning-page{top:0;background-color:#0003;backdrop-filter:blur(6px);position:fixed;height:100%;width:100%;display:grid;place-items:center}.warning-dialog{display:grid;position:relative;place-items:center;height:auto;width:80%;margin:auto;background-color:var(--dialog-background);padding:.8rem;backdrop-filter:blur(50px);box-sizing:border-box;border-radius:12px;border:.1rem solid var(--border-color);box-shadow:0 0 20px 1px #222;max-width:400px}.warning-title,.warning-message{padding:.5rem;margin:0}.warning-title{font-size:1.5rem;color:var(--text-color-header)}.warning-message{font-size:.9rem;color:var(--text-color-message)}.dialog-logo{background:#0003;border-radius:8px;height:4rem;margin:1.2rem auto}.dialog-button{width:100%;margin-top:10px}.button-normal{border:0;border-radius:8px;background-color:var(--button-background);color:var(--text-button-color);padding:1rem;font-size:1rem}.button-muted{border:0;border-radius:8px;background-color:var(--button-background-muted);color:var(--text-button-color-muted);padding:1rem;font-size:1rem}.button-normal:hover,.button-muted:hover{animation:button-hover .25s linear forwards}@keyframes button-hover{to{transform:scale(0.95)}}.videoview{display:none}.loading-dialog{display:none;position:relative;place-items:center;height:auto;width:auto;margin:auto;background-color:var(--dialog-background);padding:1.8rem;backdrop-filter:blur(50px);box-sizing:border-box;border-radius:15px;border:.1rem solid var(--border-color);box-shadow:0 0 20px 1px #222}.ring{--uib-size:60px;--uib-speed:2s;--uib-color:var(--button-background);height:var(--uib-size);width:var(--uib-size);vertical-align:middle;transform-origin:center;animation:rotate var(--uib-speed) linear infinite}.ring circle{fill:none;stroke:var(--uib-color);stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:stretch calc(var(--uib-speed) * .75) ease-in-out infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes stretch{0{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}100%{stroke-dashoffset:-124px}}.gotcha{position:fixed}