html{touch-action:manipulation}html,body{margin:0!important;padding:0!important;height:100%;width:100%;overflow:hidden;background:#f5f7fb}:root{--border-color: #dbe3ef;--panel-bg: #ffffff;--panel-bg-soft: #f8fbff;--text-color: #233044;--muted-color: #5c6d84}.top-header{height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;font:600 18px/1.2 system-ui,-apple-system,Segoe UI,sans-serif;color:#1f2d3d;background:#fff;border-bottom:1px solid var(--border-color);box-sizing:border-box}.header-title{min-width:0}.header-actions{display:inline-flex;align-items:center;gap:10px}.tool-select-wrap{display:inline-flex}.tool-select{border:1px solid var(--border-color);background:#fff;color:#2d3e55;border-radius:6px;padding:6px 28px 6px 10px;font:500 13px/1 system-ui,-apple-system,Segoe UI,sans-serif;max-width:min(260px,42vw)}.app-shell{height:calc(100% - 52px);width:100%;display:grid;grid-template-columns:1fr 0fr;position:relative}.show-script{grid-template-columns:4fr 2fr}.right-pane{min-width:0;display:grid;grid-template-rows:1fr auto;border-right:1px solid var(--border-color);background:var(--panel-bg-soft)}.editor-pane{min-height:0;display:grid;grid-template-rows:44px 1fr}.editor-toolbar{display:flex;align-items:center;justify-content:flex-start;padding:6px 10px;border-bottom:1px solid var(--border-color);background:#fff}.btn{border:1px solid #9cc5ff;background:#eaf3ff;color:#2357a6;border-radius:6px;padding:6px 10px;font:500 13px/1 system-ui,-apple-system,Segoe UI,sans-serif;cursor:pointer}.btn:hover{background:#dfeeff}.close-btn{display:none;border:1px solid var(--border-color);background:#fff;color:var(--muted-color);border-radius:999px;padding:6px 12px;font:500 12px/1 system-ui,-apple-system,Segoe UI,sans-serif;cursor:pointer}.close-btn:hover{background:#f4f8fe;color:var(--text-color)}.preset-wrap{margin-left:auto;display:inline-flex}.preset-select{border:1px solid var(--border-color);background:#fff;color:#2d3e55;border-radius:6px;padding:6px 28px 6px 10px;font:500 13px/1 system-ui,-apple-system,Segoe UI,sans-serif}.editor-surface{min-height:0;width:100%;height:100%;box-sizing:border-box;border:0;padding:14px 16px;margin:0;resize:none;outline:none;background:#fbfdff;color:var(--text-color);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;line-height:1.5;tab-size:2}.editor-surface::placeholder{color:#8a99ad}.log-pane{min-height:0;max-height:0;border-top:0 solid transparent;background:#f4f8fe;color:var(--text-color);padding:0 12px;overflow:hidden;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.45;white-space:pre-wrap;word-break:break-word;opacity:0;transition:max-height .22s ease,padding .22s ease,opacity .18s ease,border-top-width .22s ease}.log-pane.has-content{max-height:180px;border-top:1px solid var(--border-color);padding:10px 12px;overflow:auto;opacity:1}.log-line{margin:0;color:var(--muted-color)}.log-line.error{color:#cc2f3d}.log-line.warn{color:#9a6a00}.chart-pane{min-width:0;min-height:0;background:#fff;position:relative}canvas{display:block}@media(max-width:768px){.top-header{padding:8px 12px;height:auto;align-items:flex-start}.header-actions{flex-wrap:wrap;justify-content:flex-end}.tool-select{max-width:44vw}.app-shell,.show-script{grid-template-columns:1fr}.chart-pane{grid-column:1;grid-row:1}.right-pane{position:absolute;top:0;left:0;z-index:10;width:100vw;height:100%;border-right:none;border-left:1px solid var(--border-color);box-sizing:border-box;transform:translate(100%);opacity:0;pointer-events:none;transition:transform .22s ease,opacity .22s ease;box-shadow:-16px 0 32px #1f2d3d29}.show-script .right-pane{transform:translate(0);opacity:1;pointer-events:auto}.editor-toolbar{gap:8px}.close-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}}
