.support-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .2s ease-in-out}.support-modal{background-color:#22272b;border-radius:5px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease-out;position:relative}.support-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.support-modal-header h2{margin:0;font-size:1.5rem;color:#fff}.support-modal-header .close-btn{background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;transition:all .2s ease-in-out}.support-modal-header .close-btn:hover:not(:disabled){background-color:#ffffff1a}.support-modal-header .close-btn:disabled{opacity:.5;cursor:not-allowed}.support-modal-form{padding:1.5rem}.support-modal-form .form-group{margin-bottom:1.5rem}.support-modal-form .form-group label{display:block;margin-bottom:.5rem;color:#fff;font-weight:500;font-size:.9rem}.support-modal-form .form-group textarea{width:100%;padding:.5rem;background-color:#1a1d20;border:1px solid rgba(255,255,255,.08);border-radius:5px;color:#fff;font-size:.95rem;font-family:inherit;resize:none;transition:all .2s ease-in-out;outline:none;min-height:120px}.support-modal-form .form-group textarea:focus{border-color:#92cf94}.support-modal-form .form-group textarea:disabled{opacity:.6;cursor:not-allowed}.support-modal-form .form-group textarea.error{border-color:#f44}.support-modal-form .form-group textarea::placeholder{color:#ffffff80}.support-modal-form .form-group .char-count{display:flex;justify-content:flex-end;margin-top:.25rem;font-size:.85rem;color:#fff9}.support-modal-form .form-group .char-count .warning{color:orange;font-weight:600}.support-modal-form .error-message{display:flex;align-items:center;gap:.25rem;padding:.5rem;background-color:#ff44441a;border:none;border-radius:0;color:#f44;font-size:.9rem;margin-bottom:1rem}.support-modal-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.support-modal-form .form-actions button{padding:.5rem 1.5rem;border-radius:9999px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;gap:.25rem;border:none}.support-modal-form .form-actions button:disabled{opacity:.5;cursor:not-allowed}.support-modal-form .form-actions .cancel-btn{background-color:#ffffff1a;color:#fff}.support-modal-form .form-actions .cancel-btn:hover:not(:disabled){background-color:#fff3}.support-modal-form .form-actions .submit-btn{background-color:#92cf94;color:#1a1d20}.support-modal-form .form-actions .submit-btn:hover:not(:disabled){background-color:#6fbf71}.support-modal-form .form-actions .submit-btn .spinner{width:16px;height:16px;position:relative}.support-modal-form .form-actions .submit-btn .spinner:before,.support-modal-form .form-actions .submit-btn .spinner:after{content:"";position:absolute;border-radius:50%;background-color:#1a1d20}.support-modal-form .form-actions .submit-btn .spinner:before{width:16px;height:16px;opacity:.3;animation:pulse 1.2s ease-in-out infinite}.support-modal-form .form-actions .submit-btn .spinner:after{width:10px;height:10px;top:3px;left:3px;opacity:.8;animation:pulse 1.2s ease-in-out infinite .2s}.support-modal-success{padding:2rem;text-align:center}.support-modal-success .success-icon{width:64px;height:64px;border-radius:50%;background-color:#92cf94;color:#1a1d20;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem;animation:scaleIn .3s ease-out}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.support-modal-success h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.support-modal-success p{color:#fffc;line-height:1.6;margin-bottom:.5rem}.support-modal-success p.success-note{color:#fff9;font-size:.9rem;font-style:italic;margin-top:1rem}@media (max-width: 768px){.support-modal{max-width:100%;margin:1rem}.support-modal-header{padding:1rem}.support-modal-header h2{font-size:1.25rem}.support-modal-form{padding:1rem}.support-modal-form .form-actions{flex-direction:column-reverse}.support-modal-form .form-actions button{width:100%;justify-content:center}}.confirmation-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.confirmation-modal{background-color:#22272b;border-radius:5px;width:100%;max-width:450px;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease-out;position:relative;border:1px solid rgba(255,255,255,.08)}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.confirmation-modal-header{display:flex;align-items:center;gap:.5rem;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.confirmation-modal-header .confirmation-icon{display:flex;align-items:center;justify-content:center;color:orange;flex-shrink:0}.confirmation-modal-header h2{margin:0;font-size:1.25rem;color:#fff;font-weight:600;flex:1}.confirmation-modal-header .close-btn{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;transition:all .2s ease-in-out;flex-shrink:0}.confirmation-modal-header .close-btn:hover{background-color:#ffffff1a;color:#fff}.confirmation-modal-body{padding:1.5rem}.confirmation-modal-body p{margin:0;color:#ffffffe6;line-height:1.5;font-size:.95rem}.confirmation-modal-footer{display:flex;gap:.5rem;padding:1.5rem;border-top:1px solid rgba(255,255,255,.08);justify-content:flex-end}.confirmation-modal-footer .confirmation-btn{padding:.5rem 1.5rem;border:none;border-radius:9999px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;min-width:80px}.confirmation-modal-footer .confirmation-btn.cancel-btn{background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.08)}.confirmation-modal-footer .confirmation-btn.cancel-btn:hover{background-color:#ffffff26}.confirmation-modal-footer .confirmation-btn.confirm-primary{background-color:#92cf94;color:#1a1d20;border:1px solid #92cf94}.confirmation-modal-footer .confirmation-btn.confirm-primary:hover{opacity:.9;transform:translateY(-1px)}.confirmation-modal-footer .confirmation-btn.confirm-danger{background-color:#f44;color:#1a1d20;border:1px solid #ff4444}.confirmation-modal-footer .confirmation-btn.confirm-danger:hover{opacity:.9;transform:translateY(-1px)}@media (max-width: 768px){.confirmation-modal{max-width:90%}.confirmation-modal-header{padding:1rem}.confirmation-modal-header h2{font-size:1.1rem}.confirmation-modal-body{padding:1rem}.confirmation-modal-footer{padding:1rem;flex-direction:column-reverse}.confirmation-modal-footer .confirmation-btn{width:100%}}.notification-toast{position:fixed;top:1.5rem;right:1.5rem;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px;padding:1rem;display:flex;align-items:center;gap:.5rem;min-width:300px;max-width:400px;box-shadow:0 4px 12px #0003;z-index:10001;opacity:0;transform:translate(400px);transition:all .3s ease-out}.notification-toast.visible{opacity:1;transform:translate(0)}.notification-toast .notification-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-toast .notification-message{flex:1;color:#fff;font-size:.9rem;line-height:1.4}.notification-toast .notification-close{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;transition:all .2s ease-in-out;flex-shrink:0}.notification-toast .notification-close:hover{background-color:#ffffff1a;color:#fff}.notification-toast.success{border-left:4px solid #92cf94}.notification-toast.success .notification-icon{color:#92cf94}.notification-toast.error{border-left:4px solid #ff4444}.notification-toast.error .notification-icon{color:#f44}.notification-toast.info{border-left:4px solid rgba(255,255,255,.3)}.notification-toast.info .notification-icon{color:#ffffffb3}@media (max-width: 768px){.notification-toast{top:1rem;right:1rem;left:1rem;min-width:auto;max-width:none;transform:translateY(-100px)}.notification-toast.visible{transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}html{color-scheme:only dark;background-color:#22272b!important;color:#fff!important}html,body{height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#22272b!important;color:#fff!important;line-height:1.5}.app-container{display:flex;flex-direction:column;height:100vh;overflow:hidden}.main-content{flex:1;overflow:hidden}.content-area{overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.content-area::-webkit-scrollbar{display:none}.left-sidebar,.right-sidebar{overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.left-sidebar::-webkit-scrollbar,.right-sidebar::-webkit-scrollbar{display:none}.top-header{display:flex;align-items:center;justify-content:space-between;padding:.25rem .75rem;background-color:#22272b;border-bottom:1px solid rgba(255,255,255,.08);font-size:.8rem;color:#fff;height:36px;position:relative;overflow:visible}.top-header>div:not(.wallet-container):not(.volume-crypto-container):not(.right-actions){white-space:nowrap}.top-header .top-header-stats-scroll,.top-header .top-header-stats-scroll .top-header-stats-inner{display:flex;align-items:center;gap:1.5rem}.top-header .wallet-container{position:relative}.top-header .wallet-container .wallet-btn{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:16px;background-color:#92cf94;color:#1a1d20;border:none;cursor:pointer;font-size:.8rem;transition:background-color .2s;height:24px;min-width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-header .wallet-container .wallet-btn.connected{background-color:#22272b;color:#92cf94;min-width:32px;padding:.25rem;justify-content:center}.top-header .wallet-container .wallet-dropdown{position:absolute;top:calc(100% + 4px);left:0;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:0;padding:.25rem;z-index:1000;min-width:100px;box-shadow:0 8px 24px #0000004d}.top-header .wallet-container .wallet-dropdown button{display:block;width:100%;padding:.25rem .5rem;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:background-color .2s;font-size:.8rem}.top-header .wallet-container .wallet-dropdown button:hover{background-color:#282c34}.top-header .volume-crypto-container{display:flex;align-items:center;gap:1.5rem}.top-header .volume-crypto-container>div:first-child,.top-header .volume-crypto-container>span:first-child{white-space:nowrap}.top-header .volume-crypto-container .market-info{display:flex;gap:1rem;align-items:center}.top-header .volume-crypto-container .market-info .crypto-pair{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#fff}.top-header .volume-crypto-container .market-info .crypto-pair.positive{color:#92cf94}.top-header .volume-crypto-container .market-info .crypto-pair.negative{color:#f44}.top-header .volume-crypto-container .market-info .crypto-pair .chart{width:40px;height:16px}.top-header .right-actions{display:flex;align-items:center;gap:.75rem;color:#ffffffb3;cursor:pointer}.top-header .right-actions .social-icons{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;cursor:pointer}.top-header .right-actions .social-icons:hover{color:#fff}.top-header .right-actions .search-container{display:flex;align-items:center;background-color:#ffffff1a;border-radius:9999px;padding:.15rem .5rem;gap:.25rem;height:24px;transition:background-color .2s}.top-header .right-actions .search-container:hover{background-color:#ffffff26}.top-header .right-actions .search-container input{background:none;border:none;color:#fff;font-size:.8rem;width:120px;outline:none}.top-header .right-actions .search-container input::placeholder{color:#ffffffb3}.top-header .right-actions .search-container .search-icon{color:#ffffffb3;width:14px;height:14px}.top-header .right-actions .filter-container{position:relative;display:flex;align-items:center}.top-header .right-actions .filter-container .filter-icon{align-items:center;cursor:pointer;color:#ffffffb3;transition:color .2s;width:16px;height:16px}.top-header .right-actions .filter-container .filter-icon:hover{color:#fff}.top-header .right-actions .filter-container .filter-dropdown{position:absolute;top:calc(100% + 4px);right:0;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:0;padding:.25rem;z-index:1000;min-width:120px;box-shadow:0 8px 24px #0000004d}.top-header .right-actions .filter-container .filter-dropdown button{display:block;width:100%;padding:.25rem .5rem;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:background-color .2s;font-size:.8rem}.top-header .right-actions .filter-container .filter-dropdown button:hover{background-color:#282c34}.top-header .right-actions .message-circle,.top-header .right-actions .twitter{color:#ffffffb3;cursor:pointer;transition:color .2s;width:16px;height:16px}.top-header .right-actions .message-circle:hover,.top-header .right-actions .twitter:hover{color:#fff}@media (max-width: 768px){.top-header{flex-wrap:nowrap;height:36px;padding:.25rem .5rem;gap:.5rem;overflow:hidden;min-width:0;justify-content:space-between}.top-header>div:not(.wallet-container):not(.volume-crypto-container):not(.right-actions){font-size:.85rem;flex-shrink:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-header .wallet-container{flex-shrink:0}.top-header .wallet-container .wallet-btn{min-width:56px;font-size:.8rem;padding:.2rem .4rem}.top-header .wallet-container .wallet-btn.connected{min-width:28px}.top-header .volume-crypto-container{flex-direction:row;gap:.5rem;flex:1;justify-content:flex-end;min-width:0;overflow:hidden}.top-header .volume-crypto-container>div:first-child{font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-header .volume-crypto-container .market-info{display:none}.top-header .right-actions .search-container input{width:100px}}@media (max-width: 380px){.top-header{padding:.2rem .4rem;gap:.35rem;font-size:.75rem}.top-header>div:not(.wallet-container):not(.volume-crypto-container):not(.right-actions){font-size:.75rem}.top-header .wallet-container .wallet-btn{min-width:48px;font-size:.75rem;padding:.15rem .35rem}.top-header .volume-crypto-container>div:first-child{font-size:.75rem}}.main-header{background-color:#22272b;padding:1rem;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:4rem}.main-header nav{display:flex;gap:1.5rem;align-items:center;flex:1;min-width:0}.main-header nav .desktop-nav{display:flex;gap:1rem;align-items:center}.main-header nav .desktop-nav a{color:#fff;text-decoration:none;opacity:.8;font-size:.875rem;transition:all .2s ease-in-out;padding:.25rem}.main-header nav .desktop-nav a:hover,.main-header nav .desktop-nav a.active{opacity:1}.main-header nav .desktop-nav a.active{font-weight:600}.main-header nav .desktop-nav .chart-text{margin-left:1rem;color:#fff;opacity:.8;font-size:.875rem;cursor:pointer;transition:all .2s ease-in-out;padding:.25rem .5rem}.main-header nav .desktop-nav .chart-text:hover{opacity:1}.main-header nav .header-right-icons{display:flex;align-items:center;gap:.5rem;margin-left:auto;margin-right:.5rem;color:#ffffffb3;cursor:pointer}.main-header nav .header-right-icons .header-icon-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;transition:color .2s}.main-header nav .header-right-icons .header-icon-btn:hover{color:#fff}.main-header nav .header-right-icons .header-icon-btn:focus{outline:none}.main-header nav .header-right-icons .header-icon-btn svg{width:1.25rem;height:1.25rem}.main-header nav .toggle-menu-btn{flex-shrink:0}.main-header nav .notification-container{position:relative;display:flex;align-items:center}.main-header nav .notification-btn{position:relative}.main-header nav .notification-badge{position:absolute;top:-2px;right:-2px;min-width:1.125rem;height:1.125rem;padding:0 4px;font-size:.65rem;font-weight:600;color:#22272b;background-color:#92cf94;border-radius:0;display:flex;align-items:center;justify-content:center}.main-header nav .notification-dropdown{position:absolute;top:calc(100% + 6px);right:0;width:280px;max-width:calc(100vw - 2rem);max-height:160px;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:0;box-shadow:0 8px 24px #0000004d;z-index:100;overflow:hidden;display:flex;flex-direction:column}.main-header nav .notification-dropdown-header{padding:6px 10px;font-weight:600;font-size:clamp(.75rem,2.2vw,.8rem);color:#fff;border-bottom:1px solid rgba(255,255,255,.08);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-header nav .notification-loading,.main-header nav .notification-empty{padding:clamp(8px,2vw,10px);text-align:center;color:#ffffffb3;font-size:clamp(.7rem,2vw,.8rem)}.main-header nav .notification-list{list-style:none;margin:0;padding:4px;overflow-y:auto;flex:1;max-height:120px;scrollbar-width:none;-ms-overflow-style:none}.main-header nav .notification-list::-webkit-scrollbar{display:none}.main-header nav .notification-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:0;cursor:pointer;transition:background-color .15s}.main-header nav .notification-item:hover{background-color:#282c34}.main-header nav .notification-item-avatar.img-container{flex-shrink:0;position:relative;width:36px;height:36px}.main-header nav .notification-item-avatar.img-container img{width:100%;height:100%;object-fit:cover;border-radius:50%}.main-header nav .notification-item-body{min-width:0;flex:1;display:flex;flex-direction:column;gap:1px}.main-header nav .notification-item-delete{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background:transparent;color:#ffffff80;cursor:pointer;border-radius:4px;transition:color .15s,background-color .15s}.main-header nav .notification-item-delete:hover{color:#f44;background-color:#ff44441a}.main-header nav .notification-item-username{font-size:.75rem;font-weight:600;color:#fff}.main-header nav .notification-item-title{font-size:.7rem;color:#fffc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 420px){.main-header nav .notification-dropdown{position:fixed;left:1rem;right:1rem;top:4.5rem;width:auto;max-width:none;max-height:min(160px,50vh)}.main-header nav .notification-dropdown-header{padding:8px 10px;font-size:.8rem}.main-header nav .notification-loading,.main-header nav .notification-empty{padding:10px;font-size:.8rem}}.main-header .user-search{display:flex;align-items:center;margin-left:auto}.main-header .user-search .search-container{display:flex;align-items:center;background-color:#ffffff1a;border-radius:9999px;padding:.25rem .5rem;transition:all .2s ease-in-out;cursor:pointer}.main-header .user-search .search-container:hover{background-color:#ffffff26}.main-header .user-search .search-container .search-icon{width:1rem;height:1rem;opacity:.8;margin-right:.25rem;cursor:pointer;transition:all .2s ease-in-out}.main-header .user-search .search-container .search-icon:hover{opacity:1}.main-header .user-search .search-container input{background:none;border:none;color:#fff;width:12rem;font-size:.875rem}.main-header .user-search .search-container input::placeholder{color:#ffffffb3}.main-header .user-search .search-container input:focus{outline:none}@media only screen and (min-width: 769px) and (max-width: 994px){.main-header nav{gap:1rem}}.main-header .mobile-menu .right-sidebar .peak-bar{height:.75rem;border-radius:9999px;margin:0 1rem 1rem;position:relative;box-shadow:inset 0 0 0 1px #ffffff80;width:calc(100% - 6rem);flex-shrink:0;overflow:hidden}.main-header .mobile-menu .right-sidebar .peak-bar:before{display:none}.main-header .mobile-menu .right-sidebar .peak-bar .peak-label{position:absolute;top:50%;left:.5rem;transform:translateY(-50%);font-size:.6rem;font-weight:500;color:#1a1d20;z-index:2;text-align:left;width:auto;height:auto;display:block}.user-info .user-name{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.user-info .user-username{font-size:.9rem;color:#ffffffb3;margin-bottom:.5rem}.user-info .trust{font-size:.9rem;color:#ffffffb3}.left-sidebar{width:18rem;background-color:#22272b;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;height:100%}@media (max-width: 768px){.left-sidebar{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}}.left-sidebar .tab-buttons{display:flex;gap:1rem;padding:1rem;background-color:#22272b;border-bottom:1px solid rgba(255,255,255,.08)}.left-sidebar .tab-buttons a{color:#fff;text-decoration:none;opacity:.8;font-size:.875rem;transition:all .2s ease-in-out;cursor:pointer}.left-sidebar .tab-buttons a:hover,.left-sidebar .tab-buttons a.active{opacity:1}.left-sidebar .tab-buttons a.active{font-weight:600}.left-sidebar .post-list{flex:1;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.left-sidebar .post-list::-webkit-scrollbar{display:none}.right-sidebar{width:18rem;background-color:#22272b;border-left:1px solid rgba(255,255,255,.08);height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.right-sidebar::-webkit-scrollbar{display:none}@media (max-width: 768px){.right-sidebar{width:100%;border-left:none;border-top:1px solid rgba(255,255,255,.08)}}.right-sidebar-content .menu-list a{color:#fffc}.right-sidebar-content .menu-list a.active,.right-sidebar-content .menu-list a:hover{color:var(--text-primary)}.right-sidebar-content .menu-list .settings-menu a,.right-sidebar-content .menu-list .peakin-dropdown button{color:#fffc}.right-sidebar-content .menu-list .peakin-dropdown button:hover{color:var(--text-primary)}.right-sidebar-content .user-info h3,.right-sidebar-content .user-info .trust{color:#fffc}.content-area{flex:1;padding:1rem}.posts-container{position:relative;display:flex;flex-direction:column;gap:16px;width:100%;min-height:400px}.posts-container.standalone-feed{max-width:800px;margin:0 auto;padding:16px}.posts-container .post-preview.empty{min-height:100px;display:flex;align-items:center;justify-content:center;background-color:#22272b;border-radius:5px;color:#ffffff80;font-style:italic;margin:16px 0}.posts-container .loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#1a1d20fa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;min-height:400px;border-radius:5px}.posts-container .loading-overlay .loading-spinner{width:50px;height:50px;position:relative}.posts-container .loading-overlay .loading-spinner:before,.posts-container .loading-overlay .loading-spinner:after{content:"";position:absolute;border-radius:50%;background-color:#92cf94}.posts-container .loading-overlay .loading-spinner:before{width:50px;height:50px;opacity:.3;animation:pulse 1.5s ease-in-out infinite}.posts-container .loading-overlay .loading-spinner:after{width:30px;height:30px;top:10px;left:10px;opacity:.8;animation:pulse 1.5s ease-in-out infinite .3s}.post-preview{padding:1rem;border-bottom:1px solid rgba(255,255,255,.08);position:relative;background-color:#22272b;border-radius:5px;margin-bottom:16px}.post-preview .loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#1a1d20f2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;min-height:300px}.post-preview .loading-overlay .loading-spinner{width:50px;height:50px;position:relative}.post-preview .loading-overlay .loading-spinner:before,.post-preview .loading-overlay .loading-spinner:after{content:"";position:absolute;border-radius:50%;background-color:#92cf94}.post-preview .loading-overlay .loading-spinner:before{width:50px;height:50px;opacity:.3;animation:pulse 1.5s ease-in-out infinite}.post-preview .loading-overlay .loading-spinner:after{width:30px;height:30px;top:10px;left:10px;opacity:.8;animation:pulse 1.5s ease-in-out infinite .3s}.post-preview.error{min-height:100px;display:flex;align-items:center;justify-content:center;color:#f44;font-style:italic}.post-preview .post-actions-top{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;z-index:2}.post-preview .fullscreen-icon{background:#22272b;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:9999px;box-shadow:0 2px 8px #0000001a}.post-preview .fullscreen-icon svg{width:16px;height:16px}.post-preview .fullscreen-icon:hover{color:#fff;background:#22272b;transform:scale(1.1)}.post-preview .post-menu-icon{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:4px;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:0;box-shadow:none}.post-preview .post-menu-icon svg{width:18px;height:18px}.post-preview .post-menu-icon:hover{color:#fff;opacity:.9}.post-preview .preview-header{padding-right:2.5rem;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.post-preview .preview-header .img-container{position:relative;width:48px;height:48px;min-width:48px;min-height:48px;flex-shrink:0}.post-preview .preview-header .img-container img{width:100%;height:100%;min-width:48px;min-height:48px;object-fit:cover;border-radius:50%;display:block;vertical-align:middle}.post-preview .preview-header .img-container .follow-symbol{position:absolute;bottom:0;right:0;width:20px;height:20px;background-color:#92cf94;color:#1a1d20;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;padding:0;transition:all .2s ease-in-out}.post-preview .preview-header .img-container .follow-symbol:hover{opacity:.9}.post-preview .preview-header .img-container .follow-symbol.following{background-color:#92cf94}.post-preview .preview-header .img-container .unfollow-dialog{position:absolute;top:-10px;right:-12px;transform:translate(100%);width:200px;background-color:#22272b;border-radius:5px;box-shadow:0 4px 12px #0000004d;z-index:1000;animation:fadeIn .2s ease-out;pointer-events:all;border:1px solid rgba(255,255,255,.08)}.post-preview .preview-header .img-container .unfollow-dialog .unfollow-header{display:flex;justify-content:space-between;align-items:center;padding:.25rem .5rem;border-bottom:1px solid rgba(255,255,255,.08)}.post-preview .preview-header .img-container .unfollow-dialog .unfollow-header span{font-size:.8rem;font-weight:600}.post-preview .preview-header .img-container .unfollow-dialog .unfollow-header button{background:none;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:all .2s ease-in-out;z-index:1001}.post-preview .preview-header .img-container .unfollow-dialog .unfollow-header button:hover{opacity:1}.post-preview .preview-header .img-container .unfollow-dialog .unfollow-actions{display:flex;padding:.25rem;gap:.25rem}.post-preview .preview-header .img-container .unfollow-dialog .unfollow-actions button{flex:1;padding:.25rem .5rem;border:none;border-radius:9999px;font-size:.75rem;cursor:pointer;transition:all .2s ease-in-out;z-index:1001}.post-preview .preview-header .img-container .unfollow-dialog .unfollow-actions button:first-child{background-color:#ffffff1a;color:#fff}.post-preview .preview-header .img-container .unfollow-dialog .unfollow-actions button:first-child:hover{background-color:#ffffff26}.post-preview .preview-header .img-container .unfollow-dialog .unfollow-actions button.confirm-unfollow{background-color:#f44;color:#1a1d20}.post-preview .preview-header .img-container .unfollow-dialog .unfollow-actions button.confirm-unfollow:hover{opacity:.9}.post-preview .preview-header .user-info{font-size:.875rem}.post-preview .preview-header .user-info .trust{color:#92cf94}.post-preview .peak-bar{height:.75rem;width:150px;min-width:5rem;border-radius:9999px;margin-bottom:.5rem;position:relative;box-shadow:inset 0 0 0 1px #ffffff80;overflow:hidden}.post-preview .peak-bar span{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);font-size:clamp(.5rem,2.5vw,.6rem);font-weight:500;z-index:1;white-space:nowrap;max-width:calc(100% - 1rem);overflow:hidden;text-overflow:ellipsis}.post-preview .preview-content{font-size:.875rem;margin-bottom:.5rem}.post-preview .preview-content .post-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.post-preview .preview-content .preview-text{font-size:.875rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;color:#fffc}.post-preview .preview-content .preview-text p{margin-bottom:.25rem}.post-preview .preview-content .preview-text strong,.post-preview .preview-content .preview-text b{font-weight:700}.post-preview .preview-content .preview-text em,.post-preview .preview-content .preview-text i{font-style:italic}.post-preview .preview-content .preview-text u{text-decoration:underline}.post-preview .preview-content .preview-text s,.post-preview .preview-content .preview-text strike{text-decoration:line-through}.post-preview .preview-content .preview-text a{color:#92cf94;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out}.post-preview .preview-content .preview-text a:hover{text-decoration:underline}.post-preview .preview-content .preview-text .inline-image{display:block;margin:1rem 0;border-radius:5px;overflow:hidden;max-width:100%;width:100%}.post-preview .preview-content .preview-text .inline-image img{width:100%;height:auto;max-height:350px;object-fit:contain;background-color:#282c34;border-radius:5px;display:block}.post-preview .preview-content .preview-text .inline-image.multiple{display:grid;grid-template-columns:repeat(2,1fr);gap:2px}.post-preview .preview-content .preview-text .inline-image.multiple img{height:200px;object-fit:cover}.post-preview .preview-content .preview-text .delete-btn{display:none}.post-preview .preview-content .preview-text .read-more-btn{background:none;border:none;color:#92cf94;cursor:pointer;font-size:.875rem;font-weight:600;padding:.25rem .5rem;margin-top:.5rem;transition:all .2s ease-in-out;border:1px solid #92cf94;border-radius:9999px;display:block}.post-preview .preview-content .preview-text .read-more-btn:hover{background-color:#92cf941a}.post-preview .preview-chart{width:100%;height:8rem;object-fit:cover;border-radius:5px;margin-bottom:.5rem}.post-preview .vote-bar{display:flex;justify-content:space-between;align-items:center;padding:2px 16px;border-radius:20px;margin:8px 0;min-height:24px;transition:background .3s ease;overflow:hidden;position:relative;box-shadow:inset 0 0 0 1px #ffffff80}.post-preview .vote-bar:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;background:none;z-index:1}.post-preview .vote-bar.has-votes:before{background:linear-gradient(to right,#92cf94 var(--like-percent, 50%),#ff4444 var(--like-percent, 50%))}.post-preview .vote-bar button{position:relative;z-index:2;background:none;border:none;padding:1px 8px;border-radius:4px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px;color:#fffc;font-size:.8rem}.post-preview .vote-bar button:hover{transform:scale(1.05)}.post-preview .vote-bar button.active{font-weight:600}.post-preview .vote-bar button .vote-icon{width:12px;height:12px;stroke:#fffc}.post-preview .vote-bar.has-votes button{color:#1a1d20}.post-preview .vote-bar.has-votes button .vote-icon{stroke:#1a1d20}.post-preview .vote-bar .credible-text{color:#fffc}.post-preview .vote-bar .credible-text.active{font-weight:600}.post-preview .vote-bar .credible-text:hover{transform:scale(1.05)}.post-preview .vote-bar .credible-text .vote-icon{stroke:#fffc}.post-preview .vote-bar.has-votes .credible-text{color:#1a1d20}.post-preview .vote-bar.has-votes .credible-text .vote-icon{stroke:#1a1d20}.post-preview .vote-bar .doubtful-text{color:#fffc}.post-preview .vote-bar .doubtful-text.active{font-weight:600}.post-preview .vote-bar .doubtful-text:hover{transform:scale(1.05)}.post-preview .vote-bar .doubtful-text .vote-icon{stroke:#fffc}.post-preview .vote-bar.has-votes .doubtful-text{color:#1a1d20}.post-preview .vote-bar.has-votes .doubtful-text .vote-icon{stroke:#1a1d20}.post-preview .credibility-labels{display:none}.post-preview .post-actions{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#fffc;padding:0 .25rem;position:relative}.post-preview .post-actions .share-menu{position:absolute;bottom:calc(100% + 4px);right:0;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:150px;overflow:hidden;animation:fadeIn .2s ease-out}.post-preview .post-actions .share-menu:before{content:"";position:absolute;bottom:-8px;right:20px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #22272B;z-index:1}.post-preview .post-actions .share-menu button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:all .2s ease-in-out}.post-preview .post-actions .share-menu button:hover{background-color:#ffffff1a}.post-preview .post-actions .share-menu button svg{width:16px;height:16px;color:#92cf94}.post-preview .post-actions .action-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#fffc;padding:.25rem 0;text-align:center}.post-preview .post-actions .action-btn.vote-count{cursor:default;pointer-events:none}.post-preview .post-actions .action-btn.save-btn{cursor:pointer}.post-preview .post-actions .action-btn.echo-btn{cursor:pointer;transition:color .2s ease}.post-preview .post-actions .action-btn.echo-btn:hover{color:#92cf94}.post-preview .post-actions .action-btn svg{width:16px;height:16px}.post-preview .post-actions .action-btn.active{color:#92cf94;font-weight:600}.post-preview .post-actions .action-btn.active svg{fill:#92cf94;stroke:#92cf94}.post-preview .post-actions .action-btn span{font-weight:500}.post-preview .post-actions .action-btn:nth-child(3){position:relative}.post-preview .post-actions .date{text-align:right;opacity:.8}.post-preview.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:#22272b;z-index:103;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;min-height:100%;min-height:100dvh;padding:3.5rem 1.5rem 1.5rem;scrollbar-width:none;-ms-overflow-style:none}.post-preview.fullscreen::-webkit-scrollbar{display:none}@media (max-width: 768px){.post-preview.fullscreen{padding-top:3.5rem;padding-bottom:1.5rem}}.post-preview.fullscreen .peak-bar{margin-left:0}.post-preview.fullscreen .preview-content{margin:0;max-width:100%}.post-preview.fullscreen .preview-content .post-title,.post-preview.fullscreen .preview-content .preview-text{margin-left:0;width:100%}.post-preview.fullscreen .preview-content .preview-text img,.post-preview.fullscreen .preview-content .preview-text .inline-image{max-width:100%;width:100%;margin:1rem 0;display:block}.post-preview.fullscreen .preview-content .preview-text img img,.post-preview.fullscreen .preview-content .preview-text .inline-image img{width:100%;height:auto;max-height:80vh;object-fit:contain;margin:0}.post-preview.fullscreen .preview-content .preview-text p{margin:1rem 0}.post-preview.fullscreen .preview-content .preview-text .read-more-btn{margin-top:1rem;width:auto;align-self:center}.post-preview.fullscreen .fullscreen-icon{position:fixed;top:1rem;right:1rem;background:#22272be6;padding:.5rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:9999px;box-shadow:0 2px 8px #0003;touch-action:manipulation;z-index:10;cursor:pointer}.post-preview.fullscreen .fullscreen-icon:hover{background:#22272b}@media (max-width: 768px){.post-preview.fullscreen .fullscreen-icon{min-width:48px;min-height:48px;top:.5rem;right:.5rem}}@media screen and (min-width: 1250px){.post-preview.fullscreen .peak-bar{width:150px}}@media (max-width: 768px){.post-preview{padding:.5rem}.post-preview .preview-chart{height:6rem!important}.post-preview .post-actions{flex-wrap:wrap;gap:.25rem}.post-preview .post-actions .action-btn{margin-right:.5rem}.post-preview .post-actions .date{width:100%;text-align:right;margin-top:.25rem}}@media (max-width: 319px){.post-menu{right:.5rem;min-width:180px;max-width:220px}}.post-preview.fullscreen .post-actions-top{position:fixed;top:1rem;right:1rem;background:#22272be6;padding:.25rem;border-radius:9999px;box-shadow:0 2px 8px #0003}.post-preview.fullscreen .post-menu{position:fixed;top:60px;right:1rem}@media (max-width: 768px){.post-preview .post-actions-top{gap:.25rem}.post-preview .post-menu-icon svg{width:16px;height:16px}}.top-container{display:flex;flex-direction:column;gap:16px;width:100%;position:relative;min-height:400px}.top-container.standalone-feed{max-width:800px;margin:0 auto;padding:16px}.top-container .top-preview.empty{min-height:100px;display:flex;align-items:center;justify-content:center;background-color:#22272b;border-radius:5px;color:#ffffff80;font-style:italic;margin:16px 0}.top-container .loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#1a1d20fa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;min-height:400px;border-radius:5px}.top-container .loading-overlay .loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.1);border-top-color:#92cf94;border-radius:50%;animation:spin .8s linear infinite}.tops-container{position:relative;display:flex;flex-direction:column;gap:16px;width:100%;min-height:400px}.tops-container.standalone-feed{max-width:800px;margin:0 auto;padding:16px}.tops-container .loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#1a1d20fa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;min-height:400px;border-radius:5px}.tops-container .loading-overlay .loading-spinner{width:50px;height:50px;position:relative}.tops-container .loading-overlay .loading-spinner:before,.tops-container .loading-overlay .loading-spinner:after{content:"";position:absolute;border-radius:50%;background-color:#92cf94}.tops-container .loading-overlay .loading-spinner:before{width:50px;height:50px;opacity:.3;animation:pulse 1.5s ease-in-out infinite}.tops-container .loading-overlay .loading-spinner:after{width:30px;height:30px;top:10px;left:10px;opacity:.8;animation:pulse 1.5s ease-in-out infinite .3s}.top-preview{padding:1rem;border-bottom:1px solid rgba(255,255,255,.08);position:relative;background-color:#22272b;border-radius:5px;margin-bottom:16px}.top-preview.error{min-height:100px;display:flex;align-items:center;justify-content:center;color:#f44;font-style:italic}.top-preview .post-actions-top{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;z-index:2}.top-preview .topfullscreen-icon{background:#22272b;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:9999px;box-shadow:0 2px 8px #0000001a}.top-preview .topfullscreen-icon svg{width:16px;height:16px}.top-preview .topfullscreen-icon:hover{color:#fff;background:#22272b;transform:scale(1.1)}.top-preview .post-menu-icon{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:4px;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:0;box-shadow:none}.top-preview .post-menu-icon svg{width:18px;height:18px}.top-preview .post-menu-icon:hover{color:#fff;opacity:.9}.top-preview .preview-header{padding-right:2.5rem;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.top-preview .preview-header .img-container{position:relative;width:48px;height:48px}.top-preview .preview-header .img-container img{width:100%;height:100%;object-fit:cover;border-radius:50%}.top-preview .preview-header .img-container .follow-symbol{position:absolute;bottom:0;right:0;width:20px;height:20px;background-color:#92cf94;color:#1a1d20;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;padding:0;transition:all .2s ease-in-out}.top-preview .preview-header .img-container .follow-symbol:hover{opacity:.9}.top-preview .preview-header .img-container .follow-symbol.following{background-color:#92cf94}.top-preview .preview-header .img-container .unfollow-dialog{position:absolute;top:-10px;right:-12px;transform:translate(100%);width:200px;background-color:#22272b;border-radius:5px;box-shadow:0 4px 12px #0000004d;z-index:1000;animation:fadeIn .2s ease-out;pointer-events:all;border:1px solid rgba(255,255,255,.08)}.top-preview .preview-header .img-container .unfollow-dialog .unfollow-header{display:flex;justify-content:space-between;align-items:center;padding:.25rem .5rem;border-bottom:1px solid rgba(255,255,255,.08)}.top-preview .preview-header .img-container .unfollow-dialog .unfollow-header span{font-size:.8rem;font-weight:600}.top-preview .preview-header .img-container .unfollow-dialog .unfollow-header button{background:none;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:all .2s ease-in-out;z-index:1001}.top-preview .preview-header .img-container .unfollow-dialog .unfollow-header button:hover{opacity:1}.top-preview .preview-header .img-container .unfollow-dialog .unfollow-actions{display:flex;padding:.25rem;gap:.25rem}.top-preview .preview-header .img-container .unfollow-dialog .unfollow-actions button{flex:1;padding:.25rem .5rem;border:none;border-radius:9999px;font-size:.75rem;cursor:pointer;transition:all .2s ease-in-out;z-index:1001}.top-preview .preview-header .img-container .unfollow-dialog .unfollow-actions button:first-child{background-color:#ffffff1a;color:#fff}.top-preview .preview-header .img-container .unfollow-dialog .unfollow-actions button:first-child:hover{background-color:#ffffff26}.top-preview .preview-header .img-container .unfollow-dialog .unfollow-actions button.confirm-unfollow{background-color:#f44;color:#1a1d20}.top-preview .preview-header .img-container .unfollow-dialog .unfollow-actions button.confirm-unfollow:hover{opacity:.9}.top-preview .preview-header .user-info{font-size:.875rem}.top-preview .preview-header .user-info .trust{color:#92cf94}.top-preview .peak-bar{height:.75rem;width:150px;border-radius:9999px;margin-bottom:.5rem;position:relative;box-shadow:inset 0 0 0 1px #ffffff80;overflow:hidden}.top-preview .peak-bar span{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);font-size:.6rem;font-weight:500;z-index:1}.top-preview .preview-content{font-size:.875rem;margin-bottom:.5rem}.top-preview .preview-content .top-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.top-preview .preview-content .preview-text{font-size:.875rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;color:#fffc}.top-preview .preview-content .preview-text p{margin-bottom:.25rem}.top-preview .preview-content .preview-text strong,.top-preview .preview-content .preview-text b{font-weight:700}.top-preview .preview-content .preview-text em,.top-preview .preview-content .preview-text i{font-style:italic}.top-preview .preview-content .preview-text u{text-decoration:underline}.top-preview .preview-content .preview-text s,.top-preview .preview-content .preview-text strike{text-decoration:line-through}.top-preview .preview-content .preview-text a{color:#92cf94;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out}.top-preview .preview-content .preview-text a:hover{text-decoration:underline}.top-preview .preview-content .preview-text .inline-image{display:block;margin:1rem 0;border-radius:5px;overflow:hidden;max-width:100%;width:100%}.top-preview .preview-content .preview-text .inline-image img{width:100%;height:auto;max-height:350px;object-fit:contain;background-color:#282c34;border-radius:5px;display:block}.top-preview .preview-content .preview-text .inline-image.multiple{display:grid;grid-template-columns:repeat(2,1fr);gap:2px}.top-preview .preview-content .preview-text .inline-image.multiple img{height:200px;object-fit:cover}.top-preview .preview-content .preview-text .delete-btn{display:none}.top-preview .preview-content .preview-text .read-more-btn{background:none;border:none;color:#92cf94;cursor:pointer;font-size:.875rem;font-weight:600;padding:.25rem .5rem;margin-top:.5rem;transition:all .2s ease-in-out;border:1px solid #92cf94;border-radius:9999px;display:block}.top-preview .preview-content .preview-text .read-more-btn:hover{background-color:#92cf941a}.top-preview .preview-chart{width:100%;height:8rem;object-fit:cover;border-radius:5px;margin-bottom:.5rem}.top-preview .vote-bar{display:flex;justify-content:space-between;align-items:center;padding:2px 16px;border-radius:20px;margin:8px 0;min-height:24px;transition:background .3s ease;overflow:hidden;position:relative;box-shadow:inset 0 0 0 1px #ffffff80}.top-preview .vote-bar:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;background:none;z-index:1}.top-preview .vote-bar.has-votes:before{background:linear-gradient(to right,#92cf94 var(--like-percent, 50%),#ff4444 var(--like-percent, 50%))}.top-preview .vote-bar button{position:relative;z-index:2;background:none;border:none;padding:1px 8px;border-radius:4px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px;color:#fffc;font-size:.8rem}.top-preview .vote-bar button:hover{transform:scale(1.05)}.top-preview .vote-bar button.active{font-weight:600}.top-preview .vote-bar button .vote-icon{width:12px;height:12px;stroke:#fffc}.top-preview .vote-bar.has-votes button{color:#1a1d20}.top-preview .vote-bar.has-votes button .vote-icon{stroke:#1a1d20}.top-preview .vote-bar .credible-text{color:#fffc}.top-preview .vote-bar .credible-text.active{font-weight:600}.top-preview .vote-bar .credible-text:hover{transform:scale(1.05)}.top-preview .vote-bar .credible-text .vote-icon{stroke:#fffc}.top-preview .vote-bar.has-votes .credible-text{color:#1a1d20}.top-preview .vote-bar.has-votes .credible-text .vote-icon{stroke:#1a1d20}.top-preview .vote-bar .doubtful-text{color:#fffc}.top-preview .vote-bar .doubtful-text.active{font-weight:600}.top-preview .vote-bar .doubtful-text:hover{transform:scale(1.05)}.top-preview .vote-bar .doubtful-text .vote-icon{stroke:#fffc}.top-preview .vote-bar.has-votes .doubtful-text{color:#1a1d20}.top-preview .vote-bar.has-votes .doubtful-text .vote-icon{stroke:#1a1d20}.top-preview .credibility-labels{display:none}.top-preview .top-actions{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#fffc;padding:0 .25rem;position:relative}.top-preview .top-actions .share-menu{position:absolute;bottom:calc(100% + 4px);right:0;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:150px;overflow:hidden;animation:fadeIn .2s ease-out}.top-preview .top-actions .share-menu:before{content:"";position:absolute;bottom:-8px;right:20px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #22272B;z-index:1}.top-preview .top-actions .share-menu button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:all .2s ease-in-out}.top-preview .top-actions .share-menu button:hover{background-color:#ffffff1a}.top-preview .top-actions .share-menu button svg{width:16px;height:16px;color:#92cf94}.top-preview .top-actions .action-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#fffc;padding:.25rem 0;text-align:center}.top-preview .top-actions .action-btn.vote-count{cursor:default;pointer-events:none}.top-preview .top-actions .action-btn.save-btn{cursor:pointer}.top-preview .top-actions .action-btn.echo-btn{cursor:pointer;transition:color .2s ease}.top-preview .top-actions .action-btn.echo-btn:hover{color:#92cf94}.top-preview .top-actions .action-btn svg{width:16px;height:16px}.top-preview .top-actions .action-btn.active{color:#92cf94;font-weight:600}.top-preview .top-actions .action-btn.active svg{fill:#92cf94;stroke:#92cf94}.top-preview .top-actions .action-btn span{font-weight:500}.top-preview .top-actions .action-btn:nth-child(3){position:relative}.top-preview .top-actions .date{text-align:right;opacity:.8}.top-preview.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:#22272b;z-index:103;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;min-height:100%;min-height:100dvh;padding:3.5rem 1.5rem 1.5rem;scrollbar-width:none;-ms-overflow-style:none}.top-preview.fullscreen::-webkit-scrollbar{display:none}@media (max-width: 768px){.top-preview.fullscreen{padding-top:3.5rem;padding-bottom:1.5rem}}.top-preview.fullscreen .peak-bar{margin-left:0}.top-preview.fullscreen .preview-content{margin:0;max-width:100%}.top-preview.fullscreen .preview-content .top-title,.top-preview.fullscreen .preview-content .preview-text{margin-left:0;width:100%}.top-preview.fullscreen .preview-content .preview-text img,.top-preview.fullscreen .preview-content .preview-text .inline-image{max-width:100%;width:100%;margin:1rem 0;display:block}.top-preview.fullscreen .preview-content .preview-text img img,.top-preview.fullscreen .preview-content .preview-text .inline-image img{width:100%;height:auto;max-height:80vh;object-fit:contain;margin:0}.top-preview.fullscreen .preview-content .preview-text p{margin:1rem 0}.top-preview.fullscreen .preview-content .preview-text .read-more-btn{margin-top:1rem;width:auto;align-self:center}.top-preview.fullscreen .topfullscreen-icon{position:fixed;top:1rem;right:1rem;background:#22272be6;padding:.5rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:9999px;box-shadow:0 2px 8px #0003;touch-action:manipulation;z-index:10;cursor:pointer}.top-preview.fullscreen .topfullscreen-icon:hover{background:#22272b}@media (max-width: 768px){.top-preview.fullscreen .topfullscreen-icon{min-width:48px;min-height:48px;top:.5rem;right:.5rem}}@media screen and (min-width: 1250px){.top-preview.fullscreen .peak-bar{width:150px}}.top-preview.fullscreen .post-actions-top{position:fixed;top:1rem;right:1rem;background:#22272be6;padding:.25rem;border-radius:9999px;box-shadow:0 2px 8px #0003}@media (max-width: 768px){.top-preview .post-actions-top{gap:.25rem}.top-preview .post-menu-icon svg{width:16px;height:16px}}@media (max-width: 319px){.top-preview{padding:.5rem}.top-preview .post-actions-top{gap:.25rem}.top-preview .post-menu-icon svg{width:16px;height:16px}.top-preview .preview-chart{height:6rem!important}.top-preview .top-actions{flex-wrap:wrap;gap:.25rem}.top-preview .top-actions .action-btn{margin-right:.5rem}.top-preview .top-actions .date{width:100%;text-align:right;margin-top:.25rem}}.latest-container{display:flex;flex-direction:column;gap:16px;width:100%}.latest-container.standalone-feed{max-width:800px;margin:0 auto;padding:16px}.latest-container .latest-preview.empty{min-height:100px;display:flex;align-items:center;justify-content:center;background-color:#22272b;border-radius:5px;color:#ffffff80;font-style:italic;margin:16px 0}.latest-preview{padding:1rem;border-bottom:1px solid rgba(255,255,255,.08);position:relative;background-color:#22272b;border-radius:5px;margin-bottom:16px}.latest-preview.skeleton{min-height:300px;display:flex;align-items:center;justify-content:center;color:#ffffffb3;font-style:italic}.latest-preview.error{min-height:100px;display:flex;align-items:center;justify-content:center;color:#f44;font-style:italic}.latest-preview .post-actions-top{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;z-index:2}.latest-preview .latestfullscreen-icon{background:#22272b;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:9999px;box-shadow:0 2px 8px #0000001a}.latest-preview .latestfullscreen-icon svg{width:16px;height:16px}.latest-preview .latestfullscreen-icon:hover{color:#fff;background:#22272b;transform:scale(1.1)}.latest-preview .post-menu-icon{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:4px;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:0;box-shadow:none}.latest-preview .post-menu-icon svg{width:18px;height:18px}.latest-preview .post-menu-icon:hover{color:#fff;opacity:.9}.latest-preview .preview-header{padding-right:2.5rem;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.latest-preview .preview-header .img-container{position:relative;width:48px;height:48px}.latest-preview .preview-header .img-container img{width:100%;height:100%;object-fit:cover;border-radius:50%}.latest-preview .preview-header .img-container .follow-symbol{position:absolute;bottom:0;right:0;width:20px;height:20px;background-color:#92cf94;color:#1a1d20;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;padding:0;transition:all .2s ease-in-out}.latest-preview .preview-header .img-container .follow-symbol:hover{opacity:.9}.latest-preview .preview-header .img-container .follow-symbol.following{background-color:#92cf94}.latest-preview .preview-header .img-container .unfollow-dialog{position:absolute;top:-10px;right:-12px;transform:translate(100%);width:200px;background-color:#22272b;border-radius:5px;box-shadow:0 4px 12px #0000004d;z-index:1000;animation:fadeIn .2s ease-out;pointer-events:all;border:1px solid rgba(255,255,255,.08)}.latest-preview .preview-header .img-container .unfollow-dialog .unfollow-header{display:flex;justify-content:space-between;align-items:center;padding:.25rem .5rem;border-bottom:1px solid rgba(255,255,255,.08)}.latest-preview .preview-header .img-container .unfollow-dialog .unfollow-header span{font-size:.8rem;font-weight:600}.latest-preview .preview-header .img-container .unfollow-dialog .unfollow-header button{background:none;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:all .2s ease-in-out;z-index:1001}.latest-preview .preview-header .img-container .unfollow-dialog .unfollow-header button:hover{opacity:1}.latest-preview .preview-header .img-container .unfollow-dialog .unfollow-actions{display:flex;padding:.25rem;gap:.25rem}.latest-preview .preview-header .img-container .unfollow-dialog .unfollow-actions button{flex:1;padding:.25rem .5rem;border:none;border-radius:9999px;font-size:.75rem;cursor:pointer;transition:all .2s ease-in-out;z-index:1001}.latest-preview .preview-header .img-container .unfollow-dialog .unfollow-actions button:first-child{background-color:#ffffff1a;color:#fff}.latest-preview .preview-header .img-container .unfollow-dialog .unfollow-actions button:first-child:hover{background-color:#ffffff26}.latest-preview .preview-header .img-container .unfollow-dialog .unfollow-actions button.confirm-unfollow{background-color:#f44;color:#1a1d20}.latest-preview .preview-header .img-container .unfollow-dialog .unfollow-actions button.confirm-unfollow:hover{opacity:.9}.latest-preview .preview-header .user-info{font-size:.875rem}.latest-preview .preview-header .user-info .trust{color:#92cf94}.latest-preview .peak-bar{height:.75rem;width:150px;border-radius:9999px;margin-bottom:.5rem;position:relative;box-shadow:inset 0 0 0 1px #ffffff80;overflow:hidden}.latest-preview .peak-bar span{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);font-size:.6rem;font-weight:500;z-index:1}.latest-preview .preview-content{font-size:.875rem;margin-bottom:.5rem}.latest-preview .preview-content .latest-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.latest-preview .preview-content .preview-text{font-size:.875rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;color:#fffc}.latest-preview .preview-content .preview-text p{margin-bottom:.25rem}.latest-preview .preview-content .preview-text strong,.latest-preview .preview-content .preview-text b{font-weight:700}.latest-preview .preview-content .preview-text em,.latest-preview .preview-content .preview-text i{font-style:italic}.latest-preview .preview-content .preview-text u{text-decoration:underline}.latest-preview .preview-content .preview-text s,.latest-preview .preview-content .preview-text strike{text-decoration:line-through}.latest-preview .preview-content .preview-text a{color:#92cf94;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out}.latest-preview .preview-content .preview-text a:hover{text-decoration:underline}.latest-preview .preview-content .preview-text .inline-image{display:block;margin:1rem 0;border-radius:5px;overflow:hidden;max-width:100%;width:100%}.latest-preview .preview-content .preview-text .inline-image img{width:100%;height:auto;max-height:350px;object-fit:contain;background-color:#282c34;border-radius:5px;display:block}.latest-preview .preview-content .preview-text .inline-image.multiple{display:grid;grid-template-columns:repeat(2,1fr);gap:2px}.latest-preview .preview-content .preview-text .inline-image.multiple img{height:200px;object-fit:cover}.latest-preview .preview-content .preview-text .delete-btn{display:none}.latest-preview .preview-content .preview-text .read-more-btn{background:none;border:none;color:#92cf94;cursor:pointer;font-size:.875rem;font-weight:600;padding:.25rem .5rem;margin-top:.5rem;transition:all .2s ease-in-out;border:1px solid #92cf94;border-radius:9999px;display:block}.latest-preview .preview-content .preview-text .read-more-btn:hover{background-color:#92cf941a}.latest-preview .preview-chart{width:100%;height:8rem;object-fit:cover;border-radius:5px;margin-bottom:.5rem}.latest-preview .vote-bar{display:flex;justify-content:space-between;align-items:center;padding:2px 16px;border-radius:20px;margin:8px 0;min-height:24px;transition:background .3s ease;overflow:hidden;position:relative;box-shadow:inset 0 0 0 1px #ffffff80}.latest-preview .vote-bar:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;background:none;z-index:1}.latest-preview .vote-bar.has-votes:before{background:linear-gradient(to right,#92cf94 var(--like-percent, 50%),#ff4444 var(--like-percent, 50%))}.latest-preview .vote-bar button{position:relative;z-index:2;background:none;border:none;padding:1px 8px;border-radius:4px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px;color:#fffc;font-size:.8rem}.latest-preview .vote-bar button:hover{transform:scale(1.05)}.latest-preview .vote-bar button.active{font-weight:600}.latest-preview .vote-bar button .vote-icon{width:12px;height:12px;stroke:#fffc}.latest-preview .vote-bar.has-votes button{color:#1a1d20}.latest-preview .vote-bar.has-votes button .vote-icon{stroke:#1a1d20}.latest-preview .vote-bar .credible-text{color:#fffc}.latest-preview .vote-bar .credible-text.active{font-weight:600}.latest-preview .vote-bar .credible-text:hover{transform:scale(1.05)}.latest-preview .vote-bar .credible-text .vote-icon{stroke:#fffc}.latest-preview .vote-bar.has-votes .credible-text{color:#1a1d20}.latest-preview .vote-bar.has-votes .credible-text .vote-icon{stroke:#1a1d20}.latest-preview .vote-bar .doubtful-text{color:#fffc}.latest-preview .vote-bar .doubtful-text.active{font-weight:600}.latest-preview .vote-bar .doubtful-text:hover{transform:scale(1.05)}.latest-preview .vote-bar .doubtful-text .vote-icon{stroke:#fffc}.latest-preview .vote-bar.has-votes .doubtful-text{color:#1a1d20}.latest-preview .vote-bar.has-votes .doubtful-text .vote-icon{stroke:#1a1d20}.latest-preview .credibility-labels{display:none}.latest-preview .latest-actions{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#fffc;padding:0 .25rem}.latest-preview .latest-actions .action-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#fffc;padding:.25rem 0;text-align:center}.latest-preview .latest-actions .action-btn.vote-count{cursor:default;pointer-events:none}.latest-preview .latest-actions .action-btn.save-btn{cursor:pointer}.latest-preview .latest-actions .action-btn.echo-btn{cursor:pointer;transition:color .2s ease}.latest-preview .latest-actions .action-btn.echo-btn:hover{color:#92cf94}.latest-preview .latest-actions .action-btn svg{width:16px;height:16px}.latest-preview .latest-actions .action-btn.active{color:#92cf94;font-weight:600}.latest-preview .latest-actions .action-btn.active svg{fill:#92cf94;stroke:#92cf94}.latest-preview .latest-actions .action-btn span{font-weight:500}.latest-preview .latest-actions .action-btn:nth-child(3){position:relative}.latest-preview .latest-actions .date{text-align:right;opacity:.8}.latest-preview.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:#22272b;z-index:103;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;min-height:100%;min-height:100dvh;padding:3.5rem 1.5rem 1.5rem;scrollbar-width:none;-ms-overflow-style:none}.latest-preview.fullscreen::-webkit-scrollbar{display:none}@media (max-width: 768px){.latest-preview.fullscreen{padding-top:3.5rem;padding-bottom:1.5rem}}.latest-preview.fullscreen .peak-bar{margin-left:0}.latest-preview.fullscreen .preview-content{margin:0;max-width:100%}.latest-preview.fullscreen .preview-content .latest-title,.latest-preview.fullscreen .preview-content .preview-text{margin-left:0;width:100%}.latest-preview.fullscreen .preview-content .preview-text img,.latest-preview.fullscreen .preview-content .preview-text .inline-image{max-width:100%;width:100%;margin:1rem 0;display:block}.latest-preview.fullscreen .preview-content .preview-text img img,.latest-preview.fullscreen .preview-content .preview-text .inline-image img{width:100%;height:auto;max-height:80vh;object-fit:contain;margin:0}.latest-preview.fullscreen .preview-content .preview-text p{margin:1rem 0}.latest-preview.fullscreen .preview-content .preview-text .read-more-btn{margin-top:1rem;width:auto;align-self:center}.latest-preview.fullscreen .latestfullscreen-icon,.latest-preview.fullscreen .topfullscreen-icon{position:fixed;top:1rem;right:1rem;background:#22272be6;padding:.5rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:9999px;box-shadow:0 2px 8px #0003;touch-action:manipulation;z-index:10;cursor:pointer}.latest-preview.fullscreen .latestfullscreen-icon:hover,.latest-preview.fullscreen .topfullscreen-icon:hover{background:#22272b}@media (max-width: 768px){.latest-preview.fullscreen .latestfullscreen-icon,.latest-preview.fullscreen .topfullscreen-icon{min-width:48px;min-height:48px;top:.5rem;right:.5rem}}@media screen and (min-width: 1250px){.latest-preview.fullscreen .peak-bar{width:150px}}.latest-preview.fullscreen .post-actions-top{position:fixed;top:1rem;right:1rem;background:#22272be6;padding:.25rem;border-radius:9999px;box-shadow:0 2px 8px #0003}@media (max-width: 768px){.latest-preview .post-actions-top{gap:.25rem}.latest-preview .post-menu-icon svg{width:16px;height:16px}}@media (max-width: 319px){.latest-preview{padding:.5rem}.latest-preview .post-actions-top{gap:.25rem}.latest-preview .post-menu-icon svg{width:16px;height:16px}.latest-preview .preview-chart{height:6rem!important}.latest-preview .latest-actions{flex-wrap:wrap;gap:.25rem}.latest-preview .latest-actions .action-btn{margin-right:.5rem}.latest-preview .latest-actions .date{width:100%;text-align:right;margin-top:.25rem}}.share-menu{position:absolute;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px;box-shadow:0 4px 12px #00000026;z-index:10;min-width:150px;overflow:hidden;animation:fadeIn .2s ease-out;left:50%;transform:translate(-50%);transform-origin:top center}.share-menu:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #22272B;z-index:1}.post-menu{position:absolute;top:60px;right:1rem;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px;box-shadow:0 4px 12px #00000026;z-index:100;min-width:220px;max-width:280px;overflow:hidden;animation:fadeIn .2s ease-out}@media (max-width: 768px){.post-menu{right:.5rem;min-width:200px;max-width:250px}}.post-menu button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:all .2s ease-in-out;border-bottom:1px solid rgba(255,255,255,.08)}.post-menu button:last-child{border-bottom:none}.post-menu button:hover{background-color:#ffffff1a}.post-menu button svg{width:16px;height:16px;flex-shrink:0}.post-menu button .menu-arrow{margin-left:auto;opacity:.6}.post-menu .report-submenu{display:flex;flex-direction:column;max-height:400px;overflow-y:auto}.post-menu .report-submenu .report-back-btn{border-bottom:2px solid rgba(255,255,255,.08);font-weight:600;background-color:#282c34}.post-menu .report-submenu .report-header{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-bottom:2px solid rgba(255,255,255,.08);font-weight:600;background-color:#282c34}.post-menu .report-submenu .report-header svg{width:16px;height:16px}.post-menu .report-submenu .report-options{display:flex;flex-direction:column}.post-menu .report-submenu .report-option{padding:.5rem 1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.08);font-size:.9rem}.post-menu .report-submenu .report-option:last-child{border-bottom:none}.post-menu .report-submenu .report-option:hover{background-color:#ffffff1a}.post-menu .report-submenu .report-option.report-type-option{display:flex;align-items:center;gap:.5rem;font-weight:500}.post-menu .report-submenu .report-option.report-type-option svg{width:16px;height:16px}.post-menu .report-submenu .report-option.report-type-option .menu-arrow{margin-left:auto}.post-menu .report-submenu::-webkit-scrollbar{width:6px}.post-menu .report-submenu::-webkit-scrollbar-track{background:#282c34}.post-menu .report-submenu::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.post-menu .report-submenu::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.right-sidebar-content{display:flex;flex-direction:column;height:100%;position:relative}.right-sidebar-content .loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:#1a1d20fa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000}.right-sidebar-content .loading-overlay .loading-spinner{width:50px;height:50px;position:relative}.right-sidebar-content .loading-overlay .loading-spinner:before,.right-sidebar-content .loading-overlay .loading-spinner:after{content:"";position:absolute;border-radius:50%;background-color:#92cf94}.right-sidebar-content .loading-overlay .loading-spinner:before{width:50px;height:50px;opacity:.3;animation:pulse 1.5s ease-in-out infinite}.right-sidebar-content .loading-overlay .loading-spinner:after{width:30px;height:30px;top:10px;left:10px;opacity:.8;animation:pulse 1.5s ease-in-out infinite .3s}.right-sidebar-content .profile{padding:1rem;display:flex;align-items:center;gap:1rem;flex-shrink:0;position:relative}.right-sidebar-content .profile img{width:3rem;height:3rem;border-radius:50%}.right-sidebar-content .profile .user-info .user-name{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.right-sidebar-content .profile .user-info .user-username{font-size:.9rem;color:#ffffffb3;margin-bottom:.5rem}.right-sidebar-content .profile .user-info .trust{font-size:.9rem;color:#ffffffb3}.right-sidebar-content .peak-bar{height:.75rem;background:linear-gradient(to right,#92cf94 100%,transparent 100%);border-radius:9999px;margin:0 1rem 1rem;position:relative;box-shadow:inset 0 0 0 1px #ffffff80;width:calc(100% - 6rem);flex-shrink:0;overflow:hidden}.right-sidebar-content .peak-bar .peak-label{position:absolute;top:50%;left:.5rem;transform:translateY(-50%);font-size:.6rem;font-weight:500;color:#1a1d20;z-index:2;text-align:left;width:auto;height:auto;display:block}.right-sidebar-content .menu-list{padding:1rem;flex:1;display:flex;flex-direction:column;gap:.25rem}.right-sidebar-content .menu-list a{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;opacity:.8;padding:.25rem 0;font-size:.875rem;transition:all .2s ease-in-out}.right-sidebar-content .menu-list a svg{width:1.25rem;height:1.25rem}.right-sidebar-content .menu-list a:hover{opacity:1}.right-sidebar-content .menu-list a .arrow{margin-left:auto;width:1rem;height:1rem}.right-sidebar-content .menu-list .settings-menu{position:relative}.right-sidebar-content .menu-list .settings-menu .settings-submenu{padding-left:1rem;margin-top:.25rem}.right-sidebar-content .menu-list .settings-menu .settings-submenu a{padding:.25rem 0;opacity:.7}.right-sidebar-content .menu-list .settings-menu .settings-submenu a:hover{opacity:1}.right-sidebar-content .menu-list .peakin-container{position:relative;margin-top:.5rem}.right-sidebar-content .menu-list .peakin-container .wallet-btn{width:100%;background-color:#92cf94;color:#1a1d20;padding:.25rem 1rem;border-radius:5px;font-weight:600;text-align:center;cursor:pointer;border:none;transition:all .2s ease-in-out;font-size:.875rem}.right-sidebar-content .menu-list .peakin-container .wallet-btn:hover{opacity:.9}.right-sidebar-content .menu-list .peakin-container .peakin-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background-color:#2d3439;border-radius:5px;overflow:hidden;box-shadow:0 4px 6px #0003;animation:slideDown .2s ease-out;z-index:1}.right-sidebar-content .menu-list .peakin-container .peakin-dropdown button{width:100%;padding:.5rem 1rem;background:none;border:none;color:#fff;text-align:left;cursor:pointer;transition:all .2s ease-in-out;font-size:.875rem}.right-sidebar-content .menu-list .peakin-container .peakin-dropdown button:hover{background-color:#ffffff1a}.right-sidebar-simple{display:flex;flex-direction:column;height:100%;padding:1rem}.right-sidebar-simple .peakin-container .wallet-btn{width:100%;background-color:#92cf94;color:#1a1d20;padding:.25rem 1rem;border-radius:5px;font-weight:600;text-align:center;cursor:pointer;border:none;transition:all .2s ease-in-out;font-size:.875rem}.right-sidebar-simple .peakin-container .wallet-btn:hover{opacity:.9}.auth-container{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1a1d20e6;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.auth-container .auth-box{background-color:#22272b;border-radius:5px;padding:2rem;width:100%;max-width:400px;position:relative;box-shadow:0 4px 24px #0003}.auth-container .auth-box .close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center}.auth-container .auth-box .close-btn:hover{transform:scale(1.1)}.auth-container .auth-box .close-btn svg{width:20px;height:20px}.auth-container .auth-box .auth-logo{display:block;text-align:center;margin-bottom:1rem}.auth-container .auth-box .auth-logo img{height:48px;width:auto;object-fit:contain}.auth-container .auth-box h2{font-size:1.25rem;margin-bottom:.25rem;text-align:center}.auth-container .auth-box .subtitle{color:#ffffffb3;text-align:center;margin-bottom:1.5rem;font-size:.875rem}.auth-container .auth-box .google-auth-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#1a1d20;border:1px solid rgba(255,255,255,.08);color:#fff;padding:.5rem 1rem;border-radius:9999px;cursor:pointer;transition:all .2s ease-in-out;font-size:.875rem}.auth-container .auth-box .google-auth-btn img{width:20px;height:20px}.auth-container .auth-box .google-auth-btn:hover{background-color:#252a2e}.auth-container .auth-box .divider{text-align:center;margin:1.5rem 0;position:relative}.auth-container .auth-box .divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background-color:#ffffff14}.auth-container .auth-box .divider span{background-color:#22272b;padding:0 .5rem;color:#ffffff80;position:relative;font-size:.875rem}.auth-container .auth-box form .input-group{position:relative;margin-bottom:1rem}.auth-container .auth-box form .input-group .input-icon{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#ffffff80}.auth-container .auth-box form .input-group input{width:100%;padding:.5rem 1rem;padding-left:calc(1rem + 20px);background-color:#1a1d20;border:1px solid rgba(255,255,255,.08);border-radius:9999px;color:#fff;font-size:.875rem;transition:all .2s ease-in-out}.auth-container .auth-box form .input-group input::placeholder{color:#ffffff80}.auth-container .auth-box form .input-group input:focus{outline:none;border-color:#92cf94}.auth-container .auth-box form .input-group input.invalid{border-color:#f44;background-color:#ff44441a}.auth-container .auth-box form .forgot-password{text-align:right;margin-bottom:1rem}.auth-container .auth-box form .forgot-password .forgot-password-btn{background:none;border:none;color:#92cf94;cursor:pointer;font-size:.875rem;transition:all .2s ease-in-out;padding:0;text-decoration:none}.auth-container .auth-box form .forgot-password .forgot-password-btn:hover{opacity:.8;text-decoration:underline}.auth-container .auth-box form .back-btn{width:100%;background-color:transparent;color:#92cf94;border:1px solid #92cf94;padding:.5rem 1rem;border-radius:9999px;cursor:pointer;transition:all .2s ease-in-out;font-size:.875rem;font-weight:600;margin-top:1rem}.auth-container .auth-box form .back-btn:hover{background-color:#92cf941a}.auth-container .auth-box form .terms{text-align:center;margin-bottom:1rem;font-size:.75rem;color:#ffffffb3}.auth-container .auth-box form .terms a{color:#92cf94;text-decoration:none;transition:all .2s ease-in-out}.auth-container .auth-box form .terms a:hover{opacity:.8}.auth-container .auth-box form .resend-btn{width:100%;padding:1rem;background-color:transparent;color:#92cf94;border:1px solid #92cf94;padding:.5rem 1rem;border-radius:9999px;cursor:pointer;transition:all .2s ease-in-out;font-size:.875rem;font-weight:600;margin-top:1rem}.auth-container .auth-box form .resend-btn:hover:not(:disabled){background-color:#92cf941a}.auth-container .auth-box form .resend-btn:disabled{opacity:.5;cursor:not-allowed}.auth-container .auth-box form .submit-btn{width:100%;background-color:#92cf94;color:#1a1d20;padding:.5rem 1rem;border:none;border-radius:9999px;cursor:pointer;transition:all .2s ease-in-out;font-size:.875rem;font-weight:600}.auth-container .auth-box form .submit-btn:hover{opacity:.9}.auth-container .auth-box .switch-auth{text-align:center;margin-top:1rem;font-size:.875rem;color:#ffffffb3}.auth-container .auth-box .switch-auth button{background:none;border:none;color:#92cf94;cursor:pointer;font-size:.875rem;font-weight:600;padding:0;margin-left:.25rem;transition:all .2s ease-in-out}.auth-container .auth-box .switch-auth button:hover{opacity:.8}@media (max-width: 768px){.auth-container{padding:.5rem}.auth-container .auth-box{padding:1.5rem}}.news-post{max-width:800px;margin:0 auto;padding:1.5rem}.news-post h1{font-size:1.5rem;color:#fffc;margin-bottom:2rem;text-align:center}.news-post .error-message{background-color:#ff44441a;color:#f44;padding:.5rem 1rem;border-radius:0;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.news-post .error-message button{background:none;border:none;color:#f44;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;padding:0;margin-left:.5rem}.news-post .input-section{display:flex;flex-direction:column;gap:1.5rem}.news-post .input-section .input-field label{display:block;font-size:.875rem;color:#fffc;margin-bottom:.25rem}.news-post .input-section .input-field label .char-count{float:right;color:#ffffff80;font-size:.75rem}.news-post .input-section .input-field input{width:100%;padding:.5rem;background-color:#1a1d20;border:1px solid rgba(255,255,255,.08);border-radius:5px;color:#fff;font-size:.875rem;transition:all .2s ease-in-out;outline:none}.news-post .input-section .input-field .rich-text-editor{border:1px solid rgba(255,255,255,.08);border-radius:5px;overflow:hidden;box-shadow:0 2px 8px #0000000d;transition:all .2s ease}.news-post .input-section .input-field .rich-text-editor .editor-toolbar{display:flex;gap:.25rem;padding:.25rem .5rem;background-color:#252a2e;border-bottom:1px solid rgba(255,255,255,.08)}.news-post .input-section .input-field .rich-text-editor .editor-toolbar button{background:none;border:none;color:#fff;padding:.25rem .5rem;cursor:pointer;border-radius:9999px;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center}.news-post .input-section .input-field .rich-text-editor .editor-toolbar button:hover{background-color:#ffffff1a}.news-post .input-section .input-field .rich-text-editor .editor-toolbar button.active{background-color:#92cf9426;color:#92cf94}.news-post .input-section .input-field .rich-text-editor .editor-toolbar button:disabled{opacity:.5;cursor:not-allowed}.news-post .input-section .input-field .rich-text-editor .editor-toolbar button svg{width:14px;height:14px}.news-post .input-section .input-field .rich-text-editor .preview-content-wrapper{position:relative}.news-post .input-section .input-field .rich-text-editor .preview-content-wrapper .url-popup{position:absolute;z-index:10;background:#1a1d20;border:1px solid rgba(255,255,255,.08);border-radius:9999px;padding:.25rem;box-shadow:0 2px 8px #0000001a}.news-post .input-section .input-field .rich-text-editor .preview-content-wrapper .url-popup .url-popup-content{display:flex;align-items:center;gap:.25rem}.news-post .input-section .input-field .rich-text-editor .preview-content-wrapper .url-popup .url-popup-content input{width:200px;padding:.25rem .5rem;border:none;outline:none;background:transparent;color:#fff;font-size:.875rem}.news-post .input-section .input-field .rich-text-editor .preview-content-wrapper .url-popup .url-popup-content input::placeholder{color:#ffffff80}.news-post .input-section .input-field .rich-text-editor .preview-content-wrapper .url-popup .url-popup-content .close-btn{background:none;border:none;padding:.25rem;color:#ffffff80;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;border-radius:50%}.news-post .input-section .input-field .rich-text-editor .preview-content-wrapper .url-popup .url-popup-content .close-btn:hover{color:#fff;background-color:#ffffff1a}.news-post .input-section .input-field .rich-text-editor .preview-content-wrapper .image-error-message{position:absolute;bottom:10px;left:10px;right:10px;background-color:#ff44441a;color:#f44;padding:.5rem;border-radius:0;display:flex;justify-content:space-between;align-items:center;z-index:5;animation:fadeIn .3s ease-in}.news-post .input-section .input-field .rich-text-editor .preview-content-wrapper .image-error-message button{background:none;border:none;color:#f44;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;padding:0;margin-left:.5rem}.news-post .input-section .input-field .rich-text-editor .preview-content,.news-post .input-section .input-field .rich-text-editor .content-preview{min-height:300px;padding:1rem;background-color:#1a1d20;color:#fff;font-size:.875rem;line-height:1.7;outline:none;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-y:auto;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.news-post .input-section .input-field .rich-text-editor .preview-content p,.news-post .input-section .input-field .rich-text-editor .content-preview p{margin-bottom:1em}.news-post .input-section .input-field .rich-text-editor .preview-content ul,.news-post .input-section .input-field .rich-text-editor .preview-content ol,.news-post .input-section .input-field .rich-text-editor .content-preview ul,.news-post .input-section .input-field .rich-text-editor .content-preview ol{margin:1em 0;padding-left:2em}.news-post .input-section .input-field .rich-text-editor .preview-content li,.news-post .input-section .input-field .rich-text-editor .content-preview li{margin-bottom:.5em}.news-post .input-section .input-field .rich-text-editor .preview-content:focus{background-color:#1a1d20cc}.news-post .input-section .input-field .rich-text-editor .preview-content:empty:before{content:attr(data-placeholder);color:#ffffff80;font-style:italic;position:absolute}.news-post .input-section .input-field .rich-text-editor .content-preview{cursor:default}.news-post .input-section .input-field .rich-text-editor .content-preview p{margin:.5rem 0}.news-post .input-section .input-field .rich-text-editor .content-preview strong,.news-post .input-section .input-field .rich-text-editor .content-preview b{font-weight:600}.news-post .input-section .input-field .rich-text-editor .content-preview em,.news-post .input-section .input-field .rich-text-editor .content-preview i{font-style:italic}.news-post .input-section .input-field .rich-text-editor .content-preview u{text-decoration:underline}.news-post .input-section .input-field .rich-text-editor .content-preview s,.news-post .input-section .input-field .rich-text-editor .content-preview strike{text-decoration:line-through}.news-post .input-section .input-field .rich-text-editor .content-preview a{color:#92cf94;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out}.news-post .input-section .input-field .rich-text-editor .content-preview a:hover{text-decoration:underline}.news-post .input-section .input-field .rich-text-editor .content-preview .inline-image{position:relative;display:inline-block;margin:1rem 0;max-width:100%;width:auto;height:auto;font-size:0;line-height:0}.news-post .input-section .input-field .rich-text-editor .content-preview .inline-image:before,.news-post .input-section .input-field .rich-text-editor .content-preview .inline-image:after{content:none!important}.news-post .input-section .input-field .rich-text-editor .content-preview .inline-image *{font-size:initial;line-height:initial}.news-post .input-section .input-field .rich-text-editor .content-preview .inline-image img{max-width:100%;height:auto;display:block;border-radius:8px;object-fit:cover;box-shadow:0 2px 8px #0000001a;transition:opacity .2s ease}.news-post .input-section .input-field .rich-text-editor .content-preview .inline-image:hover .delete-btn{opacity:1;visibility:visible}.news-post .input-section .input-field .rich-text-editor .content-preview .inline-image:hover img{opacity:.9}.news-post .input-section .input-field .rich-text-editor .content-preview .inline-image .delete-btn{position:absolute;top:-8px;right:-8px;background-color:#f44;color:#fff;border:2px solid white;border-radius:50%;width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:700;z-index:10;line-height:1;transition:all .2s ease;box-shadow:0 2px 6px #0000004d;opacity:1;visibility:visible}.news-post .input-section .input-field .rich-text-editor .content-preview .inline-image .delete-btn:hover{transform:scale(1.15);background-color:#c00;box-shadow:0 3px 8px #0006}.news-post .input-section .input-field .rich-text-editor .content-preview .inline-image .delete-btn:active{transform:scale(.95)}.news-post .input-section .input-field .rich-text-editor .uploaded-images{display:flex;gap:.5rem;padding:.5rem;border-top:1px solid rgba(255,255,255,.08);background-color:#1f2226}.news-post .input-section .input-field .rich-text-editor .uploaded-images .image-preview{position:relative;width:100px;height:100px}.news-post .input-section .input-field .rich-text-editor .uploaded-images .image-preview img{width:100%;height:100%;object-fit:cover;display:block}.news-post .input-section .input-field .rich-text-editor .uploaded-images .image-preview button{position:absolute;top:-8px;right:-8px;background-color:#f44;color:#1a1d20;border:none;border-radius:50%;width:20px;height:20px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out}.news-post .input-section .input-field .rich-text-editor .uploaded-images .image-preview button:hover{transform:scale(1.1)}.news-post .input-section .input-field .rich-text-editor .uploaded-images .image-preview button svg{width:12px;height:12px}.news-post .input-section .keywords-section label{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#fffc;margin-bottom:.25rem}.news-post .input-section .keywords-section label span{color:#92cf94}.news-post .input-section .keywords-section input{width:100%;padding:.5rem;background-color:#1a1d20;border:1px solid rgba(255,255,255,.08);border-radius:5px;color:#fff;font-size:.875rem;margin-bottom:.5rem;outline:none}.news-post .input-section .keywords-section .keywords-list{display:flex;flex-wrap:wrap;gap:.25rem}.news-post .input-section .keywords-section .keywords-list .keyword-tag{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background-color:#92cf941a;border-radius:9999px;font-size:.75rem;color:#92cf94}.news-post .input-section .keywords-section .keywords-list .keyword-tag button{background:none;border:none;color:#92cf94;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.news-post .input-section .keywords-section .keywords-list .keyword-tag button:hover{transform:scale(1.1)}.news-post .action-buttons{display:flex;gap:1rem;margin-top:2rem}.news-post .action-buttons button{flex:1;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.25rem}.news-post .action-buttons button:disabled{opacity:.7;cursor:not-allowed}.news-post .action-buttons button.publish-btn{background-color:#92cf94;color:#1a1d20;border:none}.news-post .action-buttons button.publish-btn:hover:not(:disabled){opacity:.9}.news-post .action-buttons button.publish-btn .spinner{width:16px;height:16px;position:relative}.news-post .action-buttons button.publish-btn .spinner:before,.news-post .action-buttons button.publish-btn .spinner:after{content:"";position:absolute;border-radius:50%;background-color:#1a1d20}.news-post .action-buttons button.publish-btn .spinner:before{width:16px;height:16px;opacity:.3;animation:pulse 1.2s ease-in-out infinite}.news-post .action-buttons button.publish-btn .spinner:after{width:10px;height:10px;top:3px;left:3px;opacity:.8;animation:pulse 1.2s ease-in-out infinite .2s}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.3);opacity:.8}}.news-post .action-buttons button.cancel-btn{background:none;border:1px solid rgba(255,255,255,.08);color:#fff}.news-post .action-buttons button.cancel-btn:hover:not(:disabled){background-color:#ffffff1a}.news-post .warning-popup{position:fixed;top:20px;left:50%;transform:translate(-50%);background-color:#f44;color:#1a1d20;padding:.5rem 1rem;border-radius:9999px;z-index:1000;box-shadow:0 2px 8px #0003;animation:fadeInOut 3s ease-in-out;font-size:.875rem}@media (max-width: 768px){.news-post{padding:1rem}.news-post h1{font-size:1.25rem;margin-bottom:1.5rem}.news-post .input-section{gap:1rem}.news-post .input-section .input-field .rich-text-editor .preview-content,.news-post .input-section .input-field .rich-text-editor .content-preview{min-height:150px}.news-post .action-buttons{flex-direction:column;margin-top:1.5rem}.news-post .inline-image{max-width:120px;min-width:80px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width: 789px) and (max-width: 994px){.tablet-cards .cards-container .post-preview{height:320px;overflow:hidden;display:flex;flex-direction:column;padding:.5rem}.tablet-cards .cards-container .post-preview .preview-header,.tablet-cards .cards-container .post-preview .peak-bar{flex-shrink:0;margin-bottom:.25rem}.tablet-cards .cards-container .post-preview .preview-content{flex:0 0 auto;margin-bottom:.25rem}.tablet-cards .cards-container .post-preview .preview-content .post-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;margin-bottom:.25rem}.tablet-cards .cards-container .post-preview .preview-content .preview-text p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:2.4em;margin-bottom:0}.tablet-cards .cards-container .post-preview .preview-chart{height:100px!important;object-fit:cover;flex-shrink:0;margin-bottom:.25rem}.tablet-cards .cards-container .post-preview .vote-bar{flex-shrink:0;margin-bottom:.25rem;height:1.25rem}.tablet-cards .cards-container .post-preview .post-actions{flex-shrink:0;margin-top:auto;padding:0;display:flex;align-items:center;justify-content:space-between;gap:.25rem}.tablet-cards .cards-container .post-preview.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;z-index:1000;background:#22272b;overflow-y:auto;padding:1.5rem}.tablet-cards .cards-container .post-preview.fullscreen .preview-content .post-title{white-space:normal}.tablet-cards .cards-container .post-preview.fullscreen .preview-content .preview-text p{display:block;max-height:none;-webkit-line-clamp:unset}.tablet-cards .cards-container .post-preview.fullscreen .preview-chart{height:auto!important;max-height:60vh}}.launch-post{max-width:800px;margin:0 auto;padding:1.5rem;color:#fff}.launch-post h1{font-size:1.5rem;color:#ffffffe6;margin-bottom:.5rem;text-align:center}.launch-post .subtitle{text-align:center;color:#ffffffb3;margin-bottom:2rem}.launch-post .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.launch-post .form-grid .form-group.full-width{grid-column:1/-1}.launch-post .form-grid .form-group label{display:block;font-size:.875rem;color:#fffc;margin-bottom:.25rem}.launch-post .form-grid .form-group label span{float:right;color:#92cf94}.launch-post .form-grid .form-group .logo-upload-container{width:100%;max-width:150px;margin:.25rem 0}.launch-post .form-grid .form-group .logo-upload-container .upload-placeholder{width:150px;height:150px;border:2px dashed rgba(255,255,255,.08);border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;cursor:pointer;transition:all .2s ease-in-out;color:#ffffffb3}.launch-post .form-grid .form-group .logo-upload-container .upload-placeholder svg{opacity:.7;width:20px;height:20px}.launch-post .form-grid .form-group .logo-upload-container .upload-placeholder span{font-size:.75rem}.launch-post .form-grid .form-group .logo-upload-container .upload-placeholder small{font-size:.75rem;opacity:.7;text-align:center;padding:0 .25rem}.launch-post .form-grid .form-group .logo-upload-container .logo-preview{position:relative;width:150px;height:150px;border-radius:5px;overflow:hidden}.launch-post .form-grid .form-group .logo-upload-container .logo-preview img{width:100%;height:100%;object-fit:cover}.launch-post .form-grid .form-group .logo-upload-container .logo-preview .remove-logo{position:absolute;top:.25rem;right:.25rem;background:#1a1d20cc;border:none;color:#f44;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out}.launch-post .form-grid .form-group .logo-upload-container .logo-preview .remove-logo svg{width:14px;height:14px}.launch-post .form-grid .form-group .logo-upload-container .logo-preview .remove-logo:hover{background:#1a1d20;transform:scale(1.1)}.launch-post .form-grid .form-group .ton-amount{margin-top:.5rem;padding:.5rem;background-color:#92cf941a;border-radius:9999px;color:#ffffffe6;font-size:.875rem}.launch-post .form-grid .form-group .ton-amount span{color:#ffffffb3}.launch-post .form-grid .form-group .ton-amount strong{color:#92cf94;margin-left:.25rem}.launch-post .form-grid .form-group .info-message{margin-top:.5rem;padding:.5rem;background-color:#92cf940d;border-radius:9999px;color:#fffc;font-size:.875rem;border:1px solid rgba(146,207,148,.2)}.launch-post .form-grid .form-group .error-message{background-color:#ff44441a;color:#f44;padding:.5rem;border-radius:0;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.launch-post .form-grid .form-group .error-message button{background:none;border:none;color:#f44;cursor:pointer;padding:.25rem;font-size:18px;line-height:1}.launch-post .form-grid .form-group .error-message button:hover{opacity:.7}.launch-post .form-grid .form-group input,.launch-post .form-grid .form-group select,.launch-post .form-grid .form-group textarea{width:100%;padding:.5rem;background-color:#1a1d20;border:1px solid rgba(255,255,255,.08);border-radius:5px;color:#fff;font-size:.875rem;transition:all .2s ease-in-out;outline:none}.launch-post .form-grid .form-group input:focus,.launch-post .form-grid .form-group select:focus,.launch-post .form-grid .form-group textarea:focus{outline:none}.launch-post .form-grid .form-group input::placeholder,.launch-post .form-grid .form-group select::placeholder,.launch-post .form-grid .form-group textarea::placeholder{color:#ffffff80}.launch-post .form-grid .form-group textarea{resize:none;min-height:120px}.launch-post .form-grid .form-group .helper-text{display:block;font-size:.75rem;color:#fff9;margin-top:.25rem}.launch-post .form-grid .form-group .exchange-link-input{display:flex;gap:.5rem;margin-bottom:.5rem}.launch-post .form-grid .form-group .exchange-link-input .remove-link{background:none;border:none;color:#f44;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.launch-post .form-grid .form-group .exchange-link-input .remove-link:hover{transform:scale(1.1)}.launch-post .form-grid .form-group .add-exchange-link{background:none;border:1px solid #92cf94;color:#92cf94;padding:.25rem .5rem;border-radius:9999px;cursor:pointer;font-size:.875rem;transition:all .2s ease-in-out}.launch-post .form-grid .form-group .add-exchange-link:hover{background-color:#92cf941a}.launch-post .keywords-section label{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#fffc;margin-bottom:.25rem}.launch-post .keywords-section label span{color:#92cf94}.launch-post .keywords-section input{width:100%;padding:.5rem;background-color:#1a1d20;border:1px solid rgba(255,255,255,.08);border-radius:5px;color:#fff;font-size:.875rem;margin-bottom:.5rem;outline:none}.launch-post .keywords-section input:focus{outline:none}.launch-post .keywords-section input::placeholder{color:#ffffff80}.launch-post .keywords-section .keywords-list{display:flex;flex-wrap:wrap;gap:.25rem}.launch-post .keywords-section .keywords-list .keyword-tag{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background-color:#92cf941a;border-radius:9999px;font-size:.75rem;color:#92cf94}.launch-post .keywords-section .keywords-list .keyword-tag button{background:none;border:none;color:#92cf94;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.launch-post .keywords-section .keywords-list .keyword-tag button:hover{transform:scale(1.1)}.launch-post .error-message{background-color:#ff44441a;color:#f44;padding:.5rem;border-radius:0;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.launch-post .error-message button{background:none;border:none;color:#f44;cursor:pointer;padding:.25rem;font-size:18px;line-height:1}.launch-post .error-message button:hover{opacity:.7}.launch-post .action-buttons{display:flex;gap:1rem;margin-top:2rem}.launch-post .action-buttons button{flex:1;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.launch-post .action-buttons button.publish-btn{background-color:#92cf94;color:#1a1d20;border:none}.launch-post .action-buttons button.publish-btn:hover{opacity:.9}.launch-post .action-buttons button.publish-btn:disabled{opacity:.6;cursor:not-allowed}.launch-post .action-buttons button.publish-btn .spinner{animation:spin 1s linear infinite}.launch-post .action-buttons button.cancel-btn{background:none;border:1px solid rgba(255,255,255,.08);color:#fff}.launch-post .action-buttons button.cancel-btn:hover{background-color:#ffffff1a}.launch-post .action-buttons button.cancel-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.launch-post{padding:1rem}.launch-post .form-grid{grid-template-columns:1fr;gap:1rem}.launch-post .form-grid .form-group{margin-bottom:0}.launch-post .action-buttons{flex-direction:column;margin-top:1.5rem}.launch-post .action-buttons button{width:100%}}.tg-post{max-width:800px;margin:0 auto;padding:1.5rem;color:#fff}.tg-post h1{font-size:1.5rem;color:#ffffffe6;margin-bottom:.5rem;text-align:center}.tg-post .subtitle{text-align:center;color:#ffffffb3;margin-bottom:2rem}.tg-post .error-message{background-color:#ff44441a;border:none;border-radius:0;padding:.5rem 1rem;margin-bottom:1.5rem;color:#f44;font-size:.875rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.tg-post .error-message button{background:none;border:none;color:#f44;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;opacity:.7;transition:all .2s ease-in-out}.tg-post .error-message button:hover{opacity:1}.tg-post .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.tg-post .form-grid .form-group.full-width{grid-column:1/-1}.tg-post .form-grid .form-group label{display:block;font-size:.875rem;color:#fffc;margin-bottom:.25rem}.tg-post .form-grid .form-group label span{float:right;color:#92cf94}.tg-post .form-grid .form-group .logo-upload-container{width:100%;max-width:150px;margin:.25rem 0}.tg-post .form-grid .form-group .logo-upload-container .upload-placeholder{width:150px;height:150px;border:2px dashed rgba(255,255,255,.08);border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;cursor:pointer;transition:all .2s ease-in-out;color:#ffffffb3}.tg-post .form-grid .form-group .logo-upload-container .upload-placeholder svg{opacity:.7;width:20px;height:20px}.tg-post .form-grid .form-group .logo-upload-container .upload-placeholder span{font-size:.75rem}.tg-post .form-grid .form-group .logo-upload-container .upload-placeholder small{font-size:.75rem;opacity:.7;text-align:center;padding:0 .25rem}.tg-post .form-grid .form-group .logo-upload-container .logo-preview{position:relative;width:150px;height:150px;border-radius:5px;overflow:hidden}.tg-post .form-grid .form-group .logo-upload-container .logo-preview img{width:100%;height:100%;object-fit:cover}.tg-post .form-grid .form-group .logo-upload-container .logo-preview .remove-logo{position:absolute;top:.25rem;right:.25rem;background:#1a1d20cc;border:none;color:#f44;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out}.tg-post .form-grid .form-group .logo-upload-container .logo-preview .remove-logo svg{width:14px;height:14px}.tg-post .form-grid .form-group .logo-upload-container .logo-preview .remove-logo:hover{background:#1a1d20;transform:scale(1.1)}.tg-post .form-grid .form-group input,.tg-post .form-grid .form-group select,.tg-post .form-grid .form-group textarea{width:100%;padding:.5rem;background-color:#1a1d20;border:1px solid rgba(255,255,255,.08);border-radius:5px;color:#fff;font-size:.875rem;transition:all .2s ease-in-out;outline:none}.tg-post .form-grid .form-group input:focus,.tg-post .form-grid .form-group select:focus,.tg-post .form-grid .form-group textarea:focus{border-color:#92cf94}.tg-post .form-grid .form-group input::placeholder,.tg-post .form-grid .form-group select::placeholder,.tg-post .form-grid .form-group textarea::placeholder{color:#ffffff80}.tg-post .form-grid .form-group textarea{resize:none;min-height:120px}.tg-post .form-grid .form-group .helper-text{display:block;font-size:.75rem;color:#fff9;margin-top:.25rem}.tg-post .form-grid .form-group .keywords-list{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.5rem}.tg-post .form-grid .form-group .keywords-list .keyword-tag{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background-color:#92cf941a;border-radius:9999px;font-size:.75rem;color:#92cf94}.tg-post .form-grid .form-group .keywords-list .keyword-tag button{background:none;border:none;color:#92cf94;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.tg-post .form-grid .form-group .keywords-list .keyword-tag button:hover{transform:scale(1.1)}.tg-post .form-grid .form-group .ton-amount{margin-top:.5rem;padding:.5rem;background-color:#92cf941a;border-radius:9999px;color:#ffffffe6;font-size:.875rem}.tg-post .form-grid .form-group .ton-amount span{color:#ffffffb3}.tg-post .form-grid .form-group .ton-amount strong{color:#92cf94;margin-left:.25rem}.tg-post .form-grid .form-group .info-message{margin-top:.5rem;padding:.5rem;background-color:#92cf940d;border:1px solid rgba(146,207,148,.2);border-radius:9999px;color:#fffc;font-size:.875rem}.tg-post .action-buttons{display:flex;gap:1rem;margin-top:2rem}.tg-post .action-buttons button{flex:1;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.tg-post .action-buttons button.publish-btn{background-color:#92cf94;color:#1a1d20;border:none;display:flex;align-items:center;justify-content:center;gap:.25rem}.tg-post .action-buttons button.publish-btn:hover:not(:disabled){opacity:.9}.tg-post .action-buttons button.publish-btn:disabled{opacity:.6;cursor:not-allowed}.tg-post .action-buttons button.publish-btn .spinner{animation:spin 1s linear infinite}.tg-post .action-buttons button.cancel-btn{background:none;border:1px solid rgba(255,255,255,.08);color:#fff}.tg-post .action-buttons button.cancel-btn:hover:not(:disabled){background-color:#ffffff1a}.tg-post .action-buttons button.cancel-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.tg-post{padding:1rem}.tg-post .form-grid{grid-template-columns:1fr;gap:1rem}.tg-post .form-grid .form-group{margin-bottom:0}.tg-post .action-buttons{flex-direction:column;margin-top:1.5rem}.tg-post .action-buttons button{width:100%}}.airdrop-post{max-width:800px;margin:0 auto;padding:1.5rem;color:#fff}.airdrop-post h1{font-size:1.5rem;color:#ffffffe6;margin-bottom:.5rem;text-align:center}.airdrop-post .subtitle{text-align:center;color:#ffffffb3;margin-bottom:2rem}.airdrop-post .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.airdrop-post .form-grid .form-group.full-width{grid-column:1/-1}.airdrop-post .form-grid .form-group label{display:block;font-size:.875rem;color:#fffc;margin-bottom:.25rem}.airdrop-post .form-grid .form-group label span{float:right;color:#92cf94}.airdrop-post .form-grid .form-group .logo-upload-container{width:100%;max-width:150px;margin:.25rem 0}.airdrop-post .form-grid .form-group .logo-upload-container .upload-placeholder{width:150px;height:150px;border:2px dashed rgba(255,255,255,.08);border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;cursor:pointer;transition:all .2s ease-in-out;color:#ffffffb3}.airdrop-post .form-grid .form-group .logo-upload-container .upload-placeholder svg{opacity:.7;width:20px;height:20px}.airdrop-post .form-grid .form-group .logo-upload-container .upload-placeholder span{font-size:.75rem}.airdrop-post .form-grid .form-group .logo-upload-container .upload-placeholder small{font-size:.75rem;opacity:.7;text-align:center;padding:0 .25rem}.airdrop-post .form-grid .form-group .logo-upload-container .logo-preview{position:relative;width:150px;height:150px;border-radius:5px;overflow:hidden}.airdrop-post .form-grid .form-group .logo-upload-container .logo-preview img{width:100%;height:100%;object-fit:cover}.airdrop-post .form-grid .form-group .logo-upload-container .logo-preview .remove-logo{position:absolute;top:.25rem;right:.25rem;background:#1a1d20cc;border:none;color:#f44;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out}.airdrop-post .form-grid .form-group .logo-upload-container .logo-preview .remove-logo svg{width:14px;height:14px}.airdrop-post .form-grid .form-group .logo-upload-container .logo-preview .remove-logo:hover{background:#1a1d20;transform:scale(1.1)}.airdrop-post .form-grid .form-group input,.airdrop-post .form-grid .form-group select,.airdrop-post .form-grid .form-group textarea{width:100%;padding:.5rem;background-color:#1a1d20;border:1px solid rgba(255,255,255,.08);border-radius:5px;color:#fff;font-size:.875rem;transition:all .2s ease-in-out;outline:none}.airdrop-post .form-grid .form-group input:focus,.airdrop-post .form-grid .form-group select:focus,.airdrop-post .form-grid .form-group textarea:focus{border-color:#92cf94}.airdrop-post .form-grid .form-group input::placeholder,.airdrop-post .form-grid .form-group select::placeholder,.airdrop-post .form-grid .form-group textarea::placeholder{color:#ffffff80}.airdrop-post .form-grid .form-group textarea{resize:none;min-height:120px}.airdrop-post .form-grid .form-group .helper-text{display:block;font-size:.75rem;color:#fff9;margin-top:.25rem}.airdrop-post .form-grid .form-group .keywords-list{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.5rem}.airdrop-post .form-grid .form-group .keywords-list .keyword-tag{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background-color:#92cf941a;border-radius:9999px;font-size:.75rem;color:#92cf94}.airdrop-post .form-grid .form-group .keywords-list .keyword-tag button{background:none;border:none;color:#92cf94;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.airdrop-post .form-grid .form-group .keywords-list .keyword-tag button:hover{transform:scale(1.1)}.airdrop-post .form-grid .form-group .ton-amount{margin-top:.5rem;padding:.5rem;background-color:#92cf941a;border-radius:9999px;color:#ffffffe6;font-size:.875rem}.airdrop-post .form-grid .form-group .ton-amount span{color:#ffffffb3}.airdrop-post .form-grid .form-group .ton-amount strong{color:#92cf94;margin-left:.25rem}.airdrop-post .form-grid .form-group .info-message{margin-top:.5rem;padding:.5rem;background-color:#92cf941a;border-radius:9999px;color:#fffc;font-size:.875rem}.airdrop-post .error-message{background-color:#ff44441a;color:#f44;padding:.5rem;border-radius:0;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.airdrop-post .error-message button{background:none;border:none;color:#f44;cursor:pointer;padding:.25rem;font-size:18px;line-height:1}.airdrop-post .error-message button:hover{opacity:.7}.airdrop-post .action-buttons{display:flex;gap:1rem;margin-top:2rem}.airdrop-post .action-buttons button{flex:1;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.airdrop-post .action-buttons button.publish-btn{background-color:#92cf94;color:#1a1d20;border:none}.airdrop-post .action-buttons button.publish-btn:hover{opacity:.9}.airdrop-post .action-buttons button.cancel-btn{background:none;border:1px solid rgba(255,255,255,.08);color:#fff}.airdrop-post .action-buttons button.cancel-btn:hover{background-color:#ffffff1a}.airdrop-post .action-buttons button.cancel-btn:disabled{opacity:.6;cursor:not-allowed}.airdrop-post .action-buttons button.publish-btn:disabled{opacity:.6;cursor:not-allowed}.airdrop-post .action-buttons button.publish-btn .spinner{animation:spin 1s linear infinite}@media (max-width: 768px){.airdrop-post{padding:1rem}.airdrop-post .form-grid{grid-template-columns:1fr;gap:1rem}.airdrop-post .form-grid .form-group{margin-bottom:0}.airdrop-post .action-buttons{flex-direction:column;margin-top:1.5rem}.airdrop-post .action-buttons button{width:100%}}.ico-launchsphere{padding:1rem;border-bottom:1px solid rgba(255,255,255,.08);position:relative;background-color:#22272b;border-radius:5px;margin-bottom:16px}.ico-launchsphere .post-actions-top{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;z-index:2}.ico-launchsphere .fullscreen-icon{background:#22272b;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:9999px;box-shadow:0 2px 8px #0000001a}.ico-launchsphere .fullscreen-icon svg{width:16px;height:16px}.ico-launchsphere .fullscreen-icon:hover{color:#fff;background:#22272b;transform:scale(1.1)}.ico-launchsphere .post-menu-icon{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:4px;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:0;box-shadow:none}.ico-launchsphere .post-menu-icon svg{width:18px;height:18px}.ico-launchsphere .post-menu-icon:hover{color:#fff;opacity:.9}.ico-launchsphere .preview-header{padding-right:2.5rem;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.ico-launchsphere .preview-header .img-container{position:relative;width:48px;height:48px}.ico-launchsphere .preview-header .img-container img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ico-launchsphere .preview-header .img-container .follow-symbol{position:absolute;bottom:0;right:0;width:20px;height:20px;background-color:#92cf94;color:#1a1d20;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;padding:0;transition:all .2s ease-in-out}.ico-launchsphere .preview-header .img-container .follow-symbol:hover{opacity:.9}.ico-launchsphere .preview-header .img-container .follow-symbol.following{background-color:#92cf94}.ico-launchsphere .preview-header .user-info{font-size:.875rem}.ico-launchsphere .preview-header .user-info .trust{color:#92cf94}.ico-launchsphere .peak-bar{height:.75rem;width:150px;border-radius:9999px;margin-bottom:.5rem;position:relative;box-shadow:inset 0 0 0 1px #ffffff80;overflow:hidden}.ico-launchsphere .preview-content{font-size:.875rem;margin-bottom:.5rem}.ico-launchsphere .preview-content .post-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.ico-launchsphere .preview-content .preview-text{font-size:.875rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;color:#fffc}.ico-launchsphere .preview-content .preview-text p{margin-bottom:.25rem}.ico-launchsphere .preview-content .preview-text .read-more-btn{background:none;border:none;color:#92cf94;cursor:pointer;font-size:.875rem;font-weight:600;padding:.25rem .5rem;margin-top:.5rem;transition:all .2s ease-in-out;border:1px solid #92cf94;border-radius:9999px;display:block}.ico-launchsphere .preview-content .preview-text .read-more-btn:hover{background-color:#92cf941a}.ico-launchsphere .preview-chart{width:100%;height:8rem;object-fit:cover;border-radius:5px;margin-bottom:.5rem}.ico-launchsphere .vote-bar{display:flex;justify-content:space-between;align-items:center;padding:2px 16px;border-radius:20px;margin:8px 0;min-height:24px;transition:background .3s ease;overflow:hidden;position:relative;box-shadow:inset 0 0 0 1px #ffffff80}.ico-launchsphere .credibility-labels{display:flex;justify-content:space-between;margin:8px 0}.ico-launchsphere .credibility-labels span{font-size:.875rem;font-weight:500}.ico-launchsphere .credibility-labels span.credible{color:#92cf94}.ico-launchsphere .credibility-labels span.doubtful{color:#f44}.ico-launchsphere .post-actions{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#fffc;padding:0 .25rem;position:relative}.ico-launchsphere .post-actions .share-menu{position:absolute;bottom:calc(100% + 4px);right:0;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:150px;overflow:hidden;animation:fadeIn .2s ease-out}.ico-launchsphere .post-actions .share-menu:before{content:"";position:absolute;bottom:-8px;right:20px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #22272B;z-index:1}.ico-launchsphere .post-actions .share-menu button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:all .2s ease-in-out}.ico-launchsphere .post-actions .share-menu button:hover{background-color:#ffffff1a}.ico-launchsphere .post-actions .share-menu button svg{width:16px;height:16px;color:#92cf94}.ico-launchsphere .post-actions .action-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#fffc;padding:.25rem 0;text-align:center;cursor:pointer}.ico-launchsphere .post-actions .action-btn svg{width:16px;height:16px}.ico-launchsphere .post-actions .action-btn.active{color:#92cf94;font-weight:600}.ico-launchsphere .post-actions .action-btn.active svg{fill:#92cf94;stroke:#92cf94}.ico-launchsphere .post-actions .action-btn span{font-weight:500}.ico-launchsphere .post-actions .date{text-align:right;opacity:.8}.ico-launchsphere.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:#22272b;z-index:103;overflow-y:auto;padding:1.5rem;scrollbar-width:none;-ms-overflow-style:none}.ico-launchsphere.fullscreen::-webkit-scrollbar{display:none}.ico-launchsphere.fullscreen .preview-content{margin:0;max-width:100%}.ico-launchsphere.fullscreen .preview-content .post-title,.ico-launchsphere.fullscreen .preview-content .preview-text{margin-left:0;width:100%}.ico-launchsphere.fullscreen .fullscreen-icon{position:fixed;top:1rem;right:1rem;background:#22272be6;padding:.5rem;border-radius:9999px;box-shadow:0 2px 8px #0003}.ico-launchsphere.fullscreen .fullscreen-icon:hover{background:#22272b}@media (max-width: 768px){.ico-launchsphere{padding:.5rem}.ico-launchsphere .post-actions-top{gap:.25rem}.ico-launchsphere .post-menu-icon svg{width:16px;height:16px}.ico-launchsphere .preview-chart{height:6rem!important}.ico-launchsphere .post-actions{flex-wrap:wrap;gap:.25rem}.ico-launchsphere .post-actions .action-btn{margin-right:.5rem}.ico-launchsphere .post-actions .date{width:100%;text-align:right;margin-top:.25rem}}.ieo-launchsphere{padding:1rem;border-bottom:1px solid rgba(255,255,255,.08);position:relative;background-color:#22272b;border-radius:5px;margin-bottom:16px}.ieo-launchsphere .post-actions-top{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;z-index:2}.ieo-launchsphere .fullscreen-icon{background:#22272b;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:9999px;box-shadow:0 2px 8px #0000001a}.ieo-launchsphere .fullscreen-icon svg{width:16px;height:16px}.ieo-launchsphere .fullscreen-icon:hover{color:#fff;background:#22272b;transform:scale(1.1)}.ieo-launchsphere .post-menu-icon{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:4px;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:0;box-shadow:none}.ieo-launchsphere .post-menu-icon svg{width:18px;height:18px}.ieo-launchsphere .post-menu-icon:hover{color:#fff;opacity:.9}.ieo-launchsphere .preview-header{padding-right:2.5rem;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.ieo-launchsphere .preview-header .img-container{position:relative;width:48px;height:48px}.ieo-launchsphere .preview-header .img-container img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ieo-launchsphere .preview-header .img-container .follow-symbol{position:absolute;bottom:0;right:0;width:20px;height:20px;background-color:#92cf94;color:#1a1d20;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;padding:0;transition:all .2s ease-in-out}.ieo-launchsphere .preview-header .img-container .follow-symbol:hover{opacity:.9}.ieo-launchsphere .preview-header .img-container .follow-symbol.following{background-color:#92cf94}.ieo-launchsphere .preview-header .user-info{font-size:.875rem}.ieo-launchsphere .preview-header .user-info .trust{color:#92cf94}.ieo-launchsphere .peak-bar{height:.75rem;width:150px;border-radius:9999px;margin-bottom:.5rem;position:relative;box-shadow:inset 0 0 0 1px #ffffff80;overflow:hidden}.ieo-launchsphere .preview-content{font-size:.875rem;margin-bottom:.5rem}.ieo-launchsphere .preview-content .post-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.ieo-launchsphere .preview-content .preview-text{font-size:.875rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;color:#fffc}.ieo-launchsphere .preview-content .preview-text p{margin-bottom:.25rem}.ieo-launchsphere .preview-content .preview-text .read-more-btn{background:none;border:none;color:#92cf94;cursor:pointer;font-size:.875rem;font-weight:600;padding:.25rem .5rem;margin-top:.5rem;transition:all .2s ease-in-out;border:1px solid #92cf94;border-radius:9999px;display:block}.ieo-launchsphere .preview-content .preview-text .read-more-btn:hover{background-color:#92cf941a}.ieo-launchsphere .preview-chart{width:100%;height:8rem;object-fit:cover;border-radius:5px;margin-bottom:.5rem}.ieo-launchsphere .vote-bar{display:flex;justify-content:space-between;align-items:center;padding:2px 16px;border-radius:20px;margin:8px 0;min-height:24px;transition:background .3s ease;overflow:hidden;position:relative;box-shadow:inset 0 0 0 1px #ffffff80}.ieo-launchsphere .credibility-labels{display:flex;justify-content:space-between;margin:8px 0}.ieo-launchsphere .credibility-labels span{font-size:.875rem;font-weight:500}.ieo-launchsphere .credibility-labels span.credible{color:#92cf94}.ieo-launchsphere .credibility-labels span.doubtful{color:#f44}.ieo-launchsphere .post-actions{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#fffc;padding:0 .25rem;position:relative}.ieo-launchsphere .post-actions .share-menu{position:absolute;bottom:calc(100% + 4px);right:0;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:150px;overflow:hidden;animation:fadeIn .2s ease-out}.ieo-launchsphere .post-actions .share-menu:before{content:"";position:absolute;bottom:-8px;right:20px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #22272B;z-index:1}.ieo-launchsphere .post-actions .share-menu button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:all .2s ease-in-out}.ieo-launchsphere .post-actions .share-menu button:hover{background-color:#ffffff1a}.ieo-launchsphere .post-actions .share-menu button svg{width:16px;height:16px;color:#92cf94}.ieo-launchsphere .post-actions .action-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#fffc;padding:.25rem 0;text-align:center;cursor:pointer}.ieo-launchsphere .post-actions .action-btn svg{width:16px;height:16px}.ieo-launchsphere .post-actions .action-btn.active{color:#92cf94;font-weight:600}.ieo-launchsphere .post-actions .action-btn.active svg{fill:#92cf94;stroke:#92cf94}.ieo-launchsphere .post-actions .action-btn span{font-weight:500}.ieo-launchsphere .post-actions .date{text-align:right;opacity:.8}.ieo-launchsphere.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:#22272b;z-index:103;overflow-y:auto;padding:1.5rem;scrollbar-width:none;-ms-overflow-style:none}.ieo-launchsphere.fullscreen::-webkit-scrollbar{display:none}.ieo-launchsphere.fullscreen .preview-content{margin:0;max-width:100%}.ieo-launchsphere.fullscreen .preview-content .post-title,.ieo-launchsphere.fullscreen .preview-content .preview-text{margin-left:0;width:100%}.ieo-launchsphere.fullscreen .post-actions-top{position:fixed;top:1rem;right:1rem;background:#22272be6;padding:.25rem;border-radius:9999px;box-shadow:0 2px 8px #0003}@media (max-width: 768px){.ieo-launchsphere{padding:.5rem}.ieo-launchsphere .post-actions-top{gap:.25rem}.ieo-launchsphere .post-menu-icon svg{width:16px;height:16px}.ieo-launchsphere .preview-chart{height:6rem!important}.ieo-launchsphere .post-actions{flex-wrap:wrap;gap:.25rem}.ieo-launchsphere .post-actions .action-btn{margin-right:.5rem}.ieo-launchsphere .post-actions .date{width:100%;text-align:right;margin-top:.25rem}}.ieo-launchsphere .post-menu{position:absolute;top:60px;right:1rem;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px;box-shadow:0 4px 12px #00000026;z-index:100;min-width:220px;max-width:280px;overflow:hidden;animation:fadeIn .2s ease-out}@media (max-width: 768px){.ieo-launchsphere .post-menu{right:.5rem;min-width:200px;max-width:250px}}.ieo-launchsphere .post-menu button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:all .2s ease-in-out;border-bottom:1px solid rgba(255,255,255,.08)}.ieo-launchsphere .post-menu button:last-child{border-bottom:none}.ieo-launchsphere .post-menu button:hover{background-color:#ffffff1a}.ieo-launchsphere .post-menu button svg{width:16px;height:16px;flex-shrink:0}.ieo-launchsphere .post-menu button .menu-arrow{margin-left:auto;opacity:.6}.ieo-launchsphere .post-menu .report-submenu{display:flex;flex-direction:column;max-height:400px;overflow-y:auto}.ieo-launchsphere .post-menu .report-submenu .report-back-btn{border-bottom:2px solid rgba(255,255,255,.08);font-weight:600;background-color:#282c34}.ieo-launchsphere .post-menu .report-submenu .report-header{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-bottom:2px solid rgba(255,255,255,.08);font-weight:600;background-color:#282c34}.ieo-launchsphere .post-menu .report-submenu .report-header svg{width:16px;height:16px}.ieo-launchsphere .post-menu .report-submenu .report-options{display:flex;flex-direction:column}.ieo-launchsphere .post-menu .report-submenu .report-option{padding:.5rem 1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.08);font-size:.9rem}.ieo-launchsphere .post-menu .report-submenu .report-option:last-child{border-bottom:none}.ieo-launchsphere .post-menu .report-submenu .report-option:hover{background-color:#ffffff1a}.ieo-launchsphere .post-menu .report-submenu .report-option.report-type-option{display:flex;align-items:center;gap:.5rem;font-weight:500}.ieo-launchsphere .post-menu .report-submenu .report-option.report-type-option svg{width:16px;height:16px}.ieo-launchsphere .post-menu .report-submenu .report-option.report-type-option .menu-arrow{margin-left:auto}.ieo-launchsphere .post-menu .report-submenu::-webkit-scrollbar{width:6px}.ieo-launchsphere .post-menu .report-submenu::-webkit-scrollbar-track{background:#282c34}.ieo-launchsphere .post-menu .report-submenu::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.ieo-launchsphere .post-menu .report-submenu::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.ido-launchsphere{padding:1rem;border-bottom:1px solid rgba(255,255,255,.08);position:relative;background-color:#22272b;border-radius:5px;margin-bottom:16px}.ido-launchsphere .post-actions-top{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;z-index:2}.ido-launchsphere .fullscreen-icon{background:#22272b;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:9999px;box-shadow:0 2px 8px #0000001a}.ido-launchsphere .fullscreen-icon svg{width:16px;height:16px}.ido-launchsphere .fullscreen-icon:hover{color:#fff;background:#22272b;transform:scale(1.1)}.ido-launchsphere .post-menu-icon{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:4px;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:0;box-shadow:none}.ido-launchsphere .post-menu-icon svg{width:18px;height:18px}.ido-launchsphere .post-menu-icon:hover{color:#fff;opacity:.9}.ido-launchsphere .preview-header{padding-right:2.5rem;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.ido-launchsphere .preview-header .img-container{position:relative;width:48px;height:48px}.ido-launchsphere .preview-header .img-container img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ido-launchsphere .preview-header .img-container .follow-symbol{position:absolute;bottom:0;right:0;width:20px;height:20px;background-color:#92cf94;color:#1a1d20;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;padding:0;transition:all .2s ease-in-out}.ido-launchsphere .preview-header .img-container .follow-symbol:hover{opacity:.9}.ido-launchsphere .preview-header .img-container .follow-symbol.following{background-color:#92cf94}.ido-launchsphere .preview-header .user-info{font-size:.875rem}.ido-launchsphere .preview-header .user-info .trust{color:#92cf94}.ido-launchsphere .peak-bar{height:.75rem;width:150px;border-radius:9999px;margin-bottom:.5rem;position:relative;box-shadow:inset 0 0 0 1px #ffffff80;overflow:hidden}.ido-launchsphere .preview-content{font-size:.875rem;margin-bottom:.5rem}.ido-launchsphere .preview-content .post-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.ido-launchsphere .preview-content .preview-text{font-size:.875rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;color:#fffc}.ido-launchsphere .preview-content .preview-text p{margin-bottom:.25rem}.ido-launchsphere .preview-content .preview-text .read-more-btn{background:none;border:none;color:#92cf94;cursor:pointer;font-size:.875rem;font-weight:600;padding:.25rem .5rem;margin-top:.5rem;transition:all .2s ease-in-out;border:1px solid #92cf94;border-radius:9999px;display:block}.ido-launchsphere .preview-content .preview-text .read-more-btn:hover{background-color:#92cf941a}.ido-launchsphere .preview-chart{width:100%;height:8rem;object-fit:cover;border-radius:5px;margin-bottom:.5rem}.ido-launchsphere .vote-bar{display:flex;justify-content:space-between;align-items:center;padding:2px 16px;border-radius:20px;margin:8px 0;min-height:24px;transition:background .3s ease;overflow:hidden;position:relative;box-shadow:inset 0 0 0 1px #ffffff80}.ido-launchsphere .credibility-labels{display:flex;justify-content:space-between;margin:8px 0}.ido-launchsphere .credibility-labels span{font-size:.875rem;font-weight:500}.ido-launchsphere .credibility-labels span.credible{color:#92cf94}.ido-launchsphere .credibility-labels span.doubtful{color:#f44}.ido-launchsphere .post-actions{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#fffc;padding:0 .25rem;position:relative}.ido-launchsphere .post-actions .share-menu{position:absolute;bottom:calc(100% + 4px);right:0;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:150px;overflow:hidden;animation:fadeIn .2s ease-out}.ido-launchsphere .post-actions .share-menu:before{content:"";position:absolute;bottom:-8px;right:20px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #22272B;z-index:1}.ido-launchsphere .post-actions .share-menu button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:all .2s ease-in-out}.ido-launchsphere .post-actions .share-menu button:hover{background-color:#ffffff1a}.ido-launchsphere .post-actions .share-menu button svg{width:16px;height:16px;color:#92cf94}.ido-launchsphere .post-actions .action-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#fffc;padding:.25rem 0;text-align:center;cursor:pointer}.ido-launchsphere .post-actions .action-btn svg{width:16px;height:16px}.ido-launchsphere .post-actions .action-btn.active{color:#92cf94;font-weight:600}.ido-launchsphere .post-actions .action-btn.active svg{fill:#92cf94;stroke:#92cf94}.ido-launchsphere .post-actions .action-btn span{font-weight:500}.ido-launchsphere .post-actions .date{text-align:right;opacity:.8}.ido-launchsphere.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:#22272b;z-index:103;overflow-y:auto;padding:1.5rem;scrollbar-width:none;-ms-overflow-style:none}.ido-launchsphere.fullscreen::-webkit-scrollbar{display:none}.ido-launchsphere.fullscreen .preview-content{margin:0;max-width:100%}.ido-launchsphere.fullscreen .preview-content .post-title,.ido-launchsphere.fullscreen .preview-content .preview-text{margin-left:0;width:100%}.ido-launchsphere.fullscreen .post-actions-top{position:fixed;top:1rem;right:1rem;background:#22272be6;padding:.25rem;border-radius:9999px;box-shadow:0 2px 8px #0003}@media (max-width: 768px){.ido-launchsphere{padding:.5rem}.ido-launchsphere .post-actions-top{gap:.25rem}.ido-launchsphere .post-menu-icon svg{width:16px;height:16px}.ido-launchsphere .preview-chart{height:6rem!important}.ido-launchsphere .post-actions{flex-wrap:wrap;gap:.25rem}.ido-launchsphere .post-actions .action-btn{margin-right:.5rem}.ido-launchsphere .post-actions .date{width:100%;text-align:right;margin-top:.25rem}}.ido-launchsphere .post-menu{position:absolute;top:60px;right:1rem;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px;box-shadow:0 4px 12px #00000026;z-index:100;min-width:220px;max-width:280px;overflow:hidden;animation:fadeIn .2s ease-out}@media (max-width: 768px){.ido-launchsphere .post-menu{right:.5rem;min-width:200px;max-width:250px}}.ido-launchsphere .post-menu button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:all .2s ease-in-out;border-bottom:1px solid rgba(255,255,255,.08)}.ido-launchsphere .post-menu button:last-child{border-bottom:none}.ido-launchsphere .post-menu button:hover{background-color:#ffffff1a}.ido-launchsphere .post-menu button svg{width:16px;height:16px;flex-shrink:0}.ido-launchsphere .post-menu button .menu-arrow{margin-left:auto;opacity:.6}.ido-launchsphere .post-menu .report-submenu{display:flex;flex-direction:column;max-height:400px;overflow-y:auto}.ido-launchsphere .post-menu .report-submenu .report-back-btn{border-bottom:2px solid rgba(255,255,255,.08);font-weight:600;background-color:#282c34}.ido-launchsphere .post-menu .report-submenu .report-header{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-bottom:2px solid rgba(255,255,255,.08);font-weight:600;background-color:#282c34}.ido-launchsphere .post-menu .report-submenu .report-header svg{width:16px;height:16px}.ido-launchsphere .post-menu .report-submenu .report-options{display:flex;flex-direction:column}.ido-launchsphere .post-menu .report-submenu .report-option{padding:.5rem 1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.08);font-size:.9rem}.ido-launchsphere .post-menu .report-submenu .report-option:last-child{border-bottom:none}.ido-launchsphere .post-menu .report-submenu .report-option:hover{background-color:#ffffff1a}.ido-launchsphere .post-menu .report-submenu .report-option.report-type-option{display:flex;align-items:center;gap:.5rem;font-weight:500}.ido-launchsphere .post-menu .report-submenu .report-option.report-type-option svg{width:16px;height:16px}.ido-launchsphere .post-menu .report-submenu .report-option.report-type-option .menu-arrow{margin-left:auto}.ido-launchsphere .post-menu .report-submenu::-webkit-scrollbar{width:6px}.ido-launchsphere .post-menu .report-submenu::-webkit-scrollbar-track{background:#282c34}.ido-launchsphere .post-menu .report-submenu::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.ido-launchsphere .post-menu .report-submenu::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.tgconnect-preview{padding:1rem;border-bottom:1px solid rgba(255,255,255,.08);position:relative}.tgconnect-preview .fullscreen-icon{position:absolute;top:1rem;right:1rem;background:#22272b;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;z-index:2;border-radius:9999px;box-shadow:0 2px 8px #0000001a}.tgconnect-preview .fullscreen-icon svg{width:16px;height:16px}.tgconnect-preview .fullscreen-icon:hover{color:#fff;background:#22272b;transform:scale(1.1)}.tgconnect-preview .preview-header{padding-right:2.5rem;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.tgconnect-preview .preview-header .img-container{position:relative;width:2rem;height:2rem}.tgconnect-preview .preview-header .img-container img{width:100%;height:100%;border-radius:50%}.tgconnect-preview .preview-header .img-container .follow-symbol{position:absolute;right:-5px;bottom:-5px;width:16px;height:16px;background-color:#92cf94;color:#1a1d20;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;border:none;padding:0;cursor:pointer;box-shadow:0 2px 4px #0003;transition:all .2s ease-in-out}.tgconnect-preview .preview-header .img-container .follow-symbol:hover{transform:scale(1.1)}.tgconnect-preview .preview-header .img-container .follow-symbol.following{background-color:#92cf94,10%}.tgconnect-preview .preview-header .user-info{font-size:.875rem}.tgconnect-preview .preview-header .user-info .trust{color:#92cf94}.tgconnect-preview .peak-bar{height:.75rem;width:150px;background:linear-gradient(to right,#92cf94 75%,transparent 75%);border-radius:9999px;margin-bottom:.5rem;position:relative;box-shadow:inset 0 0 0 1px #ffffff80}.tgconnect-preview .peak-bar:before{content:"Peak 75%";position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:#1a1d20;font-size:.6rem;font-weight:500}.tgconnect-preview .preview-content{font-size:.875rem;margin-bottom:.5rem}.tgconnect-preview .preview-content .post-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.tgconnect-preview .preview-content .preview-text{font-size:.875rem;color:#fffc}.tgconnect-preview .preview-content .preview-text p{margin-bottom:.25rem}.tgconnect-preview .preview-content .preview-text .read-more-btn{background:none;border:none;color:#92cf94;cursor:pointer;font-size:.875rem;font-weight:600;padding-left:0;transition:all .2s ease-in-out}.tgconnect-preview .preview-content .preview-text .read-more-btn:hover{opacity:.8}.tgconnect-preview .preview-chart{width:100%;height:8rem;object-fit:cover;border-radius:5px;margin-bottom:.5rem}.tgconnect-preview .vote-bar{height:1.5rem;background:linear-gradient(to right,#92cf94 95%,#f44 5%);border-radius:9999px;margin-bottom:.25rem;position:relative}.tgconnect-preview .vote-bar:before{content:"Credible 95%";position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:#1a1d20;font-size:.75rem;font-weight:500}.tgconnect-preview .vote-bar:after{content:"Doubtful 5%";position:absolute;right:.5rem;top:50%;transform:translateY(-50%);color:#1a1d20;font-size:.75rem;font-weight:500}.tgconnect-preview .credibility-labels{display:none}.tgconnect-preview .post-actions{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#fffc;padding:0 .25rem}.tgconnect-preview .post-actions .action-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#fffc;cursor:pointer;padding:.25rem 0;transition:all .2s ease-in-out;text-align:center}.tgconnect-preview .post-actions .action-btn svg{width:16px;height:16px;transition:all .2s ease-in-out}.tgconnect-preview .post-actions .action-btn:hover{color:#fff}.tgconnect-preview .post-actions .action-btn:hover svg{transform:scale(1.1)}.tgconnect-preview .post-actions .action-btn.active{color:#92cf94}.tgconnect-preview .post-actions .action-btn.active svg{fill:#92cf94}.tgconnect-preview .post-actions .action-btn span{font-weight:500}.tgconnect-preview .post-actions .date{text-align:right;opacity:.8}.tgconnect-preview.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:#22272b;z-index:103;overflow-y:auto;padding:1.5rem;scrollbar-width:none;-ms-overflow-style:none}.tgconnect-preview.fullscreen::-webkit-scrollbar{display:none}.tgconnect-preview.fullscreen .preview-content{margin:0 auto}.tgconnect-preview.fullscreen .preview-content img.preview-chart{width:100%;height:auto;max-height:80vh;object-fit:contain;margin:1rem auto}.tgconnect-preview.fullscreen .preview-content .preview-text p{margin:1rem auto}.tgconnect-preview.fullscreen .fullscreen-icon{position:fixed;top:1rem;right:1rem;background:#22272be6;padding:.5rem;border-radius:9999px;box-shadow:0 2px 8px #0003}.tgconnect-preview.fullscreen .fullscreen-icon:hover{background:#22272b}@media (max-width: 768px){.tgconnect-preview{padding:.5rem}.tgconnect-preview .preview-chart{height:6rem!important}.tgconnect-preview .post-actions{flex-wrap:wrap;gap:.25rem}.tgconnect-preview .post-actions .action-btn{margin-right:.5rem}.tgconnect-preview .post-actions .date{width:100%;text-align:right;margin-top:.25rem}}.airdrop-preview{padding:1rem;border-bottom:1px solid rgba(255,255,255,.08);position:relative}.airdrop-preview .fullscreen-icon{position:absolute;top:1rem;right:1rem;background:#22272b;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;z-index:2;border-radius:9999px;box-shadow:0 2px 8px #0000001a}.airdrop-preview .fullscreen-icon svg{width:16px;height:16px}.airdrop-preview .fullscreen-icon:hover{color:#fff;background:#22272b;transform:scale(1.1)}.airdrop-preview .preview-header{padding-right:2.5rem;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.airdrop-preview .preview-header .img-container{position:relative;width:2rem;height:2rem}.airdrop-preview .preview-header .img-container img{width:100%;height:100%;border-radius:50%}.airdrop-preview .preview-header .img-container .follow-symbol{position:absolute;right:-5px;bottom:-5px;width:16px;height:16px;background-color:#92cf94;color:#1a1d20;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;border:none;padding:0;cursor:pointer;box-shadow:0 2px 4px #0003;transition:all .2s ease-in-out}.airdrop-preview .preview-header .img-container .follow-symbol:hover{transform:scale(1.1)}.airdrop-preview .preview-header .img-container .follow-symbol.following{background-color:#92cf94,10%}.airdrop-preview .preview-header .user-info{font-size:.875rem}.airdrop-preview .preview-header .user-info .trust{color:#92cf94}.airdrop-preview .peak-bar{height:.75rem;width:150px;background:linear-gradient(to right,#92cf94 75%,transparent 75%);border-radius:9999px;margin-bottom:.5rem;position:relative;box-shadow:inset 0 0 0 1px #ffffff80}.airdrop-preview .peak-bar:before{content:"Peak 75%";position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:#1a1d20;font-size:.6rem;font-weight:500}.airdrop-preview .preview-content{font-size:.875rem;margin-bottom:.5rem}.airdrop-preview .preview-content .post-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.airdrop-preview .preview-content .preview-text{font-size:.875rem;color:#fffc}.airdrop-preview .preview-content .preview-text p{margin-bottom:.25rem}.airdrop-preview .preview-content .preview-text .read-more-btn{background:none;border:none;color:#92cf94;cursor:pointer;font-size:.875rem;font-weight:600;padding-left:0;transition:all .2s ease-in-out}.airdrop-preview .preview-content .preview-text .read-more-btn:hover{opacity:.8}.airdrop-preview .preview-chart{width:100%;height:8rem;object-fit:cover;border-radius:5px;margin-bottom:.5rem}.airdrop-preview .vote-bar{height:1.5rem;background:linear-gradient(to right,#92cf94 95%,#f44 5%);border-radius:9999px;margin-bottom:.25rem;position:relative}.airdrop-preview .vote-bar:before{content:"Credible 95%";position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:#1a1d20;font-size:.75rem;font-weight:500}.airdrop-preview .vote-bar:after{content:"Doubtful 5%";position:absolute;right:.5rem;top:50%;transform:translateY(-50%);color:#1a1d20;font-size:.75rem;font-weight:500}.airdrop-preview .credibility-labels{display:none}.airdrop-preview .post-actions{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#fffc;padding:0 .25rem}.airdrop-preview .post-actions .action-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#fffc;cursor:pointer;padding:.25rem 0;transition:all .2s ease-in-out;text-align:center}.airdrop-preview .post-actions .action-btn svg{width:16px;height:16px;transition:all .2s ease-in-out}.airdrop-preview .post-actions .action-btn:hover{color:#fff}.airdrop-preview .post-actions .action-btn:hover svg{transform:scale(1.1)}.airdrop-preview .post-actions .action-btn.active{color:#92cf94}.airdrop-preview .post-actions .action-btn.active svg{fill:#92cf94}.airdrop-preview .post-actions .action-btn span{font-weight:500}.airdrop-preview .post-actions .date{text-align:right;opacity:.8}.airdrop-preview.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:#22272b;z-index:103;overflow-y:auto;padding:1.5rem;scrollbar-width:none;-ms-overflow-style:none}.airdrop-preview.fullscreen::-webkit-scrollbar{display:none}.airdrop-preview.fullscreen .preview-content{margin:0 auto}.airdrop-preview.fullscreen .preview-content img.preview-chart{width:100%;height:auto;max-height:80vh;object-fit:contain;margin:1rem auto}.airdrop-preview.fullscreen .preview-content .preview-text p{margin:1rem auto}.airdrop-preview.fullscreen .fullscreen-icon{position:fixed;top:1rem;right:1rem;background:#22272be6;padding:.5rem;border-radius:9999px;box-shadow:0 2px 8px #0003}.airdrop-preview.fullscreen .fullscreen-icon:hover{background:#22272b}@media (max-width: 768px){.airdrop-preview{padding:.5rem}.airdrop-preview .preview-chart{height:6rem!important}.airdrop-preview .post-actions{flex-wrap:wrap;gap:.25rem}.airdrop-preview .post-actions .action-btn{margin-right:.5rem}.airdrop-preview .post-actions .date{width:100%;text-align:right;margin-top:.25rem}}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,-20px)}15%{opacity:1;transform:translate(-50%)}85%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.contributions{width:100%;max-width:1200px;margin:0 auto;padding:1rem}.contributions .contributions-header{background-color:#22272b;border-radius:5px;padding:1.5rem;margin-bottom:1rem}.contributions .contributions-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.contributions .contributions-header .header-content .user-profile{display:flex;flex-wrap:wrap;gap:1.5rem}.contributions .contributions-header .header-content .user-profile .profile-image-container{position:relative;display:flex;align-items:center;justify-content:center}.contributions .contributions-header .header-content .user-profile .profile-image-container .profile-image,.contributions .contributions-header .header-content .user-profile .profile-image-container .user-avatar-letter{width:80px!important;height:80px!important;min-width:80px!important;min-height:80px!important;border-radius:50%;object-fit:cover}.contributions .contributions-header .header-content .user-profile .profile-image-container .trust-badge{position:absolute;bottom:0;right:0;background-color:#92cf94;color:#1a1d20;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600}.contributions .contributions-header .header-content .user-profile .user-info h1{font-size:1.5rem;margin-bottom:.25rem}.contributions .contributions-header .header-content .user-profile .user-info .user-stats{display:flex;gap:1rem;margin-bottom:.5rem;font-size:.875rem}.contributions .contributions-header .header-content .user-profile .user-info .user-stats .join-date{color:#ffffffb3}.contributions .contributions-header .header-content .user-profile .user-bio{width:100%;flex-basis:100%;margin-top:.5rem;color:#fffc;font-size:.875rem;max-width:600px;text-align:left}.contributions .contributions-header .header-content .close-btn{background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;transition:all .2s ease-in-out}.contributions .contributions-header .header-content .close-btn:hover{color:#92cf94}.contributions .contributions-header .stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.contributions .contributions-header .stats-overview .stat-card{background-color:#282c34;padding:1rem;border-radius:5px;text-align:center;color:#ffffffb3;transition:all .2s ease-in-out}.contributions .contributions-header .stats-overview .stat-card.clickable{cursor:pointer}.contributions .contributions-header .stats-overview .stat-card.clickable:hover{background-color:#ffffff1a;transform:translateY(-2px)}.contributions .contributions-header .stats-overview .stat-card h3{font-size:.875rem;color:#ffffffb3;margin-bottom:.25rem}.contributions .contributions-header .stats-overview .stat-card span{font-size:1.25rem;font-weight:600}.contributions .contributions-header .peak-bar{height:24px;box-shadow:inset 0 0 0 1px #ffffff80;border-radius:9999px;margin-bottom:.5rem;position:relative;overflow:hidden}.contributions .contributions-header .peak-bar .peak-label{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:#1a1d20;font-size:.75rem;font-weight:600;z-index:2}.contributions .contributions-header .peak-warning{font-size:.75rem;text-align:center;padding:.25rem .5rem;margin-bottom:1.5rem;border-radius:9999px;background-color:#ff44441a}.contributions .suspended-message{text-align:center;padding:2rem;background-color:#ff44441a;border-radius:9999px;margin:1.5rem 0}.contributions .suspended-message h3{color:#f44;margin-bottom:.5rem;font-size:1.25rem}.contributions .suspended-message p{color:#fffc;margin-bottom:.25rem;line-height:1.6}.contributions .suspended-message p:last-child{margin-bottom:0}.contributions .activity-tabs{display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.contributions .activity-tabs::-webkit-scrollbar{display:none}.contributions .activity-tabs button{margin-left:.5rem;padding:.5rem 1rem;background:none;border:none;color:#ffffffb3;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap;font-size:.875rem}.contributions .activity-tabs button:hover{color:#fff}.contributions .activity-tabs button.active{color:#fff;font-weight:600}.contributions .activity-list{margin-left:.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;align-items:stretch}.contributions .activity-list.saved-tab{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.contributions .activity-list.saved-tab .activity-item{min-width:0;max-width:100%}.contributions .activity-list .empty-state{grid-column:1/-1;background-color:#22272b;border-radius:5px;padding:2rem;text-align:center;color:#fff9;font-style:italic;min-height:200px;display:flex;align-items:center;justify-content:center}.contributions .activity-list .activity-item{background-color:#22272b;border-radius:5px;padding:1rem;display:flex;flex-direction:column;min-height:400px;height:100%;min-width:0;max-width:100%;width:100%;box-sizing:border-box;position:relative}.contributions .activity-list .activity-item.reported-activity{border:2px solid #ff4444;background-color:#ff44440d;opacity:.8}.contributions .activity-list .activity-item.blocked-user-item{min-height:auto;padding:1rem}.contributions .activity-list .activity-item.blocked-user-item .activity-info .post-author .username{color:#fff9;font-size:.8rem;margin-left:.25rem}.contributions .activity-list .activity-item.blocked-user-item .unblock-btn{padding:.25rem 1rem;background-color:#92cf94;color:#1a1d20;border:none;border-radius:9999px;cursor:pointer;font-weight:500;transition:all .2s ease-in-out}.contributions .activity-list .activity-item.blocked-user-item .unblock-btn:hover{opacity:.9}.contributions .activity-list .activity-item .post-actions-top{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;z-index:2}.contributions .activity-list .activity-item .fullscreen-icon{background:#22272b;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:9999px;box-shadow:0 2px 8px #0000001a}.contributions .activity-list .activity-item .fullscreen-icon svg{width:16px;height:16px}.contributions .activity-list .activity-item .fullscreen-icon:hover{color:#fff;background:#22272b;transform:scale(1.1)}.contributions .activity-list .activity-item.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:#22272b;z-index:103;overflow-y:auto;padding:1.5rem;scrollbar-width:none;-ms-overflow-style:none}.contributions .activity-list .activity-item.fullscreen::-webkit-scrollbar{display:none}.contributions .activity-list .activity-item.fullscreen .preview-content{margin:0;max-width:100%}.contributions .activity-list .activity-item.fullscreen .preview-content .preview-text{margin-left:0;width:100%}.contributions .activity-list .activity-item.fullscreen .preview-content .preview-text img,.contributions .activity-list .activity-item.fullscreen .preview-content .preview-text .inline-image{max-width:100%;width:100%;margin:1rem 0;display:block}.contributions .activity-list .activity-item.fullscreen .preview-content .preview-text img img,.contributions .activity-list .activity-item.fullscreen .preview-content .preview-text .inline-image img{width:100%;height:auto;max-height:80vh;object-fit:contain;margin:0}.contributions .activity-list .activity-item.fullscreen .preview-content .preview-text p{margin:1rem 0}.contributions .activity-list .activity-item.fullscreen .preview-content .preview-text .read-more-btn{margin-top:1rem;width:auto;align-self:center}.contributions .activity-list .activity-item.fullscreen .fullscreen-icon{position:fixed;top:1rem;right:1rem;background:#22272be6;padding:.5rem;border-radius:9999px;box-shadow:0 2px 8px #0003}.contributions .activity-list .activity-item.fullscreen .fullscreen-icon:hover{background:#22272b}.contributions .activity-list .activity-item .reported-banner{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#ff44441a;border:1px solid #ff4444;border-radius:9999px;margin-bottom:1rem;flex-wrap:wrap}.contributions .activity-list .activity-item .reported-banner .reported-icon{font-size:1.2rem}.contributions .activity-list .activity-item .reported-banner .reported-text{flex:1;color:#f44;font-size:.85rem;font-weight:500}.contributions .activity-list .activity-item .reported-banner .appeal-btn{padding:.25rem 1rem;background-color:#f44;color:#1a1d20;border:none;border-radius:9999px;cursor:pointer;font-weight:500;font-size:.85rem;transition:all .2s ease-in-out}.contributions .activity-list .activity-item .reported-banner .appeal-btn:hover{opacity:.9}.contributions .activity-list .activity-item .activity-header{display:flex;gap:.5rem;margin-bottom:.5rem}.contributions .activity-list .activity-item .activity-header img{width:48px;height:48px;border-radius:50%;object-fit:cover}.contributions .activity-list .activity-item .activity-header .activity-info{flex:1}.contributions .activity-list .activity-item .activity-header .activity-info .post-author{font-size:.85rem;color:#ffffffb3;margin-bottom:4px}.contributions .activity-list .activity-item .activity-header .activity-info .post-author .author-name{font-weight:600;color:#fff}.contributions .activity-list .activity-item .activity-header .activity-info .timestamp{font-size:.75rem;color:#fff9;display:block;margin-bottom:6px}.contributions .activity-list .activity-item .peak-bar{height:16px;border-radius:20px;position:relative;overflow:hidden;margin-bottom:12px;box-shadow:inset 0 0 0 1px #ffffff80;width:100%}.contributions .activity-list .activity-item .peak-bar .peak-label{position:absolute;left:8px;top:50%;transform:translateY(-50%);font-size:.65rem;font-weight:600;z-index:2;white-space:nowrap}.contributions .activity-list .activity-item .post-title{margin:0 0 .5rem;font-size:1.05rem;color:#fff;line-height:1.3;text-align:left;width:100%;padding-left:0;display:block;height:2.6rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.contributions .activity-list .activity-item .user-peakbar{margin:8px 0 12px}.contributions .activity-list .activity-item .post-image-container{margin-bottom:1rem;height:180px;overflow:hidden;flex:0 0 auto}.contributions .activity-list .activity-item .post-image-container .post-image{width:100%;height:100%;object-fit:cover;border-radius:5px}.contributions .activity-list .activity-item .preview-content{margin-bottom:1rem}.contributions .activity-list .activity-item .preview-content .preview-text{color:#ffffffe6;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}.contributions .activity-list .activity-item .preview-content .preview-text img{max-width:100%!important;height:auto!important;border-radius:5px!important;margin:.5rem 0!important;object-fit:contain!important;display:block!important;width:auto!important}.contributions .activity-list .activity-item .preview-content .preview-text .inline-image{margin:.5rem 0}.contributions .activity-list .activity-item .preview-content .preview-text .inline-image img{max-width:100%!important;height:auto!important;border-radius:5px!important;object-fit:contain!important;display:block!important;width:auto!important}.contributions .activity-list .activity-item .preview-content .preview-text div img{border-radius:5px!important;object-fit:contain!important;width:auto!important;height:auto!important}.contributions .activity-list .activity-item .preview-content .preview-text .read-more-btn{background:none;border:none;color:#92cf94;cursor:pointer;padding:.25rem 0;font-weight:500;transition:all .2s ease-in-out;text-align:left;margin-top:.25rem;font-size:.875rem}.contributions .activity-list .activity-item .preview-content .preview-text .read-more-btn:hover{text-decoration:underline}.contributions .activity-list .activity-item.expanded .post-image-container,.contributions .activity-list .activity-item.fullscreen .post-image-container,.contributions .activity-list .activity-item.expanded .activity-content,.contributions .activity-list .activity-item.fullscreen .activity-content{display:none}.contributions .activity-list .activity-item .activity-content{color:#fffc;font-size:.875rem;margin-bottom:.5rem;line-height:1.4;height:4.2rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:0 0 auto}.contributions .activity-list .activity-item .activity-content .read-more-btn{background:none;border:none;color:#92cf94;cursor:pointer;padding:0;font-weight:500;transition:all .2s ease-in-out;text-align:left;font-size:.875rem;display:inline}.contributions .activity-list .activity-item .activity-content .read-more-btn:hover{text-decoration:underline}.contributions .activity-list .activity-item .preview-chart{width:100%;height:auto;border-radius:5px;margin-bottom:.5rem;object-fit:cover}.contributions .activity-list .activity-item .vote-bar{display:flex;justify-content:space-between;align-items:center;padding:2px 16px;border-radius:20px;margin:8px 0;min-height:24px;transition:background .3s ease;overflow:hidden;position:relative;box-shadow:inset 0 0 0 1px #ffffff80;flex:0 0 auto}.contributions .activity-list .activity-item .vote-bar:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;background:none;z-index:1}.contributions .activity-list .activity-item .vote-bar.has-votes:before{background:linear-gradient(to right,#92cf94 var(--like-percent, 50%),#ff4444 var(--like-percent, 50%))}.contributions .activity-list .activity-item .vote-bar button{position:relative;z-index:2;background:none;border:none;padding:1px 8px;border-radius:4px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px;color:#fffc;font-size:.8rem}.contributions .activity-list .activity-item .vote-bar button:hover{transform:scale(1.05)}.contributions .activity-list .activity-item .vote-bar button.active{font-weight:600}.contributions .activity-list .activity-item .vote-bar button .vote-icon{width:12px;height:12px;stroke:#fffc}.contributions .activity-list .activity-item .vote-bar.has-votes button{color:#1a1d20}.contributions .activity-list .activity-item .vote-bar.has-votes button .vote-icon{stroke:#1a1d20}.contributions .activity-list .activity-item .vote-bar .credible-text{color:#fffc}.contributions .activity-list .activity-item .vote-bar .credible-text.active{font-weight:600}.contributions .activity-list .activity-item .vote-bar .credible-text:hover{transform:scale(1.05)}.contributions .activity-list .activity-item .vote-bar .credible-text .vote-icon{stroke:#fffc}.contributions .activity-list .activity-item .vote-bar.has-votes .credible-text{color:#1a1d20}.contributions .activity-list .activity-item .vote-bar.has-votes .credible-text .vote-icon{stroke:#1a1d20}.contributions .activity-list .activity-item .vote-bar .doubtful-text{color:#fffc}.contributions .activity-list .activity-item .vote-bar .doubtful-text.active{font-weight:600}.contributions .activity-list .activity-item .vote-bar .doubtful-text:hover{transform:scale(1.05)}.contributions .activity-list .activity-item .vote-bar .doubtful-text .vote-icon{stroke:#fffc}.contributions .activity-list .activity-item .vote-bar.has-votes .doubtful-text{color:#1a1d20}.contributions .activity-list .activity-item .vote-bar.has-votes .doubtful-text .vote-icon{stroke:#1a1d20}.contributions .activity-list .activity-item .post-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem 0;margin-top:1rem;flex-wrap:wrap;position:relative}.contributions .activity-list .activity-item .post-actions .action-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#fffc;padding:.25rem .5rem;text-align:center;cursor:pointer;transition:all .2s ease-in-out;border-radius:9999px;font-size:.875rem;position:relative}.contributions .activity-list .activity-item .post-actions .action-btn svg{width:16px;height:16px}.contributions .activity-list .activity-item .post-actions .action-btn:hover{background:#282c34;color:#fff}.contributions .activity-list .activity-item .post-actions .action-btn.active{color:#92cf94;font-weight:600}.contributions .activity-list .activity-item .post-actions .action-btn.active svg{fill:#92cf94;stroke:#92cf94}.contributions .activity-list .activity-item .post-actions .action-btn.save-btn.active svg{fill:#92cf94}.contributions .activity-list .activity-item .post-actions .action-btn.echo-btn.active svg{fill:#92cf94}.contributions .activity-list .activity-item .post-actions .action-btn.vote-count{cursor:default;pointer-events:none}.contributions .activity-list .activity-item .post-actions .action-btn.echo-btn{transition:color .2s ease}.contributions .activity-list .activity-item .post-actions .action-btn.echo-btn:hover{color:#92cf94}.contributions .activity-list .activity-item .post-actions .action-btn span{font-weight:500}.contributions .activity-list .activity-item .post-actions .date{text-align:right;opacity:.8;font-size:.875rem;color:#ffffffb3}.contributions .activity-list .activity-item .activity-stats{display:flex;justify-content:space-between;align-items:center;color:#fff9;font-size:.875rem;padding:0;margin-top:auto;flex:0 0 auto;width:100%}.contributions .activity-list .activity-item .activity-stats .post-action-card{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.5rem 1.5rem;background:#282c34;border:1px solid rgba(255,255,255,.15);border-radius:5px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:.5rem;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000d}.contributions .activity-list .activity-item .activity-stats .post-action-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.contributions .activity-list .activity-item .activity-stats .post-action-card:hover{background:#313640;border-color:#92cf944d;box-shadow:0 4px 16px #0000001a,0 0 0 1px #92cf941a;transform:translateY(-1px)}.contributions .activity-list .activity-item .activity-stats .post-action-card:hover:before{left:100%}.contributions .activity-list .activity-item .activity-stats .post-action-card:hover .action-card-text{color:#fff;transform:translate(2px)}.contributions .activity-list .activity-item .activity-stats .post-action-card:hover .action-card-arrow{background:#92cf9426;transform:translateY(2px)}.contributions .activity-list .activity-item .activity-stats .post-action-card:hover .action-card-arrow svg{color:#92cf94;transform:rotate(180deg)}.contributions .activity-list .activity-item .activity-stats .post-action-card:active{transform:translateY(0);box-shadow:0 2px 8px #0000000d}.contributions .activity-list .activity-item .activity-stats .post-action-card .action-card-text{font-size:.875rem;font-weight:600;color:#fffc;letter-spacing:.3px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.contributions .activity-list .activity-item .activity-stats .post-action-card .action-card-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#282c34;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.contributions .activity-list .activity-item .activity-stats .post-action-card .action-card-arrow svg{width:18px;height:18px;color:#ffffffb3;transition:all .3s cubic-bezier(.4,0,.2,1)}.contributions .activity-list .activity-item .activity-stats .post-action-menu{width:100%;display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;animation:slideDown .3s cubic-bezier(.4,0,.2,1)}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#282c34;border:1px solid rgba(255,255,255,.12);border-radius:5px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.875rem;width:100%;position:relative;overflow:hidden;box-shadow:0 2px 6px #0000000a}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:width .4s ease}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item:hover{background:#313640;border-color:#fff3;box-shadow:0 4px 12px #00000014;transform:translate(4px)}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item:hover:before{width:100%}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item:hover svg{transform:scale(1.1)}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item:active{transform:translate(2px)}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item svg{width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item span{font-weight:600;letter-spacing:.2px;position:relative;z-index:1}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item.edit-btn{color:#92cf94}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item.edit-btn svg{color:#92cf94}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item.edit-btn span{color:#92cf94}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item.edit-btn:hover{background:linear-gradient(135deg,#92cf9426,#92cf9414);border-color:#92cf9466;box-shadow:0 4px 16px #92cf9426}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item.edit-btn:hover svg{color:#92cf94;transform:scale(1.15) rotate(5deg)}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item.delete-btn{color:#f44}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item.delete-btn svg{color:#f44}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item.delete-btn span{color:#f44}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item.delete-btn:hover{background:linear-gradient(135deg,#ff444426,#ff444414);border-color:#f446;box-shadow:0 4px 16px #ff444426}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item.delete-btn:hover svg{color:#f44;transform:scale(1.15) rotate(-5deg)}.contributions .activity-list .activity-item .activity-stats .delete-confirm{display:flex;flex-direction:column;gap:1rem;font-size:.875rem;color:#ffffffe6;background:linear-gradient(135deg,#ff44441a,#ff44440d);padding:1rem 1.5rem;border:1px solid rgba(255,68,68,.2);border-radius:5px;width:100%;margin-top:.25rem;animation:slideDown .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ff44441a}.contributions .activity-list .activity-item .activity-stats .delete-confirm span{white-space:nowrap;font-weight:500;line-height:1.5}.contributions .activity-list .activity-item .activity-stats .delete-confirm .confirm-buttons{display:flex;gap:.5rem;justify-content:flex-end}.contributions .activity-list .activity-item .activity-stats .delete-confirm .confirm-buttons button{padding:.5rem 1.5rem;border:none;border-radius:5px;font-size:.875rem;cursor:pointer;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.3px;min-width:80px}.contributions .activity-list .activity-item .activity-stats .delete-confirm .confirm-buttons button.confirm-yes{background:linear-gradient(135deg,#f44,#ff2b2b);color:#1a1d20;box-shadow:0 2px 8px #ff44444d}.contributions .activity-list .activity-item .activity-stats .delete-confirm .confirm-buttons button.confirm-yes:hover{background:linear-gradient(135deg,#ff2b2b,#f11);box-shadow:0 4px 12px #f446;transform:translateY(-1px)}.contributions .activity-list .activity-item .activity-stats .delete-confirm .confirm-buttons button.confirm-yes:active{transform:translateY(0);box-shadow:0 2px 6px #ff44444d}.contributions .activity-list .activity-item .activity-stats .delete-confirm .confirm-buttons button.confirm-no{background:linear-gradient(135deg,#ffffff26,#ffffff1a);color:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:0 2px 6px #0000001a}.contributions .activity-list .activity-item .activity-stats .delete-confirm .confirm-buttons button.confirm-no:hover{background:linear-gradient(135deg,#fff3,#ffffff26);border-color:#ffffff4d;transform:translateY(-1px)}.contributions .activity-list .activity-item .activity-stats .delete-confirm .confirm-buttons button.confirm-no:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.contributions .activity-list .activity-item .activity-stats .stats-right{display:flex;align-items:center;gap:1rem}.contributions .activity-list .activity-item .activity-stats .stats-right .echo-badge{display:flex;align-items:center;color:#92cf94;font-weight:500;font-size:.875rem}.contributions .activity-list .activity-item .activity-stats .stats-right .echo-badge svg{width:14px;height:14px}.contributions .activity-list .activity-item .activity-stats .stats-right .share-btn{cursor:pointer;display:flex;align-items:center}.share-menu{position:absolute;bottom:calc(100% + 4px);right:0;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:150px;overflow:hidden;animation:fadeIn .2s ease-out}.share-menu:before{content:"";position:absolute;bottom:-8px;right:20px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #22272B;z-index:1}.share-menu button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:all .2s ease-in-out}.share-menu button:hover{background-color:#ffffff1a}.share-menu button svg{width:16px;height:16px;color:#92cf94}@media (max-width: 768px){.contributions{padding:.5rem}.contributions .contributions-header{padding:1rem}.contributions .contributions-header .header-content .user-profile{flex-direction:row;align-items:flex-start;text-align:left}.contributions .contributions-header .header-content .user-profile .profile-image-container{flex-shrink:0}.contributions .contributions-header .header-content .user-profile .profile-image-container .profile-image,.contributions .contributions-header .header-content .user-profile .profile-image-container .user-avatar-letter{width:80px;height:80px;min-width:80px;min-height:80px}.contributions .contributions-header .header-content .user-profile .user-info{flex:1;margin-left:1rem}.contributions .contributions-header .header-content .user-profile .user-info h1{font-size:1.25rem;margin-bottom:.25rem}.contributions .contributions-header .header-content .user-profile .user-info .user-stats{margin-bottom:.5rem}.contributions .contributions-header .header-content .user-profile .user-info .user-stats .join-date{font-size:.8rem;color:#fff9}.contributions .contributions-header .header-content .user-profile .user-bio{text-align:left;font-size:.85rem;line-height:1.5}.contributions .contributions-header .stats-overview{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1.5rem}.contributions .contributions-header .stats-overview .stat-card{background-color:#282c34;padding:1rem;border-radius:5px;text-align:center}.contributions .contributions-header .stats-overview .stat-card h3{font-size:.8rem;color:#ffffffb3;margin-bottom:.25rem}.contributions .contributions-header .stats-overview .stat-card span{font-size:1.125rem;font-weight:600;color:#fff}.contributions .activity-list{grid-template-columns:minmax(250px,1fr)}.contributions .activity-list .activity-item .activity-stats .post-action-card{padding:.5rem 1rem}.contributions .activity-list .activity-item .activity-stats .post-action-card .action-card-text{font-size:.8rem}.contributions .activity-list .activity-item .activity-stats .post-action-card .action-card-arrow{width:28px;height:28px}.contributions .activity-list .activity-item .activity-stats .post-action-card .action-card-arrow svg{width:16px;height:16px}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item{padding:.5rem 1rem;font-size:.8rem;gap:.5rem}.contributions .activity-list .activity-item .activity-stats .post-action-menu .action-menu-item svg{width:16px;height:16px}.contributions .activity-list .activity-item .activity-stats .delete-confirm{padding:.5rem 1rem;font-size:.8rem}.contributions .activity-list .activity-item .activity-stats .delete-confirm .confirm-buttons{flex-direction:column;gap:.25rem}.contributions .activity-list .activity-item .activity-stats .delete-confirm .confirm-buttons button{width:100%;padding:.5rem 1rem}}@media (max-width: 480px){.contributions .contributions-header .header-content .user-profile .profile-image-container .profile-image,.contributions .contributions-header .header-content .user-profile .profile-image-container .user-avatar-letter{width:72px;height:72px;min-width:72px;min-height:72px}.contributions .contributions-header .stats-overview{grid-template-columns:repeat(2,1fr);gap:.5rem}.contributions .contributions-header .stats-overview .stat-card{padding:.5rem}.contributions .contributions-header .stats-overview .stat-card h3{font-size:.75rem}.contributions .contributions-header .stats-overview .stat-card span{font-size:1rem}.contributions .activity-list{max-width:100%;grid-template-columns:minmax(250px,1fr)}.contributions .activity-list .activity-item{display:flex;flex-direction:column;width:100%;min-width:0;max-width:100%}.contributions .activity-list .activity-item .activity-content{overflow:hidden;text-overflow:ellipsis}.contributions .activity-list .activity-item .post-title{font-size:1rem}.contributions .activity-list .activity-item .post-image-container{height:160px}}@media (max-width: 360px){.contributions .activity-list{grid-template-columns:minmax(250px,1fr)}.contributions .activity-list .activity-item .post-image-container{height:140px}.contributions .activity-list .activity-item .activity-content{height:3.6rem;-webkit-line-clamp:2}}@media (max-width: 250px){.contributions{padding:.25rem}.contributions .contributions-header{padding:.5rem}.contributions .contributions-header .header-content .user-profile .profile-image-container .profile-image,.contributions .contributions-header .header-content .user-profile .profile-image-container .user-avatar-letter{width:64px;height:64px;min-width:64px;min-height:64px}.contributions .contributions-header .stats-overview{grid-template-columns:repeat(2,1fr);gap:.25rem;margin-bottom:1rem}.contributions .contributions-header .stats-overview .stat-card{padding:.25rem;border-radius:5px}.contributions .contributions-header .stats-overview .stat-card h3{font-size:.65rem;margin-bottom:2px}.contributions .contributions-header .stats-overview .stat-card span{font-size:.9rem}}@media (max-width: 319px){.contributions .activity-list .activity-item .peak-bar{height:14px}.contributions .activity-list .activity-item .peak-bar .peak-label{font-size:.6rem;left:6px}.contributions .activity-list .activity-item .vote-bar{padding:2px 10px}.contributions .activity-list .activity-item .vote-bar button{font-size:.75rem}.contributions .activity-list .activity-item .vote-bar button .vote-icon{width:10px;height:10px}.contributions .activity-list .activity-item .activity-stats{font-size:.75rem}.contributions .activity-list .share-menu{min-width:100px}.contributions .activity-list .share-menu button{padding:.25rem;font-size:.75rem}.contributions .activity-list .share-menu button svg{width:12px;height:12px}}.user-edit{max-width:600px;margin:0 auto;padding:2rem;width:100%;box-sizing:border-box}.user-edit .edit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.user-edit .edit-header h1{font-size:clamp(1.5rem,2vw,2rem);color:#fffc;margin:0}.user-edit .edit-header .close-btn{background:none;border:none;color:#fff9;cursor:pointer;padding:.5rem;transition:all .2s ease}.user-edit .edit-header .close-btn:hover{color:#ffffffe6}.user-edit .profile-image-section{display:flex;justify-content:center;margin-bottom:2rem}.user-edit .profile-image-section .image-container{position:relative;width:120px;height:120px;border-radius:50%;overflow:hidden}.user-edit .profile-image-section .image-container img{width:100%;height:100%;object-fit:cover}.user-edit .profile-image-section .image-container .change-image-btn{position:absolute;bottom:0;right:0;background:#1a1d20cc;border:none;border-radius:50%;padding:.5rem;cursor:pointer;color:#fff;transition:all .2s ease}.user-edit .profile-image-section .image-container .change-image-btn:hover{background:#1a1d20e6;transform:scale(1.1)}.user-edit .form-group{margin-bottom:1.5rem}.user-edit .form-group label{display:block;margin-bottom:.5rem;color:#fffc;font-size:.9rem}.user-edit .form-group input,.user-edit .form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#1a1d204d;color:#fffc;font-size:.9rem;transition:all .2s ease}.user-edit .form-group input:focus,.user-edit .form-group textarea:focus{outline:none;border-color:#92cf94;background:#1a1d2066}.user-edit .form-group input::placeholder,.user-edit .form-group textarea::placeholder{color:#fff6}.user-edit .form-group textarea{resize:none;min-height:100px}.user-edit .form-group .bio-counter{margin-top:.5rem;font-size:.8rem;color:#fff9;text-align:right}.user-edit .form-group .email-display{display:flex;align-items:center;gap:1rem}.user-edit .form-group .email-display input{flex:1}.user-edit .form-group .email-display .change-email-btn{background:#92cf94;color:#1a1d20;border:none;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.user-edit .form-group .email-display .change-email-btn:hover{opacity:.9}.user-edit .form-group .email-display .change-email-btn:disabled{opacity:.5;cursor:not-allowed}.user-edit .form-group .email-display .form-text{color:#fff9;font-size:.8rem}.user-edit .form-group .email-verification .current-email{margin-bottom:.5rem;color:#ffffffb3;font-size:.85rem}.user-edit .form-group .email-verification .new-email-input{display:flex;gap:1rem;margin-bottom:1rem}.user-edit .form-group .email-verification .new-email-input input{flex:1}.user-edit .form-group .email-verification .new-email-input input.invalid{border-color:#f44;background-color:#ff44441a}.user-edit .form-group .email-verification .new-email-input .change-email-btn,.user-edit .form-group .email-verification .new-email-input .resend-btn{background:#92cf94;color:#1a1d20;border:none;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.user-edit .form-group .email-verification .new-email-input .change-email-btn:hover,.user-edit .form-group .email-verification .new-email-input .resend-btn:hover{opacity:.9}.user-edit .form-group .email-verification .new-email-input .change-email-btn:disabled,.user-edit .form-group .email-verification .new-email-input .resend-btn:disabled{opacity:.5;cursor:not-allowed}.user-edit .form-group .email-verification .verification-code{margin-top:1rem}.user-edit .form-group .email-verification .verification-code input{margin-bottom:1rem;letter-spacing:.5rem;text-align:center;font-size:1.2rem}.user-edit .form-group .email-verification .verification-code .verification-actions{display:flex;gap:1rem}.user-edit .form-group .email-verification .verification-code .verification-actions button{flex:1;padding:.75rem;border-radius:8px;border:none;font-size:.9rem;cursor:pointer;transition:all .2s ease}.user-edit .form-group .email-verification .verification-code .verification-actions button.verify-btn{background:#92cf94;color:#1a1d20}.user-edit .form-group .email-verification .verification-code .verification-actions button.verify-btn:hover{opacity:.9}.user-edit .form-group .email-verification .verification-code .verification-actions button.verify-btn:disabled{opacity:.5;cursor:not-allowed}.user-edit .form-group .email-verification .verification-code .verification-actions button.cancel-btn{background:#ffffff1a;color:#fffc}.user-edit .form-group .email-verification .verification-code .verification-actions button.cancel-btn:hover{background:#ffffff26}.user-edit .form-group .email-verification .verification-code .verification-actions button.cancel-btn:disabled{opacity:.5;cursor:not-allowed}.user-edit .form-group .email-verification .verification-error{margin-top:.75rem;color:#f44;font-size:.85rem;padding:.5rem;background-color:#ff44441a;border-radius:4px}.user-edit .action-buttons{display:flex;gap:1rem;margin-top:2rem}.user-edit .action-buttons button{flex:1;padding:.75rem;border-radius:8px;border:none;font-size:.9rem;cursor:pointer;transition:all .2s ease}.user-edit .action-buttons button.save-btn{background:#92cf94;color:#1a1d20}.user-edit .action-buttons button.save-btn:hover{opacity:.9}.user-edit .action-buttons button.cancel-btn{background:#ffffff1a;color:#fffc}.user-edit .action-buttons button.cancel-btn:hover{background:#ffffff26}.message{margin:1rem 0;padding:.75rem;border-radius:4px;text-align:center;font-weight:500}.message.success{background-color:#92cf9433;color:#92cf94}.message.error{background-color:#f443;color:#f44}@media (max-width: 768px){.user-edit{padding:1rem}.user-edit .profile-image-section .image-container{width:100px;height:100px}.user-edit .action-buttons{flex-direction:column}}@media (max-width: 480px){.user-edit .profile-image-section .image-container{width:80px;height:80px}.user-edit .profile-image-section .image-container .change-image-btn{padding:.35rem}.user-edit .form-group{margin-bottom:1rem}.user-edit .form-group input,.user-edit .form-group textarea{padding:.6rem .8rem}}.username-input-container{position:relative;display:flex;align-items:center}.username-input-container .username-prefix{position:absolute;left:10px;color:#666;font-size:14px;pointer-events:none}.username-input-container input{padding-left:25px!important}.username-input-container input.invalid{border-color:#dc3545}.username-input-container input.invalid:focus{box-shadow:0 0 0 .2rem #dc354540}.error-message{color:#dc3545;font-size:12px;margin-top:4px}.user-privacy{max-width:600px;margin:0 auto;padding:2rem;width:100%;box-sizing:border-box}.user-privacy .privacy-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.user-privacy .privacy-header h1{font-size:clamp(1.5rem,2vw,2rem);color:#fffc;margin:0}.user-privacy .privacy-header .close-btn{background:none;border:none;color:#fff9;cursor:pointer;padding:.5rem;transition:all .2s ease}.user-privacy .privacy-header .close-btn:hover{color:#ffffffe6}.user-privacy .privacy-section{background:var(--card-bg);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.user-privacy .privacy-section .section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.user-privacy .privacy-section .section-header h2{font-size:1.25rem;color:#fffc;margin:0}.user-privacy .privacy-section .section-header svg{color:#92cf94}.user-privacy .form-group{margin-bottom:1.5rem}.user-privacy .form-group:last-child{margin-bottom:0}.user-privacy .form-group label{display:block;margin-bottom:.75rem;color:#fffc;font-size:.9rem}.user-privacy .form-group small{display:block;color:#fff9;font-size:.8rem;margin-top:.25rem}.user-privacy .radio-group{display:flex;flex-direction:column;gap:1rem}.user-privacy .radio-group .radio-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.user-privacy .radio-group .radio-label input[type=radio]{margin-top:.25rem}.user-privacy .radio-group .radio-label span{color:#fffc;font-size:.9rem}.user-privacy .toggle-label{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.user-privacy .toggle-label span{color:#fffc}.user-privacy .toggle-switch{position:relative;width:48px;height:24px}.user-privacy .toggle-switch input{opacity:0;width:0;height:0}.user-privacy .toggle-switch input:checked+.slider{background-color:#92cf94}.user-privacy .toggle-switch input:checked+.slider:before{transform:translate(24px)}.user-privacy .toggle-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fff3;transition:.4s;border-radius:24px}.user-privacy .toggle-switch .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.user-privacy .message{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.user-privacy .message.success{background-color:#92cf9433;color:#92cf94;border:1px solid rgba(146,207,148,.3)}.user-privacy .message.error{background-color:#f443;color:#f44;border:1px solid rgba(255,68,68,.3)}.user-privacy .action-buttons{display:flex;gap:1rem;margin-top:2rem}.user-privacy .action-buttons button{flex:1;padding:.75rem;border-radius:8px;border:none;font-size:.9rem;cursor:pointer;transition:all .2s ease}.user-privacy .action-buttons button:disabled{opacity:.6;cursor:not-allowed}.user-privacy .action-buttons button.save-btn{background:#92cf94;color:#1a1d20}.user-privacy .action-buttons button.save-btn:hover:not(:disabled){opacity:.9}.user-privacy .action-buttons button.cancel-btn{background:#ffffff1a;color:#fffc}.user-privacy .action-buttons button.cancel-btn:hover:not(:disabled){background:#ffffff26}@media (max-width: 768px){.user-privacy{padding:1rem}.user-privacy .privacy-section{padding:1.25rem}.user-privacy .action-buttons{flex-direction:column}}@media (max-width: 480px){.user-privacy .privacy-section{padding:1rem}.user-privacy .privacy-section .section-header{margin-bottom:1rem}.user-privacy .privacy-section .section-header h2{font-size:1.1rem}.user-privacy .form-group{margin-bottom:1rem}.user-privacy .toggle-label{flex-direction:column;align-items:flex-start;gap:.5rem}}.chart-container{width:100%;height:calc(100vh - 9.5rem);background:var(--card-bg);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;position:relative;transition:all .3s ease}.chart-container .chart-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08);background:var(--card-bg)}.chart-container .chart-header h1{font-size:clamp(1.5rem,2vw,2rem);color:#fffc;margin:0}.chart-container .chart-header .header-actions{display:flex;gap:.5rem;align-items:center}.chart-container .chart-header .fullscreen-btn,.chart-container .chart-header .close-btn{background:none;border:none;color:#fff9;cursor:pointer;padding:.5rem;transition:all .2s ease;border-radius:9999px}.chart-container .chart-header .fullscreen-btn:hover,.chart-container .chart-header .close-btn:hover{color:#ffffffe6;background:#ffffff1a}.chart-container .chart-content{flex:1;min-height:0;position:relative}.chart-container .chart-content #tradingview_chart{position:absolute;top:0;left:0;width:100%;height:100%}.chart-container:fullscreen{width:100vw;height:100vh;border-radius:0;background:#1a1d20}.chart-container:fullscreen .chart-header{background:#22272b;padding:1rem 2rem}.chart-container:fullscreen .chart-content{height:calc(100vh - 4rem)}.chart-container:-webkit-full-screen{width:100vw;height:100vh;border-radius:0;background:#1a1d20}.chart-container:-webkit-full-screen .chart-header{background:#22272b;padding:1rem 2rem}.chart-container:-webkit-full-screen .chart-content{height:calc(100vh - 4rem)}@media (max-width: 1024px){.chart-container{height:calc(100vh - 9rem)}.chart-container .chart-header{padding:1rem}}@media (max-width: 768px){.chart-container{height:calc(100vh - 8.5rem)}.chart-container .chart-header{padding:.75rem}.chart-container .chart-header h1{font-size:1.25rem}}.user-details{width:100%;max-width:1200px;margin:0 auto;padding:1rem;position:relative;min-height:400px}.user-details .loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:#1a1d20fa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;min-height:400px}.user-details .loading-overlay .loading-spinner{width:50px;height:50px;position:relative}.user-details .loading-overlay .loading-spinner:before,.user-details .loading-overlay .loading-spinner:after{content:"";position:absolute;border-radius:50%;background-color:#92cf94}.user-details .loading-overlay .loading-spinner:before{width:50px;height:50px;opacity:.3;animation:pulse 1.5s ease-in-out infinite}.user-details .loading-overlay .loading-spinner:after{width:30px;height:30px;top:10px;left:10px;opacity:.8;animation:pulse 1.5s ease-in-out infinite .3s}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.2);opacity:.8}}.user-details .user-details-header{background-color:#22272b;border-radius:5px;padding:1.5rem;margin-bottom:1rem}.user-details .user-details-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.user-details .user-details-header .header-content .user-profile{display:flex;flex-wrap:wrap;gap:1.5rem}.user-details .user-details-header .header-content .user-profile .profile-image-container{position:relative;display:flex;align-items:center;justify-content:center}.user-details .user-details-header .header-content .user-profile .profile-image-container .profile-image,.user-details .user-details-header .header-content .user-profile .profile-image-container .user-avatar-letter{width:80px!important;height:80px!important;min-width:80px!important;min-height:80px!important;border-radius:50%;object-fit:cover}.user-details .user-details-header .header-content .user-profile .profile-image-container .follow-symbol{position:absolute;right:-8px;top:65%;transform:translateY(-50%);width:22px;height:22px;background-color:#92cf94;color:#1a1d20;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;border:none;padding:0;cursor:pointer;box-shadow:0 2px 4px #0003;transition:all .2s ease-in-out}.user-details .user-details-header .header-content .user-profile .profile-image-container .follow-symbol:hover{transform:translateY(-50%) scale(1.1)}.user-details .user-details-header .header-content .user-profile .profile-image-container .follow-symbol.following{background-color:#92cf94,10%}.user-details .user-details-header .header-content .user-profile .profile-image-container .follow-symbol svg{width:12px;height:12px}.user-details .user-details-header .header-content .user-profile .user-info h1{font-size:1.5rem;margin-bottom:.25rem}.user-details .user-details-header .header-content .user-profile .user-info .user-stats{display:flex;gap:1rem;margin-bottom:.5rem;font-size:.875rem}.user-details .user-details-header .header-content .user-profile .user-info .user-stats .trust{color:#92cf94}.user-details .user-details-header .header-content .user-profile .user-info .user-stats .join-date{color:#ffffffb3}.user-details .user-details-header .header-content .user-profile .user-bio{width:100%;flex-basis:100%;margin-top:.5rem;color:#fffc;font-size:.875rem;max-width:600px;text-align:left}.user-details .user-details-header .header-content .post-menu-icon{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:4px;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:0;box-shadow:none}.user-details .user-details-header .header-content .post-menu-icon svg{width:18px;height:18px}.user-details .user-details-header .header-content .post-menu-icon:hover{color:#fff;opacity:.9}.user-details .user-details-header .header-content .post-menu{position:absolute;top:100%;right:0;margin-top:.25rem;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px;box-shadow:0 4px 12px #00000026;z-index:100;min-width:220px;max-width:280px;overflow:hidden;animation:fadeIn .2s ease-out}@media (max-width: 768px){.user-details .user-details-header .header-content .post-menu{min-width:200px;max-width:250px}}@media (max-width: 319px){.user-details .user-details-header .header-content .post-menu{min-width:180px;max-width:220px}}.user-details .user-details-header .header-content .post-menu button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:all .2s ease-in-out;border-bottom:1px solid rgba(255,255,255,.08)}.user-details .user-details-header .header-content .post-menu button:last-child{border-bottom:none}.user-details .user-details-header .header-content .post-menu button:hover{background-color:#ffffff1a}.user-details .user-details-header .header-content .post-menu button svg{width:16px;height:16px;flex-shrink:0}.user-details .user-details-header .header-content .post-menu button .menu-arrow{margin-left:auto;opacity:.6}.user-details .user-details-header .header-content .post-menu .report-submenu{display:flex;flex-direction:column}.user-details .user-details-header .header-content .post-menu .report-submenu .report-back-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:none;border:none;border-bottom:1px solid rgba(255,255,255,.08);color:#fff;cursor:pointer;transition:all .2s ease-in-out}.user-details .user-details-header .header-content .post-menu .report-submenu .report-back-btn:hover{background-color:#ffffff1a}.user-details .user-details-header .header-content .post-menu .report-submenu .report-header{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.08);font-weight:600}.user-details .user-details-header .header-content .post-menu .report-submenu .report-header svg{width:16px;height:16px}.user-details .user-details-header .header-content .post-menu .report-submenu .report-options{display:flex;flex-direction:column}.user-details .user-details-header .header-content .post-menu .report-submenu .report-options .report-option{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:none;border:none;border-bottom:1px solid rgba(255,255,255,.08);color:#fff;cursor:pointer;transition:all .2s ease-in-out;text-align:left}.user-details .user-details-header .header-content .post-menu .report-submenu .report-options .report-option:last-child{border-bottom:none}.user-details .user-details-header .header-content .post-menu .report-submenu .report-options .report-option:hover{background-color:#ffffff1a}.user-details .user-details-header .header-content .post-menu .report-submenu .report-options .report-option svg{width:16px;height:16px;flex-shrink:0}.user-details .user-details-header .header-content .post-menu .report-submenu .report-options .report-option .menu-arrow{margin-left:auto;opacity:.6}.user-details .user-details-header .header-content .close-btn{background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;transition:all .2s ease-in-out}.user-details .user-details-header .header-content .close-btn:hover{color:#92cf94}.user-details .user-details-header .stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.user-details .user-details-header .stats-overview .stat-card{background-color:#282c34;color:#ffffffb3;padding:1rem;border-radius:5px;text-align:center}.user-details .user-details-header .stats-overview .stat-card h3{font-size:.875rem;color:#ffffffb3;margin-bottom:.25rem}.user-details .user-details-header .stats-overview .stat-card span{font-size:1.25rem;font-weight:600}.user-details .user-details-header .peak-bar{height:24px;border-radius:9999px;overflow:hidden;margin-bottom:1.5rem;position:relative;box-shadow:inset 0 0 0 1px #ffffff80}.user-details .user-details-header .peak-bar .peak-progress{height:100%;background-color:#92cf94;position:relative}.user-details .user-details-header .peak-bar .peak-progress .peak-label{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:#1a1d20;font-size:.75rem;font-weight:600;z-index:2}.user-details .user-details-header .user-links{display:flex;gap:1rem;flex-wrap:wrap}.user-details .user-details-header .user-links .link-item{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background-color:#282c34;border-radius:9999px;color:#ffffffb3;text-decoration:none;transition:all .2s ease-in-out;border:none;cursor:pointer;font-size:.875rem}.user-details .user-details-header .user-links .link-item:hover{background-color:#ffffff1a}.user-details .activity-tabs{display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.user-details .activity-tabs::-webkit-scrollbar{display:none}.user-details .activity-tabs button{margin-left:.5rem;padding:.5rem 1rem;background:none;border:none;color:#ffffffb3;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap;font-size:.875rem}.user-details .activity-tabs button:hover{color:#fff}.user-details .activity-tabs button.active{color:#fff;font-weight:600}.user-details .activity-list{margin-left:.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;align-items:stretch}.user-details .activity-list.posts-tab{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.user-details .activity-list.posts-tab .activity-item{min-width:0;max-width:100%}.user-details .activity-list .empty-state{grid-column:1/-1;background-color:#22272b;border-radius:5px;padding:2rem;text-align:center;color:#fff9;font-style:italic;min-height:200px;display:flex;align-items:center;justify-content:center}.user-details .activity-list .activity-item{background-color:#22272b;border-radius:5px;padding:1rem;display:flex;flex-direction:column;min-height:400px;height:100%;min-width:0;max-width:100%;width:100%;box-sizing:border-box}.user-details .activity-list .activity-item .activity-header{display:flex;gap:.5rem;margin-bottom:.5rem}.user-details .activity-list .activity-item .activity-header img{width:48px;height:48px;border-radius:50%;object-fit:cover}.user-details .activity-list .activity-item .activity-header .activity-info{flex:1}.user-details .activity-list .activity-item .activity-header .activity-info .post-author{font-size:.85rem;color:#ffffffb3;margin-bottom:4px}.user-details .activity-list .activity-item .activity-header .activity-info .post-author .author-name{font-weight:600;color:#fff}.user-details .activity-list .activity-item .activity-header .activity-info .timestamp{font-size:.75rem;color:#fff9;display:block;margin-bottom:6px}.user-details .activity-list .activity-item .peak-bar{height:16px;border-radius:20px;position:relative;overflow:hidden;margin-bottom:12px;box-shadow:inset 0 0 0 1px #ffffff80;width:100%}.user-details .activity-list .activity-item .peak-bar .peak-label{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:#1a1d20;font-size:.75rem;font-weight:600;z-index:2}.user-details .activity-list .activity-item .post-title{margin:0 0 .5rem;font-size:1.05rem;color:#fff;line-height:1.3;text-align:left;width:100%;padding-left:0;display:block;height:2.6rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.user-details .activity-list .activity-item .user-peakbar{margin:8px 0 12px}.user-details .activity-list .activity-item .post-image-container{margin-bottom:1rem;height:180px;overflow:hidden;flex:0 0 auto}.user-details .activity-list .activity-item .post-image-container .post-image{width:100%;height:100%;object-fit:cover;border-radius:5px}.user-details .activity-list .activity-item .activity-content{color:#fffc;font-size:.875rem;margin-bottom:.5rem;line-height:1.4;height:4.2rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:0 0 auto}.user-details .activity-list .activity-item .preview-chart{width:100%;height:auto;border-radius:5px;margin-bottom:.5rem;object-fit:cover}.user-details .activity-list .activity-item .vote-bar{display:flex;justify-content:space-between;align-items:center;padding:2px 16px;border-radius:20px;margin:8px 0;min-height:24px;transition:background .3s ease;overflow:hidden;position:relative;box-shadow:inset 0 0 0 1px #ffffff80;flex:0 0 auto}.user-details .activity-list .activity-item .vote-bar:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;background:none;z-index:1}.user-details .activity-list .activity-item .vote-bar.has-votes:before{background:linear-gradient(to right,#92cf94 var(--like-percent, 50%),#ff4444 var(--like-percent, 50%))}.user-details .activity-list .activity-item .vote-bar button{position:relative;z-index:2;background:none;border:none;padding:1px 8px;border-radius:4px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px;color:#fffc;font-size:.8rem}.user-details .activity-list .activity-item .vote-bar button:hover{transform:scale(1.05)}.user-details .activity-list .activity-item .vote-bar button.active{font-weight:600}.user-details .activity-list .activity-item .vote-bar button .vote-icon{width:12px;height:12px;stroke:#fffc}.user-details .activity-list .activity-item .vote-bar.has-votes button{color:#1a1d20}.user-details .activity-list .activity-item .vote-bar.has-votes button .vote-icon{stroke:#1a1d20}.user-details .activity-list .activity-item .vote-bar .credible-text{color:#fffc}.user-details .activity-list .activity-item .vote-bar .credible-text.active{font-weight:600}.user-details .activity-list .activity-item .vote-bar .credible-text:hover{transform:scale(1.05)}.user-details .activity-list .activity-item .vote-bar .credible-text .vote-icon{stroke:#fffc}.user-details .activity-list .activity-item .vote-bar.has-votes .credible-text{color:#1a1d20}.user-details .activity-list .activity-item .vote-bar.has-votes .credible-text .vote-icon{stroke:#1a1d20}.user-details .activity-list .activity-item .vote-bar .doubtful-text{color:#fffc}.user-details .activity-list .activity-item .vote-bar .doubtful-text.active{font-weight:600}.user-details .activity-list .activity-item .vote-bar .doubtful-text:hover{transform:scale(1.05)}.user-details .activity-list .activity-item .vote-bar .doubtful-text .vote-icon{stroke:#fffc}.user-details .activity-list .activity-item .vote-bar.has-votes .doubtful-text{color:#1a1d20}.user-details .activity-list .activity-item .vote-bar.has-votes .doubtful-text .vote-icon{stroke:#1a1d20}.user-details .activity-list .activity-item .activity-stats{display:flex;justify-content:space-between;align-items:center;color:#fff9;font-size:.875rem;padding:0;margin-top:auto;flex:0 0 auto}.user-details .activity-list .activity-item .activity-stats .stats-right{display:flex;gap:1rem;align-items:center}.user-details .activity-list .activity-item .activity-stats .stats-right .share-btn{cursor:pointer;display:flex;align-items:center}.user-details .activity-list .activity-item .share-menu{position:absolute;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px;box-shadow:0 4px 12px #00000026;z-index:10;min-width:150px;overflow:hidden;animation:fadeIn .2s ease-out;left:50%;transform:translate(-50%);transform-origin:top center}.user-details .activity-list .activity-item .share-menu:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #22272B;z-index:1}.user-details .activity-list .activity-item .share-menu button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:all .2s ease-in-out}.user-details .activity-list .activity-item .share-menu button:hover{background-color:#ffffff1a}.user-details .activity-list .activity-item .share-menu button svg{width:16px;height:16px;color:#92cf94}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px) translate(-50%)}to{opacity:1;transform:translateY(0) translate(-50%)}}@media (max-width: 1077px){.user-details .user-details-header .peak-bar .peak-label{font-size:.7rem;left:10px}.user-details .activity-list .activity-item .peak-bar .peak-label{font-size:.62rem;left:7px}}@media (max-width: 768px){.user-details{padding:.5rem}.user-details .user-details-header{padding:1rem}.user-details .user-details-header .header-content .user-profile{flex-direction:row;align-items:flex-start;text-align:left}.user-details .user-details-header .header-content .user-profile .profile-image-container{flex-shrink:0}.user-details .user-details-header .header-content .user-profile .profile-image-container .profile-image,.user-details .user-details-header .header-content .user-profile .profile-image-container .user-avatar-letter{width:80px;height:80px;min-width:80px;min-height:80px}.user-details .user-details-header .header-content .user-profile .user-info{flex:1;margin-left:1rem}.user-details .user-details-header .header-content .user-profile .user-info h1{font-size:1.25rem;margin-bottom:.25rem}.user-details .user-details-header .header-content .user-profile .user-info .user-stats{margin-bottom:.5rem}.user-details .user-details-header .header-content .user-profile .user-info .user-stats .join-date{font-size:.8rem;color:#fff9}.user-details .user-details-header .header-content .user-profile .user-bio{text-align:left;font-size:.85rem;line-height:1.5}.user-details .user-details-header .stats-overview{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1.5rem}.user-details .user-details-header .stats-overview .stat-card{background-color:#282c34;padding:1rem;border-radius:5px;text-align:center}.user-details .user-details-header .stats-overview .stat-card h3{font-size:.8rem;color:#ffffffb3;margin-bottom:.25rem}.user-details .user-details-header .stats-overview .stat-card span{font-size:1.125rem;font-weight:600;color:#fff}.user-details .user-details-header .user-links{justify-content:center}.user-details .activity-list,.user-details .activity-list.posts-tab{grid-template-columns:minmax(250px,1fr)}.user-details .activity-list .activity-item{min-width:0;max-width:100%;padding:.5rem}.user-details .activity-list .activity-item .post-image-container{height:160px}}@media (max-width: 480px){.user-details{padding:.25rem}.user-details .user-details-header{padding:.5rem}.user-details .user-details-header .header-content .user-profile .profile-image-container .profile-image,.user-details .user-details-header .header-content .user-profile .profile-image-container .user-avatar-letter{width:72px;height:72px;min-width:72px;min-height:72px}.user-details .user-details-header .stats-overview{grid-template-columns:repeat(2,1fr);gap:.5rem}.user-details .user-details-header .stats-overview .stat-card{padding:.5rem}.user-details .user-details-header .stats-overview .stat-card h3{font-size:.75rem}.user-details .user-details-header .stats-overview .stat-card span{font-size:1rem}.user-details .activity-list{margin-left:0;max-width:100%;gap:.5rem;grid-template-columns:minmax(300px,1fr)}.user-details .activity-list.posts-tab{grid-template-columns:minmax(300px,1fr)}.user-details .activity-list .activity-item{padding:.5rem;width:100%;min-width:0;max-width:100%}.user-details .activity-list .activity-item .activity-content{overflow:hidden;text-overflow:ellipsis}.user-details .activity-list .activity-item .post-title{font-size:1rem}.user-details .activity-list .activity-item .post-image-container{height:160px}}@media (max-width: 360px){.user-details .activity-list{grid-template-columns:minmax(250px,1fr)}.user-details .activity-list .activity-item{padding:.25rem}.user-details .activity-list .activity-item .post-image-container{height:140px}.user-details .activity-list .activity-item .activity-content{height:3.6rem;-webkit-line-clamp:2}.user-details .activity-list .activity-item .activity-header img{width:40px;height:40px}.user-details .activity-list .activity-item .activity-header .post-author{font-size:.8rem}.user-details .activity-list .activity-item .activity-header .timestamp{font-size:.7rem}.user-details .activity-list .activity-item .peak-bar{height:14px}.user-details .activity-list .activity-item .peak-bar .peak-label{font-size:.6rem;left:6px}.user-details .activity-list .activity-item .vote-bar{padding:2px 12px}.user-details .activity-list .activity-item .vote-bar button{font-size:.75rem}.user-details .activity-list .activity-item .vote-bar button .vote-icon{width:10px;height:10px}.user-details .activity-list .activity-item .activity-stats{font-size:.8rem}.user-details .activity-list .share-menu{min-width:120px}.user-details .activity-list .share-menu button{padding:.25rem .5rem;font-size:.8rem}.user-details .activity-list .share-menu button svg{width:14px;height:14px}}@media (max-width: 319px){.user-details .activity-list .activity-item .peak-bar{height:14px}.user-details .activity-list .activity-item .peak-bar .peak-label{font-size:.6rem;left:6px}.user-details .activity-list .activity-item .vote-bar{padding:2px 10px}.user-details .activity-list .activity-item .vote-bar button{font-size:.75rem}.user-details .activity-list .activity-item .vote-bar button .vote-icon{width:10px;height:10px}.user-details .activity-list .activity-item .activity-stats{font-size:.75rem}.user-details .activity-list .share-menu{min-width:100px}.user-details .activity-list .share-menu button{padding:.25rem;font-size:.75rem}.user-details .activity-list .share-menu button svg{width:12px;height:12px}}@media (max-width: 250px){.user-details{padding:.25rem}.user-details .user-details-header{padding:.5rem}.user-details .user-details-header .header-content .user-profile .profile-image-container .profile-image,.user-details .user-details-header .header-content .user-profile .profile-image-container .user-avatar-letter{width:64px;height:64px;min-width:64px;min-height:64px}.user-details .user-details-header .stats-overview{grid-template-columns:repeat(2,1fr);gap:.25rem;margin-bottom:1rem}.user-details .user-details-header .stats-overview .stat-card{padding:.25rem;border-radius:5px}.user-details .user-details-header .stats-overview .stat-card h3{font-size:.65rem;margin-bottom:2px}.user-details .user-details-header .stats-overview .stat-card span{font-size:.9rem}.user-details .activity-list{margin-left:0;gap:.25rem;grid-template-columns:minmax(250px,1fr)}.user-details .activity-list .activity-item{padding:.25rem;min-height:350px}.user-details .activity-list .activity-item .post-title{font-size:.95rem;height:2.4rem}.user-details .activity-list .activity-item .post-image-container{height:120px}.user-details .activity-list .activity-item .activity-content{font-size:.8rem;height:3.2rem;-webkit-line-clamp:2}.user-details .activity-list .activity-item .activity-header img{width:36px;height:36px}.user-details .activity-list .activity-item .activity-header .post-author{font-size:.75rem}.user-details .activity-list .activity-item .activity-header .timestamp{font-size:.65rem}.user-details .activity-list .activity-item .peak-bar{height:12px}.user-details .activity-list .activity-item .peak-bar .peak-label{font-size:.55rem;left:5px}.user-details .activity-list .activity-item .vote-bar{padding:2px 10px;min-height:20px}.user-details .activity-list .activity-item .vote-bar button{font-size:.7rem}.user-details .activity-list .activity-item .vote-bar button .vote-icon{width:9px;height:9px}.user-details .activity-list .activity-item .activity-stats{font-size:.75rem}.user-details .activity-list .activity-item .activity-stats .stats-right{gap:.5rem}.user-details .activity-list .share-menu{min-width:100px}.user-details .activity-list .share-menu button{padding:.25rem;font-size:.75rem}.user-details .activity-list .share-menu button svg{width:12px;height:12px}}.followers-following-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:110;padding:1rem;overflow-y:auto}.followers-following-modal{background-color:#22272b;border-radius:5px;width:100%;max-width:440px;max-height:70vh;display:flex;flex-direction:column;box-shadow:0 4px 20px #0000004d;overflow:hidden}.followers-following-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08)}.followers-following-modal .modal-header h2{font-size:.95rem;font-weight:600;color:#fff;margin:0}.followers-following-modal .modal-header .close-btn{background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;transition:all .2s ease-in-out}.followers-following-modal .modal-header .close-btn:hover{background-color:#ffffff1a}.followers-following-modal .modal-body{flex:1;overflow-y:auto;padding:8px 10px}.followers-following-modal .modal-body .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;color:#ffffffb3}.followers-following-modal .modal-body .loading-state .loading-spinner{width:28px;height:28px;border:3px solid rgba(255,255,255,.1);border-top-color:#92cf94;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:.5rem}.followers-following-modal .modal-body .loading-state p{font-size:.8rem;margin:0}.followers-following-modal .modal-body .empty-state{text-align:center;padding:1rem;color:#ffffffb3}.followers-following-modal .modal-body .empty-state p{font-size:.85rem;margin:0}.followers-following-modal .modal-body .users-list{display:flex;flex-direction:column;gap:6px;max-height:200px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.followers-following-modal .modal-body .users-list::-webkit-scrollbar{display:none}.followers-following-modal .modal-body .users-list .user-item{background-color:#282c34;border-radius:5px;padding:8px 10px;border:1px solid rgba(255,255,255,.08);transition:all .2s ease-in-out;cursor:pointer}.followers-following-modal .modal-body .users-list .user-item:hover{background-color:#282c34}.followers-following-modal .modal-body .users-list .user-item .preview-header{display:flex;align-items:center;gap:10px;margin-bottom:6px}.followers-following-modal .modal-body .users-list .user-item .preview-header .img-container{position:relative;width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.followers-following-modal .modal-body .users-list .user-item .preview-header .img-container img,.followers-following-modal .modal-body .users-list .user-item .preview-header .img-container .user-avatar-letter{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;border-radius:50%;object-fit:cover}.followers-following-modal .modal-body .users-list .user-item .preview-header .img-container .follow-symbol{position:absolute;right:-6px;top:65%;transform:translateY(-50%);width:18px;height:18px;background-color:#92cf94;color:#1a1d20;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;border:1.5px solid #22272B;cursor:pointer;transition:all .2s ease-in-out;padding:0}.followers-following-modal .modal-body .users-list .user-item .preview-header .img-container .follow-symbol:hover{transform:translateY(-50%) scale(1.1);background-color:#6fbf71}.followers-following-modal .modal-body .users-list .user-item .preview-header .img-container .follow-symbol.following{background-color:#92cf94}.followers-following-modal .modal-body .users-list .user-item .preview-header .img-container .follow-symbol.following svg{width:10px;height:10px}.followers-following-modal .modal-body .users-list .user-item .preview-header .img-container .follow-symbol svg{width:10px;height:10px}.followers-following-modal .modal-body .users-list .user-item .preview-header .user-info{flex:1;min-width:0;display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.followers-following-modal .modal-body .users-list .user-item .preview-header .user-info .user-info-left{flex:1;min-width:0}.followers-following-modal .modal-body .users-list .user-item .preview-header .user-info .user-info-left>div:first-child{font-size:.85rem;font-weight:600;color:#fff;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.followers-following-modal .modal-body .users-list .user-item .preview-header .user-info .user-info-left .trust{font-size:.7rem;color:#ffffffb3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.followers-following-modal .modal-body .users-list .user-item .preview-header .user-info .user-info-right{flex-shrink:0;text-align:right;display:flex;flex-direction:column;align-items:flex-end}.followers-following-modal .modal-body .users-list .user-item .preview-header .user-info .user-info-right .total-engagement-label{font-size:.65rem;color:#ffffffb3;margin-bottom:2px;white-space:nowrap}.followers-following-modal .modal-body .users-list .user-item .preview-header .user-info .user-info-right .total-engagement-value{font-size:.75rem;font-weight:600;color:#fff}.followers-following-modal .modal-body .users-list .user-item .peak-bar{height:.5rem;background:none;border-radius:9999px;position:relative;box-shadow:inset 0 0 0 1px #ffffff80;overflow:hidden;margin-top:6px}.followers-following-modal .modal-body .users-list .user-item .peak-bar span{position:absolute;top:50%;left:6px;transform:translateY(-50%);font-size:.55rem;font-weight:500;z-index:2;text-align:left}@keyframes spin{to{transform:rotate(360deg)}}.keyword-page{height:100vh;background-color:#22272b;padding:0;margin:0;display:flex;flex-direction:column;overflow:hidden;width:100%;max-width:100%;box-sizing:border-box}.keyword-page .keyword-header{background-color:#1a1d20;border-bottom:1px solid rgba(255,255,255,.08);padding:1.5rem 2rem;display:flex;align-items:center;gap:1rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000001a;flex-shrink:0}.keyword-page .keyword-header .close-btn{background:#ffffff1a;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%;width:2.5rem;height:2.5rem;transition:all .2s}.keyword-page .keyword-header .close-btn:hover{background:#fff3;color:#92cf94}.keyword-page .keyword-header h1{font-size:1.75rem;font-weight:700;margin:0;color:#fff;display:flex;align-items:center;gap:.5rem}.keyword-page .keyword-header .keyword-subtitle{margin:0 0 0 auto;color:#ffffffb3;font-size:.875rem;padding:.5rem 1rem;background:#ffffff1a;border-radius:5px}.keyword-page .keyword-content{max-width:800px;width:100%;margin:0 auto;padding:2rem;flex:1;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.keyword-page .keyword-content::-webkit-scrollbar{display:none}.keyword-page .loading-state,.keyword-page .error-state,.keyword-page .empty-state{text-align:center;padding:4rem 2rem;color:#ffffffb3}.keyword-page .loading-state .loading-spinner,.keyword-page .error-state .loading-spinner,.keyword-page .empty-state .loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top:3px solid #92cf94;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}.keyword-page .loading-state p,.keyword-page .error-state p,.keyword-page .empty-state p{font-size:1rem;color:#ffffffb3}.keyword-page .posts-list{display:flex;flex-direction:column;gap:1rem;min-width:0}.keyword-page .post-card{background:#1a1d20;max-width:100%;min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s;position:relative}.keyword-page .post-card:hover{border-color:#92cf944d;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.keyword-page .post-card.fullscreen .post-actions-top{position:fixed;top:1rem;right:1rem;background:#22272be6;padding:.25rem;border-radius:9999px;box-shadow:0 2px 8px #0003}.keyword-page .post-card.fullscreen .post-menu{position:fixed;top:60px;right:1rem}.keyword-page .post-card .post-actions-top{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;z-index:2}.keyword-page .post-card .fullscreen-icon{background:#22272b;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:9999px;box-shadow:0 2px 8px #0000001a}.keyword-page .post-card .fullscreen-icon svg{width:16px;height:16px}.keyword-page .post-card .fullscreen-icon:hover{color:#fff;background:#22272b;transform:scale(1.1)}.keyword-page .post-card .post-menu-icon{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:4px;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:0;box-shadow:none}.keyword-page .post-card .post-menu-icon svg{width:18px;height:18px}.keyword-page .post-card .post-menu-icon:hover{color:#fff;opacity:.9}.keyword-page .post-card .preview-header{padding-right:2.5rem;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;min-width:0}.keyword-page .post-card .preview-header .img-container{position:relative;width:48px;height:48px}.keyword-page .post-card .preview-header .img-container img{width:100%;height:100%;object-fit:cover;border-radius:50%}.keyword-page .post-card .preview-header .img-container .follow-symbol{position:absolute;bottom:0;right:0;width:20px;height:20px;background-color:#92cf94;color:#1a1d20;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;padding:0;transition:all .2s ease-in-out}.keyword-page .post-card .preview-header .img-container .follow-symbol:hover{opacity:.9}.keyword-page .post-card .preview-header .img-container .follow-symbol.following{background-color:#92cf94}.keyword-page .post-card .preview-header .user-info{font-size:.875rem;flex:1;min-width:0}.keyword-page .post-card .preview-header .user-info div:first-child{font-weight:600;color:#fff}.keyword-page .post-card .preview-header .user-info .trust{color:#92cf94;font-size:.75rem}.keyword-page .post-card .preview-header .user-info .trust .date{color:#fff9;font-size:.75rem;flex-shrink:0}.keyword-page .post-card .peak-bar{height:.75rem;width:150px;border-radius:9999px;margin-bottom:.5rem;position:relative;box-shadow:inset 0 0 0 1px #ffffff80;overflow:hidden}.keyword-page .post-card .peak-bar span{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);font-size:.6rem;font-weight:500;z-index:1}.keyword-page .post-card .preview-content{font-size:.875rem;margin-bottom:.5rem;min-width:0;overflow-wrap:break-word;word-wrap:break-word}.keyword-page .post-card .preview-content .post-title{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;color:#fff}.keyword-page .post-card .preview-content .post-image-container{margin-bottom:1rem;height:180px;overflow:hidden;flex:0 0 auto;border-radius:5px;max-width:100%}.keyword-page .post-card .preview-content .post-image-container .post-image{width:100%;height:100%;object-fit:cover;border-radius:5px}.keyword-page .post-card .preview-content .post-content{color:#fffc;font-size:.875rem;line-height:1.6;margin:0 0 .5rem;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.keyword-page .post-card .preview-content .post-keywords{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.25rem;max-width:100%}.keyword-page .post-card .vote-bar{display:flex;justify-content:space-between;align-items:center;padding:2px 16px;border-radius:20px;margin:8px 0;min-height:24px;transition:background .3s ease;overflow:hidden;position:relative;box-shadow:inset 0 0 0 1px #ffffff80;max-width:100%}.keyword-page .post-card .vote-bar:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;background:none;z-index:1}.keyword-page .post-card .vote-bar.has-votes:before{background:linear-gradient(to right,#92cf94 var(--like-percent, 50%),#ff4444 var(--like-percent, 50%))}.keyword-page .post-card .vote-bar button{position:relative;z-index:2;background:none;border:none;padding:1px 8px;border-radius:4px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px;color:#fffc;font-size:.8rem}.keyword-page .post-card .vote-bar button:hover{transform:scale(1.05)}.keyword-page .post-card .vote-bar button.active{font-weight:600}.keyword-page .post-card .vote-bar button .vote-icon{width:12px;height:12px;stroke:#fffc}.keyword-page .post-card .vote-bar.has-votes button{color:#1a1d20}.keyword-page .post-card .vote-bar.has-votes button .vote-icon{stroke:#1a1d20}.keyword-page .post-card .vote-bar .credible-text{color:#fffc}.keyword-page .post-card .vote-bar .credible-text.active{font-weight:600}.keyword-page .post-card .vote-bar .credible-text:hover{transform:scale(1.05)}.keyword-page .post-card .vote-bar .credible-text .vote-icon{stroke:#fffc}.keyword-page .post-card .vote-bar.has-votes .credible-text{color:#1a1d20}.keyword-page .post-card .vote-bar.has-votes .credible-text .vote-icon{stroke:#1a1d20}.keyword-page .post-card .vote-bar .doubtful-text{color:#fffc}.keyword-page .post-card .vote-bar .doubtful-text.active{font-weight:600}.keyword-page .post-card .vote-bar .doubtful-text:hover{transform:scale(1.05)}.keyword-page .post-card .vote-bar .doubtful-text .vote-icon{stroke:#fffc}.keyword-page .post-card .vote-bar.has-votes .doubtful-text{color:#1a1d20}.keyword-page .post-card .vote-bar.has-votes .doubtful-text .vote-icon{stroke:#1a1d20}.keyword-page .post-card .post-actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;font-size:.75rem;color:#fffc;padding:0 .25rem;position:relative;max-width:100%}.keyword-page .post-card .post-actions .action-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#fffc;padding:.25rem 0;text-align:center;cursor:pointer;transition:all .2s ease-in-out}.keyword-page .post-card .post-actions .action-btn.vote-count{cursor:default;pointer-events:none}.keyword-page .post-card .post-actions .action-btn.save-btn{cursor:pointer}.keyword-page .post-card .post-actions .action-btn.echo-btn{cursor:pointer;transition:color .2s ease}.keyword-page .post-card .post-actions .action-btn.echo-btn:hover{color:#92cf94}.keyword-page .post-card .post-actions .action-btn svg{width:16px;height:16px}.keyword-page .post-card .post-actions .action-btn.active{color:#92cf94;font-weight:600}.keyword-page .post-card .post-actions .action-btn.active svg{fill:#92cf94;stroke:#92cf94}.keyword-page .post-card .post-actions .action-btn span{font-weight:500}.keyword-page .post-card .post-actions .action-btn:nth-child(3){position:relative}.keyword-page .post-card .post-actions .share-menu{position:absolute;bottom:calc(100% + 4px);right:0;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:150px;overflow:hidden;animation:fadeIn .2s ease-out}.keyword-page .post-card .post-actions .share-menu:before{content:"";position:absolute;bottom:-8px;right:20px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #22272B;z-index:1}.keyword-page .post-card .post-actions .share-menu button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:all .2s ease-in-out}.keyword-page .post-card .post-actions .share-menu button:hover{background-color:#ffffff1a}.keyword-page .post-card .post-actions .share-menu button svg{width:16px;height:16px;color:#92cf94}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.keyword-page .post-card .post-menu{position:absolute;top:60px;right:1rem;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px;box-shadow:0 4px 12px #00000026;z-index:100;min-width:220px;max-width:280px;overflow:hidden;animation:fadeIn .2s ease-out}.keyword-page .post-card .post-menu button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:all .2s ease-in-out;font-size:.875rem}.keyword-page .post-card .post-menu button:hover{background-color:#ffffff1a}.keyword-page .post-card .post-menu button svg{width:16px;height:16px;color:#92cf94}.keyword-page .post-card .post-menu button .menu-arrow{margin-left:auto;color:#ffffff80}.keyword-page .post-card .post-menu .report-submenu .report-back-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;text-align:left;background:#282c34;border:none;color:#fff;cursor:pointer;font-size:.875rem;border-bottom:1px solid rgba(255,255,255,.08)}.keyword-page .post-card .post-menu .report-submenu .report-header{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.08);font-weight:600;font-size:.875rem}.keyword-page .post-card .post-menu .report-submenu .report-options{display:flex;flex-direction:column}.keyword-page .post-card .post-menu .report-submenu .report-options .report-option{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:all .2s ease-in-out;font-size:.875rem}.keyword-page .post-card .post-menu .report-submenu .report-options .report-option:hover{background-color:#ffffff1a}.keyword-page .post-card .post-menu .report-submenu .report-options .report-option.report-type-option{border-bottom:1px solid rgba(255,255,255,.08)}@media (max-width: 768px){.keyword-page .keyword-header{padding:1rem;flex-wrap:wrap}.keyword-page .keyword-header h1{font-size:1.5rem}.keyword-page .keyword-header .keyword-subtitle{font-size:.75rem;padding:.4rem .8rem}.keyword-page .keyword-content{padding:1rem;width:100%;max-width:100%}.keyword-page .posts-list{width:100%}.keyword-page .post-card{padding:1rem;width:100%;max-width:100%;box-sizing:border-box}.keyword-page .post-card .post-actions-top{gap:.25rem}.keyword-page .post-card .post-menu-icon svg{width:16px;height:16px}.keyword-page .post-card .preview-header{padding-right:2rem}.keyword-page .post-card .post-title{font-size:1.125rem}.keyword-page .post-card .post-image-container{max-width:100%}.keyword-page .post-card .post-actions{flex-wrap:wrap;gap:.25rem}.keyword-page .post-card .post-actions .action-btn{margin-right:.5rem}.keyword-page .post-card .post-menu{right:.5rem;min-width:180px;max-width:min(250px,100vw - 2rem)}.keyword-page .post-card .vote-bar{max-width:100%}}@media (max-width: 480px){.keyword-page .keyword-header{padding:.75rem 1rem}.keyword-page .keyword-header h1{font-size:1.25rem}.keyword-page .keyword-header .keyword-subtitle{font-size:.7rem;padding:.3rem .6rem}.keyword-page .keyword-content,.keyword-page .post-card{padding:.75rem 1rem}.keyword-page .post-card .preview-header .img-container{width:40px;height:40px}.keyword-page .post-card .preview-header .img-container .follow-symbol{width:18px;height:18px}.keyword-page .post-card .peak-bar{width:120px}.keyword-page .post-card .post-title{font-size:1rem}.keyword-page .post-card .post-image-container{height:140px}.keyword-page .post-card .post-actions .action-btn span{font-size:.75rem}}.guide-page{display:flex;position:relative;min-height:60vh;background-color:#1a1d20;color:#fff;border-radius:5px;overflow:hidden}.guide-page .guide-close-btn{position:absolute;top:1rem;right:1rem;z-index:10;background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;transition:all .2s ease-in-out}.guide-page .guide-close-btn:hover{color:#92cf94}.guide-page .guide-sidebar{width:280px;flex-shrink:0;background-color:#22272b;border-right:1px solid rgba(255,255,255,.08);padding:3rem 1rem 1rem;overflow-y:auto}@media (max-width: 768px){.guide-page .guide-sidebar{display:none}}.guide-page .guide-nav-list{list-style:none;margin:0;padding:0}.guide-page .guide-nav-item{display:block;width:100%;text-align:left;padding:10px 12px;margin-bottom:4px;font-size:.9rem;color:#ffffffb3;background:transparent;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease-in-out}.guide-page .guide-nav-item:hover{color:#fff;background-color:#282c34}.guide-page .guide-nav-item.active{color:#92cf94;background-color:#92cf941f;font-weight:600}.guide-page .guide-main{flex:1;min-width:0;padding:3rem 1.5rem 1.5rem;position:relative}.guide-page .guide-mobile-toggle{display:none;width:100%;padding:12px 14px;margin-bottom:12px;font-size:.95rem;font-weight:600;color:#92cf94;background-color:#92cf941f;border:1px solid rgba(146,207,148,.3);border-radius:5px;cursor:pointer;text-align:left}@media (max-width: 768px){.guide-page .guide-mobile-toggle{display:block}}.guide-page .guide-mobile-nav{display:none;margin-bottom:16px;padding:8px 0;background-color:#22272b;border:1px solid rgba(255,255,255,.08);border-radius:5px}@media (max-width: 768px){.guide-page .guide-mobile-nav{display:block}.guide-page .guide-mobile-nav ul{list-style:none;margin:0;padding:0}.guide-page .guide-mobile-nav li{border-bottom:1px solid rgba(255,255,255,.08)}.guide-page .guide-mobile-nav li:last-child{border-bottom:none}.guide-page .guide-mobile-nav button{display:block;width:100%;padding:12px 16px;text-align:left;font-size:.9rem;color:#fff;background:transparent;border:none;cursor:pointer;transition:all .2s ease-in-out}.guide-page .guide-mobile-nav button:hover{background-color:#282c34}.guide-page .guide-mobile-nav button.active{color:#92cf94;font-weight:600;background-color:#92cf9414}}.guide-page .guide-content{max-width:720px}.guide-page .guide-content-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1.25rem;line-height:1.3}@media (max-width: 576px){.guide-page .guide-content-title{font-size:1.25rem}}.guide-page .guide-content-body{font-size:.95rem;line-height:1.65;color:#fff}.guide-page .guide-content-body p{margin:0 0 1rem;color:#ffffffe6}.guide-page .guide-content-body ul{margin:0 0 1rem;padding-left:1.5rem}.guide-page .guide-content-body ul li{margin-bottom:.5rem}.guide-page .guide-content-body strong{color:#fff;font-weight:600}.guide-page .guide-footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);font-size:.875rem;color:#ffffffb3}.guide-page .guide-footer p{margin:0 0 .5rem}.guide-page .guide-footer p:last-child{margin-bottom:0}.guide-page .guide-footer a{color:#92cf94;text-decoration:none}.guide-page .guide-footer a:hover{text-decoration:underline}.guide-page .guide-footer .guide-copyright{font-size:.8rem;opacity:.85}.mobile-search,.mobile-menu,.mobile-menu-overlay,.mobile-tabs,.toggle-menu-btn,.tablet-cards{display:none}.main-content{display:flex;flex:1}@media only screen and (min-width: 788px) and (max-width: 994px){.main-content .left-sidebar{display:none}.main-content .content-area{flex:1}.main-content .right-sidebar{width:280px}}@media only screen and (max-width: 768px){.main-content{flex-direction:column}.main-content .left-sidebar,.main-content .right-sidebar{width:100%;border:none;border-bottom:1px solid rgba(255,255,255,.08)}}@media only screen and (min-width: 788px) and (max-width: 994px){.app-container .left-sidebar,.app-container .top-header .market-info{display:none}.app-container .top-header .right-actions{gap:.5rem}.app-container .top-header .right-actions svg{width:1rem;height:1rem}.app-container .top-header .right-actions .search-container{width:auto;min-width:160px}.app-container .top-header .right-actions .search-container input{width:100%}.app-container .tablet-section .top-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:12px;padding:1rem}.app-container .tablet-section .top-container .top-preview{width:calc(50% - 6px);flex:0 0 auto;margin-bottom:12px;background-color:#1a1d20;box-shadow:0 1px 3px #0000001a}.app-container .tablet-section .top-container .top-preview .top-content{min-height:120px}.app-container .tablet-section .top-container .top-preview .top-content .top-title{font-size:1rem;margin-bottom:.25rem;line-height:1.2;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:2.4em}.app-container .tablet-section .top-container .top-preview .top-content .top-text{font-weight:400;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:3em}.app-container .tablet-section .top-container .top-preview .top-content .top-text .inline-image{margin:.25rem 0}.app-container .tablet-section .top-container .top-preview .top-content .top-text .inline-image img{max-height:80px}.app-container .tablet-section .top-container .top-preview .top-actions{padding:.25rem}.app-container .tablet-section .top-container .top-preview .top-actions .action-btn,.app-container .tablet-section .top-container .top-preview .top-actions .action-btn span{font-size:.7rem}.app-container .user-search .search-container{width:auto;min-width:160px}.app-container .user-search .search-container input{width:100%;min-width:120px}.app-container .user-search .search-container .search-icon{width:1rem;height:1rem}.app-container .tablet-cards{display:flex;flex-direction:column;background-color:#22272b;border-bottom:1px solid rgba(255,255,255,.08)}.app-container .tablet-cards .tab-buttons{display:flex;padding:1rem;border-bottom:none;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;justify-content:space-between;align-items:center}.app-container .tablet-cards .tab-buttons::-webkit-scrollbar{display:none}.app-container .tablet-cards .tab-buttons .tab-links{display:flex;gap:1rem;padding-right:1rem;border-right:1px solid rgba(255,255,255,.08);flex-shrink:0}.app-container .tablet-cards .tab-buttons .tab-links a{color:#fff;text-decoration:none;opacity:.8;font-size:.875rem;transition:all .2s ease-in-out;cursor:pointer;white-space:nowrap}.app-container .tablet-cards .tab-buttons .tab-links a:hover,.app-container .tablet-cards .tab-buttons .tab-links a.active{opacity:1}.app-container .tablet-cards .tab-buttons .tab-links a.active{font-weight:600}.app-container .tablet-cards .tab-buttons .crypto-pairs{display:flex;gap:1rem;padding-left:1rem;align-items:center;flex-shrink:0;margin-left:auto}.app-container .tablet-cards .tab-buttons .crypto-pairs .crypto-pair{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#fff;opacity:.8;white-space:nowrap}.app-container .tablet-cards .tab-buttons .crypto-pairs .crypto-pair.positive{color:#92cf94}.app-container .tablet-cards .tab-buttons .crypto-pairs .crypto-pair.negative{color:#f44}.app-container .tablet-cards .tab-buttons .crypto-pairs .crypto-pair .chart{width:3rem;height:1rem;flex-shrink:0}.app-container .tablet-cards .cards-container{display:flex;overflow-x:auto;padding:1rem;gap:1rem;scrollbar-width:none;-ms-overflow-style:none}.app-container .tablet-cards .cards-container::-webkit-scrollbar{display:none}.app-container .tablet-cards .cards-container .post-preview{min-width:calc((100% - 2 * 1rem) / 3);max-width:calc((100% - 2 * 1rem) / 3);flex:0 0 auto;background-color:transparent;border-radius:5px;padding:1rem;border:none;border-right:1px solid rgba(255,255,255,.08)}.app-container .tablet-cards .cards-container .post-preview:last-child{border-right:none}}@media only screen and (min-width: 788px) and (max-width: 994px) and (min-width: 788px) and (max-width: 850px){.app-container .tablet-cards .cards-container .post-preview{min-width:calc((100% - 1rem)/2);max-width:calc((100% - 1rem)/2)}}@media only screen and (min-width: 788px) and (max-width: 994px) and (max-width: 787px){.app-container .tablet-cards .cards-container .post-preview{min-width:100%;max-width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.app-container .tablet-cards .cards-container .post-preview:last-child{border-bottom:none}}@media only screen and (min-width: 788px) and (max-width: 994px){.app-container .tablet-cards .cards-container .post-preview .preview-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.app-container .tablet-cards .cards-container .post-preview .preview-header .img-container{position:relative;width:2rem;height:2rem}.app-container .tablet-cards .cards-container .post-preview .preview-header .img-container img{width:100%;height:100%;border-radius:50%}.app-container .tablet-cards .cards-container .post-preview .preview-header .img-container .follow-symbol{position:absolute;right:-5px;bottom:-5px;width:16px;height:16px;background-color:#92cf94;color:#1a1d20;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;border:none;cursor:pointer;transition:all .2s ease-in-out;padding:0}.app-container .tablet-cards .cards-container .post-preview .preview-header .img-container .follow-symbol:hover{transform:scale(1.1)}.app-container .tablet-cards .cards-container .post-preview .preview-header .img-container .follow-symbol.active{background-color:#92cf94;font-size:.7rem}.app-container .tablet-cards .cards-container .post-preview .preview-header .user-info{font-size:.875rem}.app-container .tablet-cards .cards-container .post-preview .preview-header .user-info .trust{color:#92cf94}.app-container .tablet-cards .cards-container .post-preview .peak-bar{height:.75rem;background:none;border-radius:9999px;margin:0 .5rem .5rem;position:relative;box-shadow:inset 0 0 0 1px #ffffff80;width:calc(100% - 6rem);flex-shrink:0;overflow:hidden}.app-container .tablet-cards .cards-container .post-preview .peak-bar:before{display:none}.app-container .tablet-cards .cards-container .post-preview .peak-bar .peak-label{position:absolute;top:50%;left:.5rem;transform:translateY(-50%);font-size:.6rem;font-weight:500;color:#1a1d20;z-index:2;text-align:left;width:auto;height:auto;display:block}.app-container .tablet-cards .cards-container .post-preview .preview-content{font-size:.875rem;margin-bottom:.5rem;color:#fffc}.app-container .tablet-cards .cards-container .post-preview .preview-chart{width:100%;height:120px;object-fit:cover;border-radius:5px;margin:.5rem 0}.app-container .tablet-cards .cards-container .post-preview .vote-bar{height:24px;background:linear-gradient(to right,#92cf94 95%,#f44 5%);border-radius:9999px;margin:.5rem 0;position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 .5rem}.app-container .tablet-cards .cards-container .post-preview .vote-bar .credibility-labels{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 .5rem;font-size:.75rem}.app-container .tablet-cards .cards-container .post-preview .vote-bar .credibility-labels .credible,.app-container .tablet-cards .cards-container .post-preview .vote-bar .credibility-labels .doubtful{color:#1a1d20}.app-container .tablet-cards .cards-container .post-preview .credibility-labels{display:none}.app-container .tablet-cards .cards-container .post-preview .post-actions{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#fffc;padding:0 .25rem;margin-top:.5rem}.app-container .tablet-cards .cards-container .post-preview .post-actions .action-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#fff9;cursor:pointer;padding:.25rem 0;transition:all .2s ease-in-out;text-align:center;font-weight:500;font-size:.75rem}.app-container .tablet-cards .cards-container .post-preview .post-actions .action-btn svg{width:16px;height:16px;transition:all .2s ease-in-out;color:#fff9}.app-container .tablet-cards .cards-container .post-preview .post-actions .action-btn.active{color:#92cf94}.app-container .tablet-cards .cards-container .post-preview .post-actions .action-btn.active svg{fill:#92cf94;color:#92cf94}.app-container .tablet-cards .cards-container .post-preview .post-actions .action-btn span{font-weight:500}.app-container .tablet-cards .cards-container .post-preview .post-actions .date{opacity:.6;cursor:default;font-size:.75rem;font-weight:500}.app-container .tablet-cards .cards-container .post-preview .fullscreen-icon{top:1rem;right:1rem}.app-container .tablet-cards .cards-container .post-preview .preview-header{padding-right:3rem}.main-header{border-top:1px solid rgba(255,255,255,.08)}}.content-area,.left-sidebar,.right-sidebar{scrollbar-width:none;-ms-overflow-style:none}.content-area::-webkit-scrollbar,.left-sidebar::-webkit-scrollbar,.right-sidebar::-webkit-scrollbar{display:none}@media only screen and (min-width: 250px) and (max-width: 788px){.mobile-search{display:block}.mobile-menu{display:flex}.mobile-menu-overlay.active{display:block}.toggle-menu-btn{display:flex!important}.right-sidebar,.left-sidebar{display:none}.main-content .content-area{width:100%}.top-header{padding:.25rem .5rem;font-size:.85rem;gap:0;flex-wrap:nowrap;align-items:center;justify-content:flex-start;overflow:visible;position:relative;height:36px;min-height:36px;min-width:0}.top-header .right-actions{display:none}.top-header .wallet-container{flex-shrink:0;order:-1;margin-right:.5rem;padding-right:.5rem;border-right:1px solid rgba(255,255,255,.08);position:relative}.top-header .wallet-container .wallet-btn{padding:.25rem .5rem;font-size:.8rem;min-width:50px}.top-header .wallet-container .wallet-dropdown{position:absolute;top:100%;left:0;margin-top:.25rem;background-color:#22272b;border-radius:5px;min-width:200px;box-shadow:0 4px 12px #00000026;z-index:102;border:1px solid rgba(255,255,255,.08)}.top-header .top-header-stats-scroll{flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none;-ms-overflow-style:none}.top-header .top-header-stats-scroll::-webkit-scrollbar{display:none}.top-header .top-header-stats-scroll .top-header-stats-inner{display:inline-flex;align-items:center;gap:1rem;min-width:min-content;font-size:.85rem;white-space:nowrap}.top-header .top-header-stats-scroll .top-header-stats-inner>span:not(.volume-crypto-container){flex-shrink:0}.top-header .top-header-stats-scroll .top-header-stats-inner .volume-crypto-container{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:0;padding-left:.5rem;border-left:1px solid rgba(255,255,255,.08)}.top-header .top-header-stats-scroll .top-header-stats-inner .volume-crypto-container>span:first-child{font-size:.85rem}.top-header .top-header-stats-scroll .top-header-stats-inner .volume-crypto-container .market-info{display:none}}@media only screen and (min-width: 250px) and (max-width: 788px) and (max-width: 437px){.top-header{padding:.25rem .5rem;gap:0;height:36px;min-height:36px;flex-wrap:nowrap}.top-header .wallet-container{margin-right:.25rem;padding-right:.25rem}.top-header .wallet-container .wallet-btn{padding:.25rem;min-width:44px;font-size:.75rem}.top-header .top-header-stats-scroll .top-header-stats-inner{font-size:.75rem}.top-header .top-header-stats-scroll .top-header-stats-inner .volume-crypto-container>span:first-child{font-size:.75rem}}@media only screen and (min-width: 250px) and (max-width: 788px){.main-header{position:relative;padding:.25rem;height:auto;min-height:3rem}.main-header .user-search{display:none}.main-header nav{justify-content:space-between;width:100%;gap:.25rem}.main-header nav .desktop-nav{display:none}.main-header nav .mobile-tabs{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.25rem;margin-bottom:-.25rem;flex:1;margin-right:.5rem}.main-header nav .mobile-tabs::-webkit-scrollbar{display:none}.main-header nav .mobile-tabs a{color:#fffc;text-decoration:none;font-size:.85rem;white-space:nowrap;padding:.25rem .5rem;transition:all .2s ease-in-out}.main-header nav .mobile-tabs a.active{color:#fff;opacity:1;font-weight:600}.main-header nav .mobile-tabs a:hover{color:#fff;opacity:1}.main-header nav .mobile-tabs a[href="#chart"]{margin-right:.5rem;border-right:1px solid rgba(255,255,255,.08);padding-right:.5rem}.main-header nav .mobile-tabs a[href="#chart"]~a{margin-left:0;padding-left:.5rem}.main-header nav .mobile-tabs .chart-group{display:none}.main-header nav .toggle-menu-btn{background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.main-header nav .toggle-menu-btn svg{width:20px;height:20px}.main-content .content-area{width:100%;display:block;padding:.5rem}.main-content .content-area .post,.main-content .content-area .post-preview{background-color:#22272b;border-radius:5px;margin-bottom:.5rem;display:block}.main-content .content-area .post .peak-bar,.main-content .content-area .post-preview .peak-bar{height:1rem!important;width:20%!important;min-width:5rem!important;margin-bottom:1rem}.main-content .content-area .post .peak-bar:before,.main-content .content-area .post-preview .peak-bar:before{font-size:.65rem}.main-content .content-area .post .peak-bar span,.main-content .content-area .post-preview .peak-bar span{font-size:clamp(.5rem,2.5vw,.65rem)}.main-content .content-area .post img.preview-chart,.main-content .content-area .post-preview img.preview-chart{width:100%;height:auto;max-height:200px;object-fit:cover;border-radius:5px;margin:.5rem 0}.main-content .content-area .post .post-actions,.main-content .content-area .post-preview .post-actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap!important;padding:0 .5rem;margin-top:.5rem;width:100%;gap:.5rem}.main-content .content-area .post .post-actions .action-btn,.main-content .content-area .post-preview .post-actions .action-btn{display:flex;align-items:center;gap:.25rem;white-space:nowrap;margin-right:0!important}.main-content .content-area .post .post-actions .action-btn span,.main-content .content-area .post-preview .post-actions .action-btn span{font-weight:500}.main-content .content-area .post .post-actions .date,.main-content .content-area .post-preview .post-actions .date{white-space:nowrap;margin-top:0!important;width:auto!important;text-align:right;opacity:.6}.main-content .content-area .post .fullscreen-icon,.main-content .content-area .post-preview .fullscreen-icon{top:.5rem;right:.5rem;padding:.25rem}.main-content .content-area .post .fullscreen-icon svg,.main-content .content-area .post-preview .fullscreen-icon svg{width:16px;height:16px}.main-content .content-area .post .preview-header,.main-content .content-area .post-preview .preview-header{padding-right:2.5rem;display:flex;align-items:center;gap:.5rem}.main-content .content-area:before{display:none}}@media only screen and (min-width: 250px) and (max-width: 788px) and (max-width: 319px){.main-content .content-area .post .peak-bar,.main-content .content-area .post-preview .peak-bar{width:20%!important;min-width:4.5rem!important}.main-content .content-area .post .post-actions,.main-content .content-area .post-preview .post-actions{flex-wrap:nowrap!important;gap:.25rem}.main-content .content-area .post .post-actions .action-btn,.main-content .content-area .post-preview .post-actions .action-btn{flex-shrink:1;min-width:0}.main-content .content-area .post .post-actions .date,.main-content .content-area .post-preview .post-actions .date{flex-shrink:0;white-space:nowrap;width:auto!important}.main-content .content-area .post .preview-header,.main-content .content-area .post-preview .preview-header{padding-right:2.5rem}}@media only screen and (min-width: 250px) and (max-width: 788px){.mobile-search{padding:.5rem;background-color:#22272b;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-search .mobile-actions{display:flex;align-items:center;gap:1rem;margin-bottom:0}.mobile-search .mobile-actions svg{width:1.25rem;height:1.25rem;opacity:.8;cursor:pointer;transition:all .2s ease-in-out;color:#fff}.mobile-search .mobile-actions svg:hover{opacity:1}.mobile-search .mobile-actions .filter-container{position:relative;display:flex;align-items:center}.mobile-search .mobile-actions .filter-container .filter-icon{width:1.25rem;height:1.25rem;opacity:.8;cursor:pointer;transition:all .2s ease-in-out}.mobile-search .mobile-actions .filter-container .filter-icon:hover{opacity:1}.mobile-search .mobile-actions .filter-container .filter-dropdown{position:absolute;top:100%;left:0;margin-top:.25rem;background-color:#2d3439;border-radius:5px;min-width:180px;overflow:hidden;box-shadow:0 4px 6px #0003;z-index:100;animation:slideDown .2s ease-out}.mobile-search .mobile-actions .filter-container .filter-dropdown button{width:100%;padding:.5rem 1rem;background:none;border:none;color:#fff;text-align:left;cursor:pointer;transition:all .2s ease-in-out;font-size:.875rem;white-space:nowrap}.mobile-search .mobile-actions .filter-container .filter-dropdown button:hover{background-color:#ffffff1a}.mobile-search .mobile-actions .search-container{flex:1;display:flex;align-items:center;background-color:#ffffff1a;border-radius:9999px;padding:.25rem .5rem;transition:all .2s ease-in-out}.mobile-search .mobile-actions .search-container:hover{background-color:#ffffff26}.mobile-search .mobile-actions .search-container .search-icon{width:1.25rem;height:1.25rem;opacity:.8;margin-right:.25rem;transition:all .2s ease-in-out;color:#fff}.mobile-search .mobile-actions .search-container input{background:none;border:none;color:#fff;width:100%;font-size:.875rem}.mobile-search .mobile-actions .search-container input::placeholder{color:#ffffff80}.mobile-search .mobile-actions .search-container input:focus{outline:none}.mobile-search .mobile-cards{display:none}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:100;opacity:0;visibility:hidden;transition:all .2s ease-in-out;display:block}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:-100%;bottom:0;width:85%;max-width:300px;background-color:#22272b;z-index:101;transition:all .2s ease-in-out;display:flex;flex-direction:column}.mobile-menu.active{right:0}.mobile-menu .menu-header{padding:.5rem;border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center}.mobile-menu .menu-header h3{font-size:.875rem}.mobile-menu .menu-header .close-btn{background:none;border:none;color:#fff;cursor:pointer;padding:.25rem}.mobile-menu .menu-header .close-btn svg{width:20px;height:20px}.mobile-menu .menu-content{flex:1;overflow-y:auto;padding:.5rem;display:flex;flex-direction:column}.mobile-menu .menu-content .right-sidebar{display:block;width:100%;border:none;height:100%;display:flex;flex-direction:column}.mobile-menu .menu-content .right-sidebar .profile{padding:.5rem;display:flex;align-items:center;gap:1rem;flex-shrink:0}.mobile-menu .menu-content .right-sidebar .profile img{width:3rem;height:3rem;border-radius:50%}.mobile-menu .menu-content .right-sidebar .profile .user-info h3{font-size:1rem;margin-bottom:.25rem}.mobile-menu .menu-content .right-sidebar .profile .user-info .trust{font-size:.875rem;color:#92cf94}.mobile-menu .menu-content .right-sidebar .peak-bar{height:.75rem;background:none;border-radius:9999px;margin:0 .5rem .5rem;position:relative;box-shadow:inset 0 0 0 1px #ffffff80;width:calc(100% - 6rem);flex-shrink:0;overflow:hidden}.mobile-menu .menu-content .right-sidebar .peak-bar:before{display:none}.mobile-menu .menu-content .right-sidebar .peak-bar .peak-label{position:absolute;top:50%;left:.5rem;transform:translateY(-50%);font-size:.6rem;font-weight:500;color:#1a1d20;z-index:2;text-align:left;width:auto;height:auto;display:block}.mobile-menu .menu-content .right-sidebar .menu-list{padding:.5rem;flex:1;display:flex;flex-direction:column;gap:.25rem}.mobile-menu .menu-content .right-sidebar .menu-list a{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;opacity:.8;padding:.25rem 0;font-size:.875rem;transition:all .2s ease-in-out}.mobile-menu .menu-content .right-sidebar .menu-list a svg{width:1.25rem;height:1.25rem}.mobile-menu .menu-content .right-sidebar .menu-list a:hover{opacity:1}.mobile-menu .menu-content .right-sidebar .menu-list a .arrow{margin-left:auto;width:1rem;height:1rem}.mobile-menu .menu-content .right-sidebar .menu-list .settings-menu{position:relative}.mobile-menu .menu-content .right-sidebar .menu-list .settings-menu .settings-submenu{padding-left:1rem;margin-top:.25rem}.mobile-menu .menu-content .right-sidebar .menu-list .settings-menu .settings-submenu a{padding:.25rem 0;opacity:.7}.mobile-menu .menu-content .right-sidebar .menu-list .settings-menu .settings-submenu a:hover{opacity:1}.mobile-menu .menu-content .right-sidebar .menu-list .peakin-container{position:relative;margin-top:.5rem}.mobile-menu .menu-content .right-sidebar .menu-list .peakin-container .wallet-btn{width:100%;background-color:#92cf94;color:#1a1d20;padding:.25rem 1rem;border-radius:5px;font-weight:600;text-align:center;cursor:pointer;border:none;transition:all .2s ease-in-out;font-size:.875rem}.mobile-menu .menu-content .right-sidebar .menu-list .peakin-container .wallet-btn:hover{opacity:.9}.mobile-menu .menu-content .right-sidebar .menu-list .peakin-container .peakin-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background-color:#2d3439;border-radius:5px;overflow:hidden;box-shadow:0 4px 6px #0003;animation:slideDown .2s ease-out;z-index:1}.mobile-menu .menu-content .right-sidebar .menu-list .peakin-container .peakin-dropdown button{width:100%;padding:.5rem 1rem;background:none;border:none;color:#fff;text-align:left;cursor:pointer;transition:all .2s ease-in-out;font-size:.875rem}.mobile-menu .menu-content .right-sidebar .menu-list .peakin-container .peakin-dropdown button:hover{background-color:#ffffff1a}.mobile-menu .menu-footer{padding:.5rem;border-top:1px solid rgba(255,255,255,.08)}.mobile-menu .menu-footer .search-container{display:flex;align-items:center;background-color:#ffffff1a;border-radius:9999px;padding:.25rem .5rem;transition:all .2s ease-in-out;cursor:pointer;width:100%}.mobile-menu .menu-footer .search-container:hover{background-color:#ffffff26}.mobile-menu .menu-footer .search-container .search-icon{width:1rem;height:1rem;opacity:.8;margin-right:.25rem;cursor:pointer;transition:all .2s ease-in-out}.mobile-menu .menu-footer .search-container .search-icon:hover{opacity:1}.mobile-menu .menu-footer .search-container input{background:none;border:none;color:#fff;width:100%;font-size:.875rem}.mobile-menu .menu-footer .search-container input::placeholder{color:#ffffff80}.mobile-menu .menu-footer .search-container input:focus{outline:none}.tablet-cards{display:none}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media only screen and (min-width: 788px) and (max-width: 994px){.tablet-cards .cards-container{position:relative;min-height:350px}.tablet-cards .cards-container .tab-content{display:none;width:100%}.tablet-cards .cards-container .tab-content.active{display:block;animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tablet-cards .cards-container .tops-container{display:flex;flex-direction:row;overflow-x:auto;padding:.5rem;gap:.5rem;scrollbar-width:none;-ms-overflow-style:none;white-space:nowrap;flex-wrap:nowrap}.tablet-cards .cards-container .tops-container::-webkit-scrollbar{display:none}.tablet-cards .cards-container .top-preview{min-width:280px;max-width:280px;flex:0 0 auto;background-color:transparent;border-radius:5px;padding:.5rem;border:1px solid rgba(255,255,255,.08);height:350px;display:flex;flex-direction:column;margin-right:0}.tablet-cards .cards-container .top-preview:last-child{margin-right:0}.tablet-cards .cards-container .top-preview:not(.fullscreen) .preview-content{flex:1;overflow:hidden}.tablet-cards .cards-container .top-preview:not(.fullscreen) .preview-content .top-title{font-size:.875rem;margin-bottom:.25rem;line-height:1.2;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:2.4em}.tablet-cards .cards-container .top-preview:not(.fullscreen) .preview-content .preview-text{font-weight:400;display:block;overflow:visible}.tablet-cards .cards-container .top-preview:not(.fullscreen) .preview-content .preview-text p{-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:2.8em;margin-bottom:.25rem}.tablet-cards .cards-container .top-preview:not(.fullscreen) .preview-content .preview-text p:last-of-type{margin-bottom:0}.tablet-cards .cards-container .top-preview:not(.fullscreen) .preview-content .preview-text .inline-image{display:block;margin:.25rem auto;max-width:100%;width:100%;text-align:center;overflow:visible}.tablet-cards .cards-container .top-preview:not(.fullscreen) .preview-content .preview-text .inline-image img{width:100%;height:auto;max-height:100px;object-fit:contain;display:block;margin:0 auto;border-radius:5px}.tablet-cards .cards-container .top-preview:not(.fullscreen) .preview-content .preview-text .read-more-btn{display:none!important}.tablet-cards .cards-container .top-preview:not(.fullscreen) .top-actions{margin-top:auto;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.08)}.tablet-cards .cards-container .top-preview:not(.fullscreen) .top-actions .action-btn{font-size:.7rem}.tablet-cards .cards-container .top-preview:not(.fullscreen) .top-actions .action-btn span{font-size:.7rem}}@media only screen and (min-width: 250px) and (max-width: 788px){.tablet-cards .cards-container{display:flex;flex-direction:row;overflow-x:auto;padding:.5rem;gap:.5rem;scrollbar-width:none;-ms-overflow-style:none}.tablet-cards .cards-container::-webkit-scrollbar{display:none}.tablet-cards .cards-container .top-preview{min-width:280px;max-width:280px;flex:0 0 auto;background-color:transparent;border-radius:5px;padding:.5rem;border:1px solid rgba(255,255,255,.08);height:350px;display:flex;flex-direction:column}.tablet-cards .cards-container .top-preview:not(.fullscreen) .preview-content{flex:1;overflow:hidden}.tablet-cards .cards-container .top-preview:not(.fullscreen) .preview-content .top-title{font-size:.875rem;margin-bottom:.25rem;line-height:1.2;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:2.4em}.tablet-cards .cards-container .top-preview:not(.fullscreen) .preview-content .preview-text{font-weight:400;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:4.5em}.tablet-cards .cards-container .top-preview:not(.fullscreen) .preview-content .preview-text .inline-image{margin:.25rem 0}.tablet-cards .cards-container .top-preview:not(.fullscreen) .preview-content .preview-text .inline-image img{max-height:60px;width:auto;object-fit:contain}.tablet-cards .cards-container .top-preview:not(.fullscreen) .top-actions{margin-top:auto;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.08)}.tablet-cards .cards-container .top-preview:not(.fullscreen) .top-actions .action-btn{font-size:.7rem}.tablet-cards .cards-container .top-preview:not(.fullscreen) .top-actions .action-btn span{font-size:.7rem}}.ico-post-details{background-color:#282c34}@media (max-width: 500px){.ico-post-details{padding:12px!important;margin-top:12px!important;margin-bottom:12px!important}.ico-post-details>div:first-of-type:has(img){margin-bottom:12px!important;gap:10px!important}.ico-post-details>div:first-of-type:has(img) img{width:48px!important;height:48px!important;border-radius:50%!important}.ico-post-details>div:first-of-type:has(img) h3{font-size:16px!important}.ico-post-details>div:first-of-type:has(img)>div>div{font-size:12px!important}.ico-post-details>div[style*=grid]{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:10px!important;margin-bottom:12px!important}.ico-post-details .details-field{padding:6px 8px!important;text-align:left}.ico-post-details .details-field>div:first-child{font-size:11px!important;margin-bottom:2px!important;color:#fff9}.ico-post-details .details-field>div:last-child{font-size:13px!important;font-weight:600;color:#ffffffe6}.ico-post-details>div[style*=borderBottom]{padding-bottom:12px!important;margin-bottom:12px!important;gap:8px!important}.ico-post-details>div[style*=borderBottom]>div{font-size:12px!important}.ico-post-details>div[style*=borderBottom]>div svg{width:12px!important;height:12px!important}.ico-post-details .ico-details-link{display:flex!important;align-items:center!important;gap:4px!important;padding:6px 8px!important;font-size:12px!important}.ico-post-details .ico-details-link svg{width:12px!important;height:12px!important}.ico-post-details>div:has(.ico-details-link){display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-bottom:12px!important}}.airdrop-post-details{background-color:#282c34}@media (max-width: 500px){.airdrop-post-details{padding:12px!important;margin-top:12px!important;margin-bottom:12px!important}.airdrop-post-details>div:first-of-type:has(img){margin-bottom:12px!important;gap:10px!important}.airdrop-post-details>div:first-of-type:has(img) img{width:48px!important;height:48px!important;border-radius:50%!important}.airdrop-post-details>div:first-of-type:has(img) h3{font-size:16px!important}.airdrop-post-details>div:first-of-type:has(img)>div>div{font-size:12px!important}.airdrop-post-details>div[style*=grid]{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:10px!important;margin-bottom:12px!important}.airdrop-post-details .details-field{padding:6px 8px!important;text-align:left}.airdrop-post-details .details-field>div:first-child{font-size:11px!important;margin-bottom:2px!important;color:#fff9}.airdrop-post-details .details-field>div:last-child{font-size:13px!important;font-weight:600;color:#ffffffe6}.airdrop-post-details>div[style*=borderBottom]{padding-bottom:12px!important;margin-bottom:12px!important;gap:8px!important}.airdrop-post-details>div[style*=borderBottom]>div{font-size:12px!important}.airdrop-post-details>div[style*=borderBottom]>div svg{width:12px!important;height:12px!important}.airdrop-post-details .ico-details-link{display:flex!important;align-items:center!important;gap:4px!important;padding:6px 8px!important;font-size:12px!important}.airdrop-post-details .ico-details-link svg{width:12px!important;height:12px!important}.airdrop-post-details>div:has(.ico-details-link){display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-bottom:12px!important}}.details-field{padding:8px;background-color:#282c34;border-radius:4px}.ico-details-link{background-color:#ffffff0f}.ico-details-link:hover{background-color:#ffffff1a}.search-suggestions{scrollbar-width:none;-ms-overflow-style:none}.search-suggestions::-webkit-scrollbar{display:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
