.role-select.five{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-console{display:grid;gap:16px}.editor-boundary{display:grid;gap:5px;padding:14px 16px;border:1px solid #d8e3dc;border-radius:16px;background:#f5f9f6}.editor-boundary strong{font-size:16px}.editor-boundary span{font-weight:700;color:#3f5f50}.editor-boundary small{color:#66746d;line-height:1.55}.editor-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-content-list{display:grid;gap:10px}.editor-content-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 0;border-top:1px solid #e6ebe7}.editor-content-row:first-child{border-top:0}.editor-content-row>div:first-child{display:grid;gap:4px;min-width:0}.editor-content-row strong{overflow-wrap:anywhere}.editor-content-row small{color:#6a7770}.editor-content-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.role-access-toast{position:fixed;z-index:1800;left:50%;bottom:calc(110px + env(safe-area-inset-bottom));transform:translate(-50%,10px);opacity:0;pointer-events:none;background:#34463d;color:#fff;border-radius:999px;padding:10px 15px;white-space:nowrap;transition:.18s}.role-access-toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:640px){.role-select.five{grid-template-columns:1fr}.editor-content-row{align-items:flex-start;flex-direction:column}.editor-content-actions{justify-content:flex-start}.editor-kpis{grid-template-columns:1fr 1fr}}body.mode-clear .editor-content-actions .mini-btn{min-height:48px}body.mode-clear .editor-boundary small{font-size:15px;line-height:1.6}