:root{--color-accent: #9067b3;--color-accent-hover: #8258a4;--color-accent-active: #734b93;--color-accent-tint: #f1ecf7;--color-app-bg: #f6f7f9;--color-surface: #ffffff;--color-border: #ebedf0;--color-divider: #f0f1f4;--color-text: #1a1d23;--color-text-secondary:#3c434d;--color-muted: #7a828d;--font-sans: "Geist", system-ui, Avenir, Helvetica, Arial, sans-serif;--font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;font-family:var(--font-sans);line-height:1.45;font-weight:400;color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-app-bg);color:var(--color-text);font-family:var(--font-sans)}#root{min-height:100vh}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d3d7dd;border-radius:6px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#b7bdc6;background-clip:content-box}::-webkit-scrollbar-track{background:transparent}@keyframes panelIn{0%{transform:translate(26px);opacity:.35}to{transform:translate(0);opacity:1}}@keyframes panelFade{0%{opacity:0}to{opacity:1}}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}
