This document describes every value, rule, and design decision in the stylesheet so it can be replicated from scratch.
Glass UI. Everything is a frosted glass panel with heavy rounding borders are around 50 pxradius throughout. All colors are white. No other colors exist in the design.
'Segoe UI', Tahoma, Geneva, Verdana, sans-serifoverflow: scroll with overflow-x: hidden vertical scroll allowed, no horizontal scrollwidth: 100vw, height: 100vh.bg-container)A fixed full-screen container that sits behind all content, used to hold a background element (video or iframe).
position: fixed, top: 0, left: 0width: 100vw, height: 100vhoverflow: hiddenz-index: -1 pushed behind everythingThe child .bg element fills it: width: 100%, height: 100%, border: none.
An element with id="svg-filters" is absolutely positioned at width: 0; height: 0 it holds invisible SVG filter definitions used elsewhere.
Every glass-looking card is built from four stacked layers inside a container with position: relative, border-radius: 2rem, overflow: hidden, and box-shadow: 0 8px 32px rgba(0,0,0,0.3).
.glass-filterposition: absolute; inset: 0; z-index: 0backdrop-filter: blur(10px) frosted glass blurfilter: url(#lg-dist) applies an SVG distortion to mimic glass refractionisolation: isolate.glass-overlayposition: absolute; inset: 0; z-index: 1background: var(--lg-bg-color) the dark tinted fill.glass-specularposition: absolute; inset: 0; z-index: 2border-radius: inherit; overflow: hiddeninset 1px 1px 0 var(--lg-highlight) and inset 0 0 10px var(--lg-highlight) simulates light hitting the top-left edge of glass.glass-contentposition: relative; z-index: 3 sits on top of all other layers50px 70px, text-align: center