:root{--kmc-green:#169c6c;--kmc-mint:#c9f5e5;--kmc-pine:#062c21;--kmc-ink:#0b2019;--kmc-line:rgba(22,156,108,.2)}
.kmc-switcher{position:relative;z-index:99997;font:600 13px/1.2 "DM Sans",Inter,Arial,sans-serif;color:var(--kmc-switcher-text,var(--kmc-ink))}
.kmc-switcher--floating{position:fixed;bottom:22px;left:22px}.kmc-switcher--bottom-right{left:auto;right:22px}.kmc-switcher--top-left{top:22px;bottom:auto}.kmc-switcher--top-right{top:22px;right:22px;bottom:auto;left:auto}
.kmc-switcher__current{display:flex;align-items:center;justify-content:center;gap:10px;min-width:78px;min-height:46px;padding:12px 16px;border:1px solid color-mix(in srgb,var(--kmc-switcher-accent,var(--kmc-green)) 25%,transparent);border-radius:var(--kmc-switcher-radius,999px);background:var(--kmc-switcher-bg,rgba(255,255,255,.94));box-shadow:0 14px 40px rgba(2,45,32,.13);color:inherit;cursor:pointer;backdrop-filter:blur(16px)}
.kmc-switcher__current i{display:block;width:7px;height:7px;margin-top:-4px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transform-origin:center;transition:transform .2s}.kmc-switcher.is-open .kmc-switcher__current i{margin-top:4px;transform:rotate(225deg)}
.kmc-switcher__panel{position:absolute;bottom:calc(100% + 10px);left:0;width:220px;padding:8px;border:1px solid var(--kmc-line);border-radius:18px;background:#fff;box-shadow:0 22px 60px rgba(2,45,32,.17);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.kmc-switcher--top-left .kmc-switcher__panel,.kmc-switcher--top-right .kmc-switcher__panel{top:calc(100% + 10px);bottom:auto}.kmc-switcher--bottom-right .kmc-switcher__panel,.kmc-switcher--top-right .kmc-switcher__panel{right:0;left:auto}.kmc-switcher.is-open .kmc-switcher__panel{opacity:1;visibility:visible;transform:none}
.kmc-switcher__panel a{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:9px;padding:10px 12px;border-radius:12px;color:var(--kmc-ink);text-decoration:none}.kmc-switcher__panel a:hover,.kmc-switcher__panel a[aria-current=page]{background:#e9f8f2}.kmc-switcher__panel b{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--kmc-switcher-accent,var(--kmc-green));color:#fff}.kmc-switcher__panel span{font-weight:700}
.kmc-switcher--dark .kmc-switcher__current,.kmc-switcher--dark .kmc-switcher__panel{background:var(--kmc-pine);color:#fff;border-color:rgba(255,255,255,.14)}.kmc-switcher--minimal .kmc-switcher__current{box-shadow:none;background:transparent}
.kmc-editorbar{position:fixed;top:22px;left:50%;z-index:100000;display:flex;align-items:center;gap:24px;width:min(760px,calc(100% - 32px));padding:12px 14px;transform:translateX(-50%);border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(6,44,33,.96);box-shadow:0 22px 70px rgba(0,0,0,.28);color:#fff;font:600 13px/1.2 "DM Sans",Inter,Arial,sans-serif;backdrop-filter:blur(18px)}
.kmc-editorbar__brand{display:flex;align-items:center;gap:10px;flex:1}.kmc-editorbar__brand>b{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--kmc-green);font-size:20px}.kmc-editorbar__brand span{display:flex;flex-direction:column;gap:3px;font-size:14px}.kmc-editorbar__brand small{color:#a6c9bd;font-weight:500}.kmc-editorbar__status{display:flex;align-items:center;gap:7px;color:#c9f5e5}.kmc-editorbar__status i{width:8px;height:8px;border-radius:50%;background:#27dda2;box-shadow:0 0 0 6px rgba(39,221,162,.12)}.kmc-editorbar button{padding:10px 15px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:transparent;color:#fff;cursor:pointer}
.kmc-editor-segment{font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit;text-decoration:inherit}.kmc-editor-active .kmc-editor-segment{border-radius:3px;outline:1px dashed transparent;outline-offset:3px;cursor:crosshair}.kmc-editor-active .kmc-editor-segment:hover{outline-color:var(--kmc-green);background:rgba(22,156,108,.08)}.kmc-is-selected{outline:3px solid var(--kmc-green)!important;outline-offset:4px!important;background:rgba(201,245,229,.16)}
.kmc-editorpanel{position:fixed;right:22px;top:104px;z-index:100001;width:min(410px,calc(100% - 32px));padding:22px;border:1px solid var(--kmc-line);border-radius:26px;background:#fff;box-shadow:0 30px 90px rgba(2,45,32,.25);color:var(--kmc-ink);font:500 14px/1.5 "DM Sans",Inter,Arial,sans-serif}.kmc-editorpanel[hidden]{display:none}.kmc-editorpanel header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.kmc-editorpanel header span{color:var(--kmc-green);font-size:11px;font-weight:800;letter-spacing:.12em}.kmc-editorpanel h2{margin:3px 0 0;font-size:25px;line-height:1.05}.kmc-editorpanel header button{border:0;background:transparent;font-size:28px;cursor:pointer}.kmc-editorpanel label{display:block;margin-top:15px}.kmc-editorpanel label>span{display:block;margin-bottom:7px;font-size:12px;font-weight:800}.kmc-editorpanel textarea,.kmc-editorpanel select{width:100%;box-sizing:border-box;border:1px solid #cfe4dc;border-radius:13px;padding:12px 13px;background:#f8fcfa;font:inherit;color:inherit}.kmc-editorpanel textarea{min-height:86px;resize:vertical}.kmc-editorpanel label small{display:block;margin-top:5px;color:#718078;text-align:right}.kmc-editorpanel__message{min-height:21px;margin:12px 0 0;color:#63746d}.kmc-editorpanel__message[data-state=error]{color:#b3261e}.kmc-editorpanel__message[data-state=success]{color:var(--kmc-green)}.kmc-editorpanel footer{display:flex;justify-content:flex-end;gap:9px;margin-top:16px}.kmc-editorpanel footer button{padding:11px 16px;border:1px solid #cfe4dc;border-radius:12px;background:#fff;color:inherit;font-weight:800;cursor:pointer}.kmc-editorpanel footer .is-primary{background:var(--kmc-green);border-color:var(--kmc-green);color:#fff}
.kmc-editorpanel__target{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;padding:10px 12px;border:1px solid #cfe4dc;border-radius:12px;background:#edf9f4;color:#315c4e;font-size:12px}.kmc-editorpanel__target strong{font-weight:800}.kmc-editorpanel__target a{flex:none;color:var(--kmc-green);font-weight:800;text-decoration:none}.kmc-editorpanel footer button:disabled{opacity:.55;cursor:wait}
@media(max-width:640px){.kmc-switcher--floating{left:14px;bottom:14px}.kmc-switcher--bottom-right{left:auto;right:14px}.kmc-switcher__current{min-width:58px;padding-inline:14px;gap:0}.kmc-switcher__current i{display:none}.kmc-editorbar{top:8px;gap:8px}.kmc-editorbar__status{display:none}.kmc-editorbar__brand small{display:none}.kmc-editorpanel{top:82px;right:16px;max-height:calc(100vh - 98px);overflow:auto}.kmc-editorpanel__target{align-items:flex-start;flex-direction:column}.kmc-editor-active body{padding-top:72px}}
