.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%}.web-app__content{flex:1;display:flex;flex-direction:column;width:100%;max-width:100%;padding: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)}
