@font-face{font-family:"Avenir";src:url("/fonts/AvenirLTStd-Roman.woff") format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Avenir";src:url("/fonts/AvenirLTStd-Book.woff") format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Avenir";src:url("/fonts/AvenirLTStd-Black.woff") format("woff");font-weight:900;font-style:normal}:root{--ground: #e8e9ea;--bg: white;--fg: black;--kmwc: #337ebb;--kmwc-gray: #ABC4D6;--gray-100: oklch(96.7% 0.003 264.542);--gray-200: oklch(92.8% 0.006 264.531);--gray-300: oklch(87.2% 0.01 258.338);--gray-400: oklch(70.7% 0.022 261.325);--gray-500: oklch(55.1% 0.027 264.364);--gray-600: oklch(44.6% 0.03 256.802);--gray-700: oklch(37.3% 0.034 259.733);--gray-800: oklch(27.8% 0.033 256.848);--gray-900: oklch(21% 0.034 264.665);--blue-50: oklch(97% 0.014 254.604);--blue-200: oklch(88.2% 0.059 254.128);--amber-100: oklch(96.2% 0.059 95.617);--amber-300: oklch(87.9% 0.169 91.605);--amber-500: oklch(76.9% 0.188 70.08);--amber-600: oklch(66.6% 0.179 58.318);--lime-100: oklch(96.7% 0.067 122.328);--lime-300: oklch(89.7% 0.196 126.665);--lime-500: oklch(76.8% 0.233 130.85);--lime-600: oklch(64.8% 0.2 131.684);--red-100: oklch(93.6% 0.032 17.717);--red-300: oklch(80.8% 0.114 19.571);--red-500: oklch(63.7% 0.237 25.331);--red-600: oklch(57.7% 0.245 27.325);--on-gray: var(--ground);--page-width: 934px;box-sizing:border-box}body{margin:0;font-family:arial,verdana,sans-serif;font-size:11px;background:linear-gradient(to bottom, var(--gray-400), var(--ground) 95%);color:var(--fg)}.page{max-width:var(--page-width);min-height:calc(100dvh - .5rem);margin:.5rem auto 0 auto;box-shadow:0px 2.5px 5px 0px rgba(0,0,0,.5);background-color:#fff;border-radius:.25rem;display:flex;flex-direction:column}.page main{flex-grow:1}@media (max-width: 934px){.page{margin:0;border-radius:0;box-shadow:none;min-height:100dvh}}header{background:linear-gradient(to bottom, var(--gray-800), var(--gray-600) 50%, var(--gray-900) 51%);color:var(--on-gray);display:flex;flex-direction:row;align-items:center;margin-bottom:.5rem;border-top-left-radius:.25rem;border-top-right-radius:.25rem;padding:.75rem}@media (max-width: 934px){header{border-radius:0}}header .head{display:flex;flex-direction:row;align-items:center;flex-grow:1}header img{margin:0 2rem 0 2rem}header h1{font-family:"Avenir",sans-serif;font-weight:300;font-size:18px;margin:0}header .divider{--left: linear-gradient(to bottom, var(--gray-700), var(--gray-500), var(--gray-900));--right: linear-gradient(to bottom, var(--gray-700), var(--gray-900) 33%);background-image:var(--left),var(--right);background-size:1px 100%,1px 100%;background-position:left,right;background-repeat:no-repeat;padding-left:2px;height:30px;margin:0 1rem}header input[type=text]{font-family:"verdana",sans-serif;font-size:.9em;color:#565c5e;border:1px solid var(--gray-400);padding:2px 2px 2px 6px;width:120px;height:12px}header button{font-family:"verdana",sans-serif;font-size:.9em;outline:1px solid var(--gray-500);border:0;height:17px;color:#000;background:linear-gradient(to bottom, #fff 50%, var(--gray-200) 50%, var(--gray-300));border-radius:2px;cursor:pointer}header a{color:var(--on-gray);text-decoration:none}header a:hover{text-decoration:underline}header nav{display:flex;flex-direction:row;align-items:center}header nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:1rem}header nav ul li:not(:last-child)::after{content:"|";margin-left:1rem;color:var(--on-gray)}header nav ul li:last-child::after{content:"";margin-right:1rem}footer{position:relative;margin:0 auto;max-width:var(--page-width);border-top-right-radius:.25rem;border-top-left-radius:.25rem;text-align:center;color:var(--fg)}footer p{margin:1rem}