/* ==========================================================================
   styles-yetai.css
   Legacy liquid-glass primitives. Superseded by style.css (Aether OS).
   Kept as a fallback / auxiliary layer.
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    min-height: 100vh;
}
