/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2025 adityatelange
*/
:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238)}.dark{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51)}.list{background:var(--code-bg)}.dark.list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}.not-found{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;border-bottom:1px solid var(--secondary)}.footer a:hover{border-bottom:1px solid var(--primary)}.top-link{visibility:hidden;position:fixed;bottom:60px;right:30px;z-index:99;background:var(--tertiary);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.top-link:focus,#theme-toggle:focus{outline:0}.nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin-inline-start:auto;margin-inline-end:auto;line-height:var(--header-height)}.nav a{display:block}.logo,#menu{display:flex;margin:auto var(--gap)}.logo{flex-wrap:inherit}.logo a{font-size:24px;font-weight:700}.logo a img,.logo a svg{display:inline;vertical-align:middle;pointer-events:none;transform:translate(0,-10%);border-radius:6px;margin-inline-end:8px}button#theme-toggle{font-size:26px;margin:auto 4px}body.dark #moon{vertical-align:middle;display:none}body:not(.dark) #sun{display:none}#menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap}#menu li+li{margin-inline-start:var(--gap)}#menu a{font-size:16px}#menu .active{font-weight:500;border-bottom:2px solid}.lang-switch li,.lang-switch ul,.logo-switches{display:inline-flex;margin:auto 4px}.lang-switch{display:flex;flex-wrap:inherit}.lang-switch a{margin:auto 3px;font-size:16px;font-weight:500}.logo-switches{flex-wrap:inherit}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}.page-header h1{font-size:40px}.pagination{display:flex}.pagination a{color:var(--theme);font-size:13px;line-height:36px;background:var(--primary);border-radius:calc(36px/2);padding:0 16px}.pagination .next{margin-inline-start:auto}.social-icons a{display:inline-flex;padding:10px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:320px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:34px;line-height:1.3}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{-webkit-line-clamp:unset}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .1s;border:1px solid var(--border)}.post-entry:active{transform:scale(.96)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:14px;margin-bottom:var(--gap);text-align:center}.entry-cover img{border-radius:var(--radius);width:100%;height:auto}.entry-cover a{color:var(--secondary);box-shadow:0 1px 0 var(--primary)}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{margin-bottom:2px;font-size:40px}.post-description{margin-top:10px;margin-bottom:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px;display:flex;flex-wrap:wrap;align-items:center}.post-meta .i18n_list li{display:inline-flex;list-style:none;margin:auto 3px;box-shadow:0 1px 0 var(--secondary)}.breadcrumbs a{font-size:16px}.post-content{color:var(--content)}.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:24px 0 16px}.post-content h1{margin:40px auto 32px;font-size:40px}.post-content h2{margin:32px auto 24px;font-size:32px}.post-content h3{font-size:24px}.post-content h4{font-size:16px}.post-content h5{font-size:14px}.post-content h6{font-size:12px}.post-content a,.toc a:hover{box-shadow:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.post-content a code{margin:auto 0;border-radius:0;box-shadow:0 -1px 0 var(--primary)inset}.post-content del{text-decoration:line-through}.post-content dl,.post-content ol,.post-content p,.post-content figure,.post-content ul{margin-bottom:var(--content-gap)}.post-content ol,.post-content ul{padding-inline-start:20px}.post-content li{margin-top:5px}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.post-content dt{width:25%;font-weight:700}.post-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.post-content dd~dd,.post-content dt~dt{margin-top:10px}.post-content table{margin-bottom:var(--content-gap)}.post-content table th,.post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:8px 5px;line-height:1.5;border-bottom:1px solid var(--border)}.post-content table th{text-align:start}.post-content table:not(.highlighttable) td code:only-child{margin:auto 0}.post-content .highlight table{border-radius:var(--radius)}.post-content .highlight:not(table){margin:10px auto;background:var(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.post-content li>.highlight{margin-inline-end:0}.post-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.post-content .highlight pre{margin:0}.post-content .highlighttable{table-layout:fixed}.post-content .highlighttable td:first-child{width:40px}.post-content .highlighttable td .linenodiv{padding-inline-end:0!important}.post-content .highlighttable td .highlight,.post-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{margin:auto 4px;padding:4px 6px;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:2px}.post-content pre code{display:grid;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--code-block-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.post-content blockquote{margin:20px 0;padding:0 14px;border-inline-start:3px solid var(--primary)}.post-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.post-content iframe{max-width:100%}.post-content img{border-radius:4px;margin:1rem 0}.post-content img[src*="#center"]{margin:1rem auto}.post-content figure.align-center{text-align:center}.post-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.post-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.toc{margin:0 2px 40px;border:1px solid var(--border);background:var(--code-bg);border-radius:var(--radius);padding:.4em}.dark .toc{background:var(--entry)}.toc details summary{cursor:zoom-in;margin-inline-start:10px;user-select:none}.toc details[open] summary{cursor:zoom-out}.toc .details{display:inline;font-weight:500}.toc .inner{margin:5px 20px 0;padding:0 10px;opacity:.9}.toc li ul{margin-inline-start:var(--gap)}.toc summary:focus{outline:0}.post-footer{margin-top:56px}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.post-tags a{display:block;padding:0 14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{padding:10px;display:flex;justify-content:center;overflow-x:auto;gap:10px}.share-buttons li,.share-buttons a{display:inline-flex}.share-buttons a:not(:last-of-type){margin-inline-end:12px}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:8px;font-weight:500;user-select:none}.paginav{display:flex;line-height:30px}.paginav a{padding-inline-start:14px;padding-inline-end:14px;border-radius:var(--radius)}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:small;color:var(--secondary)}.paginav .prev,.paginav .next{width:50%}.paginav span:hover:not(.title){box-shadow:0 1px}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}img.in-text{display:inline;margin:auto}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner{display:flex;flex-direction:column;align-items:center;gap:10px}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px}.button{background:var(--tertiary);border-radius:var(--radius);margin:8px;padding:6px;transition:transform .1s}.button-inner{padding:0 8px}.button:active{transform:scale(.96)}#searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}#searchbox input:focus{border-color:var(--secondary)}#searchResults li{list-style:none;border-radius:var(--radius);padding:10px;margin:10px 0;position:relative;font-weight:500}#searchResults{margin:10px 0;width:100%}#searchResults li:active{transition:transform .1s;transform:scale(.98)}#searchResults a{position:absolute;width:100%;height:100%;top:0;left:0;outline:none}#searchResults .focus{transform:scale(.98);border:2px solid var(--tertiary)}.terms-tags li{display:inline-block;margin:10px;font-weight:500}.terms-tags a{display:block;padding:3px 10px;background:var(--tertiary);border-radius:6px;transition:transform .1s}.terms-tags a:active{background:var(--tertiary);transform:scale(.96)}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .err{color:#ed8796}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma{background-color:unset!important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-track{background:var(--code-bg)}::-webkit-scrollbar-thumb{background:var(--tertiary);border:5px solid var(--theme);border-radius:var(--radius)}.list:not(.dark)::-webkit-scrollbar-thumb{border:5px solid var(--code-bg)}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}::-webkit-scrollbar:not(.highlighttable,.highlight table,.gist .highlight){background:var(--theme)}.post-content .highlighttable td .highlight pre code::-webkit-scrollbar{display:none}.post-content :not(table) ::-webkit-scrollbar-thumb{border:2px solid var(--code-block-bg);background:#717175}.post-content :not(table) ::-webkit-scrollbar-thumb:hover{background:#a3a3a5}.gist table::-webkit-scrollbar-thumb{border:2px solid #fff;background:#adadad}.gist table::-webkit-scrollbar-thumb:hover{background:#707070}.post-content table::-webkit-scrollbar-thumb{border-width:2px}@media screen and (min-width:768px){::-webkit-scrollbar{width:19px;height:11px}}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media screen and (max-width:340px){.share-buttons{justify-content:unset}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,#searchResults .focus,#searchResults li:active{transform:none}}.profile{margin-bottom:.5rem}.post-entry:first-of-type{margin-top:.5rem}.main .profile+div:not(.profile){margin-top:.5rem}:root{--theme:#f6f1ea !important;--entry:#e8e1da !important;--tertiary:#e8e1da !important}.dark{--entry:#545454 !important;--tertiary:#696969 !important;--primary:rgb(255, 255, 255) !important;--secondary:rgb(255, 255, 255) !important;--content:rgb(255, 255, 255) !important}.post-entry{background:var(--entry)!important}.terms-tags a{background:var(--tertiary)!important}.list{background:var(--theme)!important}.dark.list{background:var(--theme)!important}.embargo-read-now-button{background:#df6564!important;border-color:#df6564!important}.embargo-read-now-button:hover{background:#df6564!important;border-color:#df6564!important;opacity:.9}.embargo-external-link-homepage{background:#df6564!important;border-color:#df6564!important}.embargo-external-link-homepage:hover{background:#df6564!important;border-color:#df6564!important;opacity:.9}.entry-publication-name{color:#df6564!important}[data-theme=dark] .embargo-read-now-button,.dark .embargo-read-now-button{background:#df6564!important;border-color:#df6564!important;color:#fff!important}[data-theme=dark] .embargo-read-now-button:hover,.dark .embargo-read-now-button:hover{background:#df6564!important;border-color:#df6564!important;opacity:.9}[data-theme=dark] .embargo-external-link-homepage,.dark .embargo-external-link-homepage{background:#df6564!important;border-color:#df6564!important;color:#fff!important}[data-theme=dark] .embargo-external-link-homepage:hover,.dark .embargo-external-link-homepage:hover{background:#df6564!important;border-color:#df6564!important;opacity:.9}.dark .entry-publication-name{color:#df6564!important}.embargo-content-section[data-tag=excerpt]{border-left-color:#df6564!important}.embargo-content-section[data-tag=excerpt] .embargo-tag{background:#df6564!important}.post-entry{display:block!important}.post-entry .entry-cover{float:left!important;margin-right:var(--gap)!important;margin-bottom:0!important;width:180px!important;text-align:left!important}.post-entry .entry-cover img{width:180px!important;height:120px!important;object-fit:cover!important;display:block!important;border-radius:var(--radius)!important;border:none!important;box-shadow:none!important;outline:none!important;filter:none!important}.post-entry .entry-cover{border:none!important;box-shadow:none!important;outline:none!important;filter:none!important}.post-entry::after{content:""!important;display:table!important;clear:both!important}.first-entry .entry-cover{width:200px!important}.first-entry .entry-cover img{width:200px!important;height:133px!important;border:none!important;box-shadow:none!important;outline:none!important;filter:none!important}.first-entry .entry-cover{border:none!important;box-shadow:none!important;outline:none!important;filter:none!important}.tag-entry .entry-cover{display:block!important;float:left!important;margin-right:var(--gap)!important;margin-bottom:0!important;width:180px!important;text-align:left!important}.tag-entry .entry-cover img{width:180px!important;height:120px!important;object-fit:cover!important;display:block!important;border-radius:var(--radius)!important}.post-entry{position:relative!important;min-height:140px!important}.first-entry{min-height:150px!important}.post-entry .entry-header,.post-entry .entry-content,.post-entry .entry-footer{margin-left:calc(180px + var(--gap))!important;overflow:hidden!important}.first-entry .entry-header,.first-entry .entry-content,.first-entry .entry-footer{margin-left:calc(200px + calc(var(--gap) * 1.5))!important}.post-entry .entry-footer{clear:none!important;float:none!important;width:auto!important}.post-entry::after{content:""!important;display:table!important;clear:both!important}.post-entry .entry-cover a,.first-entry .entry-cover a,.post-entry .entry-cover a img,.first-entry .entry-cover a img{border:none!important;box-shadow:none!important;outline:none!important;filter:none!important;text-decoration:none!important}.post-entry .entry-cover,.first-entry .entry-cover,.post-entry .entry-cover *,.first-entry .entry-cover *{background:0 0!important;background-color:initial!important;border:0!important;border-width:0!important;border-style:none!important;border-color:transparent!important;box-shadow:none!important;outline:none!important;outline-width:0!important;outline-style:none!important;filter:none!important;backdrop-filter:none!important}.post-entry .entry-cover::before,.post-entry .entry-cover::after,.first-entry .entry-cover::before,.first-entry .entry-cover::after,.post-entry .entry-cover img::before,.post-entry .entry-cover img::after,.first-entry .entry-cover img::before,.first-entry .entry-cover img::after{display:none!important;content:none!important;border:none!important;box-shadow:none!important;outline:none!important}.post-entry .entry-cover>*,.first-entry .entry-cover>*,.post-entry .entry-cover figure,.first-entry .entry-cover figure,.post-entry .entry-cover picture,.first-entry .entry-cover picture{border:none!important;box-shadow:none!important;outline:none!important;filter:none!important;margin:0!important;padding:0!important}@media(max-width:768px){.post-entry .entry-cover a,.first-entry .entry-cover a,.post-entry .entry-cover a img,.first-entry .entry-cover a img,.post-entry .entry-cover,.first-entry .entry-cover,.post-entry .entry-cover *,.first-entry .entry-cover *{border:none!important;box-shadow:none!important;outline:none!important;filter:none!important;background:0 0!important;background-color:initial!important}}.post-entry .entry-cover img,.first-entry .entry-cover img{border:none!important;box-shadow:0 2px 8px rgba(0,0,0,.1)!important}.dark .post-entry .entry-cover img,.dark .first-entry .entry-cover img{box-shadow:0 2px 8px rgba(255,255,255,.1)!important}.embargo-notice{background:var(--code-bg,#f8fafc);border:2px solid var(--border,#e5e7eb);border-radius:8px;padding:1.25rem;margin:2rem 0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.embargo-header{display:flex;flex-direction:column;align-items:center;margin:1.5rem 0;gap:.75rem}.embargo-header h3{margin:0;color:var(--primary,#1f2937);font-size:1.1rem;text-align:center}.embargo-status{display:flex;align-items:center;justify-content:center;width:100%}.embargo-badge{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;white-space:nowrap}.publication-details{display:grid;gap:.5rem;margin-bottom:1.5rem}.publication-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.95rem}.publication-item strong{color:var(--primary,#1f2937);min-width:110px;flex-shrink:0;font-size:.95rem}.publication-item a{color:var(--theme-link,#3b82f6);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.publication-item a:hover{border-bottom-color:var(--theme-link,#3b82f6)}.embargo-summary{background:var(--code-bg,#f8fafc);padding:1rem;border-radius:6px;margin-bottom:1rem;border-left:4px solid var(--theme-link,#3b82f6)}.embargo-summary h4{margin:0 0 .5rem;color:var(--primary,#1f2937);font-size:1rem}.embargo-summary p{margin:0;color:var(--secondary,#6b7280);line-height:1.6}.embargo-description{margin-bottom:1rem}.embargo-content-block{background:var(--code-bg,#f8fafc);padding:1.25rem;border-radius:8px;border-left:4px solid var(--theme-link,#3b82f6);color:var(--primary,#1f2937);line-height:1.6}.embargo-content-block h1,.embargo-content-block h2,.embargo-content-block h3,.embargo-content-block h4,.embargo-content-block h5,.embargo-content-block h6{margin-top:0;margin-bottom:.75rem;color:var(--primary,#1f2937)}.embargo-content-block p{margin-bottom:1rem}.embargo-content-block p:last-child{margin-bottom:0}.embargo-content-block ul,.embargo-content-block ol{margin-bottom:1rem;padding-left:1.5rem}.embargo-content-block blockquote{border-left:3px solid var(--border,#e5e7eb);padding-left:1rem;margin:1rem 0;font-style:italic;color:var(--secondary,#6b7280)}.embargo-content-block code{background:var(--theme-bg,#fff);padding:.125rem .25rem;border-radius:3px;font-size:.875em;border:1px solid var(--border,#e5e7eb)}.embargo-tagged-content{margin-bottom:1.5rem}.embargo-content-section{margin-bottom:1.25rem;border-radius:8px;overflow:hidden;border:1px solid var(--border,#e5e7eb)}.embargo-content-section:last-child{margin-bottom:0}.embargo-content-section[data-tag=info]{border-left:4px solid #3b82f6}.embargo-content-section[data-tag=warning]{border-left:4px solid #f59e0b}.embargo-content-section[data-tag=note]{border-left:4px solid #10b981}.embargo-content-section[data-tag=excerpt]{border-left:4px solid #8b5cf6}.embargo-content-section[data-tag=teaser]{border-left:4px solid #ef4444}.embargo-section-title{background:var(--code-bg,#f8fafc);padding:.75rem 1rem;margin:0;font-size:1rem;color:var(--primary,#1f2937);display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--border,#e5e7eb)}.embargo-icon{font-size:1.1em}.embargo-tag{background:var(--theme-link,#3b82f6);color:#fff;padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;margin-left:auto;text-transform:uppercase;letter-spacing:.025em}.embargo-content-section[data-tag=warning] .embargo-tag{background:#f59e0b}.embargo-content-section[data-tag=note] .embargo-tag{background:#10b981}.embargo-content-section[data-tag=excerpt] .embargo-tag{background:#8b5cf6}.embargo-content-section[data-tag=teaser] .embargo-tag{background:#ef4444}.embargo-section-content{padding:1rem;background:var(--theme-bg,#fff);color:var(--primary,#1f2937);line-height:1.6}.embargo-section-content h1,.embargo-section-content h2,.embargo-section-content h3,.embargo-section-content h4,.embargo-section-content h5,.embargo-section-content h6{margin-top:0;margin-bottom:.75rem;color:var(--primary,#1f2937)}.embargo-section-content p{margin-bottom:1rem}.embargo-section-content p:last-child{margin-bottom:0}.embargo-section-content ul,.embargo-section-content ol{margin-bottom:1rem;padding-left:1.5rem}.embargo-section-content blockquote{border-left:3px solid var(--border,#e5e7eb);padding-left:1rem;margin:1rem 0;font-style:italic;color:var(--secondary,#6b7280)}.embargo-section-content code{background:var(--code-bg,#f8fafc);padding:.125rem .25rem;border-radius:3px;font-size:.875em;border:1px solid var(--border,#e5e7eb)}.embargo-explanation{color:var(--secondary,#6b7280);font-size:.9rem;line-height:1.6;margin:1.5rem 0}.embargo-explanation p{margin:0 0 .75rem}.embargo-explanation p:last-child{margin-bottom:0}.embargo-explanation a{color:var(--theme-link,#3b82f6);text-decoration:none;font-weight:600;border-bottom:2px solid var(--theme-link,#3b82f6);transition:all .2s ease}.embargo-explanation a:hover{background:var(--theme-link,#3b82f6);color:#fff;padding:.25rem .5rem;border-radius:4px;border-bottom:2px solid var(--theme-link,#3b82f6)}.embargo-available-date-section{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border,#e5e7eb)}.publication-credits{margin-top:3rem;padding-top:2rem}.publication-divider{border:none;height:1px;background:linear-gradient(to right,transparent,var(--border,#e5e7eb),transparent);margin-bottom:2rem}.publication-info h4{color:var(--primary,#1f2937);margin:0 0 1rem;font-size:1.1rem}.originally-published{background:var(--code-bg,#f8fafc);padding:1rem;border-radius:6px;margin-bottom:1rem;border-left:4px solid var(--theme-link,#3b82f6)}.originally-published em{color:var(--secondary,#6b7280);font-style:normal}.publication-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:1rem}.detail-item{display:flex;align-items:center;gap:.5rem}.detail-label{font-weight:600;color:var(--primary,#1f2937);min-width:80px}.detail-value{color:var(--secondary,#6b7280)}.magazine-link{text-align:center;margin-top:1.5rem}.magazine-link a{display:inline-block;background:var(--theme-link,#3b82f6);color:#fff;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .2s ease}.magazine-link a:hover{background:var(--theme-link-hover,#2563eb);transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.embargo-separator{margin:2rem 0 1rem}.embargo-divider{border:none;height:2px;background:linear-gradient(to right,transparent,var(--theme-link,#3b82f6) 20%,var(--theme-link,#3b82f6) 80%,transparent );margin:0;position:relative}.embargo-divider::after{display:none}.embargo-shortcode-wrapper{margin-top:1rem}.embargo-content-wrapper{margin-top:1rem}.embargo-content-wrapper .post-content{margin-bottom:2rem}.embargo-badge-list{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;margin-left:.5rem;white-space:nowrap}@media(max-width:768px){.embargo-header{flex-direction:column;align-items:flex-start}.embargo-badge{align-self:flex-start}.publication-details-grid{grid-template-columns:1fr}.detail-item{flex-direction:column;align-items:flex-start;gap:.25rem}.detail-label{min-width:auto}}[data-theme=dark] .embargo-notice{background:var(--code-bg,#374151);border-color:var(--border,#374151)}[data-theme=dark] .embargo-summary,[data-theme=dark] .originally-published,[data-theme=dark] .embargo-content-block,[data-theme=dark] .embargo-section-title{background:var(--code-bg,#374151)}[data-theme=dark] .embargo-section-content{background:var(--theme-bg,#1f2937)}[data-theme=dark] .embargo-content-section{border-color:var(--border,#374151)}[data-theme=dark] .embargo-section-title{border-bottom-color:var(--border,#374151)}[data-theme=dark] .embargo-content-block code,[data-theme=dark] .embargo-section-content code{background:var(--theme-bg,#1f2937);border-color:var(--border,#374151)}[data-theme=dark] .embargo-divider::after{background:var(--code-bg,#374151)}.embargo-read-now-button{background:#df6564!important;color:#fff!important;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;white-space:nowrap;text-decoration:none;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:2px solid #df6564;box-shadow:none!important;width:160px;height:42px;box-sizing:border-box}up .embargo-read-now-button:hover{background:#df6564!important;border-color:#df6564;opacity:.9}[data-theme=dark] .embargo-read-now-button{background:#df6564!important;color:#fff!important;border:2px solid #df6564;box-shadow:none!important}[data-theme=dark] .embargo-read-now-button:hover{background:#df6564!important;border-color:#df6564;opacity:.9}.embargo-paywall-superscript{display:none}.embargo-external-link-container{position:absolute;top:1rem;right:1rem;z-index:10}.embargo-external-link-homepage{background:#a78bfa;color:#fff;padding:.375rem .75rem;border-radius:16px;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;border:2px solid #a78bfa;position:relative;z-index:11;white-space:nowrap;width:130px;height:32px;box-sizing:border-box}.embargo-external-link-homepage:hover{background:#8b5cf6;border-color:#8b5cf6;transform:translateY(-1px);box-shadow:0 1px 3px rgba(167,139,250,.3)}[data-theme=dark] .embargo-external-link-homepage{background:#a78bfa;color:#000;border:2px solid #a78bfa}[data-theme=dark] .embargo-external-link-homepage:hover{background:#8b5cf6;border-color:#8b5cf6;box-shadow:0 1px 3px rgba(167,139,250,.3)}.embargo-external-link-homepage-expired{background:#000;color:#fff;padding:.375rem .75rem;border-radius:16px;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;border:2px solid #000;position:relative;z-index:11;white-space:nowrap;width:130px;height:32px;box-sizing:border-box}.embargo-external-link-homepage-expired:hover{background:#374151;border-color:#374151;transform:translateY(-1px);box-shadow:0 1px 3px rgba(0,0,0,.2)}[data-theme=dark] .embargo-external-link-homepage-expired{background:#fff;color:#000;border:2px solid #fff}[data-theme=dark] .embargo-external-link-homepage-expired:hover{background:#f3f4f6;border-color:#f3f4f6;box-shadow:0 1px 3px rgba(255,255,255,.2)}.paywall-indicator{font-size:.8em;margin-left:.25rem}.post-entry.has-embargo-button .entry-header h2{padding-right:8rem}.post-entry .entry-header{position:relative}@media(max-width:768px){.embargo-external-link-container{position:static;margin:.75rem 0 .5rem;text-align:center;width:100%;order:3}.post-entry.has-embargo-button .entry-header h2{padding-right:0!important}.post-entry.has-embargo-button .entry-header{display:flex;flex-direction:column;gap:.5rem}.post-entry .entry-publication-name{order:1}.post-entry .entry-header h2{order:2;margin:0}.embargo-external-link-container{order:3}.embargo-external-link-homepage,.embargo-external-link-homepage-expired{font-size:.75rem;width:120px;height:30px;padding:.4rem .6rem}.embargo-read-now-button{width:130px;height:36px;font-size:.8rem}.embargo-header{gap:.75rem}.embargo-header h3{font-size:1rem}.post-entry .entry-content{margin-top:.75rem!important}.post-entry .entry-footer{margin-top:.5rem!important}}.embargo-available-date{color:var(--primary,#1f2937);margin:0}.embargo-available-date strong{font-weight:600}[data-theme=dark] .embargo-available-date{color:var(--primary,#f9fafb)}.publication-volume-italic{font-style:italic}.preview-quote{margin:2rem auto;padding:1.5rem 0;text-align:center;position:relative;max-width:90%;font-style:italic!important}.preview-quote::before{content:'"';font-size:3rem;color:var(--primary,#1f2937);position:absolute;left:-1rem;top:-.5rem;font-family:Georgia,serif;line-height:1;opacity:.6}.preview-quote::after{content:'"';font-size:3rem;color:var(--primary,#1f2937);position:absolute;right:-1rem;bottom:-1rem;font-family:Georgia,serif;line-height:1;opacity:.6}.preview-quote p,.preview-quote *{margin:0;font-size:1.2rem;font-style:italic!important;color:var(--primary,#1f2937);line-height:1.7;font-family:Georgia,serif}[data-theme=dark] .preview-quote::before,[data-theme=dark] .preview-quote::after{color:var(--primary,#f9fafb)}[data-theme=dark] .preview-quote p,[data-theme=dark] .preview-quote *{color:var(--primary,#f9fafb);font-style:italic!important}@media(max-width:768px){.preview-quote{max-width:95%;padding:1rem 0}.preview-quote::before,.preview-quote::after{font-size:2.5rem}.preview-quote::before{left:-.75rem;top:-.25rem}.preview-quote::after{right:-.75rem;bottom:-.75rem}.preview-quote p{font-size:1rem}}.mini-embargo-info{background:var(--code-bg,#f8fafc);border:1px solid var(--border,#e5e7eb);border-radius:8px;padding:1rem;margin:1.5rem 0;font-size:1rem}.mini-embargo-content{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.mini-embargo-details{display:flex;flex-direction:column;gap:.5rem;flex:1}.mini-embargo-button{flex-shrink:0}.mini-embargo-read-button{background:#000!important;color:#fff!important;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;white-space:nowrap;text-decoration:none;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:2px solid #000;box-shadow:none!important;min-width:140px;height:40px;box-sizing:border-box}.mini-embargo-read-button:hover{background:#374151!important;border-color:#374151;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.2)!important}[data-theme=dark] .mini-embargo-read-button{background:#fff!important;color:#000!important;border:2px solid #fff}[data-theme=dark] .mini-embargo-read-button:hover{background:#f3f4f6!important;border-color:#f3f4f6;box-shadow:0 2px 4px rgba(255,255,255,.2)!important}.mini-publication-item{display:flex;align-items:flex-start;gap:.5rem;font-size:1rem;line-height:1.4}.mini-publication-item strong{color:var(--primary,#1f2937);min-width:100px;flex-shrink:0;font-size:1rem;font-weight:600}.mini-publication-item span{color:var(--secondary,#4b5563)}.mini-publication-item a{color:var(--theme-link,#3b82f6);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.mini-publication-item a:hover{border-bottom-color:var(--theme-link,#3b82f6)}[data-theme=dark] .mini-embargo-info{background:var(--code-bg,#374151);border-color:var(--border,#374151)}[data-theme=dark] .mini-publication-item span{color:var(--secondary,#9ca3af)}@media(max-width:768px){.mini-embargo-content{flex-direction:column;align-items:stretch;gap:1rem}.mini-embargo-button{align-self:center}.mini-embargo-read-button{min-width:120px;height:36px;font-size:.8rem}.mini-embargo-details{gap:.75rem}.mini-publication-item{flex-direction:column;gap:.25rem;font-size:.95rem}.mini-publication-item strong{min-width:auto;font-size:.95rem}.mini-embargo-info{padding:.875rem;font-size:.95rem}}.entry-publication-name{color:#7c3aed;font-size:.8rem;font-weight:600;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.025em;line-height:1.2}.published-in-text{color:#000;font-weight:600}.dark .entry-publication-name{color:#a78bfa}.dark .published-in-text{color:#fff!important;font-weight:600}@media(max-width:768px){.entry-publication-name{font-size:.75rem}}.embargo-header-compact{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin:1rem 0;padding:0}.embargo-publication-info{display:flex;flex-direction:column;gap:.5rem;flex:1}.embargo-publication-item{display:flex;align-items:flex-start;gap:.5rem;font-size:1rem;line-height:1.4}.embargo-publication-item strong{color:var(--primary,#1f2937);min-width:100px;flex-shrink:0;font-size:1rem;font-weight:600}.embargo-publication-item span{color:var(--secondary,#4b5563)}.embargo-publication-item a{color:var(--theme-link,#3b82f6);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.embargo-publication-item a:hover{border-bottom-color:var(--theme-link,#3b82f6)}.embargo-button-container{flex-shrink:0;display:flex;align-items:flex-start}.embargo-read-now-button-expired{background:#000!important;color:#fff!important;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;white-space:nowrap;text-decoration:none;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:2px solid #000;box-shadow:none!important;width:160px;height:42px;box-sizing:border-box}.embargo-read-now-button-expired:hover{background:#374151!important;border-color:#374151;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.2)!important}[data-theme=dark] .embargo-read-now-button-expired{background:#fff!important;color:#000!important;border:2px solid #fff}[data-theme=dark] .embargo-read-now-button-expired:hover{background:#f3f4f6!important;border-color:#f3f4f6;box-shadow:0 2px 4px rgba(255,255,255,.2)!important}[data-theme=dark] .embargo-publication-item span{color:var(--secondary,#9ca3af)}@media(max-width:768px){.embargo-header-compact{flex-direction:column;align-items:stretch;gap:1rem}.embargo-button-container{align-self:center}.embargo-read-now-button,.embargo-read-now-button-expired{width:140px;height:38px;font-size:.85rem}.embargo-publication-item{flex-direction:column;gap:.25rem;font-size:.95rem}.embargo-publication-item strong{min-width:auto;font-size:.95rem}}.tag-entry .entry-cover{display:block!important}@media(max-width:768px){.main{width:100%!important;max-width:100%!important;padding:var(--gap)!important;box-sizing:border-box!important;overflow-x:visible!important}.list{width:100%!important;max-width:100%!important;overflow:visible!important}.post-entry,.first-entry,.tag-entry{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;padding:var(--gap)!important;margin-bottom:calc(var(--gap))!important;box-sizing:border-box!important;overflow:hidden!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important;background:var(--entry)!important}.list .post-entry:last-of-type{margin-bottom:0!important}.post-entry .entry-header,.post-entry .entry-content,.post-entry .entry-footer{width:100%!important;box-sizing:border-box!important;margin:0!important;padding:0!important}.post-entry .entry-content{margin-top:calc(var(--gap) * .75)!important}.post-entry .entry-footer{order:2!important;margin-top:var(--gap)!important}.post-entry .entry-cover,.first-entry .entry-cover,.tag-entry .entry-cover{order:1!important;width:100%!important;box-sizing:border-box!important;margin:0!important;margin-top:var(--gap)!important;margin-bottom:calc(var(--gap))!important;padding:0!important;height:auto!important;display:block!important}.post-entry .entry-cover img,.first-entry .entry-cover img,.tag-entry .entry-cover img{width:100%!important;height:auto!important;object-fit:cover!important;display:block!important;border-radius:var(--radius)!important;border:none!important;box-shadow:none!important;margin:0!important}.dark .post-entry .entry-cover img,.dark .first-entry .entry-cover img,.dark .tag-entry .entry-cover img{box-shadow:none!important}.post-entry .entry-header,.first-entry .entry-header,.tag-entry .entry-header{margin:0!important;margin-bottom:0!important;padding:0!important;padding-bottom:0!important}.post-entry .entry-header h2,.first-entry .entry-header h1,.tag-entry .entry-header h2{font-size:1.3rem!important;line-height:1.2!important;margin:0!important;margin-top:calc(var(--gap) * .25)!important;margin-bottom:0!important;padding:0!important;padding-top:0!important;padding-bottom:0!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important;overflow:visible!important;display:block!important;word-wrap:break-word!important;hyphens:auto!important}.first-entry .entry-header h1{font-size:1.3rem!important}.post-entry .entry-content,.first-entry .entry-content,.tag-entry .entry-content{margin:0!important;margin-top:0!important;margin-bottom:0!important;padding:0!important;padding-top:0!important;padding-bottom:0!important;font-size:1rem!important;line-height:1.3!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;display:-webkit-box!important}.post-entry .entry-footer,.first-entry .entry-footer,.tag-entry .entry-footer{margin:0!important;margin-top:0!important;margin-bottom:0!important;padding:0!important;padding-top:0!important;padding-bottom:0!important;font-size:.75rem!important;color:var(--secondary)!important}.entry-publication-name{margin:0!important;padding:0!important;font-size:.7rem!important;box-sizing:border-box!important}.embargo-external-link-container{position:static!important;margin:.5rem 0 0!important;text-align:left!important;width:auto!important;max-width:100%!important}.embargo-external-link-homepage,.embargo-external-link-homepage-expired{font-size:.7rem!important;width:100px!important;height:26px!important;padding:.3rem .5rem!important}.post-entry.has-embargo-button .entry-header h2,.tag-entry.has-embargo-button .entry-header h2{padding-right:0!important}}@media(max-width:768px){.post-single .entry-cover{width:100%!important;max-width:100%!important;margin:0 0 var(--gap)!important;text-align:center!important;float:none!important}.post-single .entry-cover img{width:100%!important;max-width:100%!important;height:auto!important;object-fit:cover!important;border-radius:var(--radius)!important;border:none!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;margin:0!important}.dark .post-single .entry-cover img{box-shadow:0 4px 12px rgba(255,255,255,.1)!important}}.post-entry,.first-entry,.tag-entry{position:relative!important}.post-entry .entry-cover,.first-entry .entry-cover,.tag-entry .entry-cover{visibility:visible!important;opacity:1!important}.post-entry .entry-cover img,.first-entry .entry-cover img,.tag-entry .entry-cover img,.post-single .entry-cover img{outline:none!important;border:none!important}.post-entry .entry-cover a,.first-entry .entry-cover a,.tag-entry .entry-cover a,.post-single .entry-cover a{border:none!important;box-shadow:none!important;outline:none!important;text-decoration:none!important}.profile img{height:auto!important;max-width:120px;max-height:120px;object-fit:cover;aspect-ratio:1/1}.profile_inner{display:flex;flex-direction:column;align-items:center;text-align:center}@font-face{font-family:droid serif;src:url(/fonts/DroidSerif.ttf)format('truetype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:droid serif;src:url(/fonts/DroidSerif-Bold.ttf)format('truetype');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:droid serif;src:url(/fonts/DroidSerif-Italic.ttf)format('truetype');font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:droid serif;src:url(/fonts/DroidSerif-BoldItalic.ttf)format('truetype');font-weight:700;font-style:italic;font-display:swap}body,html{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}*{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}h1,h2,h3,h4,h5,h6{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}p,div,span,a,li,td,th{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}.header,.nav,.menu,.nav-menu,.main-nav{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}.post-content,.post-title,.post-meta,.post-entry,.entry-content,.entry-header{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}.embargo-notice,.embargo-header,.embargo-content,.embargo-description,.embargo-summary,.embargo-tag,.embargo-badge{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}button,input,textarea,select,.button,.btn{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}.footer,.footer-content{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}.search-ui,.search-list,.search-input{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}.archive,.list,.terms,.taxonomy{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}.profile,.profile-mode{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}code,pre,.highlight{font-family:droid serif mono,courier new,liberation mono,dejavu sans mono,monospace!important}.post-single .post-content,.post-single .post-header,.post-single .post-title{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}.social-icons,.share-icons{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}table,thead,tbody,tr,td,th{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}.main .post-content *,.main .post-header *,.main .entry-content *,.main .entry-header *{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}blockquote,.post-content blockquote{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important;font-style:italic}.preview-quote,.preview-quote *,.preview-quote p{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important;font-style:italic!important}:root{--font-family:"Droid Serif", "Times New Roman", "Times", "Liberation Serif", "DejaVu Serif", "Georgia", serif}.publication-credits,.publication-details,.publication-info{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}.breadcrumbs,.breadcrumb{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}.top-link,.back-to-top{font-family:droid serif,times new roman,times,liberation serif,dejavu serif,georgia,serif!important}:root{--radius:0px !important}.dark{--radius:0px !important}.embargo-notice{border-radius:0!important}.embargo-badge,.embargo-badge-list{border-radius:0!important}.embargo-read-now-button,.embargo-read-now-button-expired,.embargo-external-link-homepage,.embargo-external-link-homepage-expired,.mini-embargo-read-button{border-radius:0!important}.embargo-content-section,.embargo-content-block{border-radius:0!important}.embargo-summary,.originally-published{border-radius:0!important}.embargo-content-block code,.embargo-section-content code{border-radius:0!important}.embargo-tag{border-radius:0!important}.mini-embargo-info{border-radius:0!important}.magazine-link a{border-radius:0!important}.post-entry{border-radius:0!important}.entry-cover img{border-radius:0!important}.post-content .highlight table,.post-content pre,.post-content img,.post-content code{border-radius:0!important}.paginav{border-radius:0!important}.search-ui input,.search-list{border-radius:0!important}.profile .profile_inner{border-radius:10!important}.terms-tags a{border-radius:0!important}.social-icons a{border-radius:0!important}.top-link{border-radius:0!important}.logo a img{border-radius:0!important}::-webkit-scrollbar-thumb{border-radius:0!important}.archive-year{border-radius:0!important}*{border-radius:0!important}.profile img{border-radius:0!important}.embargo-explanation a:hover{border-radius:0!important}html body .profile img{border-radius:50%!important}.subtitle{white-space:pre-line;line-height:1.4}.subtitle p{margin:.1em 0}