:root{--sponsor-bar-height:20px;--viewport-bg:white;--text:#6b6375;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);color:var(--text);text-rendering:optimizelegibility}body{margin:0}#root{text-align:center;box-sizing:border-box;flex-direction:column;min-height:100svh;margin:0 auto;display:flex}.banner-floating{color:#6b6375;font-size:4px;position:absolute;bottom:-6px;left:2px}.zone{width:100%;height:100%;display:inline-block;position:relative}.layout{width:100%;height:100%;display:grid}.layout-1{grid-template-areas:"main"}.layout-h{grid-template-columns:1fr 1fr;grid-template-areas:"left right"}.layout-v{grid-template-rows:1fr 1fr;grid-template-areas:"top""bottom"}.layout-3h{grid-template:"main aside-top"1fr"main aside-bottom"1fr/1fr 1fr}.layout-3hr{grid-template:"aside-top main"1fr"aside-bottom main"1fr/1fr 1fr}.layout-3v{grid-template:"main main"1fr"aside-left aside-right"1fr/1fr 1fr}.layout-3vr{grid-template:"aside-left aside-right"1fr"main main"1fr/1fr 1fr}.layout-4{grid-template:"top-left top-right"1fr"bottom-left bottom-right"1fr/1fr 1fr}.dummy{place-content:center;width:100%;height:100%;display:flex;position:absolute}.dummy img{object-fit:contain;width:100%;height:100%}.Clock{flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;height:100%;font-size:1rem;display:flex;position:absolute}.Weather{text-align:center;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;height:100%;font-family:Arial,sans-serif;display:flex}.Weather .weather-icon{font-size:2rem;line-height:1}.Weather .temp{align-content:center;font-size:2rem;font-weight:700}.Weather .weather-stats{flex-direction:column;justify-content:space-around;font-size:.8rem;display:flex}.Weather .stat{opacity:.85;justify-content:space-between;width:100%;display:flex}.Weather .forecast{justify-content:space-around;width:100%;display:flex}.Weather .forecast-slot{flex-direction:column;justify-content:space-between;align-items:center;display:flex}.Weather .forecast-label{opacity:.7;align-items:center;gap:.2rem;width:100%;font-size:.75rem;display:flex}.Weather .forecast-sky{font-size:.8rem;line-height:1}.Weather .forecast-temp{flex-direction:row;gap:.2rem;font-size:.8rem;font-weight:700;display:flex}.Weather .forecast-precip{opacity:.75;flex-direction:column;font-size:.75rem;display:flex}.Video{justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.Video video,.Video iframe{object-fit:cover;border:none;width:100%;height:100%}.Poster{justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.Poster img{object-fit:fill;width:100%;height:100%}.Text{box-sizing:border-box;width:100%;height:100%;padding:2rem;font-family:Arial,sans-serif;font-size:.6rem;overflow-y:auto}.Text h1,.Text h2,.Text h3{margin-top:0}.Text p{margin-bottom:1rem;line-height:1.5}.Text ul,.Text ol{margin-bottom:1rem;padding-left:2rem}.Text strong{color:#000}.Text blockquote{border-left:4px solid #ccc;margin:1rem 0;padding-left:1rem;font-style:italic}.sponsor-bar{width:100%;height:calc(var(--sponsor-bar-height) - 2px);background:#fff;justify-content:space-around;display:flex}.sponsor-bar img{height:calc(var(--sponsor-bar-height) - 2px)}#root{overflow:hidden}.App{grid-template-rows:calc(100% - var(--sponsor-bar-height)) var(--sponsor-bar-height);width:100%;height:100%;display:grid}.App main{width:calc(100% - var(--sponsor-bar-height)) var(--sponsor-bar-height);display:block;overflow:hidden}.App footer{height:var(--sponsor-bar-height);align-items:center;display:flex}
