@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Mono:wght@300;400;500&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}.page{grid-template-rows:auto 1fr auto;min-height:90dvh;padding:30px;display:grid}.topbar{opacity:0;justify-content:space-between;align-items:center;animation:.6s .2s forwards fadeUp;display:flex}.logo-name{letter-spacing:.12em;color:var(--white);font-family:Bebas Neue,sans-serif;font-size:50px}.logo-name span{color:var(--accent)}.status-pill{letter-spacing:.15em;text-transform:uppercase;color:var(--mid);align-items:center;gap:8px;font-size:11px;display:flex}.status-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.center{flex-direction:column;justify-content:flex-start;padding-top:24px;padding-bottom:70px;display:flex;position:relative}.hero-section{flex-direction:row;justify-content:space-between;align-items:center;gap:40px;display:flex}.duckboi{flex:1;justify-content:center;align-items:center;max-height:330px;display:flex}.duck-image{object-fit:contain;width:420px;height:420px}.big-line{letter-spacing:-.01em;color:var(--white);opacity:0;font-family:Bebas Neue,sans-serif;font-size:clamp(80px,12vw,200px);line-height:.8;transform:translateY(40px)}.big-line.l1{animation:.7s .4s forwards fadeUp}.big-line.l2{color:#0000;-webkit-text-stroke:1px var(--fg);animation:.7s .55s forwards fadeUp}.big-line.l3{animation:.7s .7s forwards fadeUp}.big-line .accent{color:var(--accent);-webkit-text-stroke:0}.sub-row{opacity:0;align-items:center;gap:32px;margin-top:48px;animation:.6s .9s forwards fadeUp;display:flex}.sub-text{letter-spacing:.08em;color:var(--mid);max-width:320px;font-size:13px;line-height:1.7}.divider-v{background:var(--gray);flex-shrink:0;width:1px;height:60px}.notify-form{flex-direction:column;gap:10px;display:flex}.notify-label{letter-spacing:.2em;text-transform:uppercase;color:var(--mid);font-size:10px}.notify-row{gap:0;display:flex}.notify-input{border:1px solid var(--gray);color:var(--white);background:0 0;border-right:none;outline:none;width:220px;padding:12px 16px;font-family:DM Mono,monospace;font-size:13px;transition:border-color .2s}.notify-input::placeholder{color:var(--mid)}.notify-input:focus{border-color:var(--accent)}.notify-btn{background:var(--accent);color:var(--black);letter-spacing:.1em;cursor:pointer;border:none;padding:12px 20px;font-family:Bebas Neue,sans-serif;font-size:16px;transition:background .2s,transform .15s}.notify-btn:hover{background:#d4ff1a;transform:translate(2px)}.success-msg{color:var(--accent);letter-spacing:.1em;font-size:12px;display:none}.success-msg.show{display:block}.input-error{border-color:#f44!important}.countdown-row{opacity:0;gap:32px;margin-top:56px;animation:.6s 1.05s forwards fadeUp;display:flex}.count-block{flex-direction:column;gap:4px;display:flex}.count-num{color:var(--white);font-family:Bebas Neue,sans-serif;font-size:48px;line-height:1}.count-label{letter-spacing:.2em;text-transform:uppercase;color:var(--mid);font-size:10px}.count-sep{color:var(--gray);align-self:flex-start;font-family:Bebas Neue,sans-serif;font-size:48px}.bottombar{opacity:0;justify-content:space-between;align-items:flex-end;animation:.6s 1.2s forwards fadeUp;display:flex}.social-links{gap:24px;display:flex}.social-links a{letter-spacing:.15em;text-transform:uppercase;color:var(--mid);font-size:11px;text-decoration:none;transition:color .2s}.social-links a:hover{color:var(--white)}.copyright{color:var(--gray);letter-spacing:.05em;font-size:11px}.vert-text{letter-spacing:.3em;text-transform:uppercase;color:var(--gray);white-space:nowrap;opacity:0;font-size:10px;animation:.6s 1.4s forwards fadeIn;position:fixed;top:50%;left:830px;transform:translateY(-50%)rotate(90deg)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}@media (max-width:900px){.page{min-height:90dvh;padding:20px 20px 40px}.topbar{align-items:center;gap:10px}.logo-name{margin-left:1%;font-size:30px}.status-pill{letter-spacing:.04em;text-align:right;white-space:normal;justify-content:flex-end;align-items:flex-start;gap:5px;max-width:110px;font-size:8px;line-height:1.2}.status-dot{width:6px;height:6px;margin-top:2px}.hero-section{flex-direction:row;justify-content:space-between;align-items:center;gap:16px}.big-line{text-align:left;font-size:clamp(42px,10vw,72px);line-height:.9}.duckboi{flex-shrink:0}.duck-image{width:120px;height:120px;margin-left:0}.sub-row{flex-direction:column;align-items:flex-start;gap:24px}.divider-v{display:none}.notify-row{flex-direction:row;width:100%}.notify-input{width:100%;min-width:0}.countdown-row{flex-wrap:wrap;justify-content:flex-start;gap:10px}.count-num,.count-sep{font-size:28px}.count-label{font-size:10px}.bottombar{flex-direction:column;align-items:flex-start;gap:18px}.social-links{flex-wrap:wrap;gap:14px}.vert-text{display:none}.center{justify-content:flex-start;padding-top:24px}}@media (max-width:390px){.page{padding:110px 20px 40px}.big-line{font-size:clamp(36px,12vw,52px)}.duck-image{width:90px;height:90px}.count-num,.count-sep{font-size:22px}}
