.manage-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 24px;border-bottom:1px solid var(--line)}.manage-row strong,.manage-row small{display:block}.manage-row small,.manage-row p{color:var(--muted)}.manage-row p{margin:7px 0 0}.manage-row button{flex:0 0 auto}#product-dialog label,#worker-dialog label{display:grid;gap:6px;color:var(--muted)}#product-enabled{width:auto;margin-right:7px}#worker-detail{padding:14px;border-radius:10px;background:#f1f0e9;color:var(--muted)}@media(max-width:600px){.manage-row{align-items:flex-start;flex-direction:column}.manage-row button{width:100%}}
.user-manage-row{min-height:92px;padding:18px 26px;border-left:4px solid transparent;transition:background-color .18s,border-color .18s}.user-manage-row:hover{background:#fafbfe}.user-manage-row.is-disabled{background:#fff7f7;border-left-color:#f04452}.user-summary{display:flex;align-items:center;gap:14px;min-width:0}.user-avatar-fallback{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border-radius:50%;background:linear-gradient(145deg,#17213d,#f5193b);color:#fff;font-size:20px;font-weight:800;box-shadow:0 4px 12px rgba(23,33,61,.16)}.user-summary strong{font-size:17px;color:#111a31;line-height:1.4}.user-mobile{margin:2px 0 8px!important;font-size:14px;color:#69738a!important}.user-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.role-tag,.status-tag,.user-id-tag{display:inline-flex;align-items:center;min-height:26px;padding:3px 10px;border-radius:999px;font-size:13px;font-weight:700}.role-tag{background:#eef3ff;color:#315fbd}.role-worker{background:#fff4df;color:#9c6100}.role-admin{background:#f1eaff;color:#7046a8}.status-tag.enabled{background:#e9f8f0;color:#168052}.status-tag.disabled{background:#ffe8eb;color:#d7263d}.status-tag i{width:7px;height:7px;margin-right:6px;border-radius:50%;background:currentColor}.user-id-tag{background:#f3f5f8;color:#727b8e;font-weight:600}.user-status-action{min-width:104px;padding:11px 18px!important;border:0!important;border-radius:10px!important;font-size:15px!important;font-weight:800!important;color:#fff!important;box-shadow:0 5px 13px rgba(0,0,0,.08)}.user-status-action.disable{background:#f13243!important}.user-status-action.restore{background:#159f68!important}.user-status-action:hover{filter:brightness(.94);transform:translateY(-1px)}@media(max-width:600px){.user-manage-row{padding:16px}.user-summary{align-items:flex-start}.user-status-action{width:100%}}
.layout-editor{display:grid;gap:12px}.layout-editor-head{display:flex;justify-content:space-between;align-items:end}.layout-editor-head small{color:var(--muted)}.layout-block{padding:12px;border:1px solid var(--line);border-radius:10px;background:#f8f9fb}.layout-block-tools{display:flex;align-items:center;gap:6px;margin-bottom:9px}.layout-block-tools b{margin-right:auto}.layout-block-tools button,.layout-add button{padding:6px 10px;border:1px solid var(--line);border-radius:7px;background:#fff;cursor:pointer}.layout-block textarea{min-height:90px}.layout-image img{display:block;width:100%;max-height:240px;margin-bottom:8px;border-radius:8px;object-fit:contain;background:#eee}.layout-add{display:flex;gap:8px}.layout-empty{padding:25px;text-align:center;border:1px dashed var(--line);border-radius:9px;color:var(--muted)}
.rich-layout-editor{display:grid;border:1px solid #dfe3e8;border-radius:12px;background:#fff;overflow:hidden}.rich-editor-head{display:flex;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #edf0f3}.rich-editor-head div{display:grid;gap:4px}.rich-editor-head small,.rich-editor-head span{color:#8a919f}.rich-toolbar{position:sticky;top:0;z-index:3;display:flex;align-items:center;gap:5px;padding:9px 12px;border-bottom:1px solid #e7eaf0;background:#fafbfc;flex-wrap:wrap}.rich-toolbar button,.rich-toolbar select{min-width:34px;height:34px;padding:5px 9px;border:1px solid transparent;border-radius:6px;background:transparent;cursor:pointer}.rich-toolbar button:hover,.rich-toolbar button.on{border-color:#ccd2da;background:#fff;color:#f01936}.rich-toolbar i{width:1px;height:24px;background:#dfe3e8}.rich-toolbar input[type=color]{width:34px;height:30px;padding:2px;border:0}.rich-canvas{min-height:300px;padding:26px}.rich-block{position:relative;display:grid;grid-template-columns:22px 1fr auto;gap:8px;margin-bottom:12px;padding:8px;border:1px solid transparent;border-radius:8px}.rich-block:hover,.rich-block.active{border-color:#f4a5b0;background:#fffafb}.block-grip{padding-top:10px;color:#b2b7c0}.rich-block textarea{min-height:90px;padding:8px;border:0;background:transparent;resize:vertical;line-height:1.75;outline:none}.rich-block textarea.style-h1{font-size:28px;line-height:1.4}.rich-block textarea.style-h2{font-size:21px}.rich-block textarea.style-quote{padding-left:16px;border-left:4px solid #f01936}.block-actions{display:flex;gap:3px;align-self:start}.block-actions button{padding:5px 7px;border:0;border-radius:5px;background:#f0f2f5;color:#697181;cursor:pointer}.layout-image img{display:block;max-width:100%;max-height:420px;margin:auto;border-radius:8px;object-fit:contain}.image-placeholder{display:grid;min-height:140px;place-items:center;border:1px dashed #ccd2da;border-radius:8px;color:#8a919f}.layout-image input{margin-top:8px}.rich-insert{display:flex;gap:8px;padding:12px 18px;border-top:1px solid #edf0f3;background:#fafbfc}.rich-insert button{padding:8px 15px;border:1px solid #dfe3e8;border-radius:7px;background:#fff;cursor:pointer}.rich-insert button:hover{border-color:#f01936;color:#f01936}

.user-list-avatar{display:block;width:46px;height:46px;flex:0 0 46px;border-radius:50%;object-fit:cover;background:#fff;border:2px solid #fff;box-shadow:0 4px 12px rgba(23,33,61,.16)}
