﻿.presszone-forum-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:16px;padding:32px;background:radial-gradient(circle at top right, rgba(31, 113, 221, 0.15), transparent 70%),radial-gradient(circle at bottom left, rgba(16, 185, 129, 0.1), transparent 70%);border-radius:16px;border:1px solid hsla(0,0%,100%,.5)}.presszone-forum-page-header h1{display:flex;align-items:center;gap:12px;font-size:clamp(2rem,4vw,2.5rem);font-weight:800;letter-spacing:-0.03em;margin:0;color:#0f172a;line-height:1.1}.presszone-forum-page-header h1 svg,.presszone-forum-page-header h1 .presszone-forum-icon{display:inline-block;flex-shrink:0;width:28px;height:28px;color:#1f71dd}.presszone-forum-page-header__desc{margin:8px 0 0;color:#334155 !important;font-size:1.1rem;font-weight:500;max-width:600px}.presszone-forum-page-header__subtitle{opacity:.6;font-weight:400;font-size:.9em;margin-left:12px;color:#475569}@media(max-width: 767px){.presszone-forum-page-header{padding:16px 10px;margin-bottom:16px;gap:2px}.presszone-forum-page-header h1{font-size:1.2rem;gap:8px}.presszone-forum-page-header h1 svg,.presszone-forum-page-header h1 .presszone-forum-icon{width:20px;height:20px}.presszone-forum-page-header__desc{font-size:.9rem}.presszone-forum-page-header .presszone-forum-btn{padding:.5rem;font-size:.85rem}.presszone-forum-page-header .presszone-forum-btn .presszone-forum-icon{width:14px;height:14px}}body.dark-mode .presszone-forum-page-header{background:radial-gradient(circle at top right, rgba(96, 165, 250, 0.25), transparent 70%),radial-gradient(circle at bottom left, rgba(52, 211, 153, 0.1), transparent 70%);border-color:hsla(0,0%,100%,.08)}body.dark-mode .presszone-forum-page-header h1{color:#e3e3e3}body.dark-mode .presszone-forum-page-header h1 svg,body.dark-mode .presszone-forum-page-header h1 .presszone-forum-icon{color:#60a5fa}body.dark-mode .presszone-forum-page-header__desc{color:#e3e3e3 !important}body.dark-mode .presszone-forum-page-header__subtitle{color:#bdc1c6}.presszone-forum-thread-table{width:100%;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.presszone-forum-thread-table__header{border-radius:12px 12px 0 0}.presszone-forum-thread-table__body>.presszone-forum-thread-row:last-child{border-radius:0 0 12px 12px}.presszone-forum-thread-table__body{display:flex;flex-direction:column}.presszone-forum-thread-table__header{display:none}.presszone-forum-thread-row{position:relative;display:flex;flex-direction:column;background:#fff;border-bottom:1px solid #e2e8f0;transition:background-color .15s ease}.presszone-forum-thread-row:last-child{border-bottom:none}.presszone-forum-thread-row__status,.presszone-forum-thread-row__title,.presszone-forum-thread-row__stats,.presszone-forum-thread-row__lastpost,.presszone-forum-thread-row__actions{display:none}.presszone-forum-thread-row--unread{background:rgba(31,113,221,.08)}.presszone-forum-thread-row--sticky{background:rgba(251,191,36,.08)}.presszone-forum-thread-row--locked{opacity:.8}.presszone-forum-thread-row__mobile-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;cursor:pointer}.presszone-forum-thread-row__mobile-left{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.presszone-forum-thread-row__mobile-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.presszone-forum-thread-row__mobile-badges{display:flex;gap:6px;align-items:center}.presszone-forum-thread-row__mobile-title{display:flex;align-items:flex-start;gap:8px}.presszone-forum-thread-row__mobile-title .presszone-forum-status-dot{flex-shrink:0;margin-top:6px}.presszone-forum-thread-row__mobile-title a{font-size:15px;font-weight:600;line-height:1.4;color:#0f172a;text-decoration:none}.presszone-forum-thread-row__mobile-title a:hover{color:#1f71dd}.presszone-forum-thread-row__mobile-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:13px;font-weight:600;color:#0f172a;background:#f1f5f9;border-radius:20px;white-space:nowrap}.presszone-forum-thread-row__mobile-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid #e2e8f0;background:#fff;border-radius:8px;color:#334155;cursor:pointer;transition:all .15s ease}.presszone-forum-thread-row__mobile-toggle:hover{background:#f1f5f9;color:#1f71dd;border-color:#1f71dd}.presszone-forum-thread-row__mobile-toggle svg{transition:transform .2s ease}.presszone-forum-thread-row__mobile-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.presszone-forum-thread-row__mobile-details{display:none;flex-direction:column;gap:12px;padding:0 16px 16px;border-top:1px solid #e2e8f0;background:#f1f5f9}.presszone-forum-thread-row.presszone-forum-is-expanded .presszone-forum-thread-row__mobile-details{display:flex}.presszone-forum-thread-row.presszone-forum-is-expanded .presszone-forum-thread-row__mobile-toggle svg{transform:rotate(180deg)}.presszone-forum-thread-row__mobile-meta,.presszone-forum-thread-row__mobile-lastpost{display:flex;align-items:center;gap:10px;padding-top:12px}.presszone-forum-thread-row__mobile-meta img,.presszone-forum-thread-row__mobile-lastpost img{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.presszone-forum-thread-row__mobile-meta>div,.presszone-forum-thread-row__mobile-lastpost>div{display:flex;flex-direction:column;gap:2px}.presszone-forum-thread-row__mobile-meta a,.presszone-forum-thread-row__mobile-lastpost a{font-weight:500;color:#0f172a;text-decoration:none}.presszone-forum-thread-row__mobile-meta a:hover,.presszone-forum-thread-row__mobile-lastpost a:hover{color:#1f71dd}.presszone-forum-thread-row__mobile-meta-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#475569}.presszone-forum-thread-row__mobile-meta-date{font-size:12px;color:#475569}.presszone-forum-thread-row__mobile-stat{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border-radius:8px}.presszone-forum-thread-row__mobile-stat-icon{font-size:16px}.presszone-forum-thread-row__mobile-stat-value{font-weight:700;color:#0f172a}.presszone-forum-thread-row__mobile-stat-label{font-size:12px;color:#475569}@media(min-width: 992px){.presszone-forum-thread-table__header{display:grid;grid-template-columns:60px 1fr 120px 145px 80px;align-items:center;gap:0;padding:0;background:#f1f5f9;border-bottom:1px solid #e2e8f0}.presszone-forum-thread-table__header>div{padding:12px 16px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#475569}.presszone-forum-thread-table__header .presszone-forum-thread-table__status{text-align:center}.presszone-forum-thread-table__header .presszone-forum-thread-table__stats{text-align:center}.presszone-forum-thread-table__header .presszone-forum-thread-table__lastpost{text-align:center}.presszone-forum-thread-table__header .presszone-forum-thread-table__actions{text-align:center;padding-left:8px;padding-right:8px}.presszone-forum-thread-row{display:grid;grid-template-columns:60px 1fr 120px 145px 80px;align-items:center;gap:0;padding:0}.presszone-forum-thread-row:hover{background:#f1f5f9}.presszone-forum-thread-row__status,.presszone-forum-thread-row__title,.presszone-forum-thread-row__stats,.presszone-forum-thread-row__lastpost,.presszone-forum-thread-row__actions{display:flex;padding:14px 16px}.presszone-forum-thread-row__mobile-header,.presszone-forum-thread-row__mobile-details{display:none !important}.presszone-forum-thread-row__status{justify-content:center;align-items:center;gap:4px;flex-wrap:wrap}.presszone-forum-thread-row__title{flex-direction:column;align-items:flex-start;min-width:0}.presszone-forum-thread-row__title-inner{display:flex;flex-direction:column;gap:6px;width:100%}.presszone-forum-thread-row__title-line{display:flex;align-items:center;gap:8px}.presszone-forum-thread-row__link{font-size:15px;font-weight:600;color:#0f172a;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presszone-forum-thread-row__link:hover{color:#1f71dd}.presszone-forum-thread-row__meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#475569}.presszone-forum-thread-row__meta img{width:20px;height:20px;border-radius:50%;object-fit:cover}.presszone-forum-thread-row__meta a{color:#334155;text-decoration:none}.presszone-forum-thread-row__meta a:hover{color:#1f71dd}.presszone-forum-thread-row__date::before{content:"·";margin:0 6px}.presszone-forum-thread-row__stats{justify-content:center;align-items:center;gap:16px}.presszone-forum-stat-item{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:#334155;white-space:nowrap}.presszone-forum-stat-item .presszone-forum-icon{width:14px;height:14px}.presszone-forum-stat-item .presszone-forum-stat-icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;font-size:14px;line-height:1;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji","Twemoji Mozilla","EmojiOne Color",sans-serif}.presszone-forum-thread-row__lastpost{align-items:center;min-width:0}.presszone-forum-thread-row__lastpost-info{display:flex;align-items:center;gap:10px}.presszone-forum-thread-row__lastpost-info img{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.presszone-forum-thread-row__lastpost-info>div{display:flex;flex-direction:column;gap:2px;min-width:0}.presszone-forum-thread-row__lastpost-user{font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presszone-forum-thread-row__lastpost-user a{color:#0f172a;text-decoration:none}.presszone-forum-thread-row__lastpost-user a:hover{color:#1f71dd}.presszone-forum-thread-row__lastpost-date{font-size:12px;color:#475569;text-decoration:none}.presszone-forum-thread-row__lastpost-date:hover{color:#1f71dd}.presszone-forum-thread-row__actions{justify-content:center;align-items:center}}.presszone-forum-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.presszone-forum-status-dot--unread{background:#1f71dd;box-shadow:0 0 0 3px rgba(31,113,221,.15)}.presszone-forum-badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:4px 6px;font-size:14px;border-radius:50%;line-height:1}.presszone-forum-badge--sticky{background:rgba(251,191,36,.08);border:1px solid rgba(251,191,36,.3);color:#b45309}.presszone-forum-badge--locked{background:rgba(156,163,175,.15);border:1px solid rgba(156,163,175,.3)}.presszone-forum-badge--poll{background:rgba(31,113,221,.08);border:1px solid rgba(31,113,221,.15)}.presszone-forum-actions-dropdown{position:relative}.presszone-forum-actions-dropdown__trigger{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;background:rgba(0,0,0,0);border-radius:8px;font-size:18px;font-weight:bold;color:#475569;cursor:pointer;transition:all .15s ease}.presszone-forum-actions-dropdown__trigger:hover{background:#e2e8f0;color:#0f172a}.presszone-forum-actions-dropdown__menu{position:absolute;top:100%;right:0;z-index:9999;min-width:160px;padding:6px 0;margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .15s ease}.presszone-forum-actions-dropdown:hover .presszone-forum-actions-dropdown__menu,.presszone-forum-actions-dropdown:focus-within .presszone-forum-actions-dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}.presszone-forum-actions-dropdown__item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:13px;color:#0f172a;text-decoration:none;background:none;border:none;cursor:pointer;transition:background-color .1s ease}.presszone-forum-actions-dropdown__item:hover{background:#f1f5f9}.presszone-forum-actions-dropdown__item .presszone-forum-icon{width:14px;height:14px}.presszone-forum-actions-dropdown__item--danger{color:#ef4444}.presszone-forum-actions-dropdown__item--danger .presszone-forum-icon{stroke:#ef4444}.presszone-forum-actions-dropdown__item--danger:hover{background:rgba(239,68,68,.2)}.presszone-forum-actions-dropdown__divider{height:1px;margin:6px 0;border:none;background:#e2e8f0}.presszone-forum-pagination-compact{display:flex;align-items:center;gap:4px;margin-top:6px}.presszone-forum-pagination-compact__link{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;font-weight:500;color:#475569;text-decoration:none;background:#f1f5f9;border-radius:4px;transition:all .15s ease}.presszone-forum-pagination-compact__link:hover{background:#1f71dd;color:#fff}.presszone-forum-category__forums{margin-bottom:24px}.presszone-forum-forum-row{display:grid;grid-template-columns:48px 1fr 120px 200px;gap:16px;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;transition:background-color .15s ease}.presszone-forum-forum-row:hover{background:#f1f5f9}.presszone-forum-forum-row:last-child{border-bottom:none}.presszone-forum-forum-row--unread{background:rgba(31,113,221,.08)}.presszone-forum-forum-row__icon{display:flex;justify-content:center;align-items:center;color:#334155}.presszone-forum-forum-row__icon svg{width:24px;height:24px}.presszone-forum-forum-row__main{min-width:0}.presszone-forum-forum-row__title{font-size:15px;font-weight:600;margin:0 0 4px}.presszone-forum-forum-row__title a{color:#0f172a;text-decoration:none}.presszone-forum-forum-row__title a:hover{color:#1f71dd}.presszone-forum-forum-row__desc{font-size:13px;color:#475569;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presszone-forum-forum-row__stats{display:flex;justify-content:center;gap:20px}.presszone-forum-forum-row__stat{display:flex;flex-direction:column;align-items:center}.presszone-forum-forum-row__stat-value{font-size:15px;font-weight:700;color:#1f71dd}.presszone-forum-forum-row__stat-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#475569}.presszone-forum-forum-row__lastpost{display:flex;align-items:center;gap:10px}.presszone-forum-forum-row__lastpost-avatar img{width:36px;height:36px;border-radius:50%;object-fit:cover}.presszone-forum-forum-row__lastpost-info{min-width:0;display:flex;flex-direction:column;gap:2px}.presszone-forum-forum-row__lastpost-title{font-size:13px;font-weight:500;color:#0f172a;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.presszone-forum-forum-row__lastpost-title:hover{color:#1f71dd}.presszone-forum-forum-row__lastpost-meta{font-size:11px;color:#475569}.presszone-forum-forum-row__lastpost-meta a{color:#1f71dd;text-decoration:none}.presszone-forum-forum-row__no-posts{font-size:13px;color:#475569;font-style:italic}@media(max-width: 991px){.presszone-forum-forum-row{grid-template-columns:40px 1fr;gap:12px;padding:14px 16px}.presszone-forum-forum-row__stats,.presszone-forum-forum-row__lastpost{display:none}}.presszone-forum-link-item{padding:12px 20px;border-bottom:1px solid #e2e8f0}.presszone-forum-link-item:last-child{border-bottom:none}.presszone-forum-link-item__link{display:flex;align-items:center;gap:12px;padding:8px 12px;margin:-8px -12px;border-radius:8px;text-decoration:none;color:#0f172a;transition:background-color .15s ease}.presszone-forum-link-item__link:hover{background:#f1f5f9}.presszone-forum-link-item__link:hover .presszone-forum-link-item__title{color:#1f71dd}.presszone-forum-link-item__icon{display:flex;align-items:center;justify-content:center;width:24px;color:#475569}.presszone-forum-link-item__title{font-weight:500;color:#0f172a;transition:color .15s ease}.presszone-forum-link-item__desc{font-size:13px;color:#475569;margin-left:auto}.presszone-forum-link-item__external{color:#475569;opacity:.6}@media(prefers-reduced-motion: reduce){.presszone-forum-thread-row,.presszone-forum-thread-row__mobile-toggle,.presszone-forum-thread-row__mobile-toggle svg,.presszone-forum-actions-dropdown__trigger,.presszone-forum-actions-dropdown__menu,.presszone-forum-actions-dropdown__item,.presszone-forum-forum-row{transition:none}}body.dark-mode .presszone-forum-thread-table{background:#1e1f20;border-color:#3c4043}body.dark-mode .presszone-forum-thread-table__header{background:#282a2c;border-bottom-color:#3c4043}body.dark-mode .presszone-forum-thread-table__header>div{color:#bdc1c6}body.dark-mode .presszone-forum-thread-row{background:#1e1f20;border-bottom-color:#3c4043}body.dark-mode .presszone-forum-thread-row:hover{background:#282a2c}body.dark-mode .presszone-forum-thread-row--unread{background:#282a2c}body.dark-mode .presszone-forum-thread-row--sticky{background:rgba(251,191,36,.12)}body.dark-mode .presszone-forum-thread-row__mobile-title a{color:#e3e3e3}body.dark-mode .presszone-forum-thread-row__mobile-title a:hover{color:#e3e3e3}body.dark-mode .presszone-forum-thread-row__mobile-badge{color:#e3e3e3;background:#282a2c}body.dark-mode .presszone-forum-thread-row__mobile-toggle{border-color:#3c4043;background:#1e1f20;color:#e3e3e3}body.dark-mode .presszone-forum-thread-row__mobile-toggle:hover{background:#282a2c;color:#e3e3e3;border-color:#5f6368}body.dark-mode .presszone-forum-thread-row__mobile-details{border-top-color:#3c4043;background:#282a2c}body.dark-mode .presszone-forum-thread-row__mobile-meta-label{color:#bdc1c6}body.dark-mode .presszone-forum-thread-row__mobile-meta-date{color:#bdc1c6}body.dark-mode .presszone-forum-thread-row__mobile-meta a,body.dark-mode .presszone-forum-thread-row__mobile-lastpost a{color:#e3e3e3}body.dark-mode .presszone-forum-thread-row__mobile-meta a:hover,body.dark-mode .presszone-forum-thread-row__mobile-lastpost a:hover{color:#e3e3e3}body.dark-mode .presszone-forum-thread-row__mobile-stat{background:#1e1f20}body.dark-mode .presszone-forum-thread-row__mobile-stat-value{color:#e3e3e3}body.dark-mode .presszone-forum-thread-row__mobile-stat-label{color:#bdc1c6}body.dark-mode .presszone-forum-thread-row__link{color:#e3e3e3}body.dark-mode .presszone-forum-thread-row__link:hover{color:#e3e3e3}body.dark-mode .presszone-forum-thread-row__meta{color:#bdc1c6}body.dark-mode .presszone-forum-thread-row__meta a{color:#e3e3e3}body.dark-mode .presszone-forum-thread-row__meta a:hover{color:#e3e3e3}body.dark-mode .presszone-forum-stat-item{color:#e3e3e3}body.dark-mode .presszone-forum-thread-row__lastpost-user a{color:#e3e3e3}body.dark-mode .presszone-forum-thread-row__lastpost-user a:hover{color:#e3e3e3}body.dark-mode .presszone-forum-thread-row__lastpost-date{color:#bdc1c6}body.dark-mode .presszone-forum-thread-row__lastpost-date:hover{color:#e3e3e3}body.dark-mode .presszone-forum-status-dot--unread{background:#60a5fa;box-shadow:0 0 0 3px rgba(96,165,250,.25)}body.dark-mode .presszone-forum-badge--sticky{background:rgba(251,191,36,.12);border-color:rgba(251,191,36,.4);color:#fbbf24}body.dark-mode .presszone-forum-badge--locked{background:rgba(156,163,175,.2);border-color:rgba(156,163,175,.4)}body.dark-mode .presszone-forum-badge--poll{background:rgba(96,165,250,.15);border-color:rgba(96,165,250,.25)}body.dark-mode .presszone-forum-actions-dropdown__trigger{color:#bdc1c6}body.dark-mode .presszone-forum-actions-dropdown__trigger:hover{background:#353739;color:#e3e3e3}body.dark-mode .presszone-forum-actions-dropdown__menu{background:#1e1f20;border-color:#3c4043;box-shadow:0 8px 24px rgba(0,0,0,.5)}body.dark-mode .presszone-forum-actions-dropdown__item{color:#e3e3e3}body.dark-mode .presszone-forum-actions-dropdown__item:hover{background:#282a2c}body.dark-mode .presszone-forum-actions-dropdown__item--danger{color:#f87171}body.dark-mode .presszone-forum-actions-dropdown__item--danger:hover{background:rgba(248,113,113,.1)}body.dark-mode .presszone-forum-actions-dropdown__divider{background:#3c4043}body.dark-mode .presszone-forum-pagination-compact__link{color:#bdc1c6;background:#282a2c}body.dark-mode .presszone-forum-pagination-compact__link:hover{background:#353739;color:#e3e3e3}body.dark-mode .presszone-forum-forum-row{border-bottom-color:#3c4043}body.dark-mode .presszone-forum-forum-row:hover{background:#282a2c}body.dark-mode .presszone-forum-forum-row--unread{background:#282a2c}body.dark-mode .presszone-forum-forum-row__icon{color:#e3e3e3}body.dark-mode .presszone-forum-forum-row__title a{color:#e3e3e3}body.dark-mode .presszone-forum-forum-row__title a:hover{color:#e3e3e3}body.dark-mode .presszone-forum-forum-row__desc{color:#bdc1c6}body.dark-mode .presszone-forum-forum-row__stat-value{color:#e3e3e3}body.dark-mode .presszone-forum-forum-row__stat-label{color:#bdc1c6}body.dark-mode .presszone-forum-forum-row__lastpost-title{color:#e3e3e3}body.dark-mode .presszone-forum-forum-row__lastpost-title:hover{color:#e3e3e3}body.dark-mode .presszone-forum-forum-row__lastpost-meta{color:#bdc1c6}body.dark-mode .presszone-forum-forum-row__lastpost-meta a{color:#e3e3e3}body.dark-mode .presszone-forum-forum-row__no-posts{color:#bdc1c6}body.dark-mode .presszone-forum-link-item{border-bottom-color:#3c4043}body.dark-mode .presszone-forum-link-item__link{color:#e3e3e3}body.dark-mode .presszone-forum-link-item__link:hover{background:#282a2c}body.dark-mode .presszone-forum-link-item__link:hover .presszone-forum-link-item__title{color:#e3e3e3}body.dark-mode .presszone-forum-link-item__icon{color:#bdc1c6}body.dark-mode .presszone-forum-link-item__title{color:#e3e3e3}body.dark-mode .presszone-forum-link-item__desc{color:#bdc1c6}body.dark-mode .presszone-forum-link-item__external{color:#bdc1c6}
