:root{--dt-color-bg: #f7f8fa;--dt-color-surface: #ffffff;--dt-color-border: #e3e6eb;--dt-color-text: #1a2230;--dt-color-text-muted: #5b6478;--dt-color-primary: #0a5cff;--dt-color-primary-fg: #ffffff;--dt-color-success: #1f9d55;--dt-color-warning: #c9740b;--dt-color-danger: #c1292e;--dt-radius-sm: 4px;--dt-radius-md: 8px;--dt-radius-lg: 14px;--dt-space-1: 4px;--dt-space-2: 8px;--dt-space-3: 12px;--dt-space-4: 16px;--dt-space-6: 24px;--dt-space-8: 32px;--dt-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--dt-font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}@media (prefers-color-scheme: dark){:root{--dt-color-bg: #0d1117;--dt-color-surface: #131a24;--dt-color-border: #25303f;--dt-color-text: #e6e8eb;--dt-color-text-muted: #93a0b5}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--dt-color-bg);color:var(--dt-color-text);font-family:var(--dt-font-sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--dt-color-primary);text-decoration:none}a:hover{text-decoration:underline}
