:root{--v-bg: #ffffff;--v-content-bg: #ffffff;--v-topbar-bg: #0f172a;--v-bottombar-bg: #0f172a;--v-accent: #0ea5e9;--v-accent-rgb: 14, 165, 233;--v-btn-finish-bg: #e11d48;--v-topbar-h: 52px;--v-bottombar-h: 60px;--v-border: rgba(255, 255, 255, .05)}.v-wrapper{background-color:var(--v-bg);color:#fff;display:flex;flex-direction:column;height:100dvh;width:100vw;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:50}.v-topbar{flex:0 0 var(--v-topbar-h);height:var(--v-topbar-h);background-color:var(--v-topbar-bg);border-bottom:1px solid var(--v-border);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;z-index:10}.v-bottombar{flex:0 0 var(--v-bottombar-h);height:var(--v-bottombar-h);background-color:var(--v-bottombar-bg);border-top:1px solid var(--v-border);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;z-index:10}.v-content-area{flex:1 1 auto;background-color:var(--v-content-bg);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.v-stage-16-9{width:1280px;height:720px;flex:0 0 auto;background-color:#fff;transform-origin:center center;box-shadow:0 25px 50px -12px #00000080;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.v-progress-bg{background-color:#ffffff1a;height:4px;border-radius:99px;overflow:hidden;flex:1;max-width:200px}.v-progress-fill{background-color:var(--v-accent);height:100%;transition:width .7s ease-out;box-shadow:0 0 10px rgba(var(--v-accent-rgb),.5)}
