.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(0,255,0,.05);border:2px solid rgba(0,255,0,.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(--primary);text-shadow:0 0 20px rgba(0,255,0,.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(--primary);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:#f6fff8;border-color:rgba(22,163,74,.35)}[data-theme=light] .construction-title{color:#166534}[data-theme=light] .construction-text{color:#1f2937}[data-theme=light] .construction-box{background:#eef4f0;box-shadow:0 6px 16px rgba(0,0,0,.05)}