:root {
    --bb-accent: #4b7bff;
    --bb-accent-2: #36d1ff;
    --bb-accent-3: #8a4dff;
    --bb-bg-dark: #0b0f1f;
    --bb-bg-dark-2: #151a33;
    --bb-bg-light-2: #edf1ff;
    --bb-border-dark: rgba(226, 232, 240, 0.12);
    --bb-border-light: rgba(15, 23, 42, 0.12);
    --bb-focus: rgba(75, 123, 255, 0.25);
    --bb-muted-dark: rgba(226, 232, 240, 0.6);
    --bb-muted-light: rgba(27, 35, 58, 0.6);
    --bb-radius-lg: 18px;
    --bb-radius-md: 14px;
    --bb-radius-pill: 999px;
    --bb-radius-sm: 10px;
    --bb-shadow-dark: 0 16px 40px rgba(2, 8, 20, 0.55);
    --bb-shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.12);
    --bb-surface-dark: rgba(13, 18, 38, 0.72);
    --bb-surface-light: rgba(255, 255, 255, 0.75);
    --bb-surface-solid-dark: #10162b;
    --bb-surface-solid-light: #ffffff;
    --bb-text-dark: #e6e9f4;
    --bb-text-light: #1b233a;
}

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');
@import url('fonts/dm-sans/dm-sans.css');
@import url('fonts/gilroy/Gilroy.css');

body {
    font-size: 13px;
    font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
    color: var(--bb-text-light);
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100vh;
    scroll-behavior: smooth;
    background:
        radial-gradient(1100px 520px at 10% -10%, rgba(54, 209, 255, 0.22), transparent 60%),
        radial-gradient(900px 460px at 90% 0%, rgba(138, 77, 255, 0.24), transparent 55%),
        radial-gradient(700px 420px at 60% 90%, rgba(75, 123, 255, 0.16), transparent 60%),
        linear-gradient(180deg, #f4f6ff 0%, #e7ecff 45%, #eef2ff 100%) !important;
}

html {
    scroll-behavior: smooth;
}

html.snap-scroll,
body.snap-scroll {
    scroll-snap-type: y mandatory;
    scroll-snap-stop: always;
}

.layout-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-shell {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.main-container {
    flex: 1 0 auto;
    min-height: 100vh;
    overflow: visible;
}

.site-footer {
    flex-shrink: 0;
}

@media (min-width: 992px) {
    .sidebar-right {
        padding-top: 68px;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Plus Jakarta Sans', 'Gilroy', sans-serif;
    letter-spacing: -0.015em;
}

.faq-page .accordion-button {
    font-size: 14px;
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
}

.account-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.account-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slick-track {
    display: flex;
}

.slick-slide {
    display: flex;
    justify-content: center;
}

.trail-slider .slick-dots {
    bottom: -5px !important;
}

.slick-slider {
    margin-bottom: 0px !important;
}

.slick-dots {
    bottom: 11px;
}

.slick-arrow {
    background: rgba(255, 255, 255, 0.9) !important;
    width: 35px;
    height: 35px;
    border-radius: var(--bb-radius-pill);
    box-shadow: var(--bb-shadow-soft) !important;
    z-index: 9;
    border: 1px solid var(--bb-border-light);
}

.slick-arrow:hover,
.slick-arrow:focus {
    background: rgba(255, 255, 255, 1) !important;
    border-color: rgba(75, 123, 255, 0.45);
    box-shadow: 0 10px 26px rgba(75, 123, 255, 0.18) !important;
}

.slick-arrow:hover:before,
.slick-arrow:focus:before {
    color: var(--bb-text-light);
}

.slick-prev:before,
.slick-next:before {
    color: var(--bb-text-light);
    font-size: 20px;
    font-weight: 700;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px !important;
}

.slick-prev:before {
    content: "\eac9";
    font-family: IcoFont !important;
}

.slick-next:before {
    content: "\eaca";
    font-family: IcoFont !important;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(2, 6, 23, .18);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}

::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(255, 255, 255, 0.65);
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: rgba(2, 6, 23, 0.22);
}

.dropdown-menu.fs-13.dropdown-menu-end {
    padding: 6px 6px;
    border-radius: var(--bb-radius-sm);
    border: 1px solid var(--bb-border-light);
    background: var(--bb-surface-solid-light);
    box-shadow: var(--bb-shadow-soft);
}

.dropdown-menu.fs-13.dropdown-menu-end .dropdown-item {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 6px;
}

.dropdown-menu.fs-13.dropdown-menu-end .dropdown-item span {
    margin: 0 8px 0 0 !important;
}

.bg-light {
    background-color: var(--bb-bg-light-2) !important;
}

.small {
    font-size: .875em !important;
}

.fs-3 {
    font-size: 3px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.ln-0 {
    line-height: 0px !important;
}

.ln-18 {
    line-height: 18px;
}

.ln-25 {
    line-height: 25px !important;
}

.rounded-4 {
    border-radius: var(--bb-radius-lg);
}

.rounded-5 {
    border-radius: var(--bb-radius-sm) !important;
}

.form-control:focus {
    border-color: rgba(75, 123, 255, 0.65) !important;
    box-shadow: 0 0 0 0.2rem var(--bb-focus) !important;
}

.bg-warning-100 {
    background-color: #f6f3e6;
}

.sticky-sidebar {
    position: sticky;
    top: 24px;
    align-self: flex-start;
}

.rotate-320 {
    transform: rotate(320deg);
}

.form-check-input:checked {
    background-color: var(--bb-accent);
    border-color: var(--bb-accent);
}

.chat-text {
    padding: 9px 13px !important;
}

.ltsp-n5 {
    letter-spacing: -5px !important;
}

.md-3 {
    font-size: 3px !important;
}

.md-13 {
    font-size: 13px !important;
}

.md-14 {
    font-size: 14px !important;
}

.md-16 {
    font-size: 16px !important;
}

.md-18 {
    font-size: 18px !important;
}

.md-20 {
    font-size: 20px !important;
}

.md-32 {
    font-size: 32px !important;
}

.md-36 {
    font-size: 36px !important;
}

.md-48 {
    font-size: 48px !important;
}

.h6,
h6 {
    font-size: 14px;
}

.logo {
    height: 51px;
}

.app-header {
    position: static;
    z-index: 999;
}

.header-bar {
    padding:10px 1px;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
}



.header-inner {
    width: 100%;
}

.dark .header-bar {
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
}

.header-logo-text {
    color: var(--bb-text-light);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.dark .header-logo-text {
    color: var(--bb-text-dark);
}

.header-bar .logo-mobile {
    height: 46px;
}

.header-icon-btn {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bb-text-dark);
    text-decoration: none;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.15);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    transition: transform 0.18s ease, box-shadow 0.2s ease, color 0.18s ease, background-color 0.2s ease;
}

.header-icon-btn:hover,
.header-icon-btn:focus {
    transform: translateY(-1px);
    color: var(--bb-accent);
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
}

.header-icon-btn .material-icons {
    font-size: 22px;
}

.header-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(135deg, #36d1ff, #8a4dff);
    box-shadow: 0 6px 12px rgba(75, 123, 255, 0.25);
}

.dark .header-icon-btn {
    color: var(--bb-text-dark);
    background: var(--bb-surface-solid-dark);
    border-color: var(--bb-border-dark);
    box-shadow: 0 10px 26px rgba(2, 6, 23, 0.55);
}

.dark .header-icon-btn:hover,
.dark .header-icon-btn:focus {
    color: var(--bb-accent);
    background: var(--bb-bg-dark-2);
    box-shadow: 0 14px 32px rgba(2, 6, 23, 0.7);
}

.notifications-header .btn {
    border-radius: 999px;
}

.notifications-count {
    min-width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #36d1ff, #8a4dff);
    box-shadow: 0 10px 20px rgba(75, 123, 255, 0.25);
}

.notifications-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.notification-item {
    transition: transform 0.18s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border: 1px solid rgba(75, 123, 255, 0.12);
}

.notification-item:hover {
    transform: translateY(-1px);
    border-color: rgba(75, 123, 255, 0.28);
    box-shadow: 0 16px 30px rgba(75, 123, 255, 0.16);
}

.notification-actor {
    color: var(--bb-accent-3);
    font-weight: 700;
}

.notification-actor:hover,
.notification-actor:focus {
    color: var(--bb-accent);
}

.notification-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(75, 123, 255, 0.18);
}

.notification-logo {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: drop-shadow(0 6px 10px rgba(15, 23, 42, 0.25));
}

.notification-icon-like {
    background: linear-gradient(135deg, #ff5fa2, #8a4dff);
}

.notification-icon-follow {
    background: linear-gradient(135deg, #ffffff, #ffffff);
}

.notification-icon-subscription {
    background: linear-gradient(135deg, #f7b731, #f5cd79);
}

.notification-icon-welcome {
    background: linear-gradient(135deg, #4b7bff, #8a4dff);
}

.dark .notification-item {
    border-color: rgba(75, 123, 255, 0.2);
}

.navbar {
    justify-content: start;
    align-items: start;
}

.top-osahan-nav-tab {
    z-index: 9;
}

.top-osahan-nav-tab .nav-link {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar .navbar-item {
    width: 100%;
}

.sidebar-nav .navbar-nav a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.12em;
    color: var(--bb-muted-light);
    padding: 12px 16px !important;
    border-radius: 11px;
    background: transparent;
    margin-bottom: 9px;
    transition: all .2s ease;
}

.sidebar-nav .navbar-nav .dropdown-menu {
    position: static !important;
    transform: unset !important;
    padding: 0px !important;
    border: none;
    background: transparent;
    box-shadow: none;
}

.sidebar-nav .navbar-nav .dropdown-menu a {
    padding: 7px 14px !important;
    font-size: 12px;
    margin: 2px 0px !important;
    border-radius: 8px !important;
}

.sidebar-nav .navbar-nav a:hover,
.sidebar-nav .navbar-nav a.active {
    color: var(--bb-text-light);
    background: rgba(2, 6, 23, 0.04);
    box-shadow: none !important;
}

.dropdown-toggle::after {
    margin-left: auto;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--bb-accent);
    border-radius: 0px;
    color: #000000 !important;
}

.image-slider .slick-prev {
    z-index: 9;
    left: 20px;
}

.image-slider .slick-next {
    z-index: 9;
    right: 10px;
}

.image-slider img {
    width: 489px;
    height: 600px;
    object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
    color: var(--bb-accent) !important;
}

.user-list-item .img-fluid {
    height: 60px;
    width: 60px;
}

.btn-check:active+.btn-outline-primary .follow,
.btn-check:checked+.btn-outline-primary .follow {
    display: none;
}

.btn-check:active+.btn-outline-primary .following,
.btn-check:checked+.btn-outline-primary .following {
    display: block !important;
}

.pf-item img {
    height: 60px;
}

.pf-item {
    align-items: center;
}

.account-slider .account-item .position-absolute {
    bottom: 4px;
    right: 0;
    left: 0;
}

.feeds .feed-item img.user-img {
    height: 50px;
}

.account-follow .account-item img {
    height: 50px;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    z-index: 9999;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 245, 255, 0.92));
    border: 1px solid rgba(75, 123, 255, 0.12);
    padding: 10px;
    border-radius: 18px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 28px 60px rgba(11, 16, 36, 0.28), 0 12px 28px rgba(75, 123, 255, 0.22);
}

@media (min-width: 768px) {
    .bottom-nav {
        max-width: 560px;
    }
}

.dark .bottom-nav {
    background: linear-gradient(135deg, rgba(10, 14, 30, 0.94), rgba(12, 18, 40, 0.9));
    border: 1px solid var(--bb-border-dark);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55), 0 14px 28px rgba(75, 123, 255, 0.25);
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--bb-text-light);
    text-decoration: none;
    font-size: 12px;
    padding: 8px 4px;
    transition: transform 0.18s ease, color 0.18s ease, opacity 0.18s ease, background-color 0.18s ease, box-shadow 0.2s ease;
    border-radius: 12px;
}

.dark .bottom-nav-item {
    color: var(--bb-text-dark);
}

.dark .bottom-nav-item:hover,
.dark .bottom-nav-item:focus {
    color: #ffffff;
    background: linear-gradient(135deg, rgba(54, 209, 255, 0.18), rgba(138, 77, 255, 0.28));
}

.bottom-nav-item .material-icons {
    font-size: 26px;
}

.bottom-nav-item:hover,
.bottom-nav-item:focus {
    color: var(--bb-accent);
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(75, 123, 255, 0.16), rgba(138, 77, 255, 0.2));
}

.bottom-nav-item.active {
    color: var(--bb-accent);
    background: linear-gradient(135deg, rgba(54, 209, 255, 0.22), rgba(138, 77, 255, 0.28));
    box-shadow: 0 12px 26px rgba(75, 123, 255, 0.18);
}

.dark .bottom-nav-item.active {
    background: linear-gradient(135deg, rgba(54, 209, 255, 0.22), rgba(138, 77, 255, 0.36));
    color: #ffffff;
}

.bottom-nav-post {
    color: #ffffff;
    background: linear-gradient(135deg, #36d1ff 0%, #4b7bff 50%, #8a4dff 100%);
    box-shadow: 0 14px 28px rgba(75, 123, 255, 0.3);
    border-radius: 14px;
}

.bottom-nav-post .material-icons {
    font-size: 32px;
}

.bottom-nav-post:hover,
.bottom-nav-post:focus {
    color: #ffffff;
    background: linear-gradient(135deg, #4b7bff 0%, #36d1ff 45%, #8a4dff 100%);
    box-shadow: 0 18px 34px rgba(75, 123, 255, 0.35);
}

.main-container {
    padding-bottom: 92px;
}

@media (max-width: 767px) {
    .main-container {
        padding-bottom: 120px;
    }
}

@media (min-width: 992px) {
    .bottom-nav small {
        display: none;
    }
}

.layout-auth .page-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-auth .auth-container {
    max-width: 1400px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 12px;
    padding-right: 12px;
}

.layout-auth .main-container {
    padding-bottom: 0;
}

.layout-auth .container {
    max-width: 100%;
}

.layout-auth main {
    width: 100%;
}

.auth-page {
    position: relative;
    width: 100%;
    padding: 32px 6px 56px;
    min-height: calc(100vh - 64px);
}

.auth-login {
    padding: 56px 48px 80px;
}

@media (max-width: 991px) {
    .auth-login {
        padding: 32px 16px 56px;
    }
}

.auth-ambient {
    position: absolute;
    inset: -40px;
    background: radial-gradient(circle at 20% 20%, rgba(54, 209, 255, 0.18), transparent 32%),
                radial-gradient(circle at 80% 10%, rgba(138, 77, 255, 0.24), transparent 30%),
                radial-gradient(circle at 30% 80%, rgba(75, 123, 255, 0.16), transparent 34%);
    filter: blur(32px);
    z-index: 0;
}

.auth-page .row {
    position: relative;
    z-index: 1;
}

.auth-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--bb-border-light);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 640px;
}

.auth-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 0%, rgba(25, 196, 242, 0.1), transparent 38%);
    pointer-events: none;
}

.auth-logo {
    height: 42px;
    width: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff, #ffffff);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow: 0 10px 24px rgba(75, 123, 255, 0.24);
    overflow: hidden;
}

.auth-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    display: block;
}

.auth-copy h3 {
    letter-spacing: -0.03em;
}

.auth-copy p,
.auth-card p,
.auth-card label,
.auth-card small {
    color: var(--bb-text-light);
}

.dark .auth-copy p,
.dark .auth-card p,
.dark .auth-card label,
.dark .auth-card small {
    color: var(--bb-text-dark);
}

.auth-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(255, 255, 255, 0.38);
}

.pill-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 12px;
    box-shadow: 0 10px 18px rgba(2, 6, 23, 0.08);
}

.auth-form .form-control {
    border-radius: var(--bb-radius-md);
}

.auth-form .form-control:focus {
    border-color: rgba(75, 123, 255, 0.5);
    box-shadow: 0 0 0 3px var(--bb-focus);
}

.auth-row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.auth-copy {
    max-width: 520px;
}

.auth-login .auth-row {
    max-width: 1400px;
    gap: 48px;
    justify-content: space-between;
}

.auth-login .auth-copy {
    max-width: 560px;
}

.auth-login .auth-card {
    max-width: 520px;
    padding: 32px 32px 28px;
}

.auth-login .auth-chip {
    letter-spacing: 0.02em;
}

.auth-login .form-control {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.16);
}

.auth-login .btn.btn-primary {
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(75, 123, 255, 0.25);
}

.auth-login .pill-tag {
    padding: 8px 14px;
}

.auth-register .auth-row {
    max-width: 1400px;
    gap: 48px;
    justify-content: space-between;
}

.auth-register .auth-copy {
    max-width: 560px;
}

.auth-register .auth-card {
    max-width: 520px;
    padding: 32px 32px 28px;
}

.auth-register .auth-chip {
    letter-spacing: 0.02em;
}

.auth-register .form-control {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.16);
}

.auth-register .btn.btn-primary {
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(75, 123, 255, 0.25);
}

.auth-register .pill-tag {
    padding: 8px 14px;
}

.explore-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 10px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%);
    color: #fff;
}

.langauge-item .btn-language {
    border: 1px solid var(--bb-border-light);
    background: var(--bb-surface-solid-light);
}

.btn-check:active+.btn-language,
.btn-check:checked+.btn-language,
.btn-language.active,
.btn-language.dropdown-toggle.show,
.btn-language:active {
    background-color: var(--bb-accent);
    color: #ffffff;
    font-weight: 700;
    border: 1px solid rgba(75, 123, 255, 0.8) !important;
}

.btn-language span {
    color: var(--bb-muted-light);
}

.btn-check:checked+.btn-language span {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.offcanvas.offcanvas-start {
    width: 250px;
}

.comments img {
    height: 36px;
    min-width: 36px;
    width: 36px;
}

.ov-icon {
    font-size: 9px !important;
    padding: 3px !important;
}

.profile img {
    height: 65px;
}

.followers img {
    height: 25px;
    border: 2px solid #fff;
    margin: 0 -6px 0 0px;
}

@media (max-width: 576px) {
    .m-sm-none {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .lg-none {
        display: none;
    }

    .main-content {
        width: 100% !important;
    }

    .web-none.d-flex.align-items-center.px-3.pt-3 {
        border-bottom: 1px solid var(--bb-border-dark);
        background: var(--bb-surface-dark);
        backdrop-filter: blur(8px);
        padding: 0.6rem 1rem !important;
    }

    img.img-fluid.logo-mobile {
        height: 36px;
    }

    button.ms-auto.btn.btn-primary.ln-0 {
        padding: 2px 3px !important;
        width: 33px;
    }

    .col-md-2.ps-0.offcanvas.offcanvas-start.show {
        padding: 0px !important;
    }

    .border-start,
    .border-end {
        border: none !important;
    }
}

@media (max-width: 1200px) {
    .m-none {
        display: none !important;
    }

    .main-content {
        width: 75%;
    }

    .side-trend {
        width: 25%;
    }

    .web-none.d-flex.align-items-center.px-3.pt-3 {
        border-bottom: 1px solid var(--bb-border-dark);
        background: var(--bb-surface-dark);
        backdrop-filter: blur(8px);
        padding: 0.6rem 1rem !important;
    }

    img.img-fluid.logo-mobile {
        height: 36px;
    }

    button.ms-auto.btn.btn-primary.ln-0 {
        padding: 2px 3px !important;
        width: 33px;
    }

    .col-md-2.ps-0.offcanvas.offcanvas-start.show {
        padding: 0px !important;
    }
}

@media (min-width: 1200px) {
    .web-none {
        display: none !important;
    }

    .mt-web-5 {
        margin-top: 1.3rem !important;
    }

    .px-web-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .web-none.d-flex.align-items-center.px-3.pt-3 {
        border-bottom: 1px solid var(--bb-border-dark);
        background: var(--bb-surface-dark);
        backdrop-filter: blur(8px);
        padding: 0.6rem 1rem !important;
    }

    img.img-fluid.logo-mobile {
        height: 36px;
    }

    button.ms-auto.btn.btn-primary.ln-0 {
        padding: 2px 3px !important;
        width: 33px;
    }

    .col-md-2.ps-0.offcanvas.offcanvas-start.show {
        padding: 0px !important;
    }
}

.theme-switch-wrapper,
.theme-switch {
    display: none !important;
}

.dark body {
    background:
        radial-gradient(900px 520px at 20% -10%, rgba(54, 209, 255, 0.18), transparent 60%),
        radial-gradient(800px 520px at 85% 0%, rgba(138, 77, 255, 0.2), transparent 55%),
        radial-gradient(700px 420px at 60% 90%, rgba(75, 123, 255, 0.16), transparent 60%),
        linear-gradient(180deg, var(--bb-bg-dark-2) 0%, var(--bb-bg-dark) 55%, #070a17 100%) !important;
    color: var(--bb-text-dark);
}

.dark .web-none {
    background-color: transparent !important;
    border-bottom: 1px solid var(--bb-border-dark) !important;
}

.dark .bg-white {
    background-color: var(--bb-surface-solid-dark) !important;
}

.dark .border-bottom,
.dark .border-top,
.dark .border-start,
.dark .border-end {
    border-color: var(--bb-border-dark) !important;
}

.text-body {
    color: var(--bb-text-light) !important;
}

.dark .text-body {
    color: var(--bb-text-dark) !important;
}

.dark .nav-pills .nav-link.active,
.dark .nav-pills .show>.nav-link {
    background-color: var(--bb-accent);
    border-radius: 0px;
    color: #fff !important;
}

.dark .modal-backdrop {
    background-color: rgba(2, 6, 23, 0.8);
}

.dark .modal-footer {
    border-top: 1px solid var(--bb-border-dark);
}

.dark .text-black {
    color: var(--bb-text-dark) !important;
}

.dark .text-dark {
    color: var(--bb-text-dark) !important;
}

.dark .dropdown-menu {
    background-color: var(--bb-surface-solid-dark);
    border: 1px solid var(--bb-border-dark);
}

.dark .dropdown-menu .dropdown-item {
    color: var(--bb-text-dark) !important;
}

.dark .dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.06);
    color: var(--bb-text-dark) !important;
}

.dark .navbar-nav .nav-item .nav-link {
    background-color: transparent;
}

.dark .navbar-nav .nav-item .nav-link.active {
    background-color: rgba(255, 255, 255, 0.06);
    color: var(--bb-text-dark);
}

.dark .navbar-nav .nav-item .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: var(--bb-text-dark);
}

.dark .navbar-nav .dropdown-menu .dropdown-item {
    background-color: transparent;
}

.dark .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: var(--bb-text-dark);
}

.accordion .accordion-item {
    background: var(--bb-surface-light) !important;
    color: var(--bb-text-light);
    border-color: var(--bb-border-light);
    border-radius: var(--bb-radius-lg);
}

.accordion .accordion-item button {
    background: transparent !important;
    color: var(--bb-text-light);
    box-shadow: none !important;
}

.accordion .accordion-item button::after {
    color: var(--bb-text-light) !important;
}

.dark .accordion .accordion-item {
    background: var(--bb-surface-dark) !important;
    color: var(--bb-text-dark);
    border-color: var(--bb-border-dark);
}

.dark .accordion .accordion-item button {
    background-color: transparent !important;
    color: var(--bb-text-dark);
}

.dark .accordion .accordion-item button::after {
    color: var(--bb-text-dark) !important;
}

.modal-content {
    background-color: var(--bb-surface-solid-light);
    border: 1px solid var(--bb-border-light);
    border-radius: var(--bb-radius-lg);
    box-shadow: var(--bb-shadow-soft);
}

.dark .modal-content {
    background-color: var(--bb-surface-solid-dark);
    border-color: var(--bb-border-dark);
    box-shadow: var(--bb-shadow-dark);
}

.dark .bg-light {
    background-color: rgba(255, 255, 255, 0.03) !important;
}

.dark .modal-header {
    border-bottom: 1px solid var(--bb-border-dark);
}

.dark .modal-body .bg-white {
    background-color: rgba(255, 255, 255, 0.03) !important;
}

.dark .modal-body .bg-light {
    background-color: rgba(255, 255, 255, 0.03) !important;
}

.dark .close {
    color: var(--bb-text-dark) !important;
}

.dark .btn {
    color: inherit;
}

.dark .btn-primary {
    background: linear-gradient(135deg, #3f64ff 0%, #36d1ff 100%) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.dark .btn-outline-primary {
    color: var(--bb-text-dark);
    border-color: rgba(54, 209, 255, 0.55) !important;
    background: linear-gradient(135deg, rgba(54, 209, 255, 0.12), rgba(12, 18, 40, 0.32));
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.dark .btn-outline-primary:hover {
    color: #ffffff !important;
}

.dark .profile-tab-icons {
    border-color: var(--bb-border-dark);
    background: rgba(10, 14, 30, 0.92);
}

.dark .profile-tab-icons .nav-link {
    color: var(--bb-muted-dark);
}

.dark .profile-tab-icons .nav-link.active {
    background: linear-gradient(135deg, rgba(54, 209, 255, 0.2), rgba(138, 77, 255, 0.28));
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(75, 123, 255, 0.22);
}

.dark .profile-tab-icons .nav-link:not(.active):hover {
    background: linear-gradient(135deg, rgba(54, 209, 255, 0.14), rgba(138, 77, 255, 0.22));
    color: #ffffff;
}

.dark .auth-card {
    border-color: var(--bb-border-dark);
    background: rgba(4, 10, 20, 0.92);
}

.dark .pill-tag,
.dark .auth-chip {
    background: rgba(255, 255, 255, 0.1);
    color: var(--bb-text-dark);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.dark a.text-dark:focus,
.dark a.text-dark:hover {
    color: var(--bb-text-dark) !important;
}

.dark .list-card-image a.btn,
.dark .cart-items-number .btn {
    border: 1px solid var(--bb-border-dark);
    background: transparent;
    box-shadow: none;
}

.dark .cart-items-number {
    background: transparent;
}

.dark .hc-nav-trigger {
    color: var(--bb-accent);
}

label {
    color: var(--bb-text-light);
}

.dark label {
    color: var(--bb-text-dark);
}

.form-control {
    border: 1px solid var(--bb-border-light);
    background-color: var(--bb-surface-solid-light) !important;
    font-size: 13px;
    box-shadow: none !important;
    color: var(--bb-text-light) !important;
    border-radius: var(--bb-radius-md);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-select {
    border: 1px solid var(--bb-border-light);
    background-color: var(--bb-surface-solid-light) !important;
    font-size: 13px;
    box-shadow: none !important;
    color: var(--bb-text-light) !important;
    border-radius: var(--bb-radius-md);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-select option {
    background-color: var(--bb-surface-solid-light) !important;
    color: var(--bb-text-light);
}

.dark .form-control {
    border: 1px solid var(--bb-border-dark);
    color: var(--bb-text-dark) !important;
    background-color: var(--bb-surface-solid-dark) !important;
}

.dark .form-select {
    border: 1px solid var(--bb-border-dark);
    color: var(--bb-text-dark) !important;
    background-color: var(--bb-surface-solid-dark) !important;
}

.dark .form-select option {
    background-color: var(--bb-surface-solid-dark) !important;
    color: var(--bb-text-dark);
}

.dark .text-muted {
    color: var(--bb-muted-dark) !important;
}

.input-group input::placeholder {
    color: var(--bb-muted-light) !important;
}

.dark .input-group input::placeholder {
    color: var(--bb-muted-dark) !important;
}

.form-control-text::placeholder {
    color: var(--bb-muted-light) !important;
}

.dark .form-control-text::placeholder {
    color: var(--bb-muted-dark) !important;
}

.form-control-sm {
    color: var(--bb-muted-light) !important;
}

.dark .form-control-sm {
    color: var(--bb-muted-dark) !important;
}

.form-floating::before label {
    color: var(--bb-text-light) !important;
}

.btn {
    border-radius: var(--bb-radius-pill);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    transition: transform 0.18s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #36d1ff 0%, #4b7bff 55%, #8a4dff 100%) !important;
    border-color: transparent !important;
    color: #fff;
    box-shadow: 0 14px 32px rgba(75, 123, 255, 0.28);
}

.btn-primary:hover {
    transform: translateY(-1px) scale(1.01);
    background: linear-gradient(135deg, #4b7bff 0%, #36d1ff 45%, #8a4dff 100%) !important;
    box-shadow: 0 18px 36px rgba(75, 123, 255, 0.32);
    filter: brightness(1.03) saturate(1.05);
}

.btn-primary:active {
    background: linear-gradient(135deg, #3f64ff 0%, #7b46ff 100%) !important;
    border-color: transparent !important;
    transform: translateY(0px);
    box-shadow: 0 10px 22px rgba(75, 123, 255, 0.24);
}

.btn-primary:focus-visible {
    outline: 2px solid transparent;
    box-shadow: 0 0 0 3px var(--bb-focus), 0 12px 28px rgba(75, 123, 255, 0.28);
}

.btn-outline-primary {
    border: 1.5px solid rgba(75, 123, 255, 0.7) !important;
    color: var(--bb-accent);
    background: linear-gradient(135deg, rgba(75, 123, 255, 0.07), rgba(75, 123, 255, 0.02));
    box-shadow: 0 10px 24px rgba(75, 123, 255, 0.12);
}

.btn-outline-primary:hover {
    background: linear-gradient(135deg, rgba(75, 123, 255, 0.18), rgba(138, 77, 255, 0.12)) !important;
    color: var(--bb-accent) !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(75, 123, 255, 0.16);
}

.btn-outline-primary:active {
    background-color: rgba(75, 123, 255, 0.22) !important;
    color: var(--bb-accent) !important;
    transform: translateY(0px);
    box-shadow: 0 10px 20px rgba(75, 123, 255, 0.14);
}

.btn-outline-primary:focus-visible {
    outline: 2px solid transparent;
    box-shadow: 0 0 0 3px var(--bb-focus), 0 10px 20px rgba(75, 123, 255, 0.18);
}

.btn-check:checked+.btn-outline-primary {
    background: linear-gradient(135deg, rgba(75, 123, 255, 0.28), rgba(75, 123, 255, 0.32)) !important;
    border-color: rgba(75, 123, 255, 0.9) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(75, 123, 255, 0.18);
}

.profile-tab-icons {
    border: 1px solid var(--bb-border-light);
    background: rgba(255, 255, 255, 0.7);
    gap: 8px;
}

.profile-tab-icons .nav-link {
    background: transparent;
    border: 0;
    color: var(--bb-text-light);
    border-radius: var(--bb-radius-md);
    padding: 10px 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.profile-tab-icons .nav-link .material-icons {
    font-size: 22px;
}

.profile-tab-icons .nav-link.active {
    background: linear-gradient(135deg, rgba(54, 209, 255, 0.22), rgba(138, 77, 255, 0.24));
    color: var(--bb-accent-3);
    box-shadow: 0 8px 18px rgba(75, 123, 255, 0.18);
    transform: translateY(-1px);
}

.profile-tab-icons .nav-link:not(.active):hover {
    background: linear-gradient(135deg, rgba(54, 209, 255, 0.16), rgba(138, 77, 255, 0.18));
    color: var(--bb-accent-3);
}

.text-primary {
    color: var(--bb-accent) !important;
}

.bg-brown-gradient {
    background:
        radial-gradient(circle at top, rgba(54, 209, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%),
        linear-gradient(180deg, #f2f5ff 0%, #e4eaff 100%) !important;
}

.dark .bg-brown-gradient {
    background: radial-gradient(circle at top, rgba(75, 123, 255, 0.24) 0%, rgba(0, 0, 0, 0) 55%), linear-gradient(180deg, #080b1b 0%, #050818 100%) !important;
}

.bg-glass {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.08);
}

.bg-dark-glass {
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.08);
}

.dark .bg-glass {
    background: rgba(8, 14, 28, 0.72) !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
}

.dark .bg-dark-glass {
    background: rgba(4, 8, 20, 0.76) !important;
    border: 1px solid rgba(148, 163, 184, 0.22) !important;
}

.bg-light-glass {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 16px 36px rgba(2, 6, 23, 0.08);
}

.modal-content.bg-glass {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(120, 160, 255, 0.25);
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.35);
}

body,
.layout-shell,
.page-shell,
.main-container,
.site-footer,
.navbar,
.offcanvas,
.dropdown-menu,
.modal {
    font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
}

.dark .bg-light-glass {
    background: rgba(6, 10, 22, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.card,
.offcanvas,
.dropdown-menu {
    color: var(--bb-text-light);
}

.dark .card,
.dark .card-body,
.dark .card-header,
.dark .card-footer,
.dark .offcanvas,
.dark .dropdown-menu {
    background: var(--bb-surface-dark);
    color: var(--bb-text-dark);
    border-color: var(--bb-border-dark);
}

.border-bottom,
.border-top,
.border-start,
.border-end {
    border-color: var(--bb-border-light) !important;
}

.dark .border-bottom,
.dark .border-top,
.dark .border-start,
.dark .border-end {
    border-color: var(--bb-border-dark) !important;
}

.list-group-item {
    background: var(--bb-surface-light);
    color: var(--bb-text-light);
    border-color: var(--bb-border-light) !important;
}

.dark .list-group-item {
    background: var(--bb-surface-dark);
    color: var(--bb-text-dark);
    border-color: var(--bb-border-dark) !important;
}

.sidebar-link {
    color: var(--bb-text-light);
    border-radius: 12px;
    transition: transform 0.18s ease, box-shadow 0.22s ease, background-color 0.2s ease;
}

.sidebar-link:hover,
.sidebar-link:focus {
    color: var(--bb-text-light);
    background: linear-gradient(135deg, rgba(54, 209, 255, 0.16), rgba(138, 77, 255, 0.16));
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(75, 123, 255, 0.16);
}

.dark .sidebar-link {
    color: var(--bb-text-dark);
}

.dark .sidebar-link:hover,
.dark .sidebar-link:focus {
    color: var(--bb-text-dark);
    background: linear-gradient(135deg, rgba(54, 209, 255, 0.16), rgba(12, 18, 40, 0.64));
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
}

.footer-copyright a {
    color: var(--bb-muted-light);
}

.dark .footer-copyright a {
    color: var(--bb-muted-dark);
}

.locked-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.82);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

.locked-overlay p,
.locked-overlay small {
    color: #ffffff !important;
}

.locked-blur {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(6px);
}

.locked-image {
    filter: blur(3px);
}

.locked-section-body {
    filter: blur(10px);
    opacity: 0.35;
}

.is-locked .locked-card-body {
    filter: blur(8px);
    opacity: 0.35;
}

.locked-tile {
    min-height: 120px;
    background: rgba(2, 6, 23, 0.04);
}

.dark .locked-tile {
    background: rgba(255, 255, 255, 0.05);
}

.post-locked {
    overflow: hidden;
}

.post-locked-media,
.post-locked-text,
.profile-photo-item.is-locked .profile-photo-img {
    filter: blur(6px);
}

.post-locked-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.82);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

.post-locked-watermark {
    font-weight: 700;
    color: #ffffff;
    font-size: clamp(18px, 3vw, 30px);
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.95;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
}

.post-locked-cta {
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
}

.photo-locked-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.profile-photo-item.is-locked {
    position: relative;
    overflow: hidden;
}

body:not(.dark) {
  color: var(--bb-text-light);
}

body:not(.dark) .text-white {
  color: var(--bb-text-light) !important;
}

body:not(.dark) .btn-primary.text-white,
body:not(.dark) .btn-primary.text-white .material-icons {
  color: #ffffff !important;
}

.post-card {
  padding: 16px;
}

html.snap-scroll .post-card {
  scroll-snap-align: center;
}

.post-card .user-img {
  width: 48px;
  height: 48px;
}

.post-media-frame {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.08);
  margin: 8px 0 0 0;
  max-width: 100%;
}

.post-card .post-media,
.post-media-grid .post-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-media-button,
.post-media-link {
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  text-align: left;
  display: block;
  color: inherit;
  text-decoration: none;
}

.post-media-button:focus-visible {
  outline: 2px solid rgba(75, 123, 255, 0.4);
  outline-offset: 4px;
  border-radius: 18px;
}

.post-media-link:focus-visible {
  outline: 2px solid rgba(75, 123, 255, 0.4);
  outline-offset: 4px;
  border-radius: 18px;
}

.post-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin: 8px 0 0 0;
  aspect-ratio: 2 / 1;
}

.post-media-grid-main {
  border-radius: 18px;
  overflow: hidden;
  grid-row: auto;
  height: 100%;
}

.post-media-grid-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.post-media-grid-small {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.post-media-grid-double .post-media-grid-side {
  grid-template-rows: 1fr;
}

.post-media-grid-single .post-media-grid-side {
  display: none;
}

.post-media-grid-double-item {
  border-radius: 18px;
  overflow: hidden;
}

.post-media-grid-double {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  aspect-ratio: 2 / 1;
}

.post-media-grid-triple {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  aspect-ratio: 3 / 2;
}

.post-media-grid-triple .post-media-grid-main {
  grid-row: 1 / span 2;
}

.post-media-grid-triple .post-media-grid-side {
  grid-template-rows: 1fr 1fr;
}

.post-detail-media-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 70%;
  max-width: 640px;
  margin: 8px auto 0;
}

.post-detail-media-item {
  border-radius: 18px;
  overflow: hidden;
  background: transparent;
}

.post-detail-media-img {
  width: 100%;
  height: auto;
  max-height: 60vh;
  object-fit: contain;
  display: block;
  border-radius: 18px;
}

@media (max-width: 768px) {
  .post-detail-media-stack {
    width: 100%;
  }
}

.post-card-header {
  align-items: flex-start;
}

.post-card-actions {
  margin-top: 4px;
}

.post-card-footer {
  justify-content: flex-start;
}

.profile-sport {
  color: var(--bb-accent-3);
  font-weight: 600;
}

.avatar-image {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: block;
}

.feeds .post-media-frame,
.feeds .post-media-grid {
  width: 100%;
  max-width: 640px;
  margin-left: 0;
  margin-right: auto;
}

.feeds .post-media-frame {
  max-height: 640px;
}

.feeds .post-media-grid {
  max-height: 640px;
}

.profile-posts .post-media-frame,
.profile-posts .post-media-grid,
.post-detail .post-media-frame,
.post-detail .post-media-grid {
  width: 100%;
  max-width: 640px;
  margin-left: 0;
  margin-right: auto;
}

.profile-posts .post-media-frame,
.profile-posts .post-media-grid,
.post-detail .post-media-frame,
.post-detail .post-media-grid {
  max-height: 640px;
}

.profile-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.profile-photo-item {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: rgba(0, 0, 0, 0.08);
}

.profile-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.avatar-cropper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.avatar-cropper-frame {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.08);
  touch-action: none;
}

.avatar-cropper-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  user-select: none;
  max-width: none;
  max-height: none;
}

.avatar-zoom {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar-zoom input[type="range"] {
  width: 100%;
}

.post-gallery-slider {
  width: 100%;
}

.post-gallery-slide {
  display: flex !important;
  justify-content: center;
}

.post-gallery-image {
  width: 100%;
  max-width: 960px;
  max-height: 80vh;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
}

.post-gallery-slider .slick-prev,
.post-gallery-slider .slick-next {
  width: 36px;
  height: 36px;
  z-index: 2;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
}

.post-gallery-slider .slick-prev:before,
.post-gallery-slider .slick-next:before {
  font-size: 20px;
  color: #ffffff;
  opacity: 0.9;
}

.post-gallery-slider .slick-dots {
  bottom: -28px;
}


.post-image-preview-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(84px, 1fr));
  gap: 8px;
}

.post-image-preview-item {
  position: relative;
}

.post-image-preview-img {
  width: 100%;
  height: 84px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.post-image-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 0 6px;
  line-height: 1;
  border-radius: 999px;
}

.platform-alert {
  background: rgba(75, 123, 255, 0.12);
  border: 1px solid rgba(75, 123, 255, 0.35);
  color: var(--bb-accent);
}

.platform-alert-error {
  background: rgba(210, 38, 38, 0.12);
  border: 1px solid rgba(210, 38, 38, 0.35);
  color: #d22626;
}

.post-action-btn {
  color: #d7dce3;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 6px 12px;
  min-width: 40px;
  min-height: 36px;
  gap: 6px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.post-action-btn:hover {
  color: inherit;
  border-color: rgba(75, 123, 255, 0.35);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.post-action-btn .material-icons {
  font-size: 18px;
}

.post-action-btn.is-liked {
  color: var(--bb-accent-3);
  border-color: rgba(138, 77, 255, 0.6);
  background: linear-gradient(135deg, rgba(138, 77, 255, 0.26), rgba(54, 209, 255, 0.12));
}

body:not(.dark) .post-action-btn {
  color: #2d3748;
  border-color: rgba(2, 6, 23, 0.18);
  background: linear-gradient(135deg, rgba(2, 6, 23, 0.04), rgba(2, 6, 23, 0.02));
}

body:not(.dark) .post-action-btn:hover {
  color: #2d3748;
  border-color: rgba(75, 123, 255, 0.35);
  background: linear-gradient(135deg, rgba(75, 123, 255, 0.08), rgba(75, 123, 255, 0.04));
}

body:not(.dark) .post-action-btn.is-liked {
  color: var(--bb-accent-3);
  border-color: rgba(138, 77, 255, 0.55);
  background: linear-gradient(135deg, rgba(138, 77, 255, 0.18), rgba(54, 209, 255, 0.08));
}

body:not(.dark) .list-group-item,
body:not(.dark) .bg-glass,
body:not(.dark) .bg-light-glass,
body:not(.dark) .bg-dark-glass,
body:not(.dark) .card,
body:not(.dark) .offcanvas,
body:not(.dark) .dropdown-menu {
  color: var(--bb-text-light);
}

body:not(.dark) .text-muted {
  color: var(--bb-muted-light) !important;
}

body:not(.dark) label {
  color: var(--bb-text-light) !important;
}

body:not(.dark) .bg-glass,
body:not(.dark) .bg-light-glass,
body:not(.dark) .bg-dark-glass {
  color: var(--bb-text-light);
}

body:not(.dark) a {
  color: var(--bb-text-light);
}

body:not(.dark) a:hover {
  color: var(--bb-accent);
}

body:not(.dark) .sidebar-nav .navbar-nav a {
  color: var(--bb-muted-light);
}

body:not(.dark) .sidebar-nav .navbar-nav a:hover,
body:not(.dark) .sidebar-nav .navbar-nav a.active {
  color: var(--bb-text-light);
}

body:not(.dark) .form-control,
body:not(.dark) .form-select {
  color: var(--bb-text-light) !important;
}

body:not(.dark) .form-control::placeholder,
body:not(.dark) .input-group input::placeholder {
  color: var(--bb-muted-light) !important;
}

body:not(.dark) .btn-outline-primary {
  color: var(--bb-accent);
}

body:not(.dark) .locked-overlay p,
body:not(.dark) .locked-overlay small {
  color: #ffffff !important;
}

.dark {
  color: var(--bb-text-dark);
}

.dark body,
.dark p,
.dark span,
.dark div,
.dark li,
.dark small,
.dark label {
  color: var(--bb-text-dark);
}

.dark .text-body,
.dark .text-dark,
.dark .text-light,
.dark .text-muted {
    color: var(--bb-text-dark) !important;
}

.dark .text-muted {
    color: var(--bb-muted-dark) !important;
}

.dark .auth-card,
.dark .auth-copy {
    color: var(--bb-text-dark) !important;
}

.dark .auth-card label,
.dark .auth-card small,
.dark .auth-card p,
.dark .auth-copy p,
html.dark .auth-card label,
html.dark .auth-card small,
html.dark .auth-card p,
html.dark .auth-copy p {
    color: var(--bb-text-dark) !important;
}

.dark a {
  color: var(--bb-text-dark) !important;
}

.dark a:hover {
  color: var(--bb-accent);
}

.dark .bg-glass,
.dark .bg-dark-glass,
.dark .bg-light-glass {
    color: var(--bb-text-dark);
}

.dark body,
.dark p,
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6,
.dark label,
.dark span,
.dark li,
.dark small,
html.dark body,
html.dark p,
html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6,
html.dark label,
html.dark span,
html.dark li,
html.dark small {
    color: var(--bb-text-dark) !important;
}

.dark .list-group,
.dark .sidebar-nav .navbar-nav a {
  color: var(--bb-muted-dark);
}

.dark .sidebar-nav .navbar-nav a:hover,
.dark .sidebar-nav .navbar-nav a.active {
  color: var(--bb-text-dark);
}

.dark .list-group-item {
  color: var(--bb-text-dark);
}

.dark .dropdown-menu,
.dark .dropdown-item {
  color: var(--bb-text-dark) !important;
}

.dark .dropdown-menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

.dark .form-control,
.dark .form-select {
  color: var(--bb-text-dark) !important;
}

.dark .form-control::placeholder,
.dark .input-group input::placeholder {
  color: var(--bb-muted-dark) !important;
}

.dark .accordion,
.dark .accordion-item,
.dark .accordion-button {
  color: var(--bb-text-dark) !important;
}

.dark .modal-content,
.dark .modal-header,
.dark .modal-body,
.dark .modal-footer {
  color: var(--bb-text-dark);
}

.dark .locked-overlay p,
.dark .locked-overlay small {
  color: #ffffff !important;
}

.dark .feed,
.dark .feeds,
.dark .feed-item {
  color: var(--bb-text-dark);
}

.dark .feed-item p,
.dark .feed-item span,
.dark .feed-item small,
.dark .feed-item div,
.dark .feed-item a {
  color: var(--bb-text-dark);
}

.dark .feed-item .text-muted,
.dark .feeds .text-muted {
  color: var(--bb-muted-dark) !important;
}

.dark .feed-item.bg-glass,
.dark .feed-item.bg-dark-glass,
.dark .feed-item.list-group-item,
.dark .feeds .list-group-item {
  color: var(--bb-text-dark);
}

.dark .feed-item a:hover {
  color: var(--bb-accent);
}

.dark .feed-item .text-dark,
.dark .feeds .text-dark,
.dark .feed-item .text-body {
  color: var(--bb-text-dark) !important;
}

.dark .feed-item * {
  color: inherit;
}


