:root{--color-accent: var(--t-color-fg)}/*!
@see https://techstyle.danmercer.net/

@license

MIT License

Copyright (c) 2025 Dan Mercer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/@layer techstyle{@view-transition{navigation: auto;}@media (display-mode: standalone){html,body{overscroll-behavior:none}}*{accent-color:var(--t-color-fg);-webkit-tap-highlight-color:light-dark(oklch(.56 .19 var(--t-hue-light) / .3),oklch(.56 .19 var(--t-hue-dark) / .3));box-sizing:border-box}:root,.t-theme-root{--t-hue-light: var(--t-hue);--t-hue-dark: var(--t-hue);--t-swapped: 0;--t-color-fg: color-mix( in oklch, light-dark( oklch(.56 .19 var(--t-hue-light)), oklch(.8 .19 var(--t-hue-dark)) ), light-dark(black, white) calc(var(--t-swapped) * 100%) );--t-color-bg: color-mix( in oklch, light-dark(white, #222), light-dark( oklch(.8 .19 var(--t-hue-light)), oklch(.45 .19 var(--t-hue-dark)) ) calc(var(--t-swapped) * 100%) );color:var(--t-color-fg);background-color:var(--t-color-bg)}:root{--t-hue: 266;--t-spacing-within: 5px;--t-spacing-around: calc(4 * var(--t-spacing-within));font-family:system-ui,sans-serif;word-wrap:break-word;hyphens:auto;box-decoration-break:clone;--t-scrollbar-width: calc(2 * var(--t-spacing-within));overflow-x:clip;scroll-behavior:smooth;--t-viewport-width: calc(100vw - var(--t-scrollbar-width));color-scheme:light dark}body::-webkit-scrollbar{width:var(--t-scrollbar-width)}body::-webkit-scrollbar-thumb{background:var(--t-color-fg);border-radius:4px;border:2px solid var(--t-color-bg)}body::-webkit-scrollbar-track{background:var(--t-color-bg)}@supports not selector(::-webkit-scrollbar){:root{--t-scrollbar-width: 0;scrollbar-color:var(--t-color-fg) var(--t-color-bg)}}.t-tinted{--t-hue-hsl: calc(var(--t-hue) + 20);--hue-rotate: ;filter:sepia(calc(1 - var(--t-swapped))) hue-rotate(calc((var(--t-hue-hsl) * 1deg - 97deg) * (1 - pow(var(--t-swapped),1000)))) grayscale(var(--t-swapped))}:target{scroll-margin:var(--t-spacing-around)}body{margin:0;padding-inline:var(--t-spacing-around);line-height:1.4;text-align:center;width:100%;max-width:clamp(350px,60vw,700px);margin-inline:auto;>:first-child{margin-top:0}>:last-child{margin-bottom:0}}p,pre,ul,ol{text-align:initial}header,footer{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;&:not(.t-sidebyside *,.t-card *,dialog *){width:max(var(--t-viewport-width),100%);position:relative;left:calc((var(--t-viewport-width) - 100%) * -.5);padding:var(--t-spacing-around) calc(2 * var(--t-spacing-around))}&:has(>:only-child){justify-content:center}}form,p,hr{margin-block:var(--t-spacing-around)}hr{border:none;border-bottom:2px solid currentColor}pre{white-space:pre-wrap}*+section{margin-top:calc(2 * var(--t-spacing-around))}section:has(+*){margin-bottom:calc(2 * var(--t-spacing-around))}*:focus-visible{outline:2px dashed var(--t-color-fg);outline-offset:2px;border-radius:var(--t-spacing-within)}button,select,input[type=submit],input::file-selector-button{appearance:none;background:none;font:inherit;font-size:inherit;color:var(--t-color-fg);--border-width: 2px;border:var(--border-width) solid currentColor;border-radius:var(--t-spacing-within);padding:var(--t-spacing-within) calc(2 * var(--t-spacing-within));cursor:pointer;position:relative;touch-action:manipulation;fieldset &+&{border-inline-start-width:0}@media (prefers-reduced-motion){&:active,&:hover{text-decoration:underline 2px}@media (hover: hover){&:hover{text-decoration:underline 2px}}}}@media not (prefers-reduced-motion){button{border:var(--border-width) solid transparent;-webkit-tap-highlight-color:transparent;&:before{content:"​";position:absolute;inset:calc(var(--border-width) * -1);border:inherit;border-radius:inherit;border-color:currentColor;transition:scale 25ms ease-in}@media (hover: hover){&:hover:before{scale:1.05}}&:active:before{scale:.95}}}input:not([type]),input[type=text],input[type=password],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=url],textarea{appearance:none;color:var(--t-color-fg);background:inherit;font:inherit;font-family:monospace;border:1px solid currentColor;padding:var(--t-spacing-within);border-radius:var(--t-spacing-within);border-left-width:0;border-right-width:0;width:100%;&::placeholder{color:var(--t-color-fg);opacity:.8;font-style:italic}fieldset &{flex:1}}textarea{field-sizing:content;resize:none}fieldset{border:none;padding:0;margin:0;display:flex;>:not(:last-child){border-start-end-radius:0;border-end-end-radius:0}>:not(:first-child){border-start-start-radius:0;border-end-start-radius:0}}::selection{color:var(--t-color-bg, white);background-color:var(--t-color-fg, #888)}a{color:var(--t-color-fg);text-decoration-line:underline;text-decoration-thickness:2px;@media (hover: hover){&:hover:not(:active){text-decoration-thickness:3px}}-webkit-tap-highlight-color:transparent;&:active{text-decoration-thickness:4px}}iframe{border:none;width:100%;min-height:min(65svh,400px)}dialog,[popover]{width:300px;max-width:80%;transition:opacity .15s,scale .15s,translate .15s,overlay .15s allow-discrete,display .15s allow-discrete;opacity:0;scale:.95;translate:0 -10px}dialog::backdrop{background-color:var(--t-color-bg);opacity:0;transition:opacity .15s,overlay .15s allow-discrete,display .15s allow-discrete}dialog[open],[popover]:popover-open{opacity:1;scale:1;translate:0}dialog[open]::backdrop{opacity:.9}@starting-style{dialog[open],[popover]:popover-open{opacity:0;scale:.95;translate:0 -10px}dialog[open]::backdrop{opacity:0}}@supports (position-area: bottom){[popover]{position:fixed;inset:unset;width:unset;margin:0;margin-block:calc(var(--t-spacing-within) / 2);position-area:bottom span-all;position-try-fallbacks:bottom span-right,bottom span-left,top span-right,top span-left}}summary{cursor:pointer}.t-card{display:block;margin-block:20px;position:relative}.t-card,dialog,[popover]{color:var(--t-color-fg);background-color:var(--t-color-bg);border:2px solid currentColor;border-radius:var(--t-spacing-within);padding:var(--t-spacing-within);>:first-child{margin-top:0}>:last-child{margin-bottom:0}&[aria-label]{padding-top:calc(var(--t-spacing-within) + .5lh)}&[aria-label]:before{position:absolute;top:calc(-.5lh - var(--t-spacing-within));content:attr(aria-label);background:var(--t-color-bg);padding-inline:2px;border-radius:2px;left:var(--t-spacing-within)}}:is(ul,ol):has(.t-card){padding:0;li{list-style:none}}menu{list-style:none;margin:0;padding:0;>li:not(:last-child){margin-bottom:var(--t-spacing-within)}button{width:100%}}.t-sidebyside{margin:var(--t-spacing-around) 0;width:max(var(--t-viewport-width),100%);position:relative;left:calc((var(--t-viewport-width) - 100%) * -.5);padding-inline:var(--t-spacing-around);display:flex;justify-content:center;align-items:center;gap:var(--t-spacing-around);flex-wrap:wrap;>*{max-width:clamp(350px,60vw,500px);margin:0;flex:1 1 350px}}.t-fullheight{min-height:100svh;display:flex;flex-direction:column;justify-content:space-between;&:not(:has(>header:first-child)):before{content:"​";width:0;height:0}&:not(:has(>footer:last-child)):after{content:"​";width:0;height:0}}}:root{--t-hue: var(--hue)}
