:root{--danger-color:#f44}.legacy-page{padding-top:72px;min-height:calc(100vh - 65px);display:flex;justify-content:center;align-items:center;text-align:center}.container{max-width:1200px;margin:0 auto;padding:0 20px}.main-content{padding-top:72px;min-height:calc(100vh - 65px);display:flex;justify-content:center;align-items:center;text-align:center}.construction-box{background:rgba(255,68,68,.05);border:2px solid rgba(255,68,68,.3);border-radius:20px;padding:60px 40px;max-width:700px;animation:fadeIn 1s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.construction-icon{font-size:5rem;margin-bottom:20px;color:var(--danger-color);text-shadow:0 0 20px rgba(255,68,68,.5);animation:pulse-icon 2s ease-in-out infinite}@keyframes pulse-icon{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.construction-title{font-size:2.5rem;color:var(--danger-color);margin-bottom:20px}.construction-text{font-size:1.2rem;color:hsla(0,0%,100%,.9);font-family:Inter,sans-serif}@media (max-width:767px){.construction-title{font-size:2rem}.construction-text{font-size:1rem}}[data-theme=light] .construction-box{background:#fffbeb;border-color:rgba(239,68,68,.4)}[data-theme=light] .construction-title{color:#b91c1c}[data-theme=light] .construction-text{color:#1f2937}[data-theme=light] .construction-icon{text-shadow:none}