
.keroEditorRoot{--ed-bg:#121214;--ed-panel:#1b1b1f;--ed-line:#34343b;--ed-text:#f7f7f8;--ed-muted:#a7a7b2;--ed-accent:#ff4f9a;position:fixed;z-index:10000;inset:0 0 0 auto;width:min(390px,100vw);color:var(--ed-text);font-family:system-ui,-apple-system,"Segoe UI",sans-serif;font-size:14px;line-height:1.4;box-shadow:-20px 0 50px rgba(0,0,0,.38)}
.keroEditorRoot *{box-sizing:border-box}.keroEditorPanel{height:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;background:var(--ed-bg);border-left:1px solid var(--ed-line)}
.keroEditorHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 14px 12px;border-bottom:1px solid var(--ed-line)}.keroEditorTitle{display:grid;gap:2px}.keroEditorTitle strong{font-size:16px;font-weight:900}.keroEditorTitle span{color:var(--ed-muted);font-size:11px;letter-spacing:.08em}
.keroEditorIconButton{width:34px;height:34px;border:1px solid var(--ed-line);border-radius:9px;background:#24242a;color:var(--ed-text);cursor:pointer}.keroEditorIconButton:hover{border-color:#64646e}.keroEditorIconButton:disabled{opacity:.35;cursor:not-allowed}
.keroEditorToolbar{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:10px 12px;border-bottom:1px solid var(--ed-line);background:#17171a}.keroEditorToolbar button{min-height:34px;padding:6px 4px;border:1px solid var(--ed-line);border-radius:8px;background:#222228;color:var(--ed-muted);font-size:12px;cursor:pointer}.keroEditorToolbar button.is-active{border-color:var(--ed-accent);background:#35202b;color:#fff}
.keroEditorBody{min-height:0;overflow:auto;overscroll-behavior:contain}.keroEditorTabs{position:sticky;z-index:2;top:0;display:grid;grid-template-columns:repeat(5,1fr);background:var(--ed-bg);border-bottom:1px solid var(--ed-line)}.keroEditorTabs button{min-height:45px;padding:6px 2px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--ed-muted);font-size:11px;font-weight:600;cursor:pointer}.keroEditorTabs button.is-active{border-bottom-color:var(--ed-accent);color:#fff}
.keroEditorPane{display:none;padding:14px}.keroEditorPane.is-active{display:block}.keroEditorGroup{margin-bottom:14px;border:1px solid var(--ed-line);border-radius:12px;background:var(--ed-panel);overflow:hidden}.keroEditorGroup>header{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border-bottom:1px solid var(--ed-line)}.keroEditorGroup>header strong{font-size:12px;letter-spacing:.04em}.keroEditorGroup>header span{color:var(--ed-muted);font-size:10px}.keroEditorFields{display:grid;gap:10px;padding:12px}
.keroEditorField{display:grid;grid-template-columns:104px minmax(0,1fr);align-items:center;gap:10px}.keroEditorField>label,.keroEditorField>span{color:#d3d3da;font-size:12px}.keroEditorField input,.keroEditorField select,.keroEditorField textarea{min-width:0;width:100%;min-height:34px;padding:7px 9px;border:1px solid var(--ed-line);border-radius:8px;background:#111114;color:#fff;font:inherit;font-size:12px;outline:none}.keroEditorField textarea{min-height:74px;resize:vertical}.keroEditorField input:focus,.keroEditorField select:focus,.keroEditorField textarea:focus{border-color:var(--ed-accent);box-shadow:0 0 0 2px rgba(255,79,154,.15)}.keroEditorField input[type=color]{height:34px;padding:3px}.keroEditorRange{display:grid;grid-template-columns:1fr 54px;gap:7px}.keroEditorRange input[type=range]{padding:0}.keroEditorCheck{display:flex;align-items:center;justify-content:space-between;gap:12px}.keroEditorCheck input{width:18px;height:18px;accent-color:var(--ed-accent)}
.keroEditorPresetGrid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.keroEditorPreset{min-height:74px;padding:10px;border:1px solid var(--ed-line);border-radius:10px;color:#fff;text-align:left;cursor:pointer}.keroEditorPreset strong,.keroEditorPreset span{display:block}.keroEditorPreset span{margin-top:4px;font-size:10px;opacity:.75}.keroEditorPreset[data-preset=hell]{background:linear-gradient(135deg,#080808,#5f0a16)}.keroEditorPreset[data-preset=violet]{background:linear-gradient(135deg,#090611,#552260)}.keroEditorPreset[data-preset=mono]{background:linear-gradient(135deg,#050505,#4a4a4a)}.keroEditorPreset[data-preset=neon]{background:linear-gradient(135deg,#071018,#006f72)}
.keroEditorLayer{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;width:100%;padding:10px 11px;border:0;border-bottom:1px solid var(--ed-line);background:transparent;color:#fff;text-align:left;cursor:pointer}.keroEditorLayer:last-child{border-bottom:0}.keroEditorLayer:hover,.keroEditorLayer.is-active{background:#292930}.keroEditorLayer small{color:var(--ed-muted)}.keroEditorEye{width:27px;height:27px;border:1px solid var(--ed-line);border-radius:7px;background:#111114;color:#ddd;cursor:pointer}
.keroEditorSelected{padding:12px;border:1px dashed #5b5b68;border-radius:10px;background:#151519}.keroEditorSelected strong{display:block;margin-bottom:3px}.keroEditorSelected code{color:#ff8fbd;font-size:11px;word-break:break-all}.keroEditorEmpty{padding:30px 12px;color:var(--ed-muted);text-align:center}.keroEditorHint{margin:0;padding:10px 12px;border-radius:9px;background:#28232a;color:#cac3cb;font-size:11px;line-height:1.55}
.keroEditorActions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.keroEditorAction{min-height:38px;padding:8px 10px;border:1px solid var(--ed-line);border-radius:9px;background:#28282e;color:#fff;font:inherit;font-size:12px;cursor:pointer}.keroEditorAction.primary{border-color:var(--ed-accent);background:var(--ed-accent);color:#160810;font-weight:900}.keroEditorAction.danger{border-color:#7d3540;color:#ff9ba8}.keroEditorAction:disabled{opacity:.45;cursor:not-allowed}
.keroEditorFooter{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:10px 12px;border-top:1px solid var(--ed-line);background:#151518}.keroEditorStatus{overflow:hidden;color:var(--ed-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.keroEditorSave{padding:9px 15px;border:0;border-radius:9px;background:var(--ed-accent);color:#170810;font-weight:900;cursor:pointer}
.keroEditorInspectorMode [data-kero-edit-id]{cursor:crosshair!important}.keroEditorInspectorMode [data-kero-edit-id]:hover{outline:2px dashed #ff4f9a!important;outline-offset:3px}.keroEditorTarget{outline:3px solid #ff4f9a!important;outline-offset:4px}.keroEditorToast{position:fixed;z-index:10001;right:410px;bottom:20px;max-width:320px;padding:12px 16px;border-radius:10px;background:#17171b;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.35);font-family:system-ui,sans-serif;font-size:13px}
body.keroEditorOpen{padding-right:min(390px,100vw)}body.keroEditorOpen .site-header{right:min(390px,100vw);width:auto}.keroEditorDockToggle{position:fixed;z-index:9999;right:12px;bottom:12px;width:48px;height:48px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:#141418;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.35);font:900 18px/1 system-ui;cursor:pointer}
@media(max-width:760px){.keroEditorRoot{width:100vw}.keroEditorToast{right:12px}.keroEditorRoot[hidden]+.keroEditorDockToggle{display:block}body.keroEditorOpen{padding-right:0}body.keroEditorOpen .site-header{right:0}.keroEditorPanel{grid-template-rows:auto auto minmax(0,1fr) auto}}

.keroEditorGuides{--guide-gap:8px;position:fixed;z-index:9998;inset:0 min(390px,100vw) 0 0;pointer-events:none}.keroEditorGuides.show-grid{background-image:linear-gradient(rgba(255,79,154,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,79,154,.12) 1px,transparent 1px);background-size:var(--guide-gap) var(--guide-gap)}.keroEditorGuides i,.keroEditorGuides b{display:none;position:absolute}.keroEditorGuides.show-center .guide-v{display:block;top:0;bottom:0;left:50%;width:1px;background:#35d7ff;box-shadow:0 0 0 1px rgba(0,0,0,.3)}.keroEditorGuides.show-center .guide-h{display:block;left:0;right:0;top:50%;height:1px;background:#35d7ff;box-shadow:0 0 0 1px rgba(0,0,0,.3)}.keroEditorGuides.show-safe .guide-safe{display:block;inset:5%;border:1px dashed #ffca3a}.keroEditorRoot[hidden]~.keroEditorGuides{display:none}
@media(max-width:760px){.keroEditorGuides{display:none}}
