/* style.css */
/* Apple风格圆角和阴影增强 */
.rounded-3xl { border-radius: 1.5rem; }
.shadow-lg { box-shadow: 0 8px 32px 0 rgba(0,0,0,0.08); }
