/* ============================================
   PSBBN STYLES - Responsive Styles
   ============================================ */

/* Tablets */
@media (max-width: 1024px) {
    .psbbn-top-bar {
        padding: 12px 20px;
        min-height: 60px;
    }
    
    .psbbn-title {
        font-size: 22px;
    }
    
    .psbbn-title strong {
        font-size: 26px;
    }
    
    .controls-hint {
        font-size: 14px;
        padding: 6px 12px;
    }
}

/* Mobile devices */
@media (max-width: 768px) {
    .psbbn-top-bar {
        flex-direction: column;
        gap: 12px;
        padding: 12px 15px;
        min-height: auto;
    }
    
    .psbbn-top-left {
        gap: 10px;
    }
    
    .ps-icon {
        width: 32px;
        height: 32px;
    }
    
    .psbbn-title {
        font-size: 18px;
    }
    
    .psbbn-title strong {
        font-size: 22px;
    }
    
    .psbbn-top-right {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .pm-new-text {
        font-size: 10px;
        padding: 3px 8px;
    }
    
    .pm-icon {
        font-size: 20px;
    }
    
    .pm-count {
        font-size: 9px;
        min-width: 16px;
        height: 16px;
        top: -8px;
        right: -10px;
    }
    
    .psbbn-content {
        padding: 12px;
    }
    
    .psbbn-bottom-bar {
        flex-direction: column;
        gap: 12px;
        padding: 12px 15px;
        min-height: auto;
    }
    
    .bottom-center {
        position: relative;
        left: 0;
        transform: none;
        gap: 20px;
    }
    
    .controls-hint {
        font-size: 11px;
        padding: 4px 10px;
    }
    
    .controls-hint strong.red,
    .controls-hint strong.blue {
        font-size: 14px;
    }
    
    .bottom-right {
        align-items: center;
        width: 100%;
    }
    
    .stats-panel {
        min-width: auto;
        width: 100%;
    }
    
    .stats-row {
        justify-content: center;
        gap: 12px;
    }
    
    .stat-item {
        font-size: 9px;
    }
    
    .stat-number {
        font-size: 10px;
    }
    
    .forum-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .post-author {
        flex-wrap: wrap;
    }
    
    .post-date {
        margin-left: 0;
        width: 100%;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .psbbn-top-bar {
        padding: 8px 10px;
    }
    
    .ps-icon {
        width: 24px;
        height: 24px;
    }
    
    .psbbn-title {
        font-size: 14px;
    }
    
    .psbbn-title strong {
        font-size: 16px;
    }
    
    .controls-hint {
        font-size: 9px;
        padding: 3px 8px;
    }
    
    .controls-hint strong.red,
    .controls-hint strong.blue {
        font-size: 11px;
    }
}