:root{font-family:Courier New,Courier,monospace;line-height:1.5;font-weight:400;color-scheme:dark;color:#0f0;background-color:#000}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;overflow:hidden}#root{width:100%;text-align:center}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100%}.brand-title{font-size:6rem;margin:0;letter-spacing:10px;font-weight:900;text-shadow:0 0 20px rgba(0,255,0,.3);background:linear-gradient(180deg,#fff,#0f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.countdown-wrapper{margin-top:3rem}.countdown-timer{font-size:2.5rem;font-weight:700;letter-spacing:2px;text-shadow:0 0 10px rgba(0,255,0,.5)}.label{font-size:1rem;margin-top:1rem;opacity:.7;text-transform:uppercase;letter-spacing:5px}.system-online{font-size:3rem;color:#fff;text-shadow:0 0 20px #fff;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media (max-width: 600px){.brand-title{font-size:3rem;letter-spacing:5px}.countdown-timer{font-size:1.5rem}.label{font-size:.8rem}}
