.fcr-sop-portal {
    max-width: 1100px;
    margin: 0 auto;
    padding: 32px 20px;
    color: #f5f7fa;
}

.fcr-sop-header {
    background: #111418;
    border: 1px solid #2f3540;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 24px;
    text-align: center;
}

.fcr-sop-header h1 {
    margin: 0 0 8px;
    color: #ffffff !important;
    font-size: 32px;
}

.fcr-sop-subtitle {
    margin: 0;
    color: #b8c0cc !important;
    font-size: 16px;
}

.fcr-sop-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.fcr-sop-summary-card {
    background: #1f2228;
    border: 1px solid #343b46;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fcr-sop-summary-label {
    font-size: 13px;
    text-transform: uppercase;
    color: #a8b0bb !important;
}

.fcr-sop-summary-value {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff !important;
}

.fcr-sop-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
    align-items: center;
}

.fcr-sop-portal #fcrSopSearch {
    flex: 1 1 280px;
    min-width: 280px;
    background: #1f2228 !important;
    color: #fff !important;
    border: 1px solid #343b46 !important;
    border-radius: 10px;
    padding: 12px 14px;
}

.fcr-sop-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fcr-sop-filters button {
    background: #2a2f38 !important;
    color: #fff !important;
    border: 1px solid #3a414d !important;
    border-radius: 10px;
    padding: 10px 14px;
    cursor: pointer;
}

.fcr-sop-filters button.active,
.fcr-sop-filters button:hover {
    background: #343b46 !important;
}

.fcr-sop-section {
    background: #1f2228;
    border: 1px solid #343b46;
    border-radius: 16px;
    padding: 24px;
}

.fcr-sop-section h2 {
    margin-top: 0;
    color: #ffffff !important;
}

.fcr-sop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.fcr-sop-card {
    display: block;
    background: #2a2f38 !important;
    border: 1px solid #3a414d !important;
    border-radius: 14px;
    padding: 18px;
    text-decoration: none !important;
    transition: 0.2s ease;
}

.fcr-sop-card:hover {
    background: #343b46 !important;
    transform: translateY(-1px);
}

.fcr-sop-card-title {
    display: block;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.fcr-sop-card-cats {
    display: block;
    color: #b8c0cc !important;
    font-size: 13px;
    margin-bottom: 10px;
}

.fcr-sop-badge {
    display: inline-block !important;
    color: #fff !important;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    text-transform: uppercase;
}

.fcr-sop-badge-store {
    background: #1565c0 !important;
}

.fcr-sop-badge-external {
    background: #6a1b9a !important;
}

.fcr-sop-badge-draft {
    background: #666666 !important;
}
