/* ForumX Premium Ana Sayfa V15
   Yalnızca body.forumx-home-premium-v15 altında çalışır. */

.forumx-home-premium-v15 {
    --fxh-bg: #08111e;
    --fxh-panel: rgba(15, 29, 49, .92);
    --fxh-panel-2: rgba(18, 35, 59, .94);
    --fxh-panel-soft: rgba(25, 45, 73, .72);
    --fxh-border: rgba(119, 162, 220, .19);
    --fxh-border-strong: rgba(65, 132, 255, .48);
    --fxh-text: #f4f8ff;
    --fxh-muted: #92a3bb;
    --fxh-blue: #4f8cff;
    --fxh-blue-2: #2d68e9;
    --fxh-cyan: #28d7ca;
    --fxh-green: #2bd99f;
    --fxh-purple: #9a5cff;
    --fxh-pink: #ef5ca8;
    --fxh-orange: #ff9d42;
    --fxh-radius-xl: 24px;
    --fxh-radius-lg: 18px;
    --fxh-radius-md: 14px;
    --fxh-shadow: 0 22px 70px rgba(0, 0, 0, .24);
    background:
        radial-gradient(circle at 14% 8%, rgba(39, 105, 231, .08), transparent 27rem),
        radial-gradient(circle at 88% 22%, rgba(130, 62, 255, .06), transparent 25rem),
        var(--fxh-bg);
}

.forumx-home-premium-v15 .page-shell {
    width: min(100% - 28px, 1500px);
    max-width: 1500px;
    padding-top: 22px;
    padding-bottom: max(130px, calc(110px + env(safe-area-inset-bottom)));
}

.forumx-home-premium-v15 .fx-home-hero,
.forumx-home-premium-v15 .fx-home-section-header,
.forumx-home-premium-v15 .fx-home-category,
.forumx-home-premium-v15 .fx-home-side-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid var(--fxh-border);
    background:
        linear-gradient(145deg, rgba(20, 40, 68, .95), rgba(8, 20, 36, .96)),
        var(--fxh-panel);
    box-shadow: var(--fxh-shadow);
}

.forumx-home-premium-v15 .fx-home-hero::before,
.forumx-home-premium-v15 .fx-home-category::before,
.forumx-home-premium-v15 .fx-home-side-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 0%, rgba(56, 128, 255, .12), transparent 34%),
        radial-gradient(circle at 88% 100%, rgba(122, 71, 255, .08), transparent 30%);
}

/* Hero */
.forumx-home-premium-v15 .fx-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(420px, .9fr);
    gap: 34px;
    align-items: center;
    min-height: 270px;
    padding: 34px;
    border-radius: var(--fxh-radius-xl);
    border-color: rgba(67, 129, 234, .28);
    background:
        radial-gradient(circle at 12% 50%, rgba(18, 93, 220, .24), transparent 36%),
        radial-gradient(circle at 90% 15%, rgba(98, 54, 220, .14), transparent 34%),
        linear-gradient(135deg, rgba(7, 28, 57, .98), rgba(10, 22, 39, .98));
}

.forumx-home-premium-v15 .fx-home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .42;
    background-image:
        radial-gradient(circle, rgba(111, 166, 255, .7) 0 1px, transparent 1.4px),
        radial-gradient(circle, rgba(109, 91, 220, .5) 0 1px, transparent 1.4px);
    background-position: 0 0, 24px 17px;
    background-size: 46px 46px, 60px 60px;
    mask-image: linear-gradient(to right, #000, transparent 72%);
}

.forumx-home-premium-v15 .fx-home-hero-copy {
    min-width: 0;
}

.forumx-home-premium-v15 .fx-home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #79a9ff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.forumx-home-premium-v15 .fx-home-kicker .forumx-icon {
    width: 18px;
    height: 18px;
}

.forumx-home-premium-v15 .fx-home-hero h1 {
    margin: 0;
    color: var(--fxh-text);
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.forumx-home-premium-v15 .fx-home-hero h1 strong {
    color: #5c96ff;
}

.forumx-home-premium-v15 .fx-home-hero-copy > p {
    max-width: 720px;
    margin: 13px 0 20px;
    color: #afbdd0;
    font-size: 1rem;
    line-height: 1.65;
}

.forumx-home-premium-v15 .fx-home-search {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    width: min(100%, 680px);
    padding: 5px 6px 5px 16px;
    border: 1px solid rgba(82, 143, 255, .58);
    border-radius: 15px;
    background: rgba(5, 18, 34, .68);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025), 0 12px 34px rgba(0, 0, 0, .16);
}

.forumx-home-premium-v15 .fx-home-search > .forumx-icon {
    width: 21px;
    height: 21px;
    color: #8da6c8;
}

.forumx-home-premium-v15 .fx-home-search input {
    min-width: 0;
    height: 48px;
    padding: 0;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: var(--fxh-text);
    box-shadow: none !important;
}

.forumx-home-premium-v15 .fx-home-search input::placeholder {
    color: #8394ac;
}

.forumx-home-premium-v15 .fx-home-search button {
    min-width: 82px;
    height: 46px;
    padding: 0 20px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, #4d8fff, #2d66df);
    color: white;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(45, 104, 233, .32);
}

.forumx-home-premium-v15 .fx-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.forumx-home-premium-v15 .fx-home-hero-actions .button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 15px;
    border-radius: 12px;
}

.forumx-home-premium-v15 .fx-home-hero-actions .forumx-icon {
    width: 18px;
    height: 18px;
}

.forumx-home-premium-v15 .fx-home-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.forumx-home-premium-v15 .fx-home-hero-stat {
    min-width: 0;
    min-height: 150px;
    padding: 22px 14px;
    border: 1px solid rgba(126, 158, 205, .16);
    border-radius: 17px;
    background: linear-gradient(180deg, rgba(24, 42, 67, .88), rgba(12, 25, 43, .9));
    text-align: center;
    box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}

.forumx-home-premium-v15 .fx-home-hero-stat > span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin: 0 auto 13px;
    border-radius: 15px;
    color: #fff;
}

.forumx-home-premium-v15 .fx-home-hero-stat > span .forumx-icon {
    width: 24px;
    height: 24px;
}

.forumx-home-premium-v15 .fx-home-hero-stat.tone-blue > span {
    background: radial-gradient(circle at 50% 35%, #69a9ff, #185cd9 70%);
    box-shadow: 0 0 26px rgba(55, 131, 255, .42);
}

.forumx-home-premium-v15 .fx-home-hero-stat.tone-green > span {
    background: radial-gradient(circle at 50% 35%, #5ef1ca, #0d9f7c 70%);
    box-shadow: 0 0 26px rgba(40, 215, 174, .3);
}

.forumx-home-premium-v15 .fx-home-hero-stat.tone-purple > span {
    background: radial-gradient(circle at 50% 35%, #c488ff, #7131d9 70%);
    box-shadow: 0 0 26px rgba(153, 77, 255, .32);
}

.forumx-home-premium-v15 .fx-home-hero-stat strong {
    display: block;
    color: #f7faff;
    font-size: 1.65rem;
    line-height: 1;
}

.forumx-home-premium-v15 .fx-home-hero-stat small {
    display: block;
    margin-top: 8px;
    color: #9aacbf;
    font-size: .82rem;
}

/* Main layout */
.forumx-home-premium-v15 .fx-home-dashboard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 22px;
    align-items: start;
    margin-top: 22px;
}

.forumx-home-premium-v15 .fx-home-main-column,
.forumx-home-premium-v15 .fx-home-side-column {
    min-width: 0;
}

.forumx-home-premium-v15 .fx-home-side-column {
    display: grid;
    gap: 18px;
}

@media (min-width: 1121px) {
    .forumx-home-premium-v15 .fx-home-side-column {
        position: sticky;
        top: 18px;
    }
}

/* Forum section */
.forumx-home-premium-v15 .fx-home-forums {
    min-width: 0;
}

.forumx-home-premium-v15 .fx-home-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 78px;
    padding: 15px 18px;
    border-radius: var(--fxh-radius-lg);
    box-shadow: 0 14px 42px rgba(0, 0, 0, .16);
}

.forumx-home-premium-v15 .fx-home-section-title,
.forumx-home-premium-v15 .fx-home-category-heading {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 14px;
}

.forumx-home-premium-v15 .fx-home-section-icon,
.forumx-home-premium-v15 .fx-home-category-icon,
.forumx-home-premium-v15 .fx-home-side-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    color: white;
    background: linear-gradient(145deg, #5d9bff, #2766e7);
    box-shadow: 0 10px 30px rgba(49, 112, 235, .3);
}

.forumx-home-premium-v15 .fx-home-section-icon .forumx-icon,
.forumx-home-premium-v15 .fx-home-category-icon .forumx-icon,
.forumx-home-premium-v15 .fx-home-side-icon .forumx-icon {
    width: 24px;
    height: 24px;
}

.forumx-home-premium-v15 .fx-home-section-title strong,
.forumx-home-premium-v15 .fx-home-category-heading strong {
    display: block;
    overflow: hidden;
    color: var(--fxh-text);
    font-size: 1.14rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forumx-home-premium-v15 .fx-home-section-title small,
.forumx-home-premium-v15 .fx-home-category-heading small {
    display: block;
    overflow: hidden;
    margin-top: 3px;
    color: var(--fxh-muted);
    font-size: .82rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forumx-home-premium-v15 .fx-home-section-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.forumx-home-premium-v15 .fx-home-section-actions a,
.forumx-home-premium-v15 .fx-home-section-actions button {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--fxh-border);
    border-radius: 12px;
    background: rgba(21, 39, 63, .72);
    color: #9bb0cb;
}

.forumx-home-premium-v15 .fx-home-section-actions .forumx-icon {
    width: 19px;
    height: 19px;
    transition: transform .22s ease;
}

.forumx-home-premium-v15 .fx-home-forums.is-collapsed .fx-home-section-actions [data-home-collapse] .forumx-icon {
    transform: rotate(90deg);
}

.forumx-home-premium-v15 .fx-home-forums.is-collapsed .fx-home-category-list {
    display: none;
}

.forumx-home-premium-v15 .fx-home-category-list {
    display: grid;
    gap: 16px;
    margin-top: 16px;
}

.forumx-home-premium-v15.fx-home-js-ready .fx-home-category.is-extra-category:not(.is-visible) {
    display: none;
}

.forumx-home-premium-v15 .fx-home-category {
    border-radius: var(--fxh-radius-lg);
    box-shadow: 0 16px 48px rgba(0, 0, 0, .18);
}

.forumx-home-premium-v15 .fx-home-category.tone-1 { --fxh-tone: 77, 142, 255; }
.forumx-home-premium-v15 .fx-home-category.tone-2 { --fxh-tone: 148, 80, 255; }
.forumx-home-premium-v15 .fx-home-category.tone-3 { --fxh-tone: 235, 79, 154; }
.forumx-home-premium-v15 .fx-home-category.tone-4 { --fxh-tone: 37, 203, 167; }

.forumx-home-premium-v15 .fx-home-category {
    border-color: rgba(var(--fxh-tone), .32);
}

.forumx-home-premium-v15 .fx-home-category::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(to bottom, rgba(var(--fxh-tone), .9), rgba(var(--fxh-tone), .05));
}

.forumx-home-premium-v15 .fx-home-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(119, 162, 220, .13);
}

.forumx-home-premium-v15 .fx-home-category-icon {
    width: 45px;
    height: 45px;
    color: rgb(var(--fxh-tone));
    background: rgba(var(--fxh-tone), .13);
    box-shadow: 0 0 24px rgba(var(--fxh-tone), .13);
}

.forumx-home-premium-v15 .fx-home-category-total {
    display: flex;
    flex: 0 0 auto;
    gap: 16px;
    color: #9cacbf;
    font-size: .8rem;
}

.forumx-home-premium-v15 .fx-home-category-total b {
    color: #edf4ff;
}

.forumx-home-premium-v15 .fx-home-forum-rows {
    padding: 0 16px 8px;
}

.forumx-home-premium-v15 .fx-home-forum-row {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 132px minmax(240px, .84fr);
    align-items: center;
    min-height: 82px;
    border-bottom: 1px solid rgba(119, 162, 220, .105);
    transition: background .18s ease, transform .18s ease;
}

.forumx-home-premium-v15 .fx-home-forum-row:last-child {
    border-bottom: 0;
}

.forumx-home-premium-v15 .fx-home-forum-row:hover {
    background: linear-gradient(90deg, rgba(var(--fxh-tone), .065), transparent 78%);
}

.forumx-home-premium-v15 .fx-home-forum-row.is-child {
    margin-left: 26px;
}

.forumx-home-premium-v15 .fx-home-forum-main {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 13px;
    padding: 13px 10px 13px 4px;
    color: inherit;
    text-decoration: none;
}

.forumx-home-premium-v15 .fx-home-forum-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: rgb(var(--fxh-tone));
    background: linear-gradient(145deg, rgba(var(--fxh-tone), .18), rgba(var(--fxh-tone), .07));
    box-shadow: inset 0 1px rgba(255,255,255,.045);
}

.forumx-home-premium-v15 .fx-home-forum-icon .forumx-icon {
    width: 21px;
    height: 21px;
}

.forumx-home-premium-v15 .fx-home-forum-copy {
    min-width: 0;
}

.forumx-home-premium-v15 .fx-home-forum-copy strong {
    display: block;
    overflow: hidden;
    color: #f2f6fd;
    font-size: .91rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forumx-home-premium-v15 .fx-home-forum-copy small {
    display: block;
    overflow: hidden;
    margin-top: 4px;
    color: #8fa1b7;
    font-size: .76rem;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forumx-home-premium-v15 .fx-home-forum-counts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    border-left: 1px solid rgba(119, 162, 220, .1);
    border-right: 1px solid rgba(119, 162, 220, .1);
}

.forumx-home-premium-v15 .fx-home-forum-counts > span {
    min-width: 0;
    padding: 5px 8px;
    text-align: center;
}

.forumx-home-premium-v15 .fx-home-forum-counts > span + span {
    border-left: 1px solid rgba(119, 162, 220, .1);
}

.forumx-home-premium-v15 .fx-home-forum-counts b {
    display: block;
    color: #eaf2ff;
    font-size: .86rem;
}

.forumx-home-premium-v15 .fx-home-forum-counts small {
    display: block;
    margin-top: 3px;
    color: #788ca7;
    font-size: .66rem;
}

.forumx-home-premium-v15 .fx-home-forum-counts .is-node b {
    color: rgb(var(--fxh-tone));
}

.forumx-home-premium-v15 .fx-home-forum-counts .is-node .forumx-icon {
    width: 18px;
    height: 18px;
}

.forumx-home-premium-v15 .fx-home-forum-latest {
    min-width: 0;
    padding-left: 15px;
}

.forumx-home-premium-v15 .fx-home-forum-latest > a {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 9px 8px;
    border-radius: 12px;
    color: inherit;
    text-decoration: none;
}

.forumx-home-premium-v15 .fx-home-forum-latest > a:hover {
    background: rgba(255, 255, 255, .025);
}

.forumx-home-premium-v15 .fx-home-forum-latest .avatar {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(var(--fxh-tone), .55);
}

.forumx-home-premium-v15 .fx-home-forum-latest span {
    min-width: 0;
}

.forumx-home-premium-v15 .fx-home-forum-latest strong,
.forumx-home-premium-v15 .fx-home-forum-latest small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forumx-home-premium-v15 .fx-home-forum-latest strong {
    color: #edf3fc;
    font-size: .78rem;
}

.forumx-home-premium-v15 .fx-home-forum-latest small {
    margin-top: 4px;
    color: #8092aa;
    font-size: .68rem;
}

.forumx-home-premium-v15 .fx-home-forum-latest > a > .forumx-icon {
    width: 16px;
    height: 16px;
    color: #657d9d;
}

.forumx-home-premium-v15 .fx-home-latest-empty-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px dashed rgba(var(--fxh-tone), .35);
    border-radius: 50%;
    color: rgb(var(--fxh-tone));
}

.forumx-home-premium-v15 .fx-home-latest-empty-icon .forumx-icon {
    width: 17px;
    height: 17px;
}

.forumx-home-premium-v15 .fx-home-show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    width: 100%;
    border: 1px solid rgba(119, 162, 220, .2);
    border-radius: 14px;
    background: rgba(18, 35, 58, .76);
    color: #a9bad0;
    font-weight: 750;
}

.forumx-home-premium-v15 .fx-home-show-more .forumx-icon {
    width: 17px;
    height: 17px;
    transform: rotate(90deg);
    transition: transform .2s ease;
}

.forumx-home-premium-v15 .fx-home-show-more.is-open .forumx-icon {
    transform: rotate(-90deg);
}

/* Sidebar */
.forumx-home-premium-v15 .fx-home-side-card {
    border-radius: var(--fxh-radius-lg);
    box-shadow: 0 15px 46px rgba(0, 0, 0, .18);
}

.forumx-home-premium-v15 .fx-home-side-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 66px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(119, 162, 220, .12);
}

.forumx-home-premium-v15 .fx-home-side-header > div {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
}

.forumx-home-premium-v15 .fx-home-side-header strong {
    overflow: hidden;
    color: #f2f6fd;
    font-size: .94rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forumx-home-premium-v15 .fx-home-side-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    box-shadow: none;
}

.forumx-home-premium-v15 .fx-home-side-icon .forumx-icon {
    width: 17px;
    height: 17px;
}

.forumx-home-premium-v15 .fx-home-side-icon.tone-green {
    color: #43dfad;
    background: rgba(39, 211, 160, .12);
}

.forumx-home-premium-v15 .fx-home-side-icon.tone-purple {
    color: #b279ff;
    background: rgba(158, 90, 255, .12);
}

.forumx-home-premium-v15 .fx-home-side-icon.tone-blue {
    color: #68a3ff;
    background: rgba(64, 128, 255, .12);
}

.forumx-home-premium-v15 .fx-home-side-count {
    flex: 0 0 auto;
    color: #7f91a9;
    font-size: .68rem;
}

.forumx-home-premium-v15 .fx-home-side-content {
    padding: 12px;
}

.forumx-home-premium-v15 .fx-home-avatar-cluster {
    display: flex;
    align-items: center;
    padding: 0 4px 11px;
}

.forumx-home-premium-v15 .fx-home-avatar-cluster a,
.forumx-home-premium-v15 .fx-home-avatar-cluster > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-left: -8px;
    border: 3px solid #0e1c30;
    border-radius: 50%;
    background: #192d49;
    color: #a9bad0;
    font-size: .75rem;
    font-weight: 800;
}

.forumx-home-premium-v15 .fx-home-avatar-cluster > :first-child {
    margin-left: 0;
}

.forumx-home-premium-v15 .fx-home-avatar-cluster .avatar {
    width: 100%;
    height: 100%;
}

.forumx-home-premium-v15 .fx-home-member-list,
.forumx-home-premium-v15 .fx-home-topic-list {
    display: grid;
}

.forumx-home-premium-v15 .fx-home-member-row {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 7px 5px;
    border-bottom: 1px solid rgba(119, 162, 220, .09);
    color: inherit;
    text-decoration: none;
}

.forumx-home-premium-v15 .fx-home-member-row:last-child {
    border-bottom: 0;
}

.forumx-home-premium-v15 .fx-home-member-row:hover,
.forumx-home-premium-v15 .fx-home-topic-row:hover {
    background: rgba(255, 255, 255, .024);
}

.forumx-home-premium-v15 .fx-home-member-avatar {
    position: relative;
    width: 38px;
    height: 38px;
}

.forumx-home-premium-v15 .fx-home-member-avatar .avatar {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(117, 158, 214, .25);
}

.forumx-home-premium-v15 .fx-home-member-avatar i {
    position: absolute;
    right: -1px;
    bottom: 1px;
    width: 9px;
    height: 9px;
    border: 2px solid #0f1f34;
    border-radius: 50%;
    background: #25d99c;
    box-shadow: 0 0 10px rgba(37, 217, 156, .55);
}

.forumx-home-premium-v15 .fx-home-member-row > span:nth-child(2) {
    min-width: 0;
}

.forumx-home-premium-v15 .fx-home-member-row strong,
.forumx-home-premium-v15 .fx-home-member-row small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forumx-home-premium-v15 .fx-home-member-row strong {
    color: #eaf1fc;
    font-size: .79rem;
}

.forumx-home-premium-v15 .fx-home-member-row small {
    margin-top: 3px;
    color: #7f92a9;
    font-size: .68rem;
}

.forumx-home-premium-v15 .fx-home-member-row.role-admin small { color: #ffad69; }
.forumx-home-premium-v15 .fx-home-member-row.role-moderator small { color: #8da7ff; }

.forumx-home-premium-v15 .fx-home-member-row > .forumx-icon {
    width: 14px;
    height: 14px;
    color: #58708f;
}

.forumx-home-premium-v15 .fx-home-side-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 39px;
    margin-top: 10px;
    border: 1px solid rgba(119, 162, 220, .15);
    border-radius: 10px;
    background: rgba(18, 35, 58, .7);
    color: #9eafc5;
    font-size: .72rem;
    font-weight: 700;
    text-decoration: none;
}

.forumx-home-premium-v15 .fx-home-side-button .forumx-icon {
    width: 14px;
    height: 14px;
}

.forumx-home-premium-v15 .fx-home-topic-row {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    min-height: 57px;
    padding: 8px 4px;
    border-bottom: 1px solid rgba(119, 162, 220, .09);
    color: inherit;
    text-decoration: none;
}

.forumx-home-premium-v15 .fx-home-topic-row:last-child {
    border-bottom: 0;
}

.forumx-home-premium-v15 .fx-home-topic-row .avatar {
    width: 38px;
    height: 38px;
}

.forumx-home-premium-v15 .fx-home-topic-row > span {
    min-width: 0;
}

.forumx-home-premium-v15 .fx-home-topic-row strong,
.forumx-home-premium-v15 .fx-home-topic-row small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forumx-home-premium-v15 .fx-home-topic-row strong {
    color: #eaf1fb;
    font-size: .76rem;
}

.forumx-home-premium-v15 .fx-home-topic-row small {
    margin-top: 4px;
    color: #7e91aa;
    font-size: .64rem;
}

.forumx-home-premium-v15 .fx-home-topic-row small b {
    color: #7ca7ff;
    font-weight: 650;
}

.forumx-home-premium-v15 .fx-home-topic-row em {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #8093aa;
    font-size: .67rem;
    font-style: normal;
}

.forumx-home-premium-v15 .fx-home-topic-row em .forumx-icon {
    width: 14px;
    height: 14px;
}

.forumx-home-premium-v15 .fx-home-side-empty,
.forumx-home-premium-v15 .fx-home-empty {
    color: #8598b0;
    text-align: center;
}

.forumx-home-premium-v15 .fx-home-side-empty {
    padding: 24px 10px;
    font-size: .76rem;
}

.forumx-home-premium-v15 .fx-home-empty {
    display: grid;
    place-items: center;
    gap: 8px;
    min-height: 180px;
    border: 1px dashed rgba(119, 162, 220, .18);
    border-radius: 16px;
    background: rgba(18, 35, 58, .5);
}

.forumx-home-premium-v15 .fx-home-empty .forumx-icon {
    width: 34px;
    height: 34px;
    color: #5b91ed;
}

.forumx-home-premium-v15 .fx-home-empty strong {
    color: #e7eef9;
}

.forumx-home-premium-v15 .fx-home-empty span {
    font-size: .78rem;
}

/* Focus and interactions */
.forumx-home-premium-v15 .fx-home-search:focus-within,
.forumx-home-premium-v15 .fx-home-section-actions a:focus-visible,
.forumx-home-premium-v15 .fx-home-section-actions button:focus-visible,
.forumx-home-premium-v15 .fx-home-side-button:focus-visible,
.forumx-home-premium-v15 .fx-home-show-more:focus-visible {
    outline: 2px solid rgba(91, 151, 255, .8);
    outline-offset: 2px;
}

@media (hover: hover) {
    .forumx-home-premium-v15 .fx-home-section-actions a:hover,
    .forumx-home-premium-v15 .fx-home-section-actions button:hover,
    .forumx-home-premium-v15 .fx-home-side-button:hover,
    .forumx-home-premium-v15 .fx-home-show-more:hover {
        border-color: rgba(83, 145, 255, .42);
        color: #dbe8fb;
        background: rgba(31, 57, 91, .78);
    }

    .forumx-home-premium-v15 .fx-home-hero-stat:hover {
        transform: translateY(-2px);
        border-color: rgba(90, 146, 244, .28);
    }
}

/* Tablet */
@media (max-width: 1120px) {
    .forumx-home-premium-v15 .fx-home-hero {
        grid-template-columns: 1fr;
    }

    .forumx-home-premium-v15 .fx-home-hero-stats {
        max-width: 720px;
    }

    .forumx-home-premium-v15 .fx-home-hero-stat {
        min-height: 122px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        text-align: left;
    }

    .forumx-home-premium-v15 .fx-home-hero-stat > span {
        margin: 0;
    }

    .forumx-home-premium-v15 .fx-home-dashboard {
        grid-template-columns: 1fr;
    }

    .forumx-home-premium-v15 .fx-home-side-column {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .forumx-home-premium-v15 .fx-home-forum-row {
        grid-template-columns: minmax(250px, 1fr) 120px minmax(220px, .8fr);
    }
}

@media (max-width: 860px) {
    .forumx-home-premium-v15 .page-shell {
        width: min(100% - 20px, 1500px);
        padding-top: 14px;
    }

    .forumx-home-premium-v15 .fx-home-hero {
        padding: 24px;
        border-radius: 20px;
    }

    .forumx-home-premium-v15 .fx-home-side-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .forumx-home-premium-v15 .fx-home-recent-card {
        grid-column: 1 / -1;
    }

    .forumx-home-premium-v15 .fx-home-forum-row {
        grid-template-columns: minmax(0, 1fr) 118px;
        padding: 4px 0 10px;
    }

    .forumx-home-premium-v15 .fx-home-forum-latest {
        grid-column: 1 / -1;
        padding: 0 4px 5px 59px;
    }

    .forumx-home-premium-v15 .fx-home-forum-latest > a {
        grid-template-columns: 32px minmax(0, 1fr) auto;
        border: 1px solid rgba(119, 162, 220, .11);
        background: rgba(10, 25, 43, .44);
    }

    .forumx-home-premium-v15 .fx-home-forum-latest .avatar,
    .forumx-home-premium-v15 .fx-home-latest-empty-icon {
        width: 32px;
        height: 32px;
    }
}

/* Mobile */
@media (max-width: 620px) {
    .forumx-home-premium-v15 .page-shell {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .forumx-home-premium-v15 .fx-home-hero,
    .forumx-home-premium-v15 .fx-home-section-header,
    .forumx-home-premium-v15 .fx-home-category,
    .forumx-home-premium-v15 .fx-home-side-card {
        border-left-color: rgba(119, 162, 220, .13);
        border-right-color: rgba(119, 162, 220, .13);
        border-radius: 0;
    }

    .forumx-home-premium-v15 .fx-home-hero {
        gap: 22px;
        min-height: 0;
        padding: 24px 16px;
    }

    .forumx-home-premium-v15 .fx-home-kicker {
        font-size: .68rem;
    }

    .forumx-home-premium-v15 .fx-home-hero h1 {
        font-size: 1.85rem;
    }

    .forumx-home-premium-v15 .fx-home-hero-copy > p {
        margin: 11px 0 16px;
        font-size: .89rem;
    }

    .forumx-home-premium-v15 .fx-home-search {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 8px;
        padding-left: 13px;
        border-radius: 14px;
    }

    .forumx-home-premium-v15 .fx-home-search input {
        height: 44px;
        font-size: .86rem;
    }

    .forumx-home-premium-v15 .fx-home-search button {
        min-width: 65px;
        height: 42px;
        padding: 0 14px;
    }

    .forumx-home-premium-v15 .fx-home-hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .forumx-home-premium-v15 .fx-home-hero-actions .button {
        justify-content: center;
        min-width: 0;
        padding: 0 10px;
        font-size: .75rem;
    }

    .forumx-home-premium-v15 .fx-home-hero-actions .button:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .forumx-home-premium-v15 .fx-home-hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .forumx-home-premium-v15 .fx-home-hero-stat {
        display: block;
        min-height: 112px;
        padding: 14px 6px;
        text-align: center;
    }

    .forumx-home-premium-v15 .fx-home-hero-stat > span {
        width: 38px;
        height: 38px;
        margin: 0 auto 10px;
        border-radius: 12px;
    }

    .forumx-home-premium-v15 .fx-home-hero-stat > span .forumx-icon {
        width: 19px;
        height: 19px;
    }

    .forumx-home-premium-v15 .fx-home-hero-stat strong {
        font-size: 1.15rem;
    }

    .forumx-home-premium-v15 .fx-home-hero-stat small {
        margin-top: 5px;
        font-size: .62rem;
    }

    .forumx-home-premium-v15 .fx-home-dashboard {
        gap: 16px;
        margin-top: 16px;
    }

    .forumx-home-premium-v15 .fx-home-category-list {
        gap: 13px;
        margin-top: 12px;
    }

    .forumx-home-premium-v15 .fx-home-section-header,
    .forumx-home-premium-v15 .fx-home-category-header {
        padding-left: 14px;
        padding-right: 14px;
    }

    .forumx-home-premium-v15 .fx-home-section-icon {
        width: 44px;
        height: 44px;
    }

    .forumx-home-premium-v15 .fx-home-section-title strong,
    .forumx-home-premium-v15 .fx-home-category-heading strong {
        font-size: 1rem;
    }

    .forumx-home-premium-v15 .fx-home-section-title small,
    .forumx-home-premium-v15 .fx-home-category-heading small {
        max-width: 235px;
        font-size: .72rem;
    }

    .forumx-home-premium-v15 .fx-home-section-actions a {
        display: none;
    }

    .forumx-home-premium-v15 .fx-home-category-header {
        align-items: flex-start;
    }

    .forumx-home-premium-v15 .fx-home-category-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .forumx-home-premium-v15 .fx-home-category-total {
        display: grid;
        gap: 2px;
        padding-top: 3px;
        text-align: right;
        font-size: .65rem;
    }

    .forumx-home-premium-v15 .fx-home-forum-rows {
        padding: 0 10px 7px;
    }

    .forumx-home-premium-v15 .fx-home-forum-row,
    .forumx-home-premium-v15 .fx-home-forum-row.is-child {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 0;
        margin-left: 0;
        padding: 8px 0 10px;
    }

    .forumx-home-premium-v15 .fx-home-forum-main {
        gap: 10px;
        padding: 8px 4px;
    }

    .forumx-home-premium-v15 .fx-home-forum-icon {
        width: 38px;
        height: 38px;
    }

    .forumx-home-premium-v15 .fx-home-forum-copy strong {
        font-size: .84rem;
    }

    .forumx-home-premium-v15 .fx-home-forum-copy small {
        max-width: 240px;
        font-size: .68rem;
    }

    .forumx-home-premium-v15 .fx-home-forum-counts {
        min-width: 74px;
        grid-template-columns: 1fr;
        border: 0;
    }

    .forumx-home-premium-v15 .fx-home-forum-counts > span {
        display: flex;
        align-items: baseline;
        justify-content: flex-end;
        gap: 4px;
        padding: 2px 3px;
    }

    .forumx-home-premium-v15 .fx-home-forum-counts > span + span {
        border-left: 0;
    }

    .forumx-home-premium-v15 .fx-home-forum-counts b,
    .forumx-home-premium-v15 .fx-home-forum-counts small {
        display: inline;
        margin: 0;
    }

    .forumx-home-premium-v15 .fx-home-forum-counts b {
        font-size: .72rem;
    }

    .forumx-home-premium-v15 .fx-home-forum-counts small {
        font-size: .59rem;
    }

    .forumx-home-premium-v15 .fx-home-forum-latest {
        padding: 0 4px;
    }

    .forumx-home-premium-v15 .fx-home-forum-latest > a {
        padding: 8px;
    }

    .forumx-home-premium-v15 .fx-home-side-column {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .forumx-home-premium-v15 .fx-home-recent-card {
        grid-column: auto;
    }

    .forumx-home-premium-v15 .fx-home-side-card {
        margin-left: 0;
        margin-right: 0;
    }

    .forumx-home-premium-v15 .fx-home-member-row,
    .forumx-home-premium-v15 .fx-home-topic-row {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media (max-width: 390px) {
    .forumx-home-premium-v15 .fx-home-hero h1 {
        font-size: 1.65rem;
    }

    .forumx-home-premium-v15 .fx-home-hero-actions {
        grid-template-columns: 1fr;
    }

    .forumx-home-premium-v15 .fx-home-hero-actions .button:last-child:nth-child(odd) {
        grid-column: auto;
    }

    .forumx-home-premium-v15 .fx-home-section-title small,
    .forumx-home-premium-v15 .fx-home-category-heading small {
        max-width: 180px;
    }

    .forumx-home-premium-v15 .fx-home-category-total {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .forumx-home-premium-v15 *,
    .forumx-home-premium-v15 *::before,
    .forumx-home-premium-v15 *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* ForumX V16 — premium ana sayfada tam konu akışını geri getirir. */
.forumx-home-premium-v15 .fx-home-feed-stage {
    width: 100%;
    margin: 18px 0 22px;
}

.forumx-home-premium-v15 .fx-home-feed-stage .topic-feed-card {
    margin: 0;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--accent) 36%, var(--border));
    border-radius: 20px;
    background:
        radial-gradient(circle at 0 0, color-mix(in srgb, var(--accent) 13%, transparent), transparent 34%),
        linear-gradient(145deg, color-mix(in srgb, var(--card) 96%, #102443), color-mix(in srgb, var(--card) 98%, #07111f));
    box-shadow: 0 18px 48px rgb(0 0 0 / 22%);
}

.forumx-home-premium-v15 .fx-home-feed-stage .topic-feed-tabs {
    border-bottom-color: color-mix(in srgb, var(--accent) 20%, var(--border));
    background: color-mix(in srgb, var(--card) 95%, #10284c);
}

.forumx-home-premium-v15 .fx-home-feed-stage .topic-feed-tab.active {
    background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 90%, #6d93ff), var(--accent));
    box-shadow: inset 0 -2px 0 rgb(255 255 255 / 18%), 0 8px 22px color-mix(in srgb, var(--accent) 23%, transparent);
}

.forumx-home-premium-v15 .fx-home-feed-stage .topic-feed-table-shell {
    background: transparent;
}

.forumx-home-premium-v15 .fx-home-feed-stage .topic-feed-table-head,
.forumx-home-premium-v15 .fx-home-feed-stage .topic-feed-group > header {
    background: color-mix(in srgb, var(--card) 92%, #162b45);
}

.forumx-home-premium-v15 .fx-home-feed-stage .topic-feed-pinned > header {
    color: #8eeab1;
    background: color-mix(in srgb, #173c2b 72%, var(--card));
}

.forumx-home-premium-v15 .fx-home-feed-stage .topic-feed-row {
    transition: background-color .18s ease, transform .18s ease;
}

.forumx-home-premium-v15 .fx-home-feed-stage .topic-feed-row:hover {
    background: color-mix(in srgb, var(--accent) 7%, var(--card));
}

.forumx-home-premium-v15 .fx-home-feed-stage .topic-feed-more {
    margin: 14px;
    width: calc(100% - 28px);
    border-radius: 13px;
}

@media (max-width: 760px) {
    .forumx-home-premium-v15 .fx-home-feed-stage {
        margin: 14px 0 18px;
    }

    .forumx-home-premium-v15 .fx-home-feed-stage .topic-feed-card {
        border-radius: 16px;
    }

    .forumx-home-premium-v15 .fx-home-feed-stage .topic-feed-tab-scroll {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .forumx-home-premium-v15 .fx-home-feed-stage .topic-feed-tab-scroll::-webkit-scrollbar {
        display: none;
    }
}
