.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-category{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:24px;overflow:visible;box-shadow:0 1px 3px 0 rgba(0,0,0,.05);transition:box-shadow .2s ease}.presszone-forum-category:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03)}.presszone-forum-category__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(135deg, #f1f5f9, #ffffff);border-bottom:1px solid #e2e8f0;border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden}.presszone-forum-category__title{font-size:15px;line-height:1.6;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.05em;color:#144ba0}.presszone-forum-category__toggle{background:none;border:none;color:#475569;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:background-color .15s ease,color .15s ease}.presszone-forum-category__toggle:hover{background:#f1f5f9;color:#0f172a}.presszone-forum-category__toggle:focus-visible{outline:2px solid #1f71dd;outline-offset:2px}.presszone-forum-category__toggle svg{transition:transform .15s ease;width:20px;height:20px}.presszone-forum-category__toggle[aria-expanded=true] svg{transform:rotate(180deg)}.presszone-forum-category__description{padding:12px 20px;font-size:13px;line-height:1.3846153846;color:#475569 !important;margin:0;line-height:1.5;border-bottom:1px solid #e2e8f0}.presszone-forum-category__forums{overflow:hidden;transition:max-height .3s cubic-bezier(0.4, 0, 0.2, 1),opacity .2s ease}.presszone-forum-category--collapsed .presszone-forum-category__forums{max-height:0 !important;opacity:0}.presszone-forum-category--collapsed .presszone-forum-category__toggle,.presszone-forum-category__toggle[aria-expanded=false]{transform:rotate(-90deg)}.presszone-forum-category__header:hover .presszone-forum-category__toggle{color:#1f71dd}.presszone-forum-category__header+.presszone-forum-category__forums,.presszone-forum-category__description+.presszone-forum-category__forums{border-top:1px solid #e2e8f0}.presszone-forum-forum-row{display:grid;grid-template-columns:40px 1fr 120px 220px;gap:16px;align-items:center;padding:16px 20px;transition:transform .2s cubic-bezier(0.34, 1.56, 0.64, 1),box-shadow .15s cubic-bezier(0.16, 1, 0.3, 1),background-color .2s ease;cursor:pointer;position:relative;will-change:transform}.presszone-forum-forum-row::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#1f71dd;transform:scaleY(0);transition:transform .2s cubic-bezier(0.34, 1.56, 0.64, 1)}.presszone-forum-forum-row+.presszone-forum-forum-row{border-top:1px solid #e2e8f0}.presszone-forum-forum-row:hover{background-color:rgba(31,113,221,.08);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:10}.presszone-forum-forum-row:hover::before{transform:scaleY(1)}.presszone-forum-forum-row:focus-within{z-index:20}.presszone-forum-forum-row--unread{background:rgba(31,113,221,.08)}.presszone-forum-forum-row--unread:hover{background:rgba(31,113,221,.08)}.presszone-forum-forum-row__icon{display:flex;justify-content:center;align-items:center;color:#475569;font-size:18px}.presszone-forum-forum-row__icon svg{width:24px;height:24px}.presszone-forum-icon-unread__circle{fill:#1f71dd}body.dark-mode .presszone-forum-icon-unread__circle{fill:#144ba0}.presszone-forum-icon-online__outer{stroke:#10b981}.presszone-forum-icon-online__inner{fill:#10b981}body.dark-mode .presszone-forum-icon-online__outer{stroke:#34d399}body.dark-mode .presszone-forum-icon-online__inner{fill:#34d399}.presszone-forum-forum-row__main{min-width:0;display:flex;flex-direction:column;gap:4px}.presszone-forum-forum-row__title{font-size:15px;line-height:1.6;font-weight:600;margin:0 0 4px;line-height:1.3}.presszone-forum-forum-row__title a{color:#0f172a;text-decoration:none;transition:color .15s ease}.presszone-forum-forum-row__title a:hover{color:#144ba0}.presszone-forum-forum-row__desc{font-size:13px;line-height:1.3846153846;color:#475569 !important;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4}.presszone-forum-forum-row__subforums{font-size:12px;line-height:1.3333333333;margin-top:6px;color:#475569;display:flex;flex-wrap:wrap;gap:4px 8px}.presszone-forum-forum-row__subforums a{color:#144ba0;text-decoration:none;font-weight:500;transition:color .15s ease}.presszone-forum-forum-row__subforums a:hover{color:#185bb5;text-decoration:underline}.presszone-forum-forum-row__stats{display:flex;gap:24px;text-align:center}.presszone-forum-forum-row__stat{display:flex;flex-direction:column;align-items:center;min-width:40px}.presszone-forum-forum-row__stat-value{display:block;font-weight:700;font-size:16px;line-height:1.6;color:#144ba0;line-height:1.2}.presszone-forum-forum-row__stat-label{font-size:12px;color:#475569;text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin-top:2px}.presszone-forum-forum-row__lastpost{display:flex;align-items:center;gap:10px;font-size:13px;min-width:0}.presszone-forum-forum-row__lastpost img{border-radius:9999px;flex-shrink:0}.presszone-forum-forum-row__lastpost-avatar{flex-shrink:0;width:36px;height:36px}.presszone-forum-forum-row__lastpost-avatar img{width:36px;height:36px;border-radius:9999px;object-fit:cover;display:inline-block;max-width:none;background-color:#e2e8f0}.presszone-forum-forum-row__lastpost-info{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.presszone-forum-forum-row__lastpost-title{color:#0f172a;text-decoration:none;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-weight:500;transition:color .15s ease}.presszone-forum-forum-row__lastpost-title:hover{color:#144ba0}.presszone-forum-forum-row__lastpost-meta{font-size:12px;line-height:1.3333333333;color:#475569;display:block;line-height:1.4}.presszone-forum-forum-row__lastpost-meta a{color:#144ba0;text-decoration:none;transition:color .15s ease}.presszone-forum-forum-row__lastpost-meta a:hover{text-decoration:underline}.presszone-forum-forum-row__no-posts{color:#475569;font-style:italic;font-size:13px}@media(max-width: 1023px){.presszone-forum-forum-row{grid-template-columns:40px 1fr 100px 180px;gap:12px}.presszone-forum-forum-row__lastpost-title{max-width:120px}}@media(max-width: 767px){.presszone-forum-forum-row{grid-template-columns:32px 1fr;grid-template-rows:auto auto;padding:14px 16px;gap:10px}.presszone-forum-forum-row__icon{grid-row:1/3;align-self:start;padding-top:2px}.presszone-forum-forum-row__main{grid-column:2;grid-row:1}.presszone-forum-forum-row__stats{grid-column:2;grid-row:2;justify-content:flex-start;gap:16px}.presszone-forum-forum-row__lastpost{display:none}.presszone-forum-forum-row__stat-value{font-size:13px}.presszone-forum-forum-row__stat-label{font-size:9px}}@media(max-width: 479px){.presszone-forum-forum-row{padding:12px 14px}.presszone-forum-forum-row__title{font-size:13px}.presszone-forum-forum-row__desc{font-size:12px}.presszone-forum-forum-row__stats{gap:12px}.presszone-forum-category{margin-bottom:16px;border-radius:12px}.presszone-forum-category__header{padding:12px 14px}.presszone-forum-category__title{font-size:13px}.presszone-forum-category__description{padding:10px 14px;font-size:12px}}.presszone-forum-stats-grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:16px;margin-top:32px;width:100%}.presszone-forum-stats-card{min-width:0}@media(max-width: 1023px){.presszone-forum-stats-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 639px){.presszone-forum-stats-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px}}@media(max-width: 479px){.presszone-forum-stats-grid{grid-template-columns:minmax(0, 1fr);gap:10px;margin-top:24px}}.presszone-forum-stats-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:14px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:box-shadow .15s cubic-bezier(0.16, 1, 0.3, 1),transform .15s cubic-bezier(0.16, 1, 0.3, 1);animation:presszone-forum-fade-slide-up .2s cubic-bezier(0.16, 1, 0.3, 1) backwards}.presszone-forum-stats-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.presszone-forum-stats-card:nth-child(1){animation-delay:50ms}.presszone-forum-stats-card:nth-child(2){animation-delay:100ms}.presszone-forum-stats-card:nth-child(3){animation-delay:150ms}.presszone-forum-stats-card:nth-child(4){animation-delay:200ms}.presszone-forum-stats-card:nth-child(5){animation-delay:250ms}.presszone-forum-stats-card:nth-child(6){animation-delay:300ms}.presszone-forum-stats-card:nth-child(7){animation-delay:350ms}.presszone-forum-stats-card:nth-child(8){animation-delay:400ms}.presszone-forum-stats-card__title{font-size:13px;line-height:1.3846153846;font-weight:600;margin:0 0 10px;padding-bottom:8px;border-bottom:1px solid #e2e8f0;color:#0f172a;display:flex;align-items:center;gap:6px}.presszone-forum-stats-card__title>.presszone-forum-icon svg{stroke:#1f71dd}.presszone-forum-stats-card:nth-child(1) .presszone-forum-stats-card__title>.presszone-forum-icon svg{stroke:#1f71dd}.presszone-forum-stats-card:nth-child(2) .presszone-forum-stats-card__title>.presszone-forum-icon svg{stroke:#10b981}.presszone-forum-stats-card:nth-child(3) .presszone-forum-stats-card__title>.presszone-forum-icon svg{stroke:#f97316}.presszone-forum-stats-card:nth-child(4) .presszone-forum-stats-card__title>.presszone-forum-icon svg{stroke:#f59e0b}.presszone-forum-stats-card:nth-child(5) .presszone-forum-stats-card__title>.presszone-forum-icon svg{stroke:#eab308}.presszone-forum-stats-card:nth-child(6) .presszone-forum-stats-card__title>.presszone-forum-icon svg{stroke:#8b5cf6}.presszone-forum-stats-card:nth-child(7) .presszone-forum-stats-card__title>.presszone-forum-icon svg{stroke:#06b6d4}.presszone-forum-stats-card:nth-child(8) .presszone-forum-stats-card__title>.presszone-forum-icon svg{stroke:#ec4899}body.dark-mode .presszone-forum-stats-card:nth-child(3) .presszone-forum-stats-card__title>.presszone-forum-icon svg{stroke:#fb923c}body.dark-mode .presszone-forum-stats-card:nth-child(4) .presszone-forum-stats-card__title>.presszone-forum-icon svg{stroke:#fbbf24}body.dark-mode .presszone-forum-stats-card:nth-child(5) .presszone-forum-stats-card__title>.presszone-forum-icon svg{stroke:#facc15}body.dark-mode .presszone-forum-stats-card:nth-child(6) .presszone-forum-stats-card__title>.presszone-forum-icon svg{stroke:#a78bfa}body.dark-mode .presszone-forum-stats-card:nth-child(7) .presszone-forum-stats-card__title>.presszone-forum-icon svg{stroke:#22d3ee}body.dark-mode .presszone-forum-stats-card:nth-child(8) .presszone-forum-stats-card__title>.presszone-forum-icon svg{stroke:#f472b6}.presszone-forum-stats-list-compact,.presszone-forum-stats-list-users{list-style:none;padding:0;margin:0}.presszone-forum-stats-list-compact li{display:flex;flex-direction:column;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.presszone-forum-stats-list-compact li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.presszone-forum-stats-list-compact a{font-size:13px;font-weight:500;color:#0f172a;text-decoration:none;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;transition:color .15s ease}.presszone-forum-stats-list-compact a:hover{color:#1f71dd}.presszone-forum-stats-list-users li{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.presszone-forum-stats-list-users li:last-child{margin-bottom:0}.presszone-forum-stats-list{list-style:none;padding:0;margin:0}.presszone-forum-stats-list li{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #e2e8f0}.presszone-forum-stats-list li:last-child{border-bottom:none}.presszone-forum-stats-list__value{font-weight:700;font-size:1.1rem;color:#144ba0;transition:transform .15s cubic-bezier(0.34, 1.56, 0.64, 1)}li:hover .presszone-forum-stats-list__value{transform:scale(1.1)}.presszone-forum-stats-list__label{display:inline-flex;align-items:center;gap:6px;color:#334155;font-size:13px;line-height:1.3846153846}.presszone-forum-stats-list__label .presszone-forum-icon{flex-shrink:0;opacity:1}.presszone-forum-stats-panel h3{display:inline-flex;align-items:center;gap:8px;color:#0f172a}.presszone-forum-stats-panel h3>.presszone-forum-icon svg{stroke:#1f71dd}.presszone-forum-stats-panel .presszone-forum-stats-list li:nth-child(1) .presszone-forum-icon svg{stroke:#1f71dd}.presszone-forum-stats-panel .presszone-forum-stats-list li:nth-child(2) .presszone-forum-icon svg{stroke:#10b981}.presszone-forum-stats-panel .presszone-forum-stats-list li:nth-child(3) .presszone-forum-icon svg{stroke:#8b5cf6}body.dark-mode .presszone-forum-stats-panel{background:#1e1f20;color:#e3e3e3}body.dark-mode .presszone-forum-stats-panel h3{color:#e3e3e3}body.dark-mode .presszone-forum-stats-panel .presszone-forum-stats-list__label{color:#e3e3e3}body.dark-mode .presszone-forum-stats-panel .presszone-forum-stats-list__value{color:#60a5fa}body.dark-mode .presszone-forum-stats-panel .presszone-forum-stats-list li:nth-child(3) .presszone-forum-icon svg{stroke:#a78bfa}.presszone-forum-stats-panel{background:#fff;color:#0f172a}.presszone-forum-stats-panel h3{color:#334155}.presszone-forum-stats-panel .presszone-forum-stats-list__label{color:#334155}.presszone-forum-stats-panel .presszone-forum-stats-list__value{color:#144ba0}.presszone-forum-stats-meta{font-size:12px;color:#475569;margin-top:2px;display:flex;align-items:center;gap:4px}.presszone-forum-stats-snippet{font-size:12px;color:#334155;line-height:1.4;display:block;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presszone-forum-stats-meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;font-size:12px;color:#475569}.presszone-forum-stats-meta-item{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.presszone-forum-stats-meta-item .presszone-forum-avatar,.presszone-forum-stats-meta-item img{width:18px;height:18px;border-radius:9999px;vertical-align:middle;object-fit:cover;flex-shrink:0}.presszone-forum-stats-meta-item[title*=Time] .presszone-forum-icon svg{stroke:#1f71dd}.presszone-forum-stats-meta-item[title*=Replies] .presszone-forum-icon svg{stroke:#10b981}.presszone-forum-stats-card:nth-child(3) .presszone-forum-stats-meta-item:nth-child(2) .presszone-forum-icon svg{stroke:#8b5cf6}.presszone-forum-stats-card:nth-child(3) .presszone-forum-stats-meta-item:nth-child(3) .presszone-forum-icon svg{stroke:#10b981}.presszone-forum-stats-card:nth-child(8) .presszone-forum-stats-meta-item:nth-child(1) .presszone-forum-icon svg{stroke:#10b981}.presszone-forum-stats-card:nth-child(8) .presszone-forum-stats-meta-item:nth-child(2) .presszone-forum-icon svg{stroke:#1f71dd}body.dark-mode .presszone-forum-stats-card:nth-child(3) .presszone-forum-stats-meta-item:nth-child(2) .presszone-forum-icon svg{stroke:#a78bfa}.presszone-forum-stats-link{display:block;font-size:13px;font-weight:500;color:#0f172a;text-decoration:none;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;transition:color .15s ease}.presszone-forum-stats-link:hover{color:#1f71dd}.presszone-forum-stats-see-all{display:block;text-align:center;margin-top:12px;padding-top:10px;border-top:1px solid #f1f5f9;font-size:12px;color:#1f71dd;text-decoration:none;font-weight:500;transition:color .15s ease}.presszone-forum-stats-see-all:hover{color:#144ba0;text-decoration:underline}.presszone-forum-stats-empty{color:#475569;font-size:12px;font-style:italic;padding:12px 0;text-align:center;background:rgba(0,0,0,0)}.presszone-forum-stats-empty{color:#475569}.presszone-forum-user-mini{display:flex;align-items:center;gap:8px}.presszone-forum-user-mini img{border-radius:9999px;width:24px;height:24px;box-shadow:0 0 0 2px #fff,0 0 0 3px #e2e8f0;object-fit:cover}.presszone-forum-user-mini a{text-decoration:none;color:#0f172a;font-size:13px;font-weight:500;transition:color .15s ease}.presszone-forum-user-mini a:hover{color:#144ba0}.presszone-forum-badge{background:#f8fafc;color:#334155;font-size:12px;line-height:1.3333333333;padding:2px 6px;border-radius:10px;font-weight:600;display:inline-flex;align-items:center}.presszone-forum-badge-new{background:linear-gradient(135deg, #10b981, #059669);color:#fff;font-size:12px;padding:2px 8px;border-radius:10px;font-weight:600;text-transform:uppercase}.presszone-forum-icon{margin-right:6px;display:inline-flex;align-items:center}.presszone-forum-user-panel{display:flex;align-items:center;gap:14px}.presszone-forum-user-panel__avatar{overflow:hidden;border-radius:9999px;flex-shrink:0}.presszone-forum-user-panel__avatar img{width:64px;height:64px;border-radius:9999px;border:2px solid #e2e8f0;transition:transform .2s cubic-bezier(0.16, 1, 0.3, 1);display:inline-block;max-width:none;object-fit:cover;background-color:#e2e8f0}.presszone-forum-user-panel__avatar:hover img{transform:scale(1.1)}.presszone-forum-user-panel__info{display:flex;flex-direction:column;gap:4px;min-width:0}.presszone-forum-user-panel__name{display:block;font-weight:600;margin-bottom:6px;color:#0f172a;font-size:15px}.presszone-forum-user-panel__name a{color:#144ba0;text-decoration:none;transition:color .15s ease}.presszone-forum-user-panel__name a:hover{color:#185bb5;text-decoration:underline}.presszone-forum-user-panel__stats{display:flex;gap:12px;font-size:13px;color:#475569}.presszone-forum-user-panel__stat{display:flex;align-items:center;gap:4px}.presszone-forum-user-panel__stat strong{color:#0f172a;font-weight:600}.presszone-forum-login-panel{text-align:center;padding:8px 0}.presszone-forum-login-panel p{margin:0 0 14px;color:#334155;font-size:13px;line-height:1.5}.presszone-forum-login-panel .presszone-forum-btn{margin:4px}.presszone-forum-link-item{padding:12px 20px;border-top:1px solid #e2e8f0}.presszone-forum-link-item:first-child{border-top:none}.presszone-forum-link-item__link{display:flex;align-items:center;gap:12px;text-decoration:none;color:#0f172a;padding:8px 12px;margin:-8px -12px;border-radius:12px;transition:background .15s ease,color .15s ease}.presszone-forum-link-item__link:hover{background:rgba(31,113,221,.08);color:#144ba0}.presszone-forum-link-item__link:hover .presszone-forum-link-item__title{color:#185bb5;text-decoration:underline}.presszone-forum-link-item__icon{font-size:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;color:#475569}.presszone-forum-link-item__title{font-weight:500;font-size:15px;color:#144ba0;transition:color .15s ease}.presszone-forum-link-item__desc{font-size:13px;color:#475569 !important;margin-left:auto;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:400px}.presszone-forum-link-item__external{font-size:13px;color:#475569;margin-inline-start:4px;flex-shrink:0;opacity:.7}.presszone-forum-hot{margin-right:4px;animation:presszone-forum-pulse 2s infinite;display:inline-flex;align-items:center;color:#f97316;font-size:12px}.presszone-forum-hot svg{stroke:#f97316}body.dark-mode .presszone-forum-hot{color:#fb923c}body.dark-mode .presszone-forum-hot svg{stroke:#fb923c}body.dark-mode .presszone-forum-category{background:#1e1f20;border-color:#3c4043;box-shadow:0 2px 8px rgba(0,0,0,.3)}body.dark-mode .presszone-forum-category:hover{box-shadow:0 4px 20px rgba(0,0,0,.4)}body.dark-mode .presszone-forum-category__header{background:linear-gradient(135deg, #282a2c, #1e1f20);border-bottom-color:#3c4043}body.dark-mode .presszone-forum-category__title{color:#e3e3e3}body.dark-mode .presszone-forum-category__toggle{color:#bdc1c6}body.dark-mode .presszone-forum-category__toggle:hover{background:#282a2c;color:#e3e3e3}body.dark-mode .presszone-forum-category__description{color:#9ca3af !important;border-bottom-color:#3c4043}body.dark-mode .presszone-forum-forum-row{background:rgba(0,0,0,0);border-top-color:#3c4043}body.dark-mode .presszone-forum-forum-row::before{background:#60a5fa}body.dark-mode .presszone-forum-forum-row:hover{background-color:#282a2c;box-shadow:0 4px 12px rgba(0,0,0,.4)}body.dark-mode .presszone-forum-forum-row--unread{background:#282a2c}body.dark-mode .presszone-forum-forum-row--unread:hover{background:#353739}body.dark-mode .presszone-forum-forum-row__icon{color:#bdc1c6}body.dark-mode .presszone-forum-forum-row__title a{color:#60a5fa !important}body.dark-mode .presszone-forum-forum-row__title a:hover{color:#93c5fd !important}body.dark-mode .presszone-forum-forum-row__desc{color:#9ca3af !important}body.dark-mode .presszone-forum-forum-row__subforums{color:#bdc1c6}body.dark-mode .presszone-forum-forum-row__subforums a{color:#60a5fa}body.dark-mode .presszone-forum-forum-row__subforums a:hover{color:#93c5fd}body.dark-mode .presszone-forum-forum-row__stat-value{color:#60a5fa}body.dark-mode .presszone-forum-forum-row__stat-label{color:#bdc1c6}body.dark-mode .presszone-forum-forum-row__lastpost-avatar img{background-color:#353739}body.dark-mode .presszone-forum-forum-row__lastpost-title{color:#e3e3e3}body.dark-mode .presszone-forum-forum-row__lastpost-title:hover{color:#60a5fa}body.dark-mode .presszone-forum-forum-row__lastpost-meta{color:#bdc1c6}body.dark-mode .presszone-forum-forum-row__lastpost-meta a{color:#60a5fa}body.dark-mode .presszone-forum-forum-row__no-posts{color:#bdc1c6}body.dark-mode .presszone-forum-stats-card{background:#1e1f20;border-color:#3c4043}body.dark-mode .presszone-forum-stats-card__title{border-bottom-color:#3c4043;color:#e3e3e3}body.dark-mode .presszone-forum-stats-panel{background:#1e1f20;border-color:#3c4043;color:#e3e3e3}body.dark-mode .presszone-forum-stats-panel h3{color:#e3e3e3}body.dark-mode .presszone-forum-stats-panel .presszone-forum-stats-list li{border-bottom-color:#3c4043}body.dark-mode .presszone-forum-stats-panel .presszone-forum-stats-list__value{color:#60a5fa !important}body.dark-mode .presszone-forum-stats-panel .presszone-forum-stats-list__label{color:#e3e3e3 !important}body.dark-mode .presszone-forum-stats-list-compact li{border-bottom-color:#282a2c}body.dark-mode .presszone-forum-stats-list-compact a{color:#e3e3e3}body.dark-mode .presszone-forum-stats-list-compact a:hover{color:#60a5fa}body.dark-mode .presszone-forum-stats-meta{color:#bdc1c6}body.dark-mode .presszone-forum-stats-snippet{color:#e3e3e3}body.dark-mode .presszone-forum-stats-meta-row{color:#bdc1c6}body.dark-mode .presszone-forum-stats-link{color:#e3e3e3 !important}body.dark-mode .presszone-forum-stats-link:hover{color:#60a5fa !important}body.dark-mode .presszone-forum-stats-see-all{border-top-color:#282a2c;color:#60a5fa}body.dark-mode .presszone-forum-stats-see-all:hover{color:#93c5fd}body.dark-mode .presszone-forum-stats-empty{color:#bdc1c6}body.dark-mode .presszone-forum-user-mini img{box-shadow:0 0 0 2px #1e1f20,0 0 0 3px #3c4043}body.dark-mode .presszone-forum-user-mini a{color:#e3e3e3}body.dark-mode .presszone-forum-user-mini a:hover{color:#60a5fa}body.dark-mode .presszone-forum-badge{background:#131314;color:#e3e3e3}body.dark-mode .presszone-forum-badge-new{background:linear-gradient(135deg, #34d399, #6ee7ba)}body.dark-mode .presszone-forum-user-panel__name{color:#e3e3e3}body.dark-mode .presszone-forum-user-panel__role{color:#bdc1c6}body.dark-mode .presszone-forum-user-panel a{color:#60a5fa}body.dark-mode .presszone-forum-user-panel a:hover{color:#93c5fd}body.dark-mode .presszone-forum-link-item{background:#1e1f20;border-color:#3c4043}body.dark-mode .presszone-forum-link-item:hover{background:#282a2c}body.dark-mode .presszone-forum-link-item__title{color:#e3e3e3}body.dark-mode .presszone-forum-link-item__title:hover{color:#60a5fa}body.dark-mode .presszone-forum-link-item__desc{color:#bdc1c6}body.dark-mode .presszone-forum-link-item__external{color:#bdc1c6}.presszone-forum-rtl .presszone-forum-link-item__desc{margin-left:0;margin-right:auto}.presszone-forum-rtl .presszone-forum-link-item__external{margin-left:0;margin-right:4px}.presszone-forum-rtl .presszone-forum-icon{margin-right:0;margin-left:6px}.presszone-forum-rtl .presszone-forum-hot{margin-right:0;margin-left:4px}.presszone-forum-rtl .presszone-forum-forum-row__subforums{direction:rtl}.presszone-forum-rtl .presszone-forum-stats-list li{flex-direction:row-reverse}@media(prefers-reduced-motion: reduce){.presszone-forum-category,.presszone-forum-forum-row,.presszone-forum-stats-card,.presszone-forum-user-panel__avatar img,.presszone-forum-link-item__link{transition:none}.presszone-forum-stats-card,.presszone-forum-hot{animation:none}.presszone-forum-category__toggle svg{transition:none}}@media print{.presszone-forum-category{box-shadow:none;break-inside:avoid}.presszone-forum-category:hover{box-shadow:none}.presszone-forum-forum-row:hover{transform:none;box-shadow:none;background-color:rgba(0,0,0,0)}.presszone-forum-stats-card{box-shadow:none;animation:none}.presszone-forum-stats-card:hover{transform:none;box-shadow:none}.presszone-forum-stats-grid{grid-template-columns:repeat(2, 1fr)}.presszone-forum-login-panel,.presszone-forum-category__toggle{display:none}}
