/* AboutME: Main stylesheet for 密评管家 website */
/* Tailwind CSS handles most styling via CDN; this file provides custom overrides */

/* Smooth scrolling & base resets */
* { margin: 0; padding: 0; box-sizing: border-box; }
