@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Manrope:wght@400;600;700&display=swap";*{box-sizing:border-box}body{margin:0;min-width:320px;font-family:Manrope,system-ui,sans-serif;color:#0f172a}#root{min-height:100vh}.hero-shell{min-height:100vh;display:grid;place-items:center;padding:2rem 1rem;background:radial-gradient(circle at 20% 15%,rgba(255,167,38,.32),transparent 45%),radial-gradient(circle at 80% 85%,rgba(31,84,187,.35),transparent 42%),linear-gradient(135deg,#041225,#0f1f38 45%,#0c1629);background-size:120% 120%,120% 120%,180% 180%;animation:bgShift 14s ease-in-out infinite alternate;position:relative;overflow:hidden}.hero-shell:before,.hero-shell:after{content:"";position:absolute;inset:-30%;pointer-events:none}.hero-shell:before{background:radial-gradient(circle at 18% 24%,rgba(249,115,22,.42),transparent 19%),radial-gradient(circle at 82% 72%,rgba(56,189,248,.38),transparent 21%),radial-gradient(circle at 60% 16%,rgba(255,255,255,.24),transparent 16%);animation:orbDriftA 16s ease-in-out infinite alternate}.hero-shell:after{background:radial-gradient(circle at 72% 26%,rgba(14,165,233,.34),transparent 18%),radial-gradient(circle at 28% 82%,rgba(234,88,12,.36),transparent 20%),radial-gradient(circle at 50% 54%,rgba(147,197,253,.26),transparent 15%);animation:orbDriftB 19s ease-in-out infinite alternate-reverse}.hero-shell .aura{z-index:0}.hero-card{position:relative;z-index:2}.hero-shell .aura-one{animation:orbPulseOne 7s ease-in-out infinite}.hero-shell .aura-two{animation:orbPulseTwo 9s ease-in-out infinite}.hero-shell:before,.hero-shell:after,.hero-shell .aura{will-change:transform,opacity}.aura{position:absolute;border-radius:50%;filter:blur(24px);opacity:.45;animation:float 8s ease-in-out infinite}.aura-one{width:14rem;height:14rem;background:#f97316;top:-3rem;right:-2rem}.aura-two{width:11rem;height:11rem;background:#38bdf8;bottom:-2rem;left:-2rem;animation-delay:1.5s}.hero-card{width:min(44rem,100%);background:linear-gradient(180deg,#f8fafcf2,#f1f5f9e0);border:1px solid rgba(255,255,255,.38);border-radius:24px;padding:2.25rem 1.5rem;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 28px 60px #02061759;animation:rise .55s ease-out both}.eyebrow{margin:0;color:#1e3a8a;letter-spacing:.16em;font-weight:700;font-size:.74rem}h1{margin:.4rem 0 0;font-size:clamp(3.5rem,16vw,6.5rem);line-height:.95;font-family:Bebas Neue,sans-serif;letter-spacing:.07em;color:#0b1324;display:inline-block;text-shadow:0 12px 26px rgba(15,23,42,.28);position:relative}h1:after{content:"";position:absolute;left:8%;right:8%;bottom:-.22rem;height:.22rem;border-radius:999px;background:linear-gradient(90deg,#f97316,#f59e0b,#38bdf8);background-size:200% 100%;animation:barShift 3s linear infinite}.coming-soon{margin:.3rem 0 0;font-family:Bebas Neue,sans-serif;font-size:clamp(1.5rem,8vw,2.2rem);letter-spacing:.08em;color:#ea580c}.hero-copy{margin:1rem auto 0;max-width:max-content;color:#1f2937;font-family:Manrope,sans-serif;font-weight:600;line-height:1.5;font-size:clamp(.7rem,2vw,1rem)}.hero-copy span{display:block;white-space:nowrap}.hero-copy-gap{margin-top:1.5em}.social-links{margin-top:1.4rem;display:flex;gap:.85rem;justify-content:center;flex-wrap:wrap}.social-logo-link{width:5rem;height:3.2rem;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#fffc;border:1px solid rgba(148,163,184,.35);transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 10px 22px #0f172a33;overflow:hidden}.social-logo-link:hover{transform:translateY(-2px);box-shadow:0 16px 26px #0f172a4d}.social-logo{display:block;width:auto;height:2rem;max-width:100%}.instagram-logo,.whatnot-logo{width:2rem;height:2rem}.ebay-logo{width:4.6rem;height:2.8rem;object-fit:cover;object-position:center;transform:scale(1.9)}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes orbDriftA{0%{transform:translate3d(-11%,-6%,0) scale(.95);opacity:.32}25%{opacity:.62}50%{transform:translate3d(0,5%,0) scale(1.06);opacity:.44}75%{opacity:.7}to{transform:translate3d(10%,9%,0) scale(1.14);opacity:.3}}@keyframes orbDriftB{0%{transform:translate3d(8%,-8%,0) scale(1.18);opacity:.22}30%{opacity:.58}60%{transform:translate3d(-4%,2%,0) scale(1.02);opacity:.36}to{transform:translate3d(-10%,10%,0) scale(.92);opacity:.66}}@keyframes bgShift{0%{background-position:0% 0%,100% 100%,0% 50%}to{background-position:12% 10%,88% 90%,100% 50%}}@keyframes barShift{0%{background-position:0% 0}to{background-position:100% 0}}@keyframes orbPulseOne{0%,to{opacity:.2;transform:translateZ(0) scale(.88)}50%{opacity:.56;transform:translate3d(-14px,12px,0) scale(1.16)}}@keyframes orbPulseTwo{0%,to{opacity:.25;transform:translateZ(0) scale(.9)}35%{opacity:.5}65%{opacity:.66;transform:translate3d(12px,-10px,0) scale(1.2)}}@media(max-width:560px){.hero-card{padding:1.75rem 1rem}.social-logo-link{width:4.5rem}}
