CSS Style Guide & Full Specification

This document describes every value, rule, and design decision in the stylesheet so it can be replicated from scratch.


Overview

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.


3. Body


4. Background Container (.bg-container)

A fixed full-screen container that sits behind all content, used to hold a background element (video or iframe).

The 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.


5. Glass Card System

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).

Layer 1 .glass-filter

Layer 2 .glass-overlay

Layer 3 .glass-specular

Layer 4 .glass-content