.imageBox{background-repeat:repeat;background-size:contain;width:100%}.imageBox img{-o-object-fit:contain;object-fit:contain;-webkit-backdrop-filter:brightness(.7)blur(6px);backdrop-filter:brightness(.7)blur(6px);width:100%;max-height:25vh}.imageBox img#thumbnail{min-height:25vh;max-height:50vh}#mainArticle{width:100%}#postTitle{text-wrap-style:balance;margin-bottom:.5rem;font-family:alpha-omega;font-size:3rem;line-height:1.1}.headerRight{flex-direction:column;justify-content:flex-end;gap:2px;display:flex}#authorInfo{align-items:center;gap:11px;display:flex}#authorInfo p{width:fit-content;height:fit-content}a#authorInfo{text-decoration:underline}a#authorInfo:is(:hover,:focus-visible){color:var(--spotlight-color)}#centeredBox{padding:10px}#centeredBox .cardsArea .sponsorInfo{background:#fff;justify-content:space-between;align-items:center;gap:10px;padding:10px 0;font-size:clamp(1.2rem,5vw,1.6rem);line-height:1.3;display:flex;position:relative;overflow:hidden}#centeredBox .cardsArea .relativeProjects{background:#fff;padding:10px 0 0;font-size:clamp(1.2rem,5vw,1.6rem);line-height:1.3;position:relative}#centeredBox .cardsArea .relativeProjects .projectCarousel ul li a{transition:background-color calc(var(--quickTransition) / 1.5);isolation:isolate;gap:.6rem;padding:.55rem 0;display:flex;position:relative}#centeredBox .cardsArea .relativeProjects .projectCarousel ul li a:after{content:"";z-index:-1;pointer-events:none;opacity:0;transition:opacity calc(var(--quickTransition) / 1.5);background-color:#f2f9ff;position:absolute;inset:0 -10px}#centeredBox .cardsArea .relativeProjects .projectCarousel ul li:not(:last-of-type) a{border-bottom:1px solid #dedede}#centeredBox .cardsArea .relativeProjects .projectCarousel ul li a img{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;background:var(--lighter-color);user-drag:none;border-radius:9px;width:min(100%,7rem)}#centeredBox .cardsArea .relativeProjects .projectCarousel ul li a .projectInfo{padding:3px 0 0}#centeredBox .cardsArea .relativeProjects .projectCarousel ul li a .projectInfo h4{font-family:alpha-omega;font-size:1.4rem}#centeredBox .cardsArea .relativeProjects .projectCarousel ul li a .projectInfo .shortName{font-size:1rem}#centeredBox .cardsArea .relativeProjects .projectCarousel .viewMore{justify-content:space-between;align-items:center;display:flex}#centeredBox .cardsArea .relativeProjects .projectCarousel .viewMore svg{background-color:var(--lighter-color);width:3.1rem;height:2rem;transition:background-color var(--quickTransition), transform var(--quickTransition);border-radius:100vmax;padding:.2rem}#centeredBox .cardsArea .relativeProjects .projectCarousel .viewMore svg:hover{background-color:var(--light-color)}#centeredBox .cardsArea .relativeProjects .projectCarousel .viewMore:active svg{transform:scale(.9)}#centeredBox .cardsArea .relativeProjects .topArea{justify-content:space-between;align-items:center;margin-bottom:3px;display:flex}#centeredBox .cardsArea .relativeProjects .topArea a{background-color:var(--lighter-color);text-transform:capitalize;transition:background-color calc(var(--quickTransition) / 1.5);border-radius:6px;padding:3px 8px;font-size:1rem;display:block}#centeredBox .cardsArea .relativeProjects .topArea a:is(:focus-visible,:hover){background-color:var(--light-color)}#centeredBox .cardsArea .relativeProjects .projectCarousel ul li a .projectInfo .hashtag:before{content:"#";color:var(--spotlight-color);font-weight:600}#centeredBox .cardsArea{background:#dedede;border-bottom:1px dashed #000;gap:1px;margin-top:-10px;margin-bottom:10px;display:grid}#centeredBox .sponsorInfo img{-o-object-fit:contain;object-fit:contain;max-width:min(200px,45%);max-height:min(22vw,4em);transition:opacity var(--quickTransition);border-radius:10px}#centeredBox .sponsorInfo img.noIcon{background:var(--lighter-color);max-height:min(18vw,3em);padding:.35em}#centeredBox .sponsorInfo svg{background-color:var(--lighter-color);width:6rem;height:4rem;transition:right var(--quickTransition), transform var(--quickTransition), background-color calc(var(--quickTransition) / 1.5);border-radius:100vmax;padding:.8rem;position:absolute;right:-6rem}#centeredBox .sponsorInfo svg:hover{background-color:var(--light-color)}#centeredBox .sponsorInfo h3{font-family:alpha-omega}#centeredBox header{border-bottom:1px dashed #000;margin-bottom:1rem;padding-bottom:.75rem}#centeredBox header .headerInfo{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.5rem;display:flex}#centeredBox header.noThumb{margin-top:var(--nav-height)}#openPostLocation{text-align:start;width:fit-content;max-width:225px}#openPostLocation:hover,#openPostLocation:focus-visible{color:var(--spotlight-color)}#openPostLocation>svg{margin-right:7px;display:inline-block}#openPostLocation>span{text-decoration:underline}.MapWindowBG .MapWindow{justify-content:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.MapWindowBG .innerWindow{max-height:min(calc(100vh - var(--nav-height)* 2.5), 700px);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--popup-BR);width:calc(100vw - 50px);max-width:min(100%,600px);transition:all var(--quickTransition);background:#ffffffb3;padding:15px;display:flex;overflow:auto}.MapWindowBG{z-index:99;background:#000000b8;position:fixed;inset:0}.MapWindowBG .MapWindow .windowHeader{justify-content:space-between;gap:5px;display:flex}.MapWindowBG .MapWindow .windowHeader h1{margin-bottom:2px;font-size:1.3rem;line-height:1.1}.MapWindowBG .MapWindow .windowHeader h2{font-size:1.7rem;font-weight:600;line-height:1.2}.MapWindowBG .MapWindow .windowHeader>button>svg{width:30px;height:30px}.MapWindowBG .MapWindow .windowHeader>button{height:fit-content;transition:color .1s}.MapWindowBG .MapWindow .windowHeader>button:hover,.MapWindowBG .MapWindow .windowHeader>button:focus-visible{color:var(--spotlight-color)}.MapWindowBG .MapWindow .leaflet-container{border-radius:calc(var(--popup-BR) - 9px);width:100%;height:100%;transition:all var(--quickTransition);overflow:hidden}.MapWindowBG .MapWindow .content-window{width:100%;height:500px}.MapWindowBG .MapWindow .leaflet-div-icon{background:0 0;border:none;outline:none}.otherPostList .postquickControls{border-block:1px dashed #000;grid-auto-flow:column;align-items:center;gap:1.5rem;margin:10px;padding:10px 0;display:grid}.otherPostList .postquickControls a{align-items:center;gap:1rem;display:flex}.otherPostList .postquickControls h4{text-box-trim:trim-end;font-family:alpha-omega}.otherPostList .postquickControls svg{aspect-ratio:1;width:50px;min-width:50px;height:50px;min-height:50px;transition:all var(--quickTransition);background-size:200%;border-radius:100vmax;padding:8px}.otherPostList .postquickControls a:active svg{scale:.95}.otherPostList .postquickControls .previousPost svg{background-image:linear-gradient(90deg, #0000000d, #0000000d 50%, var(--spotlight-color) 50.01%);background-position:0}.otherPostList .postquickControls .nextPost svg{background-image:linear-gradient(-90deg, #0000000d, #0000000d 50%, var(--spotlight-color) 50.01%);background-position:100%}.otherPostList .postquickControls .nextPost a:is(:hover,:focus-visible) svg{color:#fff;background-position:0}.otherPostList .postquickControls .previousPost a:is(:hover,:focus-visible) svg{color:#fff;background-position:100%}.otherPostList .postquickControls .nextPost{margin-left:auto}#otherPostBox{margin:0 10px}#otherPostBox h3{border-bottom:2px solid var(--spotlight-color);width:100%;margin-bottom:10px;padding:7px 0;font-family:alpha-omega;font-size:1.75rem;line-height:1.1}#otherPostBox .otherPostList ul{grid-template-columns:repeat(auto-fill,minmax(min(100%,225px),1fr));gap:.5rem;display:grid}#otherPostBox .otherPostList ul li{isolation:isolate;position:relative}#otherPostBox .otherPostList ul li:has(.mainLink:focus-visible){outline-offset:2.5px;outline:2px dashed #000}#otherPostBox .otherPostList ul li .imgBox{position:relative;overflow:hidden}#otherPostBox .otherPostList ul li .imgBox p{background-color:var(--light-color);color:#fff;padding:3px 8px;font-size:1.2rem;font-weight:700;line-height:1;position:absolute;bottom:0;right:10px;box-shadow:0 0 6px 1px #0000002b}#otherPostBox .otherPostList ul li .imgBox>img{aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;background-color:var(--lighter-color);width:100%}#otherPostBox .otherPostList ul li .imgBox>img.no-thumb{-o-object-fit:contain;object-fit:contain;padding:1.5rem}#otherPostBox .otherPostList ul li .imgBox>a{color:#000000cf;width:fit-content;transition:background-color var(--quickTransition),color var(--quickTransition),box-shadow var(--quickTransition);z-index:1;background:#8cb1e2;border-radius:18px;max-width:70%;padding:4px 7px;font-size:.9rem;font-weight:600;line-height:1;display:block;position:absolute;bottom:5px;left:5px;box-shadow:0 0 9px #0000000f}#otherPostBox .otherPostList ul li .imgBox>a:hover,#otherPostBox .otherPostList ul li .imgBox>a:focus-visible{background:var(--spotlight-color);color:#fff;box-shadow:0 0 4px #0000003b}#otherPostBox .otherPostList ul li .projInfo p{font-size:1.2rem}#otherPostBox .otherPostList ul li .largeIcon{background:var(--light-color);aspect-ratio:1;padding:20%}#otherPostBox .otherPostList ul li .largeIcon svg{color:#000;width:100%;height:100%;transition:box-shadow var(--quickTransition);background:#fff;border-radius:100vmax;box-shadow:0 0 40px #0000001f}#otherPostBox .otherPostList ul li:has(.mainLink:is(:hover,:focus-visible)) .largeIcon svg{box-shadow:0 0 40px #00000045}#otherPostBox .otherPostList ul li a h4{word-wrap:break-word;text-wrap-style:pretty;margin-top:.3rem;font-family:alpha-omega;font-size:1.5rem;line-height:1.15}#otherPostBox .otherPostList ul li a.mainLink:after{content:"";z-index:0;position:absolute;inset:0}#otherPostBox .otherPostList #bottomPostsArea{-moz-column-gap:.5rem;border-top:var(--light-color) 2px solid;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1rem .5rem;margin:.7rem 0 1rem;padding-top:.8rem;display:flex}#otherPostBox .otherPostList #bottomPostsArea .searchInput{isolation:isolate;z-index:2;border:var(--light-color) 2px solid;min-width:min(100%,350px);transition:border var(--quickTransition), padding var(--quickTransition);background:#fff;border-radius:11px;flex:1;padding-right:4px;display:flex;position:relative}#otherPostBox .otherPostList #bottomPostsArea .searchInput.isLoading{background:linear-gradient(90deg,#fff,#fff,#9fc1e4,#fff,#fff) 0 0/400%;animation:3s infinite bg}@keyframes bg{0%{background-position-x:0%}to{background-position-x:100%}}#otherPostBox .otherPostList #bottomPostsArea .searchInput button{color:#0000008c;transition:background-color var(--quickTransition),color var(--quickTransition);background-color:#b3c3d5;border-radius:6px;margin:4px 0;padding:0 2px}#otherPostBox .otherPostList #bottomPostsArea .searchInput:has(input#searchBox:focus) button{background-color:var(--spotlight-color);color:#fff}#otherPostBox .otherPostList #bottomPostsArea .searchInput:has(input#searchBox:focus){border:var(--spotlight-color) 2px solid}#otherPostBox .otherPostList #bottomPostsArea .searchInput input#searchBox{background-color:#0000;border-radius:9px;outline:none;flex:1;width:100%;padding:5px 6px 5px 38px;font-size:1rem;position:relative}#otherPostBox .otherPostList #bottomPostsArea .searchInput:before{content:"";color:var(--light-color);pointer-events:none;-webkit-user-select:none;user-select:none;z-index:3;transition:color var(--quickTransition);font-family:tabler-icons;font-size:24px;position:absolute;top:50%;left:8px;transform:translateY(-50%)}#otherPostBox .otherPostList #bottomPostsArea .searchInput:has(input:focus):before{color:var(--spotlight-color)}#otherPostBox .otherPostList #bottomPostsArea #allPostsButton{background-color:var(--lighter-color);transition:background-color var(--quickTransition);border-radius:11px;align-items:center;padding:.5rem;font-weight:500;display:flex}#otherPostBox .otherPostList #bottomPostsArea #allPostsButton:hover,#otherPostBox .otherPostList #bottomPostsArea #allPostsButton:active{background-color:var(--light-color)}@media screen and (max-width:650px){.otherPostList .postquickControls a{gap:.75rem}.otherPostList .postquickControls{grid-auto-flow:row;gap:15px}.otherPostList .postquickControls .nextPost{margin-left:0}.otherPostList .postquickControls .nextPost a{justify-content:space-between}.otherPostList .postquickControls .previousPost a{border-bottom:1px solid #0003;padding-bottom:15px}}@media (hover:hover){#centeredBox .cardsArea .relativeProjects .projectCarousel ul li a:is(:hover,:focus-visible):after{opacity:1}#centeredBox .sponsorInfo:is(:hover,:focus-visible) svg{right:0}#centeredBox .sponsorInfo:is(:hover,:focus-visible) img{opacity:0}#centeredBox .sponsorInfo:active svg{transform:scale(.9)}}@media print{.otherPostList{display:none}.imageBox img#thumbnail{-o-object-fit:cover;object-fit:cover}#centeredBox header.noThumb{margin-top:.5rem}}
