<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --brand-color: #ffff9e;
    --brand-color-darker: #de8;
    --brand-color-darker-darker: #cd7;
    --border-color: var(--brand-color-darker);
    --border-color-darker: var(--brand-color-darker-darker);
    --black: #000;
    --white: #fff;
    --red: red;
    --background-color: var(--white);
    --text-color: #222;
    --link-color: #54c;
    --active-link-color: var(--black);
    --summary-marker-color: var(--border-color);
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light
}

.dark-mode {
    --brand-color: #444;
    --brand-color-darker: #555;
    --brand-color-darker-darker: #666;
    --border-color: #444;
    --border-color-darker: #555;
    --background-color: #222;
    --text-color: #fff;
    --link-color: #e4bfff;
    --active-link-color: #fff;
    --summary-marker-color: #eee;
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark
}

body {
    background: var(--background-color);
    color: var(--text-color);
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI Variable, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5
}

.skip {
    text-align: center;
    height: 0;
    display: block;
    overflow: hidden
}

.skip:focus {
    height: auto
}

header,
main,
footer {
    display: block
}

main {
    margin: 0 auto;
    padding: 0 1em
}

a {
    color: var(--link-color);
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration-skip-ink: auto;
    text-decoration: underline
}

a:active {
    background-color: var(--brand-color);
    color: var(--active-link-color)
}

label {
    cursor: pointer
}

.site-header {
    background: var(--brand-color);
    position: relative;
    overflow: hidden
}

.site-header a {
    color: var(--header-text-color);
    padding: .66667em;
    line-height: 1;
    display: inline-block
}

.site-header a:hover {
    background-color: var(--brand-color-darker);
    text-decoration: none
}

.site-header .site-name {
    font-size: 1.5em
}

.site-header div {
    margin: 0 auto
}

.site-header div .site-name {
    position: absolute
}

.site-header ul {
    float: right;
    margin: 0
}

.site-header ul li {
    display: inline
}

.site-header ul a {
    padding: 1em 1em 1em .5em;
    line-height: 1.5em
}

.site-header .search {
    float: right
}

.site-header .search label {
    padding: 1em 1em 1em 0;
    line-height: 1.5;
    display: block
}

.site-header .search label input {
    z-index: 1;
    border-radius: 0;
    margin: 0;
    position: absolute;
    top: -3em
}

.site-header .search label input:focus {
    border-width: .75em 1em;
    width: 100%;
    top: 0;
    left: 0
}

.site-header .search label+input {
    display: none
}

.site-header ul+.search label {
    padding-right: .5em
}

.search input[type=search] {
    flex-grow: 1;
    margin-right: .5em
}

h1,
h2 {
    margin: .5em 0;
    line-height: 1.2em
}

h1 {
    font-size: 1.75em
}

h2 {
    margin-top: 1em;
    font-size: 1.25em
}

input[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    background: var(--brand-color);
    border: 0;
    border-bottom: .0625em solid var(--brand-color-darker);
    color: inherit;
    font: inherit;
    border-radius: .5em;
    margin-bottom: .0625em;
    padding: .25em .5em;
    display: inline-block;
    position: relative;
    top: .0625em
}

.button:hover,
input[type=submit]:hover {
    border-bottom-width: .125em;
    margin-bottom: 0;
    text-decoration: none;
    top: 0
}

.button:focus,
.button:active,
input[type=submit]:focus,
input[type=submit]:active {
    background-color: var(--brand-color-darker);
    border-bottom: 0;
    margin-bottom: .125em;
    top: .0625em
}

input[type=search],
input[type=date],
input[type=time] {
    -webkit-appearance: none;
    appearance: none;
    background: var(--background-color);
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    color: inherit;
    font: inherit;
    border-radius: .5em;
    outline: 0;
    padding: .25em .5em
}

input[type=text]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=time]:focus,
textarea:focus {
    border-color: var(--border-color-darker)
}

::-webkit-datetime-edit {
    padding: 0
}

::-webkit-calendar-picker-indicator {
    margin-left: 0
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

ul {
    list-style: none
}

ul {
    margin: 1em 0;
    padding: 0
}

ol li {
    margin-bottom: 1em
}

ol ::marker {
    font-variant-numeric: normal
}

main li {
    break-inside: avoid
}

main li&gt;a {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .125em 0;
    display: block;
    overflow: hidden
}

.has-smalls li a,
.has-smalls li a:hover .name {
    text-decoration: none
}

.has-smalls li a:hover span {
    text-decoration: underline
}

.has-smalls span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.has-smalls small {
    color: var(--text-color);
    float: left;
    margin-right: .5em;
    font-size: .75em;
    display: block
}

.has-smalls small:last-child {
    float: none;
    text-overflow: ellipsis;
    margin: 0;
    padding-bottom: .33em;
    overflow: hidden
}

main p a {
    padding: 0;
    display: inline
}

.breadcrumb {
    border-bottom: 1px solid var(--brand-color-darker);
    white-space: nowrap;
    margin: 0-1em;
    padding: .5em 0 0 .5em;
    overflow: auto
}

.breadcrumb li {
    margin: -.5em 0 0;
    display: inline-block
}

.breadcrumb li:after {
    color: var(--border-color-darker);
    content: "â€º";
    vertical-align: middle;
    padding: 0
}

.breadcrumb li:last-child:after {
    width: 0;
    padding-right: 0
}

.breadcrumb a {
    vertical-align: middle;
    padding: .75em .5em;
    display: inline-block
}

.name {
    border: 1px solid var(--border-color);
    color: var(--text-color);
    float: left;
    text-align: center;
    padding: .125em .5em;
    font-weight: 400
}

.has-smalls .name {
    margin-right: .75em
}

table {
    border-collapse: collapse
}

td {
    border-top: 1px solid var(--border-color)
}

th,
td {
    border-left: 1px solid var(--border-color);
    text-align: left
}

th:first-child,
td:first-child {
    border-left: 0;
    padding-left: 0
}

th:first-child a,
td:first-child a {
    margin-left: 0;
    padding-left: 0
}

th:last-child,
td:last-child {
    padding-right: 0
}

th:last-child a,
td:last-child a {
    margin-right: 0;
    padding-right: 0
}

.nowrap {
    white-space: nowrap
}

.aside {
    clear: right;
    margin-top: 1em
}

.aside:first-child {
    margin-top: 0
}

.aside table {
    margin: 0-.5em
}

.aside th {
    vertical-align: bottom;
    border: 0;
    padding: 0 0 0 .5rem;
    font-size: .75em
}

.aside td {
    vertical-align: top;
    border: 0;
    padding: .125em .5em
}

.aside td:nth-child(2) {
    width: 100%
}

.aside td:last-child {
    white-space: nowrap
}

.aside td a {
    margin: -.125em -.5em;
    padding: .125em .5em;
    display: block
}

.aside h2 {
    margin: .25em 0 .5em
}

.aside p {
    margin: .5em 0
}

.aside ul {
    margin: 0
}

.aside form {
    gap: .5em;
    margin-bottom: .5em;
    display: flex
}

.aside input {
    flex-grow: 1
}

.aside td {
    font-variant-numeric: tabular-nums
}

.next {
    float: right
}

@media (min-height:480px) {}

#content {
    margin-bottom: 1.5em
}

.horizontal li,
footer li,
.horizontal li a,
footer li a {
    display: inline
}

.horizontal li:before,
footer li:before {
    color: var(--border-color-darker);
    content: "  â€¢ ";
    font-weight: 700
}

.horizontal li:first-child:before,
footer li:first-child:before {
    display: none
}

footer {
    clear: both;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 100px
}

footer ul {
    border-top: 1px solid var(--brand-color-darker);
    clear: both;
    white-space: nowrap;
    margin: 0;
    padding: 1em;
    font-size: .75em;
    overflow: hidden
}

footer ul a {
    padding: 1.2em .25em
}

@media (min-width:30em) {
    .site-header ul a {
        padding-left: 1em
    }

    .site-header .search {
        position: relative;
        top: .7em
    }

    .site-header .search label {
        float: left;
        width: 8em;
        padding: 0;
        position: relative
    }

    .site-header .search input[type=search] {
        border: 1px solid var(--brand-color-darker);
        border-top-left-radius: .5em;
        border-bottom-left-radius: .5em;
        width: 100%;
        top: 0;
        left: 0
    }

    .site-header .search input[type=search]:focus {
        border-width: 1px
    }

    .site-header .search input[type=submit] {
        background: var(--brand-color-darker);
        border: 1px solid var(--brand-color-darker);
        float: right;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin: 0;
        display: block;
        top: 0
    }

    .site-header ul+.search {
        padding-right: .5em
    }
}

@media (min-width:48em) {
    header .search label {
        width: 10em
    }

    h1 {
        font-size: 2em
    }

    .asides {
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 2em;
        display: flex
    }

    .aside {
        flex-grow: 1;
        flex-basis: 0;
        min-width: 300px;
        margin-top: 0
    }
}

@media (min-width:62.5em) {
    .site-header div {
        padding: 0 1em
    }

    main {
        padding: 0 2em
    }

    .breadcrumb {
        margin: 0-2em;
        padding-left: 1.5em
    }

    .wide .site-header div {
        width: 62.5em
    }

    .wide main {
        max-width: 60.5em
    }
}

@media (min-width:970px) {}

@media (min-width:1200px) {}</pre></body></html>