@import url('https://fonts.bunny.net/css2?family=Architects+Daughter');

.interview-archive > p {
    max-width: 80ch;
    margin: 0.75em auto 1em;
}
.update-list, .interview-list {
    list-style: none;
    max-width: 74ch;
    margin: 0.75em auto;
    padding-left: 0;
    text-align: left;
}
.update-list li, .interview-list li {
    list-style: none;
    position: relative;
    margin: 0.45em 0;
    padding-left: 2rem;
    line-height: 1.4;
}
.interview-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.08em;
    width: 26px;
    height: 26px;
    background-image: url('/assets/graphics/book.gif');
    background-size: contain;
    background-repeat: no-repeat;
    image-rendering: crisp-edges;
}
.archive-dashboard {
    max-width: 90ch;
    margin: 1.25em auto 1.75em;
    display: grid;
    grid-template-columns: 0.8fr 1.4fr 1fr;
    gap: 0.85rem;
    align-items: stretch;
}
.archive-dashboard.broider-frame {
    padding: 0.3rem;
}
.archive-card {
    padding: 0.55em;
    text-align: left;
    background-color: var(--blockquote-bg);
    border: 1px solid var(--blockquote-border);
    border-radius: 5px;
    box-shadow: 1px 1px 2px var(--blockquote-shadow);
}
.archive-card h2 {
    margin: 0 0 0.45em;
    font-family: 'Architects Daughter';
    font-size: 29px;
    color: var(--heading-accent);
    text-align: left;
    text-decoration: none;
}
.archive-dashboard > .archive-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.archive-card p {
    margin: 0.35em 0 0.6em;
    line-height: 1.55;
}
.archive-jump-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35em;
}
.archive-jump-links a {
    display: inline-block;
    padding: 0.08em 0.45em;
    border: 1px solid var(--accent-soft);
    border-radius: 0.35em;
    box-shadow: 1px 1px 1px var(--blockquote-shadow);
}
.archive-jump-links a:hover {
    color: var(--heading-accent);
    border-color: var(--accent);
    font-style: italic;
}
.translation-card details {
    margin-top: 0.45em;
}
.translation-card summary {
    cursor: pointer;
    font-weight: bold;
    color: var(--heading-accent);
}
.translation-list, .compact-update-list {
    list-style: none;
    margin: 0.55em 0 0;
    padding-left: 0;
    font-size: 0.92em;
}
.translation-list li, .compact-update-list li {
    margin: 0.35em 0;
    line-height: 1.45;
}
.wr-badge {
    display: inline-block;
    margin-left: 0.35ch;
    padding: 0.03em 0.45em;
    border: 1px solid var(--accent-soft);
    border-radius: 6px;
    background-color: var(--text-color);
    color: var(--blockquote-bg);
    font-size: 0.72em;
    line-height: 1.1;
    vertical-align: middle;
}
.theme-blue .update-list li::before, .theme-blue .interview-list li::before {
    filter:
        hue-rotate(210deg)
        saturate(1.1)
        brightness(0.9)
        contrast(1.3);
}
.theme-tan .update-list li::before, .theme-tan .interview-list li::before {
    filter:
        sepia(0.7)
        hue-rotate(-15deg)
        saturate(0.9)
        brightness(1.0)
        contrast(1.15);
}
.interview-meta {
    font-size: 0.75em;
    color: var(--italics);
    margin-left: 0.35ch;
}
.interview-decade {
    margin: 2em auto;
}
.interview-year {
    margin: 1.75em auto;
}
.interview-month {
    margin: 1.1em auto;
}
.interview-month h4 {
    text-align: center;
    padding-bottom: 0.25em;
    margin-bottom: 0.35em;
}
.decade-image {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
    border: 2px solid var(--gallery-border);
    box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,0.4);
}
.missing-list code {
    font-size: 0.9em;
}
.decor {
    position: fixed;
    bottom: 0;
    right: 0;
}
.decor a {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    line-height: 0;
}
.decor img {
    max-width: 100px;
    height: auto;
    display: block;
}
@media (min-width: 900px) {
    .archive-dashboard > .archive-card + .archive-card {
        border-left: 1px dotted var(--accent-soft);
        padding-left: 1.1rem;
    }
}
@media (max-width: 900px) {
.archive-dashboard {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
    .archive-nav, .latest-updates, .missing-interviews {
        max-width: 100%;
        padding: 0.8em;
    }
    .update-list, .interview-list {
        max-width: 100%;
        margin: 0.75em 0;
    }
    .update-list li, .interview-list li {
        padding-left: 1.75rem;
    }
    .decor {
        width: 25vw;
        max-width: 80px;
    }
    .decor img {
        width: 100%;
        height: auto;
    }
}
