/* AI Site Builder — Default theme styles (non-AI pages) */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #333; }
.aisb-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.aisb-site-header { background: #fff; border-bottom: 1px solid #e5e7eb; padding: 16px 24px; }
.aisb-site-name { font-size: 20px; font-weight: 700; color: #111; text-decoration: none; }
.aisb-site-footer { background: #1a1a2e; color: #aaa; padding: 24px; text-align: center; margin-top: 60px; }
