*{box-sizing:border-box;margin:0;padding:0}body{background:#e8e9ea;justify-content:center;align-items:center;min-height:100vh;font-family:system-ui,-apple-system,sans-serif;display:flex}.maintenance-page{background:#e8e9ea;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem;display:flex}.maintenance-container{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:520px;padding:3rem 2.5rem;animation:.6s both slideUp;box-shadow:0 20px 40px #00000014}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.maintenance-icon{justify-content:center;margin-bottom:1.5rem;display:flex}.maintenance-icon svg{background:#1e7a8014;border-radius:20px;padding:12px}.status-badge{color:#0e6b72;letter-spacing:.08em;text-transform:uppercase;background:#d4f0f2;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.status-dot{background:#1e9ca3;border-radius:50%;width:7px;height:7px;animation:1.2s infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.maintenance-title{color:#0a0f14;letter-spacing:-.75px;margin-bottom:.8rem;font-size:2.4rem;font-weight:800}.highlight{color:#1e7a80}.maintenance-description{color:#4a5568;margin-bottom:2rem;font-size:1rem;line-height:1.7}.progress-card{text-align:left;background:#f5f6f8;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.progress-header{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.progress-label{color:#0a0f14;font-size:.85rem;font-weight:600}.progress-percent{color:#1e7a80;font-size:.85rem;font-weight:700}.progress-bar{background:#e2e4e8;border-radius:3px;height:6px;margin-bottom:.8rem;overflow:hidden}.progress-fill{background:#1e7a80;border-radius:3px;height:100%;transition:width .6s}.progress-details{color:#7a8b96;justify-content:space-between;font-size:.8rem;display:flex}.progress-details span:first-child{color:#4a5568}.estimated-time{color:#7a8b96;justify-content:center;align-items:center;gap:.6rem;margin-bottom:2rem;font-size:.9rem;display:flex}.estimated-time svg{flex-shrink:0}.action-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#1e7a80;border:none;border-radius:30px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:background .2s,transform .15s}.btn-primary:hover{background:#165f64;transform:translateY(-2px)}.btn-ghost{color:#333;cursor:pointer;background:0 0;border:1.5px solid #c4cbd4;border-radius:30px;padding:.8rem 2rem;font-size:1rem;font-weight:500;transition:border-color .2s,color .2s}.btn-ghost:hover{color:#1e7a80;border-color:#1e7a80}.maintenance-footer{color:#7a8b96;border-top:1px solid #e2e4e8;justify-content:space-between;padding-top:1.5rem;font-size:.75rem;display:flex}@media (width<=480px){.maintenance-container{padding:2rem 1.5rem}.maintenance-title{font-size:1.8rem}.action-buttons{flex-direction:column}.btn-primary,.btn-ghost{justify-content:center;width:100%}.maintenance-footer{text-align:center;flex-direction:column;gap:.3rem}.progress-details{flex-direction:column;gap:.3rem}}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}
