:root{--primary-color: #4169E1;--secondary-color: #6495ED;--background: #171718;--text-light: #FFFFFF;--text-muted: #B0B0B0;--accent: #4169E1}*{margin:0;padding:0;box-sizing:border-box}body{font-family:JetBrains Mono,monospace;background:linear-gradient(135deg,#171718,#1a1a1b);color:var(--text-light);overflow-x:hidden;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility;margin:0;padding:0}.maintenance-container{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#171718,#1a1a1b);position:relative;overflow-x:hidden;overflow-y:auto;padding:20px 0}.background-svg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;animation:drift 20s infinite ease-in-out;pointer-events:none}@keyframes drift{0%,to{transform:translate(0)}50%{transform:translate(10px,-10px)}}@keyframes pulse-animation{0%,to{r:150px;opacity:.15}50%{r:170px;opacity:.05}}.pulse-circle{animation:pulse-animation 4s ease-in-out infinite}.pulse-circle.pulse-1{animation-delay:0s}.pulse-circle.pulse-2{animation-delay:1.3s}.pulse-circle.pulse-3{animation-delay:2.6s}@keyframes float-note{0%{transform:translateY(0) rotate(0);opacity:.1}50%{opacity:.15}to{transform:translateY(-30px) rotate(10deg);opacity:.05}}@keyframes fadeOutNote{0%{transform:translateY(0) rotate(0);opacity:.15}to{transform:translateY(-60px) rotate(15deg);opacity:0}}.maintenance-content{position:relative;z-index:10;text-align:center;max-width:auto;padding:40px 40px 60px;animation:fadeInScale .8s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.logo-section{margin-bottom:30px}.logo-section .piano-logo{max-width:300px;height:auto;display:block;margin:0 auto;filter:drop-shadow(0 0 20px rgba(65,105,225,.3));animation:bobbing 3s ease-in-out infinite}@keyframes bobbing{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.main-title{font-size:3em;font-weight:600;margin-bottom:20px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:2px;display:flex;align-items:center;justify-content:center;gap:10px}.main-title .piano-emoji{width:60px;height:60px;display:inline-block;-webkit-text-fill-color:unset;background:unset}.status-indicator{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:30px}.status-indicator .pulse-dot{width:12px;height:12px;border-radius:50%;background:var(--primary-color);box-shadow:0 0 20px #4169e199;animation:blink 1.5s ease-in-out infinite}.status-indicator .status-text{font-size:.95em;color:var(--primary-color);letter-spacing:1px;font-weight:500}@keyframes blink{0%,to{opacity:1;box-shadow:0 0 20px #4169e199}50%{opacity:.3;box-shadow:0 0 5px #4169e133}}.maintenance-text{font-size:2.2em;font-weight:600;margin-bottom:20px;color:var(--text-light);letter-spacing:1px;text-shadow:0 4px 20px rgba(65,105,225,.2)}.description{font-size:1em;color:var(--text-muted);margin-bottom:40px;line-height:1.8;letter-spacing:.5px}.description a{color:var(--primary-color);text-decoration:underline;transition:color .2s ease}.description a:hover{color:var(--secondary-color);text-decoration:underline}.description strong{font-weight:700;color:var(--text-light)}.description em{font-style:italic;color:var(--text-light)}.description del{text-decoration:line-through;color:var(--text-muted)}.description code{background:#4169e11a;border:1px solid rgba(65,105,225,.2);border-radius:4px;padding:2px 6px;font-family:Courier New,monospace;font-size:.9em;color:#9cf}.description .discord-mention{background:#4169e126;color:#7289da;border-radius:3px;padding:1px 4px;font-weight:500}.description .discord-timestamp{background:#4169e11a;border-radius:3px;padding:1px 4px;color:#43b581;font-weight:500}.description .content-paragraph{margin-bottom:12px}.description .content-paragraph:last-child{margin-bottom:0}.description .content-paragraph div{display:block}.custom-message{background:#4169e114;border:1px solid rgba(65,105,225,.2);border-radius:12px;padding:20px;margin-bottom:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideInUp .6s ease-out .3s both;font-size:.95em;color:var(--text-light);line-height:1.8}.custom-message a{color:var(--primary-color);text-decoration:underline;font-weight:500;transition:color .2s ease}.custom-message a:hover{color:var(--secondary-color)}.custom-message strong{font-weight:700}.custom-message del{text-decoration:line-through;color:var(--text-muted)}.custom-message code{background:#4169e11a;border:1px solid rgba(65,105,225,.2);border-radius:4px;padding:2px 6px;font-family:Courier New,monospace;font-size:.9em;color:#9cf}.custom-message .discord-mention{background:#4169e126;color:#7289da;border-radius:3px;padding:1px 4px;font-weight:500}.custom-message .discord-timestamp{background:#4169e11a;border-radius:3px;padding:1px 4px;color:#43b581;font-weight:500}.custom-message .content-paragraph{margin-bottom:12px}.custom-message .content-paragraph:last-child{margin-bottom:0}.custom-message .content-paragraph div{display:block}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading-animation{display:flex;justify-content:center;align-items:flex-end;gap:6px;margin:50px 0 40px;height:40px}.loading-animation .bar{width:4px;background:linear-gradient(to top,var(--primary-color),var(--secondary-color));border-radius:2px;animation:load 1.4s infinite}.loading-animation .bar:nth-child(1){animation-delay:0s}.loading-animation .bar:nth-child(2){animation-delay:.2s}.loading-animation .bar:nth-child(3){animation-delay:.4s}.loading-animation .bar:nth-child(4){animation-delay:.6s}.loading-animation .bar:nth-child(5){animation-delay:.8s}@keyframes load{0%,to{height:5px;opacity:.5}50%{height:30px;opacity:1}}.maintenance-footer{margin-top:50px;margin-bottom:40px;padding-top:30px;padding-bottom:20px;border-top:1px solid rgba(65,105,225,.1);position:relative;z-index:10}.maintenance-footer .footer-text{font-size:.9em;color:var(--text-muted);letter-spacing:1px;animation:fadeInDelay 1s ease-out .5s both;margin:0}@keyframes fadeInDelay{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.maintenance-content{padding:25px;max-width:90vw}.main-title{font-size:2.2em;gap:8px}.main-title .piano-emoji{width:45px;height:45px}.maintenance-text{font-size:1.7em}.logo-section .piano-logo{max-width:250px}.description{font-size:.95em;line-height:1.7}.custom-message{font-size:.9em;line-height:1.7;padding:18px}.loading-animation{margin:40px 0 30px}}@media(max-width:600px){.maintenance-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:10px}.maintenance-content{padding:20px;max-width:100%;width:100%}.main-title{font-size:2em;margin-bottom:15px;gap:6px}.main-title .piano-emoji{width:40px;height:40px}.maintenance-text{font-size:1.5em;margin-bottom:15px}.logo-section{margin-bottom:20px}.logo-section .piano-logo{max-width:200px}.status-indicator{margin-bottom:20px}.status-indicator .status-text{font-size:.85em}.description{font-size:.85em;margin-bottom:20px;line-height:1.6}.custom-message{font-size:.85em;line-height:1.6;padding:15px;margin-bottom:20px}.loading-animation{margin:30px 0 20px;height:30px}.loading-animation .bar{width:3px}.maintenance-footer{margin-top:30px;padding-top:20px}.maintenance-footer .footer-text{font-size:.8em}}@media(max-width:480px){.maintenance-container{padding:5px}.maintenance-content{padding:15px}.main-title{font-size:1.6em}.main-title .piano-emoji{width:35px;height:35px}.maintenance-text{font-size:1.2em}.logo-section{margin-bottom:15px}.logo-section .piano-logo{max-width:150px}.description{font-size:.8em}.custom-message{font-size:.8em;padding:12px}.status-indicator .status-text{font-size:.75em}}
