*{box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{margin:0;padding:0;width:100%;height:100%}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}.maintenance-wrapper{min-height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gradient-bg{position:absolute;inset:0;background:linear-gradient(135deg,#0ea5e9,#0284c7,#0369a1,#075985,#0c4a6e);z-index:0}.gradient-bg:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(14,165,233,.3) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(2,132,199,.3) 0%,transparent 50%);animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%,to{opacity:1}50%{opacity:.8}}.bg-pattern{position:absolute;inset:0;z-index:1;opacity:.1}.pattern-circle{position:absolute;border-radius:50%;background:#ffffff1a;animation:float 20s ease-in-out infinite}.pattern-circle:nth-child(1){width:300px;height:300px;top:10%;left:10%;animation-delay:0s}.pattern-circle:nth-child(2){width:200px;height:200px;top:60%;right:15%;animation-delay:5s}.pattern-circle:nth-child(3){width:150px;height:150px;bottom:20%;left:20%;animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.content-container{position:relative;z-index:2;max-width:900px;width:100%;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center}.gears-container{margin-top:-14px;margin-bottom:2.75rem;display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:200px}.gear{position:absolute;display:grid;place-items:center;border-radius:999px;background:transparent;border:none;will-change:transform}.gear-icon{position:relative;z-index:2;width:1em;height:1em;color:currentColor;filter:drop-shadow(0 10px 22px rgba(0,0,0,.28))}.gear-large{width:160px;height:160px;font-size:160px;left:calc(50% - 150px);top:50%;margin-top:-80px;color:#e0f2feeb;z-index:1}.gear-small{width:130px;height:130px;font-size:130px;left:calc(50% - 10px);top:50%;margin-top:-25px;color:#fffffffa;z-index:2}.gear-hub{position:absolute;z-index:3;width:32%;height:32%;border-radius:999px;background:radial-gradient(circle at 30% 30%,#ffffff8c,#ffffff1f);border:1px solid rgba(255,255,255,.35);box-shadow:inset 0 2px 8px #00000038,0 6px 14px #0000002e}.gear-hubCenter{position:absolute;z-index:4;width:12%;height:12%;border-radius:999px;background:#ffffffeb;box-shadow:0 2px 8px #0003}.main-content{margin-bottom:3rem}.main-headline{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#fff;margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(0,0,0,.1)}.main-description{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffe6;line-height:1.7;margin:0;max-width:700px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;width:100%;max-width:800px;margin-bottom:3rem}.feature-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:2rem 1.5rem;transition:all .3s ease}.feature-card:hover{background:#ffffff26;transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.feature-icon{font-size:2rem;color:#fff;margin-bottom:.75rem;display:flex;justify-content:center}.feature-text{font-size:.95rem;color:#ffffffe6;margin:0;font-weight:500}.status-bar{width:100%;max-width:600px;margin-bottom:2rem}.status-content{display:flex;align-items:center;justify-content:center;gap:.75rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:1rem 2rem}.status-icon{font-size:1.1rem;color:#ffffffe6}.status-text{font-size:.95rem;color:#ffffffe6;font-weight:500}.contact-section{margin-bottom:3rem}.contact-text{font-size:.95rem;color:#fffc;margin:0 0 1rem}.contact-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-weight:600;font-size:1rem;padding:.75rem 1.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:8px;transition:all .3s ease}.contact-link:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.footer{margin-top:auto;padding-top:2rem}.footer-text{font-size:.875rem;color:#ffffffb3;margin:0}.footer-separator{margin:0 .5rem}.footer-time{font-weight:500}@media(max-width:768px){.content-container{padding:1.5rem}.gears-container{height:160px}.gear-large{width:140px;height:140px;font-size:140px;left:calc(50% - 132px);top:50%;margin-top:-70px}.gear-small{width:110px;height:110px;font-size:110px;left:calc(50% - 8px);top:50%;margin-top:-22px}.features-grid{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.5rem 1rem}.status-content{padding:.875rem 1.5rem;flex-wrap:wrap}}@media(max-width:480px){.gears-container{height:140px}.gear-large{width:120px;height:120px;font-size:120px;left:calc(50% - 114px);top:50%;margin-top:-60px}.gear-small{width:95px;height:95px;font-size:95px;left:calc(50% - 6px);top:50%;margin-top:-18px}.main-headline{font-size:1.75rem}.main-description{font-size:.95rem}.contact-link{font-size:.9rem;padding:.625rem 1.25rem}}
