Tech-Noir Aesthetic System
Overview
Ensures all UI components adhere to the "Tech-Noir / Futuristic AI" aesthetic. This involves strict adherence to the transparency physics and geometric laws defined in the Antigravity Framework.
Core Pillars
- Glassmorphism Physics: Implementing the translucent background logic ($T(\alpha, \beta) = (1 - \alpha) \cdot e^{-\beta/k}$) using precise CSS variables and
backdrop-filter.
- Circuitry & Geometric Fidelity:
- Mandatory use of SVG Overlays for chamfered corners.
- Non-destructive border logic (avoiding standard CSS borders on complex shapes).
- Color Palette Control:
- Primary: #000000 (Black)
- Accent: #ec028b (RHIVE Pink)
- Secondary: Gray-700/800 for structural elements.
Component Implementation