@charset "UTF-8";html,body{overscroll-behavior-y:none}*{-webkit-tap-highlight-color:transparent}body{font-family:roboto flex,roboto,arial,sans-serif;font-size:14px;height:100%;margin:0;background:var(--background-color) center/cover fixed repeat;color:#333;overflow-x:hidden;overflow-y:scroll}.background{position:fixed;left:0;top:0;width:100%;height:100%;background-color:#0005;z-index:2}.background.transparent{background-color:transparent}body:has(.background){overflow-y:hidden}.accent-button{background:linear-gradient(var(--accent-color),color-mix(in srgb,var(--accent-color),#000 20%));color:var(--accent-color-text);text-shadow:0 1px 0 rgba(0,0,0,.2);border-color:color-mix(in srgb,var(--accent-color),#000 20%)}.accent-button:hover{background:linear-gradient(color-mix(in srgb,var(--accent-color),#fff 10%),color-mix(in srgb,var(--accent-color),#000 10%));border-color:color-mix(in srgb,var(--accent-color),#000 10%)}.text-box{padding:8px 12px;border-radius:4px;border:1px solid rgba(0,0,0,.1);font-size:14px;outline:none;overflow-y:auto;flex-grow:1;word-wrap:break-word;white-space:pre-wrap;white-space:break-spaces}.text-box:before{font-size:14px;color:#999}.text-box:empty:before{cursor:text;content:attr(aria-placeholder)}#container{position:relative;top:40px;padding:8px;background-color:#ffffff4d;width:920px;box-sizing:border-box;margin:0 auto;min-height:100vh;display:flex;flex-flow:wrap;align-content:baseline}a{color:unset;text-decoration:none}a:hover{text-decoration:underline;text-decoration-thickness:1px}.label-area{display:flex;gap:4px;flex-wrap:wrap}.label{background-color:#eee;border-radius:8px;display:inline-block;font-size:12px;padding:2px 6px;margin-bottom:1px}#content{display:flex;flex-flow:column;overscroll-behavior:auto}#content,#content-holder{width:594px;margin-left:auto}button{font-size:13px;padding:5px 12px;cursor:pointer;border-radius:4px;border:1px solid #ccc;background-color:#fff;background-image:linear-gradient(#fff,#ddd);font-weight:700}button:hover{border-color:#c8c8c8;background-color:#f8f8f8;background:linear-gradient(#f8f8f8,#d8d8d8)}button.square{width:27px;height:27px;padding:0}button.active{background-color:var(--accent-color)}.card-holder .avatar-holder,.profile-header,.side-nav{border:1px solid rgba(0,0,0,.1)}.profile-header .stats-buttons a:hover,.profile-header .stats-buttons a:hover b,.side-nav a{text-decoration:none;color:var(--accent-color);text-decoration-thickness:1px}a.header:hover,a.handle:hover,a.timestamp:hover{text-decoration:underline;text-decoration-thickness:1px;color:var(--accent-color)}.bio a,.text-content a{color:var(--accent-color)!important}button,.handle,.display-name,.bio,.timestamp,.side-nav{text-shadow:0 1px 0 #fff}code{font-family:monospace;background-color:#3331;padding:0 4px;border-radius:6px}.emoji{font-style:normal}.buffer-bottom{width:100%;height:80vh}.small{font-size:12px;color:#666;word-wrap:break-word;white-space:pre-wrap;white-space:break-spaces}.small-link{font-size:12px;color:var(--accent-color);width:fit-content}.small-link:hover{cursor:pointer}.link{color:var(--accent-color);width:fit-content}.link:hover{cursor:pointer}#search-bar{height:33px}::selection{background-color:color-mix(in srgb,var(--accent-color),#fff 25%);color:var(--accent-color-text)}input{outline:none;border:1px solid rgba(0,0,0,.1);border-radius:4px;background-color:#fff;padding:8px 12px;box-sizing:border-box;font-size:14px;accent-color:var(--accent-color)}input[type=text]{height:33px}input::placeholder{color:#999;content:attr(aria-placeholder);cursor:text}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(0,0,0,.1);border-radius:4px;background:#fff url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-compact-down'%3e%3cpath%20stroke='none'%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M4%2011l8%203l8%20-3'/%3e%3c/svg%3e") no-repeat right 8px center/16px;padding:4px 28px 4px 12px;box-sizing:border-box;font-size:14px;height:33px}.image-view img{max-width:100vw;max-height:calc(100% - 30px);position:fixed;top:calc(50% + 15px);left:50%;transform:translate(-50%,-50%)}.close-button,.composer .close-button{position:absolute;right:0;top:0;font-size:16px;line-height:8px;padding:6px}.close-button.large,.composer .close-button.large{font-size:24px;line-height:12px;padding:8px}.see-raw-button{left:0;top:0}.see-raw-button button{height:30px}.ztop{z-index:1;position:fixed}#pull-indicator{position:fixed;top:0;left:50%;transform:translate(-50%);width:40px;height:40px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;transition:transform .2s;color:#fff;opacity:0;border:1px solid rgba(0,0,0,.1)}#pull-indicator>div{width:20px;height:20px;border:2px solid var(--accent-color);border-top:2px solid transparent;border-radius:50%;display:block}.section-title{font-size:21px;font-weight:700;margin-top:7px;margin-bottom:7px}.small-section-title{font-size:17.5px;font-weight:700;margin-top:7px;margin-bottom:7px}.sidebar-footer{color:#ccc;font-size:12px;display:flex;gap:4px}.red-button{background:linear-gradient(#d32f2f,color-mix(in srgb,#d32f2f,#000 20%));color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.2);border-color:color-mix(in srgb,#d32f2f,#000 20%)}.red-button:hover{background:linear-gradient(color-mix(in srgb,#d32f2f,#fff 10%),color-mix(in srgb,#d32f2f,#000 10%));border-color:color-mix(in srgb,#d32f2f,#000 10%)}@media (min-width: 920px){.buffer-top,.sticky-header{display:none}#side-bar{display:block}#side-bar.sticky{top:48px;position:sticky;max-height:calc(100% - 48px);overflow-x:hidden;overflow-y:auto;height:min-content}#side-bar #search-bar{margin-bottom:8px;width:300px}#side-bar .side-nav{box-sizing:border-box;background-color:#f9f9f9;border-radius:4px;width:300px;margin-bottom:8px;position:relative}#side-bar .side-nav:last-of-type{margin-bottom:0}#side-bar .side-nav a{cursor:pointer;width:274px;display:block;padding:8px 12px;border-bottom:1px solid #e8e8e8}#side-bar .side-nav a .images{display:flex;gap:4px;margin-top:4px}#side-bar .side-nav a .images img{width:66px;height:66px;object-fit:cover}#side-bar .side-nav a:before{content:"❯";display:block;float:right;color:#ccc;line-height:.9;font-size:19px;position:absolute;right:12px}#side-bar .side-nav a:hover:before,#side-bar .side-nav a.active:before{color:#666}#side-bar .side-nav a:first-of-type{border-radius:4px 4px 0 0}#side-bar .side-nav a:last-of-type{border-bottom:none;border-radius:0 0 4px 4px}#side-bar .side-nav a:only-of-type{border-radius:4px!important}#side-bar .side-nav a.active,#side-bar .side-nav a:hover{background:#fff;color:#333}#side-bar .side-nav a.active{font-weight:700}}.disabled{pointer-events:none;opacity:.5}@media (max-width: 920px){.sidebar-footer{display:none}.hide-on-mobile{display:none!important}#search-bar{height:29px}.sticky-header{z-index:1;display:block;position:fixed;top:0;left:0;background-color:#fff;width:100vw;height:40px;border-bottom:1px solid #e8e8e8;background-color:#f9f9f9;-webkit-user-select:none;user-select:none;box-sizing:border-box}.sticky-header .return-button{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M5%2012l14%200'/%3e%3cpath%20d='M5%2012l6%206'/%3e%3cpath%20d='M5%2012l6%20-6'/%3e%3c/svg%3e");background-size:contain;position:fixed;width:28px;height:28px;margin:6px;cursor:pointer}.sticky-header span{display:block;margin-left:auto;margin-right:auto;width:min-content;font-size:15px;height:15px;padding:12.5px}html{scrollbar-width:none}html::-webkit-scrollbar{display:none}#navbar{bottom:0;padding:0}#container{min-width:unset;width:100vw;padding:8px 8px 40px;background:none}#content,#content-holder{margin-left:auto;margin-right:auto;width:100%}#side-bar{background:#f9f9f9;display:block;width:100%;white-space:nowrap;scrollbar-width:none;position:fixed;top:0;left:0;z-index:1;border-bottom:1px solid #e8e8e8}#side-bar::-webkit-scrollbar{display:none}#side-bar a.active,#side-bar a:hover{background:#fff;color:#333}#side-bar a.active{font-weight:700}#side-bar #search-bar{margin:6px;width:calc(100% - 12px)}.side-nav{overflow-x:scroll;display:flex;flex-flow:row;scrollbar-width:none;border-width:0;align-items:stretch}.side-nav::-webkit-scrollbar{display:none}.side-nav a{display:flex;align-items:center;font-size:15px;padding:0 15px;height:39px;border-right:1px solid #e8e8e8;border-width:0;border-right-width:1px;flex-grow:1;justify-content:center}.side-nav a .images{display:none}.buffer-top{width:100vw;height:40px}}#navbar{display:block;position:fixed;width:100%;height:40px;background-color:#333;background-image:linear-gradient(#363636,#2c2c2c);box-shadow:0 0 3px #00000080;display:flex;justify-content:space-around;z-index:1;-webkit-user-select:none;user-select:none}#navbar a,#navbar button{display:flex;flex-flow:row;gap:4px;align-items:center;cursor:pointer}#navbar a{-webkit-user-select:none;user-select:none;position:relative;max-width:fit-content;padding:0 12px;color:#fff;font-size:14px;height:100%;max-width:unset}#navbar a svg{top:-5px}#navbar a img{width:24px;height:24px;border-radius:2px;pointer-events:none}#navbar a.active{box-shadow:inset 0 2px 8px #000000bf;background-color:#202020}#navbar button{margin:3px 0}#navbar #notification-count{font-size:12px;position:absolute;background-color:var(--accent-color);color:var(--accent-color-text);top:5px;padding:0 4px;border-radius:40%;margin-left:12px;display:none}#navbar #notification-count.show{display:block}#navbar button,.follow{background:linear-gradient(var(--accent-color),color-mix(in srgb,var(--accent-color),#000 20%));color:var(--accent-color-text);text-shadow:0 1px 0 rgba(0,0,0,.2);border-color:color-mix(in srgb,var(--accent-color),#000 20%)}#navbar button:hover,.follow:hover{background:linear-gradient(color-mix(in srgb,var(--accent-color),#fff 10%),color-mix(in srgb,var(--accent-color),#000 10%));border-color:color-mix(in srgb,var(--accent-color),#000 10%)}@media (max-width: 920px){#navbar{height:50px;justify-content:space-between}#navbar span{display:none}#navbar a,#navbar button{padding:0;min-width:0;justify-content:center;flex-grow:1}#navbar a svg,#navbar a img{transform:scale(1.1)}#navbar #notification-count{font-size:14px;padding:2px 6px;border-radius:40%;margin-left:16px}#navbar #composer-button{bottom:50px;width:60px;height:60px;margin:12px;position:absolute;right:0;border-radius:60px}#navbar #composer-button svg{transform:scale(1.25)}}.profile-header{display:flex;width:100%;box-sizing:border-box;background:#fff;border-radius:4px;margin:0 auto 8px;padding:8px;gap:8px}.profile-header .avatar-holder{display:flex;margin-right:8px}.profile-header .avatar-holder a{display:block}.profile-header .avatar-holder .avatar{width:128px;height:128px;border-radius:4px;object-fit:contain}.profile-header .info{display:flex;flex-flow:row;flex-grow:1}.profile-header .header{display:flex;flex-flow:column;width:100%;gap:1px}.profile-header .header .handle{font-size:26px;font-weight:700;word-break:break-word}.profile-header .header .og-fedi-link{font-size:16px}.profile-header .header .container{display:flex;align-items:center;gap:4px}.profile-header .header .display-name{font-size:18px;display:block;color:#777;word-break:break-word}.profile-header .header .known-followers{margin-top:auto;font-size:13px}.profile-header .header .known-followers a{word-wrap:anywhere;color:var(--accent-color)}.profile-header .header .known-followers .mini-avatar{vertical-align:middle;width:12px;height:12px;margin-right:2px;border-radius:1px}.profile-header .header .bio{white-space:pre-wrap;font-size:13px;font-family:georgia,serif;color:#777;line-height:14px;font-style:italic}.profile-header .stats{display:flex;flex-flow:column;flex-shrink:0}.profile-header .stats a,.profile-header .stats button{display:block}.profile-header .stats a{padding:6px 12px 6px 0;line-height:16px;border-top:1px solid #e8e8e8;text-transform:uppercase;font-size:10px;color:#999}.profile-header .stats a:first-of-type{border-top:none}.profile-header .stats a b{font-size:14px;color:#333}@media (max-width: 920px){.profile-header{flex-flow:column}.profile-header .avatar-holder .avatar{width:72px;height:72px}.profile-header .header .display-name,.profile-header .header .handle{font-size:16px}.profile-header .bio{display:block;max-width:100%;height:100%}.profile-header .stats{flex-flow:row;justify-content:space-between}.profile-header .stats a,.profile-header .stats button{display:inline-block}.profile-header .stats a{border:none}}.composer{margin:20vh auto;border-radius:4px;border:1px solid rgba(0,0,0,.1);width:100%;max-width:600px;max-height:600px;padding:8px;background:#fff;display:flex;flex-flow:column;gap:8px}.composer .text-areas-holder{overflow-y:auto;flex-grow:1;max-height:70vh}.composer .space-between{justify-content:space-between}.composer .horizontal-buttons{display:flex;gap:8px;flex-direction:row}.composer .horizontal-buttons>div{gap:8px;display:flex;flex-direction:row}.composer .text-box{border:none;padding:0;font-size:16px}.composer .text-box:before{font-size:16px}.composer .focus .text-box{min-height:135px}.composer .post-container{opacity:.5}.composer .post-container.focus{opacity:1}.composer .image-preview{display:flex;gap:4px}.composer .image-preview .image{width:25%;position:relative;cursor:pointer}.composer .image-preview .image img{box-sizing:border-box;border-radius:4px;border:1px solid rgba(0,0,0,.1);width:100%}.composer .post .small-link{display:none}.composer .text-area{display:flex;gap:8px}.composer .text-area .avatar-area{width:48px;height:100%}.composer .text-area .avatar-area img{border-radius:2px;width:48px;height:48px;display:block}.composer .text-areas-holder{display:flex;flex-direction:column;gap:8px}.composer .text-areas-holder>div .remove-post-button{display:none;flex-grow:0;width:26px;height:26px;padding:0;font-size:20px;background:none;border:none;color:#ccc}.composer .text-areas-holder>div .remove-post-button:hover{color:#333}.composer .text-areas-holder>div:not(:only-child) .text-area .text-box:focus~.remove-post-button,.composer .text-areas-holder>div:not(:only-child) .text-area .remove-post-button:hover{display:block}.language-buttons{display:flex;gap:8px;overflow-x:auto;max-width:100%}.language-buttons .lang-button-container{position:relative}.language-buttons .remove-lang{color:#fff;display:none;position:absolute;line-height:8px;top:-4px;right:-4px;padding:4px;border-radius:50%;background:#0000001a;cursor:pointer}.language-buttons .remove-lang:hover{background:#0003}.language-buttons .active .remove-lang{display:flex;align-items:center;justify-content:center}.language-buttons .active button{background:linear-gradient(var(--accent-color),color-mix(in srgb,var(--accent-color),#000 20%));color:var(--accent-color-text);text-shadow:0 1px 0 rgba(0,0,0,.2);border-color:color-mix(in srgb,var(--accent-color),#000 20%)}.language-buttons .active button:hover{background:linear-gradient(color-mix(in srgb,var(--accent-color),#fff 10%),color-mix(in srgb,var(--accent-color),#000 10%));border-color:color-mix(in srgb,var(--accent-color),#000 10%)}.composer .embeds .embeds .post,.composer .embeds .embeds .has-controls,.composer .embeds .embeds :has(.video-thumbnail){display:none}.composer .embeds .post-content{flex-direction:row}.composer .embeds .post-content .text-content{flex-grow:1}.composer .embeds .embeds{width:max-content;flex-shrink:0}.composer .embeds .media-container .image{display:none;aspect-ratio:1/1!important;width:100px!important;height:100px!important}.composer .embeds .media-container .image img{object-fit:cover;width:100px;height:100px}.composer .embeds .media-container .image:first-child{display:block}.char-counter{align-items:center;-webkit-user-select:none;user-select:none;display:flex;flex-grow:row;gap:4px}@media (min-width: 920px){.composer{margin-top:10vh;min-height:200px}}@media (max-width: 920px){.composer{margin:0;border-radius:0;border:none;max-width:unset;max-height:unset;box-sizing:border-box;width:100%;height:100%;min-height:0;flex-grow:1}.composer button{padding:6px 18px}.composer button.square{width:32px;height:32px;padding:0}.composer button,.composer select,.composer input{font-size:15px}.composer select,.composer input{height:31px}.composer .text-areas-holder{max-height:100%}.composer .text-box{min-height:0}}.popup{box-sizing:border-box;height:auto;margin:auto;margin-top:50vh;max-width:600px;padding:12px;width:max-content;display:flex;flex-flow:column;gap:8px;transform:translateY(-75%);background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:4px}.popup .dialog-options{display:flex;flex-flow:row wrap;gap:8px;justify-content:right;margin-top:auto}.popup .confirm-delete{background:linear-gradient(#d32f2f,color-mix(in srgb,#d32f2f,#000 20%));color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.2);border-color:color-mix(in srgb,#d32f2f,#000 20%)}.popup .confirm-delete:hover{background:linear-gradient(color-mix(in srgb,#d32f2f,#fff 10%),color-mix(in srgb,#d32f2f,#000 10%));border-color:color-mix(in srgb,#d32f2f,#000 10%)}.popup .field{min-width:250px;display:flex;gap:4px;align-items:center}.popup .field input{flex-grow:1}.popup .text-box{min-height:100px;min-width:300px;max-width:100%}.popup .prompt-area{display:flex;flex-flow:column}.popup .prompt-area span{margin-bottom:.5em}.popup .prompt-area span:last-child{margin-bottom:0}.popup .prompt{font-size:17.5px;font-weight:600}@media (min-width: 920px){.popup{min-width:200px}}@media (max-width: 920px){.popup{font-size:16px}.popup .prompt{font-size:20px}.popup button{padding:8px 24px}.popup button,.popup select,.popup input{font-size:16px}.popup select,.popup input{height:31px}.popup{border-bottom:none;border-radius:4px 4px 0 0;height:auto;margin:0;max-width:100%;padding:8px 8px 48px;width:100vw;bottom:0;left:0;position:fixed;right:0;transform:translateY(0)}.popup .dialog-options{display:flex;flex-flow:column-reverse;gap:8px;justify-content:space-evenly}}.tray-area{position:fixed;left:0;bottom:0;margin:8px;display:flex;flex-direction:column;gap:8px;z-index:100}.tray{padding:4px 8px;background-color:var(--accent-color);color:var(--accent-color-text);border-radius:4px;transition:opacity .3s ease-in-out}.tray.fade{opacity:0}@media (max-width: 920px){.tray-area{margin-bottom:58px}}.setting{display:flex;flex-direction:column;gap:4px;margin-bottom:4px}.setting.toggle{display:flex;flex-direction:row;align-items:center;gap:4px;margin-bottom:4px}.setting.toggle input{width:16px;height:16px}#allow-list{display:flex;flex-direction:column;gap:4px}.list-item{padding:4px;background-color:#eee;display:flex;gap:4px;align-items:center;border-radius:4px}.list-item span{padding:8px 12px}.list-item span,.list-item input{width:100%}.color-picker{display:flex;gap:4px}.color-picker .color-input{padding:4px}.context-menu{display:flex;flex-direction:column;position:absolute;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 4px #0000001a;padding:0;z-index:1000;min-width:180px;font-size:13.3px;font-weight:600}.context-menu .divider{border-top:1px solid #ccc;margin:4px 0}.context-menu .item{padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:4px;max-width:50vw;-webkit-user-select:none;user-select:none}.context-menu .item .icon svg,.context-menu .item .icon img{width:17.5px;height:17.5px}.context-menu .item .icon img{vertical-align:middle;border-radius:2px}.context-menu .item .icon svg{vertical-align:bottom}.context-menu .item.important{color:#d32f2f}.context-menu .item:hover{background-color:#f0f0f0}.context-menu .item:hover:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.context-menu .item:hover:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.simple-card{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:4px;display:block;flex-grow:1;margin-bottom:8px;padding:8px}.card-holder{position:relative;display:flex;scroll-margin:48px;flex-grow:1;min-height:0;min-width:0}.card-holder .card{align-self:flex-start;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:4px;display:flex;flex-flow:column;flex-grow:1;padding:8px;margin-bottom:8px;min-width:0;gap:2px}.card-holder .card .timestamp,.card-holder .card .greyed{color:#999}.card-holder .card.accent-card{background:linear-gradient(var(--accent-color),color-mix(in srgb,var(--accent-color),#000 10%));color:var(--accent-color-text);text-shadow:0 1px 0 rgba(0,0,0,.2);border-color:color-mix(in srgb,var(--accent-color),#000 20%)}.card-holder.clickable .card{cursor:pointer}.card-holder .display-name:before{content:" "}.card-holder .avatar-holder{display:block;flex-shrink:1;line-height:0;margin:3px 10px 3px 0;border-radius:3px}.card-holder .avatar-holder a{display:block}.card-holder .avatar-holder .avatar{border-radius:2px}.card-holder .avatar-holder,.card-holder .avatar{height:40px;width:40px}.card-holder.show-muted{cursor:pointer;margin-bottom:0}.card-holder.show-muted .card{margin:0;min-height:16px}.card-holder.show-muted .avatar{background-color:#fff;background-image:url(../svg/mute-avatar.svg);background-size:cover}.card-holder.show-muted .avatar-holder{margin:0 8px}.card-holder.show-muted .avatar-holder,.card-holder.show-muted .avatar{height:32px;width:32px}.card-holder.show-muted:hover .card,.card-holder.show-muted:hover .avatar{background-color:#eee}.card .header{display:flex;flex-flow:row;justify-content:space-between;font-size:12px}.card .header .handle{font-weight:700}.card .header .handle-area{line-break:anywhere;display:flex;gap:3px;align-items:center}.card .header .icon{background-size:contain;background-position:center;background-repeat:no-repeat;display:inline-block;height:10px;width:10px}.card p{margin-top:7px;margin-bottom:7px}.card p:first-child{margin-top:0}.card p:last-child{margin-bottom:0}.post .left-area,.post .footer{display:flex;flex-flow:column}.post .left-area:after{background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='16'%20version='1.1'%20viewBox='0%200%201.0584%202.1167'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M%200,1.0584%201.0584,0%20v%202.1167%20z'%20fill='%23fff'%20stroke-width='.13229'/%3e%3c/svg%3e");content:"";display:block;position:absolute;width:8px;height:16px;left:45px;top:16px}.post .flex-row-gap{display:flex;flex-flow:row;gap:4px}.post-content{display:flex;flex-flow:column;gap:4px}.text-content{display:block;word-break:break-word;white-space:pre-wrap}.bluemoji{width:1em;height:1em;vertical-align:text-bottom}.post-data{display:flex;flex-flow:row;font-size:12px;vertical-align:middle;gap:6px}.post .header .repost{background-color:#609928;background-image:linear-gradient(#609928,#588d25);border-radius:2px;display:inline-block;height:11px;line-height:12px;padding:1px 4px 0}.post .header .repost .icon{background-image:url('data:image/svg+xml;utf8,%3Csvg width%3D"24" height%3D"24" fill%3D"none" stroke%3D"%23ffffff" stroke-linecap%3D"round" stroke-linejoin%3D"round" stroke-width%3D"3" version%3D"1.1" viewBox%3D"0 0 24 24" xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%3E%3Cpath d%3D"m4 12v-3a3 3 0 0 1 3-3h13m-3-3 3 3-3 3"%2F%3E%3Cpath d%3D"m20 12v3a3 3 0 0 1-3 3h-13m3 3-3-3 3-3"%2F%3E%3C%2Fsvg%3E')}.post .header .og-fedi-link{font-size:10px}.stats-buttons{display:flex;gap:6px}.stats-buttons .interaction{display:flex;border-radius:0;font-weight:400;background:none;border:none;color:#333;cursor:pointer;line-height:14px;padding:0;align-items:center}.stats-buttons .interaction:hover{text-decoration:none}.stats-buttons .interaction{font-size:12px}.stats-buttons .interaction .icon{width:12px;height:12px;background-size:contain;background-position:center;background-repeat:no-repeat;margin-right:2px}.post .card{cursor:pointer}.post.full>.card{cursor:unset}.translated-area .translated-with{font-size:12px}.post.full>.card>.header{width:fit-content;justify-content:left;font-size:15px;line-height:16px;gap:8px}.post.full>.card>.header .handle-area{display:flex;flex-flow:column;align-items:baseline;justify-content:center}.post.full>.card>.header .avatar-holder{margin:0 0 0 1px}.post.full>.card>.header .avatar-holder:after{display:none}.post.full>.card>.header:hover{text-decoration:none}.post.full>.card>.header:hover a{color:#333;text-decoration:none}.post.full>.card>.post-content>.text-content{font-family:georgia,serif;font-size:18px}.post.full>.card>.post-content>.translated-area>.text-content{font-family:georgia,serif;font-size:16px}.post.full>.card>.interaction{font-size:14px;margin-right:7px}.post.full>.card>.interaction .icon{height:14px;width:14px}.post .stat{margin-right:4px}.post .stat-name{color:#999;font-size:11px;text-transform:uppercase}.post .stats{border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin:4px 0;padding:4px 0}.like-button .icon{background-image:url('data:image/svg+xml;utf8,%3Csvg width%3D"24" height%3D"24" fill%3D"%23333" version%3D"1.1" viewBox%3D"0 0 24 24" xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%3E%3Cpath d%3D"m8.243 7.34-6.38 0.925-0.113 0.023a1 1 0 0 0-0.44 1.684l4.622 4.499-1.09 6.355-0.013 0.11a1 1 0 0 0 1.464 0.944l5.706-3 5.693 3 0.1 0.046a1 1 0 0 0 1.352-1.1l-1.091-6.355 4.624-4.5 0.078-0.085a1 1 0 0 0-0.633-1.62l-6.38-0.926-2.852-5.78a1 1 0 0 0-1.794 0l-2.853 5.78z"%2F%3E%3C%2Fsvg%3E')}.like-button.active .icon,.like-button:hover .icon{background-image:url('data:image/svg+xml;utf8,%3Csvg width%3D"24" height%3D"24" fill%3D"%23f90" version%3D"1.1" viewBox%3D"0 0 24 24" xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%3E%3Cpath d%3D"m8.243 7.34-6.38 0.925-0.113 0.023a1 1 0 0 0-0.44 1.684l4.622 4.499-1.09 6.355-0.013 0.11a1 1 0 0 0 1.464 0.944l5.706-3 5.693 3 0.1 0.046a1 1 0 0 0 1.352-1.1l-1.091-6.355 4.624-4.5 0.078-0.085a1 1 0 0 0-0.633-1.62l-6.38-0.926-2.852-5.78a1 1 0 0 0-1.794 0l-2.853 5.78z"%2F%3E%3C%2Fsvg%3E')}.repost-button .icon{background-image:url('data:image/svg+xml;utf8,%3Csvg width%3D"24" height%3D"24" fill%3D"none" stroke%3D"%23333" stroke-linecap%3D"round" stroke-linejoin%3D"round" stroke-width%3D"2" version%3D"1.1" viewBox%3D"0 0 24 24" xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%3E%3Cpath d%3D"m4 12v-3a3 3 0 0 1 3-3h13m-3-3 3 3-3 3"%2F%3E%3Cpath d%3D"m20 12v3a3 3 0 0 1-3 3h-13m3 3-3-3 3-3"%2F%3E%3C%2Fsvg%3E')}.repost-button.active .icon,.repost-button:hover .icon{background-image:url('data:image/svg+xml;utf8,%3Csvg width%3D"24" height%3D"24" fill%3D"none" stroke%3D"%23609928" stroke-linecap%3D"round" stroke-linejoin%3D"round" stroke-width%3D"2" version%3D"1.1" viewBox%3D"0 0 24 24" xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%3E%3Cpath d%3D"m4 12v-3a3 3 0 0 1 3-3h13m-3-3 3 3-3 3"%2F%3E%3Cpath d%3D"m20 12v3a3 3 0 0 1-3 3h-13m3 3-3-3 3-3"%2F%3E%3C%2Fsvg%3E')}.reply-button .icon{background-image:url('data:image/svg+xml;utf8,%3Csvg width%3D"24" height%3D"24" version%3D"1.1" fill%3D"%23333" viewBox%3D"0 0 24 24" xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%3E%3Cpath d%3D"m18 3c2.2091 0 4 1.7909 4 4v8c0 2.2091-1.7909 4-4 4h-4.724l-4.762 2.857c-0.62331 0.37406-1.4248-0.020842-1.508-0.743l-6e-3 -0.114v-2h-1c-2.1314 2e-6 -3.8884-1.6713-3.995-3.8l-5e-3 -0.2v-8c0-2.2091 1.7909-4 4-4z"%2F%3E%3C%2Fsvg%3E')}.reply-button.active .icon,.reply-button:hover .icon{background-image:url('data:image/svg+xml;utf8,%3Csvg width%3D"24" height%3D"24" version%3D"1.1" fill%3D"%23999" viewBox%3D"0 0 24 24" xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%3E%3Cpath d%3D"m18 3c2.2091 0 4 1.7909 4 4v8c0 2.2091-1.7909 4-4 4h-4.724l-4.762 2.857c-0.62331 0.37406-1.4248-0.020842-1.508-0.743l-6e-3 -0.114v-2h-1c-2.1314 2e-6 -3.8884-1.6713-3.995-3.8l-5e-3 -0.2v-8c0-2.2091 1.7909-4 4-4z"%2F%3E%3C%2Fsvg%3E')}.quote-button .icon{background-image:url('data:image/svg+xml;utf8,%3Csvg width%3D"24" height%3D"24" fill%3D"%23333" version%3D"1.1" viewBox%3D"0 0 24 24" xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%3E%3Cpath d%3D"m9 5a2 2 0 0 1 2 2v6c0 3.13-1.65 5.193-4.757 5.97a1 1 0 1 1-0.486-1.94c2.227-0.557 3.243-1.827 3.243-4.03v-1h-3a2 2 0 0 1-1.995-1.85l-5e-3 -0.15v-3a2 2 0 0 1 2-2z"%2F%3E%3Cpath d%3D"m18 5a2 2 0 0 1 2 2v6c0 3.13-1.65 5.193-4.757 5.97a1 1 0 1 1-0.486-1.94c2.227-0.557 3.243-1.827 3.243-4.03v-1h-3a2 2 0 0 1-1.995-1.85l-5e-3 -0.15v-3a2 2 0 0 1 2-2z"%2F%3E%3C%2Fsvg%3E')}.quote-button.active .icon,.quote-button:hover .icon{background-image:url('data:image/svg+xml;utf8,%3Csvg width%3D"24" height%3D"24" fill%3D"%23999" version%3D"1.1" viewBox%3D"0 0 24 24" xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%3E%3Cpath d%3D"m9 5a2 2 0 0 1 2 2v6c0 3.13-1.65 5.193-4.757 5.97a1 1 0 1 1-0.486-1.94c2.227-0.557 3.243-1.827 3.243-4.03v-1h-3a2 2 0 0 1-1.995-1.85l-5e-3 -0.15v-3a2 2 0 0 1 2-2z"%2F%3E%3Cpath d%3D"m18 5a2 2 0 0 1 2 2v6c0 3.13-1.65 5.193-4.757 5.97a1 1 0 1 1-0.486-1.94c2.227-0.557 3.243-1.827 3.243-4.03v-1h-3a2 2 0 0 1-1.995-1.85l-5e-3 -0.15v-3a2 2 0 0 1 2-2z"%2F%3E%3C%2Fsvg%3E')}.warning-button{display:flex;justify-content:space-between;align-items:center;font-size:14px;background-image:linear-gradient(#0000,#0003),repeating-linear-gradient(45deg,#000,#000 10px,#ffe620 10px,#ffe620 20px);border-color:adjust(#ffe620,-20%);color:#fff;text-shadow:0px 0px 1px rgba(0,0,0,.8),0px 0px 2px rgba(0,0,0,.7),0px 0px 3px rgba(0,0,0,.6)}.warning-button:hover{background-image:linear-gradient(#fff3,#0003),repeating-linear-gradient(45deg,#000,#000 10px,#ffe620 10px,#ffe620 20px);border-color:adjust(#ffe620,-10%)}.warning-button .warning-text{font-weight:400}@media (min-width: 920px){.stats-buttons .interaction.context-button{margin-left:auto;color:#333}.stats-buttons .interaction.context-button .icon{width:16px;height:16px}}@media (max-width: 920px){.stats-buttons{justify-content:space-around;gap:7px}.stats-buttons .interaction{font-size:14px}.stats-buttons .interaction .icon{height:14px;width:14px}.post.full .stats-buttons{gap:8px}.post.full .stats-buttons .interaction{font-size:16px}.post.full .stats-buttons .interaction .icon{height:16px;width:16px}}.embeds{display:flex;flex-flow:column;width:100%;max-width:100%;overflow:hidden;position:relative;gap:4px}.embeds>*{display:block;border:1px solid #ccc;box-sizing:border-box;border-radius:4px}.embeds a{max-width:100%}.embeds .record-link{max-width:100%;display:block;word-break:break-word}.media-container{display:block;border:none;border-radius:0;max-height:322px;max-width:100%}.media-container>a,.media-container>.video-thumbnail,.media-container>.video-container{vertical-align:bottom;position:relative;display:inline-block;flex-shrink:0;border:1px solid #ccc;border-radius:5px;min-width:30px;min-height:30px;max-width:calc(100% - 2px);max-height:320px;width:fit-content;height:fit-content}.media-container>a img,.media-container>a video,.media-container>.video-thumbnail img,.media-container>.video-thumbnail video,.media-container>.video-container img,.media-container>.video-container video{border-radius:4px;width:100%;height:100%;object-fit:contain;vertical-align:bottom}.media-container.has-controls .video-container,.media-container.has-controls .video-thumbnail{background-color:#000;aspect-ratio:16/9;width:100%}.media-container.multi{display:flex;overflow-x:scroll;max-height:222px;gap:4px}.media-container.multi>a{max-width:calc(75% - 2px);max-height:220px}.media-container.multi{scrollbar-width:thin}.video-container.no-controls,.video-thumbnail{cursor:pointer}.video-thumbnail .play-button{display:block;width:32px;height:32px;padding:15px;position:absolute;top:calc(50% - 31px);left:calc(50% - 31px);border-radius:50%;background-color:#00000080;background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20fill='%23fff'%20version='1.1'%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m8%205.3333v21.333a1.3333%201.3333%200%200%200%202.032%201.136l17.333-10.667a1.3333%201.3333%200%200%200%200-2.272l-17.333-10.667a1.3333%201.3333%200%200%200-2.032%201.136z'%20stroke-width='1.3333'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center}.external{background-color:#fff;width:100%}.external:hover{text-decoration:none;background:#f0f0f0}.external .image{width:100%;aspect-ratio:1.91/1}.external.widescreen .image{aspect-ratio:16/9}.external img{border-radius:3px 3px 0 0;width:100%;height:100%;object-fit:cover;vertical-align:bottom}.external .text{padding:6px;display:flex;flex-flow:column;gap:3px}.external span{overflow:hidden;white-space:pre-wrap}.external span{display:block;text-align:left;word-break:break-word}.external .title{font-weight:700;line-height:15.96px;max-height:47.88px}.external .description{font-size:13px;line-height:14.82px;max-height:59.28px}.external .small{border-top:1px solid #ccc}.embeds .simple-card{margin-bottom:0}.embeds .simple-card:hover{background-color:#f0f0f0}.embeds .post .user-area{display:flex}.embeds .post .card{border:none;padding:4px;margin:0}.embeds .post .card:hover:not(:has(.external:hover,.card:hover,.video-thumbnail:hover,.video-container:hover,.image:hover)){background-color:#f0f0f0}.embeds .post .avatar-holder{margin:0 2px 0 0}.embeds .post .avatar-holder:after{display:none}.embeds .post .avatar-holder,.embeds .post .avatar{width:12px;height:12px}.reply-string{width:0;border:1px solid #eee;border-top:none;border-bottom:none}.reply-string.transparent{border-color:transparent}.left-area .reply-string{flex-grow:1;margin:0 20px}.string-container{position:relative}.string-container .reply-string{height:100%}.reply-string,.reply-container .post .reply-string{margin-left:16px;margin-right:19px}.reply-container.added-margin{gap:3px}.reply-container{display:flex;flex-flow:row}.reply-container .avatar-holder{margin-right:10px}.reply-container .avatar-holder,.reply-container .avatar{width:32px;height:32px}.reply-container .left-area:after{left:37px;top:12px}.connect-string{position:absolute;margin-left:16px;border:1px solid #eee;border-width:0 0 2px 2px;width:19px;height:19px;border-radius:0 0 0 19px}.profile .card{cursor:pointer;min-height:24px}.profile .bio{white-space:wrap;font-size:12px;overflow-y:hidden;text-overflow:ellipsis}.profile .header{font-size:13px;word-break:break-word}.profile .handle{font-weight:700}:root{--accent-color: #269;--accent-color-text: white;--background-color: #224}
