.navbar{z-index:8;top:calc(var(--gap-margin) * 2);position:sticky;position:-webkit-sticky}.navbar-blur{margin:0 1rem;border-radius:64px;position:relative;box-shadow:0 0 2px #0000000a,0 2px 8px #0000000a,0 4px 16px #0000000a;transition:all .2s ease-out;-moz-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;text-shadow:0 0 4px #fff,0 0 8px rgba(255,255,255,.8),0 0 16px rgba(255,255,255,.6)}:root[data-theme=dark] .navbar-blur{text-shadow:0 0 2px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.4)}@media(prefers-color-scheme:dark){.navbar-blur{text-shadow:0 0 2px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.4)}}.navbar-blur nav a:not(.active,.navbar-blur :hover){filter:drop-shadow(0 0 0 #fff) drop-shadow(0 0 4px #fff)}:root[data-theme=dark] .navbar-blur nav a:not(.active,:root[data-theme=dark] .navbar-blur :hover){filter:none}@media(prefers-color-scheme:dark){.navbar-blur nav a:not(.active,.navbar-blur :hover){filter:none}}.navbar-blur:before,.navbar-blur:after{z-index:-1;position:absolute;pointer-events:none;content:"";inset:0;border-radius:64px}.navbar-blur:before{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#ffffff4d;margin:1px}:root[data-theme=dark] .navbar-blur:before{background:#fff3}@media(prefers-color-scheme:dark){.navbar-blur:before{background:#fff3}}.navbar-blur:after{--blur-px: 16px;--blur-sat: 300%;backdrop-filter:saturate(var(--blur-sat)) blur(var(--blur-px));-webkit-backdrop-filter:saturate(var(--blur-sat)) blur(var(--blur-px));mask:linear-gradient(#fff,20%,transparent,80%,#fff),linear-gradient(90deg,#fff,20%,transparent,80%,#fff);-webkit-mask-image:linear-gradient(#fff,20%,transparent,80%,#fff),linear-gradient(90deg,#fff,20%,transparent,80%,#fff);box-shadow:inset 0 0 4px 1px #ffffff80;transition:all .2s ease-out;-moz-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out}:root[data-theme=dark] .navbar-blur:after{box-shadow:inset 0 0 2px 1px #fff3}@media(prefers-color-scheme:dark){.navbar-blur:after{box-shadow:inset 0 0 2px 1px #fff3}}.navbar-container{max-width:100%;margin:1px;border-radius:64px;overflow:scroll visible}.navbar-container::-webkit-scrollbar{height:0;width:0}.navbar-container::-webkit-scrollbar-track-piece{background:transparent}.navbar-container::-webkit-scrollbar-thumb{background:var(--text-meta);cursor:pointer;border-radius:0}.navbar-container::-webkit-scrollbar-thumb:hover{background:var(--text-p3)}.navbar nav{display:inline-flex;font-size:.875rem;z-index:1}.navbar nav>p{margin:0}.navbar nav a{padding:.25rem .75rem;margin:.25rem;line-height:2;color:var(--text-p1);border-radius:32px;font-weight:500;white-space:nowrap;position:relative;z-index:1;transition:all .2s ease-out;-moz-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out}.navbar nav a:hover{background:var(--bg-a50)}.navbar nav a.active,.navbar nav a:hover{color:var(--text)}.navbar nav a.active{background:var(--bg-a60);box-shadow:0 0 1px #0000000a,0 0 2px #0000000a,0 0 4px #00000014;cursor:default;pointer-events:none;backdrop-filter:saturate(300%);-webkit-backdrop-filter:saturate(300%)}:root[data-theme=dark] .navbar nav a.active{background:#ffffff40}@media(prefers-color-scheme:dark){.navbar nav a.active{background:#ffffff40}}.navbar nav a.active:after{content:""}.navbar nav a+a{margin-left:4px}@media screen and (max-width:450px){.navbar.top{top:36px}}.paginator-wrap{margin:1rem;display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:700;background:var(--card);border-radius:24px;overflow:hidden;box-shadow:0 2px 8px #00000008;color:var(--text-p3)}.paginator-wrap .page-number{padding:4px 8px;border-radius:8px;margin:2px}.paginator-wrap a.page-number{color:var(--text-p3)}.paginator-wrap a.page-number:hover{color:var(--text-p1);background:var(--block)}.paginator-wrap .extend{text-align:center;background-size:contain;width:1rem;height:1rem;background-origin:content-box;background-clip:content-box}.paginator-wrap .extend.next{border-left:1px dashed var(--block-border);background-image:url(https://gcore.jsdelivr.net/gh/cdn-x/placeholder@1.0.12/arrow/064b95430caf4.svg)}.paginator-wrap .extend.prev{border-right:1px dashed var(--block-border);background-image:url(https://gcore.jsdelivr.net/gh/cdn-x/placeholder@1.0.12/arrow/f049bbd4e88ec.svg)}.paginator-wrap .current{font-family:Menlo,Monaco,Consolas,system-ui,monospace,sans-serif;background:var(--block)}.paginator-wrap .extend{padding:1rem;line-height:0;filter:grayscale(100%)}.paginator-wrap .extend img{height:1rem}.paginator-wrap .extend.disable{pointer-events:none}.paginator-wrap span.extend{opacity:.25}.paginator-wrap a.extend:hover{filter:unset}.post-list #archive{padding:1rem}.post-list #archive .archive-header{display:inline-block;font-family:Menlo,Monaco,Consolas,system-ui,monospace,sans-serif;font-weight:700;line-height:1.2;margin-bottom:.5em;position:relative;padding:4px 0;color:var(--text-p1)}.post-list #archive .archive-header:after{content:"";position:absolute;height:4px;bottom:0;left:0;right:0;z-index:-1;border-radius:4px;background:var(--theme)}.post-list #archive a.post{display:inline-flex;align-items:baseline;margin:.25rem 0;color:var(--text-p1);transition:color .2s ease-out,border .2s ease-out;-moz-transition:color .2s ease-out,border .2s ease-out;-webkit-transition:color .2s ease-out,border .2s ease-out;-o-transition:color .2s ease-out,border .2s ease-out;border-bottom:1px dashed var(--text-meta)}.post-list #archive a.post time{font-family:Menlo,Monaco,Consolas,system-ui,monospace,sans-serif;margin-right:1em;font-weight:700;flex-shrink:0;color:var(--text-p4)}.post-list #archive a.post:hover{border-bottom:1px solid var(--theme);color:var(--text)}.post-list #archive a.post:hover time{color:var(--theme)}.post-list #cats{padding:0}.post-list #cats a.cat{display:flex;padding:.5em 1rem;border-radius:8px;color:var(--text-p2);align-items:center;justify-content:space-between;font-weight:500;font-size:15px}.post-list #cats a.cat.child{padding-left:2rem}.post-list #cats a.cat span{display:flex;align-items:center}.post-list #cats a.cat svg{height:1em;width:auto;transform:scale(1.2);margin-right:8px}.post-list #cats a.cat .badge{font-weight:700;font-family:Menlo,Monaco,Consolas,system-ui,monospace,sans-serif;opacity:.5;font-size:.75rem}.post-list #cats a.cat:hover{background:var(--block-border);color:var(--text)}.post-list #cats a.cat:hover .badge{opacity:1;color:var(--theme)}.post-list #tags{display:flex;flex-wrap:wrap;padding:0;margin:0 -4px}.post-list #tags a.tag{display:inline-flex;align-items:center;position:relative;color:var(--text-p2);margin:4px;padding:.5em .75rem;border-radius:4px;background:var(--block);font-size:.8125rem;font-weight:500}.post-list #tags a.tag:before{content:"#";margin-left:-2px;margin-right:2px;opacity:.4}.post-list #tags a.tag:hover{color:var(--text);background:var(--block-border)}.post-list #tags a.tag:hover:before{color:var(--theme);opacity:1}@media screen and (min-width:500px){.post-list.author #archive{padding:1rem 0}}.l_main .post-list{margin:1rem}.l_main .post-list .post-title:first-child{margin-top:.5rem}.l_main .post-list .post-title{font-weight:500;margin:1.25rem auto .75rem 0;line-height:1.2;font-size:21px;border-bottom:none;color:var(--text);transition:color .2s ease-out;-moz-transition:color .2s ease-out;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out}@media screen and (max-width:500px){.l_main .post-list .post-title{font-size:19px;margin:.5rem 0}}.l_main .post-list .wiki .post-title{margin-top:.5rem}.post-list .post-card{display:block;margin:1rem 0;border-radius:24px;background:var(--card);color:var(--text);transition:all .2s ease-out;-moz-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;overflow:hidden;z-index:0;position:relative;--img-br: 100%;--img-sat: 100%;--blur-px: 1em;--blur-height: 128px;--blur-sat: 120%}:root[data-theme=light] .post-list .post-card{box-shadow:0 1px 2px #0000001a}:root[data-theme=light] .post-list .post-card:hover{box-shadow:0 12px 20px -4px #00000026;transform:translate3d(0,-2px,0)}:root[data-theme=dark] .post-list .post-card:hover{box-shadow:0 0 4px -2px var(--theme),0 0 24px -8px var(--theme)}:root:not([data-theme]) .post-list .post-card{box-shadow:0 1px 2px #0000001a}:root:not([data-theme]) .post-list .post-card:hover{box-shadow:0 12px 20px -4px #00000026;transform:translate3d(0,-2px,0)}@media(prefers-color-scheme:dark){:root:not([data-theme]) .post-list .post-card:hover{box-shadow:0 0 4px -2px var(--theme),0 0 24px -8px var(--theme)}}.post-list .post-card:hover{--img-br: 75%;--img-sat: 120%;--blur-sat: 200%}.post-list .post-card img{filter:brightness(var(--img-br)) saturate(var(--img-sat));transition:all .4s ease-out;-moz-transition:all .4s ease-out;-webkit-transition:all .4s ease-out;-o-transition:all .4s ease-out}.post-list .post-card:hover img{transform:scale(1.05)}.post-list .post-card .excerpt{margin:1rem 0}@media screen and (max-width:500px){.post-list .post-card .excerpt{margin:.5rem 0}}.post-list .post-card .excerpt>p{margin:1rem 0;line-height:1.5}@media screen and (max-width:500px){.post-list .post-card .excerpt>p{margin:.5rem 0}}.post-list .post-card .meta.cap{flex-wrap:wrap;margin:0;line-height:2;--fsp: 16px ;font-size:var(--fsp)}.post-list .post-card .meta.cap,.post-list .post-card .meta.cap span{display:flex;align-items:center}.post-list .post-card .meta.cap svg{height:1em;width:auto;line-height:0;transform:scale(1.2);margin-right:8px}.post-list .post-card .meta.cap>span+span{margin-left:1.5rem}.post-list .post-card .meta.cap span.pin img{object-fit:contain}.post-list .post-card .meta.cap span.pin svg{color:#f44336}.post-list .post-card .meta.cap .updated-meta{color:var(--text-p3);font-size:calc(var(--fsp) - 1px)}.post-list .md-text{padding:1rem}@media screen and (max-width:500px){.post-list .md-text{padding:.5rem 1rem}}.post-list .md-text p{color:var(--text-p2);font-size:.875rem}.post-list .post-card .post-cover{overflow:hidden;width:calc(100% + 2rem);border-radius:0;margin-left:-1rem;margin-top:-1rem;margin-right:-1rem;background:var(--block)}.post-list .post-card .post-cover:not(.lazy){transition:transform 1s ease-out;-moz-transition:transform 1s ease-out;-webkit-transition:transform 1s ease-out;-o-transition:transform 1s ease-out}.post-list .post-card .post-cover img{object-fit:cover;width:100%;border-radius:0;aspect-ratio:3.3}.post-list .post-card.post.photo .cover{position:relative;line-height:0}.post-list .post-card.post.photo .cover img{width:100%;object-fit:cover;aspect-ratio:3.3;z-index:0}.post-list .post-card.post.photo .cover:before{content:"";z-index:1;position:absolute;left:0;right:0;height:var(--blur-height);backdrop-filter:saturate(var(--blur-sat)) blur(var(--blur-px));-webkit-backdrop-filter:saturate(var(--blur-sat)) blur(var(--blur-px));transition:all .2s ease-out;-moz-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out}.post-list .post-card.post.photo .cover[position=top]:before{top:0;mask:linear-gradient(#000,rgba(0,0,0,.75),transparent);-webkit-mask:linear-gradient(#000,rgba(0,0,0,.75),transparent)}.post-list .post-card.post.photo .cover[position=bottom]:before{bottom:0;mask:linear-gradient(transparent,rgba(0,0,0,.75),#000);-webkit-mask:linear-gradient(transparent,rgba(0,0,0,.75),#000)}.post-list .post-card.post.photo .cover .cover-info{padding:1.5rem 1rem;position:absolute;line-height:1.2;width:calc(100% - 2rem);--text-banner: #fff;color:var(--text-banner);z-index:2}.post-list .post-card.post.photo .cover .cover-info[position=top]{top:0;background-image:linear-gradient(#0003,#0000)}.post-list .post-card.post.photo .cover .cover-info[position=bottom]{bottom:0;background-image:linear-gradient(#0000,#0003)}.post-list .post-card.post.photo .cover .cover-info div+div{margin-top:4px}.post-list .post-card.post.photo .cover .cover-info .text{color:unset;transition:all .2s ease-out;-moz-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;text-shadow:0 2px 4px rgba(0,0,0,.2)}.post-list .post-card.post.photo .cover .cover-info .topic{font-size:.8125rem}.post-list .post-card.post.photo .cover .cover-info .headline{font-weight:500;font-size:24px}.post-list .post-card.post.photo .cover .cover-info .caption{font-size:.875rem}@media screen and (max-width:500px){.post-list .post-card.post.photo .cover .cover-info{padding:1rem}.post-list .post-card.post.photo .cover .cover-info div+div{margin-top:2px}.post-list .post-card.post.photo .cover .cover-info .headline{font-size:21px}.post-list .post-card.post.photo .cover .cover-info .caption{font-size:.8125rem}}.post-list .post-card.post.photo h2{margin:.25rem 0;font-size:21px}.post-list .post-card.wiki article{display:flex;flex-wrap:wrap;transition:box-shadow .2s ease-out;-moz-transition:box-shadow .2s ease-out;-webkit-transition:box-shadow .2s ease-out;-o-transition:box-shadow .2s ease-out;justify-content:center;padding:1rem .5rem}.post-list .post-card.wiki article .preview{display:flex;margin:1rem 3rem;align-items:center}.post-list .post-card.wiki article .preview img{width:96px;max-height:96px;object-fit:contain;transition:all .75s ease-out;-moz-transition:all .75s ease-out;-webkit-transition:all .75s ease-out;-o-transition:all .75s ease-out}.post-list .post-card.wiki article .excerpt{margin:1rem .5rem;min-width:280px;flex:1;overflow:hidden;word-wrap:break-word}@media screen and (min-width:950px){.post-list .post-card.wiki article .excerpt{margin-right:2rem}}.post-list .post-card.wiki article .excerpt .caps{line-height:1;margin-bottom:.75rem}.post-list .post-card.wiki article .excerpt .cap{--theme-block: var(--block);background:var(--theme-block);padding:2px 4px;border-radius:2px}.post-list .post-card.wiki article .excerpt p:last-child{margin-bottom:0}.post-list .post-card.wiki article .excerpt .cap+.cap{margin-left:4px}@media screen and (max-width:500px){.post-list.archives{margin:1rem 0}}.navbar-blur{display:flex;justify-content:space-between;align-items:center}.navbar-container{flex-grow:1}.layout-toggle-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:var(--text-p1);margin-right:1.25rem;cursor:pointer;transition:all .2s ease-out;background:transparent;border:none;padding:0;z-index:10;flex-shrink:0}.layout-toggle-btn:hover{background:var(--bg-a50);color:var(--text)}.layout-toggle-btn svg{display:block}html[data-layout=card] .layout-toggle-btn .icon-grid{display:none}html[data-layout=card] .layout-toggle-btn .icon-list{display:block}html:not([data-layout=card]) .layout-toggle-btn .icon-grid{display:block}html:not([data-layout=card]) .layout-toggle-btn .icon-list{display:none}html[data-layout=card] .post-list.post{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:1.75rem;margin:1.5rem 1rem}@media screen and (max-width:768px){html[data-layout=card] .post-list.post{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}}@media screen and (max-width:500px){html[data-layout=card] .post-list.post{grid-template-columns:1fr;gap:1rem;margin:1rem 0}}html[data-layout=card] .post-list.post .post-card-wrap{margin:0;display:flex}html[data-layout=card] .post-list.post .post-card .default-meta,html[data-layout=card] .post-list.post .post-card>article>.excerpt{display:none!important}html:not([data-layout=card]) .post-list.post .postcard-back{display:none!important}html[data-layout=card] .post-list.post .post-card{margin:0;width:100%;display:flex;flex-direction:column;height:100%;background:#fbf9f5;border:1px solid #eadecc;border-radius:16px;box-shadow:0 4px 15px #8b5a2b0d,0 1px 3px #00000005;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),border-color .25s ease;overflow:hidden}:root[data-theme=dark] html[data-layout=card] .post-list.post .post-card{background:#25262a;border-color:#383a3f;box-shadow:0 4px 20px #00000040}html[data-layout=card] .post-list.post .post-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px -12px #8b5a2b26,0 2px 6px #8b5a2b0d;border-color:#d6c5af}:root[data-theme=dark] html[data-layout=card] .post-list.post .post-card:hover{box-shadow:0 0 6px -2px var(--theme),0 0 32px -8px var(--theme);border-color:var(--theme)}@media(prefers-color-scheme:dark){:root:not([data-theme]) html[data-layout=card] .post-list.post .post-card:hover{box-shadow:0 0 6px -2px var(--theme),0 0 32px -8px var(--theme);border-color:var(--theme)}}html[data-layout=card] .post-list.post .post-card article.md-text{display:flex;flex-direction:column;height:100%;box-sizing:border-box;padding:1.25rem;flex-grow:1}html[data-layout=card] .post-list.post .post-card .post-cover{width:calc(100% + 2.5rem);margin:-1.25rem -1.25rem .75rem;padding:.5rem .5rem .75rem;background:#fff;border-bottom:1px solid #efeae0;box-shadow:0 2px 6px #0000000a;box-sizing:border-box;overflow:hidden;height:auto;transition:padding .3s ease}:root[data-theme=dark] html[data-layout=card] .post-list.post .post-card .post-cover{background:#1e1f22;border-bottom-color:#2c2d30;box-shadow:0 2px 6px #00000026}html[data-layout=card] .post-list.post .post-card .post-cover img{width:100%;height:auto;max-height:200px;object-fit:contain;background:#fbf9f5;border-radius:4px}:root[data-theme=dark] html[data-layout=card] .post-list.post .post-card .post-cover img{background:#25262a}html[data-layout=card] .post-list.post .post-card .post-cover.default-gradient{display:block;width:calc(100% + 2.5rem);margin:-1.25rem -1.25rem .75rem;aspect-ratio:16 / 10;height:auto;border:none;padding:0}:root[data-theme=dark] html[data-layout=card] .post-list.post .post-card .post-cover.default-gradient{filter:brightness(.8) contrast(1.1)}@media(prefers-color-scheme:dark){:root:not([data-theme]) html[data-layout=card] .post-list.post .post-card .post-cover.default-gradient{filter:brightness(.8) contrast(1.1)}}html:not([data-layout=card]) .post-list.post .post-card .post-cover.default-gradient{display:none}html[data-layout=card] .post-list.post .post-card .post-title{font-family:serif,"Noto Serif CJK SC",Songti SC,system-ui,sans-serif;font-size:1.15rem;line-height:1.4;margin-top:.25rem;margin-bottom:.5rem;font-weight:700;color:#2a2217;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}:root[data-theme=dark] html[data-layout=card] .post-list.post .post-card .post-title{color:#e5e3e0}html[data-layout=card] .post-list.post .postcard-back{display:flex;flex-grow:1;margin-top:.5rem;gap:1rem;position:relative}html[data-layout=card] .post-list.post .postcard-msg{width:55%;flex-shrink:0;display:flex;flex-direction:column}html[data-layout=card] .post-list.post .postcard-msg .excerpt{margin:0;padding:.25rem 0;background-image:linear-gradient(rgba(139,90,43,.15) 1px,transparent 1px);background-size:100% 24px;background-position:0 23px}:root[data-theme=dark] html[data-layout=card] .post-list.post .postcard-msg .excerpt{background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px)}html[data-layout=card] .post-list.post .postcard-msg .excerpt p{font-size:.8rem;line-height:24px;color:#5c5243;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-shadow:0 0 1px rgba(92,82,67,.05)}:root[data-theme=dark] html[data-layout=card] .post-list.post .postcard-msg .excerpt p{color:#a59e93}html[data-layout=card] .post-list.post .postcard-divider{width:1px;align-self:stretch;background:repeating-linear-gradient(to bottom,#dcd5c9,#dcd5c9 4px,transparent 4px,transparent 8px);opacity:.8}:root[data-theme=dark] html[data-layout=card] .post-list.post .postcard-divider{background:repeating-linear-gradient(to bottom,#44454a,#44454a 4px,transparent 4px,transparent 8px)}html[data-layout=card] .post-list.post .postcard-addr{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;padding-left:.25rem}html[data-layout=card] .post-list.post .postcard-stamp-area{position:relative;display:flex;justify-content:flex-end;align-items:flex-start;height:72px}html[data-layout=card] .post-list.post .postcard-stamp{width:60px;height:72px;background:#fff8eb;border:2px dashed #cfc2ad;border-radius:4px;box-sizing:border-box;padding:4px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 4px #00000008}:root[data-theme=dark] html[data-layout=card] .post-list.post .postcard-stamp{background:#2a2925;border-color:#4a4943}html[data-layout=card] .post-list.post .stamp-serrated{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;border:1px solid rgba(139,90,43,.1);border-radius:2px;text-align:center}html[data-layout=card] .post-list.post .stamp-icon{font-size:1.1rem;line-height:1.1;margin-bottom:2px}html[data-layout=card] .post-list.post .stamp-date{font-size:.55rem;color:#8c7f6d;font-weight:700;letter-spacing:.2px;line-height:1.1;white-space:nowrap}html[data-layout=card] .post-list.post .postcard-postmark{position:absolute;right:36px;top:20px;width:52px;height:52px;border:1.5px solid rgba(139,90,43,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;transform:rotate(-15deg);pointer-events:none;z-index:2}:root[data-theme=dark] html[data-layout=card] .post-list.post .postcard-postmark{border-color:#e0a36659}html[data-layout=card] .post-list.post .postmark-circle{position:absolute;width:44px;height:44px;border:.5px solid rgba(139,90,43,.2);border-radius:50%}:root[data-theme=dark] html[data-layout=card] .post-list.post .postmark-circle{border-color:#e0a36633}html[data-layout=card] .post-list.post .postmark-text{font-size:8px;color:#8b5a2bb3;font-weight:700;text-transform:uppercase;white-space:nowrap;max-width:40px;overflow:hidden;text-overflow:ellipsis;text-align:center}:root[data-theme=dark] html[data-layout=card] .post-list.post .postmark-text{color:#e0a366b3}html[data-layout=card] .post-list.post .addr-lines{display:flex;flex-direction:column;gap:6px;margin-top:.75rem;margin-bottom:.25rem}html[data-layout=card] .post-list.post .addr-line{font-size:.625rem;color:#7d705c;border-bottom:1.5px solid #e2dacd;padding-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}:root[data-theme=dark] html[data-layout=card] .post-list.post .addr-line{color:#9c9180;border-bottom-color:#3d3e42}html[data-layout=card] .post-list.post .addr-line.line-1{font-family:serif,Georgia,Times New Roman;font-weight:700;font-style:italic}@media screen and (max-width:480px){html[data-layout=card] .post-list.post .postcard-back{flex-direction:column;gap:.75rem}html[data-layout=card] .post-list.post .postcard-msg{width:100%}html[data-layout=card] .post-list.post .postcard-divider{height:1px;width:100%;background:repeating-linear-gradient(to right,#dcd5c9,#dcd5c9 4px,transparent 4px,transparent 8px)}:root[data-theme=dark] html[data-layout=card] .post-list.post .postcard-divider{background:repeating-linear-gradient(to right,#44454a,#44454a 4px,transparent 4px,transparent 8px)}html[data-layout=card] .post-list.post .postcard-stamp-area{height:64px;margin-bottom:.25rem}html[data-layout=card] .post-list.post .postcard-postmark{top:12px}}
