*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #3b82f6;--primary-dark: #2563eb;--text: #1f2937;--text-light: #6b7280;--background: #f8fafc;--white: #ffffff;--border: #e5e7eb;--shadow: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1);--radius: .75rem;--radius-sm: .5rem}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--background);color:var(--text);min-height:100vh;line-height:1.6}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:3rem 2.5rem;max-width:480px;width:100%;text-align:center}.logo{font-size:2.5rem;font-weight:700;color:var(--text);margin-bottom:2rem}.construction-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:var(--white);padding:.625rem 1.25rem;border-radius:2rem;font-weight:500;margin-bottom:1.5rem}.construction-icon{width:20px;height:20px}.message{color:var(--text-light);font-size:1.125rem;margin-bottom:2rem}.divider{height:1px;background:var(--border);margin:1.5rem 0}.contact{text-align:center}.contact-title{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:1rem;text-align:center}.contact-list{display:flex;flex-direction:column;align-items:center;gap:.75rem}.contact-item{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1.5rem;width:100%;max-width:320px;background:var(--background);border-radius:var(--radius-sm);color:var(--text);text-decoration:none;transition:all .2s ease}.contact-item:hover{background:var(--primary);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow)}.contact-icon{width:20px;height:20px;flex-shrink:0}.footer{margin-top:2rem;color:var(--text-light);font-size:.875rem}@media (max-width: 480px){.card{padding:2rem 1.5rem}.logo{font-size:2rem}.message{font-size:1rem}.contact-item span{font-size:.875rem}}
