@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Manrope,Arial,sans-serif}body{background:#0b0d0f;color:#f6f5f1;overflow-x:hidden}.maintenance{min-height:100vh;display:grid;place-items:center;padding:32px;position:relative;overflow:hidden;background:radial-gradient(circle at 15% 20%,#23201a 0,transparent 30%),radial-gradient(circle at 85% 75%,#191d1d 0,transparent 32%),#0b0d0f}.maintenance:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent 85%)}.ambient{position:absolute;border-radius:50%;filter:blur(10px);opacity:.35}.ambient-1{width:380px;height:380px;border:1px solid #c7a96b;left:-180px;top:-100px;animation:float 8s ease-in-out infinite}.ambient-2{width:520px;height:520px;border:1px solid #6d766e;right:-250px;bottom:-250px;animation:float 11s ease-in-out infinite reverse}.card{width:min(980px,100%);min-height:620px;position:relative;padding:58px 64px 38px;border:1px solid rgba(255,255,255,.1);background:rgba(15,17,18,.82);box-shadow:0 30px 90px rgba(0,0,0,.45);backdrop-filter:blur(12px);overflow:hidden}.card:after{content:"";position:absolute;right:-120px;top:-120px;width:420px;height:420px;border:1px solid rgba(199,169,107,.13);border-radius:50%}.brand{display:inline-flex;align-items:center;gap:13px;color:#fff;text-decoration:none;position:relative;z-index:2}.brand-mark{width:46px;height:46px;border:1px solid #c7a96b;display:grid;place-items:center;font-size:13px;font-weight:800;letter-spacing:-1px;transform:rotate(45deg)}.brand-mark::first-line{transform:rotate(-45deg)}.brand-name{font-size:14px;letter-spacing:4px;font-weight:700}.visual{position:absolute;right:50px;top:70px;width:420px;height:420px;display:grid;place-items:center}.code{font-size:150px;line-height:1;font-weight:800;letter-spacing:-12px;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.16);animation:breathe 4s ease-in-out infinite}.orbit{position:absolute;border:1px solid rgba(199,169,107,.22);border-radius:50%;animation:spin 12s linear infinite}.orbit-a{width:320px;height:320px}.orbit-b{width:235px;height:235px;animation-direction:reverse;animation-duration:9s}.orbit i{position:absolute;width:8px;height:8px;border-radius:50%;background:#c7a96b;box-shadow:0 0 20px #c7a96b}.orbit-a i{top:24px;left:62px}.orbit-b i{bottom:13px;right:65px}.gear{position:absolute;color:#c7a96b;font-size:28px;animation:spin 7s linear infinite}.gear-one{right:55px;top:78px}.gear-two{left:52px;bottom:82px;font-size:18px;animation-direction:reverse}.eyebrow{margin:105px 0 16px;color:#c7a96b;font-size:12px;letter-spacing:3px;font-weight:700;display:flex;align-items:center;gap:12px;position:relative;z-index:2}.eyebrow span{width:38px;height:1px;background:#c7a96b}.card h1{font-size:clamp(48px,7vw,82px);line-height:.98;letter-spacing:-4px;margin:0;max-width:650px;position:relative;z-index:2}.card h1 em{font-style:normal;color:#c7a96b}.desc{font-size:16px;line-height:1.8;color:#aeb1b1;max-width:570px;margin:28px 0 30px;position:relative;z-index:2}.status{display:inline-flex;align-items:center;gap:14px;padding:13px 18px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);position:relative;z-index:2}.status b,.status small{display:block}.status b{font-size:12px;letter-spacing:.4px}.status small{font-size:10px;color:#777e7e;margin-top:3px}.pulse{width:9px;height:9px;background:#c7a96b;border-radius:50%;box-shadow:0 0 0 0 rgba(199,169,107,.5);animation:pulse 1.8s infinite}.footer{position:absolute;left:64px;right:64px;bottom:30px;border-top:1px solid rgba(255,255,255,.08);padding-top:18px;display:flex;justify-content:space-between;color:#5f6464;font-size:10px;letter-spacing:.6px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{70%{box-shadow:0 0 0 10px rgba(199,169,107,0)}100%{box-shadow:0 0 0 0 rgba(199,169,107,0)}}@keyframes breathe{50%{opacity:.45;transform:scale(1.025)}}@keyframes float{50%{transform:translateY(25px) translateX(12px)}}
@media(max-width:760px){.maintenance{padding:14px}.card{min-height:calc(100vh - 28px);padding:30px 25px 26px}.brand-name{font-size:11px;letter-spacing:3px}.brand-mark{width:40px;height:40px}.visual{width:260px;height:260px;right:-55px;top:80px;opacity:.75}.orbit-a{width:230px;height:230px}.orbit-b{width:165px;height:165px}.code{font-size:94px}.eyebrow{margin-top:190px}.card h1{font-size:50px;letter-spacing:-2.8px}.desc{font-size:14px;line-height:1.7;margin-top:22px}.footer{left:25px;right:25px;bottom:22px;gap:10px;flex-direction:column}.status{margin-bottom:75px}.card:after{width:260px;height:260px}}
