html{height:100%}body{min-height:100%;min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:24px;box-sizing:border-box}.wip{width:min(100%,510px)}.wip .cs-dialog{position:static;width:100%;max-width:none;min-width:0}.wip .content p+p{margin-top:12px}.wip .progress-label{display:flex;justify-content:space-between;margin-bottom:6px;color:var(--text-3);font-size:13px;line-height:15px}.wip .cs-progress-bar{--bar-size:22%;position:relative;overflow:hidden;width:100%;margin-bottom:16px}.wip .cs-progress-bar .bars{position:absolute;top:0;left:calc(-1 * var(--bar-size));width:var(--bar-size);animation:wip-progress 2s linear infinite}@keyframes wip-progress{from{left:calc(-1 * var(--bar-size))}to{left:100%}}.wip .footer-btns{float:none;display:flex;justify-content:flex-end;margin:0}.wip .site-footer{margin-top:16px;text-align:center;color:var(--text-3);font-size:13px;line-height:15px}