@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Inter:wght@100..900&display=swap";:root{min-height:100%;font-family:Inter,sans-serif}#root{gap:1rem;height:100vh;display:grid;grid-template-rows:80px 2fr 3fr;grid-template-columns:1fr 1fr;grid-template-areas:"header header" "editor help" "chart chart"}header{grid-area:header;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20width='130'%20height='50'%20%3e%3cdefs%3e%3clinearGradient%20id='gradient'%20x1='0'%20x2='0'%20y1='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='oklch(54.92%25%200.124%20244.6%20/%20.5%20)'%20/%3e%3cstop%20offset='100%25'%20stop-color='oklch(54.92%25%200.124%20244.6%20/%200)'%20/%3e%3c/linearGradient%3e%3c/defs%3e%3cpolyline%20stroke='%231f77b4'%20stroke-width='2'%20stroke-linejoin='round'%20fill='url(%23gradient)'%20points='%20-5,40%200,10%2060,10%2065,40%20125,40%20130,10%20140,10%20140,51%20-5,51%20-5,51%20'/%3e%3c/svg%3e");background-size:contain;background-repeat:repeat-x;display:flex;flex-direction:row;align-items:center;justify-content:center}header>h1{font-size:3em;font-family:IBM Plex Mono,monospace;font-weight:700;font-style:normal;letter-spacing:.2rem;text-transform:uppercase;color:#004b7a;color:oklch(40% .12 245);-webkit-text-stroke:1px #fff;text-shadow:#fff 3px 3px}section.editor{grid-area:editor;margin-left:1rem;display:flex;flex-direction:column}#check-indicator{align-self:center;font-size:1.1em;font-weight:600;border-radius:5px;padding-inline:5px}#check-indicator.checkOk{background-color:#00a62c;background-color:oklch(63% .21 145);color:#fff}#check-indicator.checkErr{background-color:#dd5847;color:#fff}section.help{grid-area:help;margin-right:1rem;padding:.7rem;font-family:Inter,sans-serif;font-size:1.1em;font-weight:400;font-style:normal;border-style:solid;border-width:3px;border-radius:3px;border-color:#2677b2;background-color:#2677b254}section.help p{margin-bottom:.5rem}section.help code{font-family:IBM Plex Mono,monospace;font-weight:400;font-style:normal;background-color:#fff;border-radius:5px;padding-inline:3px}section.chart{grid-area:chart;margin:0 1rem 1rem}.vega-embed{width:100%;height:100%}*,*:before,*:after{box-sizing:border-box}*{margin:0;line-height:calc(1em + .5rem)}body{-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}
