*{margin:0;padding:0;box-sizing:border-box}html{--color-background-primary:#fff;--color-background-secondary:#f5f5f5;--color-background-tertiary:#fafafa;--color-text-primary:#1a1a1a;--color-text-secondary:#666;--color-text-tertiary:#999;--color-border-tertiary:rgba(0,0,0,.08);--color-border-secondary:rgba(0,0,0,.12);--border-radius-md:8px;--border-radius-lg:12px;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{font-family:var(--font-sans);background:var(--color-background-tertiary);color:var(--color-text-primary);line-height:1.6}button{font-family:inherit}a{color:inherit;text-decoration:none}