.mc-editor-launcher,
.mc-editor-toolbar{font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Noto Sans JP",sans-serif}

.mc-editor-launcher{position:fixed;z-index:120;left:20px;bottom:20px;display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 18px;border:1px solid rgba(20,41,63,.16);border-radius:999px;background:rgba(255,255,255,.96);color:#14293f;box-shadow:0 10px 30px rgba(20,41,63,.14);font-size:.82rem;font-weight:800;letter-spacing:.03em;cursor:pointer;backdrop-filter:blur(10px)}
.mc-editor-launcher:hover{border-color:#df7b32;color:#b85d20}
.mc-editor-launcher svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}

.mc-editor-toolbar{position:fixed;z-index:220;left:50%;bottom:20px;display:flex;align-items:center;gap:10px;width:min(720px,calc(100% - 32px));min-height:64px;padding:10px 12px 10px 18px;border:1px solid rgba(20,41,63,.14);border-radius:18px;background:rgba(255,255,255,.97);box-shadow:0 18px 50px rgba(20,41,63,.22);transform:translateX(-50%);backdrop-filter:blur(14px)}
.mc-editor-toolbar__title{margin-right:auto;color:#14293f;font-size:.88rem;font-weight:900;white-space:nowrap}
.mc-editor-toolbar__status{overflow:hidden;max-width:240px;color:#68737d;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}
.mc-editor-toolbar button{min-height:42px;padding:0 17px;border:1px solid #d7dde2;border-radius:999px;background:#fff;color:#14293f;font:inherit;font-size:.8rem;font-weight:800;cursor:pointer}
.mc-editor-toolbar button:hover{border-color:#9aa7b1}
.mc-editor-toolbar button[data-action="save"]{border-color:#14293f;background:#14293f;color:#fff}
.mc-editor-toolbar button[data-action="save"]:disabled{border-color:#aeb7be;background:#aeb7be;cursor:not-allowed}

body.mc-editor-active{padding-bottom:96px}
body.mc-editor-active .to-top{bottom:102px}
body.mc-editor-active [data-mc-editable="true"]{position:relative;outline:1px dashed rgba(223,123,50,.72);outline-offset:5px;cursor:text;transition:outline-color .16s ease,background-color .16s ease}
body.mc-editor-active [data-mc-editable="true"]:hover,
body.mc-editor-active [data-mc-editable="true"]:focus{outline:2px solid #df7b32;outline-offset:6px;background-color:rgba(255,245,236,.13)}
body.mc-editor-active [data-mc-invalid="true"]{outline:2px solid #bd2f2f!important;background-color:rgba(189,47,47,.08)!important}
body.mc-editor-active a[data-mc-editable="true"]{pointer-events:none}

@media(max-width:700px){
  .mc-editor-launcher{left:14px;bottom:14px;min-height:40px;padding:0 14px}
  .mc-editor-toolbar{bottom:10px;display:grid;grid-template-columns:1fr auto auto;gap:8px;padding:10px 10px 10px 14px;border-radius:16px}
  .mc-editor-toolbar__title{font-size:.78rem}
  .mc-editor-toolbar__status{grid-column:1/-1;grid-row:2;max-width:none}
  .mc-editor-toolbar button{min-height:38px;padding:0 13px;font-size:.74rem}
  .mc-editor-toolbar button[data-action="undo"]{display:none}
}

@media print{
  .mc-editor-launcher,.mc-editor-toolbar{display:none!important}
  body.mc-editor-active [data-mc-editable="true"]{outline:0!important}
}
