.logo img,p.subtitle{margin-bottom:1.5rem}body,h1{display:flex}.contact-link:hover,body,p.subtitle{color:var(--text-light)}:root{--primary-color:#00d4ff;--secondary-color:#ff6b9d;--dark-bg:#0a0a0a;--panel-bg:#1a1a2e;--text-light:#e0e0e0;--text-muted:#a0a0b8}body{font-family:Inter,sans-serif;background:linear-gradient(145deg,var(--dark-bg) 0,var(--panel-bg) 70%,#101835 100%);flex-direction:column;align-items:center;justify-content:center;min-height:100vh;margin:0;padding:2rem;text-align:center;overflow-x:hidden;overflow-y:auto;position:relative}body::after,body::before{content:'';position:fixed;border-radius:50%;opacity:.06;z-index:-1;animation:25s ease-in-out infinite pulseAndDrift}body::before{width:40vw;height:40vw;min-width:300px;min-height:300px;background:var(--primary-color);top:10vh;left:10vw}body::after{width:30vw;height:30vw;min-width:200px;min-height:200px;background:var(--secondary-color);bottom:15vh;right:15vw;animation-delay:-12.5s}@keyframes pulseAndDrift{0%,100%{transform:scale(.9) translate(0,0);opacity:.05}25%{transform:scale(1) translate(20px,-15px);opacity:.08}50%{transform:scale(1.1) translate(0,20px);opacity:.06}75%{transform:scale(1) translate(-15px,10px);opacity:.09}}.container{background:rgb(16 24 53 / .7);backdrop-filter:blur(15px) saturate(150%);padding:2.5rem 2rem;border-radius:25px;box-shadow:0 15px 40px rgb(0 0 0 / .4),inset 0 0 0 1px rgb(255 255 255 / .08);max-width:650px;width:100%;animation:1s cubic-bezier(.165,.84,.44,1) forwards fadeInScaleUp;z-index:1;margin-top:auto;margin-bottom:auto}@keyframes fadeInScaleUp{from{opacity:0;transform:translateY(40px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.logo img{width:90px;height:90px;border-radius:20px;box-shadow:0 10px 25px rgb(0 212 255 / .3);border:2px solid rgb(0 212 255 / .5);transition:transform .3s}.logo img:hover{transform:scale(1.05)}h1{font-size:2.8rem;font-weight:800;color:var(--primary-color);margin-bottom:1rem;letter-spacing:-1px;align-items:center;justify-content:center;gap:.75rem}.maintenance-icon-h1{font-size:2.6rem;animation:10s linear infinite spinGearSmooth}@keyframes spinGearSmooth{from{transform:rotate(0)}to{transform:rotate(360deg)}}p.subtitle{font-size:1.2rem;line-height:1.7;max-width:500px;margin-left:auto;margin-right:auto}p.details{font-size:1rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.progress-bar-container{width:90%;background-color:rgb(0 0 0 / .2);border-radius:12px;margin:2.5rem auto;padding:5px;box-shadow:inset 0 1px 3px rgb(0 0 0 / .3)}.progress-bar{width:10%;height:18px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:8px;animation:25s cubic-bezier(.4,0,.2,1) infinite alternate loadingProgressSmooth;transition:width .5s ease-out}@keyframes loadingProgressSmooth{0%{width:10%;background:linear-gradient(90deg,var(--primary-color),#0af)}20%{width:30%}40%{width:55%}60%{width:70%}80%{width:88%}100%{width:95%;background:linear-gradient(90deg,#0af,var(--secondary-color))}}.contact-section{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgb(255 255 255 / .1)}.contact-section h3{font-size:1.3rem;color:var(--primary-color);margin-bottom:1rem;font-weight:600}.contact-section p{font-size:.95rem;color:var(--text-muted);margin-bottom:1.5rem}.contact-links{display:flex;justify-content:center;gap:1.5rem}.contact-link{color:var(--primary-color);font-size:1.8rem;transition:color .3s,transform .3s;padding:.5rem}.contact-link:hover{transform:translateY(-3px) scale(1.1)}.footer-note{margin-top:2.5rem;font-size:.9rem;color:var(--text-muted)}.footer-note a{color:var(--primary-color);text-decoration:none;font-weight:500}.footer-note a:hover{text-decoration:underline}@media (max-width:700px){body{padding:1.5rem}.container{padding:2rem 1.5rem;margin-top:1rem;margin-bottom:1rem}h1{font-size:2.3rem}.maintenance-icon-h1{font-size:2.1rem}p.subtitle{font-size:1.1rem}.progress-bar{height:16px}}