/* Former assets/css/style.min.css; merged to remove extra stylesheet request. */
html {
    line-height: 1;
    -webkit-text-size-adjust: 100%
}

a {
    text-decoration: underline
}

.error {
    font-size: clamp(0.875rem, 1rem + ((1vw - 0.2rem) * 0.196), 1rem) !important
}

select[name="select"] {
    appearance: none;
    padding-right: 2.5rem !important;
    text-overflow: ellipsis;
    white-space: nowrap
}

.badge {
    display: inline-flex;
    align-items: center;
    min-height: 1.5rem;
    padding: .15rem .55rem;
    border-radius: var(--px-border-radius);
    background: var(--px-primary);
    color: var(--px-primary-inverse);
    font-size: .75rem;
    font-weight: 700
}

.table-responsive {
    overflow-x: auto
}

.table {
    width: 100%;
    margin-bottom: 1rem
}

@media (min-width: 576px) {
    .d-sm-table-cell, .d-lg-table-cell {
        display: table-cell !important
    }
}

.password-strength {
    display: grid;
    gap: .35rem;
    margin-top: .65rem
}

.password-strength-track {
    width: 100%;
    height: .55rem;
    overflow: hidden;
    background: var(--px-muted-border-color);
    border-radius: 999px
}

.password-strength-track span {
    display: block;
    width: 0;
    height: 100%;
    background: #d92d20;
    border-radius: inherit;
    transition: width .18s ease, background-color .18s ease
}

.password-strength-track span[data-score="1"] {
    width: 20%
}

.password-strength-track span[data-score="2"] {
    width: 40%;
    background: #f79009
}

.password-strength-track span[data-score="3"] {
    width: 60%;
    background: #fdb022
}

.password-strength-track span[data-score="4"] {
    width: 80%;
    background: #12b76a
}

.password-strength-track span[data-score="5"] {
    width: 100%;
    background: #079455
}

.password-strength small {
    color: var(--px-muted-color)
}

.password-tools > label:first-child {
    display: block;
    margin-bottom: .4rem
}

.password-tools > .d-flex {
    align-items: stretch;
    margin-bottom: .65rem
}

.password-tools .flex-shrink-0 {
    display: flex;
    align-items: stretch
}

.password-tools .flex-shrink-0 button {
    margin: 0;
    white-space: nowrap
}

.password-tools .flex-grow-1 input {
    width: 100%;
    margin: 0
}

.password-tools > label:last-child {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin: 0
}

.is-fading-out {
    opacity: 0;
    transition: opacity 600ms ease
}

@media (max-width: 640px) {
    .password-tools > .d-flex {
        display: block
    }

    .password-tools .flex-shrink-0 {
        display: block;
        margin-bottom: .5rem
    }

    .password-tools input {
        flex-basis: 100%;
        border-radius: var(--px-border-radius)
    }

    .password-tools button {
        flex: 1 1 auto
    }
}

:root {
    --px-font-family-sans-serif: Inter, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --px-font-family: var(--px-font-family-sans-serif);
    --px-font-weight: 300;
    --px-line-height: 1.65;
    --px-h1: clamp(2.25rem, 3.6vw + 1rem, 3.25rem);
    --px-h2: clamp(1.75rem, 2.2vw + 1rem, 2.1rem);
    --px-h3: clamp(1.35rem, 1.6vw + 1rem, 1.75rem);
    --px-typography-spacing-vertical: 1.25rem;
    --px-font-size--medium: clamp(1rem, 1rem + ((1vw - 0.2rem) * 0.196), 1.125rem)
}
html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

body {
    font-family: var(--px-font-family);
    font-weight: var(--px-font-weight);
    line-height: var(--px-line-height);
    letter-spacing: -0.1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:root:where(.site-name) {
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: var(--px-h3) !important
}

.site-name {
    font-weight: 400
}

nav details.dropdown > summary {
    border: transparent !important;
    background: transparent !important
}

nav i {
    font-size: 21px
}

main {
    min-height: 50vh;
    padding: 2.5rem 1rem 4rem
}

.post-media {
    margin: 0 0 1.25rem
}

.post-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0
}

.post-gallery {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(9rem, 1fr));
    gap: .75rem;
    margin: 0 0 1.5rem
}

.post-gallery a {
    display: block;
    overflow: hidden;
    border-radius: .75rem
}

.post-gallery-item {
    margin: 0
}

.post-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover
}

.post-gallery-item figcaption {
    margin-top: .35rem;
    font-size: .875rem;
    color: var(--px-muted-color)
}

.post-content {
    margin: 3rem 0 1rem;
    font-size: var(--px-font-size--medium) !important
}

.post-meta {
    color: var(--px-muted-color);
    font-size: 0.95rem;
    font-weight: 400
}

.site-live-search {
    width: 100%;
    margin-top: 5px
}

.site-live-searchbar {
    display: flex;
    align-items: stretch;
    gap: .5rem
}

.site-live-searchbar input {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0
}

.site-live-searchbar button {
    white-space: nowrap
}

.site-live-results {
    margin-top: calc(var(--px-spacing) * 0.75);
    border: var(--px-border-width) solid var(--px-muted-border-color);
    border-radius: var(--px-border-radius);
    background: var(--px-card-background-color);
    overflow: hidden
}

.items-list-group {
    margin: 1.25rem 0 1.75rem
}

.items-list-heading {
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0.7;
    margin: 0 0 0.75rem
}

.items-list-list {
    list-style: none !important;
    padding: 0;
    margin: 0
}

.items-list-item {
    list-style: none !important;
    margin: 0.35rem 0
}

.items-list-link {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    font-weight: 400;
    line-height: 1.35;
    font-size: 1.125rem
}

.items-list-link:hover .items-list-title {
    text-decoration: underline;
    text-underline-offset: 3px
}

.items-list-sep, .items-list-date {
    font-weight: 500;
    opacity: 0.75
}

.items-list-date {
    white-space: nowrap
}

.avatar-sm {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: calc(var(--px-border-radius) * 2);
    margin-right: 10px
}

.comment {
    margin-block: 1.75rem
}

.comment-row {
    align-items: flex-start
}

.comment-avatar {
    border-radius: 50%;
    object-fit: cover
}

.comment-content {
    min-width: 0
}

.comment-header {
    display: flex;
    align-items: baseline;
    gap: .5rem;
    margin-bottom: .35rem
}

.comment-header strong {
    font-size: .95rem;
    font-weight: 600
}

.comment-header small {
    color: var(--px-muted-color)
}

.comment-text {
    margin-top: .75rem
}

.comment-actions {
    margin-top: .75rem
}

.comment-reply-placeholder {
    margin-top: 1.5rem;
    margin-left: calc(48px + 1rem)
}

.comment-reply-placeholder:empty {
    display: none
}

.comment-children,
.comment-replies {
    margin-left: calc(48px + 1.5rem);
    margin-top: 1rem
}

.comment-respond {
    margin-top: 3rem;
    width: 100%;
    max-width: 640px
}

.comment-respond textarea {
    min-height: 200px
}

#reply-title {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    flex-wrap: wrap
}

.contact-privacy-note {
    margin-top: 1rem
}

.hidden-field {
    display: none
}

@media (max-width: 640px) {
    .comment-reply-placeholder,
    .comment-children,
    .comment-replies {
        margin-left: 0
    }

    .comment-respond {
        max-width: 100%
    }
}

.honeypot-field {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.search-heading, .search-item-excerpt {
    font-weight: 300
}

.search-item-heading {
    margin-bottom: .25em
}

.search-item-link {
    font-weight: 400
}

.search-pagination {
    margin-top: 2rem;
    text-align: center
}

.footer {
    margin-top: calc(var(--px-spacing) * 4)
}

.footer-main {
    padding-top: calc(var(--px-spacing) * 2);
    padding-bottom: calc(var(--px-spacing) * 2)
}

.footer-grid {
    display: grid;
    grid-template-columns:1fr minmax(320px, 560px);
    gap: calc(var(--px-spacing) * 2);
    align-items: start
}

.footer-site {
    font-size: clamp(1.35rem, 1.4vw + 1rem, 1.9rem);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--px-color);
    text-decoration: none
}

.footer-nav {
    justify-self: end;
    width: min(520px, 100%);
    margin: 0;
    padding: 0
}

.footer-nav nav {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));
    justify-content: end;
    column-gap: calc(var(--px-spacing) * 4);
    row-gap: calc(var(--px-spacing) * 1.25)
}

.footer-links {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: grid;
    row-gap: calc(var(--px-spacing) * 0.85)
}

.footer-links > li {
    margin: 0 !important;
    padding: 0 !important
}

.footer-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: var(--px-spacing);
    margin-top: calc(var(--px-spacing) * 2);
    padding-top: calc(var(--px-spacing) * 2);
    border-top: var(--px-border-width) solid var(--px-muted-border-color)
}

.footer-small {
    color: var(--px-muted-color);
    font-size: 0.9rem
}

@media (max-width: 720px) {
    .footer-grid {
        grid-template-columns:1fr;
        gap: calc(var(--px-spacing) * 2)
    }

    .footer-nav {
        justify-self: start;
        width: 100%
    }

    .footer-links {
        grid-template-columns:1fr;
        justify-content: start
    }

    .footer-nav nav {
        grid-template-columns:1fr;
        justify-content: start
    }
}

html, body {
    min-height: 100%
}

body.error {
    min-height: 100vh;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column
}

body.error main.container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2rem 1rem
}

body.error .row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

body.error .row .col-6 {
    width: 100%;
    max-width: 620px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

body.error .error-icon {
    width: min(330px, 80vw);
    height: auto;
    display: block;
    margin: 0 auto 1.5rem;
    fill: currentColor;
    color: var(--px-color, currentColor)
}

body.error .center, body.error .stack {
    width: 100%;
    text-align: center
}

body.error h1 {
    margin-bottom: 0.75rem
}

body.error p {
    margin-left: auto;
    margin-right: auto
}

body.error code {
    word-break: break-word
}

body.error .footer {
    width: 100%;
    padding: 1rem;
    text-align: center
}

body.error .footer .row {
    justify-content: center
}

body.error .footer .col-6 {
    max-width: 620px
}

.avatar {
    padding: .25rem;
    border: var(--px-border-width) solid var(--px-border-color);
    border-radius: var(--px-border-radius);
    max-width: 120px;
    max-height: 120px;
    height: auto
}


.article-list {
    display: grid;
    gap: 1.25rem
}

ul.article-list {
    padding-left: 1.25rem
}

.article-list article {
    margin: 0
}

@media (max-width: 768px) {
    .row > [class^="col-"], .row > [class*=" col-"] {
        grid-column: span 12
    }
}
