@layer base,utils,components;@layer base{:root{--background: white;--foreground: black;--font-family: "JetBrains Mono", Monaco, monospace;--font-size: 16px;--line-height: 1em;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-bold: 700;--rounded-box-radius: 4px;--box-border: var(--foreground);--list-marker-color: inherit}body,html{background-color:var(--background);color:var(--foreground);font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height, 1.5);font-variant-ligatures:common-ligatures}*{box-sizing:border-box;margin:0;padding:0}}@layer utils{[box-~=square],[box-~=rounded],[box-~=double]{position:relative;isolation:isolate}[box-~=square]:before,[box-~=rounded]:before,[box-~=double]:before{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;width:calc(100% - 1ch - 2px);height:calc(100% - 1lh - 2px);border:solid 2px var(--box-border, var(--foreground));z-index:-1}[box-~=square][box-~=rounded]:before,[box-~=rounded][box-~=rounded]:before,[box-~=double][box-~=rounded]:before{border-radius:var(--rounded-box-radius)}[box-~=square][box-~=rounded]:after,[box-~=rounded][box-~=rounded]:after,[box-~=double][box-~=rounded]:after{border-radius:calc(var(--rounded-box-radius) + 2px)}[box-~=square][box-~=double]:before,[box-~=rounded][box-~=double]:before,[box-~=double][box-~=double]:before{border-width:1px}[box-~=square][box-~=double]:after,[box-~=rounded][box-~=double]:after,[box-~=double][box-~=double]:after{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;width:calc(100% - 1ch + 2px);height:calc(100% - 1lh + 2px);border:solid 1px var(--box-border, var(--foreground));z-index:-1}[box-~=square][box-~=contain],[box-~=rounded][box-~=contain],[box-~=double][box-~=contain]{padding:1lh 1ch}[box-~=square][box-~="contain:!top"],[box-~=rounded][box-~="contain:!top"],[box-~=double][box-~="contain:!top"]{padding-left:1ch;padding-right:1ch;padding-bottom:1lh}[box-~=square][box-~="contain:!bottom"],[box-~=rounded][box-~="contain:!bottom"],[box-~=double][box-~="contain:!bottom"]{padding-top:1lh;padding-left:1ch;padding-right:1ch}[box-~=square][box-~="contain:x"],[box-~=rounded][box-~="contain:x"],[box-~=double][box-~="contain:x"]{padding-left:1ch;padding-right:1ch}[box-~=square][box-~="contain:y"],[box-~=rounded][box-~="contain:y"],[box-~=double][box-~="contain:y"]{padding-top:1lh;padding-bottom:1lh}[box-~=square][box-~="contain:top"],[box-~=rounded][box-~="contain:top"],[box-~=double][box-~="contain:top"]{padding-top:1lh}[box-~=square][box-~="contain:bottom"],[box-~=rounded][box-~="contain:bottom"],[box-~=double][box-~="contain:bottom"]{padding-bottom:1lh}[box-~=square][box-~="contain:left"],[box-~=rounded][box-~="contain:left"],[box-~=double][box-~="contain:left"]{padding-left:1ch}[box-~=square][box-~="contain:right"],[box-~=rounded][box-~="contain:right"],[box-~=double][box-~="contain:right"]{padding-right:1ch}}@layer utils{[flex-]{display:flex}[flex-][flex-~=row]{flex-direction:row}[flex-][flex-~=col]{flex-direction:column}[flex-][flex-~="align:center"]{align-items:center}[flex-][flex-~="align:start"]{align-items:flex-start}[flex-][flex-~="align:end"]{align-items:flex-end}[flex-][flex-~="justify:center"]{justify-content:center}[flex-][flex-~="justify:start"]{justify-content:flex-start}[flex-][flex-~="justify:end"]{justify-content:flex-end}[flex-][flex-~="justify:between"]{justify-content:space-between}[flex-][flex-~="justify:around"]{justify-content:space-around}[flex-][flex-~="justify:evenly"]{justify-content:space-evenly}[flex-][flex-~="gap:1"]{column-gap:1lh;row-gap:1ch}[flex-][flex-~="gap:2"]{column-gap:2lh;row-gap:2ch}[flex-][flex-~="gap:4"]{column-gap:4lh;row-gap:4ch}}@layer components{button{color:var(--foreground);background:var(--background);font-family:var(--font-family);font-size:var(--font-size);border:none;cursor:pointer;padding:1lh 2ch}}@layer components{ol{list-style-position:inside}ul{list-style-type:none}ul li:before{color:var(--list-marker-color, inherit)}ul:not([variant-]) li:before,ul[variant-=default] li:before{content:"- "}ul[variant-=check] li:before{content:"✓ "}ul[variant-=circle] li:before{content:"● "}ul[variant-=dot] li:before{content:"• "}ul[variant-=fork] li:before{content:"├ "}ul[variant-=fork] li:first-of-type:before{content:"┌ "}ul[variant-=fork] li:last-of-type:before{content:"└ "}ul>li[variant-=check]:before{content:"✓ "!important}ul>li[variant-=circle]:before{content:"● "!important}ul>li[variant-=dot]:before{content:"• "!important}ul>li[variant-=fork]:before{content:"├ "!important}ul>li:first-of-type[variant-=fork]:before{content:"┌ "!important}ul>li:last-of-type[variant-=fork]:before{content:"└ "!important}}@layer components{h1,h2,h3,h4,h5,h6,p{font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);font-weight:var(--font-weight-bold)}h1:before{content:"# "}h2:before{content:"## "}h3:before{content:"### "}h4:before{content:"#### "}h5:before{content:"##### "}h6:before{content:"###### "}strong{font-weight:var(--font-weight-bold)}a{text-decoration:underline}}
