
#cms-front-toolbar{position:fixed;top:12px;right:12px;z-index:2147483000;background:#0f172a;color:#fff;border-radius:14px;padding:10px 12px;display:flex;gap:10px;align-items:center;box-shadow:0 18px 48px rgba(0,0,0,.25);font:13px/1.2 Inter,Segoe UI,Arial,sans-serif}
#cms-front-toolbar button{background:#2563eb;color:#fff;border:none;border-radius:10px;padding:8px 10px;cursor:pointer}
#cms-front-toolbar .ghost{background:#334155}
.cms-edit-target{outline:2px dashed #2563eb!important;outline-offset:2px;cursor:pointer!important}
#cms-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100vh;background:#fff;z-index:2147483001;transform:translateX(100%);transition:.25s;box-shadow:-20px 0 60px rgba(0,0,0,.2);display:flex;flex-direction:column}
#cms-drawer.open{transform:translateX(0)}
#cms-drawer header{padding:16px 18px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}
#cms-drawer .body{padding:16px;overflow:auto;display:flex;flex-direction:column;gap:12px}
#cms-drawer label{display:flex;flex-direction:column;gap:6px;font:600 13px/1.2 Inter,Arial,sans-serif;color:#334155}
#cms-drawer input,#cms-drawer textarea,#cms-drawer select{padding:10px 12px;border:1px solid #cbd5e1;border-radius:10px;font:14px Inter,Arial,sans-serif}
#cms-drawer textarea{min-height:140px}
#cms-drawer .actions{display:flex;gap:10px}
#cms-drawer button{background:#2563eb;color:#fff;border:none;border-radius:10px;padding:10px 12px;cursor:pointer}
#cms-drawer .ghost{background:#e2e8f0;color:#0f172a}
