@charset "UTF-8";body{margin:0;padding:0}.app{display:flex;flex-direction:column;justify-items:center}.center-text{text-align:center}.search-form{display:flex;font-family:system-ui,-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,Inter,helvetica neue,helvetica,Cantarell,Ubuntu,roboto,noto,arial,sans-serif," Apple Color Emoji",Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;gap:0rem;justify-content:center;margin-bottom:2rem}.search{border:none;border-radius:5rem 0 0 5rem;border-right:none;max-width:500px;padding:.75rem;width:80vw}.search:focus{z-index:1}.search-button{aspect-ratio:1/1;background-color:var(--color-fg);border:none;border-left:none;border-radius:0 5rem 5rem 0;color:var(--color-button);transition:background-color .1s}.search-button:hover{background-color:var(--color-button);color:var(--color-fg);cursor:pointer}.options-editor{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:1rem 0 2rem}.options-editor .option-stack{display:flex;flex-direction:column;gap:.5rem}.options-editor .option{display:flex;flex-direction:column}.options-editor .option select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml, <svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;background-color:#15202b;background-position:calc(100% - .75rem) center;border:0;border-radius:.25rem;color:#fff;padding:.5rem 2rem .5rem 1rem}.options-editor label{margin-bottom:.5rem}.options-editor .color-grid{display:grid;gap:.5rem;grid-template-columns:repeat(4,minmax(0,1fr))}.options-editor .color-grid .color{border:.15rem white solid;border-radius:.5rem;color:var(--color-button);content:"";height:50px;transition:all .2s;width:50px}.options-editor .color-grid .color:hover{color:var(--color-fg);cursor:pointer;outline:.25rem rgba(243,243,243,.3137254902) solid}@media (max-width: 630px){.options-editor{display:grid}}@media screen and (max-width: 400px){.options-editor{flex-direction:column}}.alert{background-color:#f91880bf;border-radius:1rem;margin:.5rem 0;max-width:600px;padding:1rem}.alert .alert-title{align-items:center;display:flex;gap:.25rem;justify-content:center;margin-top:1rem}.alert a{color:#fff}.flex-center{display:flex;justify-content:center;margin-bottom:2rem}.flex-center.button-grid{gap:1rem}.toot{border-radius:1rem}.render-button{background-color:#6364ff;border:0;border-radius:5rem;color:var(--color-fg);font-family:system-ui,-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,Inter,helvetica neue,helvetica,Cantarell,Ubuntu,roboto,noto,arial,sans-serif," Apple Color Emoji",Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:15px;font-weight:500;line-height:22px;padding:7px 18px;transition:all .2s}.render-button:hover{background-color:var(--color-button);cursor:pointer}.gradient-box{position:relative}@media screen and (max-width: 1024px){.gradient{background:transparent}}.handlebar{position:absolute;touch-action:none;z-index:1000}.handlebar.diagonal-right{bottom:-8px;right:-4px}.handlebar.diagonal-right svg:hover{cursor:nwse-resize}.handlebar.diagonal-left{left:-4px;top:-16px}.handlebar.diagonal-left svg:hover{cursor:nwse-resize}.handlebar.left{left:-4px;top:calc(50% - 8px)}.handlebar.left svg:hover{cursor:e-resize}.handlebar.right{right:-4px;top:calc(50% - 8px)}.handlebar.right svg:hover{cursor:e-resize}.handlebar.top{left:50%;top:-12px}.handlebar.top svg:hover{cursor:n-resize}.handlebar.bottom{bottom:-12px;left:50%}.handlebar.bottom svg:hover{cursor:n-resize}.handlebar svg{color:#fff;touch-action:none;transition:all .2s}.handlebar svg.active{color:var(--color-button);transform:scale(2)}@media screen and (max-width: 1024px){.handlebar svg{display:none}}.commit-link{color:#6364ff;text-decoration:none;transition:all .2s}.commit-link:hover{color:var(--color-button)}.action-bar{flex-wrap:wrap}.action-bar .emoji-reaction{align-items:center;background-color:#2a2c38;border-radius:5px;display:flex;margin:.5rem;padding:.3rem}.action-bar .emoji-reaction .emoji-reaction-custom{max-width:20px;object-fit:cover}.action-bar .emoji-reaction .emoji-reaction-count{margin-left:.45rem}.theme-bird-ui,.theme-bird-ui-light{font-family:system-ui,-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,Inter,helvetica neue,helvetica,Cantarell,Ubuntu,roboto,noto,arial,sans-serif," Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";width:600px}.theme-bird-ui.theme-bird-ui,.theme-bird-ui-light.theme-bird-ui{--color-bg: #1e2028;--color-text: #f7f9f9;--color-text-dim: #717c9b;--color-text-link: #858afa;--color-border: #38384d}.theme-bird-ui.theme-bird-ui-light,.theme-bird-ui-light.theme-bird-ui-light{--color-bg: #f7f9f9;--color-text: #1e2028;--color-text-dim: #9388a6;--color-text-link: #858afa;--color-border: #e6e1ed}.theme-bird-ui .toot,.theme-bird-ui-light .toot{background-color:var(--color-bg);color:var(--color-text);display:block;max-width:calc(600px - 4rem);padding:2rem;width:100%}.theme-bird-ui .toot .profile,.theme-bird-ui-light .toot .profile{display:flex;font-size:15px;gap:.75em;height:.75rem}.theme-bird-ui .toot .profile .display-name,.theme-bird-ui-light .toot .profile .display-name{display:flex;gap:6px;min-height:30px;overflow:hidden;text-overflow:ellipsis}.theme-bird-ui .toot .profile .display-name strong,.theme-bird-ui-light .toot .profile .display-name strong{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-bird-ui .toot .profile .display-name strong .emoji,.theme-bird-ui-light .toot .profile .display-name strong .emoji{height:1em;margin:-1px 0 0;object-fit:contain;vertical-align:middle;width:1em}.theme-bird-ui .toot .profile .display-name a,.theme-bird-ui-light .toot .profile .display-name a{color:inherit;text-decoration:none}.theme-bird-ui .toot .profile .display-name a:hover,.theme-bird-ui-light .toot .profile .display-name a:hover{text-decoration:underline}.theme-bird-ui .toot .profile .display-name .username,.theme-bird-ui-light .toot .profile .display-name .username{color:var(--color-text-dim);height:1.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-bird-ui .toot .profile .display-name .datetime,.theme-bird-ui-light .toot .profile .display-name .datetime{color:var(--color-text-dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-bird-ui .toot .profile .display-name .datetime:before,.theme-bird-ui-light .toot .profile .display-name .datetime:before{align-items:center;color:var(--color-text-dim);content:"·";line-height:22px;margin-right:8px}.theme-bird-ui .toot .profile .avatar img,.theme-bird-ui-light .toot .profile .avatar img{border-radius:100rem;height:48px;width:48px}.theme-bird-ui .toot .content,.theme-bird-ui-light .toot .content{font-size:15px;padding-left:60px}.theme-bird-ui .toot .content p,.theme-bird-ui-light .toot .content p{font-feature-settings:"kern";font-style:normal;font-weight:400;line-height:22px;text-rendering:optimizelegibility;text-size-adjust:none}.theme-bird-ui .toot .content a,.theme-bird-ui-light .toot .content a{color:var(--color-text-link);text-decoration:none;unicode-bidi:isolate}.theme-bird-ui .toot .content .emoji,.theme-bird-ui-light .toot .content .emoji{height:24px;margin:-1px 0 0;object-fit:contain;vertical-align:middle;width:24px}.theme-bird-ui .toot .content .invisible,.theme-bird-ui-light .toot .content .invisible{display:none}.theme-bird-ui .toot .content .ellipsis:after,.theme-bird-ui-light .toot .content .ellipsis:after{content:"…"}.theme-bird-ui .toot .poll,.theme-bird-ui-light .toot .poll{font-size:14px;padding-left:60px}.theme-bird-ui .toot .poll .poll-option,.theme-bird-ui-light .toot .poll .poll-option{margin-bottom:10px}.theme-bird-ui .toot .poll .poll-option .option-title,.theme-bird-ui-light .toot .poll .poll-option .option-title{line-height:16px;margin:0;padding:6px 0}.theme-bird-ui .toot .poll .poll-option .option-title strong,.theme-bird-ui-light .toot .poll .poll-option .option-title strong{display:inline-block;width:45px}.theme-bird-ui .toot .poll .poll-option .option-bar,.theme-bird-ui-light .toot .poll .poll-option .option-bar{background-color:var(--color-text-dim);border-radius:4px;display:block;height:5px;min-width:1%}.theme-bird-ui .toot .gallery-holder,.theme-bird-ui-light .toot .gallery-holder{padding-left:60px}.theme-bird-ui .toot .gallery-holder .image-gallery,.theme-bird-ui-light .toot .gallery-holder .image-gallery{border:1px solid var(--color-border);border-radius:16px;box-sizing:border-box;display:grid;width:100%}.theme-bird-ui .toot .gallery-holder .image-gallery .attachment,.theme-bird-ui-light .toot .gallery-holder .image-gallery .attachment{border-radius:8px;height:100%;object-fit:cover;width:100%}.theme-bird-ui .toot .action-bar,.theme-bird-ui-light .toot .action-bar{display:flex;margin-top:12px;padding-left:60px}.theme-bird-ui .toot .action-bar.action-bar-hidden,.theme-bird-ui-light .toot .action-bar.action-bar-hidden{display:none}.theme-bird-ui .toot .action-bar.action-bar-feed,.theme-bird-ui-light .toot .action-bar.action-bar-feed{gap:83.6px;margin-top:24px}.theme-bird-ui .toot .action-bar.action-bar-feed .action-bar-datetime,.theme-bird-ui-light .toot .action-bar.action-bar-feed .action-bar-datetime{display:none}.theme-bird-ui .toot .action-bar.action-bar-feed .action,.theme-bird-ui-light .toot .action-bar.action-bar-feed .action{color:var(--color-text-dim);display:inline-flex;width:50px}.theme-bird-ui .toot .action-bar.action-bar-feed .action .icon-boost:before,.theme-bird-ui-light .toot .action-bar.action-bar-feed .action .icon-boost:before{content:url("data:image/svg+xml, %0A%3Csvg viewBox='0 0 24 24' color='inherit' width='18' height='18' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23717c9b' d='M6 4h15a1 1 0 0 1 1 1v7h-2V6H6v3L1 5l5-4v3zm12 16H3a1 1 0 0 1-1-1v-7h2v6h14v-3l5 4l-5 4v-3z'/%3E%3C/svg%3E")}.theme-bird-ui .toot .action-bar.action-bar-feed .action .icon-reply:before,.theme-bird-ui-light .toot .action-bar.action-bar-feed .action .icon-reply:before{content:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='%23717c9b' aria-hidden='true'%3E%3Cg%3E%3Cpath d='M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01zm8.005-6c-3.317 0-6.005 2.69-6.005 6 0 3.37 2.77 6.08 6.138 6.01l.351-.01h1.761v2.3l5.087-2.81c1.951-1.08 3.163-3.13 3.163-5.36 0-3.39-2.744-6.13-6.129-6.13H9.756z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.theme-bird-ui .toot .action-bar.action-bar-feed .action .icon-star:before,.theme-bird-ui-light .toot .action-bar.action-bar-feed .action .icon-star:before{content:url('data:image/svg+xml, %3Csvg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none" stroke="%23717c9b" stroke-width="5.5" viewBox="0 0 68 68"%3E%3Cpath d="M31.4 3.8c-.7.4-2.5 5-4.1 10.2l-2.9 9.5-9.9.5c-5.5.3-10.6.9-11.3 1.3-.6.5-1.2 1.9-1.2 3.3 0 2 1.5 3.4 8 7.5 4.4 2.8 8 5.5 8 6s-1.3 4.5-3 9.1c-3.6 9.7-3.7 11.4-.9 12.8 2.7 1.5 3.5 1.1 12.4-5.6l7.5-5.6 8.2 6.1c8.4 6.3 11.2 7.1 13.2 3.9.8-1.4.3-3.9-2.2-11-1.8-5.1-3.2-9.6-3.2-9.9 0-.4 3.6-3 8-5.8 6.5-4.1 8-5.5 8-7.5 0-1.4-.6-2.8-1.2-3.3-.7-.4-5.8-1-11.3-1.3l-9.9-.5-2.9-9.5C37.8 4.6 36.9 3 34 3c-.8 0-2 .4-2.6.8z"/%3E%3C/svg%3E%0A')}.theme-bird-ui .toot .action-bar.action-bar-feed .action .action-counter,.theme-bird-ui-light .toot .action-bar.action-bar-feed .action .action-counter{display:inline-block;font-size:13px;font-weight:500;margin-inline-start:4px}.theme-bird-ui .toot .action-bar.action-bar-feed .action .action-label,.theme-bird-ui-light .toot .action-bar.action-bar-feed .action .action-label{display:none}.theme-bird-ui .toot .action-bar.action-bar-normal,.theme-bird-ui-light .toot .action-bar.action-bar-normal{font-size:15px;gap:6px}.theme-bird-ui .toot .action-bar.action-bar-normal .action-bar-datetime,.theme-bird-ui-light .toot .action-bar.action-bar-normal .action-bar-datetime{color:var(--color-text-dim)}.theme-bird-ui .toot .action-bar.action-bar-normal.no-replies div:first-of-type,.theme-bird-ui-light .toot .action-bar.action-bar-normal.no-replies div:first-of-type{display:none}.theme-bird-ui .toot .action-bar.action-bar-normal .action,.theme-bird-ui-light .toot .action-bar.action-bar-normal .action{display:inline-flex;gap:4px}.theme-bird-ui .toot .action-bar.action-bar-normal .action .action-counter,.theme-bird-ui-light .toot .action-bar.action-bar-normal .action .action-counter{font-weight:700}.theme-bird-ui .toot .action-bar.action-bar-normal .action .action-label,.theme-bird-ui-light .toot .action-bar.action-bar-normal .action .action-label{color:var(--color-text-dim);font-weight:500}.theme-bird-ui .toot .action-bar.action-bar-normal .action:before,.theme-bird-ui-light .toot .action-bar.action-bar-normal .action:before{align-items:center;color:var(--color-text-dim);content:"·";line-height:22px}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/roboto-v30-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/roboto-v30-latin-500.woff2) format("woff2")}.theme-mastodon,.theme-mastodon-light,.theme-mastodon-white-interactions{--color-poll-winner: #5e64f8;font-family:roboto,system-ui,-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,Inter,helvetica neue,helvetica,Cantarell,Ubuntu,noto,arial,sans-serif," Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";width:600px}.theme-mastodon.theme-mastodon,.theme-mastodon-light.theme-mastodon,.theme-mastodon-white-interactions.theme-mastodon{--color-bg: #313543;--color-text: #fff;--color-text-dim: #9baec8;--color-text-link: #8c8dff;--color-text-ultradim: #606984;--color-text-username: #fff;--color-interaction: var(--color-text-ultradim);--interaction-text-weight: 500;--color-border: #38384d;--color-hashtag: #d9e1e8}.theme-mastodon.theme-mastodon-white-interactions,.theme-mastodon-light.theme-mastodon-white-interactions,.theme-mastodon-white-interactions.theme-mastodon-white-interactions{--color-bg: #313543;--color-text: #f7f9f9;--color-text-dim: #9baec8;--color-text-link: #8c8dff;--color-text-ultradim: #606984;--color-text-username: #fff;--color-interaction: #d9e1e8;--interaction-text-weight: 700;--color-border: #38384d;--color-hashtag: #d9e1e8}.theme-mastodon.theme-mastodon-light,.theme-mastodon-light.theme-mastodon-light,.theme-mastodon-white-interactions.theme-mastodon-light{--color-bg: #fff;--color-text: #040404;--color-text-dim: #444b5d;--color-text-link: #5e64f8;--color-text-ultradim: #606984;--color-text-username: #000;--color-interaction: var(--color-text-ultradim);--interaction-text-weight: 500;--color-border: #38384d;--color-hashtag: #5e64f8}.theme-mastodon .toot,.theme-mastodon-light .toot,.theme-mastodon-white-interactions .toot{background-color:var(--color-bg);color:var(--color-text);display:block;gap:0rem;max-width:calc(600px - 4rem);padding:2rem;position:relative;width:100%}.theme-mastodon .toot .profile,.theme-mastodon-light .toot .profile,.theme-mastodon-white-interactions .toot .profile{display:flex;gap:.75em;margin-bottom:1rem}.theme-mastodon .toot .profile .display-name,.theme-mastodon-light .toot .profile .display-name,.theme-mastodon-white-interactions .toot .profile .display-name{display:flex;flex-direction:column;font-size:15px;min-height:30px;overflow:hidden;text-overflow:ellipsis}.theme-mastodon .toot .profile .display-name strong,.theme-mastodon-light .toot .profile .display-name strong,.theme-mastodon-white-interactions .toot .profile .display-name strong{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-mastodon .toot .profile .display-name strong .emoji,.theme-mastodon-light .toot .profile .display-name strong .emoji,.theme-mastodon-white-interactions .toot .profile .display-name strong .emoji{height:1em;margin:-1px 0 0;object-fit:contain;vertical-align:middle;width:1em}.theme-mastodon .toot .profile .display-name .username,.theme-mastodon-light .toot .profile .display-name .username,.theme-mastodon-white-interactions .toot .profile .display-name .username{color:var(--color-text-username);height:1.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-mastodon .toot .profile .display-name .datetime,.theme-mastodon-light .toot .profile .display-name .datetime,.theme-mastodon-white-interactions .toot .profile .display-name .datetime{color:var(--color-text-ultradim);overflow:hidden;position:absolute;right:2rem;text-overflow:ellipsis;white-space:nowrap}.theme-mastodon .toot .profile .avatar img,.theme-mastodon-light .toot .profile .avatar img,.theme-mastodon-white-interactions .toot .profile .avatar img{border-radius:4px;height:48px;width:48px}.theme-mastodon .toot .content,.theme-mastodon-light .toot .content,.theme-mastodon-white-interactions .toot .content{font-size:19px}.theme-mastodon .toot .content p,.theme-mastodon-light .toot .content p,.theme-mastodon-white-interactions .toot .content p{font-feature-settings:"kern";font-style:normal;font-weight:400;line-height:22px;margin:0 0 20px;text-rendering:optimizelegibility;text-size-adjust:none}.theme-mastodon .toot .content a,.theme-mastodon-light .toot .content a,.theme-mastodon-white-interactions .toot .content a{color:var(--color-text-link);text-decoration:none;unicode-bidi:isolate}.theme-mastodon .toot .content .emoji,.theme-mastodon-light .toot .content .emoji,.theme-mastodon-white-interactions .toot .content .emoji{height:24px;margin:-1px 0 0;object-fit:contain;vertical-align:middle;width:24px}.theme-mastodon .toot .content .invisible,.theme-mastodon-light .toot .content .invisible,.theme-mastodon-white-interactions .toot .content .invisible{display:none}.theme-mastodon .toot .content .ellipsis:after,.theme-mastodon-light .toot .content .ellipsis:after,.theme-mastodon-white-interactions .toot .content .ellipsis:after{content:"…"}.theme-mastodon .toot .content .hashtag,.theme-mastodon-light .toot .content .hashtag,.theme-mastodon-white-interactions .toot .content .hashtag{color:var(--color-hashtag)}.theme-mastodon .toot .poll,.theme-mastodon-light .toot .poll,.theme-mastodon-white-interactions .toot .poll{font-size:14px}.theme-mastodon .toot .poll .poll-option,.theme-mastodon-light .toot .poll .poll-option,.theme-mastodon-white-interactions .toot .poll .poll-option{margin-bottom:10px}.theme-mastodon .toot .poll .poll-option .option-title,.theme-mastodon-light .toot .poll .poll-option .option-title,.theme-mastodon-white-interactions .toot .poll .poll-option .option-title{line-height:16px;margin:0;padding:6px 0}.theme-mastodon .toot .poll .poll-option .option-title strong,.theme-mastodon-light .toot .poll .poll-option .option-title strong,.theme-mastodon-white-interactions .toot .poll .poll-option .option-title strong{display:inline-block;width:45px}.theme-mastodon .toot .poll .poll-option .option-bar,.theme-mastodon-light .toot .poll .poll-option .option-bar,.theme-mastodon-white-interactions .toot .poll .poll-option .option-bar{background-color:var(--color-text-dim);border-radius:4px;display:block;height:5px;min-width:1%}.theme-mastodon .toot .poll .poll-option .option-bar.winner,.theme-mastodon-light .toot .poll .poll-option .option-bar.winner,.theme-mastodon-white-interactions .toot .poll .poll-option .option-bar.winner{background-color:var(--color-poll-winner)}.theme-mastodon .toot .gallery-holder .image-gallery,.theme-mastodon-light .toot .gallery-holder .image-gallery,.theme-mastodon-white-interactions .toot .gallery-holder .image-gallery{border:1px solid var(--color-border);border-radius:16px;box-sizing:border-box;display:grid;width:100%}.theme-mastodon .toot .gallery-holder .image-gallery .attachment,.theme-mastodon-light .toot .gallery-holder .image-gallery .attachment,.theme-mastodon-white-interactions .toot .gallery-holder .image-gallery .attachment{border-radius:8px;height:100%;object-fit:cover;width:100%}.theme-mastodon .toot .action-bar,.theme-mastodon-light .toot .action-bar,.theme-mastodon-white-interactions .toot .action-bar{display:flex;margin-top:12px}.theme-mastodon .toot .action-bar.action-bar-hidden,.theme-mastodon-light .toot .action-bar.action-bar-hidden,.theme-mastodon-white-interactions .toot .action-bar.action-bar-hidden{display:none}.theme-mastodon .toot .action-bar.action-bar-feed,.theme-mastodon-light .toot .action-bar.action-bar-feed,.theme-mastodon-white-interactions .toot .action-bar.action-bar-feed{gap:83.6px;margin-top:24px}.theme-mastodon .toot .action-bar.action-bar-feed .action-bar-datetime,.theme-mastodon-light .toot .action-bar.action-bar-feed .action-bar-datetime,.theme-mastodon-white-interactions .toot .action-bar.action-bar-feed .action-bar-datetime{display:none}.theme-mastodon .toot .action-bar.action-bar-feed .action,.theme-mastodon-light .toot .action-bar.action-bar-feed .action,.theme-mastodon-white-interactions .toot .action-bar.action-bar-feed .action{align-items:center;color:var(--color-interaction);display:inline-flex;width:50px}.theme-mastodon .toot .action-bar.action-bar-feed .action .icon-boost,.theme-mastodon-light .toot .action-bar.action-bar-feed .action .icon-boost,.theme-mastodon-white-interactions .toot .action-bar.action-bar-feed .action .icon-boost{height:22px;width:22px}.theme-mastodon .toot .action-bar.action-bar-feed .action .icon-boost:before,.theme-mastodon-light .toot .action-bar.action-bar-feed .action .icon-boost:before,.theme-mastodon-white-interactions .toot .action-bar.action-bar-feed .action .icon-boost:before{content:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22px' fill='%23606984' stroke='%23606984' stroke-width='4rem' viewBox='-96 224 2240 1472'%3E%3Cpath d='M1344 1504q0 13-9.5 22.5t-22.5 9.5h-960q-8 0-13.5-2t-9-7-5.5-8-3-11.5-1-11.5v-600h-192q-26 0-45-19t-19-45q0-24 15-41l320-384q19-22 49-22t49 22l320 384q15 17 15 41 0 26-19 45t-45 19h-192v384h576q16 0 25 11l160 192q7 10 7 21zm640-416q0 24-15 41l-320 384q-20 23-49 23t-49-23l-320-384q-15-17-15-41 0-26 19-45t45-19h192v-384h-576q-16 0-25-12l-160-192q-7-9-7-20 0-13 9.5-22.5t22.5-9.5h960q8 0 13.5 2t9 7 5.5 8 3 11.5 1 11.5v600h192q26 0 45 19t19 45z'%3E%3C/path%3E%3C/svg%3E")}.theme-mastodon .toot .action-bar.action-bar-feed .action .icon-reply,.theme-mastodon-light .toot .action-bar.action-bar-feed .action .icon-reply,.theme-mastodon-white-interactions .toot .action-bar.action-bar-feed .action .icon-reply{height:18px;width:20px}.theme-mastodon .toot .action-bar.action-bar-feed .action .icon-reply:before,.theme-mastodon-light .toot .action-bar.action-bar-feed .action .icon-reply:before,.theme-mastodon-white-interactions .toot .action-bar.action-bar-feed .action .icon-reply:before{content:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18px' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%23606984%7D%3C/style%3E%3Cpath d='M205 34.8c11.5 5.1 19 16.6 19 29.2v64H336c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96H224v64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4z'/%3E%3C/svg%3E")}.theme-mastodon .toot .action-bar.action-bar-feed .action .icon-star,.theme-mastodon-light .toot .action-bar.action-bar-feed .action .icon-star,.theme-mastodon-white-interactions .toot .action-bar.action-bar-feed .action .icon-star{height:18px;width:21px}.theme-mastodon .toot .action-bar.action-bar-feed .action .icon-star:before,.theme-mastodon-light .toot .action-bar.action-bar-feed .action .icon-star:before,.theme-mastodon-white-interactions .toot .action-bar.action-bar-feed .action .icon-star:before{content:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18px' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%23606984%7D%3C/style%3E%3Cpath d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/%3E%3C/svg%3E")}.theme-mastodon .toot .action-bar.action-bar-feed .action .action-counter,.theme-mastodon-light .toot .action-bar.action-bar-feed .action .action-counter,.theme-mastodon-white-interactions .toot .action-bar.action-bar-feed .action .action-counter{display:inline-block;font-size:12px;font-weight:var(--interaction-text-weight);margin-inline-start:4px;margin-left:4px}.theme-mastodon .toot .action-bar.action-bar-feed .action .action-label,.theme-mastodon-light .toot .action-bar.action-bar-feed .action .action-label,.theme-mastodon-white-interactions .toot .action-bar.action-bar-feed .action .action-label{display:none}.theme-mastodon .toot .action-bar.action-bar-normal,.theme-mastodon-light .toot .action-bar.action-bar-normal,.theme-mastodon-white-interactions .toot .action-bar.action-bar-normal{font-size:14px;gap:6px}.theme-mastodon .toot .action-bar.action-bar-normal .action-bar-datetime,.theme-mastodon-light .toot .action-bar.action-bar-normal .action-bar-datetime,.theme-mastodon-white-interactions .toot .action-bar.action-bar-normal .action-bar-datetime{color:var(--color-text-ultradim)}.theme-mastodon .toot .action-bar.action-bar-normal.no-replies div:first-of-type,.theme-mastodon-light .toot .action-bar.action-bar-normal.no-replies div:first-of-type,.theme-mastodon-white-interactions .toot .action-bar.action-bar-normal.no-replies div:first-of-type{display:none}.theme-mastodon .toot .action-bar.action-bar-normal .action,.theme-mastodon-light .toot .action-bar.action-bar-normal .action,.theme-mastodon-white-interactions .toot .action-bar.action-bar-normal .action{color:var(--color-text-ultradim);display:inline-flex;gap:4px}.theme-mastodon .toot .action-bar.action-bar-normal .action .action-counter,.theme-mastodon-light .toot .action-bar.action-bar-normal .action .action-counter,.theme-mastodon-white-interactions .toot .action-bar.action-bar-normal .action .action-counter{color:var(--color-interaction);font-weight:500}.theme-mastodon .toot .action-bar.action-bar-normal .action:before,.theme-mastodon-light .toot .action-bar.action-bar-normal .action:before,.theme-mastodon-white-interactions .toot .action-bar.action-bar-normal .action:before{align-items:center;content:"·";font-weight:500;line-height:22px}:root{--color-bg: #232543;--color-fg: #f7f9f9;--color-button: #858afa;background-color:var(--color-bg);color:var(--color-fg);font-family:system-ui,-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,Inter,helvetica neue,helvetica,Cantarell,Ubuntu,roboto,noto,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:400;line-height:1.5}
