.badge {
    display: inline-block;
    padding: 0.3em 0.6em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge {
    color: #fff !important;
    border-radius: 0.125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

:root { --global-bg-color: #ffffff; --global-code-bg-color: rgba(181, 9, 172, 0.05); --global-text-color: #000000; --global-text-color-light: #828282; --global-theme-color: #002D72; --global-hover-color: #ffb81c; --global-footer-bg-color: #1c1c1c; --global-footer-text-color: #e8e8e8; --global-footer-link-color: #ffffff; --global-distill-app-color: #828282; }

@media (prefers-color-scheme: dark) { :root { --global-theme-color: rgb(36, 150, 203);}}

blockquote { background: var(--global-bg-color); border-left: 2px solid var(--global-theme-color); margin: 1.5em 10px; padding: 0.5em 10px; font-size: 1.2rem; }

@media print, screen and (min-width: 480px) {.pub-row .col-sm-9 {width: auto;}}

.publications ol.bibliography { list-style: none; padding: 0; margin-top: 0; display: grid; grid-template-columns: max-content 1fr; align-items: start; }

.publications ol.bibliography li { display: contents; }

.publications ol.bibliography li .pub-row { display: contents; }

.publications ol.bibliography li .pub-row .abbr { margin-bottom: 0; padding-top: 4px; padding-bottom: 1.5rem; }

.publications ol.bibliography li .pub-row .col-sm-9 { padding-bottom: 1.5rem; }

.research-themes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 1.5rem 0; }

.theme-pillar { border: 1px solid #e0e0e0; border-radius: 6px; padding: 1rem 1.2rem; }

.theme-pillar h4 { margin: 0 0 0.5rem; font-size: 0.95rem; color: var(--global-theme-color); }

.theme-pillar p { margin: 0; font-size: 0.875rem; color: var(--global-text-color-light); line-height: 1.5; }

@media (prefers-color-scheme: dark) { .theme-pillar { border-color: #444; } }

.talks { margin-top: 1.5rem; margin-bottom: 0.5rem; }

.talk-row { display: flex; justify-content: space-between; align-items: flex-start; padding: 0.6rem 0; border-bottom: 1px solid #e8e8e8; gap: 1rem; }

.talk-row:last-child { border-bottom: none; }

.talk-title { font-weight: 600; }

.talk-venue { font-size: 0.9rem; color: var(--global-text-color-light); margin-top: 0.15rem; }

.talk-date { font-size: 0.9rem; color: var(--global-text-color-light); white-space: nowrap; flex-shrink: 0; }

@media (prefers-color-scheme: dark) { .talk-row { border-bottom-color: #444; } }

.selected-publications { margin-top: 1.5rem; margin-bottom: 0.5rem; }

.selected-pub-row { display: flex; gap: 1.5rem; align-items: center; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #e8e8e8; }

.selected-pub-row:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.selected-pub-img { position: relative; }

.selected-pub-img img { width: 200px; min-width: 200px; height: 130px; border-radius: 4px; object-fit: contain; background-color: #ffffff; box-shadow: 2px 2px 6px rgba(0,0,0,0.12); display: block; }

@media (prefers-color-scheme: dark) { .selected-pub-img img { background-color: #ffffff; } }

.selected-pub-img .badge { position: absolute; top: 8px; left: 8px; background-color: var(--global-theme-color); padding-left: 0.9rem; padding-right: 0.9rem; }

.selected-pub-content .badge { display: inline-block; margin-bottom: 0.4rem; background-color: var(--global-theme-color); }

.selected-pub-content .title { font-weight: bolder; }

.selected-pub-content .summary { font-size: 0.875rem; color: #e74d3c; margin-top: 0.25rem; font-weight: 200; }

.selected-pub-content .summary strong { color: #e74d3c; font-weight: 900; }

.selected-pub-content .links { margin-top: 0.3rem; }

.selected-pub-content .links a.btn { color: #000000; border: 1px solid #000000; padding-left: 0.5rem; padding-right: 0.5rem; padding-top: 0.1rem; padding-bottom: 0.1rem; }

.selected-pub-content .links a.btn:hover { color: var(--global-theme-color); border-color: var(--global-theme-color); }

@media (prefers-color-scheme: dark) { .selected-pub-content .links a.btn { color: #FFFFFF; border: 1px solid #FFFFFF; } }

@media (prefers-color-scheme: dark) { .selected-pub-row { border-bottom-color: #444; } }

details.pub-details { margin-top: 0.5rem; }

details.pub-details > summary { cursor: pointer; font-size: 1.3rem; font-weight: 600; list-style: none; display: flex; align-items: center; gap: 0.5rem; padding: 4px 0; margin-bottom: 0; }

details.pub-details > summary::-webkit-details-marker { display: none; }

details.pub-details > summary::before { content: "▶"; font-size: 0.65rem; color: var(--global-theme-color); transition: transform 0.2s; display: inline-block; }

details.pub-details[open] > summary::before { transform: rotate(90deg); }

details.pub-details > summary:hover { color: var(--global-theme-color); }

.publications { margin-top: 2rem; }

.publications h1 { color: var(--global-theme-color); font-size: 2rem; text-align: center; margin-top: 1em; margin-bottom: 1em; }

.publications h2 { margin-bottom: 1rem; }

.publications h2 span { font-size: 1.5rem; }

.publications h2.year { color: #e8e8e8; border-top: 1px solid #e8e8e8; margin-top: 2rem; margin-bottom: 0rem; text-align: right; }

.publications ol.bibliography { list-style: none; padding: 0; margin-top: 0; }

.publications ol.bibliography li { margin-bottom: 0.5rem; }

.publications ol.bibliography li .abbr { margin-bottom: 0.5rem; }

.publications ol.bibliography li .abbr abbr { display: inline-block; background-color: var(--global-theme-color); padding: 0.3rem 0.9rem; font-size: 0.9rem; letter-spacing: 0.04em; position: static; }

.publications ol.bibliography li .abbr abbr a { color: white; }

.publications ol.bibliography li .abbr abbr a:hover { text-decoration: none; }

.publications ol.bibliography li .abbr .award { color: var(--global-theme-color) !important; border: 1px solid var(--global-theme-color); }

.publications ol.bibliography li .title { font-weight: bolder; }

.publications ol.bibliography li .author a { border-bottom: 1px var(--global-theme-color); }

.publications ol.bibliography li .author a:hover { border-bottom-style: solid; text-decoration: none; }

.publications ol.bibliography li .author > em { border-bottom: 1px solid; font-style: normal; }

.publications ol.bibliography li .links a.btn { color: #000000; border: 1px solid #000000; padding-left: 0.5rem; padding-right: 0.5rem; padding-top: 0.1rem; padding-bottom: 0.1rem; }

@media (prefers-color-scheme: dark) {
.publications ol.bibliography li .links a.btn { color: #FFFFFF; border: 1px solid #FFFFFF; padding-left: 0.5rem; padding-right: 0.5rem; padding-top: 0.1rem; padding-bottom: 0.1rem; }

  }

.publications ol.bibliography li .links a.btn:hover { color: var(--global-theme-color); border-color: var(--global-theme-color); }

.publications ol.bibliography li .hidden { font-size: 0.875rem; max-height: 0px; overflow: hidden; text-align: justify; -webkit-transition: 0.15s ease; -moz-transition: 0.15s ease; -ms-transition: 0.15s ease; -o-transition: 0.15s ease; transition: all 0.15s ease; }

.publications ol.bibliography li .hidden p { line-height: 1.4em; margin: 10px; }

.publications ol.bibliography li .hidden pre { font-size: 1em; line-height: 1.4em; padding: 10px; }

.publications ol.bibliography li .hidden.open { max-height: 100em; -webkit-transition: 0.15s ease; -moz-transition: 0.15s ease; -ms-transition: 0.15s ease; -o-transition: 0.15s ease; transition: all 0.15s ease; }

.publications ol.bibliography li div.abstract.hidden { border: dashed 1px var(--global-bg-color); }

.publications ol.bibliography li div.abstract.hidden.open { border-color: var(--global-text-color); }

.publications ol.bibliography li .teaser { border-radius: 8px; box-shadow: 3px 3px 6px #888; height: 123px; width: 270px; margin-top: 5px; margin-left: 5px; margin-bottom: 5px; object-fit: cover; }
