/* custom.css — small platform tweaks only. Design system lives in theme.css. */
#app { background: transparent; min-height: 100vh; display: flex; flex-direction: column; position: relative; }
.t-main { flex: 1 0 auto; position: relative; z-index: 1; }
