.under-construction{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);font-family:var(--font-primary);transition:background var(--transition-base),color var(--transition-base);justify-content:center;align-items:center;display:flex;position:relative}.construction-theme-toggle{position:absolute;top:1rem;right:1rem}.construction-content{text-align:center;max-width:600px;padding:2rem}.construction-content h1{margin-bottom:1rem;font-size:3rem;animation:2s ease-in-out infinite pulse}.construction-content .subtitle{opacity:.95;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.construction-content .message{opacity:.9;margin-bottom:2rem;font-size:1.2rem}.spinner{justify-content:center;gap:.5rem;display:flex}.dot{background-color:var(--primary-green);border-radius:50%;width:1rem;height:1rem;animation:1.4s ease-in-out infinite bounce}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}@media (max-width:768px){.construction-content h1{font-size:2rem}.construction-content .subtitle{font-size:1.2rem}.construction-content .message{font-size:1rem}}
