:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: "Source Serif 4", "Georgia", "Times New Roman", serif;--color-bg: #fafaf9;--color-surface: #ffffff;--color-surface-raised: #f7f7f6;--color-surface-sunken: #f2f1ef;--color-border: #e2e0dc;--color-border-subtle: #eceae6;--color-border-strong: #c8c5be;--color-text: #1a1a18;--color-text-secondary: #5c5a55;--color-text-tertiary: #8a8780;--color-text-inverse: #ffffff;--color-accent: #2c4a6e;--color-accent-hover: #1e3a5c;--color-accent-subtle: #e8edf3;--color-accent-text: #2c4a6e;--color-status-erfassung: #6b7280;--color-status-erfassung-bg: #f3f4f6;--color-status-aussergerichtlich: #2c4a6e;--color-status-aussergerichtlich-bg: #e8edf3;--color-status-klage: #92400e;--color-status-klage-bg: #fffbeb;--color-status-abgeschlossen: #3f6212;--color-status-abgeschlossen-bg: #f0fdf4;--color-frist-kritisch: #991b1b;--color-frist-kritisch-bg: #fef2f2;--color-frist-warnung: #92400e;--color-frist-warnung-bg: #fffbeb;--color-danger: #c0392b;--color-danger-bg: #fef2f2;--color-danger-bg-soft: #fde8e6;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--text-xs: .75rem;--text-sm: .8125rem;--text-base: .875rem;--text-lg: 1rem;--text-xl: 1.125rem;--text-2xl: 1.375rem;--text-3xl: 1.75rem;--leading-tight: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.625;--tracking-tight: -.01em;--tracking-normal: 0;--tracking-wide: .025em;--radius-sm: 3px;--radius-md: 5px;--radius-lg: 8px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 2px 8px rgba(0, 0, 0, .06);--transition-fast: .12s ease;--transition-normal: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;height:100%}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background-color:var(--color-bg);height:100%;margin:0;display:flex;flex-direction:column;overflow:hidden}#root{flex:1;min-height:0;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:600;line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:var(--color-text)}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}a{color:var(--color-accent-text);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:inherit}table{border-collapse:collapse;width:100%}::selection{background-color:var(--color-accent-subtle);color:var(--color-text)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-border-strong)}@keyframes workflow-pulse{0%{transform:scale(1);box-shadow:0 0 #3d7eff66}60%{transform:scale(1.08);box-shadow:0 0 0 10px #3d7eff00}to{transform:scale(1);box-shadow:0 0 #3d7eff00}}.workflow-current-dot{animation:workflow-pulse 1.8s ease-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}
