*{box-sizing:border-box;margin:0;-webkit-tap-highlight-color:transparent}html,body{height:100%;overflow:hidden;overscroll-behavior:none;touch-action:manipulation}body{display:flex;flex-direction:column;font-family:system-ui,sans-serif;background:#f7f3ec}#topbar{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;background:#fffdf9;border-bottom:1px solid #e8e0d2}#doc-name{min-width:0;max-width:50vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;color:#532c29;outline:none}#doc-name:focus{text-overflow:clip;border-bottom:1px solid #d78d45}#topbar-actions{position:relative;display:flex;flex:0 0 auto;gap:2px}#topbar-actions>button{min-width:44px;min-height:44px;border:none;background:none;font-size:20px;color:#532c29}#topbar-actions button:disabled{opacity:.3}#more-menu{position:absolute;z-index:20;right:0;top:calc(100% + 8px);display:grid;gap:2px;width:188px;padding:6px;border:1px solid #e8e0d2;border-radius:10px;background:#fffdf9;box-shadow:0 12px 32px #532c2933}#more-menu[hidden]{display:none}#more-menu button{width:100%;min-height:44px;padding:0 12px;border:none;border-radius:7px;background:none;color:#532c29;font-size:16px;text-align:left}#more-menu button:active{background:#f1e8da}#stage-wrap{position:relative;flex:1;min-height:0}#stage{width:100%;height:100%;display:block;touch-action:none}#stage,#palette .tile,button,[contenteditable=true],input[type=range]{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}#stage .hit{stroke:none}#stage g.selected .hit{stroke:#2e7cf6;stroke-width:.12;fill:#2e7cf60f}#zoom-slider-wrap{position:absolute;left:12px;bottom:22px;width:44px;height:164px}#zoom-slider{position:absolute;top:60px;left:-60px;width:164px;height:44px;transform:rotate(-90deg);accent-color:#d78d45;touch-action:none}#zoom-slider::-webkit-slider-runnable-track{width:8px;border-radius:999px;background:#eaddcc}#zoom-slider::-webkit-slider-thumb{width:28px;height:28px;margin-left:-10px;border-radius:50%;background:#fffdf9;border:1px solid #d8c8b5;box-shadow:0 2px 8px #532c2933;-webkit-appearance:none}#zoom-slider::-moz-range-track{width:8px;border-radius:999px;background:#eaddcc}#zoom-slider::-moz-range-thumb{width:28px;height:28px;border-radius:50%;background:#fffdf9;border:1px solid #d8c8b5;box-shadow:0 2px 8px #532c2933}#context-bar{position:absolute;left:50%;bottom:12px;transform:translate(-50%);display:flex;gap:4px;padding:6px;background:#fffdf9;border-radius:14px;box-shadow:0 4px 16px #532c292e}#context-bar button{min-width:48px;min-height:44px;border:none;border-radius:10px;background:none;font-size:15px;color:#532c29}#context-bar button:active{background:#f1e8da}#context-bar[hidden]{display:none}#mode-toggle{position:absolute;top:12px;left:12px;z-index:15;display:flex;gap:2px;padding:3px;border-radius:999px;background:#fffdf9;border:1px solid #e8e0d2;box-shadow:0 2px 8px #532c291f}#mode-toggle button{min-height:38px;padding:0 14px;border:none;border-radius:999px;background:none;color:#532c29;font-size:14px;font-weight:600}#mode-toggle button.active{background:#532c29;color:#fffdf9}#sim-bar{position:absolute;top:62px;left:12px;right:12px;z-index:15;display:flex;flex-wrap:wrap;align-items:center;gap:8px}#sim-bar[hidden]{display:none}#btn-physics{min-height:44px;padding:0 18px;border:none;border-radius:999px;font-size:15px;font-weight:600;box-shadow:0 2px 8px #532c2933;background:#532c29;color:#fffdf9}#btn-physics:active{background:#3f211f}#verdict{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;border-radius:999px;font-size:15px;font-weight:700;box-shadow:0 2px 8px #532c291f}#verdict[hidden]{display:none}#verdict.ok{background:#e3efd9;color:#3f6b2a}#verdict.warn{background:#faedcf;color:#8a5a12}#verdict.bad{background:#f6d9d2;color:#a93015}#verdict.muted{background:#efe7da;color:#6b5b4a}#marble-bar{position:absolute;top:62px;left:12px;right:12px;z-index:15;display:flex;flex-wrap:wrap;align-items:center;gap:8px}#marble-bar[hidden]{display:none}#btn-tilt,#btn-tilt-zero,#btn-marble-reset{min-height:44px;padding:0 16px;border:none;border-radius:999px;font-size:15px;font-weight:600;box-shadow:0 2px 8px #532c2933}#btn-tilt{background:#532c29;color:#fffdf9}#btn-tilt:active{background:#3f211f}#btn-tilt-zero,#btn-marble-reset{background:#fffdf9;color:#532c29;border:1px solid #e8e0d2}#btn-tilt-zero:active,#btn-marble-reset:active{background:#f1e8da}#marble-hint{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;border-radius:999px;font-size:14px;font-weight:600;background:#efe7da;color:#6b5b4a;box-shadow:0 2px 8px #532c291f}#marble-hint[hidden],body.murmel-mode #palette{display:none}#palette{display:flex;gap:10px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#fffdf9;border-top:1px solid #e8e0d2;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}#palette .tile{flex:0 0 auto;width:96px;height:96px;scroll-snap-align:start;display:grid;place-items:center;border-radius:16px;background:#f7f3ec;border:1px solid #eee4d4;touch-action:pan-x}#palette .tile:active{background:#f1e8da}#palette .tile svg{pointer-events:none}#load-dialog{width:min(420px,calc(100vw - 28px));border:1px solid #e8e0d2;border-radius:12px;padding:0;background:#fffdf9;color:#532c29;box-shadow:0 20px 60px #532c293d}#load-dialog::backdrop{background:#2d1f1847}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #e8e0d2}.dialog-head button{min-width:40px;min-height:40px;border:none;background:none;font-size:24px;color:#532c29}#load-body{max-height:min(460px,74vh);overflow-y:auto;overflow-x:hidden}.list-head{margin:0;padding:12px 12px 4px;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#7a6456}#load-list,#template-list{display:grid;gap:6px;padding:6px 10px 10px}.load-entry{display:grid;gap:2px;width:100%;padding:10px 12px;text-align:left;border:1px solid #eee4d4;border-radius:8px;background:#f7f3ec;color:#532c29}.template-entry{display:grid;grid-template-columns:56px 1fr;align-items:center;gap:12px;width:100%;min-height:56px;padding:8px 12px;text-align:left;border:1px solid #eee4d4;border-radius:8px;background:#f7f3ec;color:#532c29}.template-entry:active{background:#f1e8da}.template-entry svg{width:56px;height:48px;display:block}.template-entry .meta{display:grid;gap:2px;min-width:0}.template-entry strong{font-size:15px}.template-entry span,.load-entry span,.empty-list{color:#7a6456;font-size:13px}.empty-list{margin:0;padding:10px 4px}
/*# sourceMappingURL=/cdn/shop/t/16/assets/kaju-editor.css.map */
