.layout { color: var(--color-text); height: 100vh; background: var(--color-bg); background: linear-gradient(to bottom right, var(--color-bg) 0%, var(--color-bg-alt) 100%); position: fixed; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; }