@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,h5{font-weight:400}article,aside,button,details,figcaption,figure,footer,header,hgroup,img,main,menu,nav,section,summary,canvas,picture{display:block}a{color:inherit;text-decoration:none}b,strong{font-weight:inherit}img,video,canvas,picture{width:100%}ul{list-style-type:none}pre{white-space:pre-wrap}button,input,select,label,textarea{color:inherit;font:inherit;text-align:inherit;border:none;border-radius:0;background:transparent;overflow:visible;width:100%;-webkit-appearance:none}button:active,input:active,select:active,label:active,textarea:active{color:inherit}button{cursor:pointer}:root{--background: white;--foreground: black;--foreground-light: #bbb;--foreground-lighter: #ddd;--highlight: #0038FF;--invalid: #ff0000;--highlight-b: #ffcb0c;--font-family: "Skandia";--font-size: 4vw;--font-size-large: 2em;--font-size-small: .6em;--font-size-tiny: .5em;--line-height: 1.1;--line-height-small: 1.15;--text-indent: 3em;--border-radius: .3em;--border-radius-small: .6em;--row: .5em;--block: 1em;--section: 2em;--gutter: .4em;--padding: .4em}@media screen and (max-width: 1023px){:root{--font-size: 7vw;--line-height: 1.15;--line-height-small: 1.2}}@media screen and (min-width: 1280px){:root{--font-size: 3vw}}@supports (color: color(display-p3 0 0 0)){:root{--highlight: color(display-p3 0 .2 1)}}[button]{display:block;text-align:center;width:100%;background:var(--highlight-1);border-radius:var(--border-radius)}[link-button]{display:inline-block;color:var(--background);padding:var(--padding);background:var(--highlight);border-radius:var(--border-radius)}[link-button]:hover{background:var(--foreground);color:var(--background)}[padding]{padding:var(--padding)}[row]:not(:last-child){margin-bottom:var(--row)}[block]:not(:last-child){margin-bottom:var(--block)}[section]:not(:last-child){margin-bottom:var(--section)}[disabled]{pointer-events:none}[highlight]{color:var(--highlight)}[dim]{opacity:.5}[invalid]{color:var(--invalid)}[large]{font-size:var(--font-size-large)}[small]{font-size:var(--font-size-small);line-height:var(--line-height-small)}[light]{color:var(--foreground-light)}[straight]{border-radius:0}@media screen and (max-width: 1023px){[desktop-only]{display:none}}[input-radio],[input-checkbox]{border-radius:100%}[input-radio] input,[input-checkbox] input{display:none}[input-radio] input:checked+label,[input-checkbox] input:checked+label{color:var(--highlight)}[input-radio] input:checked+label:after,[input-checkbox] input:checked+label:after{background:var(--highlight)}[input-radio] label,[input-radio] button,[input-checkbox] label,[input-checkbox] button{width:100%;display:block;cursor:pointer;position:relative;display:flex;align-items:flex-start;justify-content:space-between}[input-radio] label:after,[input-radio] button:after,[input-checkbox] label:after,[input-checkbox] button:after{--input-box-size: .65em;content:"";border-radius:100%;margin-top:.225em;width:var(--input-box-size);height:var(--input-box-size);min-width:var(--input-box-size);min-height:var(--input-box-size);background:var(--foreground-lighter)}@media screen and (min-width: 1024px){[input-radio] label:hover:after,[input-radio] button:hover:after,[input-checkbox] label:hover:after,[input-checkbox] button:hover:after{background:var(--highlight)}}[input-radio][checked] button,[input-checkbox][checked] button{color:var(--highlight)}[input-radio][checked] button:after,[input-checkbox][checked] button:after{background:var(--highlight)}[input-radio][disabled] input+label,[input-checkbox][disabled] input+label{color:var(--foreground-light)}[input-radio][disabled] input+label:after,[input-checkbox][disabled] input+label:after{background:var(--foreground-lighter)}[grid]{width:100%;display:grid;grid-template-columns:repeat(12,1fr);column-gap:var(--gutter)}[columns]{grid-column-end:span 12}@media screen and (min-width: 1024px){[columns="1"]{grid-column-end:span 1}[offset="1"]{grid-column-start:2}[columns="2"]{grid-column-end:span 2}[offset="2"]{grid-column-start:3}[columns="3"]{grid-column-end:span 3}[offset="3"]{grid-column-start:4}[columns="4"]{grid-column-end:span 4}[offset="4"]{grid-column-start:5}[columns="5"]{grid-column-end:span 5}[offset="5"]{grid-column-start:6}[columns="6"]{grid-column-end:span 6}[offset="6"]{grid-column-start:7}[columns="7"]{grid-column-end:span 7}[offset="7"]{grid-column-start:8}[columns="8"]{grid-column-end:span 8}[offset="8"]{grid-column-start:9}[columns="9"]{grid-column-end:span 9}[offset="9"]{grid-column-start:10}[columns="10"]{grid-column-end:span 10}[offset="10"]{grid-column-start:11}[columns="11"]{grid-column-end:span 11}[offset="11"]{grid-column-start:12}[columns="12"]{grid-column-end:span 12}[offset="12"]{grid-column-start:13}}::placeholder{opacity:1;color:var(--foreground-light)}html[tab=false] button,html[tab=false] input,html[tab=false] select,html[tab=false] summary{outline:none}body{background:var(--background);color:var(--foreground);font-family:var(--font-family),"Arial";font-size:var(--font-size);line-height:var(--line-height);-webkit-font-smoothing:antialiased}nav{display:flex;gap:.1em}input,textarea{width:100%;color:var(--highlight);border-radius:.1em}input:active,input:focus,textarea:active,textarea:focus{color:var(--highlight);outline:none;box-shadow:0 0 0 4px var(--highlight)}input:active[invalid],input:focus[invalid],textarea:active[invalid],textarea:focus[invalid]{color:var(--invalid);box-shadow:0 0 0 4px var(--invalid)}textarea{min-height:1em;min-width:100%;max-width:100%}textarea::-webkit-resizer{display:none}textarea:after{content:"a"}button{border-radius:var(--border-radius)}@media screen and (min-width: 1024px){button:hover{color:var(--highlight)}}button[small]{border-radius:var(--border-radius-small)}a{color:var(--highlight)}@media screen and (min-width: 1024px){a:hover{color:var(--foreground)}}article{display:flex;flex-flow:column nowrap;gap:var(--block)}article a{text-decoration:underline}article li{position:relative;padding-left:1em;margin-bottom:var(--block)}article li:before{position:absolute;left:0;content:"\2022\a0\a0"}.title-preview{display:flex;max-height:6em;max-width:80%}.title-preview img{object-fit:contain;object-position:0;height:100%;width:100%}#panel{position:sticky;display:flex;flex-flow:column;justify-content:space-between;width:100%;color:var(--background);background:var(--highlight);text-align:center}#panel[error]{background:red}#panel[error] button{color:red}#panel[success]{background:var(--highlight-2)}#panel button{padding:.5em;background:var(--background);color:var(--highlight);width:100%}#panel button:hover{background:var(--foreground)}#panel .currency-button{background:transparent;padding:0;color:var(--background)}#panel .currency-button:hover{background:transparent;color:var(--foreground)}@media screen and (max-width: 1023px){#panel .currency-button{margin-bottom:var(--block)}#panel .currency-button:hover{color:var(--background)}}@media screen and (min-width: 1024px){#panel{top:0;height:100vh}}@media screen and (max-width: 1023px){#panel{position:sticky;bottom:0;text-align:center;margin-top:3em}}.panel-title{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center}@media screen and (min-width: 1024px){.panel-title{min-height:2.5em}}@media screen and (max-width: 1023px){.panel-title>div{margin-bottom:.4em}}.panel-emblem{pointer-events:none}@media screen and (min-width: 1024px){.panel-emblem{position:absolute;top:50%;left:50%;width:5em;transform:translate(-50%,-60%)}}@media screen and (max-width: 1023px){.panel-emblem{position:absolute;top:0;left:0;width:100%;padding:0 40%;transform:translateY(calc(-100% + .28em))}.panel-emblem path{fill:var(--foreground)}}.family-warning{margin-bottom:.6em}@media screen and (max-width: 1023px){.family-warning{margin-top:-.5em;margin-bottom:1em}}
