:root{--bg-primary:#ffffff;--bg-secondary:#f9fafb;--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#9ca3af;--accent-color:#000000;--border-color:#e5e7eb;--font-family:'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-family);min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.main-content{width:100%;max-width:600px;padding:2rem;text-align:center;animation:fadeIn 1s ease-out forwards}.construction-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.badge{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.15em;color:var(--text-secondary);border:1px solid var(--border-color);background:var(--bg-secondary);padding:.4rem 1rem;border-radius:99px;margin-bottom:1.5rem;text-transform:uppercase}.title{font-size:2.5rem;font-weight:500;letter-spacing:-.03em;line-height:1.2;margin-bottom:.75rem;color:var(--text-primary)}.subtitle{font-size:1.1rem;font-weight:300;color:var(--text-secondary);line-height:1.5;margin-bottom:2rem}.divider{width:40px;height:1px;background-color:var(--border-color);margin:0 auto 2rem}.footer-info{font-size:.8rem;font-weight:400;letter-spacing:.05em;color:var(--text-muted);text-transform:uppercase}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}