*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #ff7b54;--color-secondary: #1e293b;--color-background: #f9fafb;--color-accent: #ffd56b;--color-success: #10b981;--text-on-primary: #ffffff;--card-shadow: 0 8px 30px rgba(30, 41, 59, .08);--radius: 12px;--max-width: 420px;--gap: 14px;--font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font-family);background:var(--color-background);color:var(--color-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.construction-container{height:100vh;display:flex;justify-content:center;align-items:center;padding:20px;background:var(--color-background)}.construction-card{max-width:600px;text-align:center;background:#fff;padding:40px;border-radius:var(--radius);box-shadow:var(--card-shadow)}.construction-title{font-size:32px;font-weight:700;margin-bottom:12px;color:var(--color-secondary)}.brand{color:var(--color-primary)}.construction-subtitle{font-size:18px;font-weight:500;margin-bottom:8px;color:var(--color-secondary)}.construction-text{font-size:15px;color:#4b5563}@media(max-width:480px){.construction-card{padding:28px}.construction-title{font-size:26px}.construction-subtitle{font-size:16px}.construction-text{font-size:14px}}
