:root{--base-width: calc(10 / 360 * 100dvw);--base-height: calc(10 / 720 * 100dvh)}@media (orientation: landscape){:root{--base-width: calc(10 / 720 * 100dvh)}}body{width:100%;min-width:320px;height:100%;color:#0f0;background-color:transparent;font-family:system-ui,sans-serif;font-size:max(calc(16 * var(--base-width, 10px) / 10),14px);-webkit-text-size-adjust:100%;overflow:hidden}#app{height:100dvh}.main{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.view{position:relative;height:100%}.view-enter-active,.view-leave-active{transition:opacity .3s ease-in-out}.view-enter-from,.view-leave-to{opacity:0}.popup{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.title{font-size:calc(20 * var(--base-width, 10px) / 10);font-weight:700}.button{padding:calc(12 * var(--base-width, 10px) / 10) calc(20 * var(--base-width, 10px) / 10);background-color:red;border-radius:5px}.app-scene{height:100%}.home-view .modal-content{position:absolute;z-index:1;left:50%;bottom:calc(20 * var(--base-height, 10px) / 10);padding:calc(20 * var(--base-height, 10px) / 10) calc(20 * var(--base-width, 10px) / 10);width:90%;height:max-content;background:#0000001a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:1vh;max-width:600px;transform:translate(-50%)}.home-view .modal-body{margin:0 auto;display:flex;align-items:center;flex-direction:column;gap:12px;max-width:320px;font-weight:500;font-size:1.9vh}.home-view #targetSelect,.home-view #slider{width:100%;border-radius:1vh;pointer-events:all}.home-view #targetSelect{width:100%;height:30px;text-align:center}.home-view #reset{padding-top:1vh;padding-bottom:1vh;pointer-events:all;display:flex;align-items:center;justify-content:center;width:14vh;color:#fff;border-radius:1vh;box-shadow:0 4px 4px #00000040;left:50%;text-align:center;user-select:none;-webkit-user-select:none;transition:box-shadow .3s ease;background:#00f;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);-webkit-tap-highlight-color:rgba(0,0,0,0)}.home-view #reset:active{background:#00f;box-shadow:0 4px 4px #0000}
