html,body{width:100%;height:100%;padding:0;margin:0;overflow:hidden}#application{width:100%;height:100%;user-select:none;position:relative;touch-action:none}canvas{position:fixed;width:100%;height:100%;left:0;top:0;background:#fff;touch-action:none}body.cursor_default{cursor:default}body.cursor_n,body.cursor_s{cursor:ns-resize}body.cursor_nw,body.cursor_es{cursor:nwse-resize}body.cursor_ne,body.cursor_sw{cursor:nesw-resize}body.cursor_w,body.cursor_e{cursor:ew-resize}body.cursor_draw_text{cursor:text}body.cursor_draw_vector,body.cursor_draw_pencil{cursor:crosshair}body.cursor_draw_rectangle{cursor:crosshair}body.cursor_draw_oval{cursor:crosshair}body.cursor_draw_triangle{cursor:crosshair}body.cursor_draw{cursor:crosshair}body.cursor_rotate{cursor:url(f31f08d7cd55664d6bbb.svg) 16 16,alias}body.cursor_rotating{cursor:url(0bafb064394a4556bb8d.svg) 16 16,alias}
.application{position:absolute;width:100%;height:100%;left:0;top:0}.application .left{position:absolute;left:12px;top:12px;width:fit-content;height:fit-content;z-index:30}.application .top-overlay{position:absolute;left:50%;top:12px;transform:translateX(-50%);width:fit-content;max-width:calc(100% - 120px);z-index:20}.application .top-right-overlay{position:absolute;right:12px;top:12px;width:fit-content;height:fit-content;z-index:30}.application .bottom-left-overlay{position:absolute;left:12px;bottom:12px;width:fit-content;height:fit-content;z-index:20}.application .bottom-overlay{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);width:fit-content;max-width:calc(100% - 24px);z-index:20}.application .shortcut-trigger-hint{position:fixed;left:12px;bottom:58px;z-index:90;display:inline-flex;align-items:center;gap:8px;padding:0;pointer-events:none}.application .shortcut-trigger-label{font-size:11px;font-weight:600;color:#496883}.application .shortcut-trigger-hint kbd{padding:0;border:0;background:rgba(0,0,0,0);box-shadow:none;color:#2f4c64;font-size:12px;font-weight:700;line-height:1.2;text-align:center;white-space:nowrap}
.tool-bar{--tb-bg-top: #f8fbfd;--tb-bg-bottom: #f1f6fa;--tb-border: #d0dde8;--tb-button-size: 28px;--tb-button-radius: 8px;--tb-button-border: #b6c9dc;--tb-button-bg: #ffffff;--tb-button-text: #2a455d;--tb-button-hover-bg: #edf4fb;--tb-button-hover-border: #95b0ca;--tb-button-active-bg: linear-gradient(180deg, #6aa0d6 0%, #5189c1 100%);--tb-button-active-border: #4a7fb3;width:fit-content;height:fit-content;background:linear-gradient(180deg, var(--tb-bg-top) 0%, var(--tb-bg-bottom) 100%);border:1px solid var(--tb-border);border-radius:12px;box-shadow:0 10px 24px rgba(24,39,75,.14),0 2px 6px rgba(24,39,75,.1)}.tool-bar--vertical{display:flex;flex-flow:column nowrap;align-items:center;gap:8px;padding:8px 6px}.tool-bar--horizontal{display:inline-flex;flex-flow:row nowrap;align-items:center;gap:8px;padding:8px}.tool-bar-group{display:flex;align-items:center;justify-content:center}.tool-bar-group--stack{flex-flow:column nowrap;gap:6px;width:100%}.tool-bar-group--inline{gap:8px}.tool-bar-group--end{margin-top:auto}.tool-bar-divider{background:linear-gradient(90deg, rgba(132, 155, 182, 0), rgba(132, 155, 182, 0.55), rgba(132, 155, 182, 0))}.tool-bar--vertical .tool-bar-divider{width:22px;height:1px}.tool-bar--horizontal .tool-bar-divider{width:1px;height:22px;background:linear-gradient(180deg, rgba(132, 155, 182, 0), rgba(132, 155, 182, 0.55), rgba(132, 155, 182, 0))}.tool-bar-button{height:var(--tb-button-size);border-radius:var(--tb-button-radius);border:1px solid var(--tb-button-border);background:var(--tb-button-bg);color:var(--tb-button-text);cursor:pointer;transition:background-color 120ms ease,border-color 120ms ease,color 120ms ease,transform 120ms ease}.tool-bar-button:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(61,117,176,.35)}.tool-bar-button:hover:not(:disabled){background:var(--tb-button-hover-bg);border-color:var(--tb-button-hover-border);transform:translateY(-1px)}.tool-bar-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.tool-bar-button--icon{width:var(--tb-button-size);padding:0;display:inline-flex;align-items:center;justify-content:center}.tool-bar-button--icon svg{width:16px;height:16px;stroke:currentColor}.tool-bar-button--text{min-width:60px;padding:0 10px;font-size:13px;font-weight:600}.tool-bar-button--active{background:var(--tb-button-active-bg);border-color:var(--tb-button-active-border);color:#fff}.tool-bar-button--active:hover:not(:disabled){background:var(--tb-button-active-bg);border-color:var(--tb-button-active-border);color:#fff;transform:none}
.toolbar{--tb-button-border: transparent;--tb-button-bg: #eaf1f7;--tb-button-text: #36516a;--tb-button-hover-bg: #dfeaf4;--tb-button-hover-border: #b5c9dc}.toolbar .tool-bar-button--icon{position:relative;overflow:visible}.toolbar .tool-bar-button--icon:hover:not(:disabled){transform:none}.toolbar .tool-bar-button--icon svg{position:relative;z-index:1}.toolbar .tool-bar-button--icon.tool-bar-button--active{background:#f7fbff;border-color:rgba(0,0,0,0);color:#1f4f78;transform:translate(-0.5px, -0.5px) rotate(-1.2deg)}.toolbar .tool-bar-button--icon.tool-bar-button--active:hover:not(:disabled){background:#f7fbff;border-color:rgba(0,0,0,0);color:#1f4f78;transform:translate(-0.5px, -0.5px) rotate(-1.2deg)}.toolbar .tool-bar-button--icon.tool-bar-button--active::after{content:none}.toolbar .tool-active-brush{position:absolute;left:50%;top:50%;width:38px;height:38px;transform:translate(-50%, -50%) rotate(-5deg);object-fit:contain;pointer-events:none;z-index:2}.toolbar .tool-shortcut-indicator{position:absolute;right:-3px;bottom:-4px;color:#5f7890;font-size:8px;font-weight:700;line-height:1;text-align:center;pointer-events:none;text-shadow:0 1px 0 hsla(0,0%,100%,.65);z-index:3}.toolbar .export-dialog-backdrop{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(16,24,40,.36)}.toolbar .export-dialog{width:min(360px,100vw - 32px);padding:14px;border:1px solid #c7d7e5;border-radius:12px;background:linear-gradient(180deg, #f7fbff 0%, #edf4fb 100%);box-shadow:0 18px 44px rgba(16,24,40,.25);display:flex;flex-direction:column;gap:12px;color:#2d4961}.toolbar .export-dialog-title{font-size:14px;font-weight:700;color:#27445d}.toolbar .export-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px}.toolbar .export-row input[type=number]{width:120px;height:30px;border:1px solid #b8cadc;border-radius:8px;padding:0 8px;background:#fff;color:#22384d;outline:none}.toolbar .export-row input[type=number]:focus{border-color:#6f97bc;box-shadow:0 0 0 2px rgba(98,148,198,.2)}.toolbar .export-row input[type=color]{width:48px;height:30px;padding:2px;border:1px solid #b8cadc;border-radius:8px;background:#fff;cursor:pointer}.toolbar .export-row input[type=color]:disabled{opacity:.5;cursor:not-allowed}.toolbar .export-row-checkbox{justify-content:flex-start;gap:8px}.toolbar .export-row-checkbox input[type=checkbox]{width:16px;height:16px;margin:0}.toolbar .export-row-scale{align-items:flex-start}.toolbar .export-scale-options{display:flex;gap:8px}.toolbar .export-scale-option{height:30px;border:1px solid #b8cadc;border-radius:8px;padding:0 10px;background:#fff;display:inline-flex;align-items:center;gap:5px;cursor:pointer;color:#2f4960}.toolbar .export-scale-option input[type=radio]{margin:0;width:14px;height:14px}.toolbar .export-dialog-actions{display:flex;justify-content:flex-end;gap:8px}.toolbar .export-btn{min-width:72px;height:32px;border-radius:8px;border:1px solid #b8cadc;background:#fff;color:#2c455b;cursor:pointer;transition:background-color 120ms ease,border-color 120ms ease}.toolbar .export-btn:hover{background:#edf4fb;border-color:#9db6ce}.toolbar .export-btn-primary{background:linear-gradient(180deg, #6aa0d6 0%, #5189c1 100%);border-color:#4a7fb3;color:#fff}.toolbar .export-btn-primary:hover{background:linear-gradient(180deg, #76abde 0%, #5d95cb 100%);border-color:#4678a8}.toolbar .export-btn-primary:disabled{opacity:.5;cursor:not-allowed}.toolbar .mermaid-textarea{width:100%;min-height:160px;padding:10px;border:1px solid #b8cadc;border-radius:8px;background:#fff;color:#22384d;font-family:"SF Mono","Fira Code","Consolas",monospace;font-size:13px;line-height:1.5;resize:vertical;outline:none}.toolbar .mermaid-textarea:focus{border-color:#6f97bc;box-shadow:0 0 0 2px rgba(98,148,198,.2)}.toolbar .mermaid-textarea::placeholder{color:#8ea6bc}.toolbar .mermaid-error{padding:8px 10px;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:12px;line-height:1.4}
.propertybar{--pb-control-bg: #ffffff;--pb-control-border: #c8d6e3;--pb-text: #2d455d;--pb-subtle: #5f7e9b;--pb-accent: #4f84bb;overflow:hidden;min-height:40px;padding:0 10px;color:var(--pb-text);font-size:12px;font-family:"Avenir Next","Segoe UI Variable","Helvetica Neue",sans-serif}.propertybar .prop-items-group{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:15px 8px 5px;gap:8px;position:relative}.propertybar .prop-items-group .prop-section-title{min-width:0;color:#4c6883;font-size:10px;font-weight:600;letter-spacing:.02em;text-align:center;line-height:1;position:absolute;top:3px;left:50%;transform:translateX(-50%);white-space:nowrap}.propertybar .prop-items-group .prop-item{display:flex;align-items:center;gap:6px;margin-right:0}.propertybar .prop-items-group .prop-item select,.propertybar .prop-items-group .prop-item input[type=number]{height:24px;border:1px solid var(--pb-control-border);border-radius:6px;padding:0 8px;background:var(--pb-control-bg);color:#2d455d;font-size:12px;outline:none}.propertybar .prop-items-group .prop-item select:focus,.propertybar .prop-items-group .prop-item input[type=number]:focus{border-color:var(--pb-accent);box-shadow:0 0 0 2px rgba(79,132,187,.2)}.propertybar .prop-items-group .prop-item .flat-options{display:inline-flex;border:1px solid #d1deea;border-radius:8px;padding:2px;background:#f7fbff;gap:4px}.propertybar .prop-items-group .prop-item .flat-option{border:1px solid rgba(0,0,0,0);border-radius:6px;background:rgba(0,0,0,0);color:#36516a;font-size:12px;height:22px;line-height:22px;padding:0 8px;min-width:44px;cursor:pointer;white-space:nowrap;transition:background-color 120ms ease,color 120ms ease}.propertybar .prop-items-group .prop-item .flat-option:hover{background:rgba(95,140,184,.12);border-color:rgba(95,140,184,.18)}.propertybar .prop-items-group .prop-item .flat-option:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(79,132,187,.24)}.propertybar .prop-items-group .prop-item .flat-option:disabled{opacity:.48;cursor:not-allowed}.propertybar .prop-items-group .prop-item .flat-option:disabled:hover{background:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.propertybar .prop-items-group .prop-item .flat-option-icon{min-width:28px;width:28px;padding:0;display:inline-flex;align-items:center;justify-content:center}.propertybar .prop-items-group .prop-item .flat-option-icon svg{width:14px;height:14px}.propertybar .prop-items-group .prop-item .flat-option-active{background:#e3edf7;border-color:#c2d4e6;color:#2f4e6b;font-weight:600}.propertybar .prop-items-group .prop-item input[type=color]{-webkit-appearance:none;padding:0;width:24px;height:24px;border:1px solid var(--pb-control-border);border-radius:6px;background:var(--pb-control-bg);cursor:pointer}.propertybar .prop-items-group .prop-item input[type=number]{width:72px;text-align:center}.propertybar .prop-items-group .prop-item input[type=color]::-webkit-color-swatch-wrapper{padding:0}.propertybar .prop-items-group .prop-item input[type=color]::-webkit-color-swatch{border:none;border-radius:4px}.propertybar .prop-items-group .prop-item-disabled .flat-options{opacity:.45}.propertybar .prop-items-group .prop-item-disabled input[type=color]{opacity:.4}.propertybar .prop-divider{width:1px;height:26px}
.path-edit-bar{display:flex;align-items:center;gap:10px;min-height:40px;padding:0 10px;border:1px solid #d0dde8;border-radius:12px;background:linear-gradient(180deg, #f8fbfd 0%, #f1f6fa 100%);box-shadow:0 10px 24px rgba(24,39,75,.14),0 2px 6px rgba(24,39,75,.1);font-family:"Avenir Next","Segoe UI Variable","Helvetica Neue",sans-serif}.path-edit-bar-divider{width:1px;align-self:stretch;background:linear-gradient(180deg, rgba(132, 155, 182, 0), rgba(132, 155, 182, 0.55), rgba(132, 155, 182, 0))}.path-edit-bar-action{height:28px;padding:0 10px;border:1px solid #c8d6e3;border-radius:8px;background:#fff;color:#2d455d;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color 120ms ease,border-color 120ms ease,color 120ms ease}.path-edit-bar-action:hover:not(:disabled){background:#eaf1f7;border-color:#b5c9dc}.path-edit-bar-action:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(61,117,176,.35)}.path-edit-bar-action:disabled{opacity:.55;cursor:not-allowed}.path-edit-bar-primary{background:linear-gradient(180deg, #6aa0d6 0%, #5189c1 100%);border-color:#4a7fb3;color:#fff}.path-edit-bar-primary:hover:not(:disabled){background:linear-gradient(180deg, #6699cc 0%, #4d82b8 100%);border-color:#4278ad}
.font-loading-indicator{position:fixed;bottom:20px;right:20px;background:rgba(33,33,33,.95);color:#fff;padding:15px;border-radius:6px;z-index:10000;width:240px;box-shadow:0 4px 12px rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.1);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;pointer-events:none}.font-loading-content h3{margin:0 0 10px 0;font-size:14px;font-weight:600;display:flex;align-items:center}.font-loading-content h3::before{content:"";display:inline-block;width:8px;height:8px;border:2px solid hsla(0,0%,100%,.5);border-top-color:#fff;border-radius:50%;margin-right:8px;animation:font-loading-spin 1s linear infinite}@keyframes font-loading-spin{to{transform:rotate(360deg)}}.font-loading-item{margin-bottom:8px}.font-loading-item:last-child{margin-bottom:0}.font-name{font-size:12px;margin-bottom:3px;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-bar{width:100%;height:3px;background:hsla(0,0%,100%,.15);border-radius:1.5px;overflow:hidden;margin-bottom:2px}.progress-fill{height:100%;background:#4caf50;transition:width .3s ease}.progress-text{font-size:10px;text-align:right;opacity:.6}
.bottom-toolbar{--tb-bg-top: #ffffff;--tb-bg-bottom: #f9fcff;--tb-border: #d8e3ee;--tb-button-size: 32px;--tb-button-radius: 10px;--tb-button-border: transparent;--tb-button-bg: #f1f6fb;--tb-button-text: #2f4b63;--tb-button-hover-bg: #e8f0f8;--tb-button-hover-border: transparent;--tb-button-active-bg: #dceaf8;--tb-button-active-border: transparent;backdrop-filter:blur(6px);box-shadow:0 8px 20px rgba(18,36,58,.1)}.bottom-toolbar.tool-bar--horizontal{gap:6px;padding:7px}.bottom-toolbar .tool-bar-group--inline{gap:6px}.bottom-toolbar .tool-bar-button{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.72)}.bottom-toolbar .tool-bar-button:hover:not(:disabled){transform:none}.bottom-toolbar .tool-bar-button:disabled{opacity:.38}.bottom-toolbar .bottom-toolbar__zoom{min-width:64px;padding:0 12px;font-size:12px;font-weight:700;letter-spacing:.01em;font-variant-numeric:tabular-nums}.bottom-toolbar .bottom-toolbar__zoom.is-default{color:#2e5d84}
.shortcut-cheatsheet-backdrop{position:fixed;inset:0;z-index:120;display:flex;justify-content:center;align-items:center;padding:16px;background:rgba(13,24,36,.4)}.shortcut-cheatsheet-modal{width:min(840px,100vw - 32px);max-height:min(80vh,760px);border-radius:14px;border:1px solid #c3d5e5;background:linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%);box-shadow:0 20px 44px rgba(18,32,48,.28);display:flex;flex-direction:column;overflow:hidden}.shortcut-cheatsheet-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #d3e1ee}.shortcut-cheatsheet-header h2{margin:0;font-size:16px;color:#24445e}.shortcut-cheatsheet-header button{height:30px;border-radius:8px;border:1px solid #aec5da;padding:0 10px;background:#fff;color:#2b4a63;font-size:12px;font-weight:600;cursor:pointer}.shortcut-cheatsheet-header button:hover{background:#ebf3fb;border-color:#96b2cb}.shortcut-cheatsheet-content{overflow:auto;padding:16px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))}.shortcut-cheatsheet-group{border:1px solid #d5e3ef;border-radius:10px;background:hsla(0,0%,100%,.74);padding:12px}.shortcut-cheatsheet-group h3{margin:0 0 10px;color:#315472;font-size:13px}.shortcut-cheatsheet-group ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.shortcut-cheatsheet-group li{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;color:#2a445b;font-size:12px;line-height:1.35}.shortcut-cheatsheet-keys{display:inline-flex;flex-wrap:wrap;gap:4px;flex-shrink:0}.shortcut-cheatsheet-keys kbd{min-width:20px;padding:2px 6px;border-radius:6px;border:1px solid #b7cce0;background:#f7fbff;color:#28455e;font-size:11px;font-weight:700;line-height:1.4;text-align:center;box-shadow:inset 0 -1px 0 #d3e0ed}.shortcut-cheatsheet-note{margin:0;padding:10px 16px 14px;border-top:1px solid #d3e1ee;color:#4e6d87;font-size:12px}
.low-priority-controls{--tb-bg-top: rgba(255, 255, 255, 0.24);--tb-bg-bottom: rgba(244, 248, 252, 0.22);--tb-border: rgba(188, 205, 220, 0.18);--tb-button-size: 26px;--tb-button-radius: 8px;--tb-button-border: transparent;--tb-button-bg: transparent;--tb-button-text: #7890a2;--tb-button-hover-bg: rgba(232, 240, 248, 0.72);--tb-button-hover-border: transparent;--tb-button-active-bg: rgba(224, 238, 249, 0.62);--tb-button-active-border: transparent;opacity:.52;backdrop-filter:blur(8px);box-shadow:none;transition:opacity 140ms ease,background-color 140ms ease,border-color 140ms ease}.low-priority-controls:hover,.low-priority-controls:focus-within{--tb-bg-top: rgba(255, 255, 255, 0.64);--tb-bg-bottom: rgba(244, 248, 252, 0.58);--tb-border: rgba(188, 205, 220, 0.42);opacity:.92}.low-priority-controls.tool-bar--horizontal{gap:3px;padding:4px}.low-priority-controls .tool-bar-group--inline{gap:4px}.low-priority-controls .low-priority-control{box-shadow:none}.low-priority-controls .low-priority-control:hover:not(:disabled){transform:none}.low-priority-controls .low-priority-control--active{background:var(--tb-button-active-bg);color:#2d668f;box-shadow:none}
.top-right-actions{--tb-bg-top: rgba(255, 255, 255, 0.28);--tb-bg-bottom: rgba(248, 251, 255, 0.24);--tb-border: rgba(216, 227, 238, 0.22);--tb-button-size: 28px;--tb-button-radius: 8px;--tb-button-border: transparent;--tb-button-bg: transparent;--tb-button-text: #6d8496;--tb-button-hover-bg: rgba(232, 240, 248, 0.78);--tb-button-hover-border: transparent;opacity:.58;backdrop-filter:blur(6px);box-shadow:none;transition:opacity 140ms ease,background-color 140ms ease,border-color 140ms ease}.top-right-actions:hover,.top-right-actions:focus-within{--tb-bg-top: rgba(255, 255, 255, 0.72);--tb-bg-bottom: rgba(248, 251, 255, 0.64);--tb-border: rgba(216, 227, 238, 0.48);--tb-button-text: #2f4b63;opacity:.94}.top-right-actions.tool-bar--horizontal{padding:5px}.top-right-actions .tool-bar-button:hover:not(:disabled){transform:none}.top-right-export-dialog-backdrop{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(16,24,40,.36)}.top-right-export-dialog-backdrop .export-dialog{width:min(360px,100vw - 32px);padding:14px;border:1px solid #c7d7e5;border-radius:12px;background:linear-gradient(180deg, #f7fbff 0%, #edf4fb 100%);box-shadow:0 18px 44px rgba(16,24,40,.25);display:flex;flex-direction:column;gap:12px;color:#2d4961}.top-right-export-dialog-backdrop .export-dialog-title{font-size:14px;font-weight:700;color:#27445d}.top-right-export-dialog-backdrop .export-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px}.top-right-export-dialog-backdrop .export-row input[type=number]{width:120px;height:30px;border:1px solid #b8cadc;border-radius:8px;padding:0 8px;background:#fff;color:#22384d;outline:none}.top-right-export-dialog-backdrop .export-row input[type=number]:focus{border-color:#6f97bc;box-shadow:0 0 0 2px rgba(98,148,198,.2)}.top-right-export-dialog-backdrop .export-row input[type=color]{width:48px;height:30px;padding:2px;border:1px solid #b8cadc;border-radius:8px;background:#fff;cursor:pointer}.top-right-export-dialog-backdrop .export-row input[type=color]:disabled{opacity:.5;cursor:not-allowed}.top-right-export-dialog-backdrop .export-row-checkbox{justify-content:flex-start;gap:8px}.top-right-export-dialog-backdrop .export-row-checkbox input[type=checkbox]{width:16px;height:16px;margin:0}.top-right-export-dialog-backdrop .export-row-scale{align-items:flex-start}.top-right-export-dialog-backdrop .export-scale-options{display:flex;gap:8px}.top-right-export-dialog-backdrop .export-scale-option{height:30px;border:1px solid #b8cadc;border-radius:8px;padding:0 9px;background:#fff;display:inline-flex;align-items:center;gap:5px;cursor:pointer;color:#2f4960}.top-right-export-dialog-backdrop .export-scale-option input[type=radio]{margin:0;width:14px;height:14px}.top-right-export-dialog-backdrop .export-dialog-actions{display:flex;justify-content:flex-end;gap:8px}.top-right-export-dialog-backdrop .export-btn{min-width:72px;height:32px;border-radius:8px;border:1px solid #b8cadc;background:#fff;color:#2c455b;cursor:pointer;transition:background-color 120ms ease,border-color 120ms ease}.top-right-export-dialog-backdrop .export-btn:hover{background:#edf4fb;border-color:#9db6ce}.top-right-export-dialog-backdrop .export-btn-primary{background:linear-gradient(180deg, #6aa0d6 0%, #5189c1 100%);border-color:#4a7fb3;color:#fff}.top-right-export-dialog-backdrop .export-btn-primary:hover{background:linear-gradient(180deg, #76abde 0%, #5d95cb 100%);border-color:#4678a8}.top-right-export-dialog-backdrop .export-btn-primary:disabled{opacity:.5;cursor:not-allowed}
.fps{position:fixed;left:20px;bottom:92px;z-index:80;pointer-events:none}.fps-chart{position:absolute;display:block;width:220px;height:72px;border:1px solid #c2d4e4;border-radius:2px;background:#f5f9fd}
.textarea{position:fixed;min-width:24px;max-width:min(72vw,960px);height:auto;z-index:1;border:none;resize:none;font-size:16px;background:none;outline:none;line-height:1;padding:0;margin:0;overflow:hidden;white-space:pre-wrap;overflow-wrap:break-word}
.oJTOsfAwp_PdgwXR9NKZ{position:fixed;left:0;bottom:0;width:100%;height:14px;background:#fff;text-align:center;z-index:1}.oJTOsfAwp_PdgwXR9NKZ a{color:#000;font-size:12px;line-height:14px}
