.baustelle-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(180deg,#f8f9fa,#eef2f0)}.baustelle-card{max-width:560px;width:100%;background:#ffffff;border:1px solid var(--border-gray);border-radius:16px;padding:48px 40px;text-align:center;box-shadow:0 12px 40px rgba(12,19,43,.08)}.baustelle-logo{height:44px;width:auto;margin:0 auto 32px}.baustelle-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(0,174,77,.1);color:var(--accent-green);font-size:13px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;border-radius:999px;padding:6px 14px;margin-bottom:20px}.baustelle-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--accent-green);animation:baustelle-pulse 1.6s ease-in-out infinite}@keyframes baustelle-pulse{0%,to{opacity:1}50%{opacity:.35}}.baustelle-card h1{font-size:28px;font-weight:700;color:var(--accent-blue);margin-bottom:12px}.baustelle-card p{font-size:15px;line-height:1.6;color:var(--text-gray)}.baustelle-zeit{margin-top:24px;padding:14px 20px;background:var(--light-gray);border:1px solid var(--border-gray);border-radius:10px;display:inline-block}.baustelle-zeit strong{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-gray);margin-bottom:4px}.baustelle-zeit span{font-size:16px;font-weight:700;color:var(--accent-blue)}@media (max-width:480px){.baustelle-card{padding:36px 24px}.baustelle-card h1{font-size:23px}}