.mkftb-bar{position:fixed;z-index:var(--mkftb-z);display:flex;flex-direction:column;gap:0;pointer-events:none;max-width:calc(100vw - 8px);filter:drop-shadow(0 6px 12px rgba(15,23,42,.2))}
.mkftb-side-right{right:0;align-items:flex-end}.mkftb-side-left{left:0;align-items:flex-start}
.mkftb-v-top{top:24px}.mkftb-v-middle{top:50%;transform:translateY(-50%)}.mkftb-v-bottom{bottom:24px}
.mkftb-tool{pointer-events:auto;position:relative;display:flex;align-items:center;height:var(--mkftb-size);width:var(--mkftb-size);min-width:var(--mkftb-size);padding:0;border:0;border-radius:0;background:var(--mkftb-tool);color:#fff!important;text-decoration:none!important;cursor:pointer;overflow:hidden;box-sizing:border-box;transition:width 240ms cubic-bezier(.2,.8,.2,1),background-color 180ms ease;font:700 14px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-shadow:inset 0 -1px rgba(0,0,0,.14)}
.mkftb-side-left .mkftb-tool{flex-direction:row}.mkftb-side-right .mkftb-tool{flex-direction:row-reverse}
.mkftb-tool:hover,.mkftb-tool:focus-visible,.mkftb-tool.mkftb-active{background:var(--mkftb-hover);color:#fff!important}
.mkftb-tool:focus-visible{outline:3px solid rgba(255,255,255,.95);outline-offset:-3px}
.mkftb-tool.mkftb-active{width:var(--mkftb-width)}
@media (hover:hover) and (pointer:fine){.mkftb-tool:hover{width:var(--mkftb-width)}.mkftb-tool:hover .mkftb-label{opacity:1}}
.mkftb-icon{width:var(--mkftb-size);height:var(--mkftb-size);min-width:var(--mkftb-size);display:grid;place-items:center;flex:0 0 var(--mkftb-size);color:#fff}
.mkftb-icon img{display:block;width:58%;height:58%;object-fit:contain}.mkftb-icon svg{display:block;width:49%;height:49%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.mkftb-icon .dashicons{width:auto;height:auto;font-size:calc(var(--mkftb-size) * .48);line-height:1}
.mkftb-label{opacity:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity 160ms ease;min-width:0;flex:1;color:#fff}
.mkftb-side-left .mkftb-label{padding:0 17px 0 2px;text-align:left}.mkftb-side-right .mkftb-label{padding:0 2px 0 17px;text-align:right}
.mkftb-tool.mkftb-active .mkftb-label{opacity:1}

/* Shortcode tool fallback: opens through :target even if the Floating Bar JS is blocked/cached. */
.mkftb-shortcode-fallback{display:none;position:fixed;inset:0;z-index:100000;place-items:center;padding:20px}
.mkftb-shortcode-fallback:target{display:grid}
.mkftb-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.62);backdrop-filter:blur(3px)}
.mkftb-modal-stage{position:relative;width:min(1100px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:18px;box-shadow:0 28px 80px rgba(0,0,0,.35)}
.mkftb-modal-inner{min-height:120px}.mkftb-modal-head{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 18px;background:#fff;border-bottom:1px solid #e5e7eb}.mkftb-modal-close{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;font-size:30px;line-height:1;cursor:pointer;background:#f1f5f9;color:#0f172a!important;text-decoration:none!important}.mkftb-modal-body{padding:18px}
@media(max-width:782px){.mkftb-hide-mobile{display:none!important}.mkftb-bar{--mkftb-size:var(--mkftb-mobile-size);--mkftb-width:min(176px,calc(100vw - 8px))}.mkftb-v-top{top:12px}.mkftb-v-bottom{bottom:12px}.mkftb-tool{font-size:13px}.mkftb-shortcode-fallback{padding:8px}.mkftb-modal-stage{width:100%;max-height:94vh;border-radius:14px}.mkftb-modal-body{padding:10px}}
@media(prefers-reduced-motion:reduce){.mkftb-tool,.mkftb-label{transition:none!important}}
.mkftb-tool-unavailable{padding:28px;text-align:center;font:700 15px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}
