@import 'https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@400;700&display=swap';.posts-flex{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.post{display:flex;flex-direction:row;align-items:center;font-size:.5em;position:relative;overflow:hidden}.post-featured-image{background:#000;width:50%}.post-featured-image img{}.post-body-wrapper{padding-left:1rem;padding-right:1rem;background:#f1e3ba;background:#fff;border:1px solid #000;width:50%;aspect-ratio:1/1;display:flex;align-items:center;height:100%;overflow:hidden;text-overflow:ellipsis;font-size:clamp(1em,2.5vw,2em)}.post-body{}.post h2{margin:0}.post h2 a{color:var(--text)}.post p{margin:0}.parent-header{margin-bottom:2rem}.full-post-click{position:absolute;inset:0;z-index:20;text-decoration:none;color:inherit}.post:hover{filter:invert(5)}.polka{--dot-hue:200;--dot-color:hsl(var(--dot-hue) 90% 60%);background-image:radial-gradient(var(--dot-color) 2px,transparent 2px),radial-gradient(var(--dot-color) 2px,transparent 2px);background-size:32px 32px;background-position:0 0,16px 16px;background-color:#000;animation:drift 4s linear infinite,dotHue 6s linear infinite;will-change:background-position,--dot-hue;color:#fff;text-shadow:2px 2px 0 #000,-2px 2px 0 #000,2px -2px 0 #000,-2px -2px 0 #000,0 2px 0 #000,2px 0 0 #000,0 -2px 0 #000,-2px 0 0 #000}@property --dot-hue{syntax: "<number>";
  inherits: false;
  initial-value: 200;
}.shiftbg{--dot-hue:200;background-color:hsl(var(--dot-hue) 90% 50%);animation:dotHue 6s linear infinite}.open-badge2{color:var(--text2);animation:rainbow-text2 8s steps(1,end)infinite}@keyframes rainbow2{0%{--bg:hsl(  0, 50%, 50%)}12.5%{--bg:hsl( 45, 50%, 50%)}25%{--bg:hsl( 90, 50%, 50%)}37.5%{--bg:hsl(135, 50%, 50%)}50%{--bg:hsl(180, 50%, 50%)}62.5%{--bg:hsl(225, 50%, 50%)}75%{--bg:hsl(270, 50%, 50%)}87.5%{--bg:hsl(315, 50%, 50%)}100%{--bg:hsl(360, 50%, 50%)}}@keyframes rainbow-text2{0%{--text2:hsl(  0, 100%, 50%)}12.5%{--text2:hsl( 45, 100%, 50%)}25%{--text2:hsl( 90, 100%, 50%)}37.5%{--text2:hsl(135, 100%, 50%)}50%{--text2:hsl(180, 100%, 50%)}62.5%{--text2:hsl(225, 100%, 50%)}75%{--text2:hsl(270, 100%, 50%)}87.5%{--text2:hsl(315, 100%, 50%)}100%{--text2:hsl(360, 100%, 50%)}}@keyframes rainbow-text{0%{--text:white}12.5%{--text:black}25%{--text:black}37.5%{--text:black}50%{--text:black}62.5%{--text:white}75%{--text:white}87.5%{--text:white}100%{--text:white}}.rainbow-bg{animation:rainbow2 8s steps(1,end)infinite,rainbow-text 8s steps(1,end)infinite;background:var(--bg);color:var(--text)}@keyframes drift{0%{background-position:0 0,16px 16px}100%{background-position:32px 32px,48px 48px}}@keyframes dotHue{0%{--dot-hue:0}50%{--dot-hue:180}100%{--dot-hue:360}}@media(orientation:portrait){.post{}.post-featured-image{}.post-body-wrapper{}}