:root{--primary-h: 243;--link-color: hsl(var(--primary-h), 73%, 59%);--link-hover-color: #4338ca;--time-color: #8b5cf6;--background-color: #100235;--header-background-color: #ffffff;--content-background-color: #ffffff;--text-color: #111827;--text-secondary-color: #4b5563;--border-color: #e2e8f0;--indicator-inactive-color: #cbd5e1;--indicator-active-color: #6366f1;--button-hover: #f3f4f6}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:var(--background-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:18px;line-height:1.5;color:var(--text-color);border-color:var(--border-color);overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:none;hyphens:none}a{font-weight:500;color:var(--link-color);text-decoration:none;transition:color .15s ease}a:hover{color:var(--link-hover-color)}h1{font-size:2.5em;line-height:1.2;font-weight:700}#app{max-width:1400px;width:100%;margin:0 auto;padding:0;text-align:center}#postContainer{display:flex;flex-direction:column;border-radius:12px;border:1px solid var(--border-color);background-color:var(--content-background-color);margin-bottom:20px;overflow-wrap:break-word;overflow:hidden;box-shadow:var(--card-shadow);transition:transform .2s ease,box-shadow .2s ease}#postContainer:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}#postHeader{display:flex;flex-direction:row;align-items:center;justify-content:start;background-color:var(--header-background-color);padding:12px 16px;height:60px;border-bottom:1px solid var(--border-color);font-weight:600;overflow-wrap:break-word}#displayName{display:block;color:var(--text-color);font-size:1.2em;padding:0;margin:0 0 2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;letter-spacing:-.01em}#handle{display:flex;align-items:center;color:#6b7280;font-size:.85em;font-weight:400;padding:0;margin:0;gap:8px}#postLink{color:var(--time-color);font-size:.85em;padding:0;margin:0;opacity:.9}#postContent{display:flex;text-align:start;flex-direction:column;padding:16px;background-color:var(--content-background-color);color:var(--text-color);overflow-wrap:break-word;white-space:pre-line;line-height:1.6}#replyingText,#quotingText{font-size:.8em;margin:0;padding:0 0 10px;color:#6b7280}#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;max-width:80%;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-bg)}#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:50%;border:2px solid white;box-shadow:0 1px 3px #0000001a}#Content{display:flex;width:100%;height:100%;flex-direction:row;justify-content:space-between;align-items:center;background-color:var(--background-color);color:var(--text-color);gap:24px}#Feed{overflow-y:auto;width:65%;height:100vh;padding-right:16px;align-self:flex-start}#spacer{padding:0;margin:0;height:10vh;width:100%}#Account{width:35%;display:flex;flex-direction:column;border:1px solid var(--border-color);background-color:var(--content-background-color);max-height:80vh;padding:24px;margin-left:16px;border-radius:12px;box-shadow:var(--card-shadow)}#accountsList{display:flex;flex-direction:column;overflow-y:auto;height:100%;width:100%;padding:8px 0;margin:0}#Header{text-align:center;font-size:1.8em;margin-bottom:16px;font-weight:700;background:linear-gradient(to right,var(--link-color),#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media screen and (max-width: 768px){#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-qmuq88{position:relative}.loading-wave-dots.svelte-qmuq88 .wave-item:where(.svelte-qmuq88){position:absolute;top:50%;left:50%;display:inline-block;margin-top:-4px;width:8px;height:8px;border-radius:50%;-webkit-animation:svelte-qmuq88-loading-wave-dots linear 2.8s infinite;animation:svelte-qmuq88-loading-wave-dots linear 2.8s infinite}.loading-wave-dots.svelte-qmuq88 .wave-item:where(.svelte-qmuq88):first-child{margin-left:-36px}.loading-wave-dots.svelte-qmuq88 .wave-item:where(.svelte-qmuq88):nth-child(2){margin-left:-20px;-webkit-animation-delay:.14s;animation-delay:.14s}.loading-wave-dots.svelte-qmuq88 .wave-item:where(.svelte-qmuq88):nth-child(3){margin-left:-4px;-webkit-animation-delay:.28s;animation-delay:.28s}.loading-wave-dots.svelte-qmuq88 .wave-item:where(.svelte-qmuq88):nth-child(4){margin-left:12px;-webkit-animation-delay:.42s;animation-delay:.42s}.loading-wave-dots.svelte-qmuq88 .wave-item:where(.svelte-qmuq88):last-child{margin-left:28px;-webkit-animation-delay:.56s;animation-delay:.56s}@-webkit-keyframes svelte-qmuq88-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-qmuq88-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-qmuq88 .circle-item:where(.svelte-qmuq88){width:5px;height:5px;-webkit-animation:svelte-qmuq88-loading-circles linear .75s infinite;animation:svelte-qmuq88-loading-circles linear .75s infinite}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88):first-child{margin-top:-14.5px;margin-left:-2.5px}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88):nth-child(2){margin-top:-11.26px;margin-left:6.26px}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88):nth-child(3){margin-top:-2.5px;margin-left:9.5px}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88):nth-child(4){margin-top:6.26px;margin-left:6.26px}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88):nth-child(5){margin-top:9.5px;margin-left:-2.5px}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88):nth-child(6){margin-top:6.26px;margin-left:-11.26px}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88):nth-child(7){margin-top:-2.5px;margin-left:-14.5px}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88):last-child{margin-top:-11.26px;margin-left:-11.26px}@-webkit-keyframes svelte-qmuq88-loading-circles{0%{background:#dfdfdf}90%{background:#505050}to{background:#dfdfdf}}@keyframes svelte-qmuq88-loading-circles{0%{background:#dfdfdf}90%{background:#505050}to{background:#dfdfdf}}.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88){background:#666;-webkit-animation:svelte-qmuq88-loading-bubbles linear .75s infinite;animation:svelte-qmuq88-loading-bubbles linear .75s infinite}.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88):first-child{margin-top:-12.5px;margin-left:-.5px}.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88):nth-child(2){margin-top:-9.26px;margin-left:8.26px}.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88):nth-child(3){margin-top:-.5px;margin-left:11.5px}.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88):nth-child(4){margin-top:8.26px;margin-left:8.26px}.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88):nth-child(5){margin-top:11.5px;margin-left:-.5px}.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88):nth-child(6){margin-top:8.26px;margin-left:-9.26px}.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88):nth-child(7){margin-top:-.5px;margin-left:-12.5px}.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88):last-child{margin-top:-9.26px;margin-left:-9.26px}@-webkit-keyframes svelte-qmuq88-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-qmuq88-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-qmuq88{position:relative;border:1px solid #999;-webkit-animation:svelte-qmuq88-loading-rotating ease 1.5s infinite;animation:svelte-qmuq88-loading-rotating ease 1.5s infinite}.loading-default.svelte-qmuq88: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-qmuq88{border:2px solid #777;border-right-color:transparent;-webkit-animation:svelte-qmuq88-loading-rotating linear .85s infinite;animation:svelte-qmuq88-loading-rotating linear .85s infinite}@-webkit-keyframes svelte-qmuq88-loading-rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes svelte-qmuq88-loading-rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.loading-bubbles.svelte-qmuq88,.loading-circles.svelte-qmuq88{position:relative}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88),.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88){position:absolute;top:50%;left:50%;display:inline-block;border-radius:50%}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88):nth-child(2),.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88):nth-child(2){-webkit-animation-delay:93ms;animation-delay:93ms}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88):nth-child(3),.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88):nth-child(3){-webkit-animation-delay:.186s;animation-delay:.186s}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88):nth-child(4),.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88):nth-child(4){-webkit-animation-delay:.279s;animation-delay:.279s}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88):nth-child(5),.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88):nth-child(5){-webkit-animation-delay:.372s;animation-delay:.372s}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88):nth-child(6),.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88):nth-child(6){-webkit-animation-delay:.465s;animation-delay:.465s}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88):nth-child(7),.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88):nth-child(7){-webkit-animation-delay:.558s;animation-delay:.558s}.loading-circles.svelte-qmuq88 .circle-item:where(.svelte-qmuq88):last-child,.loading-bubbles.svelte-qmuq88 .bubble-item:where(.svelte-qmuq88):last-child{-webkit-animation-delay:.651s;animation-delay:.651s}.loading-bubbles.svelte-qmuq88,.loading-circles.svelte-qmuq88,.loading-spiral.svelte-qmuq88,.loading-wave-dots.svelte-qmuq88,.loading-default.svelte-qmuq88{display:inline-block;margin:5px 0;width:28px;height:28px;font-size:28px;line-height:28px;border-radius:50%}.infinite-loading-container.svelte-1ja8j5r{clear:both;text-align:center}.btn-try-infinite.svelte-1ja8j5r{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-1ja8j5r:not(:active):hover{opacity:.8}
