.web-app{background:var(--bg);min-height:100vh;display:flex;flex-direction:column;color:var(--text);font-family:var(--font-family)}.web-app__main{flex:1;display:flex;flex-direction:column;width:100%;min-height:0}.web-app__content{flex:1;display:flex;flex-direction:column;width:100%;max-width:100%;padding:0;background:var(--bg-elev);min-height:0}.web-app__header{padding:var(--step-xl) var(--step-lg);border-bottom:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.web-app__surface{animation:fadeIn var(--duration-base) var(--ease-standard);flex:1;min-height:0;display:flex;flex-direction:column}@media(min-width:769px){html,body{height:100%}#root,.web-app,.tg-app,.tg-app-root{height:100%;min-height:0}}
