.temp-markers-panel.svelte-2wyn2g{display:flex;flex-direction:column;gap:var(--space-3);height:100%;min-height:0;overflow:auto;padding:var(--space-3)}.temp-markers-summary-row.svelte-2wyn2g{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.temp-markers-count.svelte-2wyn2g{font-size:var(--text-sm);font-weight:600;color:var(--color-text)}.temp-markers-clear.svelte-2wyn2g{padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);cursor:pointer}.temp-markers-clear.svelte-2wyn2g:hover:not(:disabled){background:var(--color-surface-hover);color:var(--color-text)}.temp-markers-clear.svelte-2wyn2g:disabled{opacity:.45;cursor:default}.temp-markers-hint.svelte-2wyn2g{margin:0;font-size:var(--text-sm);color:var(--color-text-muted);line-height:1.45}.temp-markers-pattern-block.svelte-2wyn2g{display:grid;gap:var(--space-2)}.temp-markers-pattern-label.svelte-2wyn2g{font-size:var(--text-sm);font-weight:600;color:var(--color-text)}.temp-markers-pattern-row.svelte-2wyn2g{display:flex;gap:var(--space-2)}.temp-markers-pattern-input.svelte-2wyn2g{flex:1;min-width:0;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font:inherit}.temp-markers-pattern-input.svelte-2wyn2g:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary) 18%,transparent)}.temp-markers-generate.svelte-2wyn2g{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;white-space:nowrap}.temp-markers-generate.svelte-2wyn2g:hover:not(:disabled){background:var(--color-surface-hover)}.temp-markers-generate.svelte-2wyn2g:disabled{opacity:.45;cursor:default}.temp-markers-generate--secondary.svelte-2wyn2g{background:color-mix(in srgb,var(--color-surface) 70%,var(--color-bg) 30%)}.temp-markers-pattern-error.svelte-2wyn2g{margin:0;font-size:var(--text-sm);color:var(--color-danger)}.temp-markers-projection-field.svelte-2wyn2g{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0;font-size:var(--text-xs);color:var(--color-text-muted)}.temp-markers-analysis.svelte-2wyn2g{display:grid;gap:var(--space-2)}.temp-markers-analysis-head.svelte-2wyn2g{font-size:var(--text-sm);color:var(--color-text)}.temp-markers-analysis-toolbar.svelte-2wyn2g{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap}.temp-markers-analysis-summary.svelte-2wyn2g,.temp-markers-analysis-filters.svelte-2wyn2g{display:flex;gap:var(--space-2);flex-wrap:wrap}.temp-markers-analysis-chip.svelte-2wyn2g{padding:4px 8px;border-radius:999px;font-size:var(--text-xs);font-weight:600}.temp-markers-analysis-chip--safe.svelte-2wyn2g{background:color-mix(in srgb,#22c55e 16%,transparent);color:#166534}.temp-markers-analysis-chip--conflict.svelte-2wyn2g{background:color-mix(in srgb,var(--color-danger) 14%,transparent);color:var(--color-danger)}.temp-markers-filter-btn.svelte-2wyn2g{padding:4px 8px;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);font-size:var(--text-xs);cursor:pointer}.temp-markers-filter-btn.active.svelte-2wyn2g{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.temp-markers-analysis-table-wrap.svelte-2wyn2g{max-height:240px;overflow:auto;border:1px solid var(--color-border);border-radius:var(--radius-sm)}.temp-markers-analysis-table.svelte-2wyn2g{width:100%;border-collapse:collapse;font-size:var(--text-xs)}.temp-markers-analysis-table.svelte-2wyn2g th:where(.svelte-2wyn2g),.temp-markers-analysis-table.svelte-2wyn2g td:where(.svelte-2wyn2g){padding:6px 8px;border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top}.temp-markers-analysis-table.svelte-2wyn2g thead:where(.svelte-2wyn2g) th:where(.svelte-2wyn2g){position:sticky;top:0;background:var(--color-surface);z-index:1}.temp-markers-analysis-table.svelte-2wyn2g tbody:where(.svelte-2wyn2g) tr[data-state=conflict]:where(.svelte-2wyn2g){background:color-mix(in srgb,var(--color-danger) 8%,transparent)}.temp-markers-analysis-table.svelte-2wyn2g tbody:where(.svelte-2wyn2g) tr[data-state=safe]:where(.svelte-2wyn2g){background:color-mix(in srgb,#22c55e 7%,transparent)}.temp-markers-analysis-table.svelte-2wyn2g tbody:where(.svelte-2wyn2g) tr:where(.svelte-2wyn2g){cursor:pointer}.temp-markers-analysis-table.svelte-2wyn2g tbody:where(.svelte-2wyn2g) tr:where(.svelte-2wyn2g):hover{outline:1px solid color-mix(in srgb,var(--color-primary) 40%,transparent)}.temp-markers-editor-wrap.svelte-2wyn2g{--temp-markers-line-height: 24px;--temp-markers-pad-y: 12px;--temp-markers-pad-x: 14px;display:flex;align-items:stretch;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;background:color-mix(in srgb,var(--color-surface) 94%,white 6%)}.temp-markers-gutter.svelte-2wyn2g{width:30px;flex:0 0 30px;padding-block:var(--temp-markers-pad-y);border-right:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 88%,var(--color-bg) 12%);overflow:hidden;box-sizing:border-box}.temp-markers-gutter-line.svelte-2wyn2g{display:flex;align-items:center;justify-content:center}.temp-markers-dot.svelte-2wyn2g{width:9px;height:9px;border-radius:999px}.temp-markers-dot--safe.svelte-2wyn2g{background:#22c55e}.temp-markers-dot--conflict.svelte-2wyn2g,.temp-markers-dot--invalid.svelte-2wyn2g{background:#ef4444}.temp-markers-textarea.svelte-2wyn2g{width:100%;min-height:220px;resize:vertical;padding:var(--temp-markers-pad-y) var(--temp-markers-pad-x);border-radius:0;border:0;background:transparent;color:var(--color-text);font:16px/24px ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;line-height:var(--temp-markers-line-height);box-sizing:border-box}.temp-markers-textarea.svelte-2wyn2g:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary) 18%,transparent)}.temp-markers-error.svelte-2wyn2g{margin:0;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);background:color-mix(in srgb,var(--color-danger) 12%,transparent);color:var(--color-danger);font-size:var(--text-sm);line-height:1.4}
