@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing: .25rem;--radius-lg: .5rem;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.z-1{z-index:1}.m-2{margin:calc(var(--spacing) * 2)}.m-4{margin:calc(var(--spacing) * 4)}.mt-8{margin-top:calc(var(--spacing) * 8)}.block{display:block}.contents{display:contents}.grid{display:grid}.hidden{display:none}.table{display:table}.h-3{height:calc(var(--spacing) * 3)}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.justify-center{justify-content:center}.gap-8{gap:calc(var(--spacing) * 8)}.rounded-lg{border-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.p-2{padding:calc(var(--spacing) * 2)}.p-7{padding:calc(var(--spacing) * 7)}.uppercase{text-transform:uppercase}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}}:root{--content-max-width: 800px;--text-color: rgba(255, 255, 255, .85);--text-color-dim: rgba(255, 255, 255, .7);--text-color-dim2: rgba(255, 255, 255, .5);--border-dim: rgba(255,255,255, .664);--link-color: #ff7fd4}body:has(#themeswitch:checked){background-color:#f9eee2;--text-color: rgba(0,0,0,.97);--text-color-dim: rgba(0, 0, 0, .8);--text-color-dim2: rgba(0, 0, 0, .65);--border-dim: rgba(0,0,0, .7);--link-color: #bb007c}h-flex{display:flex}v-flex{display:flex;flex-direction:column}.gap-4{gap:.25rem}.gap-8{gap:.5rem}.gap-16{gap:1rem}.gap-h-4{column-gap:.25rem}.gap-h-8{column-gap:.5rem}.gap-h-16{column-gap:1rem}.gap-v-4{row-gap:.25rem}.gap-v-8{row-gap:.5rem}.gap-v-16{row-gap:1rem}.mt-4{margin-top:.25rem}.mt-8{margin-top:.5rem}.mt-16{margin-top:1rem}@font-face{font-family:siteFont;src:url("./media/font-O6THFOPO.ttf")}*{padding:0;margin:0;box-sizing:border-box;font-family:siteFont,sans-serif}header{min-height:5rem;display:flex;flex-wrap:wrap;align-items:center;padding:0 2rem;margin:auto 0}header a svg{height:14px;width:14px;fill:var(--text-color);translate:0 3px;display:inline-block;vertical-align:unset}header nav{display:flex;column-gap:32px;margin-left:auto;flex-wrap:wrap}header nav ul{column-gap:32px;margin-left:auto;flex-wrap:wrap;display:flex;list-style-type:none}header nav>*{width:max-content}header h1{font-size:x-large;margin-bottom:.5rem;margin-top:.5rem}header a{font-weight:600}header>*{width:max-content}nav svg{width:14px;height:14px;fill:var(--text-color);translate:0 2px}body{background-color:#06060a;color:var(--text-color);transition:background-color .7s}a,header nav li{cursor:pointer}a{color:var(--text-color);text-decoration:none}a:visited{color:inherit}a:focus-visible,a:hover{color:var(--link-color);text-decoration:underline}header nav li:focus-visible,header nav li:hover{color:var(--link-color)}main{display:flex;flex-direction:column;width:100%;align-items:center;padding-top:4rem;padding-left:3rem;padding-right:3rem}main section{max-width:var(--content-max-width);width:100%}main section article{width:100%;margin-bottom:6rem;position:relative}main section article h3{font-size:x-large;margin-bottom:.5rem}.size-xl{font-size:2.2em!important}img{border-radius:7px;max-width:100%}article:has(.image-right){display:flex;flex-wrap:wrap}article:has(.image-right)>*{width:50%}article .image-right{height:0;margin-left:auto;text-align:right}article address{font-style:normal;font-weight:600;color:var(--text-color-dim);font-size:medium;margin-bottom:.25em}article time{font-size:small;color:var(--text-color-dim2)}article address:has(.author) time:before{content:"\2014";margin-left:.5em;margin-right:.5em}article a{color:var(--text-color-dim2);text-decoration:underline}article div,article p{margin-bottom:.5rem;font-weight:300}.preline{white-space:pre-line}article ol{margin-left:1rem}article ol>li{padding-left:.5rem}badge{font-size:.4em;border:1px var(--text-color-dim2) solid;padding:2px 8px;display:inline-flex;translate:0 -4px;border-radius:7px}@media (max-width: 850px){main section article:has(.image-right){height:auto!important;flex-wrap:nowrap;flex-direction:column}main section article:has(.image-right)>*{width:100%}main section article .image-right{height:auto;margin-left:0;margin-bottom:.5rem;text-align:left}}@media (max-width: 700px){header h1{font-size:calc(10px + 2vw);width:100%}header nav{margin-left:0}}@media (max-width: 450px){header{padding:0 1rem;align-content:center;flex-direction:column}header h1{width:auto}main{padding-left:1rem;padding-right:1rem;padding-top:1rem}main .size-xl{font-size:calc(14px + 4vw)!important}main section article{font-size:calc(6px + 1.5vw)}main h3,main section article h3{font-size:calc(10px + 2vw)!important}}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-outline-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial}}}
