<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(theme/layout.css);
@import url(theme/style.css);

body {
   display:grid;
   grid-template-columns:1fr;
   grid-template-rows:1fr 1fr 1fr;
   grid-template-areas:'panel_01' 'panel_02' 'panel_03';
}</pre></body></html>