:root{--header-h: 64px;--bg:#f6f8fc;--panel:#fff;--border:#e5eaf4;--muted:#6b7280;--text:#0b1220;--brand:#7c3aed}:root{--scrollbar-size: 10px;--scrollbar-track: #eef2ff;--scrollbar-thumb: #c7d2fe;--scrollbar-thumb-hover: #a5b4fc}html,body,#root{height:100%;background:var(--bg);color:var(--text)}body{font-family:Futura,STFangsong,PingFang SC,Microsoft YaHei,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.container{max-width:1280px;margin:0 auto;padding:0 16px}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1 1 auto;min-height:0}.page-main{height:calc(100vh - var(--header-h));display:flex}.split-host{flex:1 1 auto;min-height:0;display:flex}.app-header{position:sticky;top:0;z-index:40;height:var(--header-h);-webkit-backdrop-filter:saturate(1.1) blur(8px);backdrop-filter:saturate(1.1) blur(8px);background:color-mix(in srgb,white 80%,transparent);border-bottom:1px solid var(--border)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:12px}.logo{width:28px;height:28px;border-radius:8px;background:linear-gradient(145deg,var(--brand),#9f67ff);box-shadow:0 8px 24px #7c3aed40,inset 0 2px 6px #ffffff59}.brand-title{font-weight:800;letter-spacing:.2px}.brand-sub{font-size:12px;color:var(--muted);margin-top:4px}.nav-controls{display:flex;align-items:center;gap:10px}.label{font-size:12px;color:var(--muted);font-weight:700}.nav-link{font-weight:700;color:#334155;text-decoration:none;padding:8px 10px;border-radius:10px}.nav-link:hover{background:#eef2ff;color:#1e293b}.btn{background:linear-gradient(180deg,#fff,#f3f7ff);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:6px 12px;cursor:pointer;font-weight:700;transition:.12s ease}.btn:hover{filter:brightness(1.02);box-shadow:0 4px 14px #0f172a0f;transform:translateY(-1px)}.select{border:1px solid var(--border);background:#fff;border-radius:10px;padding:6px 10px;font-weight:700}.left-root{display:flex;flex-direction:column;gap:12px;height:100%}.left-top{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.left-bottom{height:30%;min-height:160px;display:flex;flex-direction:column}.nice-card{background:var(--panel);border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 30px #0f172a0d}.panel-toolbar{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--border)}.panel-title{font-weight:800}.grow{flex:1 1 auto}.editor-wrap{flex:1 1 auto;min-height:0;border-radius:0 0 16px 16px;overflow:hidden}.log-wrap{flex:1 1 auto;min-height:0;padding:10px 12px;overflow:auto}.log-empty{color:var(--muted)}.log-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.log-list .dot{display:inline-block;width:6px;height:6px;border-radius:999px;background:#22d3ee;margin-right:8px;transform:translateY(-1px)}.app-root,.panel{min-height:0}.panel{display:flex;flex-direction:column;background:var(--panel)}.app-main .container{max-width:100%;padding:0}.page-main{height:calc(100vh - var(--header-h));padding:0}.panel--right .canvas-root{position:relative;flex:1 1 auto;min-height:0;height:100%}.konvajs-content{position:relative;z-index:1}.konvajs-content canvas{background:transparent!important}.canvas-toolbar{position:absolute;right:12px;top:10px;z-index:30;pointer-events:auto;display:flex;gap:8px;align-items:center;padding:8px 10px;border-radius:12px;-webkit-backdrop-filter:saturate(1.1) blur(6px);backdrop-filter:saturate(1.1) blur(6px);background:color-mix(in srgb,white 82%,transparent);border:1px solid var(--border);box-shadow:0 6px 24px #0f172a0f}.switch{display:inline-flex;align-items:center;gap:6px;-webkit-user-select:none;user-select:none;font-size:12px;color:#0f172a;padding-left:4px}.switch input{accent-color:#111827}.canvas-root{position:relative;height:100%;min-height:0}.canvas-toolbar{position:absolute;top:8px;right:16px;display:flex;gap:8px;align-items:center;z-index:10;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #e5e7eb;border-radius:10px;padding:6px 10px}.step-chip{background:#0f172a;color:#fff;padding:4px 8px;border-radius:999px;font-size:12px}.select,.btn{border:1px solid #d1d5db;border-radius:8px;padding:4px 8px;font-size:12px;background:#fff;cursor:pointer}.select:focus,.btn:focus{outline:none;box-shadow:0 0 0 2px #dbeafe}.switch{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#0f172a}html,body,#root{height:100%}:root{--header-h: 56px}.app-shell{height:100%;display:flex;flex-direction:column}.app-header{flex:0 0 var(--header-h)}.app-main{flex:1 1 auto;min-height:0;display:flex}.split-host,.app-root,.page-main{flex:1 1 auto;min-height:0;height:100%;display:grid}.panel,.panel--right{display:flex;flex-direction:column;min-height:0}.canvas-root{position:relative;flex:1 1 auto;min-height:0;display:flex}.canvas-toolbar{position:absolute;top:10px;right:12px;z-index:10;display:flex;gap:8px}.kitstage-host{position:relative;flex:1 1 auto;min-height:0;height:100%}.btn,.select{cursor:pointer}.step-chip{padding:6px 10px;border-radius:999px;background:#111827;color:#fff;opacity:.85;margin-right:8px}.container,.page-main,.app-root{width:100%}.toolbar{-webkit-backdrop-filter:saturate(1.1) blur(2px);backdrop-filter:saturate(1.1) blur(2px)}.toolbar--compact{padding:6px 8px}.toolbar--floating{position:relative}.toolbar__group{display:flex;align-items:center;gap:8px}.toolbar__divider{width:1px;background:linear-gradient(180deg,#e2e8f0,#cbd5e1)}.toolbar__title{color:#0f172a;font-weight:700;font-size:12px;letter-spacing:.3px;text-transform:uppercase}.label-muted{color:#475569;font-size:12px;line-height:20px;-webkit-user-select:none;user-select:none}.select{border:1px solid #e5e7eb;border-radius:8px;padding:6px 8px;background:#fff}.btn{border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px;background:linear-gradient(180deg,#fff,#f8fafc);font-weight:600}.btn:hover{filter:brightness(1.02)}.err-glyph{background:#ef4444;width:10px;height:10px;border-radius:999px;margin-left:3px;margin-top:4px}.err-bubble{position:absolute;transform:translate(8px,-50%);background:#fff3f3;border:1px solid #ffc9c9;color:#b91c1c;padding:4px 8px;border-radius:8px;font-size:12px;white-space:nowrap;box-shadow:0 8px 24px #b91c1c26;pointer-events:auto;z-index:50}html{scrollbar-gutter:stable both-edges}@supports (scrollbar-color: red blue){html,body,*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}}::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--brand),#9f67ff);border-radius:999px;border:2px solid var(--scrollbar-track)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#8b5cf6,var(--brand))}.panel,.log-wrap,.editor-wrap,.canvas-root{scrollbar-width:thin}@media (prefers-color-scheme: dark){:root{--scrollbar-track: color-mix(in srgb, #0b1220 84%, white 16%);--scrollbar-thumb: color-mix(in srgb, #7c3aed 35%, white 65%);--scrollbar-thumb-hover: color-mix(in srgb, #7c3aed 45%, white 55%)}}.monaco-editor .run-focus-line{background:#0ea5e91f}.monaco-editor .run-focus-leftbar{background:#38bdf8;width:3px}.monaco-editor .run-exec-line{background:#22c55e24}.monaco-editor .run-exec-leftbar{background:#22c55e;width:3px}.err-bubble{background:#fff;border:1px solid #fecaca;color:#991b1b;padding:4px 8px;border-radius:6px;box-shadow:0 2px 6px #0000000f;font-size:12px}.warn-bubble{background:#fffbeb;border:1px solid #facc15;color:#854d0e;padding:4px 8px;border-radius:6px;box-shadow:0 2px 6px #0000000f;font-size:12px}.theme-btn{width:18px;height:18px;border-radius:999px;padding:0!important;border:1px solid rgba(0,0,0,.28);display:inline-flex;align-items:center;justify-content:center;min-width:18px}.theme-btn.active{outline:2px solid #2563eb;outline-offset:1px}.left-catalog .catalog-scroll ul li.catalog-item{position:relative;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease,border-color .16s ease;border:1px solid transparent}.left-catalog .catalog-scroll ul li.catalog-item:hover{transform:translate(6px);background:#f1f5f9;box-shadow:0 2px 8px #0000000f;border-color:#cbd5e1}.left-catalog .catalog-scroll ul li.catalog-item.active{transform:translate(8px);background:#e0f2fe;border-color:#7dd3fc;box-shadow:0 2px 10px #0ea5e92e}.left-catalog .catalog-scroll ul li.catalog-item:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:3px;background:transparent;transition:background-color .16s ease,transform .16s ease;transform:scaleY(.5)}.left-catalog .catalog-scroll ul li.catalog-item:hover:before,.left-catalog .catalog-scroll ul li.catalog-item.active:before{background:#38bdf8;transform:scaleY(1)}.left-catalog ul li+li{border-top:1px dashed #e5e7eb}.isa-inline-issue-root{position:relative}.inline-issue{font-size:12px;padding:1px 8px;border-radius:6px;box-shadow:0 1px 3px #0000000f}.inline-issue--warn{background:#fffbeb;border:1px solid #facc15;color:#854d0e}.inline-issue--error{background:#fff5f5;border:1px solid #fda4af;color:#be123c}
