:root{--text-color:#212427;--text-color-secondary:#99a1af;--background-color:white;--link-color:blue;--base-border:#ebeef0}@supports (color:lab(0% 0 0)){:root{--text-color-secondary:lab(65.9269% -.832677 -8.17474)}}body{color:var(--text-color);background-color:var(--background-color);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,Cantarell,Ubuntu,roboto,noto,arial,sans-serif;font-size:16px}textarea{resize:vertical;box-sizing:border-box;border:1px solid;border-radius:.3rem;width:100%;padding:.5rem;display:block;outline:none!important}input[type=search]{box-sizing:border-box;border:1px solid #ebeef0;border-radius:.3rem;width:100%;padding:.5rem;display:block;outline:none!important}textarea:focus,input:focus{border-color:#a9a9a9}div:has(>input[type=checkbox]){align-items:center;gap:4px;display:flex}a{color:var(--link-color)}textarea,input{background-color:var(--background-color);color:var(--text-color);border-color:var(--base-border)}@media (prefers-color-scheme:dark){:root{--text-color:#f9fafb;--background-color:#101828;--link-color:#58a6ff;--base-border:#ebeef040}@supports (color:lab(0% 0 0)){:root{--text-color:lab(98.2596% -.247031 -.706708);--background-color:lab(8.11897% .811271 -12.254)}}}.ltHeader{width:100%}.ltContainer{flex-direction:column;display:flex}.ltMiddle{width:100%}.ltRight{width:100%;display:none}.ltFooter{height:20px;padding-top:8px}@media screen and (min-width:1240px){.ltContainer{flex-direction:row;justify-content:center;max-width:1440px;margin-left:auto;margin-right:auto;display:flex}.ltMiddle{width:calc(100% - 280px);max-width:680px}.ltRight{width:280px;padding-left:16px;display:block}.statuses-list{padding:0}}.navBar{border-bottom:1px solid var(--base-border);background-color:var(--background-color);place-items:center;height:40px;margin-bottom:16px;padding-left:16px;padding-right:16px;display:flex;position:sticky;top:0}.navBar-link{cursor:pointer;font-variant:small-caps;color:var(--text-color);place-items:center;gap:.25rem;line-height:40px;text-decoration:none;display:inline-flex}.navBar-link+.navBar-link{margin-left:16px}.navBar-link>svg{width:1.5rem;height:1.5rem}.navBar-rightItems{align-content:center;margin-left:auto;display:flex}.navBar-link>span{display:none}@media screen and (min-width:1240px){.navBar-link>span{display:inline}.navBar-link>svg{width:1rem;height:1rem}}.compose__wrapper{padding-left:1rem;padding-right:1rem}.compose__wrapper textarea{margin-top:8px}.compose-toolbar{gap:8px;display:flex}.compose-toolbar__zen>svg{color:#a9a9a9}.compose-toolbar__zen>svg:hover{color:#000}@media screen and (min-width:1240px){.compose__wrapper{padding-left:0;padding-right:0}}.compose__post{flex-direction:column;gap:8px;margin-top:16px;display:flex}@media screen and (min-width:1240px){.compose__post{flex-direction:row}}.compose__button{align-self:center;width:100%}.compose-preview{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.compose-preview>img{border-radius:4px;align-self:start;max-width:100px;height:auto}@media screen and (min-width:1240px){.compose__button{width:auto;margin-left:auto}}.compose-zen{background-color:var(--background-color);z-index:30;flex-direction:column;gap:1rem;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.compose-zen__textarea{border:none;height:100%;padding:16px;font-size:20px}.compose-zen__textarea:focus{outline:none}.compose-zen__button{position:absolute;top:12px;right:12px}.compose-zen__button>svg{color:#a9a9a9}.compose-zen__button>svg:hover{color:#000}.compose-zen-wrapper{flex-direction:column;width:100%;height:100%;margin:0 auto;display:flex}@media screen and (min-width:1024px){.compose-zen-wrapper{width:700px}}@media (prefers-color-scheme:dark){.compose-toolbar__zen>svg:hover,.compose-zen__button>svg:hover{color:#fff}}#timeline-root{flex-direction:column;gap:2rem;display:flex}.timeline__load-more-container{margin-top:auto;padding-left:4px;padding-right:4px}.no-more-rows{color:gray;text-align:center;font-style:italic}.timeline__load-more{width:100%;height:100%;font-size:1rem}@media screen and (min-width:1240px){.timeline__load-more{font-size:14px}}.button{--border-color:#cbd5e1;--background-color:var(--background-color);border:1px solid var(--border-color);background-color:var(--background-color);color:var(--text-color);cursor:pointer;border-radius:4px;padding-top:4px;padding-bottom:4px;font-weight:500}.button.disabled{--background-color:#f9f9f9;cursor:not-allowed}.icon-button{background-color:var(--background-color);color:var(--text-color);cursor:pointer;border:none;border-radius:99999px;justify-content:center;align-items:center;padding:4px;display:flex}.icon-button>*{width:24px;height:24px}@media (prefers-color-scheme:dark){.button{--border-color:#f3f5f726}.button.disabled{--background-color:darkgray}}.avatar{cursor:pointer;border-radius:9000px}.avatar--md{width:40px;height:40px}.avatar--lg{width:60px;height:60px}.infoblock{opacity:.6;border:1px solid #ebeef0;border-radius:8px;padding:8px;font-size:14px;transition:opacity .25s}.infoblock>h2{margin-top:0;font-size:16px;font-weight:600}.infoblock a{color:gray}.infoblock:hover{opacity:1}.ph{padding:1rem}.ph-userInfo{flex-direction:row;align-items:center;gap:1.5rem;display:flex}.ph-name{font-size:24px;font-weight:700}.ph-note{padding-top:14px;font-size:14px}.ph-note p{margin-top:0;margin-bottom:0}.ph-actions{flex-wrap:wrap;gap:4px;margin-top:14px;display:flex}.ph-actions>button{flex-grow:1;flex-basis:1px}@media screen and (min-width:640px){.ph-actions>button{flex-basis:content;flex-grow:0}}.centered{place-content:center;display:flex}.ml-auto{margin-left:auto}.statusesList{padding:4px}.status{padding:16px 4px}.status+.status{border-top:1px solid var(--base-border)}.status.single{font-size:1.1rem}.status .boostedText{color:var(--text-color-secondary);margin-bottom:8px}.status .header{align-items:center;gap:16px;display:flex}.status .profileInfo{text-overflow:ellipsis;white-space:nowrap;flex-direction:column;gap:2px;max-width:220px;display:flex;overflow:hidden}.status .profileName{font-weight:500}.status .profileLink{color:var(--text-color-secondary);font-size:14px;text-decoration:none}.status .profileLink:hover{text-decoration:underline}.status .createDate{color:var(--text-color-secondary);align-self:start;margin-left:auto;font-size:14px;font-style:italic}.status .content{overflow:hidden}.status-buttons{gap:12px;margin-top:12px;display:flex}.status-buttons:empty{display:none}.status-button:hover{background-color:#ebeef0}.status-button-isBoosted{color:#8b0000}.status-button-isBoosted:hover{color:red}.status .attachment{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.status .attachment2Col{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.status .imageAttachment{border-radius:4px;height:100%}.status .imageAttachment,.status .videoAttachment,.status .linkAttachment{object-position:50% 50%;object-fit:cover;width:100%;min-height:250px;max-height:400px}.status .sensitiveContent{margin-top:8px}.status .showSensitiveContent{width:100%}.status-descendants{margin-top:2rem}.notification--reblog .status{padding-left:24px;font-size:14px}@media (prefers-color-scheme:dark){.status-button:hover{color:#f9fafb;color:lab(98.2596% -.247031 -.706708);background-color:#364153;background-color:lab(27.1134% -.956401 -12.3224)}.status-button-isBoosted{color:#f01c1c}.status-button-isBoosted:hover{color:red}}.search .input{margin-bottom:2rem}.search .form,.search .profileDetails{padding:0 4px}.search .profileDetails{cursor:pointer;border:1px solid var(--base-border);border-radius:4px;margin:0 4px 16px;padding:4px}.search .profileDetails>summary{padding:4px}.search .accountsList{flex-direction:column;gap:1rem;max-height:200px;margin-top:8px;display:flex;overflow-y:auto}.search .accountItem{justify-content:center;align-items:center;gap:.5rem;display:flex}.tagHeader{padding:0 4px}@media screen and (min-width:1240px){.header{padding:0}}.profileItem{align-items:center;gap:1rem;padding:8px;display:flex}.profileItem:hover{background-color:var(--base-border)}.profileItem-name{margin-bottom:4px;display:block}.profileItem-link{color:gray;font-size:14px;text-decoration:none}.filepicker{align-items:center;display:flex}.filepicker>button{color:var(--text-color);background:0 0;border:none;align-items:center;display:inline-flex}.filepicker>button>svg{cursor:pointer;width:24px;height:24px}@media screen and (min-width:1240px){.filepicker>button>svg{cursor:pointer;width:20px;height:20px}}.filepicker>input{display:none}.filepicker>span{color:gray;cursor:pointer}.filepicker>span:hover{text-decoration:underline}.notifications-clear{width:100%}.notification-actions{padding:0 4px}.notification-noData{text-align:center;color:gray}@media screen and (min-width:1240px){.notifications-clear{width:auto;margin:0}.notification-actions{padding:0}}.notifications-root{flex-direction:column;display:flex}.notifications-root>*{margin-top:24px;padding:16px 4px}.notifications-root>*+*{border-top:1px solid var(--base-border)}.notificationReblog__profile{align-items:center;gap:8px;display:flex}
