@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@10..48,400;10..48,700&family=Silkscreen&family=Cabin:wght@400;700&family=Inter:wght@400;700&display=swap";.header{display:grid;grid-template-columns:1fr auto}@media screen and (max-width: 600px){.header{grid-template-columns:1fr;flex-direction:column-reverse}}.fire{position:relative;height:fit-content;width:fit-content;margin:0 auto}.fireBackground{height:100%;width:100%;border-radius:50% 50% 30% 30%;filter:blur(50px);background:orange;opacity:.4;position:absolute;animation:glow 3.2s ease-in-out infinite}@keyframes glow{0%{transform:scale(1);opacity:.4}50%{transform:scale(1.1);opacity:.5}to{transform:scale(1);opacity:.4}}h1,h2,h3,h4{font-family:Silkscreen,monospace}#conversationContainer h1,#conversationContainer h2,#conversationContainer h3,#conversationContainer h4{margin-top:6rem}.thread[data-author=spencer],.aside[data-author=spencer] p{font-family:Cabin,sans-serif}.thread[data-author=jacky],.aside[data-author=jacky] p{font-family:Bricolage Grotesque,sans-serif}#root{width:100%}#rootContainer{display:flex;justify-content:center;width:100%}#rootContent{max-width:900px;padding:2rem;margin:0 auto;width:100%}.aside{padding:1em;margin:1rem 0;box-shadow:inset 0 0 0 1px #ffffff2e;border-radius:8px;font-size:1.15rem}.aside[data-author=jacky]{background:rgba(143,159,169,.1490196078)}.aside[data-author=spencer]{background:rgba(207,117,27,.337254902)}.aside p{margin:0}.aside .author{font-size:1rem}.time{position:absolute;left:-120px;top:1px;font-family:Silkscreen,monospace}@media screen and (max-width: 750px){.time{position:initial;margin-right:.5em;float:left}}.author{font-weight:700;font-family:Silkscreen,monospace}.author[data-author=jacky]{color:#365580}.author[data-author=spencer]{color:orange}.author[data-author=katherine]{color:#fff}.message img,.message video{max-width:min(100%,400px);max-height:500px;height:auto;object-fit:contain;margin:1rem 0;border-radius:5px;width:max-content}.message .reactions{display:flex;gap:.5em;margin-top:-.8rem;margin-bottom:1rem}.message .reactions .reaction{text-align:left;background:rgba(255,255,255,.188);padding:.1rem .5rem;border-radius:5px;cursor:pointer;transition:background .1s ease-in-out}.message .reactions .reaction.reacted{background:rgba(216,216,216,.502);box-shadow:inset 0 0 0 1px #d8d8d8}.message .reactions .reaction:hover{background:rgba(255,255,255,.288)}.message.text{font-size:1.15rem}.thread{margin:16px 0;position:relative}a{word-wrap:break-word}pre{overflow-x:auto}@keyframes rotate{0%{transform:perspective(500px) rotate(20deg) rotateX(-40deg) rotateY(0)}to{transform:perspective(500px) rotate(20deg) rotateX(-40deg) rotateY(-360deg)}}#effectContainer{position:fixed;width:100vw;height:100vh;z-index:-99;overflow:hidden}#gradient{position:absolute;background-image:linear-gradient(180deg,rgb(7,9,28) 0%,rgb(14,16,38) 50%,rgb(41,21,62) 80%,rgb(101,116,137) 90%,rgb(191,182,170) 98.5%,rgb(234,215,157) 100%);height:2500vh;width:100vw}#stars{transform:perspective(500px);transform-style:preserve-3d;position:absolute;bottom:0;perspective-origin:50% 100%;left:50%;animation:rotate 240s infinite linear}#stars>.star{width:2px;height:2px;background:#fffefa;position:absolute;top:0;left:0;transform-origin:0 0 -500px;transform:translateZ(-500px);backface-visibility:hidden}.medium-zoom-image--opened{object-fit:contain}button:focus,button:focus-visible{outline:2px auto -webkit-focus-ring-color}h2{display:inline-flex;place-items:center;margin-bottom:0}.candle{width:40px;cursor:pointer}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#2a2a2a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{color:#90ee90}body{margin:0 1em;display:flex;min-width:320px;min-height:100vh;font-family:Inter}h1{font-size:3.2em;line-height:1.1}button{all:unset}
