.editorial-stage{min-height:100vh;background:hsl(var(--background));color:hsl(var(--foreground));display:flex;flex-direction:column}.editorial-body{width:100%;max-width:1440px;flex:1 1 auto;min-height:0;margin:0 auto;padding:32px 24px;display:flex;flex-direction:column;gap:22px;background:hsl(var(--paper));border-left:1px solid hsl(var(--hairline));border-right:1px solid hsl(var(--hairline))}.editorial-stage--plain{background:hsl(var(--paper-2))}.editorial-body--plain{background:transparent;border-left:none;border-right:none}.editorial-body--flush{padding:0;gap:0}.editorial-content{width:100%;max-width:880px;margin:0 auto;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:22px}.editorial-content--full{max-width:none}.editorial-content--flush{gap:0}
