@media (prefers-color-scheme: light){:root{--background: #fafafa;--foreground: #575f66;--accent: #f2ae49;--link: hsl(from var(--accent) h s calc(l - 30) );--black: #8A9199;--red: #F51818;--green: #86B300;--yellow: #F2AE49;--blue: #399EE6;--purple: #A37ACC;--cyan: #4CBF99;--white: #FAFAFA;--dark-black: #575F66;--dark-red: #F51818;--dark-green: #86B300;--dark-yellow: #F2AE49;--dark-blue: #399EE6;--dark-purple: #A37ACC;--dark-cyan: #4CBF99;--dark-white: #FAFAFA;--border: hsl(from var(--foreground) h s calc(l + 10) );--hover: hsl(from var(--background) h s calc(l - 15) );--shadow: rgba(from var(--foreground) r g b / .8);--focused: var(--dark-purple) }}@media (prefers-color-scheme: dark){:root{--background: #1a1d23;--foreground: #caccd3;--accent: #efbd58;--link: var(--accent);--black: #576176;--red: #FAA5AB;--green: #A5CD84;--yellow: #EFBD58;--blue: #8DC3F1;--purple: #DEAEED;--cyan: #27FFDF;--white: #CACCD3;--dark-black: #111317;--dark-red: #F8747E;--dark-green: #75AD47;--dark-yellow: #D09214;--dark-blue: #50A4E9;--dark-purple: #CC83E3;--dark-cyan: #00B298;--dark-white: #ADB0BB;--border: hsl(from var(--background) h s calc(l + 40) );--hover: hsl(from var(--background) h s calc(l + 20) );--shadow: rgba(from var(--background) r g b / .8);--focused: var(--dark-purple) }}:root{color-scheme:light dark}#Account *[href*="did:plc:34hq2fkdnl33le2lsefwom2s"]{display:none}body{margin:0;display:flex;place-items:center;background-color:var(--background);font-family:monospace,-apple-system,system-ui,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:1.05rem;line-height:1.5;color:var(--foreground);border-color:var(--border);overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:none;hyphens:none}a{color:var(--foreground);text-decoration-color:color-mix(in srgb,var(--accent) 60%,transparent);text-decoration-thickness:.1em;transition:.2s}a:hover{color:var(--link);text-decoration-color:var(--accent);text-decoration-skip-ink:none;text-decoration-thickness:.3em}h1{font-size:2.5em;line-height:1.2;font-weight:700}#app{padding:0;text-align:center;width:100%}#postContainer{display:flex;flex-direction:column;border-radius:.8rem;outline:.15rem solid var(--accent);background-color:var(--background);margin-bottom:20px;overflow-wrap:break-word;overflow:hidden;margin-left:auto;margin-right:auto;box-shadow:5px 5px solid var(--shadow);transition:.2s;max-width:60rem}#postContainer:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;outline:.5rem solid var(--accent)}#postContainer:hover #postHeader{border-color:var(--accent)}#postHeader{display:flex;flex-direction:row;align-items:center;justify-content:start;padding:.8rem;height:60px;border-bottom:.1rem solid var(--border);font-weight:600;overflow-wrap:break-word;transition:.2s}#displayName{display:block;font-size:1.1em;padding:0;margin:0 0 2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;letter-spacing:-.01em;text-decoration-color:transparent}#displayName:hover{text-decoration-color:var(--accent)}#handle{display:flex;font-size:.85em;font-weight:400;padding:0;margin:0;gap:.7rem}#handle a{text-decoration-color:transparent}#handle a:hover{text-decoration-color:var(--accent)}#handle a:first-child{opacity:.9}#postLink{padding:0;margin:0 0 0 auto;opacity:.7}#postContent{display:flex;text-align:start;flex-direction:column;padding:16px;background-color:var(--background);color:var(--foreground);overflow-wrap:break-word;white-space:pre-line;line-height:1.6}#replyingText,#quotingText{font-size:.8em;margin-bottom:.6rem;padding:.2rem;border-radius:.4rem;color:var(--foreground);background:color-mix(in srgb,var(--hover) 50%,transparent);opacity:.7;transition:.2s;width:max-content}#replyingText:hover,#quotingText:hover{opacity:1;outline:.1rem solid var(--accent)}#postText{margin:0 0 8px;padding:0;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:none;hyphens:none;font-size:1.05em}#headerText{margin-left:12px;font-size:.9em;text-align:start;word-break:break-word;width:100%;max-height:95%;overflow:hidden;align-self:flex-start;margin-top:auto;margin-bottom:auto}#carouselContainer{position:relative;width:100%;margin-top:12px;display:flex;flex-direction:column;align-items:center;border-radius:8px;overflow:hidden}#carouselControls{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:500px;margin-top:10px}#carouselIndicators{display:flex;gap:6px}.indicator{width:6px;height:6px;background-color:var(--indicator-inactive-color);border-radius:50%;transition:background-color .2s ease,transform .2s ease}.indicator.active{background-color:var(--indicator-active-color);transform:scale(1.3)}#prevBtn,#nextBtn{background-color:var(--button-bg);color:var(--text-color);border:1px solid var(--border-color);width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .15s ease,transform .15s ease;font-size:16px}#prevBtn:hover:not(:disabled),#nextBtn:hover:not(:disabled){background-color:var(--button-hover);transform:scale(1.05)}#prevBtn:disabled,#nextBtn:disabled{opacity:.4;cursor:not-allowed}#embedVideo{width:100%;max-width:500px;margin-top:12px;align-self:center;border-radius:8px;overflow:hidden}#embedImages{min-width:min(100%,500px);max-width:min(100%,500px);max-height:500px;object-fit:contain;margin:0;border-radius:8px}#accountContainer{display:flex;text-align:start;align-items:center;background-color:var(--content-background-color);padding:12px;margin-bottom:15px;border:1px solid var(--border-color);border-radius:12px;transition:background-color .15s ease}#accountContainer:hover{background-color:var(--hover)}#accountName{margin-left:12px;font-size:.95em;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}#avatar{width:48px;height:48px;margin:0;object-fit:cover;border-radius:20%;box-shadow:0 1px 3px var(--shadow)}#Content{display:flex;width:100%;height:100%;flex-direction:row;justify-content:space-between;align-items:center;background-color:var(--background);gap:24px}#Feed{overflow-y:auto;height:100vh;width:100%;margin-right:2rem;padding-right:.6rem;padding-left:.6rem}#spacer{padding:0;margin:0;height:10vh;width:100%}#Account{max-width:30rem;display:flex;flex-direction:column;max-height:90vh;padding:1rem;margin-left:1rem}#Account p:nth-child(2){text-align:left}#accountsList{display:flex;flex-direction:column;overflow-y:auto;height:100%;width:100%;margin:0}#accountsList #link{text-decoration-color:transparent}#accountsList #link:hover{text-decoration-color:var(--accent)}#accountsList #link #accountContainer{border:.1rem solid var(--border);border-radius:.8rem;transition:.2s}#accountsList #link #accountContainer:hover{border-color:var(--accent)}#Header{text-align:left;font-size:1.8em;margin-bottom:0;color:var(--accent)}@media screen and (max-width: 1010px){#Content{flex-direction:column;width:auto;padding:12px;margin-top:0}#Account{width:calc(100% - 32px);padding:16px;margin-bottom:20px;margin-left:0;margin-right:0;height:auto;order:-1}#Feed{width:100%;margin:0;padding:0;overflow-y:visible}#spacer{height:5vh}body{font-size:16px}#postHeader{padding:10px;height:auto;min-height:50px}}::-webkit-scrollbar{width:0px;background:transparent;padding:0;margin:0}::-webkit-scrollbar-thumb{background:transparent;border-radius:0}::-webkit-scrollbar-track{background:transparent;border-radius:0}::-webkit-scrollbar-corner{background:transparent;border-radius:0}::-webkit-scrollbar-button{background:transparent;border-radius:0}*{scrollbar-width:none;scrollbar-color:transparent transparent;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;-webkit-scrollbar:none}.loading-wave-dots.svelte-10h86fq{position:relative}.loading-wave-dots.svelte-10h86fq .wave-item:where(.svelte-10h86fq){position:absolute;top:50%;left:50%;display:inline-block;margin-top:-4px;width:8px;height:8px;border-radius:50%;-webkit-animation:svelte-10h86fq-loading-wave-dots linear 2.8s infinite;animation:svelte-10h86fq-loading-wave-dots linear 2.8s infinite}.loading-wave-dots.svelte-10h86fq .wave-item:where(.svelte-10h86fq):first-child{margin-left:-36px}.loading-wave-dots.svelte-10h86fq .wave-item:where(.svelte-10h86fq):nth-child(2){margin-left:-20px;-webkit-animation-delay:.14s;animation-delay:.14s}.loading-wave-dots.svelte-10h86fq .wave-item:where(.svelte-10h86fq):nth-child(3){margin-left:-4px;-webkit-animation-delay:.28s;animation-delay:.28s}.loading-wave-dots.svelte-10h86fq .wave-item:where(.svelte-10h86fq):nth-child(4){margin-left:12px;-webkit-animation-delay:.42s;animation-delay:.42s}.loading-wave-dots.svelte-10h86fq .wave-item:where(.svelte-10h86fq):last-child{margin-left:28px;-webkit-animation-delay:.56s;animation-delay:.56s}@-webkit-keyframes svelte-10h86fq-loading-wave-dots{0%{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}10%{-webkit-transform:translateY(-6px);transform:translateY(-6px);background:#999}20%{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}to{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}}@keyframes svelte-10h86fq-loading-wave-dots{0%{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}10%{-webkit-transform:translateY(-6px);transform:translateY(-6px);background:#999}20%{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}to{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq){width:5px;height:5px;-webkit-animation:svelte-10h86fq-loading-circles linear .75s infinite;animation:svelte-10h86fq-loading-circles linear .75s infinite}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq):first-child{margin-top:-14.5px;margin-left:-2.5px}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq):nth-child(2){margin-top:-11.26px;margin-left:6.26px}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq):nth-child(3){margin-top:-2.5px;margin-left:9.5px}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq):nth-child(4){margin-top:6.26px;margin-left:6.26px}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq):nth-child(5){margin-top:9.5px;margin-left:-2.5px}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq):nth-child(6){margin-top:6.26px;margin-left:-11.26px}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq):nth-child(7){margin-top:-2.5px;margin-left:-14.5px}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq):last-child{margin-top:-11.26px;margin-left:-11.26px}@-webkit-keyframes svelte-10h86fq-loading-circles{0%{background:#dfdfdf}90%{background:#505050}to{background:#dfdfdf}}@keyframes svelte-10h86fq-loading-circles{0%{background:#dfdfdf}90%{background:#505050}to{background:#dfdfdf}}.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq){background:#666;-webkit-animation:svelte-10h86fq-loading-bubbles linear .75s infinite;animation:svelte-10h86fq-loading-bubbles linear .75s infinite}.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq):first-child{margin-top:-12.5px;margin-left:-.5px}.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq):nth-child(2){margin-top:-9.26px;margin-left:8.26px}.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq):nth-child(3){margin-top:-.5px;margin-left:11.5px}.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq):nth-child(4){margin-top:8.26px;margin-left:8.26px}.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq):nth-child(5){margin-top:11.5px;margin-left:-.5px}.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq):nth-child(6){margin-top:8.26px;margin-left:-9.26px}.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq):nth-child(7){margin-top:-.5px;margin-left:-12.5px}.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq):last-child{margin-top:-9.26px;margin-left:-9.26px}@-webkit-keyframes svelte-10h86fq-loading-bubbles{0%{width:1px;height:1px;box-shadow:0 0 0 3px #666}90%{width:1px;height:1px;box-shadow:0 0 #666}to{width:1px;height:1px;box-shadow:0 0 0 3px #666}}@keyframes svelte-10h86fq-loading-bubbles{0%{width:1px;height:1px;box-shadow:0 0 0 3px #666}90%{width:1px;height:1px;box-shadow:0 0 #666}to{width:1px;height:1px;box-shadow:0 0 0 3px #666}}.loading-default.svelte-10h86fq{position:relative;border:1px solid #999;-webkit-animation:svelte-10h86fq-loading-rotating ease 1.5s infinite;animation:svelte-10h86fq-loading-rotating ease 1.5s infinite}.loading-default.svelte-10h86fq:before{content:"";position:absolute;display:block;top:0;left:50%;margin-top:-3px;margin-left:-3px;width:6px;height:6px;background-color:#999;border-radius:50%}.loading-spiral.svelte-10h86fq{border:2px solid #777;border-right-color:transparent;-webkit-animation:svelte-10h86fq-loading-rotating linear .85s infinite;animation:svelte-10h86fq-loading-rotating linear .85s infinite}@-webkit-keyframes svelte-10h86fq-loading-rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes svelte-10h86fq-loading-rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.loading-bubbles.svelte-10h86fq,.loading-circles.svelte-10h86fq{position:relative}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq),.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq){position:absolute;top:50%;left:50%;display:inline-block;border-radius:50%}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq):nth-child(2),.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq):nth-child(2){-webkit-animation-delay:93ms;animation-delay:93ms}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq):nth-child(3),.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq):nth-child(3){-webkit-animation-delay:.186s;animation-delay:.186s}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq):nth-child(4),.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq):nth-child(4){-webkit-animation-delay:.279s;animation-delay:.279s}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq):nth-child(5),.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq):nth-child(5){-webkit-animation-delay:.372s;animation-delay:.372s}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq):nth-child(6),.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq):nth-child(6){-webkit-animation-delay:.465s;animation-delay:.465s}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq):nth-child(7),.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq):nth-child(7){-webkit-animation-delay:.558s;animation-delay:.558s}.loading-circles.svelte-10h86fq .circle-item:where(.svelte-10h86fq):last-child,.loading-bubbles.svelte-10h86fq .bubble-item:where(.svelte-10h86fq):last-child{-webkit-animation-delay:.651s;animation-delay:.651s}.loading-bubbles.svelte-10h86fq,.loading-circles.svelte-10h86fq,.loading-spiral.svelte-10h86fq,.loading-wave-dots.svelte-10h86fq,.loading-default.svelte-10h86fq{display:inline-block;margin:5px 0;width:28px;height:28px;font-size:28px;line-height:28px;border-radius:50%}.infinite-loading-container.svelte-o3w4bf{clear:both;text-align:center}.btn-try-infinite.svelte-o3w4bf{margin-top:5px;padding:5px 10px;color:#999;font-size:14px;line-height:1;background:transparent;border:1px solid #ccc;border-radius:3px;outline:none;cursor:pointer}.btn-try-infinite.svelte-o3w4bf:not(:active):hover{opacity:.8}
