
body {
    display: flex;
    background-color: #f5f5f5;
    min-height: 100vh;
    transition: background-color .5s ease
}

body.night-mode {
    background-color: #121212;
    color: #e0e0e0
}

body.night-mode .sidebar, body.night-mode .top-content, body.night-mode .content-feed, body.night-mode .footer, body.night-mode .trending-section, body.night-mode .vip-revenue-section {
    background-color: #1e1e1e;
    color: #e0e0e0
}

body.night-mode .vip-revenue-name {
    color: #e0e0e0
}

body.night-mode .sidebar-user-handle, body.night-mode .post-time, body.night-mode .trending-stats, body.night-mode .stat-label, body.night-mode .footer-link, body.night-mode .copyright, body.night-mode .vip-revenue-stats {
    color: #a0a0a0 !important;
    color: #4fc3f7
}

body.night-mode .progress-bar {
    background-color: #333
}

body.night-mode .menu-item:hover {
    background-color: #2a2a2a !important
}

body.night-mode .menu-item.active {
    background-color: #2a3a4a !important
}

body.night-mode .post-input input {
    background-color: #2a2a2a;
    color: #e0e0e0;
    border-color: #3a3a3a
}

body.night-mode {
    background-color: #2a2a2a;
    color: #e0e0e0;
    border-color: #3a3a3a
}

body.night-mode :focus {
    border-color: #1da1f2;
    box-shadow: 0 0 0 2px rgba(29, 161, 242, .3)
}

body.night-mode i {
    color: #a0a0a0
}

body.night-mode {
    background-color: #1e1e1e;
    color: #e0e0e0
}

body.night-mode .user-post {
    border-bottom-color: #3a3a3a !important
}

.username-container {
    display: flex;
    align-items: center;
    gap: 6px
}

.vip-badge {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #e0e0e0;
    color: #888;
    opacity: .7
}

.vip-badge-vip {
    background: #ffd700;
    color: #000;
    opacity: 1
}

.vip-badge-copper {
    background: #b87333;
    color: #fff;
    opacity: 1
}

.vip-badge-none {
    display: none !important
}

.vip-icon {
    color: gold;
    font-size: 24px;
    margin-right: 5px
}

.sidebar-user-container {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: inherit;
    transition: background-color .2s
}

.sidebar-user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover
}

.hidden {
    display: none
}

.user-more-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #657786;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.user-more-btn:hover {
    background-color: #f0f0f0;
    color: #1da1f2
}

.user-dropdown {
    position: absolute;
    top: 60px;
    left: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    width: 200px;
    z-index: 1000;
    display: none;
    max-height: 300px;
    overflow-y: auto
}

.user-dropdown.show {
    display: block
}

.user-dropdown-item {
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color .2s;
    display: flex;
    align-items: center
}

.user-dropdown-item i {
    margin-right: 10px;
    width: 20px;
    text-align: center
}

.user-dropdown-item:hover {
    background-color: #f0f0f0
}

.user-dropdown-item.logout {
    color: #e0245e
}

body.night-mode .user-dropdown {
    background-color: #1e1e1e;
    color: #e0e0e0
}

body.night-mode .user-dropdown-item:hover {
    background-color: #2a2a2a
}

img, video {
    max-width: 100%;
    height: auto
}

.feed-toggle-buttons {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
    margin-bottom: 15px;
    background: none;
    border-radius: 10px;
    align-items: center;
    position: relative;
    position: sticky;
    background-color: #f5f5f5;
    top: 20px;
    z-index: 10
}

.feed-toggle-button {
    padding: 8px 15px;
    margin: 0 5px;
    white-space: nowrap;
    border-radius: 20px;
    cursor: pointer;
    transition: all .2s;
    background-color: #f0f0f0;
    color: #333
}

.feed-toggle-buttons .vip-badge {
    position: absolute;
    right: 18px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    padding: 0 5px;
    margin-left: auto
}

.feed-toggle-button.active {
    background-color: #1da1f2;
    color: #fff
}

.feed-toggle-button:hover {
    background-color: #e0e0e0
}

body.night-mode .feed-toggle-buttons {
    background: none
}

body.night-mode .feed-toggle-button {
    background-color: #2a2a2a;
    color: #e0e0e0
}

body.night-mode .feed-toggle-button.active {
    background-color: #1da1f2;
    color: #fff
}

body.night-mode .feed-toggle-button:hover {
    background-color: #333
}

.revenue-container {
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px
}

.revenue-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333
}

.revenue-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee
}

.revenue-item:last-child {
    border-bottom: none
}

.revenue-name {
    font-weight: bold
}

.revenue-amount {
    font-weight: bold;
    color: #1da1f2
}

.convert-button {
    background-color: #1da1f2;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .2s;
    margin-top: 15px;
    width: 100%
}

.convert-button:hover {
    background-color: #1991db
}

.convert-button:disabled {
    background-color: #9ac9f4;
    cursor: not-allowed
}

body.night-mode .revenue-container {
    background-color: #1e1e1e
}

body.night-mode .revenue-title {
    color: #e0e0e0
}

body.night-mode .revenue-name {
    color: #e0e0e0
}

body.night-mode .revenue-item {
    border-bottom-color: #3a3a3a
}

.notification-toggle-buttons {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.notification-toggle-button {
    padding: 8px 15px;
    margin: 0 5px;
    white-space: nowrap;
    border-radius: 20px;
    cursor: pointer;
    transition: all .2s;
    background-color: #f0f0f0;
    color: #333
}

.notification-toggle-button.active {
    background-color: #1da1f2;
    color: #fff
}

.notification-toggle-button:hover {
    background-color: #e0e0f0
}

body.night-mode .notification-toggle-buttons {
    background-color: #1e1e1e
}

body.night-mode .notification-toggle-button {
    background-color: #2a2a2a;
    color: #e0e0e0
}

body.night-mode .notification-toggle-button.active {
    background-color: #1da1f2;
    color: #fff
}

body.night-mode .notification-toggle-button:hover {
    background-color: #333
}

.notification-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: flex-start
}

.notification-item:last-child {
    border-bottom: none
}

.notification-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover
}

.notification-content {
    flex: 1
}

.notification-text {
    margin-bottom: 5px
}

.notification-time {
    color: #657786;
    font-size: 13px
}

body.night-mode .notification-item {
    border-bottom-color: #3a3a3a
}

body.night-mode .notification-time {
    color: #a0a0a0
}

.message-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: flex-start
}

.message-item:last-child {
    border-bottom: none
}

.message-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover
}

.message-content {
    flex: 1
}

.message-user {
    font-weight: bold;
    margin-bottom: 5px
}

.message-text {
    color: #657786;
    margin-bottom: 5px
}

.message-time {
    color: #657786;
    font-size: 13px
}

body.night-mode .message-item {
    border-bottom-color: #3a3a3a
}

body.night-mode .message-text, body.night-mode .message-time {
    color: #a0a0a0
}

.group-toggle-buttons {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.group-toggle-button {
    padding: 8px 15px;
    margin: 0 5px;
    white-space: nowrap;
    border-radius: 20px;
    cursor: pointer;
    transition: all .2s;
    background-color: #f0f0f0;
    color: #333
}

.group-toggle-button.active {
    background-color: #1da1f2;
    color: #fff
}

.group-toggle-button:hover {
    background-color: #e0e0e0
}

body.night-mode .group-toggle-buttons {
    background-color: #1e1e1e
}

body.night-mode .group-toggle-button {
    background-color: #2a2a2a;
    color: #e0e0e0
}

body.night-mode .group-toggle-button.active {
    background-color: #1da1f2;
    color: #fff
}

body.night-mode .group-toggle-button:hover {
    background-color: #333
}

.sidebar {
    width: 12rem;
    height: 100vh;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 2px 0 5px rgba(0, 0, 0, .1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transition: transform .3s ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding-bottom: 5rem;
}

.sidebar-user-details {
    flex-grow: 1;
    overflow: hidden
}

.sidebar-user-name {
    font-weight: bold;
    display: block;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sidebar-user-handle {
    color: #657786;
    font-size: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    margin-bottom: 5px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s
}

.menu-item:hover {
    background-color: #f0f0f0
}

.menu-item.active {
    font-weight: bold;
    background-color: #e8f5fe;
    color: #1da1f2
}

.menu-item i {
    margin-right: 15px;
    font-size: 20px
}

.more-button {
    background-color: #1da1f2;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    cursor: pointer;
    transition: background-color .2s
}

.more-button:hover {
    background-color: #1991db
}

.main-content {
    margin-left: 12rem;
    padding: 20px;
    box-sizing: border-box;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: calc(100% - 269px)
}

.content-container {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    gap: 20px
}

.left-content {
    flex: 1;
    min-width: 0
}

.search-result-item {
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color .2s
}

.search-result-item:hover {
    background-color: #f5f8fa
}

.search-result-type {
    font-size: 12px;
    color: #657786;
    margin-bottom: 4px
}

.search-result-content {
    font-size: 14px
}

.right-content {
    display: block;
    width: 18rem
}

.top-content {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    position: relative
}

.top-content h3 {
    margin-bottom: 15px;
    color: #333
}

.feed-toggle {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}

.feed-toggle-btn {
    padding: 10px 15px;
    cursor: pointer;
    font-weight: bold;
    color: #657786;
    border-bottom: 2px solid transparent;
    transition: all .2s
}

.feed-toggle-btn.active {
    color: #1da1f2;
    border-bottom-color: #1da1f2
}

.feed-toggle-btn:hover {
    background-color: #f5f8fa
}

.post-input-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px
}

.post-input-row {
    display: flex;
    align-items: center;
    gap: 10px
}

.post-input {
    flex-grow: 1;
    display: flex;
    align-items: center
}

.post-input input {
    flex-grow: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    outline: none
}

.post-input input:focus {
    border-color: #1da1f2
}

.post-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    border-top: 1px solid #eee
}

.post-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .2s;
    color: #657786;
    position: relative
}

.post-action-btn:hover {
    background-color: #e8f5fe;
    color: #1da1f2
}

.post-action-btn i {
    font-size: 18px
}

.post-submit-btn {
    background-color: #1da1f2;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .2s;
    margin-left: auto
}

.post-submit-btn:hover {
    background-color: #1991db
}

.post-submit-btn:disabled {
    background-color: #9ac9f4;
    cursor: not-allowed
}

body.night-mode .post-input input {
    background-color: #2a2a2a;
    color: #e0e0e0;
    border-color: #3a3a3a
}

body.night-mode {
    border-color: #1da1f2;
    box-shadow: 0 0 0 2px rgba(29, 161, 242, .3)
}

body.night-mode {
    color: #a0a0a0
}

body.night-mode {
    background-color: #1e1e1e;
    color: #e0e0e0
}

.content-feed {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    padding: 15px;
    margin-bottom: 20px
}

.user-post {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    position: relative
}

.user-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.user-info {
    bottom: -60px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px
}

.user-name {
    font-weight: bold
}

.user-handle {
    color: #657786;
    margin-left: 5px
}

.post-time {
    color: #657786;
    font-size: 14px;
    margin-left: 5px
}

.post-content {
    margin-bottom: 10px;
    line-height: 1.4;
    cursor: pointer
}

.post-media {
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden
}

.post-media img, .post-media video {
    width: 220px;
    border-radius: 10px;
}

.post-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: #657786
}

.post-action {
    display: flex;
    border: 1px solid #1da1f2;
    background-color: #1da1f2;
    border-radius: 4px;
    align-items: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding:.5rem 1rem;
    box-sizing: border-box;
}

.post-action i {
    margin-right: 5px;
    font-size: 16px
}

.post-action:hover {
    color: #fff
}

.bookmark-btn {
    color: #657786
}

.bookmark-btn.bookmarked {
    color: #ffd700
}

body.night-mode .content-feed {
    background-color: #1e1e1e;
    position: relative
}

body.night-mode .user-post {
    border-bottom-color: #3a3a3a !important
}

.footer {
    padding: 15px;
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: auto;
    position: fixed;
    bottom: 0;
    right: 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 15px
}

.footer-link {
    color: #657786;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer
}

.footer-link:hover {
    text-decoration: underline
}

.copyright {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #657786;
    font-size: 13px
}

body.night-mode .footer {
    background-color: #1e1e1e
}

.trending-section {
    background-color: #f7f9f9;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px
}

.vip-revenue-section {
    background-color: #f7f9f9;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px;
    position: sticky;
    top: 90px;
    z-index: 9
}

.vip-revenue-section .section-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center
}

.vip-revenue-list {
    cursor: pointer;
    transition: all .3s ease
}

.vip-revenue-list:hover {
    opacity: .9
}

.vip-revenue-item {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.vip-revenue-name {
    font-weight: bold;
    color: #333
}

.vip-revenue-stats {
    font-size: 16px;
    font-weight: bold;
    color: #1da1f2;
    cursor: pointer
}

.progress-bar {
    height: 4px;
    background-color: #eaeaea;
    border-radius: 2px;
    margin: 5px 0 15px 0
}

.progress {
    height: 100%;
    background-color: #1da1f2;
    border-radius: 2px
}

.section-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px
}

.trending-item {
    padding: 12px 0;
    border-bottom: 1px solid #eaeaea
}

.trending-item:last-child {
    border-bottom: none
}

.trending-name {
    font-weight: bold;
    margin-bottom: 5px
}

.trending-stats {
    font-size: 13px;
    color: #536471
}

.vip-revenue-item {
    padding: 12px 0;
    border-bottom: 1px solid #eaeaea
}

.vip-revenue-item:last-child {
    border-bottom: none
}

.vip-revenue-name {
    font-weight: bold;
    margin-bottom: 5px
}

.vip-revenue-stats {
    font-size: 13px;
    color: #536471
}

.show-more {
    color: #1da1f2;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer
}

.progress-bar {
    height: 4px;
    background-color: #eaeaea;
    border-radius: 2px;
    margin: 5px 0
}

.progress {
    height: 100%;
    background-color: #1da1f2;
    border-radius: 2px;
    width: 80%
}

body.night-mode .trending-section, body.night-mode .vip-revenue-section {
    background-color: #1e1e1e
}

.mobile-menu-btn {
    display: none;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 101;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    cursor: pointer
}

.mobile-menu-btn i {
    font-size: 20px
}

.page-content {
    display: none
}

.page-content.active {
    display: block;
    padding-bottom: 70px;
    box-sizing: border-box
}

.more-options-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 250px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    z-index: 1000;
    transform: translateY(100%);
    opacity: 0;
    transition: all .3s ease;
    padding: 15px;
    display: none
}

.more-options-container.show {
    transform: translateY(0);
    opacity: 1;
    display: block
}

.more-options-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    color: #1da1f2
}

.more-option-item {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    margin-bottom: 5px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s
}

.more-option-item:hover {
    background-color: #f0f0f0
}

.more-option-item i {
    margin-right: 15px;
    font-size: 20px;
    color: #1da1f2;
    width: 24px;
    text-align: center
}

.more-option-item span {
    font-size: 15px
}

.more-options-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: #657786
}

.more-options-close:hover {
    background-color: #f0f0f0
}

body.night-mode .more-options-container {
    background-color: #1e1e1e;
    color: #e0e0e0
}

body.night-mode .more-option-item:hover {
    background-color: #2a2a2a
}

body.night-mode .more-options-close:hover {
    background-color: #2a2a2a
}

.subscribe-container {
    background-color: #f7f9f9;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px;
    text-align: center
}

.subscribe-text {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333
}

.subscribe-button {
    background-color: #1da1f2;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .2s;
    width: 100%;
    max-width: 200px;
    margin: 0 auto
}

.subscribe-button:hover {
    background-color: #1991db
}

body.night-mode .subscribe-container {
    background-color: #1e1e1e
}

body.night-mode .subscribe-text {
    color: #e0e0e0
}

.age-restriction-section {
    background-color: #f7f9f9;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px
}

.age-restriction-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.age-restriction-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: all .2s
}

.age-restriction-button i {
    margin-right: 8px
}

.bfm-button {
    background-color: #ffc0cb;
    color: #d6336c
}

.gfs-button {
    background-color: #add8e6;
    color: #1e3a8a
}

.tyjr-button {
    background-color: #d6336c;
    color: #fff
}

.bfm-button:hover {
    background-color: #f8bbd0
}

.gfs-button:hover {
    background-color: #90caf9
}

.tyjr-button:hover {
    background-color: #d6336c
}

body.night-mode .age-restriction-section {
    background-color: #1e1e1e
}

body.night-mode .bfm-button {
    background-color: #4a1e29;
    color: #ffc0cb
}

body.night-mode .gfs-button {
    background-color: #1e2a4a;
    color: #add8e6
}

.add-to-home-container {
    background-color: #f7f9f9;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px;
    text-align: center;
    display: none
}

.add-to-home-text {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333
}

.add-to-home-button {
    background-color: #1da1f2;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .2s;
    width: 100%;
    max-width: 200px;
    margin: 0 auto
}

.add-to-home-button:hover {
    background-color: #1991db
}

body.night-mode .add-to-home-container {
    background-color: #1e1e1e
}

body.night-mode .add-to-home-text {
    color: #e0e0e0
}

.login-prompt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.login-prompt.show {
    opacity: 1;
    visibility: visible
}

.login-prompt-content {
    background-color: #fff;
    border-radius: 16px;
    padding: 25px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3)
}

.login-prompt-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333
}

.login-prompt-text {
    margin-bottom: 20px;
    color: #555
}

.login-prompt-button {
    background-color: #1da1f2;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .2s;
    margin: 0 10px
}

.login-prompt-button:hover {
    background-color: #1991db
}

.login-prompt-close {
    background-color: #e0e0e0;
    color: #333
}

.login-prompt-close:hover {
    background-color: #d0d0d0
}

.create-group-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.create-group-modal.show {
    opacity: 1;
    visibility: visible
}

.create-group-content {
    background-color: #fff;
    border-radius: 16px;
    padding: 25px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3)
}

.create-group-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    text-align: center
}

.create-group-form {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.form-group label {
    font-weight: bold;
    color: #555
}

.form-group input {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    outline: none
}

.form-group input:focus {
    border-color: #1da1f2
}

.create-group-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.create-group-button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s
}

.create-group-submit {
    background-color: #1da1f2;
    color: #fff
}

.create-group-submit:hover {
    background-color: #1991db
}

.create-group-cancel {
    background-color: #e0e0e0;
    color: #333
}

.create-group-cancel:hover {
    background-color: #d0d0d0
}

.group-link {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    background-color: #f5f8fa;
    margin-bottom: 10px;
    word-break: break-all
}

.group-link-icon {
    margin-right: 10px;
    color: #1da1f2
}

.group-link-text {
    flex: 1
}

.group-link-copy {
    color: #1da1f2;
    cursor: pointer;
    margin-left: 10px
}

.group-link-copy:hover {
    text-decoration: underline
}

.group-owner-controls {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px
}

.group-owner-button {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    margin-left: 5px
}

.group-owner-button.add-link {
    background-color: #1da1f2;
    color: #fff
}

.group-owner-button.delete-group {
    background-color: #e0245e;
    color: #fff
}

.post-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.post-dialog.show {
    opacity: 1;
    visibility: visible
}

.post-dialog-content {
    background-color: #fff;
    border-radius: 16px;
    padding: 1rem;
    box-sizing: border-box;
    width: 94%;
    max-width: 500px;
    max-height: 560px;
    overflow-y: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

.post-dialog-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    text-align: center
}

.post-dialog-form {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.post-dialog-textarea {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    min-height: 100px;
    resize: vertical
}

.post-dialog-textarea:focus {
    border-color: #1da1f2
}

.post-dialog-media-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height:220px;
    overflow-y: auto;
    margin-top: 10px
}

.post-dialog-media-item {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden
}

.post-dialog-media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post-dialog-media-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.post-dialog-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.post-dialog-button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s
}

.post-dialog-submit {
    background-color: #1da1f2;
    color: #fff
}

.post-dialog-submit:hover {
    background-color: #1991db
}

.post-dialog-cancel {
    background-color: #e0e0e0;
    color: #333
}

.post-dialog-cancel:hover {
    background-color: #d0d0d0
}

.bookmarks-page {
    padding: 15px
}

.bookmark-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: flex-start
}

.bookmark-item:last-child {
    border-bottom: none
}

.bookmark-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover
}

.bookmark-content {
    flex: 1
}

.bookmark-user {
    font-weight: bold;
    margin-bottom: 5px
}

.bookmark-text {
    margin-bottom: 5px
}

.bookmark-time {
    color: #657786;
    font-size: 13px
}

.post-location {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 13px;
    color: #657786
}

.post-location i {
    margin-right: 5px
}

.post-distance {
    margin-left: 10px;
    color: #1da1f2
}

.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 30px;
    position: absolute;
    top: -15px;
    right: 10px;
    background-color: #fff;
    height: 40px
}

.user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    background: #4CAF50
}

.user-name {
    font-weight: bold;
    margin-right: 3px;
    font-size: 14px
}

.subscribe-btn {
    padding: 4px 8px;
    background: #ff4d4d;
    color: #fff;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 12px;
    transition: background 0.3s
}

.subscribe-btn:hover {
    background: #ff3333
}

.subscribe-btn.subscribed {
    background: #4CAF50
}

.logout-btn {
    padding: 4px 8px;
    background: #f44336;
    color: #fff;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 12px;
    transition: background 0.3s
}

.logout-btn:hover {
    background: #d32f2f
}

body.night-mode .user-info {
    background-color: #1e1e1e
}

body.night-mode .user-name {
    color: #e0e0e0
}

.subscription-info {
    background-color: #f7f9f9;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px
}

.subscription-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    text-align: center
}

.subscription-features {
    margin-bottom: 15px
}

.subscription-feature {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px
}

.subscription-feature i {
    margin-right: 8px;
    color: #1da1f2
}

.subscription-button {
    background-color: #1da1f2;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .2s;
    width: 100%;
    margin: 0 auto
}

.subscription-button:hover {
    background-color: #1991db
}

body.night-mode .subscription-info {
    background-color: #1e1e1e
}

body.night-mode .subscription-title {
    color: #e0e0e0
}

body.night-mode .subscription-feature {
    color: #e0e0e0
}

/*.floating-post-button {*/
/*    position: fixed;*/
/*    bottom: 80px;*/
/*    right: 20px;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    border-radius: 50%;*/
/*    background-color: red;*/
/*    color: #000;*/
/*    border: none;*/
/*    font-size: 24px;*/
/*    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);*/
/*    cursor: pointer;*/
/*    z-index: 1000;*/
/*    display: none*/
/*}*/

.heart-btn {
    width: 35px;
    height: 35px;
    background: red;
    transform: rotate(45deg);
    position: fixed;
    right: 50px;
    bottom: 100px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all .3s ease;
    z-index: 1000;
}
.heart-btn:before, .heart-btn:after {
    content: "";
    width: 35px;
    height: 35px;
    background: red;
    border-radius: 50%;
    position: absolute;
    transition: all .3s ease;
}
.heart-btn:before {
    top: -14px;
    left: 0;
}
.heart-btn:after {
    top: 0;
    left: -14px;
}
.heart-btn:hover {
    background: #ff3333;
    transform: rotate(45deg) scale(1.1);
}
.heart-btn:hover:before, .heart-btn:hover:after {
    background: #ff3333;
}
.heart-text {
    position: absolute;
    color: gold;
    font-weight: 900;
    font-size: 26px;
    top: 13px;
    left: 15px;
    z-index: 99;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.heart-btn.clicked {
    animation: heartClick .5s ease;
}
@keyframes heartClick {
    0% { transform: rotate(45deg) scale(1); }
    50% { transform: rotate(45deg) scale(0.8); }
    100% { transform: rotate(45deg) scale(1); }
}
.floating-heart {
    position: fixed;
    font-size: 40px;
    pointer-events: none;
    animation: floatUp 2s ease-out forwards;
}
@keyframes floatUp {
    0% { transform: translate(0, 0) scale(1); opacity: 1; }
    100% { transform: translate(0, -200px) scale(2); opacity: 0; }
}

.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, .1);
    padding: 8px 0
}

.mobile-bottom-nav-items {
    display: flex;
    justify-content: space-around
}

.mobile-bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #657786;
    font-size: 10px;
    padding: 5px
}

.mobile-bottom-nav-item i {
    font-size: 20px;
    margin-bottom: 3px
}

.mobile-bottom-nav-item.active {
    color: #1da1f2
}

body.night-mode .mobile-bottom-nav {
    background-color: #1e1e1e
}

body.night-mode .mobile-bottom-nav-item {
    color: #a0a0a0
}

body.night-mode .mobile-bottom-nav-item.active {
    color: #1da1f2
}

@media (max-width: 1200px) {
    .main-content {
        margin-left: 12rem;
        width: calc(100% - 12rem)
    }
   .feed-toggle-buttons .user-info {
      top: 34px !important;
      position: fixed;
      right: 31px;
  }
}

@media (max-width: 992px) {
    .sidebar {
        transform: translateX(-100%)
    }

    .sidebar.active {
        transform: translateX(0)
    }

    .main-content {
        margin-left: 0;
        width: 100%;
        padding: 70px 15px 15px
    }

    .mobile-menu-btn {
        display: block
    }

    .post-input input {
        padding: 8px 12px
    }

    .post-submit-btn {
        padding: 8px 15px
    }

    .user-dropdown {
        left: auto;
        right: 10px
    }

    .more-options-container {
        left: 15px;
        bottom: 60px;
        width: calc(100% - 30px);
        max-width: 300px
    }

    .footer {
        left: 0
    }

    .floating-post-button {
        bottom: 70px;
        right: 15px
    }

    .feed-toggle-buttons .user-info {
        height: 40px;
        top: 16px !important;
    }
    .feed-toggle-buttons {
        top: 60px;
    }
    .post_herf {
        top: 110px !important;
    }
    .right-content {
        display: none
    }
}

@media (max-width: 768px) {
    .menu-item, .footer-link {
        min-height: 48px
    }

    .top-content h3, .content-feed h3, .section-title {
        font-size: 18px
    }

    .user-post {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 15px
    }

    .post-media img, .post-media video {
        max-height: 300px
    }

    .footer-links {
        gap: 8px 12px
    }

    .profile-avatar {
        width: 80px;
        height: 80px
    }

    .profile-stats {
        gap: 15px
    }
}

@media (max-width: 576px) {
    .post-input-row {
        flex-direction: column;
        gap: 10px
    }

    .post-input input {
        width: 100%
    }

    .post-submit-btn {
        width: 100%
    }

    .post-content {
        font-size: 15px
    }

    .post-media img, .post-media video {

    }

    .post-action i {
        font-size: 14px
    }

    .footer-links {
        gap: 5px 10px
    }

    .footer-link, .copyright {
        font-size: 12px
    }

    .profile-avatar {
        width: 70px;
        height: 70px
    }

    .profile-stats {
        gap: 10px
    }

    .login-prompt-content {
        padding: 20px
    }

    .login-prompt-button {
        margin: 5px 0;
        width: 100%
    }

    .floating-post-button {
        width: 50px;
        height: 50px;
        font-size: 20px;
        bottom: 60px
    }

    .main-content {
        padding: 60px 10px 70px
    }

    .content-feed {
        margin-bottom: 10px;
        padding: 10px
    }

    .user-post {
        padding-bottom: 10px;
        position: relative !important;
    }

    .post-content {
        font-size: 14px
    }

    .post-actions {
        font-size: 12px
    }

    .feed-toggle-buttons {
        top: 60px;
        padding: 8px 0;
        z-index: 1000
    }
    .post_herf {
        top: 110px !important;
    }
    .feed-toggle-button {
        padding: 6px 12px;
        font-size: 14px
    }

    .vip-revenue-section {
        padding: 10px;
        margin-bottom: 10px
    }

    .section-title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .vip-revenue-item {
        padding: 8px 0
    }

    .vip-revenue-name {
        font-size: 14px
    }

    .vip-revenue-stats {
        font-size: 14px
    }

    .subscription-info {
        padding: 10px;
        margin-bottom: 10px
    }

    .subscription-title {
        font-size: 16px
    }

    .subscription-feature {
        font-size: 13px
    }

    .subscription-button {
        padding: 8px 15px;
        font-size: 14px
    }

    .age-restriction-section {
        padding: 10px;
        margin-bottom: 10px
    }

    .age-restriction-button {
        padding: 10px;
        font-size: 14px
    }

    .mobile-bottom-nav {
        display: block
    }

    .footer {
        display: none
    }
}

.left-content {
    position: relative;
}

.pagination-body {
    position: fixed;
    z-index: 99;
    bottom: 73px;
    /* width: 100%; */
    left: 50%;
    margin: 0 auto;
    background-color: #1e1e1e;
    margin-left: -310px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
    margin: 0 auto;
    color: #fff;
    box-sizing: border-box;
}

.page-btn {
    padding: 8px 16px;
    background-color: #3498db;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.page-btn:hover:not(:disabled) {
    background-color: #2980b9;
}

.page-btn:disabled {
    background-color: #95a5a6;
    cursor: not-allowed;
}

.page-info {
    font-weight: bold;
    min-width: 150px;
    text-align: center;
}

.page-size {
    margin-left: 20px;
}

.page-size select {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ddd;
}


/*  分享  */
.content-feed .post-action-share {
    position: relative;
}

.content-feed .post-action-share-btns {
    position: absolute;
    left: -65px;
    bottom: -55px;
    z-index: 3;
    display: none;
}

.content-feed .post-action-share-btns ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
    margin: 0;
    box-shadow: 1px 0px 5px 1px #ececec;
}

.content-feed .post-action-share-btns ul li {
    margin-right: 5px;
    cursor: pointer;
    width: 24px;
}

.post-action-share-btns ul li img {
    width: 100%;
    height: auto;
    display: block;
}

.post_herf {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    background: #1da1f2;
    position: sticky;
    top: 76px;
    z-index: 10;
    margin-bottom: 10px;
}

.post_herf p {
    margin: 0;
    line-height: 30px;
}

.post_herf p span {
    margin-right: 40px;
    /*transform: translate3d(10px, 10px, 10px);*/
    display: inline-block;
    animation: bounceLeftRight .6s infinite alternate;
}

@keyframes bounceLeftRight {
    0% {
        transform: translateX(0);
    }
    /*50% {*/
    /*    transform: translateX(10px);*/
    /*}*/
    100% {
        transform: translateX(20px); /* 调整弹动距离 */
    }
}


/* 评论 */
.Feed_box_3fswx {
    padding-top: 10px;
}

.Feed_mar2_3L-z0 {
    margin: 0 20px;
}

.woo-box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wbpro-form.error {
    background: #fff;
}

.wbpro-form.focus {
    border-color: #1da1f2;
}

.Form_wbproform_1F8KL {
    position: relative;
}

.wbpro-form {
    padding: 6px 11px;
    background: #f0f1f4;
    border: 1px solid #f0f1f4;
    border-radius: 6px;
    line-height: 0;
}

.wbpro-form input, .wbpro-form textarea {
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    line-height: 24px;
    font-size: 15px;
    color: #333;
}

.wbpro-form textarea {
    padding-right: 10px !important;
}

.Form_input_3JT2Q {
    min-height: 24px;
    max-height: 456px;
    resize: none;
}

textarea {
    font-family: inherit;
}

/*.Composer_box2_2HHdg {*/
/*    margin: 10px 0;*/
/*}*/
/*.Composer_mar1_ujs0j {*/
/*    margin: 10px 0 0;*/
/*}*/
.woo-box-alignCenter {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.woo-box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woo-button-flat.woo-button-primary {
    background: #1da1f2;
    color: #fff;
}

.woo-button-main.woo-button-round, .woo-button-main.woo-button-round .woo-button-inset {
    border-radius: 2.25rem;
}

.woo-button-main:disabled {
    cursor: not-allowed;
    opacity: .5;
}

.Composer_btn_2XFOD {
    margin-left: 16px;
    min-width: 68px !important;
}

.woo-button-m {
    min-width: 88px;
    padding: 9px 15px;
}

.woo-button-main {
    white-space: nowrap;
    font-weight: 500;
}

.woo-button-m {
    font-size: .875rem;
    padding: .5625rem 1.875rem;
}

.woo-button-main {
    background-color: transparent;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 600;
    line-height: 1;
    outline: 0;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.woo-button-flat .woo-button-wrap {
    border: 1px solid transparent;
}

.woo-button-wrap {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    position: relative;
    vertical-align: top;
    z-index: 9;
}

/*.Feed_mar1_E_5ip {*/
/*    margin: 10px 20px 0;*/
/*}*/
.woo-divider-x {
    border-bottom: 1px solid;
}

.woo-divider-main {
    color: #f9f9f9;
}

.RepostCommentFeed_tab_2Aw2N {
    margin: 0 0 -17px 5px !important;
}

/*.wbpro-tab3 .curr {*/
/*    font-weight: 700;*/
/*}*/
/*.wbpro-tab3 .curr, .wbpro-tab3 .item:hover {*/
/*    color: #ff8200;*/
/*}*/
/*.wbpro-tab3 .item {*/
/*    padding: 14px 15px;*/
/*    font-size: 14px;*/
/*    color: #333;*/
/*    cursor: pointer;*/
/*}*/
.RepostCommentFeed_mar1_Lb4n1 {
    margin: 13px 0 0;
}

.wbpro-list {
    width: 100%;
    line-height: 22px;
    font-size: 13px;
    letter-spacing: .1px;
}

.wbpro-list .item1 {
    padding: 7px 20px;
}

.wbpro-list .item1 .list2 {
    margin-left: 57px;
}

.ALink_default_2ibt1, .ALink_default_2ibt1:active, .ALink_default_2ibt1:link, .ALink_default_2ibt1:visited {
    color: inherit;
    text-decoration: none;
}

.Comment_cursor_2D2XL {
    cursor: pointer;
}

.woo-avatar-main {
    border-radius: 50%;
    display: inline-block;
    font-size: 1rem;
    height: 2.5em;
    position: relative;
    width: 2.5em;
}

.woo-avatar-main:before {
    border: 1px solid rgba(0, 0, 0, .05);
    border: 1px solid var(--w-image-border);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    z-index: var(--w-index-flow);
}

.woo-avatar-img {
    vertical-align: top;
}

.woo-avatar-hoverMask, .woo-avatar-img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.woo-avatar-icon {
    bottom: -.0625em;
    font-size: inherit;
    right: -.0625em;
}

.woo-avatar-cover, .woo-avatar-icon {
    position: absolute;
    z-index: 9;
}

.woo-icon-wrap {
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    position: relative;
}

.woo-icon-cover {
    background-color: #000;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.woo-icon-skin {
    color: #fff;
}

.woo-icon-main {
    display: inline-block;
    height: .875em;
    position: relative;
    vertical-align: top;
    width: .875em;
}

/*用户代理样式表*/
svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}

.wbpro-list .con1 {
    margin: -2px 0 0 10px;
}

/*.woo-box-item-flex, .woo-box-item-inlineBlock {*/
/*    -webkit-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*}*/
.woo-box-item-flex {
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
}

/*.wbpro-list .text {*/
/*    word-wrap: break-word;*/
/*    word-break: break-word;*/
/*    white-space: pre-wrap;*/
/*}*/
.wbpro-list .text a {
    color: #eb7350;
    text-decoration: none;
    cursor: pointer;
}

.IconFans_fans_3N5ZG {
    display: inline-flex;
    margin: 0 4px 0;
    line-height: 1;
}

.IconFans_fans_3N5ZG, .IconFans_vip_1YZiQ {
    vertical-align: -3px;
}

.wbpro-list .text img {
    width: 16px;
    height: 16px;
    vertical-align: -4px;
}

.IconFans_custom_zk5AD {
    width: unset !important;
    height: 14px !important;
    vertical-align: unset !important;
}

.wbpro-list .item1in .media {
    width: 80px;
}

.wbpro-list .media {
    width: 90px;
    margin: 6px 0 4px;
    line-height: 0;
}

.wbpro-list .media .woo-picture-main {
    border-radius: 8px;
    cursor: pointer;
}

.woo-picture-main {
    display: inline-block;
    position: relative;
    width: 100%;
}

.woo-picture-img {
    -o-object-fit: cover;
    object-fit: cover;
}

.woo-picture-hoverMask, .woo-picture-img {
    border-radius: inherit;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.woo-picture-cover {
    z-index: 8;
}

.woo-picture-cover {
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: inherit;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.woo-picture-hoverMask, .woo-picture-img {
    border-radius: inherit;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.woo-picture-hoverMask {
    background-color: rgba(0, 0, 0, .15);
    opacity: 0;
    pointer-events: none;
    z-index: 9;
}

.Comment_associate_text_3jv43 {
    margin-top: 1px;
    color: #939393;
}

.wbpro-list .info {
    height: 22px;
    margin: 1px 0 0;
    color: #939393;
}

.woo-box-justifyBetween {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wbpro-list .wbpro-iconbed {
    width: 22px;
    height: 22px;
    margin: 0 0 0 10px;
}

.wbpro-list .optHover {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.wbpro-iconbed {
    position: relative;
    width: 34px;
    height: 34px;
    cursor: pointer;
    line-height: 0;
}

.woo-box-justifyCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.IconList_likebox_23Rt_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -2px 0 0 4px;
    font-size: 16px;
    color: grey;
}

.woo-like-main {
    background: none;
    border: 0;
    color: currentColor;
    cursor: pointer;
    flex-basis: 100%;
    font-size: 1rem;
    height: 100%;
    line-height: 1;
    outline: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.RepostCommentFeed_more_idG8i {
    height: 44px;
    background: #fff;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.woo-font {
    font-family: woo;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    line-height: 1;
}

.RepostCommentFeed_icon2_3GfU5 {
    margin: 0 0 0 4px;
    font-size: 12px;
}

.woo-like-iconWrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.woo-like-iconWrap i {
    margin-right: 5px;
}

/*  帖子評論回復框  */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    z-index: 999;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    width: 300px;
}

.modal-input {
    width: 85%;
    padding: 8px;
    margin: 10px auto;
}

.modal-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.modal-buttons button {
    padding: 8px 16px;
    cursor: pointer;
}

.modal-buttons button:last-child {
    background: #1da1f2;
    color: #fff;
    border: none;
}

.modal-buttons button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* toast 弹框样式 */
.toast-notification {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 1000;
    font-family: sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}

.toast-notification.show {
    opacity: 1;
    visibility: visible;
}

.toast-info {
    background-color: #2196F3;
}

.toast-success {
    background-color: #4CAF50;
}

.toast-error {
    background-color: #F44336;
}

.toast-warning {
    background-color: #FFC107;
    color: #333;
}
.message-menu{position:absolute;right:10px;top:20px;background:#fff;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,0.15);z-index:60;display:none;flex-direction:column;min-width:100px;overflow:hidden;border:1px solid #eee}.message-option{padding:6px 10px;cursor:pointer;font-size:13px;display:flex;align-items:center; color:#000;}.message-option:hover{background:#f5f5f5}
