:root{--mp-brand: #e30018;--mp-brand-strong: #c40014;--mp-outline: #e2e8f0;--mp-outline-strong: #cbd5e1;--mp-surface-bg: #f6f7fb;--mp-surface: #ffffff;--mp-surface-low: #f8fafc;--mp-on-surface: #1f2937;--mp-on-surface-muted: #475569;--mp-danger: #b91c1c;--mp-success: #15803d}app-root{display:block;min-height:100vh;background:var(--mp-surface-bg, #f6f7fb);color:var(--mp-on-surface, #1f2937);font-family:Open Sans,Roboto,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}::selection{background:#e3001826}:focus-visible{outline:2px solid var(--mp-brand);outline-offset:2px}.page{max-width:1400px;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.header h1{margin:0 0 .25rem;font-size:1.6rem}.header{background:var(--mp-surface);border:1px solid var(--mp-outline);border-radius:14px;padding:.85rem .95rem}.header-top{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.header-actions{display:inline-flex;align-items:center;gap:.5rem}.header-action-button{border:1px solid var(--mp-outline-strong);background:var(--mp-surface);color:var(--mp-on-surface);border-radius:999px;padding:.25rem .7rem;font-size:.78rem;font-weight:700;cursor:pointer}.header-action-button:hover{border-color:var(--mp-brand);color:var(--mp-brand)}.language-switch{display:inline-flex;gap:.35rem}.language-button{border:1px solid var(--mp-outline-strong);background:var(--mp-surface);color:var(--mp-on-surface);border-radius:999px;padding:.25rem .6rem;font-size:.75rem;font-weight:700;cursor:pointer}.language-button.active{background:var(--mp-brand);border-color:var(--mp-brand);color:#fff}.header p{margin:0;color:var(--mp-on-surface-muted)}.error-banner{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;border-radius:10px;padding:.75rem .9rem}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem}.card{background:var(--mp-surface);border:1px solid var(--mp-outline);border-radius:16px;padding:.8rem}.card h2{margin:0 0 .4rem;font-size:.95rem;color:var(--mp-on-surface-muted)}.metric{margin:0;font-size:1.5rem;font-weight:700}.metric.success{color:var(--mp-success)}.metric.error{color:var(--mp-danger)}.tabs{display:flex;gap:.5rem;flex-wrap:wrap;padding:.45rem;border:1px solid var(--mp-outline);border-radius:14px;background:var(--mp-surface)}.tab-button{border:1px solid var(--mp-outline-strong);border-radius:999px;background:var(--mp-surface);color:#334155;padding:.45rem .8rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:border-color .12s ease-in-out,background-color .12s ease-in-out}.tab-button:hover{border-color:var(--mp-brand);background:var(--mp-surface-low)}.tab-button.active{background:var(--mp-brand);border-color:var(--mp-brand);color:#fff}.panel{background:var(--mp-surface);border:1px solid var(--mp-outline);border-radius:16px;padding:.85rem;box-shadow:0 10px 28px #0f172a0d}.panel h2{margin:0 0 .7rem;font-size:1rem}.moms-help{margin:0 0 .7rem;color:var(--mp-on-surface-muted);font-size:.85rem}.moms-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.7rem;margin-bottom:.75rem}.moms-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem}.moms-refresh-toggle input[type=checkbox]{width:18px;height:18px;margin-top:.2rem}.moms-refresh-info{display:flex;flex-direction:column;justify-content:flex-end;gap:.25rem;font-size:.82rem;color:var(--mp-on-surface-muted)}.controlling-filters{display:flex;flex-wrap:wrap;align-items:end;gap:.9rem;margin-bottom:.8rem}.controlling-filters label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem}.controlling-filters select{border:1px solid var(--mp-outline-strong);border-radius:12px;padding:.3rem .45rem;background:var(--mp-surface-low);color:var(--mp-on-surface)}.controlling-stats{margin-bottom:.8rem}.controlling-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:.8rem;margin-bottom:.8rem}.controlling-card h3{margin:0 0 .55rem;font-size:.95rem;color:var(--mp-on-surface-muted)}.logs-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.7rem;margin-bottom:.8rem}.logs-filters label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem}.logs-filters select,.logs-filters input[type=datetime-local]{border:1px solid var(--mp-outline-strong);border-radius:12px;padding:.35rem .45rem;background:var(--mp-surface-low);color:var(--mp-on-surface)}.logs-truncated{color:var(--mp-danger);font-weight:600}.moms-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin:.65rem 0 .9rem}.moms-actions button{border:none;border-radius:999px;background:var(--mp-brand);color:#fff;padding:.55rem .9rem;cursor:pointer;font-weight:600}.moms-actions button:disabled{background:#f8a4af;cursor:not-allowed}.table-length-control{display:flex;justify-content:flex-end;margin:.2rem 0 .6rem}.table-controls{flex-wrap:wrap;gap:.75rem}.table-length-control label,.table-length-inline{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;color:var(--mp-on-surface-muted)}.table-length-control select,.table-length-inline select{border:1px solid var(--mp-outline-strong);border-radius:12px;padding:.25rem .45rem;background:var(--mp-surface-low);color:var(--mp-on-surface)}.table-wrap thead input{width:100%;border:1px solid var(--mp-outline);border-radius:8px;padding:.35rem .4rem;font-size:.78rem;background:var(--mp-surface);color:var(--mp-on-surface)}.link-button{border:none;background:transparent;color:var(--mp-brand);cursor:pointer;text-decoration:underline;padding:0}.filter-toggle-button{border:1px solid var(--mp-outline-strong);border-radius:10px;background:var(--mp-surface-low);color:var(--mp-on-surface);padding:.3rem .55rem;cursor:pointer;line-height:1}.filter-toggle-button.active{border-color:var(--mp-brand);background:var(--mp-brand);color:#fff}.expandable-tracked-row.expandable{cursor:pointer}.expandable-tracked-row.expandable:hover{background:#e300180a}.tracked-last-seen-cell{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.tracked-row-expand-icon{min-width:1rem;color:var(--mp-on-surface-muted);font-size:.95rem;text-align:right}.expandable-tracked-row.expanded .tracked-row-expand-icon{color:var(--mp-brand)}.tracked-document-details-row td{background:#94a3b814}.existing-documents-sort{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem}.existing-documents-sort select{border:1px solid var(--mp-outline-strong);border-radius:12px;padding:.35rem .5rem;background:var(--mp-surface-low)}.existing-documents-sort select:disabled{opacity:.7;cursor:not-allowed}.loading-inline{color:var(--mp-on-surface-muted);font-size:.82rem;font-style:italic}.row-actions{display:flex;gap:.4rem;flex-wrap:wrap}.row-action-button{border:none;border-radius:999px;background:var(--mp-brand);color:#fff;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:.95rem;font-weight:600;cursor:pointer}.row-action-button.danger{background:#b91c1c}.row-action-button:disabled{background:#f8a4af;cursor:not-allowed}.row-action-icon{line-height:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.document-create-grid{display:grid;grid-template-columns:minmax(360px,1fr) minmax(360px,1fr);gap:1rem}.document-create-column{border:1px solid var(--mp-outline);border-radius:16px;padding:.75rem;background:var(--mp-surface-low)}.document-create-column h3{margin:0 0 .6rem;font-size:.95rem}.template-list-wrap{overflow:auto;max-height:520px}.selected-row{background:#dbeafe}.select-template-button{border:none;border-radius:999px;background:var(--mp-brand);color:#fff;font-weight:600;padding:.4rem .6rem;cursor:pointer}.document-create-form{display:flex;flex-direction:column;gap:.6rem}.template-tree{display:flex;flex-direction:column;gap:.45rem}.template-group{border:1px solid var(--mp-outline);border-radius:10px;background:var(--mp-surface)}.template-group-toggle{width:100%;border:0;background:transparent;color:inherit;display:flex;align-items:center;gap:.45rem;padding:.55rem .7rem;font-weight:600;text-align:left;cursor:pointer}.template-group-icon{width:1rem;display:inline-flex;justify-content:center}.template-group-list{list-style:none;margin:0;padding:.15rem .4rem .5rem 1.35rem;display:flex;flex-direction:column;gap:.3rem}.template-entry{display:grid;grid-template-columns:1fr auto;gap:.45rem;align-items:center;border-radius:8px;padding:.2rem}.template-entry-main{border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:.1rem;padding:.35rem .45rem;border-radius:8px}.template-entry-main:hover{background:var(--mp-surface-low)}.template-entry-title{font-weight:600}.template-entry-subtitle{font-size:.82rem;color:var(--mp-muted);word-break:break-word}.data-source-file-list{display:flex;flex-direction:column;gap:.55rem;border:1px solid var(--mp-outline);border-radius:12px;background:var(--mp-surface);padding:.6rem}.document-create-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem}.document-create-form input{border:1px solid var(--mp-outline-strong);border-radius:12px;padding:.5rem .65rem;font-size:.85rem;background:var(--mp-surface)}.document-create-form button{width:fit-content;border:none;border-radius:999px;background:var(--mp-brand);color:#fff;padding:.55rem .9rem;cursor:pointer;font-weight:600}.document-create-form button:disabled{background:#f8a4af;cursor:not-allowed}.create-result{margin-top:.8rem;border:1px solid var(--mp-outline);border-radius:16px;background:var(--mp-surface);padding:.7rem}.create-result h4{margin:0 0 .45rem}.create-result p{margin:.3rem 0}.table-wrap{overflow:auto;max-height:520px}table{width:100%;border-collapse:collapse;font-size:.84rem}th,td{text-align:left;border-bottom:1px solid var(--mp-outline);padding:.45rem .4rem;vertical-align:top}th{position:sticky;top:0;background:var(--mp-surface-low)}tbody tr:nth-child(2n){background:#94a3b80f}tbody tr:hover{background:#94a3b81f}.sort-header-button{border:none;background:transparent;color:inherit;padding:0;margin:0;font:inherit;font-weight:700;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.sort-header-button span:last-child{font-size:.78rem;color:var(--mp-on-surface-muted)}.path{max-width:360px;word-break:break-word}.mono{font-family:Consolas,Courier New,monospace;word-break:break-all}td.ok{color:var(--mp-success);font-weight:700}td.not-ok{color:var(--mp-danger);font-weight:700}.calls-cell{min-width:360px}.call-list{margin:0;padding-left:1rem}.call-list li{margin:0 0 .3rem}.action-badge{display:inline-block;margin-right:.4rem;padding:.1rem .35rem;border:1px solid var(--mp-outline-strong);border-radius:999px;background:var(--mp-surface-low);color:#334155;font-size:.72rem;font-weight:700}.call-ok{color:var(--mp-success);font-weight:700}.call-error{color:var(--mp-danger);font-weight:700}.footer{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.45rem .8rem;color:#64748b;font-size:.8rem;padding-bottom:.5rem}@media(max-width:1100px){.tabs{flex-wrap:wrap}.document-create-grid{grid-template-columns:1fr}}:root{--brand: #e30018}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0;overflow-x:hidden;-webkit-text-size-adjust:100%}body{font-family:Open Sans,Roboto,Segoe UI,Arial,sans-serif;background:#f6f7fb;color:#1f2937}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}
