@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap";:root{--zymplo-teal: #14B8A6;--zymplo-teal-dark: #0F9488;--zymplo-teal-light: #5EEAD4;--zymplo-blue: #1E4AD4;--zymplo-purple: #623AE6;--zymplo-light: #FAFBFF;--zymplo-gray-100: #F5F6FA;--zymplo-gray-300: #C4C9D6;--zymplo-gray-500: #8790A3;--zymplo-gray-700: #4A5262;--zymplo-gray-900: #1A1D23;--bg: var(--zymplo-light);--surface: #ffffff;--border: var(--zymplo-gray-300);--text: var(--zymplo-gray-900);--muted: var(--zymplo-gray-500);--primary: var(--zymplo-teal);--primary-dark: var(--zymplo-teal-dark);--success: #22C55E;--danger: #EF4444;--warning: #F59E0B;--shadow: 0 1px 3px rgba(20, 184, 166, .06), 0 1px 2px rgba(20, 184, 166, .04);font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;background:var(--bg);min-height:100vh}a{color:var(--primary);text-decoration:none}button{cursor:pointer;font-family:inherit}.muted{color:var(--muted)}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{background:var(--surface);border-bottom:1px solid var(--border);padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:600;font-size:1.1rem;color:var(--text)}.header-right{display:flex;gap:.75rem}.btn-link{background:none;border:none;color:var(--primary);font-size:.95rem;padding:.25rem .5rem}.app-body{display:grid;grid-template-columns:220px 1fr;flex:1}.sidebar{background:var(--surface);border-right:1px solid var(--border);padding:1rem .5rem}.sidebar nav{display:flex;flex-direction:column;gap:.25rem}.nav-link{padding:.5rem .75rem;border-radius:6px;color:var(--text);font-size:.95rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.nav-link:hover{background:var(--bg)}.nav-link.active{background:var(--primary);color:#fff}.nav-badge{background:var(--danger);color:#fff;font-size:.72rem;font-weight:600;padding:.05rem .45rem;border-radius:999px;min-width:1.4rem;text-align:center;line-height:1.2}.nav-link.active .nav-badge{background:#ffffff40}.main-content{padding:1.5rem 2rem}.page h1{margin:0 0 .5rem;font-size:1.5rem}.page>p{margin:0 0 1.5rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1.5rem 0}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;box-shadow:var(--shadow)}.card-label{font-size:.8rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.card-value{font-size:1.75rem;font-weight:600;margin-top:.25rem}.actions{display:flex;gap:.75rem;margin-top:1rem}.btn-primary,.btn-secondary{display:inline-block;padding:.55rem 1rem;border-radius:6px;font-size:.95rem;border:1px solid transparent}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.btn-secondary:hover{background:var(--bg)}.auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:1rem}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:2rem;width:100%;max-width:420px;box-shadow:var(--shadow)}.auth-card h1{margin:0 0 .5rem}.auth-card label{display:block;margin:1rem 0 .25rem;font-size:.9rem;font-weight:500}.auth-card textarea{width:100%;padding:.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;border:1px solid var(--border);border-radius:6px;resize:vertical}.auth-card input{width:100%;padding:.55rem .65rem;font-size:.95rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);font-family:inherit;box-sizing:border-box}.auth-card input:focus{outline:none;border-color:var(--primary)}.auth-card .password-field{position:relative}.auth-card .password-field input{padding-right:5rem}.auth-card .password-toggle{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);width:auto;margin:0;padding:.25rem .55rem;background:transparent;color:var(--muted, #666);border:none;font-size:.8rem;cursor:pointer;border-radius:4px}.auth-card .password-toggle:hover{background:#0000000d;color:var(--primary)}.auth-card button{margin-top:1rem;width:100%;background:var(--primary);color:#fff;border:none;padding:.65rem;border-radius:6px;font-size:1rem}.auth-card button:disabled{opacity:.5;cursor:not-allowed}.page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.page-head h1{margin:0}.filters{display:flex;gap:1rem;margin:1rem 0}.filter{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem}.filter>span{color:var(--muted)}.filter select,.filter input{padding:.45rem .5rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);font-family:inherit;font-size:.95rem}.data-table{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:8px;border-collapse:separate;border-spacing:0;overflow:hidden}.data-table th,.data-table td{padding:.7rem .9rem;text-align:left;border-bottom:1px solid var(--border);font-size:.92rem}.data-table th{background:var(--bg);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--bg)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}.text-center{text-align:center}.error{color:var(--danger)}.badge{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.78rem;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.badge-success{background:#10b98126;color:#047857}.badge-warning{background:#f59e0b26;color:#b45309}.badge-danger{background:#ef444426;color:#b91c1c}.badge-info{background:#3b82f626;color:#1d4ed8}.badge-muted{background:#6b72801f;color:#4b5563}.form-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;max-width:640px;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow)}.form-card label{display:flex;flex-direction:column;gap:.25rem}.form-card label>span{font-size:.9rem;font-weight:500}.form-card input[type=text],.form-card input[type=file],.form-card select,.form-card textarea{padding:.5rem .6rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);font-family:inherit;font-size:.95rem}.form-card textarea{resize:vertical;min-height:4rem}.form-actions{display:flex;gap:.75rem;justify-content:flex-end}.form-card .btn-primary{border:none;padding:.6rem 1.2rem}.form-card .btn-primary:disabled{opacity:.5;cursor:not-allowed}.approval-panel{margin:1.5rem 0;background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.approval-panel h2{margin:0;font-size:1.05rem}.approval-panel label{display:flex;flex-direction:column;gap:.25rem}.approval-panel textarea{padding:.5rem;border:1px solid var(--border);border-radius:6px;font-family:inherit;font-size:.95rem}.btn-danger{padding:.55rem 1rem;border-radius:6px;background:var(--surface);color:var(--danger);border:1px solid var(--danger);font-size:.95rem}.btn-danger:hover{background:var(--danger);color:#fff}.btn-danger:disabled,.btn-primary:disabled{opacity:.5;cursor:not-allowed}.small{font-size:.8rem;word-break:break-all;max-width:480px}section h2{font-size:1.1rem;margin:1.5rem 0 .5rem}.workflow-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem;margin-bottom:1rem;box-shadow:var(--shadow)}.workflow-card header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.workflow-card h2{margin:0;font-size:1.1rem}.workflow-card p{margin:.25rem 0 0;font-size:.9rem}.step-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.step-list li{display:flex;gap:.75rem;align-items:flex-start;padding:.6rem .8rem;background:var(--bg);border-radius:6px}.step-order{background:var(--primary);color:#fff;width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}.step-info{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}.step-info .small{font-size:.82rem}.step-config-preview{background:#f1f5f9;padding:.2rem .4rem;border-radius:3px;font-size:.78rem;overflow-x:auto;white-space:nowrap}.step-override-config{display:flex;align-items:center;gap:.6rem;margin-top:.3rem;font-size:.85rem;flex-wrap:wrap}.override-enabled{color:#b45309;background:#fef3c7;padding:.15rem .5rem;border-radius:4px}.override-disabled{padding:.15rem .5rem}.step-config-section{border:1px solid var(--border);border-radius:6px;padding:.75rem 1rem;margin-bottom:.8rem}.step-config-section legend{font-weight:600;font-size:.85rem;padding:0 .4rem;color:var(--primary)}.document-notes,.document-editor{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;margin:1rem 0}.document-notes summary{cursor:pointer;padding:.25rem 0;list-style:none}.document-editor summary{cursor:pointer;padding:.4rem 0;font-size:1rem;list-style:none}.document-notes summary::-webkit-details-marker,.document-editor summary::-webkit-details-marker{display:none}.document-notes summary:before,.document-editor summary:before{content:"▶";display:inline-block;margin-right:.4rem;font-size:.7rem;color:var(--muted);transition:transform .15s}.document-notes[open] summary:before,.document-editor[open] summary:before{transform:rotate(90deg)}.document-notes-render{background:var(--bg);padding:.7rem .9rem;border-radius:6px;white-space:pre-wrap;word-wrap:break-word;font-family:inherit;font-size:.92rem;margin:.6rem 0}.document-notes-editor textarea{width:100%;padding:.6rem .8rem;border:1px solid var(--border);border-radius:6px;font-family:inherit;font-size:.95rem;resize:vertical;min-height:120px;box-sizing:border-box}.editor-layout{display:grid;grid-template-columns:2fr 1fr;gap:1rem;margin-top:.6rem}.editor-content{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:1.2rem 1.5rem;max-height:600px;overflow-y:auto;font-size:.93rem;line-height:1.55}.editor-paragraph{cursor:pointer;padding:.25rem .4rem;border-radius:4px;margin:.3rem 0;transition:background .12s}.editor-paragraph:hover{background:#14b8a614}.editor-paragraph-marked{background:#f59e0b2e}.editor-paragraph-marked:hover{background:#f59e0b47}.editor-paragraph h1,.editor-paragraph h2,.editor-paragraph h3{margin:0;font-weight:600}.editor-paragraph p{margin:0}.editor-sidebar{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:.8rem;max-height:600px;overflow-y:auto;font-size:.88rem}.editor-sidebar h3{margin:0 0 .6rem;font-size:.95rem}.editor-sidebar h4{margin:.6rem 0 .3rem;font-size:.85rem;color:var(--muted)}.editor-original-snippet{background:var(--bg);padding:.4rem .6rem;border-radius:4px;font-size:.85rem;white-space:pre-wrap;margin:.4rem 0}.suggestion-card{background:var(--bg);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:4px;padding:.6rem .7rem;margin:.4rem 0}.suggestion-applied{border-left-color:var(--success);opacity:.7}.suggestion-rejected{border-left-color:var(--danger);opacity:.6}.suggestion-head{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:.83rem;margin-bottom:.3rem}.suggestion-status{font-size:.72rem;background:var(--zymplo-gray-100);padding:.05rem .5rem;border-radius:999px}.suggestion-original{text-decoration:line-through;color:var(--zymplo-gray-700);font-size:.82rem;white-space:pre-wrap;margin:.3rem 0}.suggestion-replacement{color:var(--zymplo-teal-dark);font-weight:500;font-size:.85rem;white-space:pre-wrap;margin:.3rem 0}.suggestion-actions{display:flex;gap:.5rem;margin-top:.4rem;flex-wrap:wrap}.user-search-input{position:relative}.user-search-input input[type=text]{width:100%;padding:.5rem .7rem;border:1px solid var(--border);border-radius:6px;font-size:.95rem;box-sizing:border-box}.user-search-form{position:relative;display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem;max-width:480px}.user-search-form input[type=text]{width:100%;padding:.5rem .7rem;border:1px solid var(--border);border-radius:6px;font-size:.95rem;box-sizing:border-box}.user-search-results{border:1px solid var(--border);border-radius:6px;background:var(--surface);max-height:260px;overflow-y:auto;box-shadow:var(--shadow)}.user-search-results ul{list-style:none;margin:0;padding:0}.user-search-results li button{width:100%;text-align:left;border:0;background:transparent;padding:.5rem .8rem;cursor:pointer;font-size:.9rem;border-bottom:1px solid var(--border)}.user-search-results li:last-child button{border-bottom:0}.user-search-results li button:hover{background:var(--bg)}.skeleton{display:inline-block;width:100%;height:1em;border-radius:4px;background:linear-gradient(90deg,#0000000f 25%,#0000001a,#0000000f 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{background:var(--surface);border:1px dashed var(--border);border-radius:10px;padding:2.5rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.empty-icon{font-size:2.4rem;opacity:.5}.empty-title{margin:0;font-size:1.1rem;color:var(--text)}.empty-desc{margin:0;color:var(--muted);font-size:.92rem;max-width:420px}.empty-state .btn-primary{margin-top:.5rem}.audit-timeline{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem;position:relative}.audit-timeline:before{content:"";position:absolute;left:10px;top:6px;bottom:6px;width:2px;background:var(--border)}.audit-event{position:relative;display:flex;gap:1rem;align-items:flex-start;padding-left:0}.audit-marker{width:22px;height:22px;border-radius:50%;border:3px solid var(--surface);background:var(--muted);flex-shrink:0;margin-top:2px;z-index:1;box-shadow:0 0 0 1px var(--border)}.audit-event-create .audit-marker{background:#3b82f6}.audit-event-success .audit-marker{background:#10b981}.audit-event-manual .audit-marker{background:#f59e0b}.audit-event-danger .audit-marker{background:#ef4444}.audit-event-info .audit-marker{background:#6b7280}.audit-event-progress .audit-marker{background:#8b5cf6}.audit-body{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem}.audit-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap}.audit-label{font-weight:600;font-size:.95rem}.audit-time{font-size:.8rem;color:var(--muted);white-space:nowrap}.audit-meta{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap;margin-top:.35rem}.audit-chip{font-size:.75rem;background:var(--bg);border:1px solid var(--border);padding:.1rem .45rem;border-radius:999px;color:var(--muted)}.audit-action{font-size:.75rem;color:var(--muted)}.audit-desc{margin-top:.45rem;font-size:.88rem;color:var(--text)}.audit-payload{margin:.65rem 0 0;padding:.5rem .65rem;background:var(--bg);border-radius:6px;display:flex;flex-direction:column;gap:.2rem;font-size:.82rem}.audit-payload-row{display:grid;grid-template-columns:130px 1fr;gap:.5rem}.audit-payload dt{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem}.audit-payload dd{margin:0;word-break:break-word}.download-actions{display:flex;gap:.5rem;margin:.5rem 0 1.5rem}.download-actions .btn-secondary{font-size:.9rem}.template-hint{background:#3b82f614;border:1px solid rgba(59,130,246,.25);border-radius:8px;padding:.8rem 1rem;display:flex;flex-direction:column;gap:.6rem;align-items:flex-start}.alignment-headline{background:linear-gradient(135deg,#10b9811a,#3b82f61a);border:1px solid rgba(16,185,129,.25);border-radius:12px;padding:1.25rem 1.5rem;margin:1rem 0 1.5rem}.alignment-value{display:flex;align-items:baseline;gap:.75rem}.alignment-pct{font-size:2.5rem;font-weight:700;color:#047857;line-height:1}.alignment-label{font-size:1rem;color:var(--text)}.alignment-bar{height:10px;background:#0000000f;border-radius:999px;margin:.75rem 0 .5rem;overflow:hidden}.alignment-fill{height:100%;background:linear-gradient(90deg,#10b981,#3b82f6);border-radius:999px;transition:width .4s ease-out}.alignment-hint{font-size:.85rem;margin:0}.counter-card{position:relative;border-left:4px solid transparent}.counter-success{border-left-color:#10b981}.counter-info{border-left-color:#3b82f6}.counter-warning{border-left-color:#f59e0b}.counter-muted{border-left-color:#9ca3af}.sparkline{display:block;margin-top:8px;opacity:.85}.sparkline-success{color:#10b981}.sparkline-info{color:#3b82f6}.sparkline-warning{color:#f59e0b}.sparkline-muted{color:#9ca3af}.small{font-size:.78rem}.stats-by-type td.cell-aligned{color:#047857;font-weight:600}.stats-by-type td.cell-process{color:#1d4ed8;font-weight:600}.stats-by-type td.cell-needs{color:#b45309;font-weight:600}.type-progress{position:relative;height:18px;background:#0000000f;border-radius:999px;overflow:hidden;min-width:100px}.type-progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#3b82f6);transition:width .4s ease-out}.type-progress-text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:600;color:var(--text)}.chat-page{display:flex;flex-direction:column;height:calc(100vh - 9rem)}.chat-shell{display:flex;flex-direction:column;flex:1;background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.chat-transcript{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.chat-empty{margin:auto;text-align:center;color:var(--muted);max-width:480px}.chat-suggestions{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.5rem}.btn-suggestion{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.6rem .9rem;cursor:pointer;text-align:left;width:100%;font-size:.9rem;color:var(--text);transition:border-color .15s}.btn-suggestion:hover{border-color:var(--primary)}.chat-turn{display:flex;flex-direction:column;gap:.4rem}.chat-user{align-items:flex-end}.chat-bubble{max-width:75%;padding:.7rem 1rem;border-radius:12px;line-height:1.45;font-size:.95rem}.chat-bubble p{margin:0 0 .35rem}.chat-bubble p:last-child{margin-bottom:0}.chat-user .chat-bubble{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.chat-assistant .chat-bubble{background:var(--bg);border:1px solid var(--border);border-bottom-left-radius:4px}.chat-typing{display:inline-flex;gap:4px;align-items:center}.chat-typing span{width:6px;height:6px;background:var(--muted);border-radius:50%;animation:chat-pulse 1.2s infinite ease-in-out}.chat-typing span:nth-child(2){animation-delay:.15s}.chat-typing span:nth-child(3){animation-delay:.3s}@keyframes chat-pulse{0%,80%,to{opacity:.3}40%{opacity:1}}.chat-sources{display:flex;flex-wrap:wrap;gap:.4rem;max-width:75%}.chat-source{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .65rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;font-size:.8rem;text-decoration:none;color:var(--text);transition:border-color .15s}.chat-source:hover{border-color:var(--primary)}.chat-source-title{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted)}.chat-input{display:flex;gap:.5rem;padding:.9rem;border-top:1px solid var(--border);background:var(--surface)}.chat-input input{flex:1;padding:.6rem .8rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem}.chat-input input:focus{outline:none;border-color:var(--primary)}.step-row-expandable td{background:#00000003}.step-toggle{display:inline-block;margin-left:.5rem;background:none;border:0;color:var(--primary);cursor:pointer;font-size:.85rem;padding:0}.step-toggle:hover{text-decoration:underline}.step-details-row td{background:#fafafa;padding:1rem 1.5rem;border-top:0}.step-result-header{display:flex;gap:1rem;align-items:center;margin-bottom:.75rem}.step-score{font-size:.95rem}.step-score-pass{color:#047857}.step-score-fail{color:#b91c1c}.badge-pass{background:#d1fae5;color:#047857;padding:2px 8px;border-radius:999px;font-size:.8rem;font-weight:600}.badge-fail{background:#fee2e2;color:#b91c1c;padding:2px 8px;border-radius:999px;font-size:.8rem;font-weight:600}.violations-list h4{margin:.5rem 0;font-size:.95rem}.violations-list ul{list-style:none;padding:0;margin:0}.violations-coherence{margin-top:1rem}.violations-coherence h4{margin:.5rem 0;font-size:.95rem}.coherence-violations-list{list-style:none;padding:0;margin:0}.coherence-violation{border-left:3px solid #f59e0b;background:#fffbeb;padding:.6rem .9rem;margin-bottom:.6rem;border-radius:0 4px 4px 0}.coherence-violation.severity-major{border-left-color:#dc2626;background:#fef2f2}.coherence-violation .reference-code{font-weight:600}.coherence-violation .violation-description{margin:.4rem 0;font-size:.9rem}.coherence-violation .quoted-text,.coherence-violation .reference-excerpt{background:#f9fafb;border-left:2px solid #d1d5db;margin:.4rem 0;padding:.4rem .7rem;font-style:italic;font-size:.85rem}.coherence-violation .reference-excerpt{border-left-color:#14b8a6}.coherence-violation .quoted-text p,.coherence-violation .reference-excerpt p{margin:.2rem 0 0}.coherence-violation .quoted-section,.coherence-violation .quoted-label,.coherence-violation .ref-label{display:block;font-style:normal}.violation{border-left:3px solid #f59e0b;background:#fffbeb;padding:.5rem .8rem;margin-bottom:.4rem;border-radius:0 4px 4px 0}.violation-major{border-left-color:#dc2626;background:#fef2f2}.violation-minor{border-left-color:#f59e0b;background:#fffbeb}.violation-rule{font-weight:600}.severity-tag{display:inline-block;margin-left:.5rem;padding:1px 6px;font-size:.7rem;border-radius:4px;font-weight:600}.severity-major{background:#dc2626;color:#fff}.severity-minor{background:#f59e0b;color:#fff}.violation-details{margin-top:.3rem;font-size:.85rem}.violation-details code{background:#0000000f;padding:1px 4px;border-radius:3px;font-size:.85rem}.step-summary{margin-top:.75rem;padding:.5rem 0;font-size:.9rem}.step-summary summary{cursor:pointer;color:var(--primary);-webkit-user-select:none;user-select:none}.summary-dl{display:grid;grid-template-columns:max-content 1fr;gap:.3rem 1rem;margin:.5rem 0 0}.summary-dl dt{font-weight:600;color:#4b5563}.summary-dl dd{margin:0}.step-suggestions,.step-aligned{margin-top:.75rem}.step-suggestions h4,.step-aligned h4{margin:.3rem 0;font-size:.95rem}.step-result-error{background:#fef2f2;padding:.5rem .8rem;border-radius:4px;font-size:.85rem}.modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:8px;padding:1.5rem 2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.modal h2{margin:0 0 1rem}.modal form label{display:block;margin-bottom:.8rem;font-weight:500}.modal form input[type=text],.modal form input[type=number]{display:block;width:100%;margin-top:.3rem;padding:.5rem .7rem;border:1px solid var(--border);border-radius:6px;font-size:.95rem;box-sizing:border-box}.modal form .checkbox-row{display:flex;align-items:center;gap:.5rem;font-weight:400}.modal form .checkbox-row input{width:auto;margin:0}.modal form small{display:block;margin-top:.2rem}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.required{color:#dc2626}.row-inactive{opacity:.5}.row-inactive td{color:#6b7280}.btn-link{background:none;border:0;padding:0;color:var(--primary);cursor:pointer;font-size:.85rem;text-decoration:none}.btn-link:hover{text-decoration:underline}.filter-search input[type=search]{padding:.5rem .7rem;border:1px solid var(--border);border-radius:6px;font-size:.95rem;min-width:200px}.results-bar{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;margin-bottom:.5rem;font-size:.9rem}.session-expired-overlay{z-index:999}.session-expired-modal{max-width:420px}.user-search-form{display:flex;gap:.7rem;align-items:flex-end;margin-bottom:1.5rem}.user-search-form label{display:flex;flex-direction:column;gap:.3rem;font-weight:500;font-size:.9rem}.user-search-form input{padding:.5rem .7rem;border:1px solid var(--border);border-radius:6px;font-size:.95rem;width:180px}.user-roles-section .page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.violations-summary{background:#fef3c7;border-left:4px solid #f59e0b;padding:.8rem 1rem;border-radius:0 6px 6px 0;margin-bottom:1rem}.violations-summary p{margin:0 0 .5rem}.violations-summary ol{margin:.3rem 0 0 1.2rem;padding:0}.violations-summary li{margin-bottom:.3rem}.link-inline{color:var(--primary);text-decoration:underline}.violations-sections{margin:1rem 0}.violations-sections h4{margin-bottom:.5rem}.heading-detected{display:inline-block;background:#d1fae5;color:#047857;padding:2px 8px;margin:0 4px 4px 0;border-radius:4px;font-size:.85rem;font-family:monospace}.section-checklist{list-style:none;padding:0;margin:0}.section-checklist li{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;border-radius:4px}.section-missing{background:#fef2f2}.section-icon{font-weight:700;color:#dc2626;width:1rem}.section-name{font-family:monospace;font-weight:600;color:#b91c1c}.section-hint{font-size:.8rem}.violations-code{background:#f9fafb;padding:.8rem 1rem;border-radius:6px;margin:1rem 0}.violations-code h4{margin:0 0 .5rem}.code-found{background:#fee2e2;color:#b91c1c;padding:2px 6px;border-radius:3px}.format-pattern{background:#dbeafe;color:#1e40af;padding:2px 6px;border-radius:3px;font-weight:600}.violation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem}.ok-tag{color:#047857;font-weight:600}.fail-tag{color:#b91c1c;font-weight:600}.inline-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:4px}.inline-list li{background:#0000000a;padding:2px 8px;border-radius:4px;font-family:monospace;font-size:.85rem}.audit-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.7rem;align-items:end;margin-bottom:1rem;padding:1rem;background:#f9fafb;border-radius:6px}.audit-filters label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;font-weight:500}.audit-filters input,.audit-filters select{padding:.4rem .6rem;border:1px solid var(--border);border-radius:6px;font-size:.9rem}.audit-filters-actions{display:flex;gap:.5rem;grid-column:1 / -1;justify-content:flex-end}.audit-payload{background:#1f2937;color:#e5e7eb;padding:.8rem 1rem;border-radius:6px;font-size:.8rem;overflow-x:auto;margin:0;white-space:pre-wrap;max-height:300px;overflow-y:auto}.pagination{display:flex;gap:.5rem;align-items:center;justify-content:center;margin-top:1rem}.modal-error{background:#fee2e2;border-left:4px solid #dc2626;color:#7f1d1d;padding:.7rem .9rem;border-radius:0 6px 6px 0;margin:.5rem 0 1rem;font-size:.9rem;line-height:1.4}.step-override-toggle{display:inline-block;margin-left:.5rem;background:none;border:0;color:#b45309;cursor:pointer;font-size:.85rem;padding:0;font-weight:600}.step-override-toggle:hover{text-decoration:underline;color:#92400e}.modal textarea{display:block;width:100%;margin-top:.3rem;padding:.6rem .7rem;border:1px solid var(--border);border-radius:6px;font-size:.95rem;font-family:inherit;resize:vertical;min-height:80px;box-sizing:border-box}.mutation-error-banner{background:#fee2e2;border:2px solid #dc2626;border-left:8px solid #dc2626;border-radius:6px;padding:1rem 1.2rem;margin:1rem 0;color:#7f1d1d;box-shadow:0 2px 8px #dc262626}.mutation-error-title{font-size:1.05rem;font-weight:700;margin-bottom:.5rem;color:#991b1b}.mutation-error-message{font-size:.95rem;line-height:1.5;margin-bottom:.5rem}.mutation-error-action{font-size:.9rem;line-height:1.5;padding:.5rem .7rem;background:#fff9;border-radius:4px}.settings-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.setting-row{background:var(--surface, #fff);border:1px solid var(--border, #e5e7eb);border-radius:6px;padding:.9rem 1.1rem}.setting-row header{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.setting-row .setting-key{font-weight:600;font-size:.95rem}.setting-row form{display:flex;gap:.6rem;align-items:center;margin-top:.5rem;flex-wrap:wrap}.setting-row .setting-value-input{flex:1 1 320px;padding:.45rem .6rem;border:1px solid var(--border, #d1d5db);border-radius:4px;font-family:inherit;font-size:.9rem}.approval-panel-rejected{border-left:4px solid var(--danger);background:#ef44440a}.rejection-observations{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:.7rem .9rem;margin:.6rem 0 .8rem}.rejection-meta{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;font-size:.88rem;margin-bottom:.5rem}.rejection-comment{background:#ef44440d;border-left:3px solid var(--danger);margin:.4rem 0;padding:.5rem .8rem}.rejection-comment p{margin:.2rem 0 0;white-space:pre-wrap}.rejection-detail summary{cursor:pointer;font-size:.85rem;color:var(--muted);padding:.3rem 0}.coherence-suggestions-list{list-style:none;padding:0;margin:.4rem 0}.coherence-suggestion{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:0 4px 4px 0;padding:.6rem .9rem;margin-bottom:.6rem}.coherence-suggestion .suggestion-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.85rem}.suggestion-action-badge{font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:999px;background:var(--zymplo-gray-100);color:var(--text)}.action-replace{background:#fef3c7;color:#92400e}.action-insert_after{background:#d1fae5;color:#065f46}.action-delete{background:#fee2e2;color:#991b1b}.action-general{background:#e0e7ff;color:#3730a3}.coherence-suggestion .suggestion-original{background:#f9fafb;border-left:2px solid var(--zymplo-gray-300);margin:.35rem 0;padding:.4rem .7rem;font-size:.85rem}.coherence-suggestion .suggestion-new{background:#f0fdf4;border-left:2px solid #22c55e;margin:.35rem 0;padding:.4rem .7rem;font-size:.85rem}.coherence-suggestion .suggestion-original p,.coherence-suggestion .suggestion-new p{margin:.2rem 0 0;white-space:pre-wrap}.coherence-suggestion .suggestion-rationale{margin:.4rem 0 0;font-size:.85rem;color:var(--zymplo-gray-700);font-style:italic}
