@import"https://fonts.googleapis.com/css2?family=Arvo&family=Cinzel+Decorative&family=Julee&family=Michroma&family=Roboto+Mono&family=Sacramento&display=swap";.search-container{z-index:100}.search-overlay{position:absolute;width:100%;height:100%;opacity:.7;z-index:99;cursor:pointer;background:rgb(71,71,71)}.search-container+.search-overlay{background:none}.search-input{width:100%;margin:auto;z-index:100;translate:0 100px;position:absolute}.search-input input{border:none;font-size:1.2em;color:#e9e9e9;outline:none;padding:7px 0}.search-input input{font-size:1rem;letter-spacing:1px}.search-input input::placeholder{color:#e9e9e9}.search-list{display:block;width:100%}.post-header-image{width:40px;height:40px;max-width:40px;max-height:40px;border-radius:50%;background-color:#fff;cursor:pointer}.post-header-image>img{border-radius:50%;object-fit:cover;object-position:center}.logo{font-family:Michroma,sans-serif;font-size:1.5rem}body{background-color:#fff}.loader-wrapper{top:0;left:0;width:100%;height:100vh;height:100dvh;position:fixed;z-index:999;display:flex;align-items:center;justify-content:center}.loader-overlay{width:100%;height:100%;position:absolute;z-index:999;background:#ffffff;display:flex;align-items:center;justify-content:center;opacity:.2}.spinner{width:200px;height:200px;display:flex;font-size:2em;overflow:hidden;position:fixed;align-items:center;justify-content:center;isolation:isolate}.spinner-sector{width:100%;height:100%;border-radius:50%;position:absolute;pointer-events:none;border:12px solid transparent;animation:rotate var(--duration) var(--timing) infinite;mix-blend-mode:screen}.spinner-sector-red{--duration: 1.5s;--timing: ease-in-out;border-top-color:red}.spinner-sector-blue{--duration: 2s;--timing: ease-in-out;border-left-color:green}.spinner-sector-green{--duration: 2.5s;--timing: ease-in-out;border-right-color:#00f}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon-btn{gap:5px;display:flex;align-items:center}.comment-body{gap:.25em;width:100%;display:flex}.user-comment{max-width:100%}.comment-user-img{margin-top:.25em;width:45px;height:45px}.comment-user-img img{object-fit:cover;border-radius:50%;object-position:center}.comment{width:100%}.comment-main{padding:.25em .5em 1em;border:1px solid black;border-radius:0 7px 7px;background:var(--light-background-color)}.comment-header{display:flex;justify-content:space-between;line-height:1.2;white-space:nowrap;color:var(--primary-text-color)}.comment-username{font-weight:600;text-transform:capitalize;font-size:clamp(1rem,2vw,1.1rem)}.comment-date-time{color:#343434;font-weight:600;font-size:clamp(.7em,2vw,.7em)}.comment-user-bio{font-size:clamp(.6rem,2vw,.7rem)}.comment-username:hover{text-decoration:underline;color:var(--link-text-color)}:is(.comment-username,.comment-user-bio):hover{cursor:pointer}.comment-description{--max-line: 4;--line-height: 1.4;margin-top:5px;overflow:hidden;position:relative;line-height:var(--line-height);color:var(--primary-text-color);font-size:var(--primary-font);max-height:calc(var(--line-height) * 1em * var(--max-line))}.comment-description>p{text-align:justify}.comment-expand-btn{right:0;bottom:0;position:absolute}.comment-expand-btn:before{left:-15px;content:"";width:1rem;height:100%;position:absolute;background:linear-gradient(to right,transparent,var(--light-background-color))}[data-expand-btn]{cursor:pointer;appearance:none;font-weight:600;background:var(--light-background-color)}[data-expand-btn=true]:hover{color:var(--link-text-color);text-decoration:underline}.comment-description:has(.comment-expand-btn [data-expand-btn="true"]:checked){max-height:none;padding-bottom:1em}.comment-like-reply{gap:.5em;padding:.25em;display:flex;color:var(--primary-text-color)}.comment-like-reply button{font-size:clamp(.7em,2.5 + 1rem,.8em);font-size:.8rem;font-weight:600;color:#575757}:is(.comment-like>p:first-child,.comment-reply>p:first-child){padding:0 .25em;border-radius:.25em}:is(.comment-like>p:first-child,.comment-reply>p:first-child):hover{cursor:pointer;background:var(--light-background-color)}.comment-options-menu{display:flex;align-items:center;position:relative}.hamberger-menu{gap:5px;max-width:10px;min-width:10px;width:10px;display:grid;cursor:pointer;align-self:center;background:#cdc7c7;border-radius:5px;justify-content:center;padding:4px 2px!important;font-size:clamp(1.2em,2.5vw + 1rem,1.5em)}.hamberger-menu>p{width:.25em;height:.25em;border-radius:50%;background:#343434}.comment-options-list{padding:10px;top:80%;right:-8px;opacity:0;z-index:1;visibility:hidden;position:absolute}.comment-options-list ul{width:130px;background:#fff;border-radius:3px;border:1px solid grey;margin-left:0!important}.comment-options-list li{cursor:pointer;padding:.5em .5em .5em .75em}.comment-options-list li:not(:first-child){border-top:1px solid rgb(214,214,214)}.comment-options-list li:hover{color:#fff;background:#aaa}.comment-options-menu:hover .comment-options-list{opacity:1;visibility:visible}.image-input{cursor:pointer;position:relative;border-radius:5px;background:#025bee;border:1px solid #aaa}.image-input-label{top:50%;left:50%;width:100%;color:#fff;font-weight:600;cursor:pointer;position:absolute;letter-spacing:1px;transform:translate(-50%,-50%)}.create-post-image{width:40px;min-width:40px;height:40px;border-radius:50%;overflow:hidden;cursor:pointer}.create-post-image>img{object-fit:cover;object-position:center}.post{background:white;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e0e0e0;overflow:hidden;transition:all .2s ease-in-out;margin-bottom:16px;max-width:100%}.post:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.post-header-image{width:48px;height:48px;max-width:48px;max-height:48px;border-radius:50%;overflow:hidden;background-color:#fff;cursor:pointer;border:2px solid #e0e0e0;transition:border-color .2s;flex-shrink:0}.post-header-image.online{border-color:#57c93a}.post-header-image>img{border-radius:50%;object-fit:cover;object-position:center;width:100%;height:100%}.post-header-details{flex:1;min-width:0;overflow:hidden}.post-header-details>p{width:100%;overflow:hidden;line-height:1.3;white-space:nowrap;text-overflow:ellipsis;margin:0}.post-header-details>p:nth-child(1){font-weight:600;font-size:16px;color:#1a1a1a;margin-bottom:2px}.post-header-details>p:nth-child(2){font-size:14px;color:#666;margin-bottom:4px}.post-header-details>p:nth-child(3){font-size:12px;color:#999}.post-options-menu{display:flex;align-items:center;position:relative;flex-shrink:0}.hamberger-menu{gap:2px;display:flex;flex-direction:column;cursor:pointer;align-self:center;background:transparent;border-radius:50%;justify-content:center;padding:8px;transition:background-color .2s}.hamberger-menu:hover{background:#f3f3f3}.hamberger-menu>p{width:4px;height:4px;border-radius:50%;background:#666}.post-options-list{padding:8px 0;top:100%;right:0;opacity:0;z-index:10;visibility:hidden;position:absolute;transform:translateY(-4px);transition:all .2s ease-in-out;margin-top:4px}.post-options-list ul{width:160px;background:#fff;border-radius:8px;border:1px solid #e0e0e0;box-shadow:0 4px 12px #00000026;margin-left:0!important;padding:0}.post-options-list li:not(.edit-btn){padding:12px 16px;cursor:pointer;font-size:14px;font-weight:500;color:#333;transition:background-color .2s}.post-options-list li:not(:last-child){border-bottom:1px solid #f0f0f0}.post-options-list li:hover{background:#f3f3f3}.post-options-list li.danger{color:#d32f2f}.post-options-menu:hover .post-options-list{opacity:1;visibility:visible;transform:translateY(0)}.post-content-description{--max-lines: 4;overflow:hidden;position:relative;--line-height: 1.6;line-height:var(--line-height);max-height:calc(var(--line-height) * 1em * var(--max-lines));word-wrap:break-word;overflow-wrap:break-word}.post-content-title{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:8px;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.post-content-message{font-size:16px;line-height:1.6;color:#333;margin-bottom:12px;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.post-content-image{width:100%;margin-top:12px}.post-content-image img{width:100%;height:auto;max-height:none;object-fit:contain;object-position:center;border-radius:8px;background:#f5f5f5;display:block}.post-content-image.full-view img{max-height:80vh;object-fit:contain}.post-description{--max-line: 4;--line-height: 1.6;margin-top:8px;overflow:hidden;position:relative;line-height:var(--line-height);color:#333;font-size:16px;max-height:calc(var(--line-height) * 1em * var(--max-line))}.post-content-description>p{text-align:left;word-wrap:break-word;overflow-wrap:break-word}.expand-btn{right:0;bottom:2px;position:absolute;background:white}.expand-btn:before{left:-20px;content:"";width:20px;height:100%;position:absolute;background:linear-gradient(to right,transparent,white)}[data-expand-btn]{cursor:pointer;appearance:none;font-weight:600;background:white;color:#0a66c2;border:none;font-size:14px}[data-expand-btn=true]:hover{text-decoration:underline}[data-expand-btn=true]:not(:checked):before{content:"...Show more"}[data-expand-btn=true]:checked:after{content:"Show less"}.post-content-description:has(.expand-btn [data-expand-btn="true"]:checked){max-height:none;padding-bottom:1em}.post-footer{padding:8px 12px}.post-footer div{cursor:pointer;font-weight:600;padding:12px 16px;border-radius:8px;transition:all .2s ease-in-out;color:#666;font-size:14px;flex:1;display:flex;align-items:center;justify-content:center;gap:8px}.post-footer>div>p:first-child{font-size:20px}.post-footer div:hover{background:#f3f3f3;color:#333}.post-footer div.liked{color:#0a66c2}.post-footer div.shared{color:#057642}.comments-container{background:#fafafa;padding:16px}@media screen and (max-width: 768px){.post{margin-bottom:12px;border-radius:8px}.post-header-image{width:40px;height:40px}.post-header-details>p:nth-child(1){font-size:14px}.post-content-title{font-size:18px}.post-content-message{font-size:14px}.post-footer div{padding:10px 12px;font-size:13px}.post-footer>div>p:first-child{font-size:18px}.post-content-image img{max-height:50vh}}@media screen and (max-width: 480px){.post-header-image{width:36px;height:36px}.post-header-details>p:nth-child(1){font-size:13px}.post-content-title{font-size:16px}.post-content-message{font-size:13px}.post-footer div{padding:8px 10px;font-size:12px}.post-footer>div>p:first-child{font-size:16px}.post-content-image img{max-height:40vh}}.full-image-view .post-content-image img{max-height:none!important;height:auto!important}.post-content-image img[src=""]{display:none}.post-content-image{position:relative;background:#f5f5f5;border-radius:8px;overflow:hidden;min-height:200px;display:flex;align-items:center;justify-content:center}.post-content-image:empty:before{content:"Loading image...";color:#666;font-size:14px}*{box-sizing:border-box}.post-container{width:100%;max-width:100vw;overflow-x:hidden;padding:0;margin:0}@media (max-width: 768px){.post-component{margin:.5rem;max-width:calc(100vw - 1rem);border-radius:12px}.post-header{padding:1rem!important}.post-content,.post-footer{padding:.75rem 1rem!important}.post-actions{padding:.5rem 1rem!important}.post-image-container{width:100%;max-width:100%;overflow:hidden}.post-image{width:100%;height:auto;max-width:100%;object-fit:cover}.action-buttons{gap:.5rem;flex-wrap:wrap}.action-button{padding:.5rem .75rem!important;font-size:.875rem}}@media (min-width: 769px) and (max-width: 1024px){.post-component{margin:1rem auto;max-width:calc(100vw - 2rem)}.post-header{padding:1.25rem!important}.post-content,.post-footer{padding:1rem 1.25rem!important}}@media (min-width: 1025px){.post-component{margin:1.5rem auto;max-width:600px}.post-header{padding:1.5rem!important}.post-content,.post-footer{padding:1rem 1.5rem!important}}.post-component{position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;max-width:100%;margin:0 auto;overflow:hidden}.post-component:hover{transform:translateY(-4px)}.action-button{position:relative;overflow:hidden}.action-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.action-button:hover:before{left:100%}.avatar-container{position:relative;display:inline-block}.status-indicator{position:absolute;bottom:0;right:0;width:16px;height:16px;background:#22c55e;border:3px solid white;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #22c55eb3}70%{box-shadow:0 0 0 10px #22c55e00}to{box-shadow:0 0 #22c55e00}}.post-image{transition:all .3s ease;background:linear-gradient(45deg,#f0f0f0 25%,transparent 25%,transparent 75%,#f0f0f0 75%,#f0f0f0),linear-gradient(45deg,#f0f0f0 25%,transparent 25%,transparent 75%,#f0f0f0 75%,#f0f0f0);background-size:20px 20px;background-position:0 0,10px 10px}.post-image:hover{transform:scale(1.02)}.post-title{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;letter-spacing:-.025em}.engagement-stats{opacity:0;transform:translateY(10px);animation:slideUp .5s ease forwards}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.dropdown-menu{backdrop-filter:blur(10px);background:rgba(255,255,255,.95);border:1px solid rgba(0,0,0,.1);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (max-width: 768px){.post-component{margin:0 8px;border-radius:16px}.post-header{padding:16px 20px}.post-content{padding:0 20px 16px}.action-buttons{padding:8px 16px}.action-button{font-size:14px;padding:10px 16px}}@media (max-width: 480px){.post-component{margin:0 4px;border-radius:12px}.post-header{padding:12px 16px}.post-content{padding:0 16px 12px}.action-buttons{padding:6px 12px}.action-button{font-size:13px;padding:8px 12px}.post-title{font-size:18px}}@media (prefers-color-scheme: dark){.post-component{background:#1a1a1a;border-color:#333;color:#fff}.dropdown-menu{background:rgba(26,26,26,.95);border-color:#ffffff1a}}.action-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.post-component:focus-within{box-shadow:0 0 0 3px #3b82f61a}.post-image{will-change:transform}.post-component{contain:layout style paint}.comments-section::-webkit-scrollbar{width:6px}.comments-section::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.comments-section::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.comments-section::-webkit-scrollbar-thumb:hover{background:#a8a8a8}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}li{list-style:none}a{text-decoration:none}.user-select-reject{user-select:none}.text-elipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.card-shadow{box-shadow:#0000001a 0 4px 12px}.scroll-hidden::-webkit-scrollbar{width:0;display:none}.online,.offline{padding:1px;width:fit-content;height:fit-content;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;border:2px solid red}.online:before,.offline:before{content:"";right:0;bottom:0;width:10px;z-index:1;aspect-ratio:1 / 1;background-color:green;border-radius:50%;position:absolute}.offline:before{background-color:gray}
