:root{--ml-font-family:system-ui, -apple-system, sans-serif;--ml-font-size:.875rem;--ml-line-height:1.5;--ml-color-text:#1a1a2e;--ml-color-placeholder:#9ca3af;--ml-color-label:#374151;--ml-color-required:#ef4444;--ml-color-error:#ef4444;--ml-color-error-bg:#fef2f2;--ml-color-border:#d1d5db;--ml-color-border-focus:#3b82f6;--ml-color-border-error:#ef4444;--ml-color-bg:#fff;--ml-color-bg-disabled:#f9fafb;--ml-pill-bg:#f3f4f6;--ml-pill-bg-active:#3b82f6;--ml-pill-bg-filled:#eff6ff;--ml-pill-color:#6b7280;--ml-pill-color-active:#fff;--ml-pill-border:#e5e7eb;--ml-pill-border-active:#3b82f6;--ml-pill-border-required:#ef4444;--ml-toolbar-bg:#f8fafc;--ml-toolbar-border:#e2e8f0;--ml-toolbar-btn-hover:#e2e8f0;--ml-toolbar-btn-active:#dbeafe;--ml-radius:.375rem;--ml-radius-sm:.25rem;--ml-shadow-focus:0 0 0 3px #3b82f640}.ml-field{font-family:var(--ml-font-family);font-size:var(--ml-font-size);line-height:var(--ml-line-height);flex-direction:column;gap:.375rem;display:flex}.ml-label{color:var(--ml-color-label);-webkit-user-select:none;user-select:none;font-weight:600}.ml-required{color:var(--ml-color-required);margin-left:.125rem}.ml-locale-selector{flex-wrap:wrap;gap:.25rem;display:flex}.ml-locale-pill{border:1px solid var(--ml-pill-border);border-radius:var(--ml-radius-sm);background:var(--ml-pill-bg);color:var(--ml-pill-color);font-family:var(--ml-font-family);letter-spacing:.05em;cursor:pointer;white-space:nowrap;align-items:center;gap:.25rem;padding:.2rem .55rem;font-size:.7rem;font-weight:600;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.ml-locale-pill:hover:not(.ml-locale-pill--active){background:var(--ml-pill-bg-filled);border-color:var(--ml-pill-border-active);color:var(--ml-pill-color-active)}.ml-locale-pill--active{background:var(--ml-pill-bg-active);border-color:var(--ml-pill-border-active);color:var(--ml-pill-color-active)}.ml-locale-pill--filled:not(.ml-locale-pill--active){background:var(--ml-pill-bg-filled);color:#1d4ed8;border-color:#bfdbfe}.ml-locale-pill--required{border-color:var(--ml-pill-border-required)!important;color:var(--ml-color-required)!important}.ml-locale-dot{font-size:.45rem;line-height:1}.ml-input,.ml-textarea{border:1px solid var(--ml-color-border);border-radius:var(--ml-radius);background:var(--ml-color-bg);width:100%;color:var(--ml-color-text);font-family:var(--ml-font-family);font-size:var(--ml-font-size);line-height:var(--ml-line-height);box-sizing:border-box;outline:none;padding:.5rem .75rem;transition:border-color .15s,box-shadow .15s}.ml-input::-moz-placeholder{color:var(--ml-color-placeholder)}.ml-textarea::-moz-placeholder{color:var(--ml-color-placeholder)}.ml-input::placeholder,.ml-textarea::placeholder{color:var(--ml-color-placeholder)}.ml-input:focus,.ml-textarea:focus{border-color:var(--ml-color-border-focus);box-shadow:var(--ml-shadow-focus)}.ml-input:disabled,.ml-textarea:disabled{background:var(--ml-color-bg-disabled);cursor:not-allowed;opacity:.7}.ml-input--error,.ml-textarea.ml-input--error{border-color:var(--ml-color-border-error);background:var(--ml-color-error-bg)}.ml-input--error:focus,.ml-textarea.ml-input--error:focus{box-shadow:0 0 0 3px #ef444433}.ml-textarea{resize:vertical}.ml-error{color:var(--ml-color-error);margin-top:.125rem;font-size:.75rem;display:block}.ml-field--rich .ml-rich-wrapper{border:1px solid var(--ml-color-border);border-radius:var(--ml-radius);background:var(--ml-color-bg);transition:border-color .15s,box-shadow .15s;overflow:hidden}.ml-field--rich .ml-rich-wrapper:focus-within{border-color:var(--ml-color-border-focus);box-shadow:var(--ml-shadow-focus)}.ml-field--rich .ml-rich-wrapper.ml-input--error{border-color:var(--ml-color-border-error);background:var(--ml-color-error-bg)}.ml-field--rich .ml-rich-wrapper.ml-input--error:focus-within{box-shadow:0 0 0 3px #ef444433}.ml-toolbar{background:var(--ml-toolbar-bg);border-bottom:1px solid var(--ml-toolbar-border);flex-wrap:wrap;align-items:center;gap:.125rem;padding:.375rem .5rem;display:flex}.ml-toolbar-btn{border-radius:var(--ml-radius-sm);min-width:2rem;height:2rem;color:var(--ml-color-text);font-family:var(--ml-font-family);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 .375rem;font-size:.8rem;font-weight:600;transition:background .1s;display:inline-flex}.ml-toolbar-btn:hover:not(:disabled){background:var(--ml-toolbar-btn-hover)}.ml-toolbar-btn--active{background:var(--ml-toolbar-btn-active);color:#1d4ed8}.ml-toolbar-btn:disabled{opacity:.35;cursor:default}.ml-toolbar-divider{background:var(--ml-toolbar-border);flex-shrink:0;width:1px;height:1.25rem;margin:0 .25rem}.ml-rich-editor{outline:none;padding:.625rem .75rem}.ml-rich-editor .tiptap{min-height:inherit;color:var(--ml-color-text);font-family:var(--ml-font-family);font-size:var(--ml-font-size);line-height:var(--ml-line-height);outline:none}.ml-rich-editor .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--ml-color-placeholder);float:left;pointer-events:none;height:0}.ml-rich-editor .tiptap h2{margin:.75em 0 .25em;font-size:1.25rem;font-weight:700}.ml-rich-editor .tiptap h3{margin:.75em 0 .25em;font-size:1.05rem;font-weight:700}.ml-rich-editor .tiptap p{margin:0 0 .5em}.ml-rich-editor .tiptap p:last-child{margin-bottom:0}.ml-rich-editor .tiptap ul,.ml-rich-editor .tiptap ol{margin:.25em 0 .5em;padding-left:1.5rem}.ml-rich-editor .tiptap li{margin:.125em 0}.ml-rich-editor .tiptap blockquote{border-left:3px solid var(--ml-color-border-focus);color:#6b7280;margin:.5em 0;padding-left:.75rem}.ml-rich-editor .tiptap code{border-radius:var(--ml-radius-sm);background:#f1f5f9;padding:.1em .35em;font-family:ui-monospace,monospace;font-size:.85em}.ml-rtl .tiptap,.ml-rtl .ml-rich-editor{text-align:right;direction:rtl}.ml-rtl .tiptap ul,.ml-rtl .tiptap ol{padding-left:0;padding-right:1.5rem}.ml-rtl .tiptap blockquote{border-left:none;border-right:3px solid var(--ml-color-border-focus);padding-left:0;padding-right:.75rem}.dl{color:#1e293b;flex-direction:column;gap:12px;font-size:14px;display:flex}.dl-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.dl-title{margin:0;font-size:16px;font-weight:700}.dl-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dl-filters{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:12px;padding:12px;display:flex}.dl-filter{flex-direction:column;gap:4px;min-width:160px;display:flex}.dl-filter-label{color:#64748b;font-size:11px;font-weight:600}.dl-filter-actions{gap:8px;margin-left:auto;display:flex}.dl-control{color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:7px 10px;font-size:14px}.dl-control:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.dl-control-sm{width:auto;padding:5px 8px}.dl-table-wrap{border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.dl-table{border-collapse:collapse;width:100%}.dl-table thead th{text-align:left;color:#64748b;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:10px 12px;font-size:12px;font-weight:600}.dl-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.dl-th-sortable:hover{color:#4338ca}.dl-sort-ind{color:#94a3b8;margin-left:6px;font-size:10px}.dl-th-actions{text-align:right}.dl-w-sm{width:96px}.dl-w-md{width:160px}.dl-w-lg{width:240px}.dl-w-xl{width:320px}.dl-table tbody td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:10px 12px}.dl-table tbody tr:last-child td{border-bottom:none}.dl-table tbody tr:hover td{background:#f8fafc}.dl-td-actions{text-align:right;white-space:nowrap}.dl-td-actions>*{margin-left:6px}.dl-state{text-align:center;color:#94a3b8;padding:28px 12px}.dl-error{color:#dc2626}.dl-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:6px;padding:7px 12px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.dl-btn:hover:not(:disabled){background:#f1f5f9}.dl-btn:disabled{opacity:.5;cursor:not-allowed}.dl-btn-sm{padding:5px 10px;font-size:12px}.dl-btn-primary{color:#fff;background:#4f46e5;border-color:#4f46e5}.dl-btn-primary:hover:not(:disabled){background:#4338ca}.dl-btn-danger{color:#dc2626;background:#fff;border-color:#fecaca}.dl-btn-danger:hover:not(:disabled){background:#fef2f2}.dl-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.dl-pagesize{color:#64748b;align-items:center;gap:8px;font-size:13px;display:flex}.dl-pager{align-items:center;gap:8px;display:flex}.dl-count{color:#64748b;margin-right:4px;font-size:13px}.dl-page-ind{color:#334155;text-align:center;min-width:56px;font-size:13px}@media (width<=640px){.dl-filters{gap:10px;padding:10px}.dl-filter{min-width:100%}.dl-filter-actions{width:100%;margin-left:0}.dl-filter-actions .dl-btn{flex:1;justify-content:center}.dl-table-wrap{border:none;border-radius:0;overflow-x:visible}.dl-table{border-collapse:separate}.dl-table thead{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.dl-table,.dl-table tbody,.dl-table tr,.dl-table td{width:100%;display:block}.dl-table tbody tr{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:10px;padding:2px 0;overflow:hidden}.dl-table tbody tr:hover td{background:0 0}.dl-table tbody td{text-align:right;white-space:normal;word-break:break-word;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;padding:9px 12px;display:flex}.dl-table tbody tr td:last-child{border-bottom:none}.dl-table tbody td:before{content:attr(data-label);text-align:left;color:#64748b;flex:0 0 42%;font-size:11px;font-weight:600}.dl-td-actions{flex-wrap:wrap;justify-content:flex-end}.dl-td-actions:before{content:none}.dl-td-actions>*{margin-left:0}.dl-state{text-align:center;display:block}.dl-state:before{content:none}.dl-footer{justify-content:center}.dl-pager{flex-wrap:wrap;justify-content:center}}.df{flex-direction:column;gap:1.25rem;width:100%;display:flex;container-type:inline-size}.df-panel{display:block}.df-panel-title{border-bottom:1px solid var(--df-border,#e2e8f0);color:var(--df-heading,#334155);margin:0 0 .75rem;padding-bottom:.5rem;font-size:.95em;font-weight:600}.df-grid{gap:1rem;display:grid}.df-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.df-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.df-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.df-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.df-span-1{grid-column:span 1}.df-span-2{grid-column:span 2}.df-span-3{grid-column:span 3}.df-span-4{grid-column:span 4}@container (width<=920px){.df-cols-3,.df-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.df-span-3,.df-span-4{grid-column:span 2}}@container (width<=560px){.df-cols-2,.df-cols-3,.df-cols-4{grid-template-columns:1fr}.df-span-2,.df-span-3,.df-span-4{grid-column:span 1}}@media (width<=560px){.df-cols-2,.df-cols-3,.df-cols-4{grid-template-columns:1fr}.df-span-2,.df-span-3,.df-span-4{grid-column:span 1}}.df-field{flex-direction:column;display:flex}.df-label{color:var(--df-label,#475569);margin-bottom:.25rem;font-size:.8em;font-weight:600}.df-required{color:var(--df-danger,#ef4444);margin-left:.15rem}.df-control{box-sizing:border-box;border:1px solid var(--df-border,#cbd5e1);background:var(--df-field-bg,#fff);width:100%;color:inherit;font:inherit;border-radius:.5rem;outline:none;padding:.5rem .75rem}.df-control:focus{border-color:var(--df-accent,#4f46e5);box-shadow:0 0 0 3px #4f46e51f}.df-textarea{resize:vertical;min-height:5rem}.df-select-multi{min-height:7rem}.df-readonly{background:var(--df-readonly-bg,#f8fafc);color:var(--df-readonly-text,#64748b)}.df-value{color:var(--df-text,#0f172a);font:inherit;white-space:pre-wrap;word-break:break-word;min-height:1.25rem;padding:.5rem 0;line-height:1.4}.df-value-empty{color:var(--df-hint,#94a3b8)}.df-invalid{border-color:var(--df-danger,#ef4444);background:var(--df-danger-bg,#fef2f2)}.df-help{color:var(--df-hint,#94a3b8);margin-top:.2rem;font-size:.72em}.df-error{color:var(--df-danger,#ef4444);margin-top:.2rem;font-size:.72em}.df-choice{flex-direction:column;gap:.4rem;padding-top:.25rem;display:flex}.df-choice-row{flex-flow:wrap;gap:.4rem 1.25rem}.df-choice-item{align-items:center;gap:.5rem;font-size:.9em;display:flex}.df-choice-hint{color:var(--df-hint,#94a3b8);font-size:.8em}.df-msg{border-radius:.5rem;padding:.6rem 1rem;font-size:.9em}.df-msg-success{background:var(--df-success-bg,#f0fdf4);color:var(--df-success,#15803d);border:1px solid #bbf7d0}.df-msg-error{background:var(--df-danger-bg,#fef2f2);color:var(--df-danger,#b91c1c);border:1px solid #fecaca}.df-actions{flex-wrap:wrap;gap:.75rem;display:flex}.df-actions-left{justify-content:flex-start}.df-actions-center{justify-content:center}.df-actions-right{justify-content:flex-end}.df-btn{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:.5rem;padding:.55rem 1.25rem;font-weight:600;transition:background-color .15s,border-color .15s}.df-btn:disabled{opacity:.6;cursor:not-allowed}.df-btn-submit{background:var(--df-accent,#4f46e5);color:var(--df-accent-text,#fff)}.df-btn-submit:hover:not(:disabled){background:var(--df-accent-hover,#4338ca)}.df-btn-reset,.df-btn-cancel{background:var(--df-field-bg,#fff);border-color:var(--df-border,#cbd5e1);color:var(--df-label,#475569)}.df-btn-reset:hover:not(:disabled),.df-btn-cancel:hover:not(:disabled){background:var(--df-readonly-bg,#f8fafc)}.df-state{color:var(--df-hint,#94a3b8);padding:1.5rem;font-size:.9em}.df-state-error{color:var(--df-danger,#ef4444)}.df-steps{flex-wrap:wrap;gap:.5rem;margin:0 0 .5rem;padding:0;list-style:none;display:flex}.df-step{cursor:default;opacity:.6;border-radius:999px;align-items:center;gap:.4rem;padding:.25rem .5rem;font-size:.85em;display:flex}.df-step-active{opacity:1;font-weight:600}.df-step-done{opacity:.85;cursor:pointer}.df-step-dot{border:1px solid;border-radius:50%;justify-content:center;align-items:center;width:1.4em;height:1.4em;font-size:.8em;line-height:1;display:inline-flex}.df-step-active .df-step-dot,.df-step-done .df-step-dot{color:#fff;background:currentColor}.df-progress{background:#00000014;border-radius:999px;height:4px;margin-bottom:1rem;overflow:hidden}.df-progress-bar{background:currentColor;height:100%;transition:width .25s}.df-wizard-nav{align-items:center;gap:.5rem;display:flex}.df-wizard-spacer{flex:1}.df-wizard-count{opacity:.7;font-size:.85em}.df-btn-back:disabled{opacity:.4;cursor:not-allowed}
