/* 2f465db5873ec5f196f8345f */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
       display: flex; align-items: center; justify-content: center;
       min-height: 100vh; background: #f5f5f5; color: #333; }
.container { text-align: center; padding: 2rem; }
h1 { font-size: 2rem; margin-bottom: 1rem; color: #222; }
p { font-size: 1.1rem; color: #666; margin-bottom: 0.5rem; }
.footer { margin-top: 2rem; font-size: 0.85rem; color: #999; }
