*{box-sizing:border-box;margin:0;padding:0}:root{--viewport-width:100vw;--viewport-height:100vh}@supports (height:100dvh){:root{--viewport-width:100dvw;--viewport-height:100dvh}}html,body{overscroll-behavior:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:none;background:#000;width:100%;height:100%;overflow:hidden}#stage-wrapper{justify-content:center;align-items:center;display:flex;position:fixed;inset:0}#stage{width:min(var(--viewport-width), calc(var(--viewport-height) * 16 / 9));height:min(var(--viewport-height), calc(var(--viewport-width) * 9 / 16));background:#0a1c34;position:relative;overflow:hidden}#stage canvas{image-rendering:auto;touch-action:none;display:block;width:100%!important;height:100%!important}.piroker-scale-toolbar{z-index:20;color:#e8f5ee;pointer-events:auto;background:#0a1c34eb;border:1px solid #fff2b838;border-radius:10px;width:min(300px,100vw - 24px);max-height:calc(100vh - 24px);padding:12px 14px;font-family:system-ui,-apple-system,sans-serif;position:fixed;top:12px;right:12px;overflow-y:auto;box-shadow:0 8px 24px #00000059}.piroker-scale-toolbar__title{color:#fff2b8;margin:0 0 4px;font-size:14px;font-weight:700}.piroker-scale-toolbar__hint{color:#d8f5e4b8;margin:0 0 10px;font-size:11px;line-height:1.4}.piroker-scale-toolbar__group{border-top:1px solid #fff2b81f;margin-top:8px;padding-top:8px}.piroker-scale-toolbar__group:first-of-type{border-top:none;margin-top:0;padding-top:0}.piroker-scale-toolbar__group-title{color:#ffd56a;margin:0 0 6px;font-size:12px;font-weight:700}.piroker-scale-toolbar__row{grid-template-columns:64px 1fr 40px;align-items:center;gap:8px;margin-bottom:6px;font-size:11px;display:grid}.piroker-scale-toolbar__row:last-child{margin-bottom:0}.piroker-scale-toolbar__name{color:#d8f5e4;white-space:nowrap}.piroker-scale-toolbar__slider{accent-color:#ffd56a;width:100%}.piroker-scale-toolbar__value{text-align:right;font-variant-numeric:tabular-nums;color:#fff2b8}.demo-page-nav{z-index:15;pointer-events:auto;background:#0a1c34e6;border:1px solid #fff2b83d;border-radius:999px;align-items:center;gap:8px;padding:6px 8px;display:flex;position:absolute;bottom:14px;right:14px;box-shadow:0 6px 18px #00000052}.demo-page-nav__btn{color:#fff2b8;cursor:pointer;background:#ffd56a24;border:none;border-radius:50%;width:34px;height:34px;font-size:18px;line-height:1;transition:background .15s,opacity .15s}.demo-page-nav__btn:hover:not(:disabled){background:#ffd56a47}.demo-page-nav__btn:disabled{opacity:.28;cursor:default}.demo-page-nav__indicator{text-align:center;font-variant-numeric:tabular-nums;color:#d8f5e4;min-width:44px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600}
