*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#070a0f;--fg:#fff;--muted:#9ba8b5;--muted-2:#5e6b78;--accent:#4fb3d9;--accent-soft:#7ac9e6;--accent-mid:#2a8cb8;--accent-dark:#00547e;--accent-deeper:#003d5c;--border:#ffffff14;--border-strong:#ffffff24;--input-bg:#ffffff0a}html{overflow-x:clip}html,body{background:var(--bg);color:var(--fg);width:100%;max-width:100vw}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;display:flex;position:relative;overflow-x:clip}body:before{content:"";pointer-events:none;background:radial-gradient(55% 45% at 50% 55%,#4fb3d929 0%,#0000 65%),radial-gradient(50% 40% at 50% -10%,#00547e2e 0%,#0000 60%);position:fixed;inset:0}body:after{content:"";pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:48px 48px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(80% 70%,#000 10%,#0000 75%);mask-image:radial-gradient(80% 70%,#000 10%,#0000 75%)}nav{z-index:2;justify-content:space-between;align-items:center;padding:22px 32px;display:flex;position:relative}.logo{letter-spacing:-.02em;color:#fff;align-items:center;gap:8px;font-size:20px;font-weight:800;text-decoration:none;display:inline-flex}.logo .dot{color:var(--accent)}main{z-index:1;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 24px 80px;display:flex;position:relative}.badge{border:1px solid var(--border-strong);color:#d4d7e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border-radius:999px;align-items:center;gap:10px;margin-bottom:44px;padding:8px 16px 8px 12px;font-size:13px;font-weight:500;display:inline-flex}.badge .pulse{background:var(--accent);border-radius:50%;width:8px;height:8px;position:relative;box-shadow:0 0 12px #4fb3d999}.badge .pulse:after{content:"";background:var(--accent);opacity:.4;border-radius:50%;animation:2s ease-out infinite pulse;position:absolute;inset:-4px}@keyframes pulse{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}h1{letter-spacing:-.035em;text-align:center;max-width:100%;margin-bottom:24px;font-size:clamp(38px,7vw,108px);font-weight:900;line-height:.98;overflow:hidden}h1 .line1{white-space:nowrap;flex-wrap:wrap;justify-content:center;align-items:center;gap:.18em;max-width:100%;display:flex}h1 .mascot-wrap{transform-origin:50%;flex-shrink:0;height:1.15em;animation:5.5s ease-in-out infinite floaty;display:inline-flex;position:relative}h1 .mascot{filter:drop-shadow(0 10px 30px #4fb3d959)drop-shadow(0 2px 6px #00000080);z-index:1;width:auto;height:100%;position:relative}h1 .mascot-wrap:before,h1 .mascot-wrap:after{content:"";pointer-events:none;filter:blur(2px);z-index:0;background:radial-gradient(circle,#b4e6ffe6 0%,#4fb3d980 30%,#4fb3d900 70%);border-radius:50%;width:18%;height:18%;animation:2.4s ease-out infinite spark;position:absolute;top:22%;right:14%}h1 .mascot-wrap:after{width:12%;height:12%;animation-delay:1.2s;top:12%;right:20%}@keyframes spark{0%{opacity:0;transform:scale(.6)}25%{opacity:1;transform:scale(1)}60%{opacity:.4;transform:scale(1.4)}to{opacity:0;transform:scale(1.8)}}@keyframes floaty{0%,to{transform:translateY(0)rotate(-.8deg)}50%{transform:translateY(-2px)rotate(.8deg)}}h1 .hermes-word{background:linear-gradient(90deg,#fff 0% 35%,#cfe8f5 50%,#fff 65% 100%) 0 0/200% 100%;color:#0000;-webkit-background-clip:text;background-clip:text;animation:4.5s ease-in-out infinite shimmer;display:inline-block;position:relative}@keyframes shimmer{0%,to{background-position:150% 0}50%{background-position:-50% 0}}h1 .line2{letter-spacing:-.03em;background:linear-gradient(180deg, var(--accent) 0%, var(--accent-mid) 100%);color:#0000;white-space:nowrap;-webkit-background-clip:text;background-clip:text;margin-top:4px;font-size:clamp(32px,5.8vw,88px);font-weight:800;display:block}.subhead{color:var(--muted);text-wrap:balance;max-width:580px;margin-bottom:40px;font-size:clamp(15px,1.5vw,20px);font-weight:500;line-height:1.5}.subhead strong{color:#fff;font-weight:700}.btn-primary{letter-spacing:-.01em;cursor:pointer;color:#fff;background:linear-gradient(180deg, var(--accent-mid) 0%, var(--accent-dark) 100%);white-space:nowrap;border:0;border-radius:16px;justify-content:center;align-items:center;gap:10px;height:64px;padding:0 32px;font:700 17px/1 Inter,sans-serif;transition:transform 80ms,box-shadow .2s,filter .15s;display:inline-flex;box-shadow:inset 0 1px #ffffff38,0 0 0 1px #4fb3d94d,0 16px 48px -14px #2a8cb8b3,0 4px 16px #0006}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:inset 0 1px #ffffff47,0 0 0 1px #4fb3d973,0 24px 64px -14px #2a8cb8d9,0 4px 16px #0006}.btn-primary:active{transform:translateY(1px)}.btn-primary .arrow{transition:transform .2s;display:inline-block}.btn-primary:hover .arrow{transform:translate(5px)}form.deploy{flex-direction:column;gap:14px;width:min(560px,100%);margin-bottom:20px;display:flex}form.deploy .input-wrap{background:var(--input-bg);border:1px solid var(--border-strong);border-radius:16px;transition:border-color .15s,background .15s;position:relative}form.deploy .input-wrap input{color:#fff;letter-spacing:-.005em;background:0 0;border:0;outline:0;width:100%;height:60px;padding:0 20px 0 48px;font:500 15px/1 Inter,sans-serif}form.deploy .input-wrap input::placeholder{color:#5a5d6a}form.deploy .input-wrap .lock{color:#6a6d7a;width:18px;height:18px;position:absolute;top:50%;left:18px;transform:translateY(-50%)}form.deploy button.btn-primary{width:100%;height:64px}.helper{color:var(--muted-2);flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:8px;font-size:13px;display:flex}.helper a{color:var(--muted);border-bottom:1px dashed var(--border-strong);align-items:center;gap:6px;padding-bottom:1px;text-decoration:none;transition:color .15s,border-color .15s;display:inline-flex}.helper a:hover{color:#fff;border-bottom-color:#ffffff80}.helper svg{width:13px;height:13px}.helper .sep{opacity:.4}.tagline{color:var(--muted-2);letter-spacing:.01em;margin-top:28px;font-size:14px}.tagline strong{color:var(--muted);font-weight:600}.tagline .dot-sep{opacity:.5;margin:0 8px}#deploy-overlay{-webkit-backdrop-filter:blur(16px);z-index:100;opacity:0;background:#0a0b10f0;justify-content:center;align-items:center;padding:20px;transition:opacity .3s;display:none;position:fixed;inset:0}#deploy-overlay.active{opacity:1;display:flex}.deploy-card{border:1px solid var(--border-strong);background:linear-gradient(#ffffff0a,#ffffff05);border-radius:20px;width:min(520px,100%);padding:32px;box-shadow:0 20px 80px #0009,inset 0 1px #ffffff0f}.deploy-headline{letter-spacing:-.02em;align-items:center;gap:14px;margin-bottom:20px;font-size:24px;font-weight:700;line-height:1.15;display:flex}.spinner{border:2.5px solid #ffffff1f;border-top-color:var(--accent);border-radius:50%;flex-shrink:0;width:22px;height:22px;animation:.9s linear infinite spin;box-shadow:0 0 12px #4fb3d94d}@keyframes spin{to{transform:rotate(360deg)}}.progress-track{background:#ffffff0f;border-radius:999px;height:6px;margin-bottom:14px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--accent-mid), var(--accent-soft));border-radius:999px;width:0%;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:0 0 16px #4fb3d98c}.deploy-sub{color:var(--muted);min-height:22px;margin-bottom:20px;font-size:15px}.deploy-steps{flex-direction:column;gap:8px;list-style:none;display:flex}.deploy-steps li{color:var(--muted-2);align-items:center;gap:10px;font-size:14px;transition:color .3s;display:flex}.deploy-steps li:before{content:"";border:1.5px solid #ffffff24;border-radius:50%;flex-shrink:0;width:16px;height:16px;transition:all .3s}.deploy-steps li.active{color:#eaeaea}.deploy-steps li.active:before{border-color:var(--accent);background:radial-gradient(circle, var(--accent) 40%, transparent 60%);box-shadow:0 0 0 3px #4fb3d92e}.deploy-steps li.done{color:var(--muted)}.deploy-steps li.done:before{content:"✓";color:#000;background:#4ade80;border-color:#4ade80;justify-content:center;align-items:center;font-size:11px;font-weight:800;line-height:1;display:flex}.deploy-meta{color:var(--muted-2);margin-top:20px;font-family:ui-monospace,SF Mono,monospace;font-size:12px}.deploy-meta code{color:var(--muted)}.deploy-meta a{color:var(--accent-soft);text-decoration:none}.deploy-card.failed .spinner{border-color:#ff6b6b;animation:none}.deploy-card.failed .progress-fill{background:#ff6b6b}.cl-drawerBackdrop{z-index:9998!important;-webkit-backdrop-filter:blur(20px)!important;background:#05060aeb!important}.cl-drawerRoot{z-index:9999!important;background:0 0!important;justify-content:center!important;align-items:center!important;padding:20px!important;display:flex!important}.cl-drawerContent{border-radius:20px!important;width:min(520px,100%)!important;max-width:520px!important;height:auto!important;max-height:90vh!important;margin:0!important;position:relative!important;inset:auto!important;transform:none!important;box-shadow:0 40px 100px #000000b3,inset 0 1px #ffffff0f!important}footer{z-index:1;text-align:center;color:var(--muted-2);padding:24px;font-size:12px;position:relative}footer a{color:var(--muted);text-decoration:none}footer a:hover{color:#fff}@media (max-width:640px){nav{padding:16px 18px}main{padding:16px 18px 48px}.badge{margin-bottom:24px;padding:7px 14px 7px 10px;font-size:12px}h1{word-spacing:.12em;margin-bottom:18px;font-size:44px}h1 .line1{gap:.18em}h1 .mascot-wrap{display:none}h1 .line2{word-spacing:.08em;font-size:36px}.subhead{max-width:420px;margin-bottom:28px;padding:0 4px;font-size:15px}.btn-primary{height:56px;padding:0 24px;font-size:16px}form.deploy .input-wrap input{height:54px;font-size:14px}form.deploy button.btn-primary{height:58px}.helper{gap:8px;font-size:12px}.helper .sep{display:none}.tagline{margin-top:20px;padding:0 12px;font-size:12px}.tagline .dot-sep{margin:0 6px}}@media (max-width:420px){h1{font-size:34px}h1 .mascot-wrap{height:.68em}h1 .line2{font-size:28px}}@media (max-width:360px){h1{font-size:30px}h1 .line2{font-size:24px}}main.step-main{flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.step-card{border:1px solid var(--border-strong);text-align:center;background:linear-gradient(#ffffff0a,#ffffff05);border-radius:24px;width:min(560px,100%);padding:40px 36px 32px;box-shadow:0 40px 100px #00000080,inset 0 1px #ffffff0f}.step-pills{flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:28px;display:flex}.step-pill{letter-spacing:.02em;border:1px solid var(--border);color:var(--muted-2);text-transform:uppercase;white-space:nowrap;background:#ffffff0a;border-radius:999px;padding:6px 11px;font-size:11px;font-weight:600}.step-pill.done{color:#4ade80;background:#4ade800f;border-color:#4ade8040}.step-pill.active{color:var(--accent);background:#4fb3d91a;border-color:#4fb3d973;box-shadow:0 0 0 3px #4fb3d914}.step-heading{letter-spacing:-.025em;color:#fff;margin-bottom:10px;font-size:34px;font-weight:900;line-height:1.1}.step-sub{color:var(--muted);text-wrap:balance;margin-bottom:28px;font-size:15px;line-height:1.5}.step-card form.deploy{width:100%;margin-bottom:14px}.step-helper{color:var(--muted-2);flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:6px;font-size:12px;display:flex}.step-helper a{color:var(--muted);border-bottom:1px dashed var(--border-strong);align-items:center;gap:6px;padding-bottom:1px;text-decoration:none;display:inline-flex}.step-helper a:hover{color:#fff}.step-helper svg{width:11px;height:11px}.step-helper .sep{opacity:.4}@media (max-width:640px){main.step-main{padding:20px 14px}.step-card{border-radius:20px;padding:28px 22px 24px}.step-heading{font-size:26px}.step-sub{margin-bottom:22px;font-size:14px}}
