@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";html,body{margin:0;padding:0;color:var(--textColor);scrollbar-color:var(--textColor) var(--backgroundColor);overflow-x:hidden;scrollbar-width:thin;-webkit-tap-highlight-color:transparent;height:100vh;transition:background-color .2s,--gradient1 .2s,--gradient2 .2s;background-repeat:repeat;background-size:var(--backgroundSize)}.background-secondary-wrap{background-image:var(--backgroundColor);background-repeat:repeat;background-size:var(--backgroundSize);z-index:-1;position:fixed;top:0;left:0;height:100%;transition:background-color .2s,--gradient1 .2s,--gradient2 .2s;width:100%}.background-wrap{background-image:var(--gradientBackgroundColor);background-color:var(--realBackgroundColor);background-repeat:repeat;background-size:var(--backgroundSize);z-index:-1;position:fixed;top:0;left:0;height:100%;transition:background-color .2s,--gradient1 .2s,--gradient2 .2s;width:100%}@font-face{font-family:np-brushScript;src:url(/font/brushScript.otf)}@font-face{font-family:np-comicSans;src:url(/font/Comic%20Sans%20MS.ttf)}@font-face{font-family:np-arialNarrow;src:url(/font/Arial%20Narrow.ttf)}@font-face{font-family:np-papyrus;src:url(/font/papyrus.ttf)}@font-face{font-family:np-courierNew;src:url(/font/cour.ttf)}@font-face{font-family:np-impact;src:url(/font/impact.ttf)}@font-face{font-family:np-lucidaConsole;src:url(/font/lucon.ttf)}@font-face{font-family:np-verdana;src:url(/font/Verdana.ttf)}@font-face{font-family:np-chalkboard;src:url(/font/Chalkboard-Regular.ttf)}@font-face{font-family:np-markerFelt;src:url(/font/Marker%20Felt.ttf)}@font-face{font-family:np-snellRoundhand;src:url(/font/SnellBT-Regular.otf)}@font-face{font-family:np-noteworthy;src:url(/font/Noteworthy-Lt.ttf)}@font-face{font-family:np-avenirNext;src:url(/font/avenir-next-regular.ttf)}@font-face{font-family:np-dinAlternate;src:url(/font/DINAlternate-Bold.ttf)}@font-face{font-family:np-futura;src:url(/font/futura%20medium%20bt.ttf)}@font-face{font-family:np-gillSans;src:url(/font/Gill%20Sans.otf)}@font-face{font-family:np-copperplate;src:url(/font/Copperplate.otf)}@font-face{font-family:np-pixeloidSans;src:url(/font/PixeloidSans.ttf)}@font-face{font-family:np-geist;src:url(/font/GeistVF.woff2)}@font-face{font-family:np-sfMono;src:url(/font/JetBrainsMono%5Bwght%5D.ttf)}@property --gradient1{syntax: "<color>"; initial-value: #121212; inherits: false;}@property --gradient2{syntax: "<color>"; initial-value: #121212; inherits: false;}p,button,input,textarea{font-family:var(--fontFamily),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-optical-sizing:auto}textarea{font-weight:var(--textFontWeight)}@media (max-width: 540px){textarea{font-weight:var(--smallTextFontWeight)}}.rootLayout{font-family:var(--fontFamily),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-optical-sizing:auto;height:100%;width:100%}.box{box-sizing:border-box;background-color:var(--boxBackgroundColor);border-radius:var(--boxBorderRadius);padding:20px;gap:6px;display:flex;flex-direction:column;scrollbar-color:var(--boxTextColor) transparent;transition:.2s;word-break:break-word;word-wrap:break-word;scrollbar-width:thin}.box.real-box{width:100%;height:max-content}.box-outline{box-sizing:border-box;padding:var(--boxLineWidth);border-radius:calc(var(--boxBorderRadius) + var(--boxLineWidth));display:flex;background:linear-gradient(var(--boxLineGradientStart),var(--boxLineGradientEnd));transition:.2s}.box h1{font-weight:var(--headingFontWeight);color:var(--boxTextColor)}@media (max-width: 540px){.box h1{font-weight:var(--smallHeadingFontWeight)}}.box p{color:var(--boxSecondaryTextColor)}.button{border:none;padding:10px;color:var(--boxTextColor);font-weight:var(--textFontWeight);cursor:pointer;font-size:calc(18px * var(--adjustTextVal));display:flex;align-items:center;justify-content:center;flex-direction:row;border-radius:calc(var(--boxBorderRadius) - 6px);gap:8px;-webkit-user-select:none;user-select:none}.button:hover{background-color:var(--boxTextColor);color:var(--boxBackgroundColor);outline:0px solid transparent}.button-mobile-bg,.button-mobile-bg:hover{background:var(--textColor);color:var(--realBackgroundColor)}@media (max-width: 540px){.button:active{transform:scale(.85)}.button-box:hover{background-color:var(--boxTextColor)!important;color:var(--boxBackgroundColor)!important}}.button-box{background-color:var(--boxTextColor);color:var(--boxBackgroundColor);outline:none}.button-box:hover{background-color:var(--secondaryTextColor);color:var(--realBackgroundColor)}:root{--backgroundColor: #1c1c1c;--realBackgroundColor: #1c1c1c;--textColor: #ffffff;--secondaryTextColor: #c0c0c0;--avatarBorderRadius: 10px;--boxBackgroundColor: #2b2b2b;--boxTextColor: #ffffff;--boxSecondaryTextColor: #c0c0c0;--boxBorderRadius: 10px;--boxLineGradientStart: #1e1e1e;--boxLineGradientEnd: #121212;--iconsFontWeight: 500;--boxLineWidth: 0px;--fontFamily: "Nunito"}.material-symbols-rounded{font-variation-settings:"FILL" 2,"wght" var(--iconsFontWeight),"GRAD" 0,"opsz" 24;-webkit-user-select:none;user-select:none}.material-symbols-outlined{font-variation-settings:"wght" var(--iconsFontWeight),"GRAD" 0,"opsz" 24;-webkit-user-select:none;user-select:none}.translucent-box{background:#202026d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 8px #00000040;outline:1px solid rgba(255,255,255,.05);outline-offset:-1px}.noise-container{width:100%;height:100%;background-image:url(/image/ui/noise.png);border-radius:inherit}.page-heading{font-weight:800;color:var(--textColor);font-size:calc(24px * var(--adjustTextVal));text-align:center;margin-bottom:4px;margin-top:4px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:14px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{font-size:calc(20px * var(--adjustTextVal))!important;animation:spin 1s linear infinite}.box h1{font-size:calc(1.2rem * var(--adjustTextVal))}.box p{line-height:1.25;font-size:calc(1.2rem * var(--adjustTextVal));font-weight:var(--textFontWeight)}body,html{overscroll-behavior-y:none}@media (max-width: 540px){.button{font-size:calc(16px * var(--adjustTextVal));padding:8px 10px!important}.box h1{font-size:calc(18px * var(--adjustTextVal))}.box p{font-size:calc(16px * var(--adjustTextVal))}}[data-vaul-drawer]{touch-action:none;will-change:transform;transition:transform .25s cubic-bezier(.32,.72,0,1)!important;animation-duration:.25s!important;animation-timing-function:cubic-bezier(.32,.72,0,1)}[data-vaul-overlay][data-vaul-snap-points=true]{opacity:0;transition:opacity .25s cubic-bezier(.32,.72,0,1)!important}[data-vaul-overlay][data-vaul-snap-points=false]{animation-duration:.25s!important;animation-timing-function:cubic-bezier(.32,.72,0,1)}server-listener{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:calc(100% * var(--adjustTextVal));font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{font-family:inherit}input[type=color]{padding:0;border:5px solid #DDD}input[type=color]::-moz-color-swatch{border:none}input[type=color]::-webkit-color-swatch-wrapper{padding:0;border-radius:0}input[type=color]::-webkit-color-swatch{border:none}.auth-flow-root{width:100vw;height:100vh;position:fixed;left:0;top:0;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center}.auth-flow-container{height:max-content;width:100%;max-width:300px;background-color:var(--boxBackgroundColor);border-radius:10px;box-shadow:0 2px 10px #0003;display:flex;flex-direction:column;align-items:center;padding:20px;gap:12px}.auth-flow-container input{width:100%;padding:10px;border-radius:10px;border:1px solid #232323;background-color:#131313;color:#fff;font-size:calc(1rem*var(--adjustTextVal));outline:none;box-sizing:border-box}.disclaimer{color:#ffffff80;font-size:calc(.9rem*var(--adjustTextVal));font-weight:400;width:100%;max-width:800px;text-align:center;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.disclaimer a{color:#fff;font-weight:500;text-decoration:none}.auth-flow-container h1{color:#fff;font-size:calc(1.5rem*var(--adjustTextVal));font-weight:800}.auth-flow-container input{width:100%;padding:10px;border-radius:var(--boxBorderRadius);border:1px solid #232323;background-color:#131313;color:#fff;font-size:calc(1rem*var(--adjustTextVal));outline:none;box-sizing:border-box;text-align:center}.auth-flow-container input:focus{border:1px solid #343434}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.rainbow-button{background:linear-gradient(270deg,#fb8f9c,#f6e18f,#ccefa6,#9abfe2,#dea4f0,#e98893);background-size:1200% 1200%;animation:gradient 10s ease infinite;color:#000!important;border:none;padding:10px;border-radius:10px;font-size:calc(1rem*var(--adjustTextVal));font-weight:500;display:flex;align-items:center;justify-content:center;gap:12px;box-sizing:border-box;cursor:pointer;width:100%}.rainbow-button span{font-size:calc(1.35rem*var(--adjustTextVal))}.landing-page{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;gap:22px;flex-direction:column}.get-started-btn{text-decoration:none}.landing-logo{max-width:240px;max-height:max-content!important}.auth-inputs{display:flex;flex-direction:row;gap:0px!important;align-items:center;width:100%}.input-left{border-radius:var(--boxBorderRadius) 0px 0px var(--boxBorderRadius)!important}.input-right{border-radius:0px var(--boxBorderRadius) var(--boxBorderRadius) 0px!important}.auth-inputs p{padding-left:4px;padding-right:4px}.country-code{max-width:50px}.input-num,.input-code{flex:1}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.landing-page footer{width:100%;display:flex;gap:14px;align-items:center;justify-content:center;position:absolute;bottom:18px;box-sizing:border-box;padding:14px}.landing-page footer a{text-decoration:none;color:#a4a4a4;text-align:center}.nof-modal-box .real-box{height:max-content!important}.goog-login{width:100%;display:flex;flex-direction:row;gap:8px;background:#fafff4!important}.goog-login img{height:20px}.sidebar{position:fixed;width:200px;left:10px;top:10px;height:calc(100vh - 20px);border-radius:18px;-webkit-user-select:none;user-select:none;z-index:1000}.content{width:calc(100vw - 242px);padding-top:10px;left:226px;position:absolute;height:calc(100vh - 10px)}.content-inner{width:100%;margin:0 auto;height:100%}.dock{border-radius:200px;width:fit-content!important;position:fixed;bottom:16px;left:50%;transform:translate(-50%);z-index:1000;display:none}.dock .noise-container{width:fit-content!important;padding:6px;gap:6px;display:flex;flex-direction:row;align-items:center;justify-content:center}@media (max-width: 768px){.content{width:100%;left:0}.chat-groups,.profile-page,.timeline,.friends-page-grid{box-sizing:border-box;padding-bottom:80px!important}.sidebar{display:none}.dock{display:flex}}.sidebar-user{display:flex;align-items:center;gap:10px}.sidebar-user img{width:50px;height:50px;min-width:50px;min-height:50px;border-radius:12px;object-fit:cover}.sidebar .sidebar-content{padding:12px;max-width:100%;display:flex;flex-direction:column;gap:10px}.sidebar a{text-decoration:none}.sidebar-user-info{display:flex;flex-direction:column;justify-content:center;height:50px;gap:4px;color:var(--sidebarTextColor)}.sidebar-user-info h1{font-size:calc(14px*var(--adjustTextVal));font-weight:var(--headingFontWeight);transition:.2s;word-break:break-word}.sidebar-user-info p{font-size:calc(12px*var(--adjustTextVal));font-weight:400;font-weight:var(--textFontWeight);transition:.2s;color:#ffffffb3}.sidebar-button{display:flex;align-items:center;gap:0px;width:100%;color:#fff;background:#fff0;font-size:calc(18px*var(--adjustTextVal));font-weight:var(--smallHeadingFontWeight);border:none;cursor:pointer;border-radius:16px;transition:font-weight .2s,background .1s;position:relative}.sidebar-button:hover{background:#ffffff1a}.sidebar-button img{width:50px;height:50px}.sidebar-button.selected{background-color:var(--sidebarSelectedColor)}:root{--sidebarSelectedColor: #418bfb;--sidebarTextColor: #fff}.sidebar-button.selected .mini-button-badge{background-color:var(--sidebarTextColor);color:var(--sidebarSelectedColor)}.sidebar-button-mini{width:46px;height:46px;border-radius:100%;background-color:#fff0;border:none;cursor:pointer;transition:.1s;position:relative}.mini-button-badge{position:absolute;background-color:var(--sidebarSelectedColor);color:#fff;border-radius:100px;display:flex;align-items:center;justify-content:center;padding:2px 4px;font-size:calc(12px*var(--adjustTextVal));right:-2px;top:-2px;transition:.1s;min-width:12px;font-weight:600}.sidebar-button-mini:hover{background-color:#ffffff1a}.sidebar-button-mini:hover .mini-button-badge{background-color:var(--sidebarTextColor);color:var(--sidebarSelectedColor)}.sidebar-button-mini.selected{background-color:var(--sidebarSelectedColor)}.sidebar-button-mini.selected .mini-button-badge{background-color:var(--sidebarTextColor);color:var(--sidebarSelectedColor)}.sidebar-button-mini img{width:26px}.sidebar-bottom-buttons{position:absolute;bottom:16px;width:calc(100% - 26px);display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:center}.mini-button-badge.small{width:12px;height:12px;padding:0}@media (min-width: 950px){.chats-sidebar{border-radius:18px 0 0 18px}}.pinned-chats{position:absolute;top:16px;left:201px;display:flex;flex-direction:column;gap:8px}.pinned-chats.in-chat{top:78px}.pinned-chat{width:8px;height:22px;border-radius:0 10px 10px 0;cursor:pointer;transition:width .3s ease-in-out;display:flex;gap:8px;padding:2px}.pinned-chat:hover{width:30px;transition:width .1s}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;width:100vw;height:100vh;z-index:1001;display:flex;justify-content:center;flex-direction:column;align-items:center}.search-modal{width:100%;max-width:450px;border-radius:16px;box-sizing:border-box}.search-modal .noise-container{padding:14px;box-sizing:border-box}.search-modal-input{padding:16px;width:100%;box-sizing:border-box;background-color:#0000001a;border:none;outline:none;color:#fff;font-size:calc(18px*var(--adjustTextVal));border-radius:8px}.search-modal-result{display:flex;align-items:center;gap:6px;padding:10px;background-color:transparent;border-radius:8px;cursor:pointer}.search-modal-result.selected{background-color:#ffffff1a}.search-modal-result img{width:20px;height:20px;min-width:20px;min-height:20px;max-width:20px;max-height:20px;object-fit:cover;border-radius:50%}.search-modal-result p{font-size:calc(16px*var(--adjustTextVal));font-weight:500;color:#fff}.search-modal-results{display:flex;gap:4px;flex-direction:column;padding:10px 5px}.search-modal-category{font-size:calc(16px*var(--adjustTextVal));font-weight:400;color:#fff9;padding:4px}.mobile-heading{display:none}.mobile-heading h1{font-size:calc(24px*var(--adjustTextVal));font-weight:500;color:#fff}@media (max-width: 768px){.modal-overlay{background-color:#121212}.modal-overlay .translucent-box{border:none;outline:none;box-shadow:none;background-color:transparent}.search-modal-input{background-color:#191919}.modal-overlay .noise-container{background-image:none}.mobile-heading{display:flex;justify-content:space-between;align-items:center}}.popup-sheet{background:var(--realBackgroundColor);z-index:1001;isolation:isolate;position:fixed;bottom:0;left:0;right:0;outline:none;padding:2px;border-radius:10px 10px 0 0;font-family:var(--fontFamily);height:calc(100% - 10px);max-height:calc(100% - 10px)}.popup-sheet-overlay{top:0;right:0;bottom:0;left:0;position:fixed;background:#0006;z-index:1000}.popup-sheet-title{color:var(--textColor);font-weight:var(--headingFontWeight);text-align:center;padding:12px;box-sizing:border-box;margin-bottom:10px}.popup-sheet-title-container{color:var(--textColor);font-weight:var(--headingFontWeight);padding:12px;box-sizing:border-box;margin-bottom:10px;display:flex;flex-direction:row;align-items:center;justify-content:center}.circles-sheet .head{display:none!important}.profile-page{display:flex;flex-direction:row;justify-content:right;flex-wrap:wrap;gap:14px;width:100%;box-sizing:border-box;padding-left:10px;padding-right:10px;font-family:var(--fontFamily)!important;overflow-x:hidden}.profile-page .button,.profile-page .desktop-star-link,.profile-page .desktop-star-post{font-family:var(--fontFamily)!important}.profile-page .panel{gap:14px;display:flex;flex-direction:column;width:100%;max-width:355px}.profile-page .header{display:flex;flex-direction:column;gap:.5rem}.profile-page .username-header{margin-top:0;color:var(--textColor);font-size:calc(2rem*var(--adjustTextVal));font-weight:var(--headingFontWeight);align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}.username-header .delete-post{font-size:calc(20px*var(--adjustTextVal))}.profile-page .joined-date{margin-bottom:0;color:var(--secondaryTextColor);font-weight:var(--textFontWeight)}.profile-page .avatar-div{position:relative}.profile-page .profile-badge{position:absolute;right:-10px;top:-10px;width:40px;height:40px;background:transparent}.profile-page .avatar{width:100px;height:100px;min-width:100px;min-height:100px;object-fit:cover}.profile-page .level-skeleton{background-color:var(--boxBackgroundColor);color:var(--boxBackgroundColor);width:60px;animation:pulse .5s ease-in-out infinite}.profile-page .avatar-container{display:flex;flex-direction:row;gap:1rem}.profile-page .options{display:flex;flex-direction:column;gap:1rem;flex:1;width:100%;height:100px;justify-content:center}.profile-page .profile-picture{display:flex;flex-direction:column;gap:.5rem;align-items:center}.profile-page .avatar .avatar,.profile-page .profile-picture .avatar-upload img{box-sizing:border-box;padding:var(--avatarLineWidth);border-radius:calc(var(--avatarBorderRadius) + var(--avatarLineWidth));background:linear-gradient(var(--boxLineGradientStart),var(--boxLineGradientEnd));transition:.2s}.profile-quip b{color:var(--boxTextColor);font-weight:600}.profile-quip.customizing{display:flex;flex-direction:row;gap:12px;align-items:center}.profile-timeline{width:100%;min-width:260px;flex:1;margin-top:56px}.timeline-post{display:flex;flex-direction:row;gap:8px;width:100%;flex:1;align-items:flex-start}.timeline-post .post-avatar{width:40px;height:40px;min-width:40px;min-height:40px;background:var(--backgroundColor);border-radius:calc(var(--avatarBorderRadius) / 2.3);object-fit:cover;flex-shrink:0}.timeline-post div{display:flex;flex-direction:column;gap:6px;flex:1}.minimized-friends .real-box div{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:center}.minimized-friend-image{width:50px;height:50px;min-width:50px;min-height:50px;border-radius:calc(var(--avatarBorderRadius) / 2);background:var(--backgroundColor);object-fit:cover}.button.loading{height:40px}.customizing-textarea{outline:2px solid var(--boxTextColor);background-color:transparent;font-size:calc(16px*var(--adjustTextVal));color:var(--boxSecondaryTextColor);border:none;resize:none;border-radius:calc(var(--boxBorderRadius) - 8px)}.customizing-textarea.one-line{height:20px;flex:1}.profile-picture.skeleton{animation:pulse .5s ease-in-out infinite}.wide-link{width:100%;text-decoration:none}.wide-link button{width:100%}.errored-text{padding:4px;text-align:center}.friends-container{margin-top:56px}.split-btns{display:flex;flex-direction:row!important;width:100%;gap:16px}.split-btn-2{flex:1}.wide-btn,.wide-btn .button{width:100%}.color-input-picker{width:100%;display:flex;flex-direction:column;gap:8px}.color-input-picker .react-colorful{width:100%;height:140px}.color-input-preview{max-width:20px;height:20px;border-radius:50%;box-shadow:0 0 0 2px var(--boxTextColor)}.customize-grid{display:flex;gap:12px;flex-direction:row;flex-wrap:wrap}.customize-box{margin-bottom:12px}.customize-option{min-width:calc(45% - 2px);flex:1;display:flex;flex-direction:column;gap:4px}.customize-option p{font-size:calc(14px*var(--adjustTextVal))}.color-input-wrapper{display:flex;flex-direction:row;gap:8px;width:100%}.color-input-wrapper input{flex:1;width:100%;background-color:transparent;border:none;outline:2px solid var(--boxTextColor);color:var(--boxTextColor)}@media (max-width: 1250px){.friends-container{width:100%;max-width:100%!important;margin-top:0;min-width:200px}}@media (min-width: 846px) and (max-width: 879px){.profile-page .panel{flex:1}}@media (min-width: 880px) and (max-width: 947px){.profile-page .panel{flex:1}}@media (max-width: 845px){.profile-page{justify-content:center}.profile-page .panel{max-width:100%!important}.profile-timeline,.friends-container{margin-top:0}}input[type=range]{accent-color:var(--boxTextColor)}.username-header.customizing{border:none;color:var(--boxTextColor)!important}.theme-preset{box-sizing:border-box;padding:14px;display:flex;flex-direction:column;gap:4px}.theme-preset .btn{text-align:center;font-size:calc(18px*var(--adjustTextVal));padding:8px;align-items:center;justify-content:center;border:none;cursor:pointer;flex:1}.theme-preset .btns{display:flex;gap:10px;margin-top:6px;flex-direction:row;width:100%}.presets{max-height:400px;overflow:auto}.profile-make-post{margin-bottom:14px}.blocked-profile-page{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column!important;height:100%;gap:4px}.blocked-profile-page .text{flex:none!important;color:var(--secondaryTextColor)}.blocked-profile-page .head{font-size:calc(20px*var(--adjustTextVal));font-weight:calc(var(--headingFontWeight)*var(--adjustTextVal));color:var(--textColor)}.blocked-profile-page .button{width:100%;max-width:200px;height:38px}.new-badge{background-color:var(--boxTextColor);color:var(--boxBackgroundColor);padding-left:3px;padding-right:3px;border-radius:calc(var(--boxBorderRadius) - 8px)}.background-upload-box{padding:16px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:1px var(--boxSecondaryTextColor) solid;border-radius:calc(var(--boxBorderRadius) - 8px)}.background-types{display:flex;flex-direction:row;gap:4px}.background-types .button,.background-types .btn{width:calc(50% - 2px)}.with-shadow{text-shadow:0px 1px 2px rgba(0,0,0,.7)}.upload-background{order:0}.after-upload-bg{order:1}.level-bar{width:80%;border-radius:100px;height:6px;background-color:#000;padding:2px}.level-bar .level-progress{left:0;top:0;height:100%;background-color:#fff;border-radius:100px}.level-container{display:flex;flex-direction:column;width:100%;align-items:center;gap:4px}.level-container p{color:#fff;font-weight:600;text-shadow:0px 2px 0px #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.retro-upload-bg{padding:0;background:transparent;border-radius:0}.retro-upload-bg .button{padding:4px;font-size:calc(12px*var(--adjustTextVal))}.retro-upload-bg p{font-size:calc(12px*var(--adjustTextVal))}.retro-upload-bg h1{font-size:calc(14px*var(--adjustTextVal))}.banner-marquee{overflow-y:hidden;padding:6px;box-sizing:border-box;color:var(--textColor);border-top:1px solid var(--lineColor);border-bottom:1px solid var(--lineColor);width:100%}.mobile-customize{width:100%}.mobile-customize .tabs{display:flex;flex-direction:row;width:100%;gap:12px}.mobile-customize .tabs .tab.save-btn{background:var(--boxBackgroundColor);color:var(--boxTextColor);border-radius:var(--boxBorderRadius);flex:0;padding-left:16px;padding-right:16px;transform:scale(1);transition:transform .1s}.mobile-customize .tabs .tab.save-btn:active{transform:scale(.85)}.mobile-customize .tabs .tab{padding:6px 6px 8px;flex:1;color:var(--secondaryTextColor);background:none;border:none;border-bottom:0px solid var(--secondaryTextColor);transition:color .1s,border-bottom .1s,font-weight .1s,padding-bottom .1s;font-weight:var(--smallTextFontWeight);font-size:calc(16px*var(--adjustTextVal))}.mobile-customize .tabs .tab.selected{border-bottom:2px solid var(--textColor);color:var(--textColor);font-weight:var(--smallHeadingFontWeight);padding-bottom:6px}.mobile-customize .contents{display:flex;flex-direction:column;gap:6px}.mobile-customize .contents .section-name{padding:2px;font-weight:var(--smallHeadingFontWeight)}.information-container.hidden .avatar-container,.information-container.hidden .header{display:none}.invites-opener{cursor:pointer;padding:12px;margin:-12px -12px -12px auto}.box-select{background:var(--boxBackgroundColor);padding:2px;border-radius:calc(var(--boxBorderRadius) - 6px);font-family:var(--fontFamily);outline:2px solid var(--boxTextColor);color:var(--boxTextColor);border:none}.wall-post .img,.wall-post .wall-avatar{width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px;border-radius:calc(var(--avatarBorderRadius) / 2.2);object-fit:cover;background:var(--backgroundColor)}.wall-username{width:100%;display:flex;gap:4px;flex-wrap:wrap;align-items:center}.wall-post .img{animation:pulse .5s ease-in-out infinite}.wall-post .rich-embedded-image{max-width:140px}.wall-post{display:flex;flex-direction:row;gap:6px;transition:opacity .2s ease-in-out;width:100%}.wall.overflows .box{max-height:400px;overflow-y:auto}.wall-posts{display:flex;flex-direction:column;gap:12px}.wall-post div{display:flex;flex-direction:column;gap:6px;width:100%}.wall-post h1{font-size:calc(18px*var(--adjustTextVal));width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:4px}.yapdate-link{text-decoration:none}.profile-timeline .yapdate-link .wall-post div h1{flex-direction:column}.profile-timeline .rich-embedded-image{max-width:160px!important}.wall-post-skeleton h1{background:var(--realBackgroundColor);color:var(--realBackgroundColor);width:60px;animation:pulse .5s ease-in-out infinite}.wall-post-skeleton p{background:var(--realBackgroundColor);color:var(--realBackgroundColor);height:100%;animation:pulse .5s ease-in-out infinite}.wall-post .time-ago{color:var(--boxSecondaryTextColor);font-weight:500}.wall-post-form{display:flex;flex-direction:column;gap:8px}.wall-post-form textarea{flex:1;resize:none;border:none;outline:1px solid var(--boxSecondaryTextColor);background-color:var(--boxBackgroundColor);padding:8px;border-radius:calc(var(--boxBorderRadius) - 8px);color:var(--boxTextColor);transition:outline .1s ease-in-out;font-size:calc(16px*var(--adjustTextVal))}.wall-post-form textarea:focus{outline:2px solid var(--boxTextColor)}.wall-post-form textarea::placeholder{color:var(--boxSecondaryTextColor)}.wall-post-form button{width:max-content}.wall-spinner-container{width:100%;display:flex;justify-content:center}.wall-post.skeleton{opacity:50%}@media (max-width: 540px){.wall-post h1,.wall-post p{font-size:calc(16px*var(--adjustTextVal))}}.web-badge{-webkit-user-select:none;user-select:none}.web-badges{display:flex;flex-direction:row!important;flex-wrap:wrap;gap:4px}.rich-embedded-image{border-radius:calc(var(--boxBorderRadius) - 6px);max-width:220px;width:100%;max-height:500px;object-fit:cover;margin-top:2px;display:inline-block;cursor:pointer}.retro-main .rich-embedded-image,.retro-page .rich-embedded-image{border-radius:0}.expanded-rich-image{position:fixed;-webkit-user-select:none;user-select:none}.rich-audio-player{width:100%;display:inline-flex!important;background:var(--textColor);color:var(--realBackgroundColor);padding:6px 16px 6px 6px;border-radius:var(--boxBorderRadius);align-items:center;flex-direction:row!important;gap:10px!important;box-sizing:border-box;margin-top:4px;margin-bottom:4px}.rich-audio-player .play-ctrl{padding:6px;cursor:pointer;color:var(--realBackgroundColor)}.rich-audio-player .progress-bar{flex:1;background:var(--realBackgroundColor);border-radius:8px;height:6px}.rich-audio-player .time-ind{font-size:calc(14px * var(--adjustTextVal));font-weight:var(--textFontWeight);color:var(--realBackgroundColor)}.rich-audio-player .progress-bar .real-progress{border-radius:8px;height:100%;background:var(--secondaryTextColor);box-sizing:border-box;box-shadow:0 0 2px 1px var(--realBackgroundColor)}@media (min-width: 540px){.rich-audio-player{background:var(--boxTextColor);color:var(--boxBackgroundColor);border-radius:calc(var(--boxBorderRadius) - 6px)}.rich-audio-player .progress-bar{background:var(--boxBackgroundColor)}.rich-audio-player .progress-bar .real-progress{background:var(--boxTextColor)}.rich-audio-player .time-ind,.rich-audio-player .play-ctrl{color:var(--boxBackgroundColor)}}.image-editor{position:fixed;width:100%;height:100vh;top:0;z-index:9999;background:#000;-webkit-user-select:none;user-select:none}.image-upload-modal{position:fixed;top:0;left:0;z-index:9999999;height:100vh;width:100%;background:#0006;display:flex;align-items:center;justify-content:center}.image-upload-modal .real-box{width:calc(100vw - 20px);max-width:400px;height:100vh;max-height:420px;overflow-y:auto}.image-upload-modal .real-box li{color:var(--boxTextColor)}.img-upload-box{z-index:1000;position:absolute;top:38px!important;right:42px;max-width:350px;width:100%}.img-pick-tabs{width:100%;display:flex;flex-direction:row!important;gap:6px!important}.img-pick-tabs button{flex:1;padding:6px;color:var(--boxSecondaryTextColor);background:transparent;border:none;font-size:calc(16px * var(--adjustTextVal));cursor:pointer;border-bottom:2px solid transparent}.img-pick-tabs button.selected{color:var(--boxTextColor);border-bottom:2px solid var(--boxTextColor)}.tenor-gif-option{width:calc(50% - 3px)!important;border-radius:6px;cursor:pointer}.tenor-gif-option img{border-radius:6px;width:100%!important;object-fit:cover;height:100%}.img-pick-gifs{display:flex!important;flex-direction:row!important;gap:6px!important;flex-wrap:wrap;max-height:260px;overflow-y:auto}.gif-pick-input{background:var(--realBackgroundColor);border-radius:calc(var(--boxBorderRadius) - 6px);font-size:calc(16px * var(--adjustTextVal));color:var(--textColor);padding:8px;border:none;width:100%!important;box-sizing:border-box}.gif-pick-input::placeholder{color:var(--secondaryTextColor)}@media (max-width: 540px){.img-pick-gifs{max-height:none;overflow:hidden}.img-pick-tabs button{flex:1;padding:6px;color:var(--secondaryTextColor);background:transparent;border:none;font-size:calc(16px * var(--adjustTextVal));cursor:pointer;border-bottom:2px solid transparent}.img-pick-tabs button.selected{color:var(--textColor);border-bottom:2px solid var(--textColor)}.gif-pick-input{width:100%!important;box-sizing:border-box;margin-bottom:6px;background:var(--boxBackgroundColor);color:var(--boxTextColor);border-radius:8px}.gif-pick-input::placeholder{color:var(--boxSecondaryTextColor)}}.img-pick-contents{display:flex;flex-direction:column;gap:6px}.mini-all-friends{background:var(--boxTextColor);color:var(--boxBackgroundColor);border-radius:calc(var(--boxBorderRadius) - 8px);display:flex;flex-direction:row;gap:8px;align-items:center;border:none;padding:16px;box-sizing:border-box;cursor:pointer;text-decoration:none;transform:scale(1);transition:transform .1s,opacity .1s;-webkit-user-select:none;user-select:none;opacity:100%}.mini-all-friends:active{transform:scale(.95);opacity:80%}.mini-all-friends span,.mini-all-friends p{color:var(--boxBackgroundColor)!important}.mini-all-friends .images{display:flex;flex-direction:row;align-items:center;gap:0px!important}.mini-all-friends .images img{border-radius:calc(var(--boxBorderRadius) - 16px);outline:var(--boxBackgroundColor) 2px solid;object-fit:cover;max-width:30px;max-height:30px;min-height:30px;min-width:30px;width:30px;height:30px;margin-right:-8px}.timeline-post .box{display:flex;flex-direction:row;gap:8px;flex:1;position:relative;transition:opacity .05s ease-in-out}.timeline-post{position:relative;width:100%}.timeline-post.restricted{max-width:600px}.timeline-post.unrestricted{max-width:100%}.timeline-post-link{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1}.timeline-post-link.unrestricted{max-width:100%}.timeline-post-link.restricted{max-width:600px}.timeline-post .post-avatar{width:50px;height:50px;min-width:50px;min-height:50px;background:var(--backgroundColor);border-radius:calc(var(--avatarBorderRadius) / 2.2);object-fit:cover}.timeline-post-content{display:flex;flex-direction:column;gap:6px}.boost-total{display:flex;flex-direction:row!important;gap:4px;align-items:center;font-size:calc(18px * var(--adjustTextVal));color:var(--boxTextColor)}.boost-total span{font-size:calc(16px * var(--adjustTextVal))}.timeline-post h1{width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:4px}.timeline-post.deleting{opacity:50%}.timeline-post h1 .delete-post{cursor:pointer;z-index:3}.delete-post{padding:10px;margin:-10px;z-index:30}@media (max-width: 540px){.delete-post{padding:16px;margin:-16px;z-index:1000}}.timeline-post h1 .time-ago{font-weight:300;color:var(--boxSecondaryTextColor);max-width:100%;font-size:calc(15px * var(--adjustTextVal));align-self:center}.post-actions{display:flex;z-index:99;align-items:center;margin-top:10px;flex-direction:row!important}.action-icon{cursor:pointer;font-size:calc(20px * var(--adjustTextVal));margin-right:15px;color:var(--boxTextColor)}.action-icons-right{display:flex;align-items:center;flex-direction:row!important;justify-content:flex-end}.action-icons-right .action-icon{margin-right:0;margin-left:15px}.timeline-post p{word-break:break-word;word-wrap:break-word;overflow-wrap:break-word}@keyframes pulse{0%{opacity:.6}50%{opacity:.8}to{opacity:.6}}.timeline-post.skeleton{margin-bottom:8px}.timeline-post.skeleton .img,.timeline-post.skeleton h1,.timeline-post.skeleton p{background:var(--backgroundColor);animation:pulse .5s ease-in-out infinite}.timeline-post.skeleton .img{width:40px;max-width:40px;height:40px;border-radius:calc(var(--avatarBorderRadius) / 2.3)}.timeline-post.skeleton h1{width:90px}.rich-mention{color:var(--boxTextColor);text-decoration:none;z-index:2}.rich-mention-link{text-decoration:none;z-index:2;display:inline}.mobile-post{position:relative;padding:4px 16px!important;z-index:1;box-sizing:border-box;transition:.1s padding-top,.1s padding-bottom,.2s border-radius,.1s background-color;border-radius:4px;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;word-wrap:break-word}.post-line{width:100%;display:block;background-color:var(--lineColor);opacity:10%;border:none;height:1px}.mobile-post .post-avatar,.mobile-make-post .avatar{width:38px!important;max-width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;max-height:38px!important}.mobile-post-link{background-color:transparent;border:none}.mobile-post.boosting{background-color:var(--boxBackgroundColor);padding-top:16px!important;padding-bottom:16px!important;border-radius:8px;animation:rotate-left-right-post .07s ease-in-out infinite alternate}.mobile-post.boosting p{color:var(--boxSecondaryTextColor)}.mobile-post.boosting .delete-post{color:var(--boxTextColor)!important}.mobile-post.boosting .mobile-boost-count p{color:var(--boxSecondaryTextColor)!important}.mobile-post.boosting .mobile-boost-count{font-weight:var(--smallHeadingFontWeight)!important}.mobile-boost-count{margin-top:2px;font-size:calc(12px * var(--adjustTextVal));align-items:center;width:max-content;background:linear-gradient(270deg,var(--textColor),var(--secondaryTextColor));-webkit-background-clip:text;background-clip:text;color:transparent;display:flex;flex-wrap:wrap;justify-content:flex-start!important;gap:4px}.mobile-boost-count span{font-size:inherit}@keyframes rotate-left-right-post{0%{transform:rotate(-2deg)}to{transform:rotate(2deg)}}.mobile-post p,.mobile-post h1,.mobile-post .post-avatar,.mobile-post .username{user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;pointer-events:none;-webkit-touch-callout:none;font-weight:var(--smallHeadingFontWeight)}.mobile-post p{font-weight:var(--smallTextFontWeight)}.mobile-post .rich-mention-link{user-select:auto!important;-webkit-user-select:auto!important;-ms-user-select:auto!important;-moz-user-select:auto!important;pointer-events:all!important;-webkit-touch-callout:none!important}.mobile-post .username .material-symbols-rounded{font-size:calc(12px * var(--adjustTextVal));float:right}.mobile-post.boosting .username{color:var(--boxTextColor)!important}.mobile-post.boosting h1{color:var(--boxSecondaryTextColor)}.mobile-post.boosting .mobile-boost-count{background:linear-gradient(270deg,var(--boxTextColor),var(--boxSecondaryTextColor));-webkit-background-clip:text;background-clip:text}.desktop-star-post{display:flex!important;align-items:center;font-size:calc(18px * var(--adjustTextVal))!important;flex-direction:row!important;gap:4px;background:var(--boxTextColor);border:none;color:var(--boxBackgroundColor);padding:2px 4px 2px 2px;border-radius:6px;box-sizing:border-box;cursor:pointer;text-align:left}.mobile-star-post{display:flex!important;align-items:center;font-size:calc(14px * var(--adjustTextVal))!important;flex-direction:row!important;gap:4px;background:var(--textColor);border:none;color:var(--realBackgroundColor);padding:1px 4px 1px 2px;border-radius:4px;box-sizing:border-box;cursor:pointer;font-weight:var(--smallHeadingFontWeight)!important;text-align:left;-webkit-hyphens:auto;hyphens:auto}.desktop-star-link{text-decoration:none;font-weight:var(--textFontWeight)}.repost-embed{display:flex;flex-direction:row!important;padding:6px;box-sizing:border-box;width:100%;gap:6px;text-decoration:none;border-radius:calc(var(--boxBorderRadius) - 6px);filter:brightness(1);transition:.1s;border:1px solid var(--lineColorRGBA2);margin-top:4px;margin-bottom:4px;z-index:0!important;position:relative}.repost-embed:hover{filter:brightness(1.1)}.repost-embed .pfp-1{max-width:16px;min-width:16px;max-height:16px;min-height:16px;object-fit:cover;aspect-ratio:1;border-radius:calc(var(--boxBorderRadius) / 5);display:inline-block}.repost-embed .contents{display:flex;flex-direction:column;gap:2px}.repost-embed .contents h1{font-size:calc(16px * var(--adjustTextVal));display:flex;flex-direction:row;gap:2px;flex-wrap:wrap;align-items:center}.repost-embed .contents p{font-size:calc(14px * var(--adjustTextVal))}.retro-repost-embed{display:flex;flex-direction:row;gap:6px;color:#000;box-sizing:border-box;width:100%;border:rgba(0,0,0,.3) 1px solid;padding:4px}.retro-repost-embed .pfp-1{max-width:36px;min-width:36px;max-height:36px;min-height:36px;object-fit:cover}.mobile-post .rich-mention-link,.mobile-post .rich-mention{color:var(--textColor);font-weight:var(--headingFontWeight)}.mobile-post .post-large-content h1{font-weight:var(--smallTextFontWeight)}@media (max-width: 540px){.mobile-post .rich-mention-link,.mobile-post .rich-mention{font-weight:var(--smallHeadingFontWeight)}.repost-embed h1{margin-bottom:2px;display:flex!important;gap:2px!important;flex-wrap:wrap!important;flex-direction:row!important}}@media (min-width: 540px){.repost-embed{background:var(--boxBackgroundColor);border:1px solid var(--boxLineColorRGBA)}.post-large-content .repost-embed h1{margin-top:-6px;margin-bottom:-6px}}.mobile-post .rich-embed-link{color:var(--textColor)}.rich-embed-link{width:100%}.mobile-post h1 .time-ago{color:var(--secondaryTextColor)}.mobile-post.boosting h1 .time-ago{color:var(--boxSecondaryTextColor)}.mobile-post.boosting .mobile-star-post{background:var(--boxTextColor);color:var(--boxBackgroundColor)}.mobile-pinned-post{padding:2px;padding-top:14px!important;padding-bottom:14px!important;border-radius:10px;background:linear-gradient(var(--secondaryTextColor) 0%,var(--textColor) 100%)}.mobile-pinned-post .mobile-post-link{background:var(--realBackgroundColor);width:calc(100% - 4px);height:calc(100% - 4px);border-radius:8px;left:2px;top:2px;transition:.05s background}.mobile-pinned-post.boosting .mobile-post-link{background:var(--boxBackgroundColor)}.mobile-pinned-post img,.mobile-pinned-post h1,.mobile-pinned-post p{z-index:3}.pinned-post{padding:4px;border-radius:calc(var(--boxBorderRadius) + 4px);background:linear-gradient(306deg,var(--textColor),var(--secondaryTextColor))}.mobile-post h1,.mobile-post span,.mobile-post p{word-break:break-word}.mobile-post .post-avatar,.mobile-make-post avatar{box-sizing:border-box;padding:calc(var(--avatarLineWidth) / 2)!important;border-radius:calc(calc(var(--avatarBorderRadius) + calc(var(--avatarLineWidth) / 2)) / 2)!important;background:linear-gradient(var(--boxLineGradientStart),var(--boxLineGradientEnd))!important;transition:.2s}.desktop-time-left{display:flex!important;background:var(--boxTextColor)!important;margin-right:4px;color:var(--boxBackgroundColor)!important;border-radius:6px;gap:4px;align-items:center!important;justify-content:center!important;font-size:calc(14px * var(--adjustTextVal))!important;padding:2px 4px 2px 2px;border:none;text-decoration:none}.desktop-time-left .material-symbols-rounded{font-size:calc(16px * var(--adjustTextVal))!important}.desktop-time-left.mobile{margin-right:-4px;background:var(--textColor)!important;color:var(--realBackgroundColor)!important}.mobile-post{font-size:calc(16px*var(--adjustTextVal))}.boost-dragger{padding:6px;border-radius:10px;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;transition:filter .1s ease-in-out,background-color .1s ease-in-out,padding .1s ease-out;-ms-user-select:none;background-color:transparent;z-index:99;width:max-content!important;font-weight:var(--textFontWeight);flex:0 0 auto!important}.boost-dragger:hover{background-color:var(--boxBackgroundColor);filter:brightness(1.06);padding:6px}.boost-dragger.dragging{background-color:var(--boxBackgroundColor);animation:rotate-left-right .05s ease-in-out infinite alternate;outline:2px solid #000;box-shadow:0 0 0 4px #fff;z-index:1002;cursor:none;padding:6px}@keyframes rotate-left-right{0%{transform:rotate(-5deg)}to{transform:rotate(5deg)}}.animation-overlay{position:absolute;top:50%;left:50%;width:300px;height:300px;transform:translate(-50%,-50%)}.boost-count-overlay{display:flex;justify-content:center;align-items:center;padding-bottom:90px;font-weight:700;transition:opacity .3s ease-in-out;opacity:100%}.boost-count-overlay.hidden{opacity:0%}.boost-count-overlay h2{font-size:40px!important;color:#fff;text-shadow:2px 2px #000,0 0 6px #000;font-family:var(--fontFamily),sans-serif;font-weight:800!important;text-align:center!important}@keyframes trail-animation{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}to{transform:scale(1);opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.delete-post{font-size:inherit;-webkit-user-select:none;user-select:none;cursor:pointer;margin-left:auto;position:relative;float:right;pointer-events:all!important}.actions-popover button{display:flex;font-size:calc(14px * var(--adjustTextVal));align-items:center;gap:6px;background:none;border:none;color:#fff;cursor:pointer;padding:4px 10px;font-weight:var(--textFontWeight)}.actions-popover .material-symbols-rounded{font-size:inherit;position:absolute;right:10px}.actions-popover{isolation:isolate;display:flex;flex-direction:column;border-radius:8px;padding-top:4px;padding-bottom:4px;position:absolute;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);top:30px;gap:2px!important;right:8px;z-index:1001;transform-origin:top right;min-width:130px;will-change:transform,scale,opacity}.actions-popover-line{background:#ffffff1a;width:100%;height:1px!important;flex:none!important}@media (min-width: 541px){.poll-option{outline:1px solid var(--boxSecondaryTextColor)!important;background:var(--boxBackgroundColor)!important;color:var(--boxTextColor)!important;filter:brightness(1);font-weight:var(--textFontWeight)}.poll-option:hover{filter:brightness(1.05)}}.poll-option-done.voted-for{font-weight:var(--headingFontWeight)}.poll-option-done{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.poll-option-bg{position:absolute;height:100%;border-radius:calc(var(--boxBorderRadius) - 6px);background:var(--boxTextColor);opacity:15%;left:0}.poll-option-done .vote-count{font-size:calc(16px * var(--adjustTextVal))}.poll-vote-pc{z-index:99}.poll-vote-pc-done{z-index:inherit}@media (max-width: 540px){.poll-box{padding:0}.poll-option{outline:1px solid var(--secondaryTextColor)!important;background:var(--backgroundColor)!important;color:var(--textColor)!important;z-index:99}.poll-option:hover{color:var(--textColor)!important}.poll-option-done{z-index:1;pointer-events:none;touch-action:none}.poll-option-bg{background:var(--textColor)}}.make-post{max-width:600px;width:100%;position:relative}.make-post .switch-box{position:absolute;max-width:300px;flex-direction:column;z-index:400}.make-post .switch-box .box{display:flex;flex-direction:column}.make-post .switch-box .box .button{width:100%}.make-post .box{display:flex;flex-direction:row;gap:10px}.make-post div{display:flex;flex-direction:column;gap:10px;width:100%}.make-post .button{padding-left:14px!important;padding-right:14px!important}.make-post .avatar{width:50px;height:50px;min-width:50px;min-height:50px;background:var(--backgroundColor);border-radius:calc(var(--avatarBorderRadius) / 2.2);object-fit:cover}.make-post .input{padding:12px;border:none;font-size:calc(18px * var(--adjustTextVal));color:var(--boxTextColor);outline:1px solid var(--boxSecondaryTextColor);background:transparent;border-radius:calc(var(--boxBorderRadius) - 8px);resize:none;width:calc(100% - 24px)}.make-post .input::placeholder{color:var(--boxSecondaryTextColor)}.mobile-make-post .input{color:var(--textColor);outline:1px solid var(--lineColorRGBA)}.mobile-make-post .input::placeholder{color:var(--secondaryTextColor)}.make-post.unrestricted{max-width:none!important}.mention-autofill{flex-direction:row!important;gap:4px!important;align-items:center;padding:4px;cursor:pointer;box-sizing:border-box;border-radius:6px}.mention-autofill img{height:32px;width:32px;min-height:32px;min-width:32px;max-height:32px;max-width:32px}.mention-autofill.active{background:var(--boxBackgroundColor)}.mention-autofill.active p{color:var(--boxSecondaryTextColor)}.mention-dropdown{background:var(--backgroundColor);border-radius:var(--boxBackgroundColor);padding:4px;border-radius:8px;outline:var(--boxTextColor) solid 1px;box-shadow:0 2px 4px #0000004d;display:flex;gap:4px!important;position:relative;top:-30px}.mobile-make-post{padding:4px 20px!important;box-sizing:border-box;display:flex;gap:10px}.mobile-make-post textarea{font-size:calc(16px * var(--adjustTextVal))!important;font-weight:var(--smallTextFontWeight)}.replying-box{max-width:575px!important;width:calc(100% - 25px)!important;margin-left:25px}.make-post-bottom{gap:10px;display:flex!important;flex-direction:row!important;flex-wrap:wrap;width:100%;align-items:center;justify-content:flex-end;position:relative}.star-select-menu{padding:6px;cursor:pointer}@media (max-width: 540px){.star-select-menu{font-size:calc(18px * var(--adjustTextVal));margin-right:-4px}}.switch-account-tabs{display:flex;flex-direction:row!important}.switch-account-tabs button{flex:1;font-size:calc(16px * var(--adjustTextVal));color:var(--boxSecondaryTextColor);background:transparent;border:none;border-bottom:var(--boxBackgroundColor) 2px solid!important;padding-bottom:4px!important;box-sizing:border-box;padding:2px;cursor:pointer}.switch-account-tabs button.selected{color:var(--boxTextColor)!important;border-bottom:var(--boxTextColor) 2px solid!important}#add-server-field::placeholder{color:var(--secondaryTextColor)}.make-post-image{position:relative;display:inline-block;max-width:160px;max-height:160px}.make-post-image img{max-width:160px!important;max-height:160px!important;min-height:160px!important;min-width:160px!important;object-fit:cover;border-radius:var(--boxBorderRadius)!important;padding:0!important;width:auto!important;height:auto!important}.make-post-image button{position:absolute;right:-6px;top:-6px;border-radius:100%;width:26px;height:26px;border:none;display:flex;align-items:center;justify-content:center;background:var(--textColor);color:var(--realBackgroundColor);cursor:pointer}.make-post-image button span{color:var(--realBackgroundColor);font-size:calc(16px * var(--adjustTextVal))}.make-post-image .alt,.rich-img-alt{bottom:4px;right:4px;top:auto;width:max-content;height:max-content;box-sizing:border-box;padding:4px 12px;border-radius:calc(var(--boxBorderRadius) - 4px)!important;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border:none;position:absolute;cursor:pointer}.star-select-box{position:absolute;top:calc(100% + 8px);right:40px;padding:16px;max-width:300px;background-color:var(--realBackgroundColor);outline:solid 1px var(--boxBackgroundColor);box-shadow:1px 1px 2px 1px #0006;border-radius:var(--boxBorderRadius);z-index:100;max-height:400px;overflow-y:auto}@media (max-width: 540px){.star-select-box{right:0;max-width:100%!important;width:100%!important}}.star-select-box h1{color:var(--textColor)}.star-select-search{background-color:var(--boxBackgroundColor);border:none;color:var(--boxTextColor);box-sizing:border-box;padding:10px;font-size:calc(16px * var(--adjustTextVal));border-radius:calc(var(--boxBorderRadius) - 6px);outline:none}.star-select-search.mobile{width:100%;border-radius:12px;padding:12px;font-weight:var(--smallTextFontWeight);margin-bottom:6px}.star-select-search::placeholder{color:var(--boxSecondaryTextColor)}.star-select-option{display:flex;flex-direction:row!important;gap:4px;background-color:var(--boxBackgroundColor);border:none;color:var(--boxTextColor);align-items:center;text-align:left;width:max-content;word-wrap:break-word;word-break:break-word;border-radius:4px;font-size:calc(14px * var(--adjustTextVal));padding:4px;cursor:pointer}.star-select-option.mobile{font-size:calc(14px * var(--adjustTextVal));border-radius:12px;padding:6px 8px;font-weight:var(--smallTextFontWeight)}.star-select-option span{font-size:calc(14px * var(--adjustTextVal))}.star-select-results{width:100%;display:flex;flex-wrap:wrap;flex-direction:row!important;gap:6px!important}.star-select-menu-selected{background:var(--boxTextColor);color:var(--boxBackgroundColor);border-radius:calc(var(--boxBorderRadius) - 6px);border:none;font-size:calc(16px * var(--adjustTextVal));display:flex;padding:4px;box-sizing:border-box;align-items:center;gap:4px;cursor:pointer}.star-select-menu-selected span{font-size:calc(16px*var(--adjustTextVal))}.time-picker{display:flex!important;flex-direction:row!important;width:100%;max-width:100%;box-sizing:border-box;gap:4px}.time-picker-input{display:flex!important;flex-direction:column!important;gap:2px!important;width:calc(25% - 8px)!important}.time-picker-input p{font-size:calc(14px * var(--adjustTextVal));text-align:center;color:var(--secondaryTextColor)}.time-picker-input input{border-radius:calc(var(--boxBorderRadius) - 6px);border:none;font-size:calc(16px * var(--adjustTextVal));color:var(--boxTextColor);padding:2px;background:var(--boxBackgroundColor);text-align:center;outline:none}.time-picker-input input:focus{outline:var(--textColor) 2px solid}.time-picker-input input::placeholder{color:var(--boxSecondaryTextColor)}.circles-modal .head{display:flex;flex-direction:row;align-items:center;gap:8px}.circles-modal .real-box{height:max-content;max-height:100%}.circles-modal .members-counter{display:flex;flex-direction:row;gap:6px;flex-wrap:wrap;align-items:center}.circle-member-card{background:var(--realBackgroundColor);border-radius:calc(var(--boxBorderRadius) - 6px);border:none;color:var(--textColor);width:100%;display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:8px;gap:8px}.circle-member-card.btn{background:var(--boxTextColor);color:var(--boxBackgroundColor);transition:.1s}.circle-member-card.btn:hover{background:var(--boxSecondaryTextColor)}.circle-member-card.btn p{color:var(--boxBackgroundColor)}.circle-member-card p{color:var(--textColor)}.circle-member-search{padding:6px;border-radius:calc(var(--boxBorderRadius) - 6px);border:none;background:var(--realBackgroundColor);color:var(--textColor);font-size:calc(16px * var(--adjustTextVal));outline:none}.circle-member-search:focus{outline:var(--textColor) 1px solid}.circle-member-search::placeholder{color:var(--secondaryTextColor)}.circle-member-card .pic-box{object-fit:cover;max-width:24px;max-height:24px;min-height:24px;min-width:24px;border-radius:calc(var(--boxBorderRadius) - 8px);width:100%;height:100%}.mini-circle-member{max-width:26px;max-height:26px;min-height:26px;min-width:26px;border-radius:100%;margin-left:-12px;outline:var(--boxBackgroundColor) 2px solid}.audience-select-button{width:max-content;border-radius:calc(var(--boxBorderRadius) - 8px);border:none;padding:4px;box-sizing:border-box;cursor:pointer;background:var(--boxTextColor);color:var(--boxBackgroundColor);display:flex;flex-direction:row;align-items:center;font-size:calc(14px * var(--adjustTextVal));gap:2px;transition:.1s}.audience-select-button span{font-size:calc(18px * var(--adjustTextVal))}.audience-select-button{max-width:260px;word-break:break-word;text-align:left}.audience-select-button:hover{background:var(--boxSecondaryTextColor)}.audience-selector{z-index:21;position:absolute;width:max-content;max-width:max-content;top:58px}@media (max-width: 540px){.audience-selector{top:36px}.audience-select-button{background:var(--realBackgroundColor);outline:var(--textColor) 1px solid;color:var(--textColor)}.audience-select-button:hover{background:var(--realBackgroundColor);color:var(--textColor)}}.audience-selector .real-box{max-width:300px;width:100vw;display:flex;flex-direction:column;gap:6px}.audience-selector button{display:flex;font-size:calc(16px * var(--adjustTextVal));padding:8px;box-sizing:border-box;align-items:center;gap:8px;background:var(--boxTextColor);color:var(--boxBackgroundColor);border:none;cursor:pointer;border-radius:calc(var(--boxBorderRadius) - 6px);transition:.1s;text-align:left}.audience-selector button:hover{background:var(--boxSecondaryTextColor)}.circle-name-input{flex:1;background:var(--boxTextColor);color:var(--boxBackgroundColor);font-size:calc(16px * var(--adjustTextVal));box-sizing:border-box;padding:4px;outline:none;border:none;border-radius:calc(var(--boxBorderRadius) - 6px)}.audience-selector-mobile .sheet-contents{display:flex;flex-direction:column;gap:6px}.audience-selector-mobile h1{display:none}.audience-selector-mobile button{background:transparent;padding:8px;border-radius:12px;cursor:pointer;border:none;background:var(--textColor);color:var(--realBackgroundColor);display:flex;flex-direction:row;align-items:center;gap:8px;font-size:calc(16px * var(--adjustTextVal))}.audience-selector-mobile button span{font-size:calc(20px * var(--adjustTextVal));padding:8px;background:var(--realBackgroundColor);color:var(--textColor);border-radius:6px}@media (max-width: 540px){.circle-member-search{background:var(--boxBackgroundColor);width:100%;box-sizing:border-box;padding:10px;border-radius:8px;color:var(--boxTextColor);margin-bottom:6px}.circle-member-search::placeholder{color:var(--boxSecondaryTextColor)}}.mobile-circle-rename{font-size:calc(16px * var(--adjustTextVal));width:calc(100% - 94px);border:none;background:var(--boxBackgroundColor);color:var(--boxTextColor);outline:none;padding:6px;border-radius:4px;position:absolute;left:8px}.mobile-alt-editor textarea{box-sizing:border-box;padding:12px;border-radius:8px;width:100%;resize:none;font-size:calc(16px * var(--adjustTextVal));background:transparent;color:var(--textColor);border:none;outline:1px solid var(--lineColorRGBA);margin-bottom:8px}.mobile-alt-editor textarea::placeholder{color:var(--secondaryTextColor)}.mobile-alt-editor .button{border-radius:8px}.desktop-alt-editor{position:absolute;top:96px;z-index:999}.desktop-alt-editor textarea{font-size:calc(16px * var(--adjustTextVal));background:transparent;resize:none;color:var(--boxTextColor);border:none;outline:1px solid var(--boxSecondaryTextColor);box-sizing:border-box;padding:4px;border-radius:calc(var(--boxBorderRadius) - 6px)}.desktop-alt-editor textarea::placeholder{color:var(--boxSecondaryTextColor)}.desktop-alt-editor .real-box{flex-direction:column!important;max-height:280px;width:100%}.desktop-alt-editor{max-width:400px;width:100%}.acc-switch-sheet .rev-server-lister{padding:0}.acc-switch-sheet .sheet-contents{margin-top:-18px}.rev-quick-switch{box-sizing:border-box;display:flex;flex-direction:column;gap:6px}.quick-switch-opt{background:var(--textColor);border:none;cursor:pointer;box-sizing:border-box;color:var(--realBackgroundColor);border-radius:14px;display:flex;align-items:center;padding:8px;gap:8px;position:relative}.quick-switch-opt img{object-fit:cover;width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px;border-radius:6px}.quick-switch-opt p{font-size:calc(16px * var(--adjustTextVal))}.quick-switch-badge{font-size:16px;position:absolute;right:14px;background:var(--realBackgroundColor);color:var(--textColor);border-radius:100%;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.profile-orbits{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}.orbit{display:flex;flex-direction:row;gap:8px;padding:8px;background:var(--realBackgroundColor);border-radius:calc(var(--boxBorderRadius) - 8px);align-items:center;position:relative}.customizing-grab{cursor:grab}.orbit p,.orbit span{color:var(--secondaryTextColor)}.orbit span{font-size:calc(18px*var(--adjustTextVal))}.orbit p{font-size:calc(16px*var(--adjustTextVal))}.extended-orbit{background:var(--boxTextColor);color:var(--boxBackgroundColor)}.extended-orbit p,.extended-orbit span{color:inherit}.orbit-delete{position:absolute;right:2px;top:2px;padding:2px;background-color:var(--boxBackgroundColor);color:var(--boxTextColor)!important;box-shadow:0 0 4px #0003;border-radius:50%;font-size:calc(14px*var(--adjustTextVal));transform:translate(50%,-50%);cursor:pointer;-webkit-user-select:none;user-select:none;z-index:10}.add-orbit{cursor:pointer;-webkit-user-select:none;user-select:none}.orbits-search-results{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.orbit-result{cursor:pointer;-webkit-user-select:none;user-select:none}.status-part-poster{padding:4px 8px 4px 4px;display:flex;flex-direction:row!important;gap:8px;background:var(--realBackgroundColor);border-radius:calc(var(--boxBorderRadius) - 8px);align-items:center!important}.status-part-poster .button{margin-left:auto;width:40px;height:40px}.status-part-poster img{width:50px;height:50px;min-width:50px;min-height:50px;border-radius:calc(var(--boxBorderRadius) - 12px)!important;object-fit:cover}.status-part-poster h1{color:var(--textColor)}.status-part-poster p{color:var(--secondaryTextColor)}.music-search-results{gap:8px;display:flex;flex-direction:column;overflow-y:auto;max-height:500px}.music-search-result{display:flex;flex-direction:row;gap:8px;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.music-search-result img{width:50px;height:50px;min-width:50px;min-height:50px;border-radius:calc(var(--boxBorderRadius) - 8px);object-fit:cover}.music-search-result .button{width:40px;height:40px;min-width:40px;min-height:40px;margin-left:auto}.audio-player{z-index:10;width:40px;height:40px;min-width:40px;min-height:40px;margin-left:auto}.show-search-result h1,.show-search-result p{color:#fff}.show-search-result .image-container{height:60px;padding-left:14px;width:100%;display:flex;flex-direction:column;justify-content:center;gap:4px;z-index:1}.show-search-result{position:relative;border-radius:calc(var(--boxBorderRadius) - 8px)}.show-search-result .fade-container{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000,#0000)}.status-edit{font-size:calc(14px*var(--adjustTextVal));cursor:pointer}.status-box h1{align-items:center;gap:4px;display:flex}.status-timeline .real-box{max-height:400px;overflow:auto}.orbit-skeleton p{color:var(--secondaryTextColor);background-color:var(--secondaryTextColor);font-size:calc(12px*var(--adjustTextVal));border-radius:calc(var(--boxBorderRadius) - 6px)}.status-poster-skeleton h1,.status-poster-skeleton p{color:#0000!important;background-color:var(--textColor);height:max-content;width:max-content;margin-bottom:2px;border-radius:calc(var(--boxBorderRadius) - 4px)}.status-poster-skeleton p{font-size:calc(12px*var(--adjustTextVal));margin-bottom:0!important}.status-poster-skeleton img{opacity:0%}.expand-orbits{border:none;cursor:pointer}@media (max-width: 540px){.orbit p{font-size:calc(14px*var(--adjustTextVal))}.orbit span{font-size:calc(16px*var(--adjustTextVal))}}.orbit-link{text-decoration:none}.top-10-delete{position:absolute;right:4px;top:4px;background-color:var(--boxBackgroundColor);color:var(--boxTextColor);box-shadow:0 0 4px #0003;padding:4px;border-radius:50%;font-size:calc(16px*var(--adjustTextVal));transform:translate(50%,-50%);cursor:pointer;-webkit-user-select:none;user-select:none}.add-top-10{font-size:calc(30px*var(--adjustTextVal));display:flex;align-items:center;justify-content:center;cursor:pointer}.top-10-search-wrapper{padding:8px;background:var(--backgroundColor);border-radius:calc(var(--boxBorderRadius) - 8px);border:none;outline:1px solid var(--boxSecondaryTextColor);color:var(--boxTextColor);display:flex;flex-direction:row;gap:8px;align-items:center}.top-10-search-wrapper span{font-size:calc(16px*var(--adjustTextVal));color:var(--textColor)}.top-10-search-wrapper input{flex:1;border:none;outline:none;background-color:transparent;color:var(--textColor);font-size:calc(16px*var(--adjustTextVal))}.top-10-search-wrapper input::placeholder{color:var(--secondaryTextColor)}.top-10-search-result{display:flex;flex-direction:row;max-width:none;width:100%;gap:6px;align-items:center;padding:4px;border-radius:calc(var(--boxBorderRadius) - 8px);cursor:pointer}.top-10-search-result img{width:24px;height:24px;min-width:24px;min-height:24px;border-radius:calc(var(--avatarBorderRadius) / 4.1);object-fit:cover}.top-10-search-container{display:flex;flex-direction:column;gap:8px;width:100%}.top-10-stop-search{width:100%;margin-top:4px}.top-10-skeleton .favorite-friend-image{animation:pulse .5s ease-in-out infinite}.top-10-skeleton p{background:var(--backgroundColor);color:var(--backgroundColor);height:12px;animation:pulse .5s ease-in-out infinite}.top-10-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:center;max-width:380px}.top-10-container div{display:flex;flex-direction:column;gap:4px;max-width:100%;position:relative}.top-10-container .customizing-grab,.top-10-container .add-b{max-width:calc(20% - 8px);width:100%}.top-10-container a{text-decoration:none;max-width:calc(20% - 8px)}.top-10-container p{font-size:calc(14px*var(--adjustTextVal));text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favorite-friend-image{width:100%;aspect-ratio:1;border-radius:calc(var(--avatarBorderRadius) / 1.66);background:var(--backgroundColor);object-fit:cover}@media (max-width: 540px){.top-10-container p{font-size:calc(12px*var(--adjustTextVal))}}.fav-connections-box .real-box{display:flex;flex-direction:column;align-items:center}.fav-connections-box .real-box h1{width:100%}.avatar-upload{position:relative;transition:filter .3s ease}.avatar-upload:hover{filter:brightness(.5)}.avatar-upload input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;max-height:100px;max-width:100px;background-color:#00000080;border-radius:var(--avatarBorderRadius);align-items:center;justify-content:center;display:flex;color:#fff}.pending-gift{background:var(--backgroundColor);padding:12px;box-sizing:border-box;border-radius:6px}.pending-gift h1{font-weight:400;font-size:calc(16px*var(--adjustTextVal));color:var(--textColor)}.pending-gift p{font-size:calc(16px*var(--adjustTextVal));color:var(--secondaryTextColor)}.pending-gift .button{float:right}.pending-gifts{display:flex;flex-direction:column;gap:4px;max-height:300px;overflow-y:auto}.mobile-textarea-edit{outline:none;border-radius:8px;padding:12px;background:var(--boxBackgroundColor);color:var(--boxTextColor);width:100%;box-sizing:border-box;resize:none;border:none}.mobile-textarea-edit:focus{outline:2px solid var(--secondaryTextColor)}.mobile-textarea-edit::placeholder{color:var(--boxSecondaryTextColor)}.mobile-textarea-edit.large{max-height:46px;font-size:calc(16px*var(--adjustTextVal))}.mobile-edit-err{color:var(--secondaryTextColor);font-size:calc(14px*var(--adjustTextVal));font-style:italic;box-sizing:border-box;padding:2px 6px;font-weight:var(--smallTextFontWeight)}.mobile-avatar-section{display:flex;align-items:center;justify-content:center;padding:12px;box-sizing:border-box}.mobile-badge-list{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}.mobile-badge-option{width:calc(25% - 9px);aspect-ratio:1;background:var(--realBackgroundColor);border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.1s}.mobile-badge-option span{font-size:32px;color:var(--textColor)}.mobile-badge-option.selected span{font-size:32px;color:var(--boxBackgroundColor)}.mobile-badge-option.selected{background:var(--boxTextColor);outline:2px solid var(--realBackgroundColor)}.themed-quill-editor .ql-editor{width:100%;font-family:var(--fontFamily)!important}.themed-quill-editor .quill{border-radius:calc(var(--boxBorderRadius) - 6px)!important;outline:2px solid var(--boxTextColor)}.themed-quill-editor .ql-snow{border:none}.themed-quill-editor .ql-toolbar{border-bottom:2px solid var(--boxTextColor)}.themed-quill-editor .ql-editor p{font-size:calc(16px * var(--adjustTextVal))}.themed-quill-editor img{max-width:320px!important;width:100%;height:100%;border-radius:calc(var(--boxBorderRadius) - 14px)}.themed-quill-editor .ql-formats{display:none}.themed-quill-editor .ql-toolbar{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.themed-quill-editor .ql-toolbar .themed-quill-tool{cursor:pointer;font-size:18px}.themed-quill-editor{position:relative}.themed-quill-editor .img-upload-box{right:auto!important;top:30px!important;left:4px;box-shadow:0 0 2px 2px #0003}.bg-rich-editor{background:var(--boxBackgroundColor);border-radius:8px}.bg-rich-editor .quill{outline:none}.bg-rich-editor .ql-toolbar{box-sizing:border-box;padding:12px;border-bottom:1px solid var(--boxTextColor)}.bg-rich-editor p,.bg-rich-editor span{color:var(--boxTextColor)!important}.mobile-presets-btn{padding:12px;box-sizing:border-box;border-radius:8px;color:var(--boxTextColor);border:none;background:var(--boxBackgroundColor);text-align:left;-webkit-user-select:none;user-select:none;font-size:calc(14px*var(--adjustTextVal));display:flex;flex-direction:row;gap:6px;align-items:center;transform:scale(1);transition:transform .1s}.mobile-presets-btn:active{transform:scale(.95)}.mobile-presets-btn span{font-size:calc(18px*var(--adjustTextVal))}.mobile-theme-container{border:var(--textColor) 2px solid;padding:12px;width:100%;box-sizing:border-box;border-radius:8px;background-image:var(--gradientBackgroundColor);display:flex;flex-direction:column;gap:4px}.mobile-theme-container.center{align-items:center}.mobile-theme-container img{aspect-ratio:1;object-fit:cover;max-width:64px;min-width:64px;max-height:64px;min-height:64px;border-radius:calc(var(--avatarBorderRadius) / 1.5);-webkit-user-select:none;user-select:none;box-sizing:border-box;padding:calc(var(--avatarLineWidth) / 2)!important;border-radius:calc(calc(var(--avatarBorderRadius) + calc(var(--avatarLineWidth))) / 1.5)!important;background:linear-gradient(var(--boxLineGradientStart),var(--boxLineGradientEnd))!important}.mobile-theme-container h1{color:var(--textColor)}.mobile-theme-container p{color:var(--secondaryTextColor)}.mobile-theme-container .fake-box{box-sizing:border-box;padding:var(--boxLineWidth);border-radius:calc(var(--boxBorderRadius) + var(--boxLineWidth));display:flex;background:linear-gradient(var(--boxLineGradientStart),var(--boxLineGradientEnd));width:100%}.mobile-theme-container .fake-box .inner{background:var(--boxBackgroundColor);width:100%;box-sizing:border-box;padding:16px;border-radius:var(--boxBorderRadius);display:flex;flex-direction:column;gap:4px}.mobile-theme-container .fake-box .inner h1{font-weight:var(--smallHeadingFontWeight)}.mobile-theme-container .fake-box .inner p{font-weight:var(--smallTextFontWeight)}.mobile-theme-editor{background:var(--boxBackgroundColor);padding:16px;width:100%;box-sizing:border-box;border-radius:var(--boxBorderRadius);color:var(--boxTextColor)}.mobile-theme-input{display:flex;width:100%;padding:6px;box-sizing:border-box;align-items:center;justify-content:center}.mobile-theme-input p{flex:1}.mobile-theme-input input[type=color]{opacity:0;width:0px;height:0px}.mobile-theme-input .color{border-radius:100%;width:24px;height:24px;border:#fff 2px solid}.mobile-theme-editor .div{width:100%;display:flex;background:var(--boxLineColorRGBA);height:1px;align-items:center;justify-content:center;margin-bottom:4px;margin-top:4px}.mobile-theme-editor .div p{background:var(--boxBackgroundColor);padding:4px;font-size:calc(14px*var(--adjustTextVal));color:var(--boxSecondaryTextColor)}.mobile-theme-input .text{background:var(--backgroundColor);border-radius:100px;border:none;padding:4px;color:var(--textColor);flex:none}.mobile-theme-input input[type=checkbox]{accent-color:var(--boxTextColor)}.mobile-themes-grid{display:flex;flex-direction:row;gap:6px;flex-wrap:wrap}.mobile-theme-preset{width:calc(33% - 6px);aspect-ratio:.6;border-radius:8px;outline:0px solid var(--secondaryTextColor);display:flex;flex-direction:column;gap:4px;transform:scale(1);transition:.1s transform,.1s outline;-webkit-user-select:none;user-select:none;box-sizing:border-box;padding:12px}.mobile-theme-preset:active{transform:scale(.95)}.mobile-theme-preset.selected{outline:2px solid var(--textColor)}.mobile-theme-preset.add-new{align-items:center;justify-content:center;background:var(--boxBackgroundColor);color:var(--boxTextColor)}.mobile-upload-bg{gap:6px;display:flex;flex-direction:column}.mobile-status-edit .box-outline{background:transparent;padding:0}.mobile-status-edit .real-box{background:transparent;padding:4}.mobile-status-edit h1{color:var(--textColor)}.mobile-status-edit p,.mobile-status-edit .profile-quip b{color:var(--secondaryTextColor)}.mobile-status-edit .profile-quip textarea{color:var(--boxTextColor);background:var(--boxBackgroundColor);font-size:calc(16px*var(--adjustTextVal))!important;padding:4px}.mobile-status-edit .button{background:var(--textColor);color:var(--realBackgroundColor)}.mobile-status-edit .button:hover{background:var(--textColor)!important;color:var(--realBackgroundColor)!important}.mobile-status-edit .orbit{background:var(--boxBackgroundColor)}.mobile-status-edit .orbit p,.mobile-status-edit .orbit span{color:var(--boxTextColor)}.mobile-status-edit .top-10-search-wrapper{background:var(--boxBackgroundColor)}.mobile-status-edit .top-10-search-wrapper span,.mobile-status-edit .top-10-search-wrapper input{color:var(--boxTextColor)}.mobile-status-edit .top-10-search-wrapper input::placeholder{color:var(--boxSecondaryTextColor)}.mobile-top-10-edit{display:flex;flex-direction:column;gap:4px}.mobile-t10-entry{display:flex;flex-direction:row;gap:12px;align-items:center;padding:6px;-webkit-user-select:none;user-select:none}.mobile-t10-entry.dragging{opacity:50%}.mobile-t10-entry img{max-width:38px;max-height:38px;min-width:38px;min-height:38px;object-fit:cover;border-radius:8px}.top-10-search-mobile{background:var(--boxBackgroundColor);font-size:calc(16px*var(--adjustTextVal));color:var(--boxTextColor);border:none;border-radius:8px;padding:8px;width:calc(100% - 48px);margin-left:12px}.top-10-search-mobile::placeholder{color:var(--boxSecondaryTextColor)}.mobile-t10-entry.grabbed{animation-name:grabbed-ios;animation-duration:.15s;animation-fill-mode:forwards}@keyframes grabbed-ios{0%{border-radius:0;box-shadow:0 0 4px #0000}to{border-radius:8px;box-shadow:0 2px 10px #0003}}.feed-switcher .button{padding-left:14px;padding-right:14px}.feed-switcher .button.selected,.feed-switcher .button.selected:hover{background-color:var(--boxTextColor);color:var(--boxBackgroundColor);outline:none}.feed-left{border-radius:var(--boxBorderRadius) 0px 0px var(--boxBorderRadius)!important}.feed-right{border-radius:0px var(--boxBorderRadius) var(--boxBorderRadius) 0px!important}.feed-center{border-radius:0!important}.feed-switcher .button{outline:none!important}.timeline{display:flex;flex-direction:column;align-items:center;gap:14px;box-sizing:border-box;padding-left:10px;padding-right:10px;padding-bottom:10px}.feed-switcher{display:flex;flex-direction:row;padding:4px;box-sizing:border-box;background:var(--boxBackgroundColor);border-radius:var(--boxBorderRadius)}@media (max-width: 540px){.feed-switcher .button{border-radius:calc(var(--boxBorderRadius) - 4px)!important;background:none;color:var(--realBackgroundColor)}.feed-switcher .button.selected{background:var(--realBackgroundColor);color:var(--textColor)}.feed-switcher .button.selected:hover{background:var(--backgroundColor);color:var(--textColor)}.feed-switcher{background:var(--textColor)}}@media (min-width: 540px){.feed-switcher{background:linear-gradient(var(--boxLineGradientStart),var(--boxLineGradientEnd));padding:var(--boxLineWidth);border-radius:calc(var(--boxBorderRadius) + var(--boxLineWidth))}.feed-switcher-divider{width:1px;height:100%;display:block;background-color:var(--boxLineGradientStart)}}@media (max-width: 540px){.feed-switcher .material-symbols-rounded{font-size:calc(18px*var(--adjustTextVal))}}.feedback-modal{position:fixed;width:100%;height:100%;left:0;top:0;box-sizing:border-box;padding:16px;z-index:10000;background-color:#0009;display:flex;align-items:center;justify-content:center}.feedback-modal .box-outline{max-width:400px;width:100%}@media (min-width:541px){.newer-posts-button{top:82px!important}}.newer-posts-button{z-index:9999;position:fixed;top:64px;padding:8px 10px;background-color:var(--boxTextColor);border:none;color:var(--boxBackgroundColor);border-radius:var(--boxBorderRadius);display:flex;font-size:calc(14px*var(--adjustTextVal));align-items:center;gap:4px;cursor:pointer;box-shadow:0 0 2px var(--boxBackgroundColor);font-weight:var(--textFontWeight)}@media (max-width: 540px){.newer-posts-button{background-color:var(--boxBackgroundColor);color:var(--boxTextColor);box-shadow:none}}.newer-posts-button .material-symbols-rounded{font-size:calc(16px*var(--adjustTextVal))}.newer-posts-button.hidden{display:none}.show-new-updates{width:100%;position:relative;max-width:600px;height:1px;min-height:1px;margin-top:0;margin-bottom:20px;display:block;background-color:var(--lineColorRGBA2)}.show-new-updates button{left:50%;top:50%;position:absolute;transform:translate(-50%,-50%);border-radius:var(--boxBorderRadius);padding:8px 12px;border:none;font-size:calc(14px*var(--adjustTextVal));background:var(--textColor);color:var(--realBackgroundColor);cursor:pointer;font-weight:var(--textFontWeight)}@media (min-width: 540px){.show-new-updates{background-color:transparent;margin-bottom:20px;margin-top:20px}.show-new-updates button{width:100%;border-radius:var(--boxBorderRadius);background:var(--boxBackgroundColor);color:var(--boxTextColor);font-size:calc(16px*var(--adjustTextVal));padding:10px}}.noplace-retro-upsell div img{max-width:200px;border:#fff 6px solid;box-shadow:0 0 10px #0009;border-radius:6px}.noplace-retro-upsell div{display:flex;padding:6px;box-sizing:border-box;width:100%;margin-top:6px;flex-direction:row;align-items:center;justify-content:center}.noplace-retro-upsell button{font-family:verdana,arial,sans-serif,helvetica,system-ui}.noplace-retro-upsell .btns button{max-width:calc(50% - 6px);width:100%}.noplace-retro-upsell .retro-btn{background:#c55069;border:none;cursor:pointer;font-family:verdana,arial,sans-serif,helvetica,system-ui;color:#fff;font-weight:600;font-size:calc(16px*var(--adjustTextVal));border-radius:calc(var(--boxBorderRadius) - 6px);height:100%}.noplace-retro-upsell .retro-btn:hover{background:#e26883}.home-main-pg .rich-embedded-image{max-width:160px}.home-main-pg{display:flex;height:100%;align-items:center;justify-content:center;width:100%;flex-direction:column;gap:0px;padding:0}.quick-orbit-lb{position:absolute;right:16px;top:16px;background:var(--textColor);color:var(--realBackgroundColor);padding:6px;border-radius:var(--boxBorderRadius);cursor:pointer}.quick-donate{right:60px}@media (min-width: 541px){.quick-orbit-lb{display:none}}.mobile-yapdates{display:flex;flex-direction:row;gap:6px;overflow-x:auto;scroll-snap-type:x mandatory;width:100%;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;min-height:max-content;flex-shrink:0}.mobile-yapdates::-webkit-scrollbar{display:none}.mobile-yapdates .mobile-post{max-height:calc(100vw - 32px);min-width:calc(100vw - 32px);flex-shrink:0;scroll-snap-align:start}.mobile-yapdates .mobile-post p{max-height:32px;overflow:hidden;text-overflow:ellipsis}.home-timelines{display:flex;flex-direction:row;gap:0px;width:100%;flex:1;overflow-x:auto;scroll-snap-type:x mandatory;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;box-sizing:border-box;overflow-y:visible}.timeline-choice{width:100%;flex-grow:0;flex-shrink:0;scroll-snap-align:center;box-sizing:border-box;overflow-y:overlay;scrollbar-gutter:stable;scrollbar-color:var(--textColor) var(--realBackgroundColor);scrollbar-width:thin;display:flex;flex-direction:row;justify-content:center;gap:14px}.timeline-choice .items{display:flex;flex-direction:column;gap:14px;width:100%;max-width:600px;align-items:center;padding-left:6px;padding-right:6px;box-sizing:border-box}.timeline-choice .box-outline.timeline-post{flex-grow:0}.feeds-lister-container{background:linear-gradient(var(--boxLineGradientStart),var(--boxLineGradientEnd));padding:var(--boxLineWidth);max-width:588px;border-radius:calc(var(--boxBorderRadius) + var(--boxLineWidth));box-sizing:border-box;margin-bottom:12px;margin-top:4px;width:max-content}.feeds-lister{border-radius:var(--boxBorderRadius);background:var(--boxBackgroundColor);padding:2px;position:relative;display:flex;flex-direction:row;align-items:stretch;box-sizing:border-box;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;-ms-overflow-style:none;max-width:calc(100vw - 18px);gap:2px}.feeds-lister::-webkit-scrollbar{display:none}.feed-highlight{position:absolute;left:0;background:var(--boxTextColor);border-radius:calc(var(--boxBorderRadius) - 2px);z-index:0;height:calc(100% - 4px)}.feed-btn{position:relative;flex:1 1 auto;min-width:max-content;font-size:calc(18px * var(--adjustTextVal));color:var(--boxTextColor);background:transparent;cursor:pointer;border:none;padding:8px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;z-index:1;transition:.2s;border-radius:calc(var(--boxBorderRadius) - 2px)}@media (min-width: 541px){.feed-btn:hover{background:var(--boxTextColor);color:var(--boxBackgroundColor)}}.feed-btn.active{color:var(--boxBackgroundColor)}.feed-btn span{font-size:20px;transition:.1s}.feed-btn p{transition:.1s}.home-page-header{width:100%;display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;padding-left:12px;padding-right:12px;box-sizing:border-box}@media (min-width: 541px){.home-page-header{padding-right:20px}}@media (max-width: 540px){.feeds-lister-container{width:100%;display:flex;justify-content:center}.feeds-lister{max-width:100%}}@media (max-width: 540px){.feeds-lister-container{background:transparent;padding:0}.feeds-lister{background:var(--textColor);border-radius:var(--boxBorderRadius);padding:2px}.feed-btn{color:var(--realBackgroundColor);font-size:calc(16px * var(--adjustTextVal));transition:.1s;opacity:100%}.feed-btn span{font-size:18px;transition:none}.feed-btn p{transition:none}.feed-btn.active{color:var(--textColor)}.feed-btn:active{opacity:50%}.feed-highlight{background:var(--realBackgroundColor);transition:.15s}}.desktop-boxes{display:flex;flex:1;max-width:300px;flex-direction:column;gap:14px;position:sticky;top:0;height:fit-content;align-self:flex-start}.desktop-boxes .real-box{max-height:280px;overflow-y:auto}.desktop-boxes .status-box .real-box{max-height:360px}.desktop-search-box .real-box{padding:0;box-sizing:border-box;display:flex}.desktop-search-box input{margin-top:0;background:transparent;color:var(--boxTextColor)}.desktop-search-box input::placeholder{color:var(--boxSecondaryTextColor)}.feed-curation{display:flex;width:100%;box-sizing:border-box;align-items:center;justify-content:center;flex-direction:column;gap:12px}.feed-curation h1{font-size:22px;font-weight:var(--headingFontWeight)}.feed-curation .btn-feeds-lister{display:flex;flex-direction:row;justify-content:center;width:100%;gap:10px}.feed-curation .btn-feeds-lister img{max-height:120px;height:100%;max-width:calc(50% - 10px);aspect-ratio:1.5625;border-radius:var(--boxBorderRadius);cursor:pointer;-webkit-user-select:none;user-select:none;object-fit:scale-down}.feed-curation .btn-feeds-lister img.selected{outline:var(--textColor) 2px solid}.post-large{width:100%;max-width:600px}.post-large .box{display:flex;flex-direction:row;gap:10px}.post-large-content .username,.post-comment-content .username{font-weight:var(--headingFontWeight);color:var(--boxTextColor);align-items:center;display:flex;flex-direction:row;gap:4px;flex-wrap:wrap}.mobile-post .post-large-content .username,.mobile-post .post-comment-content .username{font-weight:var(--smallHeadingFontWeight)}.post-large .time-ago,.post-comment .time-ago{color:var(--boxSecondaryTextColor)}@media (min-width: 540px){.post-large h1{font-size:calc(24px*var(--adjustTextVal));line-height:30px;font-weight:var(--textFontWeight)}.post-comment-content h1{font-weight:var(--textFontWeight)!important}}@media (max-width: 540px){.post-large h1{font-weight:400}}.post-large-content,.post-comment-content{display:flex;flex-direction:column;gap:4px;width:100%}.post-large .post-avatar,.post-comment .post-avatar{width:50px;height:50px;border-radius:calc(var(--avatarBorderRadius) / 2);object-fit:cover}.post-comment{width:100%;max-width:600px;transition:opacity .2s ease-in-out}.post-comment .box{display:flex;flex-direction:row;gap:10px;width:100%}.post-comment h1{font-weight:400;font-size:calc(20px*var(--adjustTextVal));line-height:22px}.post-comment.skeleton{opacity:50%;animation:pulse .6s ease-in-out infinite}.post-timeline{padding-bottom:80px}.post-large-actions{gap:4px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.post-action-right{margin:-6px;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:100%;transition:background .1s;color:var(--boxTextColor);width:36px;height:36px;display:flex;align-items:center;justify-content:center}.post-action-right:hover{background:#ffffff1a}.mobile-post .username{color:var(--textColor)}.mobile-boosting-new{width:100%;height:100%;position:absolute;top:0;left:0;margin:0;padding:0}.mobile-boosting-new .lottie{position:absolute;right:-40px;top:-200px;width:200px;height:400px;z-index:100}.mobile-boosting-new .adding-count{font-size:calc(40px*var(--adjustTextVal));font-weight:var(--headingFontWeight)!important;position:absolute;top:-20px;left:50%;transform:translate(-50%);color:#fff;text-shadow:0px 0px 4px rgba(0,0,0,.5)}.post-quote-modal .real-box{max-height:600px;height:max-content;max-width:470px}.post-quote-modal .make-post{min-height:0px!important;max-height:none!important;height:max-content!important;padding:0}.post-quote-modal .make-post .real-box{min-height:0px!important;max-height:none!important;height:max-content!important;padding:4px;border-radius:0}.post-quote-modal textarea,.post-quote-modal .avatar{border-radius:8px!important}.post-quote-modal .star-select-box{position:fixed!important;left:50%;top:50%;transform:translate(-50%,-50%)}.error-back{width:100%}.notification-embed{padding:14px;background:var(--backgroundColor);border-radius:calc(var(--boxBorderRadius) - 6px)}.notification-wall-post h1{color:var(--textColor);font-size:calc(14px*var(--adjustTextVal))}.notification-wall-post .time-ago,.notification-wall-post p{color:var(--secondaryTextColor)}.notification-tl-options{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;max-width:500px;gap:10px}.gc-join-btn{z-index:3}.mobile-read-all{border:none;padding:4px;font-size:calc(14px*var(--adjustTextVal));margin-top:8px}.make-chat{display:flex;flex-direction:column;gap:10px;max-width:300px;margin:0 auto}.make-chat h1{font-size:calc(24px*var(--adjustTextVal));font-weight:var(--headingFontWeight);text-align:center;margin-top:4px}.make-chat input{width:100%;padding:10px;border:none;border-radius:calc(var(--boxBorderRadius) - 6px);box-sizing:border-box;background-color:var(--boxBackgroundColor);outline:1px solid rgba(255,255,255,.1);color:var(--boxTextColor)}.make-chat input::placeholder{color:var(--boxSecondaryTextColor)}.gc-color-picker{width:300px!important;max-width:100%}.chat-info-err{display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:column;height:100%}.chat-info-err h1,.chat-group-info .group-title{font-size:calc(2rem*var(--adjustTextVal));font-weight:600;padding:8px}.chat-info-err p{max-width:320px}.chat-info-err .button{width:300px}.chat-group-info{display:flex;flex-direction:column;align-items:center;gap:4px}.chat-error{color:#ff7171;font-size:calc(14px*var(--adjustTextVal));margin-top:4px;margin-bottom:4px}.chat-group-member{max-width:400px;display:flex;align-items:center;gap:4px;width:100%;padding:6px;-webkit-user-select:none;user-select:none;border-radius:10px;transition:background-color .1s ease-in-out;color:var(--boxTextColor);text-decoration:none;cursor:pointer}.chat-group-member .status{font-size:calc(12px*var(--adjustTextVal));margin-left:auto;opacity:.8}.chat-group-member img{width:32px;height:32px;max-width:32px;min-width:32px;max-height:32px;min-height:32px;border-radius:50%;cursor:pointer}.chat-group-member:hover{background-color:#ffffff1a}.chat-group-info-display{cursor:default;max-width:360px;max-height:80px;width:100%;height:100vh;margin-bottom:8px;margin-top:8px;transition:none}.chat-group-info .section-title{width:100%;max-width:400px;padding-top:4px;padding-bottom:4px;font-weight:500;opacity:.8}.chat-group-info-editable{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:100%;max-width:400px;padding:18px;background-color:var(--boxBackgroundColor);border-radius:10px;margin-top:6px;margin-bottom:6px;color:var(--boxTextColor);border:none;outline:none;font-size:calc(16px*var(--adjustTextVal));box-sizing:border-box}.chat-group-info-editable .color{width:18px;height:18px;border-radius:100%;margin-left:auto;border:2px solid #fff;cursor:pointer}.chat-group-info-editable .react-colorful{width:100%}.chat-group-info-editable .color-picker-container{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.chat-group-info-editable .color-picker-container .button{width:100%}.save-btn{width:100%;max-width:400px}.leave-chat-btn{width:100%;max-width:400px;color:var(--boxTextColor)}.switch-account-hint{text-align:center;color:var(--boxSecondaryTextColor)}.account-option{padding:16px;background:#ffffff0d;width:calc(100% - 22px);display:flex;border-radius:10px;flex-direction:row;align-items:center;gap:12px}.account-option p{font-size:calc(20px*var(--adjustTextVal))}.account-option .button{margin-left:auto}.account-option .logout-account{color:var(--boxSecondaryTextColor);cursor:pointer}.switch-alt-option{width:100%;text-decoration:none}.switch-account-container{max-height:600px;overflow-y:auto;overflow-x:hidden}.friends-tl-btn{width:100%}.friends-page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;max-width:500px;width:100%;margin:0 auto}.friends-page-link{max-width:100px;text-decoration:none}.friends-page-link img{max-width:100px;max-height:100px;width:100px;height:100px;object-fit:cover;border-radius:calc(var(--avatarBorderRadius) / 1.25)}.friends-page-link p{text-align:center;max-width:100px;font-weight:var(--smallTextFontWeight);margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--textColor)}.change-user{width:100%;display:flex;gap:10px}.change-user .username-header{flex:1;width:100%;border-radius:var(--boxBorderRadius);padding:4px}.report-box{max-width:400px;left:50%;transform:translate(-50%);position:absolute;width:100%}.report-input{resize:none;background:var(--backgroundColor);border:#2e2e2e solid 1px;border-radius:8px;padding:4px;outline:none;font-size:calc(16px*var(--adjustTextVal));color:var(--textColor)}.wall-post-box p{color:var(--boxSecondaryTextColor)!important}.wall-post-box h1{color:var(--boxTextColor)!important}.wall-post-box h1 .time-ago,.wall-post-box h1 .delete-post{color:var(--boxSecondaryTextColor)!important}.shop-container{padding:2rem;max-width:1200px;margin:0 auto}.shop-container h1{margin-bottom:2rem;font-size:2rem;font-weight:700}.shop-container h1 p{font-size:16px;font-weight:400;margin-top:10px;color:var(--secondaryTextColor)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;padding-bottom:120px}.product-card{background:#1e1e1e;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px)}.product-image-container{width:100%;height:200px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#2e2e2e}.product-image-container img{width:100px;height:100px;object-fit:contain}.product-content{padding:1rem;flex:1;display:flex;flex-direction:column}.product-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff}.product-description{color:#a0a0a0;font-size:.875rem;margin-bottom:1rem;line-height:1.4}.product-price{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.product-error{color:#f44;font-size:.875rem;margin-bottom:1rem;text-align:center}.product-buy-button{width:100%;padding:.75rem;background-color:#fff;color:#000;border:none;border-radius:4px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.product-buy-button:hover:not(:disabled){background-color:#ececec}.product-buy-button:disabled{background-color:#4a4a4a;color:#8a8a8a;cursor:not-allowed}.product-content .bottom-content{display:flex;flex-direction:column;flex:1;justify-items:flex-end;justify-content:end;justify-self:flex-end;width:100%}.shop-loading-container{width:100%;height:100%;display:flex;align-items:center;flex-direction:column;gap:6px;justify-content:center;align-content:center}.shop-loading-container h1{font-size:24px;font-weight:var(--headingFontWeight);font-style:italic}.shop-loading-container .button{font-size:16px;border-radius:6px;height:34px}.cart-upsell{position:fixed;bottom:90px;width:calc(100% - 32px);background-color:var(--boxBackgroundColor);box-sizing:border-box;border-radius:var(--boxBorderRadius);display:flex;align-items:center;padding:10px 10px 10px 20px}.cart-upsell p{font-weight:600}.cart-upsell .padding,.checkout-item .padding{flex:1}@media (max-width: 768px){.cart-upsell{left:50%;transform:translate(-50%);width:calc(max-content - 40px);box-shadow:0 2px 4px #0006}.cart-upsell .padding{width:30px}.product-buy-button{font-size:16px!important}}@media (min-width: 768px){.cart-upsell{width:calc(100% - 242px);bottom:16px}}.buy-options{display:flex;flex-direction:row;gap:8px;align-items:center}.buy-options .button{flex:1}.product-count-button{border-radius:100%;color:var(--boxSecondaryTextColor);border:none;background:#ffffff26;height:24px;width:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}.product-count-button span{font-size:14px}.checkout-items{background-color:var(--boxBackgroundColor);padding:16px;border-radius:var(--boxBorderRadius);display:flex;flex-direction:column;gap:6px;max-width:400px;width:100%;align-self:center}.checkout-items h1{font-weight:var(--headingFontWeight);font-size:18px}.checkout-items p{color:var(--boxSecondaryTextColor)}.checkout-items-container{background-color:var(--backgroundColor);padding:10px;display:flex;flex-direction:column;gap:6px;border-radius:8px}.checkout-item{background:#ffffff0d;border-radius:4px;display:flex;align-items:center;padding:10px 10px 10px 18px;position:relative}.checkout-item-img{background-color:var(--backgroundColor);width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:2px;position:relative}.checkout-item .color-picker,.web-badge-editing .color-picker{position:absolute;top:100%;right:0;z-index:100;padding:10px;background-color:var(--boxBackgroundColor);box-shadow:0 0 2px #000;border-radius:8px;display:flex;flex-direction:column;width:200px;gap:6px}.checkout-item .color-picker .color-picker-tabs,.web-badge-editing .color-picker .color-picker-tabs{width:100%;display:flex;flex-direction:row;gap:4px}.checkout-item .color-picker .color-picker-tabs .tab,.web-badge-editing .color-picker .color-picker-tabs .tab{flex:1;padding:2px;background:transparent;color:var(--boxTextColor);border:none;cursor:pointer;border-radius:4px}.checkout-item .color-picker .color-picker-tabs .tab.selected,.web-badge-editing .color-picker .color-picker-tabs .tab.selected{flex:1;padding:2px;background:var(--boxTextColor);color:var(--boxBackgroundColor);border:none}.checkout-item-img .color-picker .button{font-size:14px;padding-top:6px;padding-bottom:6px}.checkout-item-img img,.checkout-item-img object{cursor:pointer;width:24px;-webkit-user-select:none;user-select:none}.checkout-page .title{margin-top:1rem;margin-bottom:1rem;font-size:2rem;font-weight:700;display:flex;flex-direction:row;padding-left:10px;gap:6px;align-items:center}.checkout-page .go-back{cursor:pointer}.checkout-page{display:flex;flex-direction:column;gap:6px;box-sizing:border-box;padding:16px 32px 100px;align-items:center}.checkout-page .checkout-disclaimer{color:var(--secondaryTextColor);margin-bottom:14px;max-width:400px;text-align:center}.checkout-item-options{display:flex;flex-direction:row;margin-right:6px;margin-left:6px;gap:12px}.checkout-item-options span{font-size:16px;cursor:pointer;margin:-6px;padding:6px;box-sizing:content-box}.checkout-search-person{border-radius:6px;background-color:var(--backgroundColor);padding:16px;display:flex;flex-direction:column;gap:6px}.checkout-gifting-person{background-color:var(--backgroundColor);border-radius:8px;padding:12px;box-sizing:border-box;display:flex;flex-direction:row;gap:16px;align-items:center}.checkout-gifting-person p{font-size:18px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:6px}.checkout-gifting-person span{font-size:14px;color:var(--textColor);cursor:pointer}.checkout-gifting-person .pfp{max-width:52px;min-width:52px;width:52px;max-height:52px;min-height:52px;height:52px;object-fit:cover;border-radius:100%}.checkout-gifting-person .examples{flex-wrap:wrap;flex-direction:column;display:flex;gap:4px}.checkout-gifting-person .example-box{box-sizing:border-box;padding:6px;border-radius:4px}.checkout-final-disclaimer{font-size:14px;margin-top:10px;color:var(--secondaryTextColor)}.add-coupon{cursor:pointer;width:max-content}.add-coupon:hover{text-decoration:underline}.coupon-input{outline:none;background:var(--backgroundColor);padding:6px;color:var(--textColor);border:none;border-radius:6px}.shop-color-input{outline:none;background:var(--backgroundColor);border:none;color:var(--textColor)}.product-customize-text{background:var(--backgroundColor);border:none;outline:none;box-sizing:border-box;padding:6px;font-size:16px;color:var(--textColor)}.product-customize-text::placeholder{color:var(--secondaryTextColor)}.product-color-inputs{display:flex;flex-direction:row;gap:6px;align-items:center}.color-picker-button{cursor:pointer;padding:6px;color:var(--boxSecondaryTextColor);font-size:14px;margin:-6px -6px -6px 0}.checkout-search-person input{width:100%;background-color:var(--boxBackgroundColor);border:none;padding:10px;font-size:16px;border-radius:6px;box-sizing:border-box;color:var(--boxTextColor);outline:none}.checkout-search-person input::placeholder{color:var(--boxSecondaryTextColor)}.checkout-search-person .results{display:flex;flex-direction:column;gap:2px}.checkout-search-person .result{padding:6px;box-sizing:border-box;display:flex;flex-direction:row;gap:8px;cursor:pointer;align-items:center;border-radius:6px}.checkout-search-person .result:hover{background:var(--boxBackgroundColor)}.checkout-search-person .result p{color:var(--textColor);font-size:16px}.checkout-search-person .result img{max-width:22px;min-width:22px;width:22px;max-height:22px;min-height:22px;height:22px;object-fit:cover;border-radius:100%}.gift-input{resize:none;background:var(--backgroundColor);outline:none;border:none;color:#fff;font-size:calc(16px*var(--adjustTextVal));padding:6px;border-radius:4px}.gift-input:focus{outline:1px solid rgba(255,255,255,.1)}.shop-status-page{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.shop-status-page .box-outline{width:100%;max-width:380px}.shop-status-page .box{display:flex;align-items:center;justify-content:center}.shop-status-page .box h1{font-size:22px}.shop-status-page .box p{text-align:center;font-size:18px}.shop-status-page .box .button{width:100%}.floating-action-button{position:fixed;right:12px;bottom:70px;z-index:100;border-radius:var(--boxBorderRadius);width:50px;height:50px;background:var(--boxBackgroundColor);border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 0 2px 1px #0000004d;cursor:pointer;will-change:"opacity, transform, scale"}@media (min-width: 768px){.floating-action-button{bottom:12px}}.floating-action-button span{color:var(--boxTextColor)}.make-update-sheet .make-post-line{display:none}.make-update-sheet .mobile-make-post{margin-top:26px}.make-update-sheet .mobile-make-post .avatar{display:none}.make-update-sheet .mobile-make-post textarea{padding:12px;box-sizing:border-box;width:100%;min-height:140px;border-radius:8px;outline:1px solid var(--lineColorRGBA2)}.make-update-sheet .make-post-bottom button{border-radius:8px}.make-update-sheet .star-select-menu-selected{color:var(--realBackgroundColor);background:var(--textColor);margin-right:-1px}.make-update-sheet .audience-select-button{margin-top:-16px}.fancy-star-header{width:100%;max-width:600px;display:flex;position:relative;height:180px;border-radius:var(--boxBorderRadius)}.fancy-star-header img{object-fit:cover;width:100%;border-radius:var(--boxBorderRadius)}.fancy-star-header .contents{position:absolute;width:100%;height:max-content;bottom:0;padding:20px 14px 14px;box-sizing:border-box;display:flex;flex-direction:column;gap:4px;background:linear-gradient(0deg,#000c,#00000080 77%,#0000);border-radius:0 0 var(--boxBorderRadius) var(--boxBorderRadius)}.fancy-star-header .contents h1{font-weight:var(--headingFontWeight);font-size:calc(18px * var(--adjustTextVal));color:#fff}.fancy-star-header .contents p{font-weight:var(--textFontWeight);font-size:calc(16px * var(--adjustTextVal));color:#fff}.fancy-star-linker{position:absolute;z-index:2;right:14px;bottom:14px;background:var(--boxBackgroundColor);box-sizing:border-box;text-decoration:none;color:var(--boxTextColor);cursor:pointer;padding:12px;border-radius:calc(var(--boxBorderRadius) - 12px);border:none;font-size:calc(16px * var(--adjustTextVal))}.feed-follower{float:right;margin-left:auto}:root{--retroAccentDark: #C55069;--retroAccentDarkest: #B44059;--retroAccentLighter: #E06781;--retroAccentLightest: #FE7C98;--retroAccentPale: #F390A5;--retroPaleInnerText: #681F2F;--retroPaleInnerTextLighter: #B44059;--retroDarkestInnerText: #FFFFFF;--retroDarkInnerText: #FFFFFF;--retroLighterInnerText: #FFFFFF;--retroLightestInnerText: #FFFFFF}.retro-topbar{background:var(--retroAccentDark);box-sizing:border-box;padding:16px 12px;display:flex;flex-direction:row}.retro-topbar .img-large{max-height:30px}.retro-topbar .image-large{display:flex;align-items:center}.retro-topbar-links{display:flex;flex-direction:row;gap:10px;padding:6px 14px;background:var(--retroAccentLighter);align-items:center}.retro-topbar-links li,.retro-topbar-links li a{font-size:calc(14px*var(--adjustTextVal));font-weight:500;color:var(--retroLighterInnerText)!important;text-decoration:none}.retro-topbar-links li a:hover{text-decoration:underline}.retro-topbar-links li.selected a{font-weight:600}.retro-topbar .mid{flex:1;align-items:center;justify-content:center;padding-right:40px;display:flex;width:100%}.retro-topbar .mid form{display:flex;flex-direction:row;gap:4px;align-items:center}.retro-topbar .mid form label{color:var(--retroDarkInnerText)}.retro-topbar .right{color:var(--retroDarkInnerText);display:flex;flex-direction:column;gap:4px;text-align:right}.retro-topbar .right a{color:var(--retroDarkInnerText);text-decoration:none;font-size:calc(12px*var(--adjustTextVal))}.retro-topbar .right a:hover{text-decoration:underline}.retro-page-contents{padding:10px;color:#000}.retro-link-sep{color:var(--retroAccentDarkest);-webkit-user-select:none;user-select:none}.retro-account-switch{display:flex;flex-direction:row;color:#000;align-items:center;box-sizing:border-box;width:100%;padding:6px}.retro-account-switch button{margin-left:auto;background:var(--retroAccentLighter);color:#fff;box-sizing:border-box;padding:4px;cursor:pointer;border:none}:root{--retroBgColor: #c5c5c5}.retro-main{width:100%;min-height:100vh;height:100%;background:var(--retroBgColor);position:absolute;font-family:verdana,arial,sans-serif,helvetica!important;font-size:calc(14px*var(--adjustTextVal))}.retro-main .rich-mention-link,.retro-main .rich-mention{color:var(--retroAccentDark)}.retro-main .rich-mention-link:hover{text-decoration:underline}.retro-themed-page .rich-mention-link,.retro-themed-page .rich-mention{color:var(--textColor)}.retro-themed-page .retro-feed-post .rich-mention-link,.retro-themed-page .retro-feed-post .rich-mention{color:var(--boxTextColor)}.retro-main button,.retro-main textarea{font-family:verdana,arial,sans-serif,helvetica!important}.retro-page{width:100%;max-width:810px;left:50%;position:absolute;transform:translate(-50%);background:#fff}.retro-self-col{width:40%;min-width:280px;display:flex;flex-direction:column;gap:8px}.retro-self-card{width:100%;border:var(--retroAccentDarkest) 2px solid;background-color:var(--retroAccentDarkest);color:var(--retroDarkestInnerText);box-sizing:border-box}.retro-self-card .head{font-size:16px;padding:6px 8px;font-weight:600}.retro-self-card .details{flex-direction:row;display:flex;gap:10px}.retro-self-card .details img{max-width:55%;width:100%;aspect-ratio:1;object-fit:cover}.retro-self-card .details .links{display:flex;align-items:left;flex-direction:column;gap:20px;justify-content:center;padding-bottom:32px}.retro-self-card .details .links a{text-decoration:none;font-weight:600;font-size:12px;color:var(--retroAccentDarkest)}.retro-self-card .details .links a:hover{text-decoration:underline}.retro-self-card .inner{background-color:var(--retroAccentPale);padding:6px;color:var(--retroPaleInnerTextLighter);font-weight:600}.retro-self-card .inner .more-options{display:flex;flex-direction:column;padding-top:10px;gap:10px;word-wrap:break-word}.retro-self-card .inner .more-options a{color:var(--retroPaleInnerText);text-decoration:none}.retro-self-card .inner .more-options a:hover{text-decoration:underline}.retro-self-card .inner .mail-options{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;width:100%}.retro-self-card .inner .mail-options a{flex-grow:1;color:var(--retroPaleInnerText);text-decoration:none;display:flex;gap:4px;font-size:12px;align-items:center;text-align:center;justify-content:center}.retro-self-card .inner .mail-options a:hover{text-decoration:underline}.retro-card-button{padding:6px;width:100%;text-align:center;border:var(--retroAccentDarkest) 2px solid;box-sizing:border-box;text-decoration:none;font-weight:600;color:var(--retroAccentDarkest)}.retro-card-button:hover{text-decoration:underline}.retro-hor-page{display:flex;flex-direction:row;gap:8px}.retro-home-contents{padding-left:6px;display:flex;flex-direction:column;gap:10px;flex:1;max-width:calc(100% - 300px)}.retro-home-contents .head{font-weight:600;font-size:14px}.retro-home-contents .head a{color:var(--retroAccentDarkest);text-decoration:none}.retro-home-contents .head a:hover{text-decoration:underline}.retro-home-contents .retro-posts-section{display:flex;flex-direction:row;gap:6px}.retro-home-contents .retro-posts-section .left{display:flex;flex-direction:column;gap:10px;flex:1;flex-grow:1}.retro-home-contents .retro-posts-section .right{display:flex;flex-direction:column;width:27%;border:#300e15 1px solid;background-color:var(--retroAccentDark);box-sizing:border-box;color:#fff;min-height:140px;max-height:220px}.retro-home-contents .retro-posts-section .right .inner{background:#fff;height:100%;color:#000;padding:6px 6px 24px;box-sizing:border-box;display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center}.retro-home-contents .retro-posts-section .right .inner .retro-blip{text-align:center;font-weight:600;font-size:12px}.retro-home-contents .retro-posts-section .right .inner .retro-blip i{color:var(--retroAccentLighter)}.retro-home-contents .retro-posts-section .right .inner .retro-blip i a{color:var(--retroAccentLighter);text-decoration:none}.retro-home-contents .retro-posts-section .right .inner .retro-blip i a:hover{text-decoration:underline}.retro-home-contents .retro-posts-section .right h1{text-align:center;font-weight:600;padding-top:4px;padding-bottom:4px;font-size:12px}.retro-home-contents .p-div,.retro-updates-profile .p-div{padding:2px;font-size:12px}.retro-home-contents .p-div p,.retro-updates-profile .p-div p{font-style:italic;font-size:10px;margin-top:2px}.retro-home-contents .retro-more-li{font-size:12px;font-weight:600}.retro-home-card{width:100%;box-sizing:border-box}.overflow-x{overflow-x:auto}.retro-home-card .inner{background:#fff;scrollbar-color:#6d6d6d #fff;scrollbar-width:thin;display:flex;padding:6px;flex-direction:row;gap:10px;color:#000;align-items:center}.retro-home-card.col .inner{flex-direction:column!important}.retro-home-card.orange{border:#f58a48 1px solid;background-color:#f58a48;color:#fff}.retro-home-card.blue{border:#484a88 1px solid;background-color:#484a88;color:#fff}.retro-home-card .head{font-size:12px;text-align:left;padding:6px}.retro-yapdate{display:flex;flex-direction:row;gap:6px;padding:2px;box-sizing:border-box;max-width:300px;font-size:12px}.retro-yap-avatar{max-height:40px;max-width:40px;object-fit:cover;min-width:40px;min-height:40px}.retro-yapdate .content-p{display:flex;flex-direction:column;gap:4px;padding:2px;width:max-content}.retro-yapdate .post-at{font-style:italic;font-size:10px}.retro-yapdate h1{font-weight:600}.retro-yapdate .main-li{color:#000;text-decoration:none;display:flex;flex-direction:row;gap:2px;align-items:center}.retro-yapdate .main-li:hover{color:#000;text-decoration:underline}.retro-home-wall .inner{max-height:360px}.overflow-y{overflow-y:auto}.retro-inbox-card .view-all{color:#681f2f;text-decoration:none}.retro-inbox-card .view-all:hover{text-decoration:underline}.retro-inbox-card .notif-list{display:flex;flex-direction:column;padding:4px;box-sizing:border-box;gap:6px}.retro-inbox-card .retro-notif-sm{display:flex;flex-direction:row;gap:6px;font-size:13px}.retro-inbox-card .retro-notif-sm img{object-fit:cover;max-width:36px;max-height:36px;min-width:36px;min-height:36px;width:36px;height:36px}.retro-inbox-card .retro-notif-sm p{font-weight:400;font-size:12px}.retro-inbox-card .retro-notif-sm a p{font-size:11px}.retro-banner{background:#e6f8dd;box-sizing:border-box;width:calc(100% - 20px);margin-top:10px;margin-left:10px;display:flex;flex-direction:row;gap:6px;flex-wrap:wrap;color:#000;padding:6px;border:1px #adc99f solid;align-items:center}.retro-home-section{background:#ffc47b;color:#ed0807;padding:4px;width:100%;box-sizing:border-box;font-weight:600}.retro-feed-select{display:flex;flex-direction:column;max-height:550px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--retroAccentDark) #fff;width:160px;gap:6px}.retro-feed-select button{cursor:pointer;text-align:left;padding:4px;border-radius:0;border:#000000 1px solid}.retro-feed-select button.selected{color:var(--retroLighterInnerText);background:var(--retroAccentLighter);border:var(--retroAccentDark) 1px solid;font-weight:600}.retro-feed{flex:1;overflow-y:auto;scrollbar-color:var(--retroAccentDark) #fff;max-height:550px;display:flex;flex-direction:column;padding:10px;gap:2px}.retro-feed-post{display:flex;flex-direction:row;gap:6px;border:rgba(0,0,0,.3) 1px solid;padding:6px;box-sizing:border-box;word-break:break-word}.retro-feed-post .img{max-width:44px;max-height:44px;min-width:44px;min-height:44px;object-fit:cover}.retro-feed-post .contents{display:flex;flex-direction:column;gap:2px;font-size:calc(14px*var(--adjustTextVal));width:100%}.retro-feed-post .contents .user{color:#000;text-decoration:none;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:2px}.retro-feed-post .contents .user:hover{text-decoration:underline}.retro-feed-post h1{font-weight:600}.retro-feed-post .sm{font-size:calc(12px*var(--adjustTextVal));font-style:italic}.retro-feed-post .sm a{text-decoration:none;color:var(--retroAccentLighter)}.retro-feed-post .sm a:hover{text-decoration:underline}.retro-feed-post .head{color:#000;font-weight:600;padding-top:2px;padding-left:2px;padding-bottom:2px}.retro-orbit-label{height:16px;display:flex;flex-direction:row;gap:4px;font-weight:400;background:var(--retroAccentDark);color:var(--retroDarkInnerText)}.retro-orbit-label img{max-height:16px!important;min-width:16px!important;min-height:16px!important}.retro-feed-post .retro-orbit-label{margin-left:2px}.retro-make-post{border:var(--retroAccentDark) 1px solid}.retro-make-post .contents{flex:1;flex-direction:column;display:flex;gap:4px}.retro-make-post .contents button{width:max-content;cursor:pointer;background:var(--retroAccentDark);color:#fff;border:none;padding:2px 10px}.retro-make-post-btm-bar{display:flex;justify-content:flex-end;width:100%;gap:4px}.retro-star-menu{display:flex;flex-direction:row;gap:4px;align-items:center}.retro-star-menu img{max-height:16px;min-height:16px;max-width:16px;min-width:16px}.retro-modal-bg{z-index:4;background:#0003;position:fixed;width:100%;height:100%;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:verdana,arial,sans-serif,helvetica}.retro-modal-bg button{font-family:verdana,arial,sans-serif,helvetica}.retro-modal{width:100%;max-width:320px;background:#fff;box-sizing:border-box;max-height:100%}.retro-modal .head{width:100%;background:var(--retroAccentDarkest);font-weight:600;text-align:left;padding:6px;box-sizing:border-box;display:flex;flex-direction:row;gap:6px;color:var(--retroDarkestInnerText);flex-wrap:wrap;align-items:center}.retro-modal .contents{display:flex;flex-direction:column;gap:4px;box-sizing:border-box;padding:8px;overflow-y:auto;max-height:100%}.retro-close-modal{margin-left:auto;background:var(--retroAccentLightest);color:var(--retroLightestInnerText);font-weight:600;border:none;cursor:pointer;padding:2px 4px}.star-menu-contents{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}.star-orbit-result{cursor:pointer;color:var(--retroDarkInnerText);display:flex;flex-direction:row;gap:4px;align-items:center;font-size:calc(12px*var(--adjustTextVal));background:var(--retroAccentDark);padding:2px 4px 2px 2px;box-sizing:border-box}.retro-replying-bar{display:flex;flex-direction:row;gap:4px;align-items:center}.retro-make-post-image{position:relative;display:inline-block;max-width:160px;max-height:160px}.retro-make-post-image img{max-width:160px!important;max-height:160px!important;min-height:160px!important;min-width:160px!important;object-fit:cover;border-radius:0!important;padding:0!important;width:auto!important;height:auto!important}.retro-make-post-image button{position:absolute;right:-6px;top:-6px;width:12px!important;height:18px!important;font-weight:600;border:none;display:flex;align-items:center;justify-content:center;background:var(--textColor);color:var(--realBackgroundColor);border-radius:0;cursor:pointer}.retro-make-post-image button span{color:var(--realBackgroundColor);font-size:calc(16px*var(--adjustTextVal))}.retro-themed-page{color:var(--textColor)}.retro-user-details{display:flex;flex-direction:column;gap:10px;margin-top:8px}.retro-user-details .retro-user-large{font-size:20px;font-weight:600;display:flex;flex-direction:row;gap:4px;flex-wrap:wrap;align-items:center}.retro-user-details .hor{display:flex;flex-direction:row;gap:12px}.retro-user-details .hor .real-img{width:100%;max-height:110px;aspect-ratio:1;object-fit:cover;border-radius:var(--avatarBorderRadius)}.retro-user-details .hor .img{width:35%;display:flex;flex-direction:column;align-items:center;gap:6px}.retro-theme-box{width:100%;background:linear-gradient(var(--boxLineGradientStart),var(--boxLineGradientEnd));border-radius:var(--boxBorderRadius);padding:calc(var(--boxLineWidth) / 2);box-sizing:border-box;display:flex;flex-direction:column;height:max-content}.retro-theme-box .head{font-weight:600;font-size:14px;width:100%}.retro-theme-box .head a{float:right;color:var(--boxTextColor);font-size:12px;font-weight:400}.retro-theme-box .inner{background:var(--boxBackgroundColor);padding:10px;border-radius:calc(var(--boxBorderRadius) - (var(--boxLineWidth) / 2));box-sizing:border-box;display:flex;flex-direction:column;gap:2px}.retro-theme-box{color:var(--boxTextColor);font-size:14px}.retro-theme-box p{color:var(--boxSecondaryTextColor)}.retro-theme-box .inner b{font-weight:600}.retro-shadow{text-shadow:1px 1px 1px rgba(0,0,0,.6)}.retro-stars-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px}.retro-star{background:var(--backgroundColor);padding:6px;box-sizing:border-box;border-radius:calc(var(--boxBorderRadius) - 6px);color:var(--secondaryTextColor);display:flex;flex-direction:row;gap:4px;align-items:center;word-wrap:break-word;word-break:break-word}.retro-star p{color:var(--secondaryTextColor)}.retro-poster-card{display:flex;flex-direction:row;gap:6px;padding:4px;background:var(--backgroundColor);color:var(--textColor);align-items:center;border-radius:calc(var(--boxBorderRadius) - 6px)}.retro-poster-card img{max-width:40px;max-height:40px;min-width:40px;min-height:40px;object-fit:cover;border-radius:calc(var(--boxBorderRadius) - 10px)}.retro-poster-card p{color:var(--secondaryTextColor);font-size:12px}.retro-poster-card .contents{display:flex;flex-direction:column;gap:2px}.retro-status-parts{display:flex;flex-direction:column;gap:4px}.retro-profile-right{flex:1;box-sizing:border-box;padding:12px;display:flex;flex-direction:column;gap:8px}.retro-profile-right .main-header{font-weight:600}.retro-updates-profile{display:flex;flex-direction:column;box-sizing:border-box;gap:6px}.retro-profile-friends{width:100%;flex-direction:row;display:flex;gap:6px;flex-wrap:wrap;justify-content:center;margin-top:10px}.retro-friend-card{width:calc(20% - 6px);text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:6px}.retro-friend-card p{word-wrap:break-word;word-break:break-word;text-align:center;font-size:10px}.retro-friend-card img{max-width:100%;min-width:100%;aspect-ratio:1;object-fit:cover}.retro-wall-profile{display:flex;flex-direction:column;gap:4px;max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--boxTextColor) var(--boxBackgroundColor)}.retro-wall-profile a h1{color:var(--boxTextColor)}.retro-wall-profile .retro-yapdate{word-wrap:break-word;word-break:break-word}.retro-star-slicer{cursor:pointer}.retro-themed-box-header{box-sizing:border-box;background:var(--boxBackgroundColor);color:var(--boxTextColor);padding:4px}.retro-is-friend-reminder{padding:30px;box-sizing:border-box;border:2px solid var(--boxBackgroundColor);color:var(--textColor);text-align:center;font-weight:600}.retro-theme-btn{border:none}.retro-theme-btn .inner{padding:4px;cursor:pointer}.icon-user-btn{display:flex;flex-direction:row!important;align-items:center;justify-content:center;gap:6px!important}.icon-user-btn img{max-height:16px!important;max-width:16px!important;border-radius:0!important}.retro-fav-friends-grid{display:flex;flex-direction:row;gap:6px;flex-wrap:wrap;width:100%}.retro-fav-friend{max-width:calc(20% - 6px);display:flex;flex-direction:column;gap:4px;align-items:center;word-wrap:break-word;word-break:break-word;font-size:12px;text-decoration:none;color:var(--boxTextColor);text-align:center}.retro-fav-friend:hover{text-decoration:underline}.retro-fav-friend .pfp{max-width:100%;min-width:100%;aspect-ratio:1;object-fit:cover}.retro-wall-form{display:flex;width:100%;flex-direction:column;gap:4px}.retro-wall-form button{width:max-content;background:var(--boxTextColor);color:var(--boxBackgroundColor);border:none;margin-left:auto;box-sizing:border-box;padding:2px 4px}.retro-wall-form textarea{background:transparent;border:var(--boxSecondaryTextColor) 1px solid;color:var(--boxTextColor)}.retro-wall-form textarea::placeholder{color:var(--boxSecondaryTextColor)}.retro-wall-card-home .main-li-holder{display:flex;flex-direction:row;gap:2px;align-items:center;flex-wrap:wrap;width:100%;color:var(--boxTextColor)}.retro-wall-card-home .main-li-holder a{color:var(--boxTextColor)}.retro-wall-card-home .retro-actions-button{background:var(--boxTextColor)}.retro-wall-card-home .retro-actions-button p{color:var(--boxBackgroundColor)}.retro-wall-card-home .retro-actions-button .retro-action p{color:#000}.retro-wall-card-home{width:100%;max-width:400px}.retro-wall-card-home .content-p{flex:1}.retro-actions-popover{min-width:160px;width:100%;padding:4px 2px;border:rgba(0,0,0,.2) 1px solid;box-sizing:border-box;display:flex;flex-direction:column;gap:6px;position:absolute;top:calc(100% + 2px);right:0;background:#fff;z-index:6}.retro-actions-button{position:relative;padding:2px;font-size:calc(10px*var(--adjustTextVal))!important;box-sizing:border-box;cursor:pointer;background:#cb536d;color:#fff;margin-left:auto;font-weight:600!important}.retro-action{display:flex;flex-direction:row;gap:6px;align-items:center;background:transparent;cursor:pointer;border:none}.retro-action p{font-size:calc(12px*var(--adjustTextVal))!important}.retro-action img{max-height:16px;max-width:16px;min-width:16px;min-height:16px}.retro-post-themed button{background:var(--boxBackgroundColor);color:var(--boxTextColor);border:none;cursor:pointer}.retro-post-timeline{display:flex;flex-direction:column;gap:6px}.retro-post-timeline.themed .retro-actions-button{background:var(--boxTextColor)}.retro-post-timeline.themed .retro-actions-button p{color:var(--boxBackgroundColor)}.retro-post-timeline.themed .retro-actions-popover p{color:#000!important}.retro-post-timeline.themed .retro-actions-popover button{background:#fff}.retro-post-timeline .retro-actions-popover img{min-width:16px;max-width:16px;min-height:16px;max-height:16px}.retro-post-timeline.themed .retro-make-post{border:none;background:var(--boxBackgroundColor)}.retro-post-timeline.themed .retro-make-post button{background:var(--boxTextColor);color:var(--boxBackgroundColor)}.retro-post-timeline.themed .retro-make-post textarea{background:var(--backgroundColor);color:var(--textColor);border:none}.retro-post-timeline.themed .retro-make-post textarea::placeholder{color:var(--secondaryTextColor)}.retro-large-post .contents .user-h1{display:flex;flex-direction:row;gap:2px;align-items:center;width:100%;min-width:100%;flex-wrap:wrap}.retro-themed-post{background:var(--boxBackgroundColor);border:none;color:var(--boxTextColor)}.retro-themed-post .user{color:var(--boxTextColor)!important}.retro-themed-post p{color:var(--boxSecondaryTextColor)}.retro-large-post h1{font-size:16px;color:var(--boxTextColor)}.retro-large-post p{font-size:18px}.retro-large-post .sm{font-size:14px}.retro-large-post .img{min-width:54px;max-width:54px;min-height:54px;max-height:54px}.retro-feed-post .feed-h1{display:flex;flex-direction:row;gap:2px;flex-wrap:wrap}.retro-feed-post .contents{width:100%}.retro-themed-post .sm,.retro-themed-post .sm a{color:var(--boxTextColor)!important}.retro-reply-post{margin-left:12px;width:calc(100% - 12px)}.retro-themed-page .retro-repost-embed{border:none;background:var(--backgroundColor);color:var(--textColor);margin-top:4px;border:rgba(0,0,0,.2) 1px solid}.retro-themed-page .retro-repost-embed h1{color:var(--textColor)}.retro-page-heading{text-align:center;font-size:20px;font-weight:600;margin-bottom:6px}.retro-real-notification{display:flex;flex-direction:row;gap:6px;padding:6px;box-sizing:border-box;border:rgba(0,0,0,.3) 1px solid}.retro-real-notification .contents{display:flex;flex-direction:column;gap:4px}.retro-real-notification img{max-height:48px;min-height:48px;aspect-ratio:1;object-fit:cover}.retro-hor-section{display:flex;flex-direction:row;gap:12px;width:100%}.retro-customize-page{display:flex;flex-direction:column;gap:12px}.retro-customize-page .details-section .pfp{min-width:140px;max-width:140px;max-height:140px;object-fit:cover;aspect-ratio:1;box-sizing:border-box;border:var(--boxBackgroundColor) 1px solid;border-radius:var(--avatarBorderRadius)}.retro-customize-page .details-section .details{display:flex;flex-direction:column;justify-content:center;flex:1;gap:4px}.retro-customize-page .details-section .details .h1{font-weight:600;font-size:calc(20px*var(--adjustTextVal))}.retro-customize-page .details-section .details textarea,.retro-customize-page .details-section .details input{max-width:400px;resize:none;background:var(--boxBackgroundColor);color:var(--boxTextColor);border:none;border:var(--boxSecondaryTextColor) 1px solid;box-sizing:border-box;padding:4px;border-radius:var(--boxBorderRadius)}.retro-customize-page .details-section .details textarea::placeholder,.retro-customize-page .details-section .details input::placeholder{color:var(--boxSecondaryTextColor)}.retro-customize-page button{background:var(--boxBackgroundColor);cursor:pointer;color:var(--boxTextColor);border:none}.retro-customize-page .details-section .img{display:flex;flex-direction:column;gap:6px;align-items:center}.retro-customize-page .details-section button{width:100%;border-radius:var(--boxBorderRadius)}.retro-customize-control{display:flex;flex-direction:row;width:100%;align-items:center;gap:6px}.retro-customize-control input[type=text],.retro-customize-control input[type=date]{flex:1;background:var(--backgroundColor);color:var(--textColor);border:none}.retro-customize-control input::placeholder{color:var(--secondaryTextColor)}.no-round{border-radius:0!important}.retro-head-mid1{font-size:calc(18px*var(--adjustTextVal));font-weight:600;margin-top:6px;margin-bottom:2px}.retro-customize-stars{box-sizing:border-box;max-width:400px}.retro-themed-mini-text{font-size:calc(12px*var(--adjustTextVal));color:var(--secondaryTextColor);margin-top:2px;margin-bottom:2px}.retro-themed-orbit{background:var(--boxBackgroundColor);color:var(--boxTextColor)}.retro-theme-control{display:flex;flex-direction:row;align-items:center;gap:4px}.retro-theme-control input{padding:0!important}.retro-upload-button{cursor:pointer;color:#fff;background:#c55069;border:none}.retro-status-box .head{color:var(--boxTextColor);margin-top:0}.retro-status-box h1{color:var(--boxSecondaryTextColor);margin-top:6px;margin-bottom:4px}.retro-status-box .button{padding:6px;font-size:calc(14px*var(--adjustTextVal))}.retro-status-box .status-part-poster img{max-height:40px;max-width:40px;min-width:40px;min-height:40px}.retro-status-box .status-part-poster{align-items:center;display:flex;flex-direction:row}.retro-status-box .status-part-poster div{display:flex;flex-direction:column}.retro-status-box .status-part-poster h1{font-weight:600;margin:0}.retro-chat-option{box-sizing:border-box;padding:8px;cursor:pointer;display:flex;flex-direction:column;gap:2px;text-decoration:none;border-radius:2px;color:#000;border:rgba(0,0,0,.4) 1px solid;box-shadow:0 1px 1px #0000001a;background:linear-gradient(180deg,#fff,#efefef)}.retro-chat-option h1{font-weight:600}.retro-chat-option p{font-size:calc(12px*var(--adjustTextVal))}.retro-chats-page{display:flex;flex-direction:column;gap:6px}.retro-chat-group-page{width:100%;box-sizing:border-box}.retro-chat-group-page .head{display:flex;flex-direction:row;gap:6px;align-items:center;font-weight:600;box-shadow:0 1px 1px #0000001a;background:linear-gradient(180deg,#fff,#efefef);width:calc(100% + 20px);left:-10px;position:relative;box-sizing:border-box;padding-bottom:8px;padding-left:8px;border-bottom:rgba(0,0,0,.3) 1px solid}.retro-chat-message{display:flex;flex-direction:row;gap:8px;max-width:320px;box-sizing:border-box;padding:8px;border:rgba(0,0,0,.4) 1px solid;box-shadow:0 1px 1px #0000001a;background:linear-gradient(180deg,#fff,#efefef);border-radius:2px}.retro-msg-holder{display:flex;width:100%}.retro-msg-holder.mine{align-items:flex-end;justify-content:flex-end}.retro-chat-message .contents{display:flex;flex-direction:column;gap:4px}.retro-chat-message .contents a{font-weight:600;text-decoration:none;color:#000}.retro-chat-message .contents a:hover{text-decoration:underline}.retro-chat-message .mini-time{font-size:calc(10px*var(--adjustTextVal));font-style:italic}.retro-chat-group-messages{max-height:calc(100vh - 154px);overflow-y:auto;display:flex;flex-direction:column;gap:4px;margin-top:4px;padding-right:10px;padding-top:6px;scrollbar-color:rgb(184,184,184)!important;scrollbar-width:thin}.retro-system-message{text-align:center;font-size:calc(12px*var(--adjustTextVal));margin-bottom:4px;margin-top:4px}.retro-friend-connection{width:82px;max-width:82px;display:flex;flex-direction:column;gap:4px;color:#000;text-decoration:none}.retro-friend-connection:hover{text-decoration:underline}.retro-friend-connection p{word-break:break-word;word-wrap:break-word;text-align:center;font-size:calc(12px*var(--adjustTextVal))}.retro-friend-connection img{max-height:82px;min-height:82px;aspect-ratio:1;object-fit:cover}.retro-friends-page-grid{display:flex;gap:12px;flex-direction:row;flex-wrap:wrap;justify-content:center}.retro-friends-head{font-size:calc(18px*var(--adjustTextVal));margin-bottom:10px;display:flex;flex-direction:row;gap:6px;align-items:center;flex-wrap:wrap;font-weight:600}.retro-styled-btn{font-size:calc(12px*var(--adjustTextVal));font-weight:400;border:rgba(0,0,0,.4) 1px solid;box-shadow:0 1px 1px #0000001a;background:linear-gradient(180deg,#fff,#efefef);padding:4px;border-radius:2px;color:#000;text-decoration:none;cursor:pointer}.retro-centered-btns{display:flex;flex-direction:row;gap:6px;margin-top:-2px;margin-bottom:8px}.retro-search-page{padding:14px;box-sizing:border-box}.retro-search-page .p-head{font-size:16px;font-weight:600}.retro-search-page .sm{font-size:12px;font-style:italic;margin-top:4px}.retro-search-results{width:100%;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:center}.no-margin{margin:0 0 6px;width:100%}.retro-settings-content{flex:1;display:flex;flex-direction:column;height:calc(100vh - 100px);max-height:420px;overflow-y:auto;align-items:center;justify-content:center}.retro-switch-acc .account-option{max-width:300px;border:rgba(0,0,0,.4) 1px solid;box-shadow:0 1px 1px #0000001a;background:linear-gradient(180deg,#fff,#efefef);margin-bottom:6px;border-radius:2px;padding:10px}.retro-settings-content .account-option p{font-size:14px}.retro-settings-content .button{background:#c55069;padding:6px;font-size:14px;border-radius:0;color:#fff}.retro-settings-content .logout-account{background:none;padding:4px;margin-right:-4px;font-size:14px;border-radius:0;display:flex;align-items:center;justify-content:center}.retro-settings-content .c-head{font-weight:600;font-size:20px;margin-bottom:14px}.retro-blocked-user{max-width:300px;border:rgba(0,0,0,.4) 1px solid;box-shadow:0 1px 1px #0000001a;background:linear-gradient(180deg,#fff,#efefef);margin-bottom:6px;border-radius:2px;padding:10px;display:flex;flex-direction:row;gap:6px;align-items:center;width:100vw}.retro-blocked-user button{margin-left:auto;background:#c55069;padding:6px;font-size:14px;border-radius:0;color:#fff;cursor:pointer;border:none}.retro-change-num input{border-radius:2px!important;background:#fff;border:rgba(0,0,0,.3) 1px solid;color:#000;margin-right:2px;margin-left:2px;box-shadow:0 1px 1px #0000001a}.retro-change-num button{border-radius:2px!important}.retro-themes-settings{align-items:flex-start;justify-content:flex-start;padding:10px;gap:6px}.retro-themes-settings .c-head{margin:0}.retro-css-grid{width:100%;display:flex;flex-direction:row;gap:6px;flex-wrap:wrap}.retro-css-grid .option{border:rgba(0,0,0,.4) 1px solid;box-shadow:0 1px 1px #0000001a;background:linear-gradient(180deg,#fff,#efefef);border-radius:2px;padding:6px;width:100%;max-width:140px;cursor:pointer;word-break:break-word}.retro-css-grid .option.selected{background:linear-gradient(180deg,#ffe9a2,#ffd272);border:rgb(255,186,113) 1px solid}.retro-css-theme-edit{width:100%;display:flex;flex-direction:column;gap:6px}.retro-css-theme-edit textarea{resize:none}.retro-css-theme-edit form button{margin-left:4px}article{max-width:530px;position:absolute;left:50%;transform:translate(-50%);box-sizing:border-box;width:100%;padding:14px;display:flex;flex-direction:column;gap:4px;align-items:flex-start}article h1{font-size:calc(26px*var(--adjustTextVal));font-weight:800;text-align:left;margin-top:6px;margin-bottom:6px}article h2{color:var(--textColor);font-weight:var(--headingFontWeight);font-size:calc(20px*var(--adjustTextVal));margin-top:4px;margin-bottom:4px}article a{color:var(--textColor);font-weight:600}article li{font-weight:800;color:var(--textColor)}.search-page-input{width:100%;border-radius:var(--boxBorderRadius);box-sizing:border-box;padding:12px;font-size:calc(16px*var(--adjustTextVal));border:none;background:var(--textColor);color:var(--realBackgroundColor);margin-top:6px;outline:0px solid var(--secondaryTextColor);transition:outline .1s;font-weight:var(--textFontWeight)}.search-page-input:focus{outline:2px solid var(--secondaryTextColor)}.search-page-input::placeholder{color:var(--realBackgroundColor);opacity:70%}.search-page{width:100%;box-sizing:border-box;padding:12px}@media (min-width: 720px){.search-page .page-heading{display:inline;margin-bottom:6px;text-align:left!important;width:100%}}@media (max-width: 540px){.search-page{padding-bottom:72px}}.search-page-results{display:flex;flex-direction:column;gap:4px;margin-top:12px}.search-page-results .sec{font-weight:var(--headingFontWeight);margin-top:8px;margin-bottom:8px}.search-page-none{display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center}.search-page-none span{font-size:calc(32px*var(--adjustTextVal))}.search-page-none h1{font-size:calc(20px*var(--adjustTextVal));word-break:break-word;font-weight:var(--textFontWeight);text-align:center}.search-page-orbits-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}.search-page-orbits-grid a{text-decoration:none;cursor:pointer;max-width:100%}.search-page-orbits-grid button{font-size:calc(14px*var(--adjustTextVal));max-width:100%;cursor:pointer;padding:4px;box-sizing:border-box;border-radius:var(--boxBorderRadius);background:var(--textColor);color:var(--realBackgroundColor);display:flex;gap:2px;flex-direction:row;flex-wrap:wrap;border:none;word-break:break-word;text-align:left}.search-page-orbits-grid button span{display:inline-block;font-size:calc(16px*var(--adjustTextVal));vertical-align:middle;line-height:1.15}.search-page-profile{display:flex;flex-direction:row;align-items:center;gap:12px;cursor:pointer}.search-pr-pl{width:calc(100% - 46px);margin-left:46px}.search-page-profile .avatar{min-height:40px;min-width:40px;max-height:40px;width:40px;height:40px;box-sizing:border-box;padding:calc(var(--avatarLineWidth) / 2)!important;border-radius:calc(calc(var(--avatarBorderRadius) + calc(var(--avatarLineWidth) / 2)) / 2)!important;background:linear-gradient(var(--boxLineGradientStart),var(--boxLineGradientEnd))!important;object-fit:cover;-webkit-user-select:none;user-select:none}.search-page-profile .info{display:flex;flex-direction:column;gap:4px;flex:1}.search-page-profile .info h1{display:flex;flex-direction:row;gap:2px;flex-wrap:wrap;-webkit-user-select:none;user-select:none;font-weight:var(--headingFontWeight)}.search-page-profile .info p{font-size:calc(14px*var(--adjustTextVal));-webkit-user-select:none;user-select:none;color:var(--secondaryTextColor);font-weight:var(--textFontWeight)}.search-page .post-line{margin-top:12px}.orbit-leaderboard{width:100%;flex-direction:column;gap:6px;box-sizing:border-box;padding:4px 4px 82px;align-items:center;display:flex}.orbit-leaderboard .trend-card{max-width:500px;width:100%;box-sizing:border-box;padding:4px;display:flex;flex-direction:row;gap:6px;align-items:center;color:var(--textColor);text-decoration:none}.orbit-leaderboard .trend-card .rank,.orbit-leaderboard .trend-card .boosts{font-weight:var(--headingFontWeight)}.orbit-leaderboard .trend-card a{text-decoration:none}.orbit-leaderboard .trend-card .orbit-name{padding:6px;display:flex;flex-direction:row;align-items:center;gap:2px;background:var(--textColor);color:var(--realBackgroundColor);border-radius:var(--boxBorderRadius);max-width:max-content;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orbit-leaderboard .trend-card .orbit-name span{font-size:calc(16px*var(--adjustTextVal))}.orbit-leaderboard .trend-card .messages{font-size:calc(14px*var(--adjustTextVal));margin-left:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.orbit-leaderboard .trend-card .boosts{font-size:calc(16px*var(--adjustTextVal));background-image:linear-gradient(60deg,#ff6879,#ffe372,#c0ff7d,#6bb7ff,#df75ff,#ff5468);color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.trend-card.skeleton p,.trend-card.skeleton span,.trend-card.skeleton .orbit-name{-webkit-user-select:none;user-select:none;color:#0000;background:var(--textColor);animation:pulse .5s ease-in-out infinite}.leaderboard-tabs{width:100%;max-width:500px;box-sizing:border-box;display:flex;flex-direction:row}.leaderboard-tabs button{color:var(--secondaryTextColor);background:transparent;border-bottom:2px solid var(--realBackgroundColor);border:none;flex:1;padding:6px;cursor:pointer;font-size:calc(16px*var(--adjustTextVal))}.leaderboard-tabs button.selected{border-bottom:2px solid var(--textColor);color:var(--textColor)}.profile-trend .avatar{max-width:26px;max-height:26px;min-width:26px;min-height:26px;border-radius:calc(var(--avatarBorderRadius) / 3.8);object-fit:cover}.profile-trend .level{margin-left:auto;font-weight:var(--headingFontWeight)}.profile-trend .username{display:flex;flex-direction:row;flex-wrap:wrap;flex:1;align-items:center;gap:4px}.circles-header-members{display:flex;flex-direction:row!important;flex:0;align-items:center;flex-wrap:wrap;gap:10px;width:100%;text-decoration:none;color:var(--textColor)}@media (min-width: 540px){.circles-header-members{color:var(--boxTextColor)}.circles-header-members .list img{outline:2px solid var(--boxBackgroundColor)}}.circles-header-members .list{display:flex;flex-direction:row!important;flex:0;gap:0px;align-items:center;width:max-content}.circles-header-members .list img{border-radius:100%;object-fit:cover;max-height:28px;min-height:28px;min-width:28px;max-width:28px;outline:2px solid var(--realBackgroundColor)}.circles-header-members p{display:flex;flex-direction:row;gap:6px;align-items:center}.circle-member .pfp{object-fit:cover;min-width:30px;max-width:30px;min-height:30px;max-height:30px;border-radius:calc(var(--boxBorderRadius) - 6px)}.circle-member{background:var(--boxBackgroundColor);border-radius:var(--boxBorderRadius);max-width:500px;padding:6px;display:flex;flex-direction:row;align-items:center;gap:8px;color:var(--boxTextColor);text-decoration:none;font-weight:var(--textFontWeight);width:100%}.circle-member .status{margin-left:auto;font-weight:var(--headingFontWeight);color:var(--boxSecondaryTextColor)}@media (max-width: 540px){.circle-member{width:calc(100% - 8px);background:transparent;color:var(--textColor)}.circle-member .status{color:var(--secondaryTextColor)}.circle-member .pfp{border-radius:calc(var(--avatarBorderRadius) / 3.33)}}.donate-page{display:flex;flex-direction:column;gap:6px;max-width:680px;padding:16px 16px 82px;box-sizing:border-box}.donate-page-container{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center;box-sizing:border-box}.donate-options{flex-direction:row;flex-wrap:wrap;gap:6px;display:flex}.donate-options .box-outline{width:calc(50% - 3px);min-width:300px}@media (max-width: 880px){.donate-options .box-outline{width:100%}}.donate-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}.donate-buttons .button{width:calc(50% - 3px)}.custom-pay{display:flex;flex-direction:row;gap:6px}.custom-pay input{flex:1;background:var(--realBackgroundColor);border-radius:calc(var(--boxBorderRadius) - 6px);border:none;padding:6px;color:var(--textColor);font-size:calc(16px*var(--adjustTextVal));height:34px;box-sizing:border-box}.custom-pay input::placeholder{color:var(--secondaryTextColor)}.custom-pay .button{height:34px;font-size:calc(16px*var(--adjustTextVal))}.donate-page-loader{width:100%;height:100%;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center}.donate-status-page{width:100%;height:100%;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;padding:8px;box-sizing:border-box}.receipt-top{margin:-20px -20px 6px;box-sizing:border-box;padding:16px;border-bottom:1px solid var(--boxLineColorRGBA)}.donate-status-page{width:100%;height:100%;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center}.onboarding-page{width:100vw;height:max-content;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;padding:38px 8px;overflow-y:auto}@media (min-width: 768px){.onboarding-page{left:-242px;position:absolute}}.sprout-button,.sprout-button:hover{background:#9dd75f;color:#ebffd6;border-radius:8px}.onboarding-page .avatar-upload{max-width:72px;max-height:72px}.onboarding-page .avatar-upload img{width:100%;height:100%;object-fit:cover;border-radius:var(--avatarBorderRadius)}.onboarding-page .avatar-upload .loading-overlay{max-width:72px;max-height:72px}.onboard-simple-card{display:flex;flex-direction:row;gap:12px;width:100%;max-width:280px}.onboard-simple-card .details{display:flex;flex:1;flex-direction:column;gap:4px;justify-content:center}.onboard-simple-card .details h1{font-size:18px;font-weight:700;word-break:break-word}.onboarding-orbit-list{display:flex;flex-wrap:wrap;gap:6px;flex-direction:row;width:100%;max-width:320px}.onboarding-orbit-search{width:100%;padding:10px;box-sizing:border-box;border:none;background:var(--boxBackgroundColor);border-radius:8px;color:var(--boxTextColor);font-size:16px;outline:none}.onboarding-orbit-search::placeholder{color:var(--boxSecondaryTextColor)}.onboarding-orbit{border-radius:8px;border:none;display:flex;flex-direction:row;align-items:center;cursor:pointer;padding:4px;box-sizing:border-box;gap:4px;background:var(--boxBackgroundColor);transition:.1s}.onboarding-orbit span{font-size:16px;color:var(--boxTextColor);transition:.1s}.onboarding-orbit p{color:var(--boxTextColor);transition:.1s;font-size:16px;word-break:break-word;text-align:left}.onboarding-orbit.selected{background:var(--boxTextColor);color:var(--boxBackgroundColor)}.onboarding-orbit.selected p,.onboarding-orbit.selected span{color:var(--boxBackgroundColor)}.chats-page{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.chats-lister{width:100%;max-width:320px;display:flex;flex-direction:column;gap:10px;box-sizing:border-box;padding:2px;height:calc(100vh - 16px);overflow-y:auto;scrollbar-color:var(--textColor) var(--realBackgroundColor)}@media (min-width: 768px){.chats-lister{padding-right:6px}}.listed-chat{padding:10px;cursor:pointer;border:none;border-radius:var(--boxBorderRadius);box-sizing:border-box;width:100%;display:flex;flex-direction:column;transition:.1s}.listed-chat h1,.listed-chat p{text-align:left;width:100%}.listed-chat h1{font-weight:var(--headingFontWeight);font-size:calc(16px * var(--adjustTextVal))}.listed-chat p{font-weight:var(--textFontWeight);font-size:calc(14px * var(--adjustTextVal))}@media (max-width: 768px){.chats-lister{max-width:100vw;padding:2px 10px 76px}.chats-lister .main-head{text-align:center;width:100%}}.chats-lister .main-head{font-weight:var(--headingFontWeight)}.server-connecting{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;width:100%;height:100%}.server-connecting .material-symbols-rounded{font-size:40px;animation:pulse 1s ease-in-out infinite}.server-connecting h1{font-weight:var(--headingFontWeight);font-size:calc(20px * var(--adjustTextVal))}.server-connecting p{font-weight:var(--textFontWeight);font-size:calc(16px * var(--adjustTextVal));text-align:center;max-width:240px}.chats-container{flex:1;display:flex;flex-direction:column;gap:6px;justify-content:flex-end;padding:10px;box-sizing:border-box;overflow-y:auto!important;max-height:calc(100vh - 10px);position:relative}.chat-input-holder{position:fixed;width:100%;bottom:10px;z-index:999;padding:8px;border-radius:var(--boxBorderRadius);background:var(--boxBackgroundColor);display:flex;box-sizing:border-box;flex-direction:row;gap:6px;align-items:center}.chat-input-holder .star-select-menu{font-size:18px}@media (min-width: 769px){.chat-input-holder{width:calc(100% - 576px)}}@media (max-width: 768px){.chat-input-holder{width:calc(100vw - 22px)}}.chat-input-holder .text-area-holder{display:flex;flex-direction:column;gap:12px;flex:1;box-sizing:border-box;align-items:center;align-items:flex-start}.chat-input-holder textarea{font-size:calc(16px * var(--adjustTextVal));background:transparent;width:100%;color:var(--boxTextColor);outline:none;height:auto;resize:none;box-sizing:content-box!important;overflow:hidden;line-height:1.15;border:none;padding:0;field-sizing:normal}.chat-input-holder textarea::placeholder{color:var(--boxSecondaryTextColor)}@media (max-width: 520px){.chat-msg-holder .chat-message{max-width:250px!important}}.chat-message .avatar{max-width:34px;min-width:34px;max-height:34px;min-height:34px;object-fit:cover;-webkit-user-select:none;user-select:none;border-radius:calc(var(--avatarBorderRadius) * .38)}.chat-message .contents{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2px;flex:1}.chat-message h1{font-weight:var(--headingFontWeight);font-size:calc(16px * var(--adjustTextVal));width:100%;display:flex;color:var(--textColor);flex-wrap:wrap;word-break:break-word}.chat-message p{color:var(--textColor);word-break:break-word;font-size:calc(16px * var(--adjustTextVal));font-weight:var(--textFontWeight);width:fit-content}.chat-message h1 a{color:inherit;text-decoration:none}.chat-message .time-ago{margin-left:4px;color:var(--secondaryTextColor);font-weight:var(--textFontWeight)}.chat-sys-message{text-align:center;width:100%;margin-bottom:4px;margin-top:4px;color:var(--secondaryTextColor);font-size:calc(14px * var(--adjustTextVal))}.chats{overflow-y:auto;display:flex;flex-direction:column;flex:1;gap:8px;scrollbar-color:var(--textColor) var(--realBackgroundColor)}@media (min-width: 769px){.chats{padding-right:12px}}.chat-input-holder .img-upload-box{top:auto!important;right:auto!important;left:0}.chats-header{display:flex;flex-direction:row;width:100%;box-sizing:border-box;padding:2px;align-items:center;justify-content:center}.chats-header h1{font-weight:var(--headingFontWeight);font-size:calc(16px * var(--adjustTextVal))}.chats-header .star-select-menu{font-size:18px;position:absolute;right:20px}.chats-header .star-select-menu.inv{right:52px}.chats-header .star-select-menu.leave{right:auto;left:20px}.chat-input-holder .star-select-menu{color:var(--boxTextColor)!important}.chats-header .star-select-menu{color:var(--textColor)!important}.chat-msg-holder{width:100%;display:flex;flex-direction:row}.chat-message{width:100%;flex-direction:row;display:flex;gap:8px;box-sizing:border-box;padding:8px}.chat-msg-holder .chat-message{width:fit-content;max-width:380px;flex-direction:row;display:flex;gap:8px;box-sizing:border-box;padding:12px;background:var(--boxBackgroundColor);border-radius:var(--boxBorderRadius) var(--boxBorderRadius) var(--boxBorderRadius) calc(var(--boxBorderRadius) / 2)}.chat-msg-holder .chat-message h1,.chat-msg-holder .chat-message p{color:var(--boxTextColor)}.chat-msg-holder .chat-message .time-ago{color:var(--boxSecondaryTextColor)}.chat-msg-holder.mine{justify-content:flex-end}.chat-msg-holder.mine .chat-message{border-radius:var(--boxBorderRadius) var(--boxBorderRadius) calc(var(--boxBorderRadius) / 2) var(--boxBorderRadius)}.chat-invite-modal h1{color:var(--translucentPrimaryText)}.chat-invite-modal p{color:var(--translucentText)}.chat-invite-modal{position:absolute;top:46px;right:12px;width:100%;max-width:300px;z-index:1000;border-radius:10px;background-color:var(--translucentBg)}.chat-invite-modal .noise-container{padding:10px;display:flex;flex-direction:column;gap:10px;width:100%;box-sizing:border-box}.chat-invite-modal .button{background-color:var(--translucentText);color:var(--translucentPrimaryText)}.chat-invite-modal .top-10-search-result p{color:var(--translucentPrimaryText)}.chat-invite-modal .top-10-search-wrapper{outline:1px solid var(--translucentText)}.settings-lister{width:100%;max-width:520px;display:flex;flex-direction:column;gap:14px;padding-bottom:72px}.settings-group{background:var(--boxBackgroundColor);padding:12px;box-sizing:border-box;border-radius:var(--boxBorderRadius);display:flex;flex-direction:column;gap:6px;transition:.1s;position:relative}.settings-group button{display:flex;flex-direction:row;align-items:center;padding:6px;background:transparent;border:none;color:var(--boxTextColor);gap:12px}.settings-group button p{font-size:calc(16px * var(--adjustTextVal));font-weight:var(--textFontWeight);transition:.1s;text-align:left}.settings-group button span{transition:.1s}.box-line{width:100%;max-height:1px;min-height:1px;background:var(--boxLineColorRGBA)}.settings-head{display:flex;flex-direction:row;align-items:center;gap:6px;font-size:18px;font-weight:var(--headingFontWeight);min-height:24px}.settings-head span{margin:-10px;padding:10px;cursor:pointer}.settings-page{display:flex;flex-direction:row;gap:14px;padding-left:14px;padding-right:14px;padding-top:4px;justify-self:center;align-self:center;width:100%;max-width:1124px;box-sizing:border-box}.settings-option{display:flex;flex-direction:row;align-items:center;gap:12px}.settings-option .button-box{margin-left:auto;background:var(--boxTextColor)!important;color:var(--boxBackgroundColor)!important;border-radius:calc(var(--boxBorderRadius) - 12px);font-size:calc(16px * var(--adjustTextVal));padding:8px 10px}.settings-group .details{display:flex;flex-direction:column;flex:1;align-items:flex-start;gap:0px}.settings-group .details .desc{font-size:calc(14px * var(--adjustTextVal));color:var(--boxSecondaryTextColor);word-break:break-word}.settings-dropdown{max-height:320px;max-width:172px;width:100%;overflow-y:auto;overflow-x:none;position:absolute;z-index:999;right:18px;top:66px;background:var(--realBackgroundColor);border-radius:calc(var(--boxBorderRadius) - 12px);outline:1px solid var(--boxTextColor);box-sizing:border-box;scrollbar-width:thin;scrollbar-color:transparent transparent;padding:6px}.settings-dropdown li{padding:6px;box-sizing:border-box;word-break:break-word;text-align:left;list-style-type:none;font-size:16px}.settings-dropdown input{box-sizing:border-box;width:100%;padding:6px;background:transparent;color:var(--textColor);margin-bottom:4px;outline:none;border:none;font-size:16px;border-bottom:1px solid var(--lineColorRGBA)}.settings-dropdown input::placeholder{color:var(--secondaryTextColor)}.new-change-num .settings-auth-flow{background:transparent;box-shadow:none;width:100%;max-width:none;box-sizing:border-box;padding:0}.new-change-num .button{background:var(--boxTextColor)!important;color:var(--boxBackgroundColor)!important;width:100%;flex:1;max-width:none;padding:10px;font-size:calc(16px * var(--adjustTextVal))}.change-num-btns{width:100%;max-width:none;display:flex;flex-direction:row;gap:6px}.new-change-num h1{font-weight:var(--headingFontWeight)}.new-change-num .auth-inputs input{border-radius:calc(var(--boxBorderRadius) - 6px) 0px 0px calc(var(--boxBorderRadius) - 6px)!important;background:var(--realBackgroundColor);color:var(--secondaryTextColor);border:1px solid var(--boxLineColorRGBA)}.new-change-num .auth-inputs input::placeholder{color:var(--secondaryTextColor)}.new-change-num .auth-inputs [type=tel]{border-radius:0px calc(var(--boxBorderRadius) - 6px) calc(var(--boxBorderRadius) - 6px) 0px!important}.new-change-num .auth-inputs .input-code{border-radius:calc(var(--boxBorderRadius) - 6px)!important}.new-change-num h1,.new-change-num p{color:var(--boxTextColor)!important}.add-word-box{background:var(--realBackgroundColor);color:var(--textColor);padding:8px;border:none;border-radius:calc(var(--boxBorderRadius) - 12px);font-size:calc(16px * var(--adjustTextVal));margin-top:2px;margin-bottom:2px}.add-word-box::placeholder{color:var(--secondaryTextColor);font-style:italic}.add-word-box:focus{outline:2px solid var(--boxTextColor)}.settings-donation{display:flex;flex-direction:row;gap:8px;padding:12px;box-sizing:border-box;align-items:center}.settings-donation .button{margin-left:auto}.settings-donation .details{flex-direction:column;display:flex;gap:2px}.settings-donation .details h1{color:var(--boxTextColor);font-weight:var(--headingFontWeight)}.settings-donation .details p{font-size:14px;color:var(--boxSecondaryTextColor)}.settings-donation.skeleton h1,.settings-donation.skeleton p{color:#0000;background:var(--boxTextColor);animation:pulse .4s ease-in-out infinite;border-radius:calc(var(--boxBorderRadius) - 8px)}.donations-none{display:flex;flex-direction:column;gap:6px;align-items:center;box-sizing:border-box;padding:8px}.donations-none h1{font-size:calc(20px * var(--adjustTextVal));font-weight:var(--headingFontWeight);color:var(--boxTextColor)}.donations-none p{color:var(--boxSecondaryTextColor);font-weight:var(--textFontWeight);font-size:calc(16px * var(--adjustTextVal));text-align:center}.donations-none a{color:var(--boxTextColor);font-weight:var(--headingFontWeight);text-decoration:none}.donations-none a:hover{text-decoration:underline}.dono-cancel-box .box{min-height:auto;height:max-content}.settings-feeds{color:var(--boxTextColor);padding:16px;position:relative}.settings-feeds h1{font-weight:var(--headingFontWeight)}.settings-feed-list{display:flex;flex-direction:column;gap:4px}.settings-feed-item{display:flex;flex-direction:row;align-items:center;padding:8px;cursor:grab;-webkit-user-select:none;user-select:none;width:100%;box-sizing:border-box;background:var(--boxBackgroundColor);border-radius:calc(var(--boxBorderRadius) - 4px)}.settings-feed-item.dragging{width:calc(100% - 32px)}.settings-feed-item .detail{display:flex;flex-direction:row;gap:10px;align-items:center}.settings-feed-item .detail input{width:max-content;background:transparent;border:none;font-size:calc(16px * var(--adjustTextVal));color:var(--boxTextColor)}.settings-feed-item .detail input::placeholder{color:var(--boxSecondaryTextColor)}.settings-feed-item .detail span{font-size:22px;background:var(--realBackgroundColor);color:var(--textColor);padding:6px;border-radius:calc(var(--boxBorderRadius) - 4px)}.feed-extra-icon{font-size:18px;padding:6px}.feed-edit-icon{cursor:pointer;z-index:1}.feed-divider{height:1px;min-height:1px;margin-top:4px;margin-bottom:4px;width:100%;background:var(--boxLineColorRGBA)}.settings-feeds .button{padding:8px;background:var(--boxTextColor);color:var(--boxBackgroundColor)}.feed-name-input{box-sizing:border-box;border-radius:calc(var(--boxBorderRadius) - 6px);background:var(--realBackgroundColor);color:var(--textColor);font-size:calc(16px * var(--adjustTextVal));border:none;padding:10px}.feed-name-input:focus{outline:2px var(--boxTextColor) solid}.feed-name-input::placeholder{color:var(--secondaryTextColor)}.feed-modal-opts{display:flex;flex-direction:row;gap:6px;width:100%}.feed-modal-opts .button{flex:1}.feed-icon-select{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}.feed-icon-opt{cursor:pointer;color:var(--boxTextColor);padding:8px;font-size:22px}.feed-icon-opt.selected{background:var(--boxTextColor);color:var(--boxBackgroundColor);border-radius:calc(var(--boxBorderRadius) - 4px)}.feed-drop{padding:6px;box-sizing:border-box;background:var(--boxBackgroundColor);font-family:var(--fontFamily);color:var(--boxTextColor);font-size:calc(16px * var(--adjustTextVal));border-radius:calc(var(--boxBorderRadius) - 6px);border:2px var(--boxTextColor) solid;outline:none}.feed-add-modal .real-box{height:max-content}.p-an-f-s{padding:4px!important;border-radius:4px}.feed-star-search{background:var(--realBackgroundColor);color:var(--textColor)}.feed-star-search::placeholder{color:var(--secondaryTextColor)}.feed-search-profile{background:var(--realBackgroundColor);box-sizing:border-box;padding:4px;border-radius:calc(var(--boxBorderRadius) - 6px);gap:6px}.feed-search-profile h1{font-size:calc(16px * var(--adjustTextVal));color:var(--textColor);align-items:center}.feed-search-profile .avatar{padding:0!important;background:transparent!important;border-radius:calc(var(--boxBorderRadius) - 10px)!important}.help-page{width:100%;display:flex;flex-direction:row;justify-content:center}.help-contents{max-width:570px;width:100%;flex-direction:column;display:flex;gap:6px;box-sizing:border-box;padding:12px}.help-contents .page-head{font-size:calc(24px * var(--adjustTextVal));font-weight:var(--headingFontWeight);line-height:1.3}.help-contents p{font-size:calc(16px * var(--adjustTextVal));line-height:1.3}.help-contents .page-slug{font-style:italic;font-size:calc(16px * var(--adjustTextVal))}.profile-canvas{display:flex;flex-direction:row;gap:6px;width:100%;max-width:460px;flex-wrap:wrap;box-sizing:border-box;padding-left:10px;padding-right:10px}.canvas-page-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding-bottom:72px}.canvas-widget{width:calc(50% - 6px);aspect-ratio:1;border-radius:var(--boxBorderRadius);background:var(--boxBackgroundColor);box-sizing:border-box;padding:12px;display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center;overflow-y:auto;position:relative}.canvas-widget.widget-full{width:100%;height:var(--widgetSize);aspect-ratio:auto}.canvas-widget h1{font-size:calc(var(--widgetSize) / 10 * var(--adjustTextVal));font-weight:var(--headingFontWeight);color:var(--boxTextColor);word-break:break-word;text-align:center}.canvas-widget p{font-size:calc(var(--widgetSize) / 11 * var(--adjustTextVal));font-weight:var(--textFontWeight);color:var(--boxSecondaryTextColor);word-break:break-word;text-align:center}.admin-panel{width:100%;display:flex;flex-direction:column;align-items:center;gap:6px;height:100%}.admin-panel .leaderboard-tabs{max-width:600px}.admin-panel .admin-contents{display:flex;flex:1;flex-direction:column;gap:6px;align-items:center;justify-content:center;box-sizing:border-box;width:100%;padding:14px}.admin-big-heady{font-size:calc(24px * var(--adjustTextVal));margin-bottom:6px;font-weight:var(--headingFontWeight)}.admin-big-searchy{width:100%;max-width:480px;box-sizing:border-box;border:none;outline:none;background:var(--boxBackgroundColor);color:var(--boxTextColor);border-radius:var(--boxBorderRadius);padding:12px;font-size:calc(16px * var(--adjustTextVal))}.admin-big-searchy::placeholder{color:var(--boxSecondaryTextColor)}.admin-banner{margin:-2px 8px 8px;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;gap:12px;background:var(--boxBackgroundColor);border-radius:var(--boxBorderRadius);padding:12px;color:var(--boxTextColor)}.admin-banner span{font-size:18px}.admin-banner .contents{display:flex;flex-direction:column;gap:2px;font-size:calc(16px * var(--adjustTextVal))}.admin-banner h1{font-weight:var(--headingFontWeight)}.post-search-res .p-head{font-weight:var(--headingFontWeight);display:flex;flex-direction:row;gap:6px;align-items:center}.invite-box{width:100%;max-width:500px}.invite-box .real-box{display:flex;flex-direction:row;align-items:center}.invite-box .real-box .button{margin-left:auto}.get-token-page{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;height:100%;width:100%;box-sizing:border-box;padding:12px}.get-token-page h1,.get-token-page p{text-align:center}.get-token-page b{font-weight:var(--headingFontWeight);text-decoration:underline}.get-token-page .box-outline{width:100%;max-width:380px}.get-token-page .real-box{width:100%;max-width:380px;display:flex;flex-direction:column;gap:4px;align-items:center}.refresh-warn-badge{color:var(--boxTextColor);font-size:32px}.invite-accept{width:100vw;position:fixed;left:0;height:100%;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center}.invite-accept .box-outline{width:100%;max-width:400px}.invite-accept .real-box{display:flex;flex-direction:column;gap:6px;align-items:center}.invite-accept .pfp{object-fit:cover;border-radius:var(--avatarBorderRadius);width:100px;height:100px;min-height:100px;min-width:100px;max-height:100px;max-width:100px;margin-bottom:6px}.rev-server-lister{width:100%;display:flex;flex-direction:row;gap:12px;padding:12px;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center}.servers-page-container{width:100vw;height:100vh;position:fixed;left:0;top:0;box-sizing:border-box}.rev-server-option{width:100%;max-width:280px;box-sizing:border-box;padding:8px;border-radius:14px;background-color:var(--boxBackgroundColor);flex-direction:row;display:flex;gap:6px;color:var(--boxTextColor)}.rev-server-option .contents{display:flex;flex-direction:column;gap:2px;box-sizing:border-box;padding:4px;flex:1}.rev-server-option .contents h1{font-weight:700;color:var(--boxTextColor)}.rev-server-option .contents p{height:48px;overflow:hidden;text-overflow:ellipsis;color:var(--boxSecondaryTextColor)}.rev-server-option .pic{border-radius:6px;max-width:60px;max-height:60px;width:60px;height:60px;min-height:60px;min-width:60px;object-fit:cover;background:var(--backgroundColor);color:var(--textColor)}.rev-server-option .button{font-size:16px;padding:6px;border-radius:6px}@media (max-width: 540px){.rev-server-option{max-width:none}}.server-edit-modal .box{border-radius:14px}.server-edit-modal .box-outline{background:transparent}.server-edit .feed-name-input{border-radius:6px;color:var(--boxTextColor)}.server-edit .feed-quip{font-size:16px;margin-bottom:-4px}.server-edit .button{border-radius:6px;margin-top:4px}.popup-sheet.server-edit .sheet-contents{display:flex;flex-direction:column;gap:8px}.popup-sheet.server-edit .popup-sheet-title{font-weight:700}.popup-sheet.server-edit .feed-name-input{background:var(--boxBackgroundColor)}.popup-sheet.server-edit .post-line{background:#fff}
