.dsg-shell{--silver:#d4d4d4;--platinum:#e0e0e0;--steel:#a0a0a0;--carbon:#0a0a0c;--carbon-light:#121214;--carbon-mid:#1a1a1e;--carbon-highlight:#28282e;font-family:var(--font-geist),system-ui,sans-serif;background:var(--carbon);color:var(--platinum);min-height:100vh}.dsg-root{position:relative;min-height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center}.dsg-hero{isolation:isolate}.dsg-hero-backdrop{mask-image:radial-gradient(ellipse 88% 72% at 50% 44%,black,transparent 88%);-webkit-mask-image:radial-gradient(ellipse 88% 72% at 50% 44%,black,transparent 88%)}.dsg-hero-horizon{position:absolute;left:8%;right:8%;bottom:18%;height:1px;background:linear-gradient(90deg,transparent,rgba(212,212,212,.22) 50%,transparent);box-shadow:0 0 20px rgba(212,212,212,.08)}.dsg-hero-glow{position:absolute;left:50%;bottom:14%;width:min(480px,80vw);height:80px;transform:translateX(-50%);background:radial-gradient(ellipse at center,rgba(212,212,212,.07) 0,transparent 72%);filter:blur(16px)}.dsg-hero-status{animation:dsgRise .7s cubic-bezier(.2,.7,.2,1) .18s both}.dsg-status-dot{box-shadow:0 0 8px rgba(74,222,128,.55);animation:dsgStatusBlink 6s steps(1) infinite}@keyframes dsgStatusBlink{0%,88%,to{opacity:1}92%,96%{opacity:.35}}@keyframes dsgRise{0%{opacity:0;transform:translateY(18px);filter:blur(8px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.dsg-badge{animation:dsgRise .7s cubic-bezier(.2,.7,.2,1) .1s both}.dsg-headline{animation:dsgRise .8s cubic-bezier(.2,.7,.2,1) .32s both}.dsg-subtitle{animation:dsgRise .8s cubic-bezier(.2,.7,.2,1) .4s both}.dsg-meta{animation:dsgRise .7s cubic-bezier(.2,.7,.2,1) .48s both}.dsg-cta{animation:dsgRise .7s cubic-bezier(.2,.7,.2,1) .52s both}.dsg-reveal{opacity:0;transform:translateY(24px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}.dsg-reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.dsg-reveal{opacity:1;transform:none;transition:none}.dsg-badge,.dsg-cta,.dsg-headline,.dsg-hero-status,.dsg-meta,.dsg-status-dot,.dsg-subtitle{animation:none}}@media (max-width:767px){.dsg-brand,.dsg-side-panel{display:none!important}}